arm64: dts: uDPU: remove i2c-fast-mode
The I2C bus violates the timing specifications when run in fast mode on the uDPU, so switch to 100kHz mode. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:

committed by
Gregory CLEMENT

parent
1eebac0240
commit
fe3ec631a7
@@ -119,12 +119,14 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&i2c1_pins>;
|
pinctrl-0 = <&i2c1_pins>;
|
||||||
|
/delete-property/mrvl,i2c-fast-mode;
|
||||||
};
|
};
|
||||||
|
|
||||||
&i2c1 {
|
&i2c1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&i2c2_pins>;
|
pinctrl-0 = <&i2c2_pins>;
|
||||||
|
/delete-property/mrvl,i2c-fast-mode;
|
||||||
|
|
||||||
lm75@48 {
|
lm75@48 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
Reference in New Issue
Block a user