Commit f97d414d authored by Amit Kucheria's avatar Amit Kucheria Committed by Bjorn Andersson

arm64: dts: qcom: sc7180: Fix cpu compatible

"arm,armv8" compatible should only be used for software models. Replace
it with the real cpu type.
Reviewed-by: default avatarStephen Boyd <swboyd@chromium.org>
Reviewed-by: default avatarRajendra Nayak <rnayak@codeaurora.org>
Signed-off-by: default avatarAmit Kucheria <amit.kucheria@linaro.org>
Link: https://lore.kernel.org/r/2526d2b2907116d1bb6f7edd194226eb7e24c333.1584516925.git.amit.kucheria@linaro.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 0e3ac61d
......@@ -91,7 +91,7 @@ cpus {
CPU0: cpu@0 {
device_type = "cpu";
compatible = "arm,armv8";
compatible = "qcom,kryo468";
reg = <0x0 0x0>;
enable-method = "psci";
capacity-dmips-mhz = <1024>;
......@@ -110,7 +110,7 @@ L3_0: l3-cache {
CPU1: cpu@100 {
device_type = "cpu";
compatible = "arm,armv8";
compatible = "qcom,kryo468";
reg = <0x0 0x100>;
enable-method = "psci";
capacity-dmips-mhz = <1024>;
......@@ -126,7 +126,7 @@ L2_100: l2-cache {
CPU2: cpu@200 {
device_type = "cpu";
compatible = "arm,armv8";
compatible = "qcom,kryo468";
reg = <0x0 0x200>;
enable-method = "psci";
capacity-dmips-mhz = <1024>;
......@@ -142,7 +142,7 @@ L2_200: l2-cache {
CPU3: cpu@300 {
device_type = "cpu";
compatible = "arm,armv8";
compatible = "qcom,kryo468";
reg = <0x0 0x300>;
enable-method = "psci";
capacity-dmips-mhz = <1024>;
......@@ -158,7 +158,7 @@ L2_300: l2-cache {
CPU4: cpu@400 {
device_type = "cpu";
compatible = "arm,armv8";
compatible = "qcom,kryo468";
reg = <0x0 0x400>;
enable-method = "psci";
capacity-dmips-mhz = <1024>;
......@@ -174,7 +174,7 @@ L2_400: l2-cache {
CPU5: cpu@500 {
device_type = "cpu";
compatible = "arm,armv8";
compatible = "qcom,kryo468";
reg = <0x0 0x500>;
enable-method = "psci";
capacity-dmips-mhz = <1024>;
......@@ -190,7 +190,7 @@ L2_500: l2-cache {
CPU6: cpu@600 {
device_type = "cpu";
compatible = "arm,armv8";
compatible = "qcom,kryo468";
reg = <0x0 0x600>;
enable-method = "psci";
capacity-dmips-mhz = <1740>;
......@@ -206,7 +206,7 @@ L2_600: l2-cache {
CPU7: cpu@700 {
device_type = "cpu";
compatible = "arm,armv8";
compatible = "qcom,kryo468";
reg = <0x0 0x700>;
enable-method = "psci";
capacity-dmips-mhz = <1740>;
......
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