diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-11-21 20:19:38 +0100 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2012-12-17 10:49:41 +0100 |
commit | 3e24b05ba3be5281c3fbf0b126953f5810f9d8ab (patch) | |
tree | 4ea3b76918e920a6ab1c379eac8a9442e81f184b /arch/arm/boot/dts/imx27-phytec-phycore.dts | |
parent | mm: fix kernel BUG at huge_memory.c:1474! (diff) | |
download | linux-3e24b05ba3be5281c3fbf0b126953f5810f9d8ab.tar.xz linux-3e24b05ba3be5281c3fbf0b126953f5810f9d8ab.zip |
ARM: dts: mx27: Fix the AIPI bus for FEC
FEC controller is connected to AIPI2 bus.
Also fix the AIPI1 address range.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boot/dts/imx27-phytec-phycore.dts')
-rw-r--r-- | arch/arm/boot/dts/imx27-phytec-phycore.dts | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/imx27-phytec-phycore.dts b/arch/arm/boot/dts/imx27-phytec-phycore.dts index af50469e34b2..53b0ec0c228e 100644 --- a/arch/arm/boot/dts/imx27-phytec-phycore.dts +++ b/arch/arm/boot/dts/imx27-phytec-phycore.dts @@ -21,8 +21,7 @@ }; soc { - aipi@10000000 { /* aipi */ - + aipi@10000000 { /* aipi1 */ serial@1000a000 { fsl,uart-has-rtscts; status = "okay"; @@ -38,10 +37,6 @@ status = "okay"; }; - ethernet@1002b000 { - status = "okay"; - }; - i2c@1001d000 { clock-frequency = <400000>; status = "okay"; @@ -60,6 +55,12 @@ }; }; }; + + aipi@10020000 { /* aipi2 */ + ethernet@1002b000 { + status = "okay"; + }; + }; }; nor_flash@c0000000 { |