devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: sc8280xp: Add lost ranges for timer
@ 2022-07-07 16:08 Bjorn Andersson
  2022-07-09  6:59 ` Manivannan Sadhasivam
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Bjorn Andersson @ 2022-07-07 16:08 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Johan Hovold
  Cc: Rob Herring, Krzysztof Kozlowski, manivannan.sadhasivam,
	linux-arm-msm, devicetree, linux-kernel

The timer node needs ranges specified to map the 1-cell children to the
2-cell address range used in /soc. This addition never made it into the
patch that was posted and merged, so add it now.

Fixes: 152d1faf1e2f ("arm64: dts: qcom: add SC8280XP platform")
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
---
 arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
index 2bdb42c88311..37a4cd6f85b6 100644
--- a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
@@ -1667,6 +1667,7 @@ timer@17c20000 {
 			reg = <0x0 0x17c20000 0x0 0x1000>;
 			#address-cells = <1>;
 			#size-cells = <1>;
+			ranges = <0 0 0 0x20000000>;
 
 			frame@17c21000 {
 				frame-number = <0>;
-- 
2.35.1


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

end of thread, other threads:[~2022-07-16 15:19 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-07 16:08 [PATCH] arm64: dts: qcom: sc8280xp: Add lost ranges for timer Bjorn Andersson
2022-07-09  6:59 ` Manivannan Sadhasivam
2022-07-12  2:31   ` Bjorn Andersson
2022-07-11  8:56 ` Johan Hovold
2022-07-12  2:28   ` Bjorn Andersson
2022-07-12 14:53     ` Johan Hovold
2022-07-12 15:00       ` Johan Hovold
2022-07-13  1:53       ` Bjorn Andersson
2022-07-13  5:58         ` Johan Hovold
2022-07-13  1:49 ` Bjorn Andersson
2022-07-16 15:18 ` Bjorn Andersson

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