Commit 66b2f567 authored by Masahiro Yamada's avatar Masahiro Yamada

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 23866a3d
......@@ -45,7 +45,7 @@
&pinctrl {
pinctrl_emmc: emmc_grp {
groups = "emmc";
groups = "emmc", "emmc_dat8";
function = "emmc";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment