Skip to content

Commit

Permalink
ARM: dts: Fix status property of mmc nodes for snow board
Browse files Browse the repository at this point in the history
Commit e908d5c ("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>
  • Loading branch information
Yuvaraj Kumar C D authored and Kukjin Kim committed Dec 20, 2013
1 parent 0572b72 commit e8dd3ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/arm/boot/dts/cros5250-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,6 @@
};
};

mmc@12210000 {
status = "disabled";
};

mmc@12220000 {
num-slots = <1>;
supports-highspeed;
Expand Down
9 changes: 9 additions & 0 deletions arch/arm/boot/dts/exynos5250-snow.dts
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,20 @@
};
};

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>;
Expand Down

0 comments on commit e8dd3ee

Please sign in to comment.