From d9a2c558065db17c15781c90ba0af0a28157ebb3 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Mon, 1 Dec 2014 00:51:53 +0000 Subject: brcm63xx: dtsi: add missing properties to cpu nodes Mark them as cpu nodes and add the addresses. Signed-off-by: Jonas Gorski SVN-Revision: 43455 --- target/linux/brcm63xx/dts/bcm6358.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'target/linux/brcm63xx/dts/bcm6358.dtsi') diff --git a/target/linux/brcm63xx/dts/bcm6358.dtsi b/target/linux/brcm63xx/dts/bcm6358.dtsi index d5a84a4ca4..2c6d36a2b2 100644 --- a/target/linux/brcm63xx/dts/bcm6358.dtsi +++ b/target/linux/brcm63xx/dts/bcm6358.dtsi @@ -8,12 +8,19 @@ }; cpus { + #address-cells = <1>; + #size-cells = <0>; + cpu@0 { compatible = "brcm,bmips4350", "mips,mips4Kc"; + device_type = "cpu"; + reg = <0>; }; cpu@1 { compatible = "brcm,bmips4350", "mips,mips4Kc"; + device_type = "cpu"; + reg = <1>; }; }; -- cgit v1.2.3