Commit 9fd609ff authored by Michal Simek's avatar Michal Simek

arm64: dts: zynqmp: Use mmc@ instead sdhci@

mmc name is recommended based on devicetree specification.
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 65102238
......@@ -484,7 +484,7 @@ sata: ahci@fd0c0000 {
interrupts = <0 133 4>;
};
sdhci0: sdhci@ff160000 {
sdhci0: mmc@ff160000 {
compatible = "arasan,sdhci-8.9a";
status = "disabled";
interrupt-parent = <&gic>;
......@@ -493,7 +493,7 @@ sdhci0: sdhci@ff160000 {
clock-names = "clk_xin", "clk_ahb";
};
sdhci1: sdhci@ff170000 {
sdhci1: mmc@ff170000 {
compatible = "arasan,sdhci-8.9a";
status = "disabled";
interrupt-parent = <&gic>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment