On Tue, 18 Aug 2020 11:34:42 +0800, Anson Huang wrote: > Update the i.MX23 clock example to align with MXS AUART binding doc to > avoid below build error: > > Documentation/devicetree/bindings/clock/imx23-clock.example.dt.yaml: > serial@8006c000: clocks: [[4294967295, 32]] is too short > Documentation/devicetree/bindings/clock/imx23-clock.example.dt.yaml: > serial@8006c000: 'dmas' is a required property > Documentation/devicetree/bindings/clock/imx23-clock.example.dt.yaml: > serial@8006c000: 'dma-names' is a required property > > Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx> > --- > no change. > --- > Documentation/devicetree/bindings/clock/imx23-clock.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Applied, thanks!