ARM: dts: rockchip: Fix ddc-i2c-bus for rk3288-vyasa
authorJagan Teki <jagan@amarulasolutions.com>
Thu, 23 Jan 2020 13:46:40 +0000 (19:16 +0530)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 1 Mar 2020 00:35:43 +0000 (01:35 +0100)
ddc-i2c-bus routed for HDMI is not i2c2 but i2c5 on
Vyasa RK3288 board.

Add support for fixing the same.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Link: https://lore.kernel.org/r/20200123134641.30720-2-jagan@amarulasolutions.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3288-vyasa.dts

index d2f79e5..88c6394 100644 (file)
 };
 
 &hdmi {
-       ddc-i2c-bus = <&i2c2>;
+       ddc-i2c-bus = <&i2c5>;
        status = "okay";
 };
 
        };
 };
 
-&i2c2 {
+&i2c5 {
        status = "okay";
 };