diff options
author | Ahmad Fatoum <a.fatoum@pengutronix.de> | 2020-03-27 01:02:05 +0300 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2020-04-20 13:15:23 +0300 |
commit | 88fcb8a340e5221fdb0317a26f16d1df1776f0a9 (patch) | |
tree | 6e59f0467e62365271f5e17d413be0b23baf1cd6 /arch/arm/boot/dts/stm32mp157.dtsi | |
parent | 4bbb76eedde97a84b54e89527993bb1d9493e1c7 (diff) | |
download | linux-88fcb8a340e5221fdb0317a26f16d1df1776f0a9.tar.xz |
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/stm32mp157.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stm32mp157.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stm32mp157.dtsi b/arch/arm/boot/dts/stm32mp157.dtsi index 3f0a4a91cce6..5e733cd16ff9 100644 --- a/arch/arm/boot/dts/stm32mp157.dtsi +++ b/arch/arm/boot/dts/stm32mp157.dtsi @@ -15,7 +15,6 @@ clocks = <&rcc GPU>, <&rcc GPU_K>; clock-names = "bus" ,"core"; resets = <&rcc GPU_R>; - status = "disabled"; }; dsi: dsi@5a000000 { |