diff options
author | Romain Perier <romain.perier@free-electrons.com> | 2016-12-01 12:04:39 +0100 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-01-03 16:20:12 +0100 |
commit | c7d7ea67d32f7bbd2fa83c3e041973d0e8680080 (patch) | |
tree | 0d392e85c47ece063b41f3ab61ed1683580b4bd3 /arch/arm64/boot/dts/marvell/armada-3720-db.dts | |
parent | arm64: dts: marvell: Enable spi0 on the board Armada-3720-db (diff) | |
download | linux-c7d7ea67d32f7bbd2fa83c3e041973d0e8680080.tar.xz linux-c7d7ea67d32f7bbd2fa83c3e041973d0e8680080.zip |
arm64: dts: marvell: Add I2C definitions for the Armada 3700
The Armada 3700 has two i2c bus interface units, this commit adds the
definitions of the corresponding device nodes. It also enables the node
on the development board for this SoC.
Signed-off-by: Romain Perier <romain.perier@free-electrons.com>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/armada-3720-db.dts')
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-3720-db.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-3720-db.dts b/arch/arm64/boot/dts/marvell/armada-3720-db.dts index 0c236d8306fc..935d37f82ce8 100644 --- a/arch/arm64/boot/dts/marvell/armada-3720-db.dts +++ b/arch/arm64/boot/dts/marvell/armada-3720-db.dts @@ -62,6 +62,10 @@ }; }; +&i2c0 { + status = "okay"; +}; + /* CON3 */ &sata { status = "okay"; |