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/p4080ds.dts | |
parent | 03f4201bd44e7d3ca7dc26b30d4251a07c77e9f2 (diff) |
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/p4080ds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/p4080ds.dts | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/arch/powerpc/boot/dts/p4080ds.dts b/arch/powerpc/boot/dts/p4080ds.dts index 8ea1ae90815..6d60e54e50a 100644 --- a/arch/powerpc/boot/dts/p4080ds.dts +++ b/arch/powerpc/boot/dts/p4080ds.dts @@ -108,9 +108,15 @@ }; }; - rio: rapidio0: rapidio@ffe0c0000 { - reg = <0xf 0xfe0c0000 0 0x20000>; - ranges = <0 0 0xc 0x20000000 0 0x01000000>; + 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 { |