ARM: shmobile: koelsch: Remove duplicate i2c6 nodes
authorSimon Horman <horms+renesas@verge.net.au>
Mon, 9 Jun 2014 08:50:28 +0000 (17:50 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 17 Jun 2014 10:58:25 +0000 (19:58 +0900)
A second i2c6 node was a added by
05e234a187058ee ("ARM: shmobile: koelsch dts: Add VDD MPU regulator for
DVFS"). Merge this into the existing node.

Also shuffle i2c nodes so they are all together.

Cc: Gaku Inami <gaku.inami.xw@bp.renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7791-koelsch.dts

index b2e661613dda879b0c42ad4168e3b484f996213c..b0cfbd48e299d467c22210a0e0480417588b2ce8 100644 (file)
        clock-frequency = <20000000>;
 };
 
-&i2c2 {
-       pinctrl-0 = <&i2c2_pins>;
-       pinctrl-names = "default";
-
-       status = "okay";
-       clock-frequency = <400000>;
-
-       eeprom@50 {
-               compatible = "renesas,24c02";
-               reg = <0x50>;
-               pagesize = <16>;
-       };
-};
-
-&i2c6 {
-       status = "okay";
-       clock-frequency = <100000>;
-};
-
 &pfc {
        pinctrl-0 = <&du_pins>;
        pinctrl-names = "default";
        };
 };
 
+&i2c2 {
+       pinctrl-0 = <&i2c2_pins>;
+       pinctrl-names = "default";
+
+       status = "okay";
+       clock-frequency = <400000>;
+
+       eeprom@50 {
+               compatible = "renesas,24c02";
+               reg = <0x50>;
+               pagesize = <16>;
+       };
+};
+
 &i2c6 {
        pinctrl-names = "default";
        pinctrl-0 = <&i2c6_pins>;
        status = "okay";
+       clock-frequency = <100000>;
 
        vdd_dvfs: regulator@68 {
                compatible = "diasemi,da9210";