diff options
author | Thomas Abraham <thomas.ab@samsung.com> | 2014-07-29 18:54:46 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-07-29 18:54:46 -0400 |
commit | 47580e8d94c2a3baac6713533ae765c2087b34d9 (patch) | |
tree | df957d3b6f86f7292c1f247fd54f14a3610a6058 /arch/arm/boot/dts | |
parent | 3428f20b65ec0d24be0adbc819e2bfb2eacb0bc2 (diff) |
ARM: dts: Specify MAX77686 pmic interrupt for exynos5250-smdk5250
The IRQB interrupt pin of MAX77686 PMIC is connected to GPX3[2] pin of
Exynos5250 on the Exynos5250 SMDK board. Specify this connection using
interrupts property for the max77686 pmic node.
Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/exynos5250-smdk5250.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts index a794a705d404..aaa055ac0fe3 100644 --- a/arch/arm/boot/dts/exynos5250-smdk5250.dts +++ b/arch/arm/boot/dts/exynos5250-smdk5250.dts | |||
@@ -44,6 +44,8 @@ | |||
44 | max77686@09 { | 44 | max77686@09 { |
45 | compatible = "maxim,max77686"; | 45 | compatible = "maxim,max77686"; |
46 | reg = <0x09>; | 46 | reg = <0x09>; |
47 | interrupt-parent = <&gpx3>; | ||
48 | interrupts = <2 0>; | ||
47 | 49 | ||
48 | voltage-regulators { | 50 | voltage-regulators { |
49 | ldo1_reg: LDO1 { | 51 | ldo1_reg: LDO1 { |