From: Anson Huang Date: Thu, 18 Jun 2020 03:22:57 +0000 (+0800) Subject: dt-bindings: clock: Correct mmc node name in i.MX35 binding X-Git-Tag: v5.15~3203^2~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5369245e363ba45a9108cd4d36f7c048414d9fe8;p=platform%2Fkernel%2Flinux-starfive.git 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 Link: https://lore.kernel.org/r/1592450578-30140-2-git-send-email-Anson.Huang@nxp.com Signed-off-by: Rob Herring --- diff --git a/Documentation/devicetree/bindings/clock/imx35-clock.yaml b/Documentation/devicetree/bindings/clock/imx35-clock.yaml index bd871da..3e20cca 100644 --- a/Documentation/devicetree/bindings/clock/imx35-clock.yaml +++ b/Documentation/devicetree/bindings/clock/imx35-clock.yaml @@ -130,7 +130,7 @@ examples: #clock-cells = <1>; }; - esdhc@53fb4000 { + mmc@53fb4000 { compatible = "fsl,imx35-esdhc"; reg = <0x53fb4000 0x4000>; interrupts = <7>;