]> Pileus Git - ~andy/linux/commitdiff
ARM: dts: imx27 phyCARD-S, move i2c1 and owire to rdk
authorMarkus Pargmann <mpa@pengutronix.de>
Sun, 7 Jul 2013 13:13:30 +0000 (15:13 +0200)
committerShawn Guo <shawn.guo@linaro.org>
Thu, 22 Aug 2013 15:29:03 +0000 (23:29 +0800)
Both buses are not used on the phyCARD-S module. This patch moves them
to the rdk file. Remove ioexpander.

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts
arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts

index 390d8f2f84d120bace022322c6319d82cf7e5a47..0514b0a8919e844a6a5bba6966ea56f631936a8f 100644 (file)
        status = "okay";
 };
 
+&i2c1 {
+       status = "okay";
+
+       rtc@51 {
+               compatible = "nxp,pcf8563";
+               reg = <0x51>;
+       };
+};
+
+&owire {
+       status = "okay";
+};
+
 &sdhci2 {
        cd-gpios = <&gpio3 29 0>;
        status = "okay";
index cdff8c7b4b114426e60ed3a5f450dbb6053dea85..c8d57d1d074362e14c91113cc8cbf42079724ffe 100644 (file)
        status = "okay";
 };
 
-&i2c1 {
-       status = "okay";
-
-       ioexpander@41 {
-               compatible = "nxp,pca9536";
-               reg = <0x41>;
-       };
-
-       rtc@51 {
-               compatible = "nxp,pcf8563";
-               reg = <0x51>;
-       };
-};
-
 &i2c2 {
        status = "okay";
 
@@ -56,7 +42,3 @@
                reg = <0x52>;
        };
 };
-
-&owire {
-       status = "okay";
-};