diff options
author | 2024-07-01 22:30:27 +0800 | |
---|---|---|
committer | 2024-07-04 21:09:43 +0200 | |
commit | 2bf5d445df2ec89689d15ea259a916260c936959 (patch) | |
tree | 7c6a54d2b6f8c38c2f599cac17f545b3f5ca902a | |
parent | arm64: dts: rockchip: remove unused usb2 nodes for Lunzn Fastrhino R6xS (diff) | |
download | wireguard-linux-2bf5d445df2ec89689d15ea259a916260c936959.tar.xz wireguard-linux-2bf5d445df2ec89689d15ea259a916260c936959.zip |
arm64: dts: rockchip: disable display subsystem for Lunzn Fastrhino R6xS
The R66S and R68S boards do not have HDMI output, so disable
the display subsystem.
Fixes: c79dab407afd ("arm64: dts: rockchip: Add Lunzn Fastrhino R66S")
Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
Link: https://lore.kernel.org/r/20240701143028.1203997-3-amadeus@jmu.edu.cn
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3568-fastrhino-r66s.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3568-fastrhino-r66s.dtsi b/arch/arm64/boot/dts/rockchip/rk3568-fastrhino-r66s.dtsi index e08c9eab6f17..25c49bdbadbc 100644 --- a/arch/arm64/boot/dts/rockchip/rk3568-fastrhino-r66s.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3568-fastrhino-r66s.dtsi @@ -115,6 +115,10 @@ cpu-supply = <&vdd_cpu>; }; +&display_subsystem { + status = "disabled"; +}; + &gpu { mali-supply = <&vdd_gpu>; status = "okay"; |