mirror of https://gitee.com/openkylin/linux.git
ARM: dts: exynos: Document eMMC/SD/SDIO devices in Snow and Peach boards
There's a cognitive load to figure out which mmc device node corresponds to the eMMC flash, uSD card and WiFI SDIO module on the Snow, Peach Pi and Pit boards. So it's better to have comments in the DTS to make this more clear. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> [krzk: Squashed three patches into one] Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
parent
339b2fb36a
commit
4cf9863485
|
@ -523,6 +523,7 @@ &i2s0 {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
/* eMMC flash */
|
||||
&mmc_0 {
|
||||
status = "okay";
|
||||
num-slots = <1>;
|
||||
|
@ -536,6 +537,7 @@ &mmc_0 {
|
|||
cap-mmc-highspeed;
|
||||
};
|
||||
|
||||
/* uSD card */
|
||||
&mmc_2 {
|
||||
status = "okay";
|
||||
num-slots = <1>;
|
||||
|
@ -553,6 +555,8 @@ &mmc_2 {
|
|||
/*
|
||||
* On Snow we've got SIP WiFi and so can keep drive strengths low to
|
||||
* reduce EMI.
|
||||
*
|
||||
* WiFi SDIO module
|
||||
*/
|
||||
&mmc_3 {
|
||||
status = "okay";
|
||||
|
|
|
@ -697,6 +697,7 @@ &i2s0 {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
/* eMMC flash */
|
||||
&mmc_0 {
|
||||
status = "okay";
|
||||
num-slots = <1>;
|
||||
|
@ -714,6 +715,7 @@ &mmc_0 {
|
|||
bus-width = <8>;
|
||||
};
|
||||
|
||||
/* WiFi SDIO module */
|
||||
&mmc_1 {
|
||||
status = "okay";
|
||||
num-slots = <1>;
|
||||
|
@ -733,6 +735,7 @@ &mmc_1 {
|
|||
vqmmc-supply = <&buck10_reg>;
|
||||
};
|
||||
|
||||
/* uSD card */
|
||||
&mmc_2 {
|
||||
status = "okay";
|
||||
num-slots = <1>;
|
||||
|
|
|
@ -665,6 +665,7 @@ &i2s0 {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
/* eMMC flash */
|
||||
&mmc_0 {
|
||||
status = "okay";
|
||||
num-slots = <1>;
|
||||
|
@ -683,6 +684,7 @@ &mmc_0 {
|
|||
bus-width = <8>;
|
||||
};
|
||||
|
||||
/* WiFi SDIO module */
|
||||
&mmc_1 {
|
||||
status = "okay";
|
||||
num-slots = <1>;
|
||||
|
@ -702,6 +704,7 @@ &mmc_1 {
|
|||
vqmmc-supply = <&buck10_reg>;
|
||||
};
|
||||
|
||||
/* uSD card */
|
||||
&mmc_2 {
|
||||
status = "okay";
|
||||
num-slots = <1>;
|
||||
|
|
Loading…
Reference in New Issue