Re: [PATCH 2/2] dt-bindings: pinctrl: Add MediaTek MT6795 pinctrl bindings

From: AngeloGioacchino Del Regno
Date: Tue May 03 2022 - 08:32:51 EST


Il 03/05/22 13:59, Rob Herring ha scritto:
On Tue, 03 May 2022 12:53:17 +0200, AngeloGioacchino Del Regno wrote:
Add devicetree and pinfunc bindings for MediaTek Helio X10 MT6795.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>
---
.../pinctrl/mediatek,pinctrl-mt6795.yaml | 224 +++++
include/dt-bindings/pinctrl/mt6795-pinfunc.h | 908 ++++++++++++++++++
2 files changed, 1132 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pinctrl/mediatek,pinctrl-mt6795.yaml
create mode 100644 include/dt-bindings/pinctrl/mt6795-pinfunc.h


My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check'
on your patch (DT_CHECKER_FLAGS is new in v5.13):

yamllint warnings/errors:
./Documentation/devicetree/bindings/pinctrl/mediatek,pinctrl-mt6795.yaml:100:14: [error] syntax error: expected <block end>, but found '<block mapping start>' (syntax)


Oops. I'm sorry for that, apparently I've sent the wrong version of this series.
Luckily, only the yaml file had issues in that version.

I'll send a v2 soon. Sorry for the noise.

Regards,
Angelo