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

Commit a7a1c6a5 authored by Ashay Jaiswal's avatar Ashay Jaiswal
Browse files

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

IRQ_TYPE flags for PM8008 gpios are left as 'IRQ_TYPE_NONE', update
the flag to 'IRQ_TYPE_LEVEL_LOW'.

Change-Id: I201a3525ed32f879b6ee2751f7ef3db2912bd8c3
parent 0ee90eb8
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>;