summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mm-evk-qca-wifi.dts
diff options
context:
space:
mode:
authorJoy Zou <joy.zou@nxp.com>2022-08-10 11:53:50 +0800
committerJoy Zou <joy.zou@nxp.com>2022-08-10 14:30:32 +0800
commitf61b0b2cbc575eb55773fd374b4904805ebc427d (patch)
tree36be67f1fe0729eb4410f0b264e3450ead8b032f /arch/arm64/boot/dts/freescale/imx8mm-evk-qca-wifi.dts
parent208fcb8de1ee46b259a996c6eb5a1f4a51595165 (diff)
LF-6799: arm64: dts: imx8mm-evk: modify the pmic_rohm interrupts trigger type
The customer finds the interrupts property of pmic_rohm node uses incorrect trigger type macro definition. It didn't cause other issue. This patch changes the GPIO_ACTIVE_LOW to IRQ_TYPE_LEVEL_LOW. Reviewed-by: Jacky Bai <ping.bai@nxp.com> Signed-off-by: Joy Zou <joy.zou@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mm-evk-qca-wifi.dts')
-rwxr-xr-xarch/arm64/boot/dts/freescale/imx8mm-evk-qca-wifi.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-evk-qca-wifi.dts b/arch/arm64/boot/dts/freescale/imx8mm-evk-qca-wifi.dts
index a5965c6875e1..aa1a25f00f55 100755
--- a/arch/arm64/boot/dts/freescale/imx8mm-evk-qca-wifi.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mm-evk-qca-wifi.dts
@@ -20,7 +20,7 @@
pinctrl-0 = <&pinctrl_pmic>;
pinctrl-names = "default";
interrupt-parent = <&gpio1>;
- interrupts = <3 GPIO_ACTIVE_LOW>;
+ interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
rohm,reset-snvs-powered;
#clock-cells = <0>;