Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@

&pinctrl {
	pinctrl_emmc: emmc_grp {
		groups = "emmc";
		groups = "emmc", "emmc_dat8";
		function = "emmc";
	};