MLK-16472-01 arm64: dts: imx8qxp: enable Murata 1CQ wifi for MEK board
authorFugang Duan <fugang.duan@nxp.com>
Mon, 14 Aug 2017 13:45:54 +0000 (21:45 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:38:34 +0000 (15:38 -0500)
Add Murata 1CQ wifi enable for MEK board.

(BuildInfo: SCFW 3e70523d, IMX-MKIMAGE 0, ATF 0)

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

index 876f60d..8a44319 100644 (file)
                        enable-active-high;
                };
 
+               epdev_on: fixedregulator@100 {
+                       compatible = "regulator-fixed";
+                       regulator-min-microvolt = <3300000>;
+                       regulator-max-microvolt = <3300000>;
+                       regulator-name = "epdev_on";
+                       gpio = <&pca9557_a 0 GPIO_ACTIVE_HIGH>;
+                       enable-active-high;
+               };
        };
 
        sound: sound {
        pinctrl-0 = <&pinctrl_pcieb>;
        clkreq-gpio = <&gpio4 1 GPIO_ACTIVE_LOW>;
        reset-gpio = <&gpio4 0 GPIO_ACTIVE_LOW>;
+       epdev_on-supply = <&epdev_on>;
        status = "okay";
 };