diff options
author | Zhao Qiang <B45475@freescale.com> | 2013-11-07 03:29:29 +0100 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-01-08 02:06:02 +0100 |
commit | 0ff649ca50355352d4dbe3fcd7e6b3587d226d54 (patch) | |
tree | 1f50f41db7d13274f5f0b411e9cebab9be9ca07c /arch/powerpc/boot/dts/p1010rdb-pa_36b.dts | |
parent | powerpc/p1010rdb:update dts to adapt to both old and new p1010rdb (diff) | |
download | linux-0ff649ca50355352d4dbe3fcd7e6b3587d226d54.tar.xz linux-0ff649ca50355352d4dbe3fcd7e6b3587d226d54.zip |
powerpc/p1010rdb:update mtd of nand to adapt to both old and new p1010rdb
P1010rdb-pa and p1010rdb-pb have different mtd of nand.
So update dts to adapt to both p1010rdb-pa and p1010rdb-pb.
Move the nand-mtd from p1010rdb.dtsi to p1010rdb-pa*.dts.
Remove nand-mtd for p1010rdb-pb, whick will use mtdparts
from u-boot instead of nand-mtd in device tree.
Signed-off-by: Zhao Qiang <B45475@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/boot/dts/p1010rdb-pa_36b.dts')
-rw-r--r-- | arch/powerpc/boot/dts/p1010rdb-pa_36b.dts | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/arch/powerpc/boot/dts/p1010rdb-pa_36b.dts b/arch/powerpc/boot/dts/p1010rdb-pa_36b.dts index 2004ee78cabe..3033371bc007 100644 --- a/arch/powerpc/boot/dts/p1010rdb-pa_36b.dts +++ b/arch/powerpc/boot/dts/p1010rdb-pa_36b.dts @@ -42,17 +42,5 @@ }; /include/ "p1010rdb.dtsi" - -&phy0 { - interrupts = <3 1 0 0>; -}; - -&phy1 { - interrupts = <2 1 0 0>; -}; - -&phy2 { - interrupts = <2 1 0 0>; -}; - +/include/ "p1010rdb-pa.dtsi" /include/ "fsl/p1010si-post.dtsi" |