diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-02-12 20:27:01 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-02-14 17:07:46 +0900 |
commit | 500aacabef1744b87001cf690896d694796bdab9 (patch) | |
tree | 608d0762fb79c9dcd2fb321871f9196927a7a8db | |
parent | a65256d304a28b05426ac361629a44b6f8c3073d (diff) |
ARM: dts: uniphier: enable I2C channel 2 of ProXstream2 Gentil board
This is used for on-board inter-connection.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r-- | arch/arm/dts/uniphier-proxstream2-gentil.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-proxstream2-gentil.dts b/arch/arm/dts/uniphier-proxstream2-gentil.dts index fb79555ef66..dc0def30fd4 100644 --- a/arch/arm/dts/uniphier-proxstream2-gentil.dts +++ b/arch/arm/dts/uniphier-proxstream2-gentil.dts @@ -27,6 +27,7 @@ serial1 = &serial1; serial2 = &serial2; i2c0 = &i2c0; + i2c2 = &i2c2; i2c4 = &i2c4; i2c5 = &i2c5; i2c6 = &i2c6; @@ -47,6 +48,10 @@ }; }; +&i2c2 { + status = "okay"; +}; + &usb0 { status = "okay"; }; |