Skip to content

Commit

Permalink
arm64: dts: qcom: sc7180: Fix cpu compatible
Browse files Browse the repository at this point in the history
"arm,armv8" compatible should only be used for software models. Replace
it with the real cpu type.

Reviewed-by: Stephen Boyd <[email protected]>
Reviewed-by: Rajendra Nayak <[email protected]>
Signed-off-by: Amit Kucheria <[email protected]>
Link: https://lore.kernel.org/r/2526d2b2907116d1bb6f7edd194226eb7e24c333.1584516925.git.amit.kucheria@linaro.org
Signed-off-by: Bjorn Andersson <[email protected]>
  • Loading branch information
idlethread authored and andersson committed Apr 14, 2020
1 parent 0e3ac61 commit f97d414
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions arch/arm64/boot/dts/qcom/sc7180.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

CPU0: cpu@0 {
device_type = "cpu";
compatible = "arm,armv8";
compatible = "qcom,kryo468";
reg = <0x0 0x0>;
enable-method = "psci";
capacity-dmips-mhz = <1024>;
Expand All @@ -110,7 +110,7 @@

CPU1: cpu@100 {
device_type = "cpu";
compatible = "arm,armv8";
compatible = "qcom,kryo468";
reg = <0x0 0x100>;
enable-method = "psci";
capacity-dmips-mhz = <1024>;
Expand All @@ -126,7 +126,7 @@

CPU2: cpu@200 {
device_type = "cpu";
compatible = "arm,armv8";
compatible = "qcom,kryo468";
reg = <0x0 0x200>;
enable-method = "psci";
capacity-dmips-mhz = <1024>;
Expand All @@ -142,7 +142,7 @@

CPU3: cpu@300 {
device_type = "cpu";
compatible = "arm,armv8";
compatible = "qcom,kryo468";
reg = <0x0 0x300>;
enable-method = "psci";
capacity-dmips-mhz = <1024>;
Expand All @@ -158,7 +158,7 @@

CPU4: cpu@400 {
device_type = "cpu";
compatible = "arm,armv8";
compatible = "qcom,kryo468";
reg = <0x0 0x400>;
enable-method = "psci";
capacity-dmips-mhz = <1024>;
Expand All @@ -174,7 +174,7 @@

CPU5: cpu@500 {
device_type = "cpu";
compatible = "arm,armv8";
compatible = "qcom,kryo468";
reg = <0x0 0x500>;
enable-method = "psci";
capacity-dmips-mhz = <1024>;
Expand All @@ -190,7 +190,7 @@

CPU6: cpu@600 {
device_type = "cpu";
compatible = "arm,armv8";
compatible = "qcom,kryo468";
reg = <0x0 0x600>;
enable-method = "psci";
capacity-dmips-mhz = <1740>;
Expand All @@ -206,7 +206,7 @@

CPU7: cpu@700 {
device_type = "cpu";
compatible = "arm,armv8";
compatible = "qcom,kryo468";
reg = <0x0 0x700>;
enable-method = "psci";
capacity-dmips-mhz = <1740>;
Expand Down

0 comments on commit f97d414

Please sign in to comment.