[U-Boot] [PATCH 1/9] ARM: dts: Use mmc@ instead sdhci@

Michal Simek michal.simek at xilinx.com
Wed Feb 13 15:54:22 UTC 2019


mmc name is recommended based on devicetree specification.

Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---

 arch/arm/dts/zynq-7000.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/dts/zynq-7000.dtsi b/arch/arm/dts/zynq-7000.dtsi
index 286059d56e61..e1b0816a3459 100644
--- a/arch/arm/dts/zynq-7000.dtsi
+++ b/arch/arm/dts/zynq-7000.dtsi
@@ -235,7 +235,7 @@
 			#size-cells = <0>;
 		};
 
-		sdhci0: sdhci at e0100000 {
+		sdhci0: mmc at e0100000 {
 			compatible = "arasan,sdhci-8.9a";
 			status = "disabled";
 			clock-names = "clk_xin", "clk_ahb";
@@ -245,7 +245,7 @@
 			reg = <0xe0100000 0x1000>;
 		};
 
-		sdhci1: sdhci at e0101000 {
+		sdhci1: mmc at e0101000 {
 			compatible = "arasan,sdhci-8.9a";
 			status = "disabled";
 			clock-names = "clk_xin", "clk_ahb";
-- 
1.9.1



More information about the U-Boot mailing list