diff options
author | ChenZhen <zhen1.chen@samsung.com> | 2014-03-25 09:54:52 +0800 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:47:23 +0900 |
commit | 2bffd2c486ae72c693cdc649d49cb13d2e79d189 (patch) | |
tree | 4ede1f8b336a31df9e2e9d53f5ef96a6df100a15 /arch | |
parent | a81f0c568de4f3a140c35adedc49789e706ebf4b (diff) | |
download | linux-3.10-2bffd2c486ae72c693cdc649d49cb13d2e79d189.tar.gz linux-3.10-2bffd2c486ae72c693cdc649d49cb13d2e79d189.tar.bz2 linux-3.10-2bffd2c486ae72c693cdc649d49cb13d2e79d189.zip |
ARM: dts: odroidx2: add i2c1 node for max98090
Add i2c1 node for the codec driver max98090.
Change-Id: Ib6afaf7574827540281959a1f8338d50e221df39
Signed-off-by: ChenZhen <zhen1.chen@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/exynos4412-odroidx2.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4412-odroidx2.dts b/arch/arm/boot/dts/exynos4412-odroidx2.dts index bf9b204ecb5..90c0b8b948e 100644 --- a/arch/arm/boot/dts/exynos4412-odroidx2.dts +++ b/arch/arm/boot/dts/exynos4412-odroidx2.dts @@ -529,6 +529,18 @@ }; }; + i2c@13870000 { + pinctrl-names = "default"; + pinctrl-0 = <&i2c1_bus>; + status = "okay"; + max98090: max98090@10 { + compatible = "maxim,max98090"; + reg = <0x10>; + interrupt-parent = <&gpx0>; + interrupts = <1 0>; + }; + }; + i2c@13880000 { pinctrl-names = "default"; pinctrl-0 = <&i2c2_bus>; |