diff options
author | Ahmad Fatoum <a.fatoum@pengutronix.de> | 2020-03-26 23:02:05 +0100 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2020-04-20 12:15:23 +0200 |
commit | 88fcb8a340e5221fdb0317a26f16d1df1776f0a9 (patch) | |
tree | 6e59f0467e62365271f5e17d413be0b23baf1cd6 /arch/arm/boot/dts/stm32mp15xx-dkx.dtsi | |
parent | 4bbb76eedde97a84b54e89527993bb1d9493e1c7 (diff) | |
download | lwn-88fcb8a340e5221fdb0317a26f16d1df1776f0a9.tar.gz lwn-88fcb8a340e5221fdb0317a26f16d1df1776f0a9.zip |
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: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stm32mp15xx-dkx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stm32mp15xx-dkx.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi b/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi index d946e0a02f5c..558a91a6962b 100644 --- a/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi +++ b/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi @@ -137,7 +137,6 @@ &gpu { contiguous-area = <&gpu_reserved>; - status = "okay"; }; &i2c1 { |