]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: rockchip: disable display subsystem only for Radxa E25
authorChukun Pan <amadeus@jmu.edu.cn>
Tue, 20 Aug 2024 12:00:20 +0000 (20:00 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 28 Aug 2024 14:09:13 +0000 (16:09 +0200)
The SoM board has reserved HDMI output, while the Radxa E25
is not connected. So disable the display subsystem only for
Radxa E25.

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
Reviewed-by: Dragan Simic <dsimic@manjaro.org>
Link: https://lore.kernel.org/r/20240820120020.469375-1-amadeus@jmu.edu.cn
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3568-radxa-cm3i.dtsi
arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts

index 45b03dcbbad455d5c02d62bbbd09eb1d5f2e4e2f..19d309654bdb41a29e60304bee7bd30596f03af6 100644 (file)
        cpu-supply = <&vdd_cpu>;
 };
 
-&display_subsystem {
-       status = "disabled";
-};
-
 &gpu {
        mali-supply = <&vdd_gpu>;
        status = "okay";
index 72ad74c38a2b40f5f8cde02b9f4bc740b321aff8..84a0789fad96ad3ade14f3688bf9a8d161da1c2d 100644 (file)
        phy-supply = <&vcc3v3_pcie30x1>;
 };
 
+&display_subsystem {
+       status = "disabled";
+};
+
 &pcie2x1 {
        pinctrl-names = "default";
        pinctrl-0 = <&pcie20_reset_h>;