Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: clock: Correct mmc node name in i.MX35 binding

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 <Anson.Huang@nxp.com>
Link: https://lore.kernel.org/r/1592450578-30140-2-git-send-email-Anson.Huang@nxp.com
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Anson Huang and committed by
Rob Herring
5369245e bb278b14

+1 -1
+1 -1
Documentation/devicetree/bindings/clock/imx35-clock.yaml
··· 130 130 #clock-cells = <1>; 131 131 }; 132 132 133 - esdhc@53fb4000 { 133 + mmc@53fb4000 { 134 134 compatible = "fsl,imx35-esdhc"; 135 135 reg = <0x53fb4000 0x4000>; 136 136 interrupts = <7>;