Re: [PATCH V5 3/5] dt-bindings: clock: Convert i.MX6SL clock to json-schema

From: Rob Herring
Date: Tue May 26 2020 - 18:31:10 EST


On Wed, 13 May 2020 08:11:22 +0800, Anson Huang wrote:
> Convert the i.MX6SL clock binding to DT schema format using json-schema.
>
> Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>
> Acked-by: Stephen Boyd <sboyd@xxxxxxxxxx>
> ---
> Changes since V4:
> - add descriptions for interrupts and each item of it.
> ---
> .../devicetree/bindings/clock/imx6sl-clock.txt | 10 -----
> .../devicetree/bindings/clock/imx6sl-clock.yaml | 48 ++++++++++++++++++++++
> 2 files changed, 48 insertions(+), 10 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/clock/imx6sl-clock.txt
> create mode 100644 Documentation/devicetree/bindings/clock/imx6sl-clock.yaml
>

Applied, thanks!