From: Michal Simek Date: Wed, 26 Sep 2018 11:36:16 +0000 (+0200) Subject: ARM: dts: Use mmc@ instead sdhci@ X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8acc58e682c70ef2235914b8c87f69b61a1e1280;p=thirdparty%2Fu-boot.git ARM: dts: Use mmc@ instead sdhci@ mmc name is recommended based on devicetree specification. Signed-off-by: Michal Simek --- diff --git a/arch/arm/dts/zynq-7000.dtsi b/arch/arm/dts/zynq-7000.dtsi index b8071956a2f..3405aa90033 100644 --- a/arch/arm/dts/zynq-7000.dtsi +++ b/arch/arm/dts/zynq-7000.dtsi @@ -269,7 +269,7 @@ #size-cells = <0>; }; - sdhci0: sdhci@e0100000 { + sdhci0: mmc@e0100000 { compatible = "arasan,sdhci-8.9a"; status = "disabled"; clock-names = "clk_xin", "clk_ahb"; @@ -279,7 +279,7 @@ reg = <0xe0100000 0x1000>; }; - sdhci1: sdhci@e0101000 { + sdhci1: mmc@e0101000 { compatible = "arasan,sdhci-8.9a"; status = "disabled"; clock-names = "clk_xin", "clk_ahb";