From: Magnus Damm Date: Tue, 1 Oct 2013 08:13:07 +0000 (+0900) Subject: ARM: shmobile: r8a7791 SMP device tree node X-Git-Tag: v3.13-rc1~156^2~22^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=15ab426c0f1935016ea52cfedf0d808f8c79dd1e;p=profile%2Fivi%2Fkernel-x86-ivi.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 a1a9e5c..fea5cfe 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 {