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 | 02b93e44c22011d49918f501f88afb725d6b4c01 (patch) | |
tree | d6c31aecf80b70d0e0477b3c28ff1cd23f77e4af /target/linux/brcm63xx/dts/bcm6328.dtsi | |
parent | 29b06c76c3c91635b5d82ca9f20ed8062b94ebf0 (diff) | |
download | upstream-02b93e44c22011d49918f501f88afb725d6b4c01.tar.gz upstream-02b93e44c22011d49918f501f88afb725d6b4c01.tar.bz2 upstream-02b93e44c22011d49918f501f88afb725d6b4c01.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43455 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/dts/bcm6328.dtsi')
-rw-r--r-- | target/linux/brcm63xx/dts/bcm6328.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/bcm6328.dtsi b/target/linux/brcm63xx/dts/bcm6328.dtsi index b8fc3ad42f..259dc69f56 100644 --- a/target/linux/brcm63xx/dts/bcm6328.dtsi +++ b/target/linux/brcm63xx/dts/bcm6328.dtsi @@ -4,8 +4,13 @@ compatible = "brcm,bcm6328"; cpus { + #address-cells = <1>; + #size-cells = <0>; + cpu@0 { compatible = "brcm,bmips4350", "mips,mips4Kc"; + device_type = "cpu"; + reg = <0>; }; }; |