diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-06-18 06:22:57 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-06-30 01:25:31 +0300 |
commit | 5369245e363ba45a9108cd4d36f7c048414d9fe8 (patch) | |
tree | 5d1c6ee8a609ed7b8989bab964918444472d8fa7 | |
parent | bb278b149df9baceac8deea0f95d73c47b3effa8 (diff) | |
download | linux-5369245e363ba45a9108cd4d36f7c048414d9fe8.tar.xz |
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>
-rw-r--r-- | Documentation/devicetree/bindings/clock/imx35-clock.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/clock/imx35-clock.yaml b/Documentation/devicetree/bindings/clock/imx35-clock.yaml index bd871da6fc7c..3e20ccaf8131 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>; |