diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-01-22 21:46:49 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-01-22 22:19:40 +0900 |
commit | e1bd326f4caf3f197b1472096e8620e249eaf92c (patch) | |
tree | cbcf7b1a55474c077cd52f73040524fce6883a06 /arch/arm/boot/dts/uniphier-pinctrl.dtsi | |
parent | 7ce7d89f48834cefece7804d38fc5d85382edf77 (diff) | |
download | linux-e1bd326f4caf3f197b1472096e8620e249eaf92c.tar.gz linux-e1bd326f4caf3f197b1472096e8620e249eaf92c.tar.bz2 linux-e1bd326f4caf3f197b1472096e8620e249eaf92c.zip |
ARM: dts: uniphier: add eMMC pin-mux node
All UniPhier SoCs support an eMMC controller.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/boot/dts/uniphier-pinctrl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/uniphier-pinctrl.dtsi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/uniphier-pinctrl.dtsi b/arch/arm/boot/dts/uniphier-pinctrl.dtsi index 10a711041b4a..72e39f2ace92 100644 --- a/arch/arm/boot/dts/uniphier-pinctrl.dtsi +++ b/arch/arm/boot/dts/uniphier-pinctrl.dtsi @@ -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 @@ -43,6 +44,11 @@ */ &pinctrl { + pinctrl_emmc: emmc_grp { + groups = "emmc"; + function = "emmc"; + }; + pinctrl_i2c0: i2c0_grp { groups = "i2c0"; function = "i2c0"; |