ARM: dts: Specify MAX77686 pmic interrupt for exynos5250-smdk5250
authorThomas Abraham <thomas.ab@samsung.com>
Tue, 29 Jul 2014 22:54:46 +0000 (07:54 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 29 Jul 2014 22:54:46 +0000 (07:54 +0900)
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>
arch/arm/boot/dts/exynos5250-smdk5250.dts

index a794a705d4040ec220c7b380e09dbc83a9193025..aaa055ac0fe3dee2e8c8670ca8023681feefe154 100644 (file)
@@ -44,6 +44,8 @@
                max77686@09 {
                        compatible = "maxim,max77686";
                        reg = <0x09>;
+                       interrupt-parent = <&gpx3>;
+                       interrupts = <2 0>;
 
                        voltage-regulators {
                                ldo1_reg: LDO1 {
This page took 0.026239 seconds and 5 git commands to generate.