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>
};
&hdmi {
- ddc-i2c-bus = <&i2c3>;
status = "okay";
};
};
};
+&hdmi {
+ ddc-i2c-bus = <&i2c3>;
+};
+
&i2c7 {
status = "okay";
clock-frequency = <400000>;