ARM: dts: rockchip: Fix ddc-i2c-bus for rk3288-vyasa

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>
This commit is contained in:
Jagan Teki 2020-01-23 19:16:40 +05:30 committed by Heiko Stuebner
parent 8dd177410c
commit b38a9a3f44

View File

@ -150,7 +150,7 @@ &gpu {
};
&hdmi {
ddc-i2c-bus = <&i2c2>;
ddc-i2c-bus = <&i2c5>;
status = "okay";
};
@ -347,7 +347,7 @@ regulator-state-mem {
};
};
&i2c2 {
&i2c5 {
status = "okay";
};