From: Magnus Damm Date: Tue, 1 Oct 2013 08:13:07 +0000 (+0900) Subject: ARM: shmobile: r8a7791 SMP device tree node X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=15ab426c0f1935016ea52cfedf0d808f8c79dd1e;p=linux-beck.git ARM: shmobile: r8a7791 SMP device tree node Add a device node for the r8a7791 secondary CPU core. Signed-off-by: Magnus Damm Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi index a1a9e5c4813d..fea5cfef4691 100644 --- a/arch/arm/boot/dts/r8a7791.dtsi +++ b/arch/arm/boot/dts/r8a7791.dtsi @@ -25,6 +25,13 @@ reg = <0>; clock-frequency = <1300000000>; }; + + cpu1: cpu@1 { + device_type = "cpu"; + compatible = "arm,cortex-a15"; + reg = <1>; + clock-frequency = <1300000000>; + }; }; gic: interrupt-controller@f1001000 {