2
0
forked from Ivasoft/openwrt

brcm63xx: dtsi: add missing properties to cpu nodes

Mark them as cpu nodes and add the addresses.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 43455
This commit is contained in:
Jonas Gorski
2014-12-01 00:51:53 +00:00
parent ef4f69adc0
commit d9a2c55806
9 changed files with 53 additions and 0 deletions

View File

@@ -8,8 +8,13 @@
};
cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 {
compatible = "brcm,bmips3300", "mips,mips4Kc";
device_type = "cpu";
reg = <0>;
};
};