]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: rockchip: enable hdmi on rk3066 marsboard
authorHeiko Stuebner <heiko@sntech.de>
Sat, 3 May 2025 20:10:42 +0000 (22:10 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 5 May 2025 08:20:11 +0000 (10:20 +0200)
The marsboard does have a regular hdmi-a connector and can simply
use the already existing infrastructure (rk3066-hdmi) for display
output.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20250503201043.990933-2-heiko@sntech.de
arch/arm/boot/dts/rockchip/rk3066a-marsboard.dts

index ada7dbfc06a56b431caaaaa59d2a22db637b5ce2..d2924aca6f2d9257fdc9b4f2d650cfc8ae0d7687 100644 (file)
                reg = <0x60000000 0x40000000>;
        };
 
+       hdmi_con {
+               compatible = "hdmi-connector";
+               type = "a";
+
+               port {
+                       hdmi_con_in: endpoint {
+                               remote-endpoint = <&hdmi_out_con>;
+                       };
+               };
+       };
+
        vdd_log: regulator-vdd-log {
                compatible = "pwm-regulator";
                pwms = <&pwm3 0 1000>;
        cpu-supply = <&vdd_arm>;
 };
 
+&hdmi {
+       status = "okay";
+};
+
+&hdmi_in_vop1 {
+       status = "disabled";
+};
+
+&hdmi_out {
+       hdmi_out_con: endpoint {
+               remote-endpoint = <&hdmi_con_in>;
+       };
+};
+
+&hdmi_sound {
+       status = "okay";
+};
+
 &i2c1 {
        status = "okay";
        clock-frequency = <400000>;
        status = "okay";
 };
 
+&vop0 {
+       status = "okay";
+};
+
 &wdt {
        status = "okay";
 };