LF-3747-4: arm64: imx8mp: Fix polarity of reset GPIO
authorShengjiu Wang <shengjiu.wang@nxp.com>
Fri, 23 Apr 2021 03:31:48 +0000 (11:31 +0800)
committerShengjiu Wang <shengjiu.wang@nxp.com>
Fri, 23 Apr 2021 06:10:22 +0000 (14:10 +0800)
Fix polarity of reset GPIO, it is ACTIVE_LOW

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
arch/arm64/boot/dts/freescale/imx8mp-ab2.dts

index bbb5f06..8559e67 100755 (executable)
        ak5552: ak5552@13 {
                compatible = "asahi-kasei,ak5552";
                reg = <0x13>;
-               reset-gpios = <&pca6416 2 GPIO_ACTIVE_HIGH>;
+               reset-gpios = <&pca6416 2 GPIO_ACTIVE_LOW>;
                AVDD-supply = <&reg_ab2_ana_pwr>;
                DVDD-supply = <&reg_ab2_ana_pwr>;
        };