Re: [PATCH v2 2/8] dt-bindings: pinctrl: aspeed: Convert AST2400 bindings to json-schema

From: Rob Herring
Date: Fri Jun 28 2019 - 11:47:11 EST


On Thu, Jun 27, 2019 at 8:39 PM Andrew Jeffery <andrew@xxxxxxxx> wrote:
>
> Convert ASPEED pinctrl bindings to DT schema format using json-schema
>
> Cc: Johnny Huang <johnny_huang@xxxxxxxxxxxxxx>
> Signed-off-by: Andrew Jeffery <andrew@xxxxxxxx>
> ---
> In v2:
>
> * Enforce function/group names in bindings
> * Move description above properties
> * Simplify specification of compatible
> * Cleanup license specification
>
> .../pinctrl/aspeed,ast2400-pinctrl.txt | 80 ------------------
> .../pinctrl/aspeed,ast2400-pinctrl.yaml | 81 +++++++++++++++++++
> 2 files changed, 81 insertions(+), 80 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/pinctrl/aspeed,ast2400-pinctrl.txt
> create mode 100644 Documentation/devicetree/bindings/pinctrl/aspeed,ast2400-pinctrl.yaml

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>