aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/boot/dts/r8a7790-lager.dts5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
index e3d27783b6b5..f2ea632381e7 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -272,9 +272,8 @@
272 #size-cells = <0>; 272 #size-cells = <0>;
273 compatible = "i2c-gpio"; 273 compatible = "i2c-gpio";
274 status = "disabled"; 274 status = "disabled";
275 gpios = <&gpio1 17 GPIO_ACTIVE_HIGH /* sda */ 275 sda-gpios = <&gpio1 17 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
276 &gpio1 16 GPIO_ACTIVE_HIGH /* scl */ 276 scl-gpios = <&gpio1 16 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
277 >;
278 i2c-gpio,delay-us = <5>; 277 i2c-gpio,delay-us = <5>;
279 }; 278 };
280 279