ARM: dts: da850: enable high speed for mmc
The mmc controller in da850 supports high speed modes so add cap-sd-highspeed and cap-mmc-highspeed. Signed-off-by: Axel Haslam <ahaslam@baylibre.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
This commit is contained in:
Родитель
7937038a2b
Коммит
e4ce904d62
|
@ -316,6 +316,8 @@
|
||||||
mmc0: mmc@40000 {
|
mmc0: mmc@40000 {
|
||||||
compatible = "ti,da830-mmc";
|
compatible = "ti,da830-mmc";
|
||||||
reg = <0x40000 0x1000>;
|
reg = <0x40000 0x1000>;
|
||||||
|
cap-sd-highspeed;
|
||||||
|
cap-mmc-highspeed;
|
||||||
interrupts = <16>;
|
interrupts = <16>;
|
||||||
dmas = <&edma0 16 0>, <&edma0 17 0>;
|
dmas = <&edma0 16 0>, <&edma0 17 0>;
|
||||||
dma-names = "rx", "tx";
|
dma-names = "rx", "tx";
|
||||||
|
@ -324,6 +326,8 @@
|
||||||
mmc1: mmc@21b000 {
|
mmc1: mmc@21b000 {
|
||||||
compatible = "ti,da830-mmc";
|
compatible = "ti,da830-mmc";
|
||||||
reg = <0x21b000 0x1000>;
|
reg = <0x21b000 0x1000>;
|
||||||
|
cap-sd-highspeed;
|
||||||
|
cap-mmc-highspeed;
|
||||||
interrupts = <72>;
|
interrupts = <72>;
|
||||||
dmas = <&edma1 28 0>, <&edma1 29 0>;
|
dmas = <&edma1 28 0>, <&edma1 29 0>;
|
||||||
dma-names = "rx", "tx";
|
dma-names = "rx", "tx";
|
||||||
|
|
Загрузка…
Ссылка в новой задаче