diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-03-09 00:25:43 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-03-18 12:42:29 -0400 |
commit | 413b321b32a802e3c755d264c5da5789ff8d6f46 (patch) | |
tree | 8fb4ab053fbd4a1f140f9e29f9cc483d63d48bfa | |
parent | 090f41f406349bf444f35cceb5ee28ea1f567f0b (diff) |
ARM: dts: uniphier: add pinmux node for I2C ch4
This will be needed for UniPhier PH1-LD11 and PH1-LD20 SoCs.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r-- | arch/arm/boot/dts/uniphier-pinctrl.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/uniphier-pinctrl.dtsi b/arch/arm/boot/dts/uniphier-pinctrl.dtsi index f67445f4f10d..24592798a368 100644 --- a/arch/arm/boot/dts/uniphier-pinctrl.dtsi +++ b/arch/arm/boot/dts/uniphier-pinctrl.dtsi | |||
@@ -63,6 +63,11 @@ | |||
63 | function = "i2c3"; | 63 | function = "i2c3"; |
64 | }; | 64 | }; |
65 | 65 | ||
66 | pinctrl_i2c4: i2c4_grp { | ||
67 | groups = "i2c4"; | ||
68 | function = "i2c4"; | ||
69 | }; | ||
70 | |||
66 | pinctrl_uart0: uart0_grp { | 71 | pinctrl_uart0: uart0_grp { |
67 | groups = "uart0"; | 72 | groups = "uart0"; |
68 | function = "uart0"; | 73 | function = "uart0"; |