Re: [PATCH V3 1/5] dt-bindings: clock: Update i.MX28 example
From: Rob Herring <robh@kernel.org>
Date: 2020-08-18 15:52:54
Also in:
linux-arm-kernel, linux-clk, linux-serial, lkml
From: Rob Herring <robh@kernel.org>
Date: 2020-08-18 15:52:54
Also in:
linux-arm-kernel, linux-clk, linux-serial, lkml
On Tue, 18 Aug 2020 11:34:41 +0800, Anson Huang wrote:
Update the i.MX28 clock example to align with MXS AUART binding doc to
avoid below build error:
Documentation/devicetree/bindings/clock/imx28-clock.example.dt.yaml:
serial@8006a000: clocks: [[4294967295, 45]] is too short
Documentation/devicetree/bindings/clock/imx28-clock.example.dt.yaml:
serial@8006a000: compatible: Additional items are not allowed
('fsl,imx23-auart' was unexpected)
Documentation/devicetree/bindings/clock/imx28-clock.example.dt.yaml:
serial@8006a000: compatible: ['fsl,imx28-auart', 'fsl,imx23-auart']
is too long
Documentation/devicetree/bindings/clock/imx28-clock.example.dt.yaml:
serial@8006a000: 'dmas' is a required property
Documentation/devicetree/bindings/clock/imx28-clock.example.dt.yaml:
serial@8006a000: 'dma-names' is a required property
Signed-off-by: Anson Huang <redacted>
---
no change.
---
Documentation/devicetree/bindings/clock/imx28-clock.yaml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)Applied, thanks!