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!