mirror of https://gitee.com/openkylin/linux.git
ARM: dts: keystone-k2g-evm: Use sdhci-omap programming model
Use sdhci-omap programming model based on the generic sdhci library for programming the MMC/SD controller. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
This commit is contained in:
parent
bb601b38dd
commit
f7e8a182a4
|
@ -391,13 +391,10 @@ edma1_tptc1: tptc@27b8000 {
|
||||||
};
|
};
|
||||||
|
|
||||||
mmc0: mmc@23000000 {
|
mmc0: mmc@23000000 {
|
||||||
compatible = "ti,k2g-hsmmc", "ti,omap4-hsmmc";
|
compatible = "ti,k2g-sdhci";
|
||||||
reg = <0x23000000 0x400>;
|
reg = <0x23000000 0x400>;
|
||||||
interrupts = <GIC_SPI 96 IRQ_TYPE_EDGE_RISING>;
|
interrupts = <GIC_SPI 96 IRQ_TYPE_EDGE_RISING>;
|
||||||
dmas = <&edma1 24 0>, <&edma1 25 0>;
|
|
||||||
dma-names = "tx", "rx";
|
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
ti,needs-special-reset;
|
|
||||||
no-1-8-v;
|
no-1-8-v;
|
||||||
max-frequency = <96000000>;
|
max-frequency = <96000000>;
|
||||||
power-domains = <&k2g_pds 0xb>;
|
power-domains = <&k2g_pds 0xb>;
|
||||||
|
@ -407,13 +404,12 @@ mmc0: mmc@23000000 {
|
||||||
};
|
};
|
||||||
|
|
||||||
mmc1: mmc@23100000 {
|
mmc1: mmc@23100000 {
|
||||||
compatible = "ti,k2g-hsmmc", "ti,omap4-hsmmc";
|
compatible = "ti,k2g-sdhci";
|
||||||
reg = <0x23100000 0x400>;
|
reg = <0x23100000 0x400>;
|
||||||
interrupts = <GIC_SPI 97 IRQ_TYPE_EDGE_RISING>;
|
interrupts = <GIC_SPI 97 IRQ_TYPE_EDGE_RISING>;
|
||||||
dmas = <&edma1 26 0>, <&edma1 27 0>;
|
|
||||||
dma-names = "tx", "rx";
|
|
||||||
bus-width = <8>;
|
bus-width = <8>;
|
||||||
ti,needs-special-reset;
|
no-1-8-v;
|
||||||
|
non-removable;
|
||||||
max-frequency = <96000000>;
|
max-frequency = <96000000>;
|
||||||
power-domains = <&k2g_pds 0xc>;
|
power-domains = <&k2g_pds 0xc>;
|
||||||
clocks = <&k2g_clks 0xc 1>, <&k2g_clks 0xc 2>;
|
clocks = <&k2g_clks 0xc 1>, <&k2g_clks 0xc 2>;
|
||||||
|
|
Loading…
Reference in New Issue