ARM: shmobile: r8a7791 SMP device tree node
authorMagnus Damm <damm@opensource.se>
Tue, 1 Oct 2013 08:13:07 +0000 (17:13 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 8 Oct 2013 00:25:22 +0000 (09:25 +0900)
Add a device node for the r8a7791 secondary CPU core.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7791.dtsi

index a1a9e5c4813d796adbe17f1b6f025bc37ad12f68..fea5cfef4691c3656b7b34560eedccaee38ef0b1 100644 (file)
                        reg = <0>;
                        clock-frequency = <1300000000>;
                };
+
+               cpu1: cpu@1 {
+                       device_type = "cpu";
+                       compatible = "arm,cortex-a15";
+                       reg = <1>;
+                       clock-frequency = <1300000000>;
+               };
        };
 
        gic: interrupt-controller@f1001000 {