diff options
author | Chris Brand <chris.brand@broadcom.com> | 2016-04-28 20:59:58 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2016-05-31 20:56:07 +0300 |
commit | f302b57ab0e5ff91a2e90cd1d2b84a27d8d95824 (patch) | |
tree | b06e0816eb58ce69e7109395da9405929bc46537 /arch/arm/boot/dts/bcm21664.dtsi | |
parent | 500d336669ae9b2fb605a4ac0b478e2858e75a07 (diff) | |
download | linux-f302b57ab0e5ff91a2e90cd1d2b84a27d8d95824.tar.xz |
ARM: dts: fix use of bcm11351 enable method
bindings/arm/cpus.txt states that "enable-method" should be a
property of the "cpu" node rather than the "cpus" node.
Signed-off-by: Chris Brand <chris.brand@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm21664.dtsi')
-rw-r--r-- | arch/arm/boot/dts/bcm21664.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm21664.dtsi b/arch/arm/boot/dts/bcm21664.dtsi index 3f525be28fd0..6dde95f21cef 100644 --- a/arch/arm/boot/dts/bcm21664.dtsi +++ b/arch/arm/boot/dts/bcm21664.dtsi @@ -30,7 +30,6 @@ cpus { #address-cells = <1>; #size-cells = <0>; - enable-method = "brcm,bcm11351-cpu-method"; cpu0: cpu@0 { device_type = "cpu"; @@ -41,6 +40,7 @@ cpu1: cpu@1 { device_type = "cpu"; compatible = "arm,cortex-a9"; + enable-method = "brcm,bcm11351-cpu-method"; secondary-boot-reg = <0x35004178>; reg = <1>; }; |