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

From: Rob Herring
Date: Fri Jun 28 2019 - 11:46:30 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,ast2500-pinctrl.txt | 119 ----------------
> .../pinctrl/aspeed,ast2500-pinctrl.yaml | 134 ++++++++++++++++++
> 2 files changed, 134 insertions(+), 119 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/pinctrl/aspeed,ast2500-pinctrl.txt
> create mode 100644 Documentation/devicetree/bindings/pinctrl/aspeed,ast2500-pinctrl.yaml

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>