Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: berlin: enable i2c0 and i2c2

Enable the I2C0 and I2C2 for the Marvell Berlin BG2G DMP. I2C1 and I2C3
are also working on this board, but no devices seemed to be there.

Signed-off-by: Antoine Ténart <antoine.tenart@free-electrons.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>

authored by

Antoine Ténart and committed by
Sebastian Hesselbarth
fbcdc079 99f3deb8

+8
+8
arch/arm/boot/dts/berlin2q-marvell-dmp.dts
··· 34 34 status = "okay"; 35 35 }; 36 36 37 + &i2c0 { 38 + status = "okay"; 39 + }; 40 + 41 + &i2c2 { 42 + status = "okay"; 43 + }; 44 + 37 45 &uart0 { 38 46 status = "okay"; 39 47 };