From: Jon Mason Date: Fri, 5 Feb 2016 22:43:21 +0000 (-0500) Subject: ARM: dts: NSP: Fix CPU DT issue X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5a6c7b52d09baa7dcf37657b232ee8dfcc55d734;p=linux-beck.git ARM: dts: NSP: Fix CPU DT issue There is a double definition of the CPUs present in the device tree. Remove unnecessary cpu device tree definition. Signed-off-by: Jon Mason Signed-off-by: Florian Fainelli --- diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi index 3b8c2c09286f..834862b52b52 100644 --- a/arch/arm/boot/dts/bcm-nsp.dtsi +++ b/arch/arm/boot/dts/bcm-nsp.dtsi @@ -68,18 +68,6 @@ #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";