linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: sdm845: Fix lpasscc reg
@ 2019-01-17 19:29 Bjorn Andersson
  2019-01-17 19:40 ` Doug Anderson
  0 siblings, 1 reply; 2+ messages in thread
From: Bjorn Andersson @ 2019-01-17 19:29 UTC (permalink / raw)
  To: Andy Gross, David Brown; +Cc: linux-arm-msm, linux-kernel, Doug Anderson

Fix up the lpasscc address and size, missed during the conversion to
address- and size-cells of 2.

Reported-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
---

This goes ontop of my pull request to Andy available until it's picked up at:
https://github.com/andersson/kernel/commits/for-andy/arm64-for-5.1

 arch/arm64/boot/dts/qcom/sdm845.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
index e4156ea320aa..920bdb03a9db 100644
--- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
@@ -2031,7 +2031,7 @@
 
 		lpasscc: clock-controller@17014000 {
 			compatible = "qcom,sdm845-lpasscc";
-			reg = <0x17014000 0x1f004>, <0x17300000 0x200>;
+			reg = <0 0x17014000 0 0x1f004>, <0 0x17300000 0 0x200>;
 			reg-names = "cc", "qdsp6ss";
 			#clock-cells = <1>;
 			status = "disabled";
-- 
2.18.0

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

* Re: [PATCH] arm64: dts: qcom: sdm845: Fix lpasscc reg
  2019-01-17 19:29 [PATCH] arm64: dts: qcom: sdm845: Fix lpasscc reg Bjorn Andersson
@ 2019-01-17 19:40 ` Doug Anderson
  0 siblings, 0 replies; 2+ messages in thread
From: Doug Anderson @ 2019-01-17 19:40 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: Andy Gross, David Brown, linux-arm-msm, LKML

Hi,


On Thu, Jan 17, 2019 at 11:30 AM Bjorn Andersson
<bjorn.andersson@linaro.org> wrote:
>
> Fix up the lpasscc address and size, missed during the conversion to
> address- and size-cells of 2.
>
> Reported-by: Doug Anderson <dianders@chromium.org>
> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> ---
>
> This goes ontop of my pull request to Andy available until it's picked up at:
> https://github.com/andersson/kernel/commits/for-andy/arm64-for-5.1
>
>  arch/arm64/boot/dts/qcom/sdm845.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Looks fine.

Reviewed-by: Douglas Anderson <dianders@chromium.org>

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

end of thread, other threads:[~2019-01-17 19:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-17 19:29 [PATCH] arm64: dts: qcom: sdm845: Fix lpasscc reg Bjorn Andersson
2019-01-17 19:40 ` Doug Anderson

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