diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-06-02 14:24:50 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-07-13 18:44:42 +0800 |
commit | 459ebbee05e83037a9a45c09f9cda918d0b55933 (patch) | |
tree | 565bf5f5e2eb485b593cea53af4b0b8cd2ded2fe /arch/arm/boot/dts/imx31.dtsi | |
parent | c13168a56560f679e48c8a9bf0e1ce613bc83c39 (diff) | |
download | lwn-459ebbee05e83037a9a45c09f9cda918d0b55933.tar.gz lwn-459ebbee05e83037a9a45c09f9cda918d0b55933.zip |
ARM: dts: imx: Change sdhci node name on i.MX27/i.MX31 SoCs
Change i.MX27/i.MX31 node name from sdhci to mmc to be compliant
with yaml schema, it requires the nodename to be "mmc".
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx31.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx31.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx31.dtsi b/arch/arm/boot/dts/imx31.dtsi index 4f3d7ab3ce27..eedf2d73496a 100644 --- a/arch/arm/boot/dts/imx31.dtsi +++ b/arch/arm/boot/dts/imx31.dtsi @@ -173,7 +173,7 @@ reg = <0x50000000 0x100000>; ranges; - sdhci1: sdhci@50004000 { + sdhci1: mmc@50004000 { compatible = "fsl,imx31-mmc"; reg = <0x50004000 0x4000>; interrupts = <9>; @@ -184,7 +184,7 @@ status = "disabled"; }; - sdhci2: sdhci@50008000 { + sdhci2: mmc@50008000 { compatible = "fsl,imx31-mmc"; reg = <0x50008000 0x4000>; interrupts = <8>; |