Skip to content

Commit

Permalink
microblaze: Fix generic DTS to ensure OF requirements
Browse files Browse the repository at this point in the history
LL Temac dts nodes should contain ranges property.
It is sufficient to use empty ranges property.

Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
Michal Simek committed Oct 21, 2010
1 parent c4554c3 commit 4bdfd9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/microblaze/platform/generic/system.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -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>;
Expand Down

0 comments on commit 4bdfd9e

Please sign in to comment.