diff mbox

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

Message ID 1489246616-8060-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit 66b2f567767d2ce6cda8cfc73161595aed31f3c4
Headers show

Commit Message

Masahiro Yamada March 11, 2017, 3:36 p.m. UTC
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(-)

-- 
2.7.4

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Masahiro Yamada March 21, 2017, 11:42 p.m. UTC | #1
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
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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";
 	};