Commit 9293c3e8 authored by Rob Herring's avatar Rob Herring Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sc7280: Fix CPU nodes compatible string



'arm,kryo' is not documented and is not an Arm Ltd thing either as that
is Qualcomm branding. The correct compatible is 'qcom,kryo'.

Signed-off-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221207211327.2848665-1-robh@kernel.org
parent 0d89bfbc
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@ cpus {

		CPU0: cpu@0 {
			device_type = "cpu";
			compatible = "arm,kryo";
			compatible = "qcom,kryo";
			reg = <0x0 0x0>;
			enable-method = "psci";
			cpu-idle-states = <&LITTLE_CPU_SLEEP_0
@@ -191,7 +191,7 @@ L3_0: l3-cache {

		CPU1: cpu@100 {
			device_type = "cpu";
			compatible = "arm,kryo";
			compatible = "qcom,kryo";
			reg = <0x0 0x100>;
			enable-method = "psci";
			cpu-idle-states = <&LITTLE_CPU_SLEEP_0
@@ -212,7 +212,7 @@ L2_100: l2-cache {

		CPU2: cpu@200 {
			device_type = "cpu";
			compatible = "arm,kryo";
			compatible = "qcom,kryo";
			reg = <0x0 0x200>;
			enable-method = "psci";
			cpu-idle-states = <&LITTLE_CPU_SLEEP_0
@@ -233,7 +233,7 @@ L2_200: l2-cache {

		CPU3: cpu@300 {
			device_type = "cpu";
			compatible = "arm,kryo";
			compatible = "qcom,kryo";
			reg = <0x0 0x300>;
			enable-method = "psci";
			cpu-idle-states = <&LITTLE_CPU_SLEEP_0
@@ -254,7 +254,7 @@ L2_300: l2-cache {

		CPU4: cpu@400 {
			device_type = "cpu";
			compatible = "arm,kryo";
			compatible = "qcom,kryo";
			reg = <0x0 0x400>;
			enable-method = "psci";
			cpu-idle-states = <&BIG_CPU_SLEEP_0
@@ -275,7 +275,7 @@ L2_400: l2-cache {

		CPU5: cpu@500 {
			device_type = "cpu";
			compatible = "arm,kryo";
			compatible = "qcom,kryo";
			reg = <0x0 0x500>;
			enable-method = "psci";
			cpu-idle-states = <&BIG_CPU_SLEEP_0
@@ -296,7 +296,7 @@ L2_500: l2-cache {

		CPU6: cpu@600 {
			device_type = "cpu";
			compatible = "arm,kryo";
			compatible = "qcom,kryo";
			reg = <0x0 0x600>;
			enable-method = "psci";
			cpu-idle-states = <&BIG_CPU_SLEEP_0
@@ -317,7 +317,7 @@ L2_600: l2-cache {

		CPU7: cpu@700 {
			device_type = "cpu";
			compatible = "arm,kryo";
			compatible = "qcom,kryo";
			reg = <0x0 0x700>;
			enable-method = "psci";
			cpu-idle-states = <&BIG_CPU_SLEEP_0