ARM: dts: exynos: Document eMMC/SD/SDIO devices in Snow and Peach boards
authorJavier Martinez Canillas <javier@osg.samsung.com>
Thu, 27 Oct 2016 17:11:41 +0000 (14:11 -0300)
committerKrzysztof Kozlowski <krzk@kernel.org>
Fri, 28 Oct 2016 13:32:35 +0000 (16:32 +0300)
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>
arch/arm/boot/dts/exynos5250-snow-common.dtsi
arch/arm/boot/dts/exynos5420-peach-pit.dts
arch/arm/boot/dts/exynos5800-peach-pi.dts

index d5d5191..8f3a804 100644 (file)
        status = "okay";
 };
 
+/* eMMC flash */
 &mmc_0 {
        status = "okay";
        num-slots = <1>;
        cap-mmc-highspeed;
 };
 
+/* uSD card */
 &mmc_2 {
        status = "okay";
        num-slots = <1>;
 /*
  * On Snow we've got SIP WiFi and so can keep drive strengths low to
  * reduce EMI.
+ *
+ * WiFi SDIO module
  */
 &mmc_3 {
        status = "okay";
index ec4a00f..1f964ec 100644 (file)
        status = "okay";
 };
 
+/* eMMC flash */
 &mmc_0 {
        status = "okay";
        num-slots = <1>;
        bus-width = <8>;
 };
 
+/* WiFi SDIO module */
 &mmc_1 {
        status = "okay";
        num-slots = <1>;
        vqmmc-supply = <&buck10_reg>;
 };
 
+/* uSD card */
 &mmc_2 {
        status = "okay";
        num-slots = <1>;
index 01f4668..f9ff7f0 100644 (file)
        status = "okay";
 };
 
+/* eMMC flash */
 &mmc_0 {
        status = "okay";
        num-slots = <1>;
        bus-width = <8>;
 };
 
+/* WiFi SDIO module */
 &mmc_1 {
        status = "okay";
        num-slots = <1>;
        vqmmc-supply = <&buck10_reg>;
 };
 
+/* uSD card */
 &mmc_2 {
        status = "okay";
        num-slots = <1>;