mirror of https://gitee.com/openkylin/linux.git
ARM: dts: Fix status property of mmc nodes for snow board
Commit e908d5c5
("ARM: dts: change status property of dwmmc nodes
for exynos5250") missed out handling the exynos5250 snow dts file.
Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: Yuvaraj Kumar C D <yuvaraj.cd@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
0572b72536
commit
e8dd3ee329
|
@ -246,10 +246,6 @@ slot@0 {
|
|||
};
|
||||
};
|
||||
|
||||
mmc@12210000 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
mmc@12220000 {
|
||||
num-slots = <1>;
|
||||
supports-highspeed;
|
||||
|
|
|
@ -172,11 +172,20 @@ keyboard-controller {
|
|||
};
|
||||
};
|
||||
|
||||
mmc@12200000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
mmc@12220000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/*
|
||||
* On Snow we've got SIP WiFi and so can keep drive strengths low to
|
||||
* reduce EMI.
|
||||
*/
|
||||
mmc@12230000 {
|
||||
status = "okay";
|
||||
slot@0 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&sd3_clk &sd3_cmd &sd3_bus4>;
|
||||
|
|
Loading…
Reference in New Issue