diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-02-26 16:18:33 +0900 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-03-18 17:39:16 +0100 |
commit | 4755723992bef91da119e6763c888d6a5da453ae (patch) | |
tree | 12e58f53a4908b3a58ecbb5a910d258d240b38f8 /arch/arm | |
parent | 3bdf9e4271c337d75458514aa9d3d7b28aa43aea (diff) | |
download | linux-4755723992bef91da119e6763c888d6a5da453ae.tar.bz2 |
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>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/uniphier-proxstream2-gentil.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/uniphier-proxstream2-gentil.dts b/arch/arm/boot/dts/uniphier-proxstream2-gentil.dts index 0da3018612b7..bf2619e4d489 100644 --- a/arch/arm/boot/dts/uniphier-proxstream2-gentil.dts +++ b/arch/arm/boot/dts/uniphier-proxstream2-gentil.dts @@ -63,6 +63,7 @@ serial1 = &serial1; serial2 = &serial2; i2c0 = &i2c0; + i2c2 = &i2c2; i2c4 = &i2c4; i2c5 = &i2c5; i2c6 = &i2c6; @@ -81,3 +82,7 @@ reg = <0x54>; }; }; + +&i2c2 { + status = "okay"; +}; |