diff options
author | Michal Simek <monstr@monstr.eu> | 2010-08-10 02:57:45 -0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2010-10-21 01:51:18 -0400 |
commit | 4bdfd9ebc3bb6e111309b711a601bce7a8ae6857 (patch) | |
tree | 1db020b9a638e1ec7297160fd88a4048de7e7593 /arch/microblaze/platform | |
parent | c4554c32a7a6f81e9226084c43a3b8e17853c535 (diff) |
microblaze: Fix generic DTS to ensure OF requirements
LL Temac dts nodes should contain ranges property.
It is sufficient to use empty ranges property.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/platform')
-rw-r--r-- | arch/microblaze/platform/generic/system.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/microblaze/platform/generic/system.dts b/arch/microblaze/platform/generic/system.dts index 2d5c41767cd0..ef667d125ce0 100644 --- a/arch/microblaze/platform/generic/system.dts +++ b/arch/microblaze/platform/generic/system.dts | |||
@@ -218,6 +218,7 @@ | |||
218 | #address-cells = <1>; | 218 | #address-cells = <1>; |
219 | #size-cells = <1>; | 219 | #size-cells = <1>; |
220 | compatible = "xlnx,compound"; | 220 | compatible = "xlnx,compound"; |
221 | ranges ; | ||
221 | ethernet@81c00000 { | 222 | ethernet@81c00000 { |
222 | compatible = "xlnx,xps-ll-temac-1.01.b", "xlnx,xps-ll-temac-1.00.a"; | 223 | compatible = "xlnx,xps-ll-temac-1.01.b", "xlnx,xps-ll-temac-1.00.a"; |
223 | device_type = "network"; | 224 | device_type = "network"; |
@@ -332,6 +333,7 @@ | |||
332 | #address-cells = <1>; | 333 | #address-cells = <1>; |
333 | #size-cells = <1>; | 334 | #size-cells = <1>; |
334 | compatible = "xlnx,mpmc-4.02.a"; | 335 | compatible = "xlnx,mpmc-4.02.a"; |
336 | ranges ; | ||
335 | PIM3: sdma@84600180 { | 337 | PIM3: sdma@84600180 { |
336 | compatible = "xlnx,ll-dma-1.00.a"; | 338 | compatible = "xlnx,ll-dma-1.00.a"; |
337 | interrupt-parent = <&xps_intc_0>; | 339 | interrupt-parent = <&xps_intc_0>; |