summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2010-08-10 08:57:45 +0200
committerMichal Simek <monstr@monstr.eu>2010-10-21 15:51:18 +1000
commit4bdfd9ebc3bb6e111309b711a601bce7a8ae6857 (patch)
tree1db020b9a638e1ec7297160fd88a4048de7e7593 /arch/microblaze
parentc4554c32a7a6f81e9226084c43a3b8e17853c535 (diff)
downloadop-kernel-dev-4bdfd9ebc3bb6e111309b711a601bce7a8ae6857.zip
op-kernel-dev-4bdfd9ebc3bb6e111309b711a601bce7a8ae6857.tar.gz
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')
-rw-r--r--arch/microblaze/platform/generic/system.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/microblaze/platform/generic/system.dts b/arch/microblaze/platform/generic/system.dts
index 2d5c417..ef667d1 100644
--- a/arch/microblaze/platform/generic/system.dts
+++ b/arch/microblaze/platform/generic/system.dts
@@ -218,6 +218,7 @@
#address-cells = <1>;
#size-cells = <1>;
compatible = "xlnx,compound";
+ ranges ;
ethernet@81c00000 {
compatible = "xlnx,xps-ll-temac-1.01.b", "xlnx,xps-ll-temac-1.00.a";
device_type = "network";
@@ -332,6 +333,7 @@
#address-cells = <1>;
#size-cells = <1>;
compatible = "xlnx,mpmc-4.02.a";
+ ranges ;
PIM3: sdma@84600180 {
compatible = "xlnx,ll-dma-1.00.a";
interrupt-parent = <&xps_intc_0>;
OpenPOWER on IntegriCloud