diff options
author | chenhui zhao <chenhui.zhao@freescale.com> | 2012-03-06 04:06:42 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2012-03-16 16:58:21 -0400 |
commit | 992608ff56b9c2e987f706da94ceca991b7886a4 (patch) | |
tree | bba9a79a788a8945a9920f888fcbb724885454be /arch/powerpc/boot | |
parent | 96939e79b0d8571f557bf4d7f0f933282401342b (diff) |
powerpc/85xx: mpc8548cds - Add FPGA node to dts
Remove FPGA(CADMUS) macros in code. Move it to dts.
Signed-off-by: Zhao Chenhui <chenhui.zhao@freescale.com>
Signed-off-by: Li Yang <leoli@freescale.com>
Acked-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8548cds.dts | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/mpc8548cds.dts b/arch/powerpc/boot/dts/mpc8548cds.dts index 8d4df8e7b696..0683983f1d3b 100644 --- a/arch/powerpc/boot/dts/mpc8548cds.dts +++ b/arch/powerpc/boot/dts/mpc8548cds.dts | |||
@@ -35,7 +35,8 @@ | |||
35 | lbc: localbus@e0005000 { | 35 | lbc: localbus@e0005000 { |
36 | reg = <0 0xe0005000 0 0x1000>; | 36 | reg = <0 0xe0005000 0 0x1000>; |
37 | 37 | ||
38 | ranges = <0x0 0x0 0x0 0xff000000 0x01000000>; | 38 | ranges = <0x0 0x0 0x0 0xff000000 0x01000000 |
39 | 0x1 0x0 0x0 0xf8004000 0x00001000>; | ||
39 | 40 | ||
40 | nor@0,0 { | 41 | nor@0,0 { |
41 | #address-cells = <1>; | 42 | #address-cells = <1>; |
@@ -72,6 +73,11 @@ | |||
72 | read-only; | 73 | read-only; |
73 | }; | 74 | }; |
74 | }; | 75 | }; |
76 | |||
77 | board-control@1,0 { | ||
78 | compatible = "fsl,mpc8548cds-fpga"; | ||
79 | reg = <0x1 0x0 0x1000>; | ||
80 | }; | ||
75 | }; | 81 | }; |
76 | 82 | ||
77 | soc: soc8548@e0000000 { | 83 | soc: soc8548@e0000000 { |