forked from Ivasoft/openwrt
brcm63xx: dtsi: add missing ranges properity to ubus nodes
Allows nodes behind it to be mapped. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 43456
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
ubus@10000000 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
ranges;
|
||||
compatible = "simple-bus";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user