diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-11-17 08:01:40 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-11-24 02:01:39 -0600 |
commit | 54986964c13c72f0a6cf58855ee376a12e21d2d7 (patch) | |
tree | 8f1c8f52dea198bb47f354887d333e1626138631 /arch/powerpc/boot/dts/p5020ds.dts | |
parent | 03f4201bd44e7d3ca7dc26b30d4251a07c77e9f2 (diff) | |
download | blackbird-obmc-linux-54986964c13c72f0a6cf58855ee376a12e21d2d7.tar.gz blackbird-obmc-linux-54986964c13c72f0a6cf58855ee376a12e21d2d7.zip |
powerpc/85xx: Update SRIO device tree nodes
Update all dts files that support SRIO controllers to match the new
fsl,srio device tree binding.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/p5020ds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/p5020ds.dts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/p5020ds.dts b/arch/powerpc/boot/dts/p5020ds.dts index ceee4f50ba42..1c250684c902 100644 --- a/arch/powerpc/boot/dts/p5020ds.dts +++ b/arch/powerpc/boot/dts/p5020ds.dts @@ -101,6 +101,17 @@ }; }; + rio: rapidio@ffe0c0000 { + reg = <0xf 0xfe0c0000 0 0x11000>; + + port1 { + ranges = <0 0 0xc 0x20000000 0 0x10000000>; + }; + port2 { + ranges = <0 0 0xc 0x30000000 0 0x10000000>; + }; + }; + lbc: localbus@ffe124000 { reg = <0xf 0xfe124000 0 0x1000>; ranges = <0 0 0xf 0xe8000000 0x08000000 |