Re: [PATCH 1/3] ARM: dts: imx: Change sdhci node name on i.MX27/i.MX31 SoCs

2020-06-23 Thread Shawn Guo
On Tue, Jun 02, 2020 at 02:24:50PM +0800, Anson Huang wrote: > 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 Applied all, thanks.

[PATCH 1/3] ARM: dts: imx: Change sdhci node name on i.MX27/i.MX31 SoCs

2020-06-02 Thread Anson Huang
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 --- arch/arm/boot/dts/imx27.dtsi | 6 +++--- arch/arm/boot/dts/imx31.dtsi | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git