LF-3747-3: arm64: imx8mn: Fix polarity of reset GPIO
authorShengjiu Wang <shengjiu.wang@nxp.com>
Fri, 23 Apr 2021 03:30:39 +0000 (11:30 +0800)
committerShengjiu Wang <shengjiu.wang@nxp.com>
Fri, 23 Apr 2021 06:10:18 +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/imx8mn-ab2.dts
arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi

index 541d7f8..c30c808 100644 (file)
        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_adc_avdd_5v0>;
                DVDD-supply = <&reg_adc_dvdd_3v3>;
        };
index 8d82cf4..aa4f1f2 100644 (file)
        ak5558: ak5558@13 {
                compatible = "asahi-kasei,ak5558";
                reg = <0x13>;
-               reset-gpios = <&pca6416 3 GPIO_ACTIVE_HIGH>;
+               reset-gpios = <&pca6416 3 GPIO_ACTIVE_LOW>;
                AVDD-supply = <&reg_audio_board>;
                DVDD-supply = <&reg_audio_board>;
                status = "disabled";
        ak4497: ak4497@11 {
                compatible = "asahi-kasei,ak4497";
                reg = <0x11>;
-               reset-gpios = <&pca6416 5 GPIO_ACTIVE_HIGH>;
+               reset-gpios = <&pca6416 5 GPIO_ACTIVE_LOW>;
                AVDD-supply = <&reg_audio_board>;
                DVDD-supply = <&reg_audio_board>;
                status = "disabled";