ARM: shmobile: Add r8a7790 CA15 CPU cores
authorMagnus Damm <damm@opensource.se>
Wed, 28 Aug 2013 23:22:17 +0000 (08:22 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 30 Sep 2013 07:09:34 +0000 (16:09 +0900)
Add CA15 CPU cores to r8a7790 for a total of 4 x CA15.

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

index 3b879e7c697c336748d5f35adf6744c6d7e14458..388f49f675bbc52352bf05c05fde51ef36ef7001 100644 (file)
                        reg = <0>;
                        clock-frequency = <1300000000>;
                };
+
+               cpu1: cpu@1 {
+                       device_type = "cpu";
+                       compatible = "arm,cortex-a15";
+                       reg = <1>;
+                       clock-frequency = <1300000000>;
+               };
+
+               cpu2: cpu@2 {
+                       device_type = "cpu";
+                       compatible = "arm,cortex-a15";
+                       reg = <2>;
+                       clock-frequency = <1300000000>;
+               };
+
+               cpu3: cpu@3 {
+                       device_type = "cpu";
+                       compatible = "arm,cortex-a15";
+                       reg = <3>;
+                       clock-frequency = <1300000000>;
+               };
        };
 
        gic: interrupt-controller@f1001000 {
This page took 0.041917 seconds and 5 git commands to generate.