Message ID | 20240911-topic-amlogic-arm32-upstream-bindings-fixes-meson-pinctrl-gpio-line-names-v1-1-4345ba336ea4@linaro.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | dt-bindings: pinctrl: amlogic,meson-pinctrl: lower gpio-line-names minItems for meson8b | expand |
On Wed, Sep 11, 2024 at 5:24 PM Neil Armstrong <neil.armstrong@linaro.org> wrote: > > The Amlogic Meson8b SoC has 83 CBUS GPIOs, thus lower the minItems > for gpio-line-names to account for it, fixing DTBs check on Meson8b > based boards. > > Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
On Wed, 11 Sep 2024 17:24:38 +0200, Neil Armstrong wrote: > The Amlogic Meson8b SoC has 83 CBUS GPIOs, thus lower the minItems > for gpio-line-names to account for it, fixing DTBs check on Meson8b > based boards. > > Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> > --- > .../devicetree/bindings/pinctrl/amlogic,meson8-pinctrl-cbus.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Rob Herring (Arm) <robh@kernel.org>
On Wed, Sep 11, 2024 at 5:24 PM Neil Armstrong <neil.armstrong@linaro.org> wrote: > The Amlogic Meson8b SoC has 83 CBUS GPIOs, thus lower the minItems > for gpio-line-names to account for it, fixing DTBs check on Meson8b > based boards. > > Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Patch applied! Yours, Linus Walleij
diff --git a/Documentation/devicetree/bindings/pinctrl/amlogic,meson8-pinctrl-cbus.yaml b/Documentation/devicetree/bindings/pinctrl/amlogic,meson8-pinctrl-cbus.yaml index 412bbcc276f3..c954761e0150 100644 --- a/Documentation/devicetree/bindings/pinctrl/amlogic,meson8-pinctrl-cbus.yaml +++ b/Documentation/devicetree/bindings/pinctrl/amlogic,meson8-pinctrl-cbus.yaml @@ -46,7 +46,7 @@ patternProperties: - const: gpio gpio-line-names: - minItems: 86 # AXG + minItems: 83 # Meson8b maxItems: 120 # Meson8 unevaluatedProperties:
The Amlogic Meson8b SoC has 83 CBUS GPIOs, thus lower the minItems for gpio-line-names to account for it, fixing DTBs check on Meson8b based boards. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> --- .../devicetree/bindings/pinctrl/amlogic,meson8-pinctrl-cbus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- base-commit: 47ac09b91befbb6a235ab620c32af719f8208399 change-id: 20240911-topic-amlogic-arm32-upstream-bindings-fixes-meson-pinctrl-gpio-line-names-b17585863df7 Best regards,