Commit 5369245e authored by Anson Huang's avatar Anson Huang Committed by Rob Herring

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: default avatarAnson Huang <Anson.Huang@nxp.com>
Link: https://lore.kernel.org/r/1592450578-30140-2-git-send-email-Anson.Huang@nxp.comSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent bb278b14
...@@ -130,7 +130,7 @@ examples: ...@@ -130,7 +130,7 @@ examples:
#clock-cells = <1>; #clock-cells = <1>;
}; };
esdhc@53fb4000 { mmc@53fb4000 {
compatible = "fsl,imx35-esdhc"; compatible = "fsl,imx35-esdhc";
reg = <0x53fb4000 0x4000>; reg = <0x53fb4000 0x4000>;
interrupts = <7>; interrupts = <7>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment