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/bcm6338.dtsi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target/linux/brcm63xx/dts/bcm6338.dtsi') diff --git a/target/linux/brcm63xx/dts/bcm6338.dtsi b/target/linux/brcm63xx/dts/bcm6338.dtsi index a20bd735fb..5ba8290f33 100644 --- a/target/linux/brcm63xx/dts/bcm6338.dtsi +++ b/target/linux/brcm63xx/dts/bcm6338.dtsi @@ -8,8 +8,13 @@ }; cpus { + #address-cells = <1>; + #size-cells = <0>; + cpu@0 { compatible = "brcm,bmips3300", "mips,mips4Kc"; + device_type = "cpu"; + reg = <0>; }; }; -- cgit v1.2.3