]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: rockchip: move DDC bus from Haikou carrierboard to RK3399 Puma DTSI
authorQuentin Schulz <quentin.schulz@cherry.de>
Tue, 18 Feb 2025 11:49:13 +0000 (12:49 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Sat, 22 Feb 2025 23:44:37 +0000 (00:44 +0100)
The DDC bus is necessarily on I2C3, that's how it's exposed by RK3399
Puma on the Q7 golden fingers, so let's move it to the SoM DTSI instead.

If the carrierboard doesn't route it for some reason, /delete-property/
can be used to remove it.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Link: https://lore.kernel.org/r/20250218-tsd-align-haikou-v1-2-5c44d1dd8658@cherry.de
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.dts
arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi

index a60779bbbaaa54ebc5060907ab876a4d679f7da3..bb018562d40c80fe338d9ecc9acb981f630f467b 100644 (file)
 };
 
 &hdmi {
-       ddc-i2c-bus = <&i2c3>;
        status = "okay";
 };
 
index 995b30a7aae01a0326e9f80d6be930f227968539..f7548613ac46e190972d549271ec0bbc0c8a9b92 100644 (file)
        };
 };
 
+&hdmi {
+       ddc-i2c-bus = <&i2c3>;
+};
+
 &i2c7 {
        status = "okay";
        clock-frequency = <400000>;