]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ARM: dts: uniphier: add eMMC pin-mux node
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 22 Jan 2017 12:46:49 +0000 (21:46 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 22 Jan 2017 13:19:40 +0000 (22:19 +0900)
All UniPhier SoCs support an eMMC controller.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/boot/dts/uniphier-pinctrl.dtsi

index 10a711041b4a189b59a38bacf057764505c06523..72e39f2ace9207ec751d62c2852c3cf06a2df147 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * Device Tree Source for UniPhier SoCs default pinctrl settings
  *
- * Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com>
+ * Copyright (C) 2015-2017 Socionext Inc.
+ *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
  *
  * This file is dual-licensed: you can use it either under the terms
  * of the GPL or the X11 license, at your option. Note that this dual
  */
 
 &pinctrl {
+       pinctrl_emmc: emmc_grp {
+               groups = "emmc";
+               function = "emmc";
+       };
+
        pinctrl_i2c0: i2c0_grp {
                groups = "i2c0";
                function = "i2c0";