diff options
author | Markus Pargmann <mpa@pengutronix.de> | 2013-07-07 09:13:30 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-22 11:29:03 -0400 |
commit | b9d6bfaabc9fb8fa99245109b966469f3a1d6e7c (patch) | |
tree | 32aac220d1b411fbbafbca8734c1acc5e3c98701 /arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts | |
parent | 51a0102fd0e2400db297e5bee38092cf9fd00c30 (diff) |
ARM: dts: imx27 phyCARD-S, move i2c1 and owire to rdk
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>
Diffstat (limited to 'arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts')
-rw-r--r-- | arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts | 13 |
1 files changed, 13 insertions, 0 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"; |