On Donnerstag, 2. Februar 2023 11:44:51 CET Krzysztof Kozlowski wrote: > Correct the number of GPIOs in TLMM pin controller. > > Fixes: 9fb08c801923 ("arm64: dts: qcom: Add MSM8953 device tree") > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Given msm8953 has gpio0 - gpio141, 142 looks correct. Reviewed-by: Luca Weiss <luca@xxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/msm8953.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 @@ tlmm: pinctrl@1000000 { > 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>;