All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: msm8994: Fix CPU6/7 reg values
@ 2022-05-01 18:40 Konrad Dybcio
  2022-06-27 20:02 ` (subset) " Bjorn Andersson
  0 siblings, 1 reply; 2+ messages in thread
From: Konrad Dybcio @ 2022-05-01 18:40 UTC (permalink / raw)
  To: ~postmarketos/upstreaming
  Cc: martin.botka, angelogioacchino.delregno, marijn.suijten,
	jamipkettunen, Konrad Dybcio, Andy Gross, Bjorn Andersson,
	Rob Herring, Krzysztof Kozlowski, Konrad Dybcio, linux-arm-msm,
	devicetree, linux-kernel

CPU6 and CPU7 were mistakengly pointing to CPU5 reg. Fix it.

Fixes: 02d8091bbca0 ("arm64: dts: qcom: msm8994: Add a proper CPU map")
Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
---
 arch/arm64/boot/dts/qcom/msm8994.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/msm8994.dtsi b/arch/arm64/boot/dts/qcom/msm8994.dtsi
index 97bf84f856bc..7a6e4f788ec9 100644
--- a/arch/arm64/boot/dts/qcom/msm8994.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8994.dtsi
@@ -100,7 +100,7 @@ CPU5: cpu@101 {
 		CPU6: cpu@102 {
 			device_type = "cpu";
 			compatible = "arm,cortex-a57";
-			reg = <0x0 0x101>;
+			reg = <0x0 0x102>;
 			enable-method = "psci";
 			next-level-cache = <&L2_1>;
 		};
@@ -108,7 +108,7 @@ CPU6: cpu@102 {
 		CPU7: cpu@103 {
 			device_type = "cpu";
 			compatible = "arm,cortex-a57";
-			reg = <0x0 0x101>;
+			reg = <0x0 0x103>;
 			enable-method = "psci";
 			next-level-cache = <&L2_1>;
 		};
-- 
2.35.2


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

* Re: (subset) [PATCH] arm64: dts: qcom: msm8994: Fix CPU6/7 reg values
  2022-05-01 18:40 [PATCH] arm64: dts: qcom: msm8994: Fix CPU6/7 reg values Konrad Dybcio
@ 2022-06-27 20:02 ` Bjorn Andersson
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Andersson @ 2022-06-27 20:02 UTC (permalink / raw)
  To: Konrad Dybcio, ~postmarketos/upstreaming
  Cc: linux-kernel, Konrad Dybcio, Krzysztof Kozlowski, linux-arm-msm,
	marijn.suijten, Rob Herring, jamipkettunen, martin.botka,
	devicetree, angelogioacchino.delregno, Andy Gross

On Sun, 1 May 2022 20:40:16 +0200, Konrad Dybcio wrote:
> CPU6 and CPU7 were mistakengly pointing to CPU5 reg. Fix it.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: msm8994: Fix CPU6/7 reg values
      commit: 47bf59c4755930f616dd90c8c6a85f40a6d347ea

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

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

end of thread, other threads:[~2022-06-27 20:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-01 18:40 [PATCH] arm64: dts: qcom: msm8994: Fix CPU6/7 reg values Konrad Dybcio
2022-06-27 20:02 ` (subset) " Bjorn Andersson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.