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:
@@ -33,6 +33,7 @@
|
||||
ubus@fff00000 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
ranges;
|
||||
compatible = "simple-bus";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user