diff options
author | Tomasz Figa <t.figa@samsung.com> | 2013-05-21 18:28:10 +0200 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:43:07 +0900 |
commit | a5492a18319779577b3c45dbee76af6345f73a5a (patch) | |
tree | 359787cbe689681f793aa8ba5696c3a07c40c3b0 /arch | |
parent | 9d4e2796e0bf0ece088423ac567053472b27b0b7 (diff) | |
download | linux-3.10-a5492a18319779577b3c45dbee76af6345f73a5a.tar.gz linux-3.10-a5492a18319779577b3c45dbee76af6345f73a5a.tar.bz2 linux-3.10-a5492a18319779577b3c45dbee76af6345f73a5a.zip |
ARM: dts: exynos4412-slp_pq: Add aliases for bit-banged I2C buses
This patch adds missing aliases of bit-banged I2C buses required for
numbered I2C bus registration.
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/exynos4412-slp_pq.dts | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/exynos4412-slp_pq.dts b/arch/arm/boot/dts/exynos4412-slp_pq.dts index 7e893249449..c052fc07de3 100644 --- a/arch/arm/boot/dts/exynos4412-slp_pq.dts +++ b/arch/arm/boot/dts/exynos4412-slp_pq.dts @@ -19,6 +19,13 @@ model = "Samsung SLP PQ based on Exynos4412"; compatible = "samsung,slp_pq", "samsung,exynos4412"; + aliases { + i2c8 = &i2c_ak8975; + i2c9 = &i2c_lps331ap; + i2c10 = &i2c_if_pmic; + i2c11 = &i2c_fuel; + }; + memory { reg = <0x40000000 0x10000000 0x50000000 0x10000000 @@ -139,7 +146,7 @@ }; }; - i2c-gpio-0 { + i2c_ak8975: i2c-gpio-0 { compatible = "i2c-gpio"; gpios = <&gpy2 4 0>, <&gpy2 5 0>; i2c-gpio,delay-us = <2>; @@ -155,7 +162,7 @@ }; }; - i2c-gpio-1 { + i2c_lps331ap: i2c-gpio-1 { compatible = "i2c-gpio"; gpios = <&gpy2 2 0>, <&gpy2 3 0>; i2c-gpio,delay-us = <2>; |