]> xenbits.xensource.com Git - people/aperard/linux-arndale.git/commitdiff
dts: add cpus node, with one cpu.
authorAnthony PERARD <anthony.perard@citrix.com>
Tue, 26 Feb 2013 16:32:47 +0000 (16:32 +0000)
committerAnthony PERARD <anthony.perard@citrix.com>
Tue, 26 Feb 2013 16:46:47 +0000 (16:46 +0000)
arch/arm/boot/dts/exynos5250.dtsi

index 5533e417144dee013d69a21f3e0cc29449764611..fcfebe75d4fd7a04960810791a1475ee064564a1 100644 (file)
                             <1 10 0xf08>;
        };
 
+       cpus {
+               #address-cells = <1>;
+               #size-cells = <0>;
+
+               cpu@0 {
+                       device_type = "cpu";
+                       compatible = "arm,cortex-a15";
+                       reg = <0>;
+               };
+
+                /*
+               cpu@1 {
+                       device_type = "cpu";
+                       compatible = "arm,cortex-a15";
+                       reg = <1>;
+               };
+                */
+       };
+
        gic:interrupt-controller@10481000 {
                compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
                #interrupt-cells = <3>;