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/bcm6328.dtsi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target/linux/brcm63xx/dts/bcm6328.dtsi') 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>; }; }; -- cgit v1.2.3