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 Lepore 2014-03-04 14:19:15 +00:00
parent 3c4368b25d
commit d1c926defd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262736

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";