Commit f302b57a authored by Chris Brand's avatar Chris Brand Committed by Florian Fainelli

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: default avatarChris Brand <chris.brand@broadcom.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 500d3366
...@@ -30,7 +30,6 @@ chosen { ...@@ -30,7 +30,6 @@ chosen {
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
enable-method = "brcm,bcm11351-cpu-method";
cpu0: cpu@0 { cpu0: cpu@0 {
device_type = "cpu"; device_type = "cpu";
...@@ -41,6 +40,7 @@ cpu0: cpu@0 { ...@@ -41,6 +40,7 @@ cpu0: cpu@0 {
cpu1: cpu@1 { cpu1: cpu@1 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,cortex-a9"; compatible = "arm,cortex-a9";
enable-method = "brcm,bcm11351-cpu-method";
secondary-boot-reg = <0x3500417c>; secondary-boot-reg = <0x3500417c>;
reg = <1>; reg = <1>;
}; };
......
...@@ -30,7 +30,6 @@ chosen { ...@@ -30,7 +30,6 @@ chosen {
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
enable-method = "brcm,bcm11351-cpu-method";
cpu0: cpu@0 { cpu0: cpu@0 {
device_type = "cpu"; device_type = "cpu";
...@@ -41,6 +40,7 @@ cpu0: cpu@0 { ...@@ -41,6 +40,7 @@ cpu0: cpu@0 {
cpu1: cpu@1 { cpu1: cpu@1 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,cortex-a9"; compatible = "arm,cortex-a9";
enable-method = "brcm,bcm11351-cpu-method";
secondary-boot-reg = <0x35004178>; secondary-boot-reg = <0x35004178>;
reg = <1>; reg = <1>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment