diff options
author | Evan Green <[email protected]> | 2018-11-09 15:52:12 -0800 |
---|---|---|
committer | Andy Gross <[email protected]> | 2019-01-24 22:20:34 -0600 |
commit | bc2c806293c671e3ca403712c737cb4e7dfb15ef (patch) | |
tree | de8b9f829d446d402b0e1d51f4283f23877f77df | |
parent | 9feb667d8674f7f85f5ab6c8d88788a0fbef8d7d (diff) |
arm64: dts: qcom: sdm845: Add gpio-ranges to TLMM node
Add the gpio-ranges property to the TLMM node so that GPIO hogs work.
Reviewed-by: Stephen Boyd <[email protected]>
Signed-off-by: Evan Green <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Signed-off-by: Andy Gross <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sdm845.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi index e4156ea320aa..f6b11d55cfae 100644 --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi @@ -1085,6 +1085,7 @@ #gpio-cells = <2>; interrupt-controller; #interrupt-cells = <2>; + gpio-ranges = <&tlmm 0 0 150>; qspi_clk: qspi-clk { pinmux { |