ARM: dts: uniphier: fix pin groups of eMMC pin-mux node

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>
This commit is contained in:
Masahiro Yamada 2017-03-12 00:36:56 +09:00
parent 23866a3def
commit 66b2f56776

View File

@ -45,7 +45,7 @@
&pinctrl {
pinctrl_emmc: emmc_grp {
groups = "emmc";
groups = "emmc", "emmc_dat8";
function = "emmc";
};