linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: fix syscon node names
@ 2022-09-05  9:16 Johan Hovold
  2022-09-06 16:38 ` Bjorn Andersson
  2022-09-07 12:58 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 3+ messages in thread
From: Johan Hovold @ 2022-09-05  9:16 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Andy Gross, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	linux-arm-msm, devicetree, linux-kernel, Johan Hovold

Some recent changes that added new syscon nodes used misspelled node names.

Fixes: 86d7c9460e2c arm64: dts: qcom: sm8150: split TCSR halt regs out of mutex
Fixes: 0da603387225 arm64: dts: qcom: sdm630: split TCSR halt regs out of mutex
Fixes: 8a8531e69b2d arm64: dts: qcom: sdm845: split TCSR halt regs out of mutex
Fixes: d9a2214d6ba5 arm64: dts: qcom: sc7280: split TCSR halt regs out of mutex
Fixes: ce1ac53c7faa arm64: dts: qcom: sc7180: split TCSR halt regs out of mutex
Fixes: fc10cfa38580 arm64: dts: qcom: msm8998: split TCSR halt regs out of mutex
Fixes: 100ce2205924 arm64: dts: qcom: msm8996: split TCSR halt regs out of mutex
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
---
 arch/arm64/boot/dts/qcom/msm8996.dtsi | 2 +-
 arch/arm64/boot/dts/qcom/msm8998.dtsi | 2 +-
 arch/arm64/boot/dts/qcom/sc7180.dtsi  | 2 +-
 arch/arm64/boot/dts/qcom/sc7280.dtsi  | 2 +-
 arch/arm64/boot/dts/qcom/sdm630.dtsi  | 2 +-
 arch/arm64/boot/dts/qcom/sdm845.dtsi  | 2 +-
 arch/arm64/boot/dts/qcom/sm8150.dtsi  | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
index 9fa524079c1b..a67b181a6135 100644
--- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
@@ -833,7 +833,7 @@ tcsr_mutex: hwlock@740000 {
 			#hwlock-cells = <1>;
 		};
 
-		tcsr_1: sycon@760000 {
+		tcsr_1: syscon@760000 {
 			compatible = "qcom,tcsr-msm8996", "syscon";
 			reg = <0x00760000 0x20000>;
 		};
diff --git a/arch/arm64/boot/dts/qcom/msm8998.dtsi b/arch/arm64/boot/dts/qcom/msm8998.dtsi
index d463a66715ea..1118134ff01e 100644
--- a/arch/arm64/boot/dts/qcom/msm8998.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8998.dtsi
@@ -1047,7 +1047,7 @@ tcsr_mutex: hwlock@1f40000 {
 			#hwlock-cells = <1>;
 		};
 
-		tcsr_regs_1: sycon@1f60000 {
+		tcsr_regs_1: syscon@1f60000 {
 			compatible = "qcom,msm8998-tcsr", "syscon";
 			reg = <0x01f60000 0x20000>;
 		};
diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi
index e8debb0da411..58976a1ba06b 100644
--- a/arch/arm64/boot/dts/qcom/sc7180.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi
@@ -1462,7 +1462,7 @@ tcsr_mutex: hwlock@1f40000 {
 			#hwlock-cells = <1>;
 		};
 
-		tcsr_regs_1: sycon@1f60000 {
+		tcsr_regs_1: syscon@1f60000 {
 			compatible = "qcom,sc7180-tcsr", "syscon";
 			reg = <0 0x01f60000 0 0x20000>;
 		};
diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi
index 50c3d79abcc3..50bbc069c218 100644
--- a/arch/arm64/boot/dts/qcom/sc7280.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi
@@ -2160,7 +2160,7 @@ tcsr_mutex: hwlock@1f40000 {
 			#hwlock-cells = <1>;
 		};
 
-		tcsr_1: sycon@1f60000 {
+		tcsr_1: syscon@1f60000 {
 			compatible = "qcom,sc7280-tcsr", "syscon";
 			reg = <0 0x01f60000 0 0x20000>;
 		};
diff --git a/arch/arm64/boot/dts/qcom/sdm630.dtsi b/arch/arm64/boot/dts/qcom/sdm630.dtsi
index 9ae6610af93a..b51b85f583e5 100644
--- a/arch/arm64/boot/dts/qcom/sdm630.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm630.dtsi
@@ -703,7 +703,7 @@ tcsr_mutex: hwlock@1f40000 {
 			#hwlock-cells = <1>;
 		};
 
-		tcsr_regs_1: sycon@1f60000 {
+		tcsr_regs_1: syscon@1f60000 {
 			compatible = "qcom,sdm630-tcsr", "syscon";
 			reg = <0x01f60000 0x20000>;
 		};
diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
index 347c3abc117b..d761da47220d 100644
--- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
@@ -2625,7 +2625,7 @@ tcsr_mutex: hwlock@1f40000 {
 			#hwlock-cells = <1>;
 		};
 
-		tcsr_regs_1: sycon@1f60000 {
+		tcsr_regs_1: syscon@1f60000 {
 			compatible = "qcom,sdm845-tcsr", "syscon";
 			reg = <0 0x01f60000 0 0x20000>;
 		};
diff --git a/arch/arm64/boot/dts/qcom/sm8150.dtsi b/arch/arm64/boot/dts/qcom/sm8150.dtsi
index 008f2e8c171c..cef8c4f4f0ff 100644
--- a/arch/arm64/boot/dts/qcom/sm8150.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8150.dtsi
@@ -2054,7 +2054,7 @@ tcsr_mutex: hwlock@1f40000 {
 			#hwlock-cells = <1>;
 		};
 
-		tcsr_regs_1: sycon@1f60000 {
+		tcsr_regs_1: syscon@1f60000 {
 			compatible = "qcom,sm8150-tcsr", "syscon";
 			reg = <0x0 0x01f60000 0x0 0x20000>;
 		};
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: dts: qcom: fix syscon node names
  2022-09-05  9:16 [PATCH] arm64: dts: qcom: fix syscon node names Johan Hovold
@ 2022-09-06 16:38 ` Bjorn Andersson
  2022-09-07 12:58 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2022-09-06 16:38 UTC (permalink / raw)
  To: johan+linaro
  Cc: Konrad Dybcio, devicetree, Andy Gross, Rob Herring, linux-kernel,
	krzysztof.kozlowski+dt, linux-arm-msm

On Mon, 5 Sep 2022 11:16:02 +0200, Johan Hovold wrote:
> Some recent changes that added new syscon nodes used misspelled node names.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: fix syscon node names
      commit: d0909bf4fa0fd79f59813952d868d0ad2fab656a

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: dts: qcom: fix syscon node names
  2022-09-05  9:16 [PATCH] arm64: dts: qcom: fix syscon node names Johan Hovold
  2022-09-06 16:38 ` Bjorn Andersson
@ 2022-09-07 12:58 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-07 12:58 UTC (permalink / raw)
  To: Johan Hovold, Bjorn Andersson
  Cc: Andy Gross, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	linux-arm-msm, devicetree, linux-kernel

On 05/09/2022 11:16, Johan Hovold wrote:
> Some recent changes that added new syscon nodes used misspelled node names.
> 
> Fixes: 86d7c9460e2c arm64: dts: qcom: sm8150: split TCSR halt regs out of mutex
> Fixes: 0da603387225 arm64: dts: qcom: sdm630: split TCSR halt regs out of mutex
> Fixes: 8a8531e69b2d arm64: dts: qcom: sdm845: split TCSR halt regs out of mutex
> Fixes: d9a2214d6ba5 arm64: dts: qcom: sc7280: split TCSR halt regs out of mutex
> Fixes: ce1ac53c7faa arm64: dts: qcom: sc7180: split TCSR halt regs out of mutex
> Fixes: fc10cfa38580 arm64: dts: qcom: msm8998: split TCSR halt regs out of mutex
> Fixes: 100ce2205924 arm64: dts: qcom: msm8996: split TCSR halt regs out of mutex
> Signed-off-by: Johan Hovold <johan+linaro@kernel.org>

Argh. Thanks for fixing!

Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-07 12:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-05  9:16 [PATCH] arm64: dts: qcom: fix syscon node names Johan Hovold
2022-09-06 16:38 ` Bjorn Andersson
2022-09-07 12:58 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).