dt-bindings: pinctrl: qcom,sm8450-tlmm: correct gpio-line-names size
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 23 Dec 2022 13:22:26 +0000 (14:22 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 10 Jan 2023 08:05:51 +0000 (09:05 +0100)
The SM8450 has GPIOs from 0 to 209, so 210 in total:

  sm8450-sony-xperia-nagara-pdx223.dtb: pinctrl@f100000: gpio-line-names:
    ['NC', 'NC', 'NC', 'NC', 'WLC_I2C_SDA', 'WLC_I2C_SCL', ...
     'APPS_I2C_0_SDA', 'APPS_I2C_0_SCL', 'CCI_I2C3_SDA', 'CCI_I2C3_SCL'] is too long

Fixes: 9779ed30f92c ("dt-bindings: pinctrl: qcom,sm8450-pinctrl: add gpio-line-names")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20221223132226.81340-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/devicetree/bindings/pinctrl/qcom,sm8450-tlmm.yaml

index 4a1d10d6c5e7e7c450c38b42b6d11dbda8203e4f..b5356d0f89f97ced64c17f83df17f4b00b544a13 100644 (file)
@@ -32,7 +32,7 @@ properties:
     maxItems: 105
 
   gpio-line-names:
-    maxItems: 209
+    maxItems: 210
 
   "#gpio-cells": true
   gpio-ranges: true