diff mbox

[PATCH/RFC,3/3] ARM: dts: armadillo800eva: Convert to named i2c-gpio bindings

Message ID 1503566474-5335-4-git-send-email-geert+renesas@glider.be
State Superseded
Headers show

Commit Message

Geert Uytterhoeven Aug. 24, 2017, 9:21 a.m. UTC
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/boot/dts/r8a7740-armadillo800eva.dts | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
diff mbox

Patch

diff --git a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts
index 153609c1a5d83923..d62d22c36da1c9b9 100644
--- a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts
+++ b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts
@@ -131,9 +131,8 @@ 
 		#address-cells = <1>;
 		#size-cells = <0>;
 		compatible = "i2c-gpio";
-		gpios = <&pfc 208 GPIO_ACTIVE_HIGH /* sda */
-			 &pfc 91 GPIO_ACTIVE_HIGH /* scl */
-			>;
+		sda-gpios = <&pfc 208 GPIO_ACTIVE_HIGH>;
+		scl-gpios = <&pfc 91 GPIO_ACTIVE_HIGH>;
 		i2c-gpio,delay-us = <5>;
 	};