mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
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:
@@ -279,7 +279,6 @@
|
||||
};
|
||||
|
||||
&hdmi {
|
||||
ddc-i2c-bus = <&i2c5>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -287,10 +286,6 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2c5 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&wdt {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user