ARM: dts: rockchip: rk3288-evb hdmi use i2c-hdmi instead of i2c5

Fix the error from pinctrl
[    5.112827] rockchip-pinctrl pinctrl: could not request pin 235 (gpio7-19) from group i2c5-xfer  on device rockchip-pinctrl
[    5.123951] rk3x-i2c ff170000.i2c: Error applying setting, reverse things back
[    5.131207] rk3x-i2c: probe of ff170000.i2c failed with error -22

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Change-Id: I7bdf76832fb2805ced05f0a5bb52612f528d8ebf
This commit is contained in:
Jianqun Xu
2022-11-15 16:58:29 +08:00
committed by Tao Huang
parent 672b2060ed
commit b199fc40bf

View File

@@ -279,7 +279,6 @@
};
&hdmi {
ddc-i2c-bus = <&i2c5>;
status = "okay";
};
@@ -287,10 +286,6 @@
status = "okay";
};
&i2c5 {
status = "okay";
};
&wdt {
status = "okay";
};