diff options
author | Markus Pargmann <mpa@pengutronix.de> | 2013-07-07 15:13:30 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-22 23:29:03 +0800 |
commit | b9d6bfaabc9fb8fa99245109b966469f3a1d6e7c (patch) | |
tree | 32aac220d1b411fbbafbca8734c1acc5e3c98701 /arch/arm/boot/dts/imx27-phytec-phycard-s-som.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-som.dts')
-rw-r--r-- | arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts | 18 |
1 files changed, 0 insertions, 18 deletions
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 cdff8c7b4b1..c8d57d1d074 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 @@ 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"; -}; |