ARM: dts: Use mmc@ instead sdhci@

mmc name is recommended based on devicetree specification.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek 2018-09-26 13:36:16 +02:00
parent 651022382c
commit ac1e507fe6

View File

@ -219,7 +219,7 @@ gem1: ethernet@e000c000 {
#size-cells = <0>;
};
sdhci0: sdhci@e0100000 {
sdhci0: mmc@e0100000 {
compatible = "arasan,sdhci-8.9a";
status = "disabled";
clock-names = "clk_xin", "clk_ahb";
@ -229,7 +229,7 @@ sdhci0: sdhci@e0100000 {
reg = <0xe0100000 0x1000>;
};
sdhci1: sdhci@e0101000 {
sdhci1: mmc@e0101000 {
compatible = "arasan,sdhci-8.9a";
status = "disabled";
clock-names = "clk_xin", "clk_ahb";