diff options
author | Khiem Nguyen <khiem.nguyen.xt@renesas.com> | 2014-07-03 20:19:51 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-07-11 04:44:11 -0400 |
commit | 5179ffd099446e65a1e094b9cb17cc7edab45583 (patch) | |
tree | 4bd1ed819eb1d0565d18e8fb6551c0a542c0fe6b | |
parent | 0b7324706ea24489a0ddcbd9d472e232520aad80 (diff) |
ARM: shmobile: Lager: Correct I2C bus for VDD MPU regulator
I2C bus for VDD MPU regulator is IIC3, not I2C3.
Signed-off-by: Khiem Nguyen <khiem.nguyen.xt@renesas.com>
Reviewed-by: Wolfram Sang <wsa@sang-engineering.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/boot/dts/r8a7790-lager.dts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts index 544202bab9fa..ffe0523ff16f 100644 --- a/arch/arm/boot/dts/r8a7790-lager.dts +++ b/arch/arm/boot/dts/r8a7790-lager.dts | |||
@@ -215,9 +215,9 @@ | |||
215 | renesas,function = "i2c2"; | 215 | renesas,function = "i2c2"; |
216 | }; | 216 | }; |
217 | 217 | ||
218 | i2c3_pins: i2c3 { | 218 | iic3_pins: iic3 { |
219 | renesas,groups = "i2c3"; | 219 | renesas,groups = "iic3"; |
220 | renesas,function = "i2c3"; | 220 | renesas,function = "iic3"; |
221 | }; | 221 | }; |
222 | 222 | ||
223 | usb0_pins: usb0 { | 223 | usb0_pins: usb0 { |
@@ -368,9 +368,9 @@ | |||
368 | pinctrl-names = "default"; | 368 | pinctrl-names = "default"; |
369 | }; | 369 | }; |
370 | 370 | ||
371 | &i2c3 { | 371 | &iic3 { |
372 | pinctrl-names = "default"; | 372 | pinctrl-names = "default"; |
373 | pinctrl-0 = <&i2c3_pins>; | 373 | pinctrl-0 = <&iic3_pins>; |
374 | status = "okay"; | 374 | status = "okay"; |
375 | 375 | ||
376 | vdd_dvfs: regulator@68 { | 376 | vdd_dvfs: regulator@68 { |