]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: uniphier: fix pin groups of eMMC pin-mux node
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 11 Mar 2017 15:36:56 +0000 (00:36 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 11 Mar 2017 16:54:15 +0000 (01:54 +0900)
The eMMC devices on UniPhier boards are generally used in the 8-bit
mode.  So, DAT4-7 pins should be controlled.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/boot/dts/uniphier-pinctrl.dtsi

index 8ee79da9af7c33f6834b2b4542dea20b1ecc2e31..246f35ffb638119fc81c9e159afe870fb7e72a48 100644 (file)
@@ -45,7 +45,7 @@
 
 &pinctrl {
        pinctrl_emmc: emmc_grp {
-               groups = "emmc";
+               groups = "emmc", "emmc_dat8";
                function = "emmc";
        };