ARM: dts: NSP: Fix CPU DT issue
authorJon Mason <jonmason@broadcom.com>
Fri, 5 Feb 2016 22:43:21 +0000 (17:43 -0500)
committerFlorian Fainelli <f.fainelli@gmail.com>
Fri, 12 Feb 2016 23:52:26 +0000 (15:52 -0800)
There is a double definition of the CPUs present in the device tree.
Remove unnecessary cpu device tree definition.

Signed-off-by: Jon Mason <jonmason@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/boot/dts/bcm-nsp.dtsi

index 3b8c2c0..834862b 100644 (file)
                #address-cells = <1>;
                #size-cells = <1>;
 
-               cpus {
-                       #address-cells = <1>;
-                       #size-cells = <0>;
-
-                       cpu@0 {
-                               device_type = "cpu";
-                               compatible = "arm,cortex-a9";
-                               next-level-cache = <&L2>;
-                               reg = <0x0>;
-                       };
-               };
-
                a9pll: arm_clk@00000 {
                        #clock-cells = <0>;
                        compatible = "brcm,nsp-armpll";