Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eea6653a authored by Daniel Drake's avatar Daniel Drake Committed by Kukjin Kim
Browse files

ARM: dts: Enable PMIC interrupts for exynos4412-odroid-common



The ODROID kernel shows that the PMIC interrupt line is hooked up
to pin GPX3-2.

This is needed for the max77686-irq driver to create the PMIC IRQ
domain, which is needed by max77686-rtc.

Signed-off-by: default avatarDaniel Drake <drake@endlessm.com>
Reviewed-by: default avatarTomasz Figa <t.figa@samsung.com>
Tested-by: default avatarTomeu Vizoso <tomeu@tomeuvizoso.net>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 7d1311b9
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -148,6 +148,10 @@

		max77686: pmic@09 {
			compatible = "maxim,max77686";
			interrupt-parent = <&gpx3>;
			interrupts = <2 0>;
			pinctrl-names = "default";
			pinctrl-0 = <&max77686_irq>;
			reg = <0x09>;
			#clock-cells = <1>;

@@ -368,4 +372,11 @@
		samsung,pins = "gpx1-3";
		samsung,pin-pud = <0>;
	};

	max77686_irq: max77686-irq {
		samsung,pins = "gpx3-2";
		samsung,pin-function = <0>;
		samsung,pin-pud = <0>;
		samsung,pin-drv = <0>;
	};
};