devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] arm64: dts: qcom: sa8775p: pmic: rectify phandle for gpio-ranges used by pmm8654au_1_gpios
@ 2023-09-13  9:41 Shazad Hussain
  2023-09-13  9:45 ` Konrad Dybcio
  2023-09-13 10:10 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 4+ messages in thread
From: Shazad Hussain @ 2023-09-13  9:41 UTC (permalink / raw)
  To: agross, andersson, konrad.dybcio, robh+dt, krzysztof.kozlowski+dt,
	conor+dt
  Cc: bartosz.golaszewski, kernel, quic_anantg, Shazad Hussain,
	linux-arm-msm, devicetree, linux-kernel

Use correct phandle pmm8654au_1_gpios referred by gpio-ranges for
pmic pmm8654au_1.

Fixes: e5a893a7cec5 ("arm64: dts: qcom: sa8775p: add PMIC GPIO controller nodes")
Reported-by: Anant Goel <quic_anantg@quicinc.com>
Signed-off-by: Shazad Hussain <quic_shazhuss@quicinc.com>
---
 arch/arm64/boot/dts/qcom/sa8775p-pmics.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sa8775p-pmics.dtsi b/arch/arm64/boot/dts/qcom/sa8775p-pmics.dtsi
index 3c3b6287cd27..eaa43f022a65 100644
--- a/arch/arm64/boot/dts/qcom/sa8775p-pmics.dtsi
+++ b/arch/arm64/boot/dts/qcom/sa8775p-pmics.dtsi
@@ -173,7 +173,7 @@
 			compatible = "qcom,pmm8654au-gpio", "qcom,spmi-gpio";
 			reg = <0x8800>;
 			gpio-controller;
-			gpio-ranges = <&pmm8654au_2_gpios 0 0 12>;
+			gpio-ranges = <&pmm8654au_1_gpios 0 0 12>;
 			#gpio-cells = <2>;
 			interrupt-controller;
 			#interrupt-cells = <2>;
-- 
2.17.1


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

* Re: [PATCH v1] arm64: dts: qcom: sa8775p: pmic: rectify phandle for gpio-ranges used by pmm8654au_1_gpios
  2023-09-13  9:41 [PATCH v1] arm64: dts: qcom: sa8775p: pmic: rectify phandle for gpio-ranges used by pmm8654au_1_gpios Shazad Hussain
@ 2023-09-13  9:45 ` Konrad Dybcio
  2023-09-13  9:47   ` Shazad Hussain
  2023-09-13 10:10 ` Krzysztof Kozlowski
  1 sibling, 1 reply; 4+ messages in thread
From: Konrad Dybcio @ 2023-09-13  9:45 UTC (permalink / raw)
  To: Shazad Hussain, agross, andersson, robh+dt,
	krzysztof.kozlowski+dt, conor+dt
  Cc: bartosz.golaszewski, kernel, quic_anantg, linux-arm-msm,
	devicetree, linux-kernel

On 13.09.2023 11:41, Shazad Hussain wrote:
> Use correct phandle pmm8654au_1_gpios referred by gpio-ranges for
> pmic pmm8654au_1.
> 
> Fixes: e5a893a7cec5 ("arm64: dts: qcom: sa8775p: add PMIC GPIO controller nodes")
> Reported-by: Anant Goel <quic_anantg@quicinc.com>
> Signed-off-by: Shazad Hussain <quic_shazhuss@quicinc.com>
> ---
https://lore.kernel.org/linux-arm-msm/20230818135538.47481-1-krzysztof.kozlowski@linaro.org/

Konrad

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

* Re: [PATCH v1] arm64: dts: qcom: sa8775p: pmic: rectify phandle for gpio-ranges used by pmm8654au_1_gpios
  2023-09-13  9:45 ` Konrad Dybcio
@ 2023-09-13  9:47   ` Shazad Hussain
  0 siblings, 0 replies; 4+ messages in thread
From: Shazad Hussain @ 2023-09-13  9:47 UTC (permalink / raw)
  To: Konrad Dybcio, agross, andersson, robh+dt, krzysztof.kozlowski+dt,
	conor+dt
  Cc: bartosz.golaszewski, kernel, quic_anantg, linux-arm-msm,
	devicetree, linux-kernel



On 9/13/2023 3:15 PM, Konrad Dybcio wrote:
> On 13.09.2023 11:41, Shazad Hussain wrote:
>> Use correct phandle pmm8654au_1_gpios referred by gpio-ranges for
>> pmic pmm8654au_1.
>>
>> Fixes: e5a893a7cec5 ("arm64: dts: qcom: sa8775p: add PMIC GPIO controller nodes")
>> Reported-by: Anant Goel <quic_anantg@quicinc.com>
>> Signed-off-by: Shazad Hussain <quic_shazhuss@quicinc.com>
>> ---
> https://lore.kernel.org/linux-arm-msm/20230818135538.47481-1-krzysztof.kozlowski@linaro.org/
> 
> Konrad

Thanks Konrad for pointing this out :)

-Shazad

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

* Re: [PATCH v1] arm64: dts: qcom: sa8775p: pmic: rectify phandle for gpio-ranges used by pmm8654au_1_gpios
  2023-09-13  9:41 [PATCH v1] arm64: dts: qcom: sa8775p: pmic: rectify phandle for gpio-ranges used by pmm8654au_1_gpios Shazad Hussain
  2023-09-13  9:45 ` Konrad Dybcio
@ 2023-09-13 10:10 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-09-13 10:10 UTC (permalink / raw)
  To: Shazad Hussain, agross, andersson, konrad.dybcio, robh+dt,
	krzysztof.kozlowski+dt, conor+dt
  Cc: bartosz.golaszewski, kernel, quic_anantg, linux-arm-msm,
	devicetree, linux-kernel

On 13/09/2023 11:41, Shazad Hussain wrote:
> Use correct phandle pmm8654au_1_gpios referred by gpio-ranges for
> pmic pmm8654au_1.
> 
> Fixes: e5a893a7cec5 ("arm64: dts: qcom: sa8775p: add PMIC GPIO controller nodes")
> Reported-by: Anant Goel <quic_anantg@quicinc.com>
> Signed-off-by: Shazad Hussain <quic_shazhuss@quicinc.com>

This was already reported and fixed.

Best regards,
Krzysztof


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

end of thread, other threads:[~2023-09-13 10:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-13  9:41 [PATCH v1] arm64: dts: qcom: sa8775p: pmic: rectify phandle for gpio-ranges used by pmm8654au_1_gpios Shazad Hussain
2023-09-13  9:45 ` Konrad Dybcio
2023-09-13  9:47   ` Shazad Hussain
2023-09-13 10:10 ` 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).