ARM: dts: stm32: enable stm32mp157's &gpu by default
authorAhmad Fatoum <a.fatoum@pengutronix.de>
Thu, 26 Mar 2020 22:02:05 +0000 (23:02 +0100)
committerAlexandre Torgue <alexandre.torgue@st.com>
Mon, 20 Apr 2020 10:15:23 +0000 (12:15 +0200)
In the original stm32mp157c.dtsi, the GPU was disabled as some SoC
variants lacked a GPU. We now have separate a dtsi for each SoC
variant and variants without a GPU lack the node altogether.

As we need no board support for using the GPU, enable it by default
and while at it remove the now redundant status = "okay" in existing
board device trees.

Suggested-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp157.dtsi
arch/arm/boot/dts/stm32mp157c-dhcom-som.dtsi
arch/arm/boot/dts/stm32mp157c-ed1.dts
arch/arm/boot/dts/stm32mp15xx-dkx.dtsi

index 3f0a4a9..5e733cd 100644 (file)
@@ -15,7 +15,6 @@
                        clocks = <&rcc GPU>, <&rcc GPU_K>;
                        clock-names = "bus" ,"core";
                        resets = <&rcc GPU_R>;
-                       status = "disabled";
                };
 
                dsi: dsi@5a000000 {
index f81dc31..f97e0d2 100644 (file)
        status = "okay";
 };
 
-&gpu {
-       status = "okay";
-};
-
 &i2c4 {
        pinctrl-names = "default";
        pinctrl-0 = <&i2c4_pins_a>;
index 9d2592d..e9aad3e 100644 (file)
 
 &gpu {
        contiguous-area = <&gpu_reserved>;
-       status = "okay";
 };
 
 &i2c4 {
index d946e0a..558a91a 100644 (file)
 
 &gpu {
        contiguous-area = <&gpu_reserved>;
-       status = "okay";
 };
 
 &i2c1 {