Commit b38a9a3f authored by Jagan Teki's avatar Jagan Teki Committed by Heiko Stuebner

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: default avatarJagan Teki <jagan@amarulasolutions.com>
Link: https://lore.kernel.org/r/20200123134641.30720-2-jagan@amarulasolutions.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 8dd17741
...@@ -150,7 +150,7 @@ &gpu { ...@@ -150,7 +150,7 @@ &gpu {
}; };
&hdmi { &hdmi {
ddc-i2c-bus = <&i2c2>; ddc-i2c-bus = <&i2c5>;
status = "okay"; status = "okay";
}; };
...@@ -347,7 +347,7 @@ regulator-state-mem { ...@@ -347,7 +347,7 @@ regulator-state-mem {
}; };
}; };
&i2c2 { &i2c5 {
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment