ARM: dts: uniphier: enable I2C channel 2 of ProXstream2 Gentil board
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 12 Feb 2016 11:27:01 +0000 (20:27 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 14 Feb 2016 08:07:46 +0000 (17:07 +0900)
This is used for on-board inter-connection.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/dts/uniphier-proxstream2-gentil.dts

index fb79555..dc0def3 100644 (file)
@@ -27,6 +27,7 @@
                serial1 = &serial1;
                serial2 = &serial2;
                i2c0 = &i2c0;
+               i2c2 = &i2c2;
                i2c4 = &i2c4;
                i2c5 = &i2c5;
                i2c6 = &i2c6;
        };
 };
 
+&i2c2 {
+       status = "okay";
+};
+
 &usb0 {
        status = "okay";
 };