public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: sdm845: Add gpio-ranges to TLMM node
@ 2018-11-09 23:52 Evan Green
  2018-11-10  0:03 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Evan Green @ 2018-11-09 23:52 UTC (permalink / raw)
  To: Andy Gross, Rob Herring
  Cc: Linus Walleij, Stephen Boyd, Evan Green, devicetree,
	linux-arm-msm, linux-kernel, David Brown, Mark Rutland, linux-soc

Add the gpio-ranges property to the TLMM node so that GPIO hogs work.

Signed-off-by: Evan Green <evgreen@chromium.org>
---

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

diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
index b72bdb0a31a57..f02530ecbe0b9 100644
--- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
@@ -821,6 +821,7 @@
 			#gpio-cells = <2>;
 			interrupt-controller;
 			#interrupt-cells = <2>;
+			gpio-ranges = <&tlmm 0 0 150>;
 
 			qup_i2c0_default: qup-i2c0-default {
 				pinmux {
-- 
2.16.4

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

end of thread, other threads:[~2018-11-10  0:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-09 23:52 [PATCH] arm64: dts: qcom: sdm845: Add gpio-ranges to TLMM node Evan Green
2018-11-10  0:03 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox