From 9e9e63c027e52549fcb51188394c6d3a534401c6 Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Thu, 21 Jul 2016 11:34:32 +0200 Subject: arm64: mvebu: Armada 3700: Add I2C device tree nodes This patch adds the I2C device tree nodes that are still missing to the Armada 3700 dts files. Signed-off-by: Stefan Roese Cc: Nadav Haklai Cc: Kostya Porotchkin Cc: Wilson Ding Cc: Victor Gu Cc: Hua Jing Cc: Terry Zhou Cc: Hanna Hawa Cc: Haim Boot --- arch/arm/dts/armada-3720-db.dts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arch/arm/dts/armada-3720-db.dts') diff --git a/arch/arm/dts/armada-3720-db.dts b/arch/arm/dts/armada-3720-db.dts index 2cc99bf..f177c76 100644 --- a/arch/arm/dts/armada-3720-db.dts +++ b/arch/arm/dts/armada-3720-db.dts @@ -58,6 +58,7 @@ aliases { ethernet0 = ð0; + i2c0 = &i2c0; spi0 = &spi0; }; @@ -72,6 +73,10 @@ phy-mode = "rgmii"; }; +&i2c0 { + status = "okay"; +}; + /* CON3 */ &sata { status = "okay"; -- cgit v1.1