MLK-21357 arm64: dts: imx8qm/imx8qxp: remove the 32KHz pin config
authorFugang Duan <fugang.duan@nxp.com>
Tue, 16 Apr 2019 06:58:32 +0000 (14:58 +0800)
committerFugang Duan <fugang.duan@nxp.com>
Thu, 18 Apr 2019 09:07:46 +0000 (17:07 +0800)
No need to set the 32KHz PIN except pcie brcmfmac driver
is loaded that requires to reserve these pin groups for
pin->init_state and pin->idle_state to support multiple
differents wlan cards.

Reviewed-by: Richard Zhu <hongxing.zhu@nxp.com>
Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
arch/arm64/boot/dts/freescale/fsl-imx8qm-mek.dtsi
arch/arm64/boot/dts/freescale/fsl-imx8qxp-mek.dtsi

index d3999b9..93e00d2 100644 (file)
 
                pinctrl_wifi_init: wifi_initgrp{
                        fsl,pins = <
-                               SC_P_SCU_GPIO0_07_LSIO_GPIO1_IO03               0x20
+                               /* reserve pin init/idle_state to support multiple wlan cards */
                        >;
                };
 
index 9a42f66..21b4400 100755 (executable)
 
                pinctrl_wifi_init: wifi_initgrp{
                        fsl,pins = <
-                               SC_P_SCU_BOOT_MODE3_SCU_DSC_BOOT_MODE3          0x20
+                               /* reserve pin init/idle_state to support multiple wlan cards */
                        >;
                };