Commit 5179ffd0 authored by Khiem Nguyen's avatar Khiem Nguyen Committed by Simon Horman

ARM: shmobile: Lager: Correct I2C bus for VDD MPU regulator

I2C bus for VDD MPU regulator is IIC3, not I2C3.
Signed-off-by: default avatarKhiem Nguyen <khiem.nguyen.xt@renesas.com>
Reviewed-by: default avatarWolfram Sang <wsa@sang-engineering.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 0b732470
......@@ -215,9 +215,9 @@ i2c2_pins: i2c2 {
renesas,function = "i2c2";
};
i2c3_pins: i2c3 {
renesas,groups = "i2c3";
renesas,function = "i2c3";
iic3_pins: iic3 {
renesas,groups = "iic3";
renesas,function = "iic3";
};
usb0_pins: usb0 {
......@@ -368,9 +368,9 @@ &i2c2 {
pinctrl-names = "default";
};
&i2c3 {
&iic3 {
pinctrl-names = "default";
pinctrl-0 = <&i2c3_pins>;
pinctrl-0 = <&iic3_pins>;
status = "okay";
vdd_dvfs: regulator@68 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment