Skip to content

Commit

Permalink
arm64: dts: uDPU: remove i2c-fast-mode
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Russell King authored and gclement committed Dec 9, 2019
1 parent 1eebac0 commit fe3ec63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,14 @@
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&i2c1_pins>;
/delete-property/mrvl,i2c-fast-mode;
};

&i2c1 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&i2c2_pins>;
/delete-property/mrvl,i2c-fast-mode;

lm75@48 {
status = "okay";
Expand Down

0 comments on commit fe3ec63

Please sign in to comment.