ARM: dts: exnyos: enable dw-mmc controller
Enabled the dw-mmc controller. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Tested-by: Lukasz Majewski <l.majewski@samsung.com> Acked-by: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
This commit is contained in:

committed by
Minkyu Kang

parent
045bdcd0b2
commit
ea5ee2d7fb
@@ -417,6 +417,7 @@
|
|||||||
samsung,bus-width = <8>;
|
samsung,bus-width = <8>;
|
||||||
samsung,timing = <1 3 3>;
|
samsung,timing = <1 3 3>;
|
||||||
pwr-gpios = <&gpio 0xB2 0>;
|
pwr-gpios = <&gpio 0xB2 0>;
|
||||||
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
sdhci@12520000 {
|
sdhci@12520000 {
|
||||||
@@ -435,8 +436,11 @@
|
|||||||
|
|
||||||
dwmmc@12550000 {
|
dwmmc@12550000 {
|
||||||
samsung,bus-width = <8>;
|
samsung,bus-width = <8>;
|
||||||
samsung,timing = <0 1 0>;
|
samsung,timing = <2 1 0>;
|
||||||
pwr-gpios = <&gpio 0xB2 0>;
|
pwr-gpios = <&gpio 0xB2 0>;
|
||||||
|
fifoth_val = <0x203f0040>;
|
||||||
|
bus_hz = <400000000>;
|
||||||
|
div = <0x3>;
|
||||||
index = <4>;
|
index = <4>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user