summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mq-evk.dts
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@nxp.com>2021-04-02 19:12:32 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2021-11-02 16:50:56 +0800
commit59bd726c3b69ff97a2615b254207478e79c453f4 (patch)
treef58a27048cbc992b565a5fb0779324c97c7f0d29 /arch/arm64/boot/dts/freescale/imx8mq-evk.dts
parent5534fcd66c5d2d260d1bfe118d262d847f206488 (diff)
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 <shengjiu.wang@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mq-evk.dts')
-rwxr-xr-xarch/arm64/boot/dts/freescale/imx8mq-evk.dts4
1 files changed, 2 insertions, 2 deletions
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>;
};