Use an empty ranges statement for the bus, because all the children on the

bus have their register properties declared as full physical addresses,
not offsets from a base range for the bus.
This commit is contained in:
ian 2014-03-04 14:19:15 +00:00
parent 4e7fa16cf6
commit 1063f88d21

View File

@ -95,7 +95,7 @@
#address-cells = <1>;
#size-cells = <1>;
interrupt-parent = <&tzic>;
ranges = <0x0 0x50000000 0x14000000>;
ranges;
aips@50000000 { /* AIPS1 */
compatible = "fsl,aips-bus", "simple-bus";