arm64: dts: hikey: enable i2c0 and i2c1 for working with mezzanine boards
authorGuodong Xu <guodong.xu@linaro.org>
Tue, 12 Apr 2016 23:55:44 +0000 (07:55 +0800)
committerWei Xu <xuwei5@hisilicon.com>
Fri, 15 Apr 2016 15:21:52 +0000 (16:21 +0100)
In HiKey board dts file, enable i2c0 and i2c1 for working with 96boards' LS
mezzanine.

Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts

index 7545e363fbde85e64ac1bed22c8c328e28fa57d9..3dbf51b609a16cfc4fceecacbbdd8b82b3621e59 100644 (file)
                spi0: spi@f7106000 {
                        status = "ok";
                };
+
+               i2c0: i2c@f7100000 {
+                       status = "ok";
+               };
+
+               i2c1: i2c@f7101000 {
+                       status = "ok";
+               };
        };
 };
 
This page took 0.024458 seconds and 5 git commands to generate.