Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47557239 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Arnd Bergmann
Browse files

ARM: dts: uniphier: enable I2C channel 2 of ProXstream2 Gentil board



This is used for on-board inter-connection.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 3bdf9e42
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";
};