diff options
| author | Krzysztof Kozlowski <[email protected]> | 2023-02-02 11:44:50 +0100 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2023-02-08 19:03:27 -0800 |
| commit | 2291bbd74f3869fb0400a6f867e2ec6d2620b1c2 (patch) | |
| tree | 1d9906f2d6b1430f46d0cf00e00a37704803917b | |
| parent | a5c5fe58da822709fe6bec8aec1fb179383e7203 (diff) | |
ARM: dts: qcom: sdx55: correct TLMM gpio-ranges
Correct the number of GPIOs in TLMM pin controller.
Signed-off-by: Krzysztof Kozlowski <[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/arm/boot/dts/qcom-sdx55.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom-sdx55.dtsi b/arch/arm/boot/dts/qcom-sdx55.dtsi index 535d0e6fba9b..df7303c5c843 100644 --- a/arch/arm/boot/dts/qcom-sdx55.dtsi +++ b/arch/arm/boot/dts/qcom-sdx55.dtsi @@ -560,7 +560,7 @@ #gpio-cells = <2>; interrupt-controller; #interrupt-cells = <2>; - gpio-ranges = <&tlmm 0 0 109>; + gpio-ranges = <&tlmm 0 0 108>; }; sram@1468f000 { |