Skip to content

Commit

Permalink
ARM: dts: uniphier: add pinmux node for I2C ch4
Browse files Browse the repository at this point in the history
This will be needed for UniPhier PH1-LD11 and PH1-LD20 SoCs.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
  • Loading branch information
Masahiro Yamada authored and Arnd Bergmann committed Mar 18, 2016
1 parent 090f41f commit 413b321
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/uniphier-pinctrl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@
function = "i2c3";
};

pinctrl_i2c4: i2c4_grp {
groups = "i2c4";
function = "i2c4";
};

pinctrl_uart0: uart0_grp {
groups = "uart0";
function = "uart0";
Expand Down

0 comments on commit 413b321

Please sign in to comment.