Skip to content

Commit 2bf5d44

Browse files
aiamadeusmmind
authored andcommitted
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: c79dab4 ("arm64: dts: rockchip: Add Lunzn Fastrhino R66S") Signed-off-by: Chukun Pan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent cd77139 commit 2bf5d44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm64/boot/dts/rockchip/rk3568-fastrhino-r66s.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@
115115
cpu-supply = <&vdd_cpu>;
116116
};
117117

118+
&display_subsystem {
119+
status = "disabled";
120+
};
121+
118122
&gpu {
119123
mali-supply = <&vdd_gpu>;
120124
status = "okay";

0 commit comments

Comments
 (0)