aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts13
-rw-r--r--arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts18
2 files changed, 13 insertions, 18 deletions
diff --git a/arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts b/arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts
index 390d8f2f84d1..0514b0a8919e 100644
--- a/arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts
+++ b/arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts
@@ -41,6 +41,19 @@
41 status = "okay"; 41 status = "okay";
42}; 42};
43 43
44&i2c1 {
45 status = "okay";
46
47 rtc@51 {
48 compatible = "nxp,pcf8563";
49 reg = <0x51>;
50 };
51};
52
53&owire {
54 status = "okay";
55};
56
44&sdhci2 { 57&sdhci2 {
45 cd-gpios = <&gpio3 29 0>; 58 cd-gpios = <&gpio3 29 0>;
46 status = "okay"; 59 status = "okay";
diff --git a/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts b/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts
index cdff8c7b4b11..c8d57d1d0743 100644
--- a/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts
+++ b/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts
@@ -33,20 +33,6 @@
33 status = "okay"; 33 status = "okay";
34}; 34};
35 35
36&i2c1 {
37 status = "okay";
38
39 ioexpander@41 {
40 compatible = "nxp,pca9536";
41 reg = <0x41>;
42 };
43
44 rtc@51 {
45 compatible = "nxp,pcf8563";
46 reg = <0x51>;
47 };
48};
49
50&i2c2 { 36&i2c2 {
51 status = "okay"; 37 status = "okay";
52 38
@@ -56,7 +42,3 @@
56 reg = <0x52>; 42 reg = <0x52>;
57 }; 43 };
58}; 44};
59
60&owire {
61 status = "okay";
62};