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

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.org


Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 0e3ac61d
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -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>;
@@ -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>;
@@ -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>;
@@ -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>;
@@ -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>;
@@ -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>;
@@ -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>;
@@ -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>;