mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 15:08:59 +00:00
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:
parent
06efd3e53c
commit
7b85f7901d
1 changed files with 2 additions and 2 deletions
|
@ -235,7 +235,7 @@
|
|||
#size-cells = <0>;
|
||||
};
|
||||
|
||||
sdhci0: sdhci@e0100000 {
|
||||
sdhci0: mmc@e0100000 {
|
||||
compatible = "arasan,sdhci-8.9a";
|
||||
status = "disabled";
|
||||
clock-names = "clk_xin", "clk_ahb";
|
||||
|
@ -245,7 +245,7 @@
|
|||
reg = <0xe0100000 0x1000>;
|
||||
};
|
||||
|
||||
sdhci1: sdhci@e0101000 {
|
||||
sdhci1: mmc@e0101000 {
|
||||
compatible = "arasan,sdhci-8.9a";
|
||||
status = "disabled";
|
||||
clock-names = "clk_xin", "clk_ahb";
|
||||
|
|
Loading…
Add table
Reference in a new issue