Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1606087 > unrolled thread
| Started by | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| First post | 2017-03-22 00:50 +0100 |
| Last post | 2017-03-22 00:50 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] ARM: dts: uniphier: fix pin groups of eMMC pin-mux node Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-03-22 00:50 +0100
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Date | 2017-03-22 00:50 +0100 |
| Subject | Re: [PATCH] ARM: dts: uniphier: fix pin groups of eMMC pin-mux node |
| Message-ID | <tnBHj-216-3@gated-at.bofh.it> |
2017-03-12 0:36 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> 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 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/uniphier-pinctrl.dtsi b/arch/arm/boot/dts/uniphier-pinctrl.dtsi
> index 8ee79da..246f35f 100644
> --- a/arch/arm/boot/dts/uniphier-pinctrl.dtsi
> +++ b/arch/arm/boot/dts/uniphier-pinctrl.dtsi
> @@ -45,7 +45,7 @@
>
> &pinctrl {
> pinctrl_emmc: emmc_grp {
> - groups = "emmc";
> + groups = "emmc", "emmc_dat8";
> function = "emmc";
> };
>
Applied to linux-uniphier.
--
Best Regards
Masahiro Yamada
Back to top | Article view | linux.kernel
csiph-web