2
0
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:
Jonas Gorski
2014-12-01 00:51:56 +00:00
parent d9a2c55806
commit 443d730da8
9 changed files with 9 additions and 0 deletions

View File

@@ -33,6 +33,7 @@
ubus@fff00000 {
#address-cells = <1>;
#size-cells = <1>;
ranges;
compatible = "simple-bus";
};
};