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

Commit d40f3149 authored by Mark Brown's avatar Mark Brown Committed by Kukjin Kim
Browse files

ARM: dts: Hook up IRQ for PMIC on Arndale



The out of tree code configures a pullup on the line indicating that it
is an active low interrupt.

Signed-off-by: default avatarMark Brown <broonie@linaro.org>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent ad81f054
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -11,6 +11,7 @@


/dts-v1/;
/dts-v1/;
#include "exynos5250.dtsi"
#include "exynos5250.dtsi"
#include <dt-bindings/interrupt-controller/irq.h>


/ {
/ {
	model = "Insignal Arndale evaluation board based on EXYNOS5250";
	model = "Insignal Arndale evaluation board based on EXYNOS5250";
@@ -37,6 +38,8 @@
		s5m8767_pmic@66 {
		s5m8767_pmic@66 {
			compatible = "samsung,s5m8767-pmic";
			compatible = "samsung,s5m8767-pmic";
			reg = <0x66>;
			reg = <0x66>;
			interrupt-parent = <&gpx3>;
			interrupts = <2 IRQ_TYPE_LEVEL_LOW>;


			s5m8767,pmic-buck2-dvs-voltage = <1300000>;
			s5m8767,pmic-buck2-dvs-voltage = <1300000>;
			s5m8767,pmic-buck3-dvs-voltage = <1100000>;
			s5m8767,pmic-buck3-dvs-voltage = <1100000>;