Re: [PATCH 1/2] dt-bindings: power: Convert imx gpc to json-schema

From: Rob Herring
Date: Mon Jun 01 2020 - 11:43:38 EST


On Mon, 01 Jun 2020 16:06:42 +0800, Anson Huang wrote:
> Convert the i.MX GPC binding to DT schema format using json-schema
>
> >From latest reference manual, there is actually ONLY 1 interrupt for
> GPC, so the additional GPC interrupt is removed.
>
> Consumer's example is also removed since it is NOT that useful.
>
> Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>
> ---
> .../devicetree/bindings/power/fsl,imx-gpc.txt | 91 ---------------
> .../devicetree/bindings/power/fsl,imx-gpc.yaml | 124 +++++++++++++++++++++
> 2 files changed, 124 insertions(+), 91 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/power/fsl,imx-gpc.txt
> create mode 100644 Documentation/devicetree/bindings/power/fsl,imx-gpc.yaml
>

Applied, thanks!