diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-02-10 09:57:48 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-02-10 09:58:47 +0100 |
commit | 5e5eddd94c8906472e3904cb11b4e3ccbb99d0d4 (patch) | |
tree | 5731fd09dd25b5f2a3ed201171aa89d6227c28d9 | |
parent | 1830947ee4e8ed3e7083e8d41d2b8486568ebea7 (diff) | |
download | linux-5e5eddd94c8906472e3904cb11b4e3ccbb99d0d4.tar.bz2 |
Revert "arm64: dts: imx8mn-venice-gw7902: disable gpu"
This reverts commit 0c566618e27f17b5807086dba8c222ca8ca3dc1e,
this one was meant for v5.18, not as a bugfix, though the
patch itself was correct.
Reported-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts b/arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts index 2d58005d20e4..236f425e1570 100644 --- a/arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts +++ b/arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts @@ -220,10 +220,6 @@ }; }; -&disp_blk_ctrl { - status = "disabled"; -}; - /* off-board header */ &ecspi2 { pinctrl-names = "default"; @@ -255,10 +251,6 @@ }; }; -&gpu { - status = "disabled"; -}; - &i2c1 { clock-frequency = <100000>; pinctrl-names = "default"; @@ -554,10 +546,6 @@ status = "okay"; }; -&pgc_gpumix { - status = "disabled"; -}; - /* off-board header */ &sai3 { pinctrl-names = "default"; |