]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: rockchip: Rename hdmi-con to hdmi0-con for Cool Pi CM5 EVB
authorAndy Yan <andyshrk@163.com>
Sat, 19 Apr 2025 12:13:16 +0000 (20:13 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 22 Apr 2025 11:30:37 +0000 (13:30 +0200)
There are two hdmi connector on Cool Pi CM5 EVB, the current supported
is hdmi0, assign corresponding index to it. It will be convenient for
us to add support for another one.

Signed-off-by: Andy Yan <andyshrk@163.com>
Link: https://lore.kernel.org/r/20250419121326.388298-1-andyshrk@163.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3588-coolpi-cm5-evb.dts

index 9eda69722665fdf67b60adc253be41ee8a820c44..56ff58c67f9774675f4c53cdb84ecb0b2173e8af 100644 (file)
                pwms = <&pwm2 0 25000 0>;
        };
 
-       hdmi-con {
+       hdmi0-con {
                compatible = "hdmi-connector";
                type = "a";
 
                port {
-                       hdmi_con_in: endpoint {
+                       hdmi0_con_in: endpoint {
                                remote-endpoint = <&hdmi0_out_con>;
                        };
                };
 
 &hdmi0_out {
        hdmi0_out_con: endpoint {
-               remote-endpoint = <&hdmi_con_in>;
+               remote-endpoint = <&hdmi0_con_in>;
        };
 };