Re: [PATCH V4 2/3] dt-bindings: clock: Correct mmc node name in i.MX35 binding

2020-06-29 Thread Rob Herring
On Thu, 18 Jun 2020 11:22:57 +0800, Anson Huang wrote: > Nodename should be "mmc" instead of "esdhc" in i.MX35 clock binding > to avoid below build error: > > Documentation/devicetree/bindings/clock/imx35-clock.example.dt.yaml: > esdhc@53fb4000: $nodename:0: 'esdhc@53fb4000' does not match

[PATCH V4 2/3] dt-bindings: clock: Correct mmc node name in i.MX35 binding

2020-06-17 Thread Anson Huang
Nodename should be "mmc" instead of "esdhc" in i.MX35 clock binding to avoid below build error: Documentation/devicetree/bindings/clock/imx35-clock.example.dt.yaml: esdhc@53fb4000: $nodename:0: 'esdhc@53fb4000' does not match '^mmc(@.*)?$' Signed-off-by: Anson Huang --- New patch, to fix build