From 59bd726c3b69ff97a2615b254207478e79c453f4 Mon Sep 17 00:00:00 2001 From: Shengjiu Wang Date: Fri, 2 Apr 2021 19:12:32 +0800 Subject: LF-3673-1: arm64: dts: imx8mq-evk: Fix the GPIO active level Fix the GPIO active level for ak4497 and ak5558 Signed-off-by: Shengjiu Wang --- arch/arm64/boot/dts/freescale/imx8mq-evk.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/arm64/boot/dts/freescale/imx8mq-evk.dts') diff --git a/arch/arm64/boot/dts/freescale/imx8mq-evk.dts b/arch/arm64/boot/dts/freescale/imx8mq-evk.dts index 59b94d9ed39f..e516bc32c65a 100755 --- a/arch/arm64/boot/dts/freescale/imx8mq-evk.dts +++ b/arch/arm64/boot/dts/freescale/imx8mq-evk.dts @@ -568,14 +568,14 @@ #sound-dai-cells = <0>; compatible = "asahi-kasei,ak5558"; reg = <0x13>; - reset-gpios = <&gpio3 17 GPIO_ACTIVE_HIGH>; + reset-gpios = <&gpio3 17 GPIO_ACTIVE_LOW>; }; ak4497: ak4497@11 { #sound-dai-cells = <0>; compatible = "asahi-kasei,ak4497"; reg = <0x11>; - reset-gpios = <&gpio3 16 GPIO_ACTIVE_HIGH>; + reset-gpios = <&gpio3 16 GPIO_ACTIVE_LOW>; dsd-path = <1>; }; -- cgit v1.2.3