diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-12-01 00:51:53 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-12-01 00:51:53 +0000 |
commit | d9a2c558065db17c15781c90ba0af0a28157ebb3 (patch) | |
tree | 040bc43be82c75800ccecf5454aba977ee32b49a /target/linux/brcm63xx/dts/bcm6345.dtsi | |
parent | ef4f69adc0a42e81368c2e52c2f5cf12c4343101 (diff) | |
download | upstream-d9a2c558065db17c15781c90ba0af0a28157ebb3.tar.gz upstream-d9a2c558065db17c15781c90ba0af0a28157ebb3.tar.bz2 upstream-d9a2c558065db17c15781c90ba0af0a28157ebb3.zip |
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
Diffstat (limited to 'target/linux/brcm63xx/dts/bcm6345.dtsi')
-rw-r--r-- | target/linux/brcm63xx/dts/bcm6345.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/bcm6345.dtsi b/target/linux/brcm63xx/dts/bcm6345.dtsi index 51123a8f23..99cb1b13b9 100644 --- a/target/linux/brcm63xx/dts/bcm6345.dtsi +++ b/target/linux/brcm63xx/dts/bcm6345.dtsi @@ -8,8 +8,13 @@ }; cpus { + #address-cells = <1>; + #size-cells = <0>; + cpu@0 { compatible = "brcm,bmips32", "mips,mips4Kc"; + device_type = "cpu"; + reg = <0>; }; }; |