diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-02-02 11:44:51 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-02-08 20:09:35 -0800 |
commit | a4fb71497df23cb0d02d70fa2b8f8786328e325d (patch) | |
tree | 858d2f3e2238492f6cbefd48cbffa0e6268625a8 | |
parent | d44106883d74992343710f18c4aaae937c7cefab (diff) |
arm64: dts: qcom: msm8953: correct TLMM gpio-ranges
Correct the number of GPIOs in TLMM pin controller.
Fixes: 9fb08c801923 ("arm64: dts: qcom: Add MSM8953 device tree")
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Luca Weiss <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8953.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8953.dtsi b/arch/arm64/boot/dts/qcom/msm8953.dtsi index 4e17bc9f8167..610f3e3fc0c2 100644 --- a/arch/arm64/boot/dts/qcom/msm8953.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8953.dtsi @@ -399,7 +399,7 @@ reg = <0x1000000 0x300000>; interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>; gpio-controller; - gpio-ranges = <&tlmm 0 0 155>; + gpio-ranges = <&tlmm 0 0 142>; #gpio-cells = <2>; interrupt-controller; #interrupt-cells = <2>; |