From 02b93e44c22011d49918f501f88afb725d6b4c01 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43455 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm63xx/dts/bcm6368.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'target/linux/brcm63xx/dts/bcm6368.dtsi') diff --git a/target/linux/brcm63xx/dts/bcm6368.dtsi b/target/linux/brcm63xx/dts/bcm6368.dtsi index 8dfb6e80ca..74ce585544 100644 --- a/target/linux/brcm63xx/dts/bcm6368.dtsi +++ b/target/linux/brcm63xx/dts/bcm6368.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 = <0>; }; }; -- cgit v1.2.3