Re: [PATCH V4 3/4] dt-bindings: pinctrl: Convert i.MX8MN to json-schema
From: Rob Herring <robh@kernel.org>
Date: 2020-02-18 21:27:44
Also in:
linux-arm-kernel, linux-gpio, lkml
From: Rob Herring <robh@kernel.org>
Date: 2020-02-18 21:27:44
Also in:
linux-arm-kernel, linux-gpio, lkml
On Tue, 18 Feb 2020 15:51:39 +0800, Anson Huang wrote:
Convert the i.MX8MN pinctrl binding to DT schema format using json-schema Signed-off-by: Anson Huang <redacted> --- Changes since V3: - use uint32-matrix instead of uint32-array for fsl,pins. --- .../bindings/pinctrl/fsl,imx8mn-pinctrl.txt | 39 ---------- .../bindings/pinctrl/fsl,imx8mn-pinctrl.yaml | 82 ++++++++++++++++++++++ 2 files changed, 82 insertions(+), 39 deletions(-) delete mode 100644 Documentation/devicetree/bindings/pinctrl/fsl,imx8mn-pinctrl.txt create mode 100644 Documentation/devicetree/bindings/pinctrl/fsl,imx8mn-pinctrl.yaml
Reviewed-by: Rob Herring <robh@kernel.org>