summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot
diff options
context:
space:
mode:
authorChukun Pan <amadeus@jmu.edu.cn>2024-07-01 22:30:27 +0800
committerHeiko Stuebner <heiko@sntech.de>2024-07-04 21:09:43 +0200
commit2bf5d445df2ec89689d15ea259a916260c936959 (patch)
tree7c6a54d2b6f8c38c2f599cac17f545b3f5ca902a /arch/arm64/boot
parentcd77139a307fbabe75e6b5cb8a3753e3c700f394 (diff)
downloadlinux-stable-2bf5d445df2ec89689d15ea259a916260c936959.tar.gz
linux-stable-2bf5d445df2ec89689d15ea259a916260c936959.tar.bz2
linux-stable-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>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3568-fastrhino-r66s.dtsi4
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";