Commit aca4ec44 authored by Simon Horman's avatar Simon Horman

ARM: shmobile: lager: Remove duplicate i2c3 nodes

Due to an error when merging df40f256b18300e1 ("ARM: shmobile:
lager: add i2c1, i2c2 pins") a duplicate i2c3 node.

This patch moves the duplicate and moves to old node to
be closer to the other new i2c nodes.

Cc: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 7b16c61a
...@@ -333,22 +333,6 @@ &sdhi2 { ...@@ -333,22 +333,6 @@ &sdhi2 {
status = "okay"; status = "okay";
}; };
&i2c3 {
pinctrl-names = "default";
pinctrl-0 = <&i2c3_pins>;
status = "okay";
vdd_dvfs: regulator@68 {
compatible = "diasemi,da9210";
reg = <0x68>;
regulator-min-microvolt = <1000000>;
regulator-max-microvolt = <1000000>;
regulator-boot-on;
regulator-always-on;
};
};
&cpu0 { &cpu0 {
cpu0-supply = <&vdd_dvfs>; cpu0-supply = <&vdd_dvfs>;
}; };
...@@ -369,6 +353,18 @@ &i2c2 { ...@@ -369,6 +353,18 @@ &i2c2 {
pinctrl-names = "default"; pinctrl-names = "default";
}; };
&i2c3 { &i2c3 {
status = "ok"; pinctrl-names = "default";
pinctrl-0 = <&i2c3_pins>;
status = "okay";
vdd_dvfs: regulator@68 {
compatible = "diasemi,da9210";
reg = <0x68>;
regulator-min-microvolt = <1000000>;
regulator-max-microvolt = <1000000>;
regulator-boot-on;
regulator-always-on;
};
}; };
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