diff options
author | Guodong Xu <guodong.xu@linaro.org> | 2016-04-13 02:55:44 +0300 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2016-04-15 18:21:52 +0300 |
commit | 0c2317512d51f62401fdb7dd9d2ab5c932ac0ab9 (patch) | |
tree | 52694ed5386126eff0b202c6c372ff245916b6b6 /arch | |
parent | 5ff3a4ddd142ac2ac4e6d4aa65cf0f7bf2d9679a (diff) | |
download | linux-0c2317512d51f62401fdb7dd9d2ab5c932ac0ab9.tar.xz |
arm64: dts: hikey: enable i2c0 and i2c1 for working with mezzanine boards
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts index 7545e363fbde..3dbf51b609a1 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"; + }; }; }; |