Commit 88fcb8a3 authored by Ahmad Fatoum's avatar Ahmad Fatoum Committed by Alexandre Torgue

ARM: dts: stm32: enable stm32mp157's &gpu by default

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: default avatarLucas Stach <l.stach@pengutronix.de>
Signed-off-by: default avatarAhmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 4bbb76ee
...@@ -15,7 +15,6 @@ gpu: gpu@59000000 { ...@@ -15,7 +15,6 @@ gpu: gpu@59000000 {
clocks = <&rcc GPU>, <&rcc GPU_K>; clocks = <&rcc GPU>, <&rcc GPU_K>;
clock-names = "bus" ,"core"; clock-names = "bus" ,"core";
resets = <&rcc GPU_R>; resets = <&rcc GPU_R>;
status = "disabled";
}; };
dsi: dsi@5a000000 { dsi: dsi@5a000000 {
......
...@@ -97,10 +97,6 @@ &dts { ...@@ -97,10 +97,6 @@ &dts {
status = "okay"; status = "okay";
}; };
&gpu {
status = "okay";
};
&i2c4 { &i2c4 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&i2c4_pins_a>; pinctrl-0 = <&i2c4_pins_a>;
......
...@@ -126,7 +126,6 @@ &dts { ...@@ -126,7 +126,6 @@ &dts {
&gpu { &gpu {
contiguous-area = <&gpu_reserved>; contiguous-area = <&gpu_reserved>;
status = "okay";
}; };
&i2c4 { &i2c4 {
......
...@@ -137,7 +137,6 @@ phy0: ethernet-phy@0 { ...@@ -137,7 +137,6 @@ phy0: ethernet-phy@0 {
&gpu { &gpu {
contiguous-area = <&gpu_reserved>; contiguous-area = <&gpu_reserved>;
status = "okay";
}; };
&i2c1 { &i2c1 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment