diff mbox

[v4,08/16] arm64: dts: hikey: enable i2c0 and i2c1 for working with mezzanine boards

Message ID 1460505352-13157-9-git-send-email-guodong.xu@linaro.org
State Accepted
Commit 0c2317512d51f62401fdb7dd9d2ab5c932ac0ab9
Headers show

Commit Message

Guodong Xu April 12, 2016, 11:55 p.m. UTC
In HiKey board dts file, enable i2c0 and i2c1 for working with 96boards' LS
mezzanine.

Signed-off-by: Guodong Xu <guodong.xu@linaro.org>

---
 arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
index 7545e36..3dbf51b 100644
--- a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
+++ b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
@@ -45,6 +45,14 @@ 
 		spi0: spi@f7106000 {
 			status = "ok";
 		};
+
+		i2c0: i2c@f7100000 {
+			status = "ok";
+		};
+
+		i2c1: i2c@f7101000 {
+			status = "ok";
+		};
 	};
 };