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

Commit 96922df9 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: update IRQ_TYPE flag for PM8008 gpios"

parents 5a9c8f5d a7a1c6a5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,8 +22,8 @@ pm8008_8: qcom,pm8008@8 {
	pm8008_gpios: pinctrl@c000 {
		compatible = "qcom,spmi-gpio";
		reg = <0xc000 0x200>;
		interrupts = <0x0 0xc0 0 IRQ_TYPE_NONE>,
				<0x0 0xc1 0 IRQ_TYPE_NONE>;
		interrupts = <0x0 0xc0 0 IRQ_TYPE_LEVEL_LOW>,
				<0x0 0xc1 0 IRQ_TYPE_LEVEL_LOW>;
		interrupt-names = "pm8008_gpio1", "pm8008_gpio2";
		gpio-controller;
		#gpio-cells = <2>;