linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/4] arm64: dts: qcom: msm8998: add gpio-ranges to TLMM
@ 2022-10-12 15:14 Krzysztof Kozlowski
  2022-10-12 15:14 ` [PATCH v2 2/4] arm64: dts: qcom: msm8998-oneplus-cheeseburger: fix backlight pin function Krzysztof Kozlowski
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2022-10-12 15:14 UTC (permalink / raw)
  To: Bjorn Andersson, Andy Gross, Konrad Dybcio, Linus Walleij,
	Rob Herring, Krzysztof Kozlowski, linux-arm-msm, linux-gpio,
	devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Qualcomm pinctrl bindings and drivers expect gpio-ranges property.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/msm8998.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/qcom/msm8998.dtsi b/arch/arm64/boot/dts/qcom/msm8998.dtsi
index f05f16ac5cc1..2c4acf227253 100644
--- a/arch/arm64/boot/dts/qcom/msm8998.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8998.dtsi
@@ -1056,6 +1056,7 @@ tlmm: pinctrl@3400000 {
 			compatible = "qcom,msm8998-pinctrl";
 			reg = <0x03400000 0xc00000>;
 			interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
+			gpio-ranges = <&tlmm 0 0 150>;
 			gpio-controller;
 			#gpio-cells = <2>;
 			interrupt-controller;
-- 
2.34.1


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

end of thread, other threads:[~2022-10-17  8:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-12 15:14 [PATCH v2 1/4] arm64: dts: qcom: msm8998: add gpio-ranges to TLMM Krzysztof Kozlowski
2022-10-12 15:14 ` [PATCH v2 2/4] arm64: dts: qcom: msm8998-oneplus-cheeseburger: fix backlight pin function Krzysztof Kozlowski
2022-10-17  8:15   ` Neil Armstrong
2022-10-12 15:14 ` [PATCH v2 3/4] arm64: dts: qcom: msm8998: align TLMM pin configuration with DT schema Krzysztof Kozlowski
2022-10-17  8:15   ` Neil Armstrong
2022-10-12 15:14 ` [PATCH v2 4/4] dt-bindings: pinctrl: qcom,msm8998: convert to dtschema Krzysztof Kozlowski
2022-10-12 16:26   ` Rob Herring
2022-10-17  8:15 ` [PATCH v2 1/4] arm64: dts: qcom: msm8998: add gpio-ranges to TLMM Neil Armstrong

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