arm64: dts: imx8mn-beacon: Enable SDR104 on WiFi SDIO interface
authorAdam Ford <aford173@gmail.com>
Sun, 14 Feb 2021 20:17:42 +0000 (14:17 -0600)
committerShawn Guo <shawnguo@kernel.org>
Mon, 15 Mar 2021 04:22:28 +0000 (12:22 +0800)
Enable 100Mhz and 200MHz pinmux and corrsesponding voltage supplies
to enable SDR104 on usdhc1 connecting the WiFi chip.

Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mn-beacon-som.dtsi

index de2cd0e..c35eeaf 100644 (file)
 &usdhc1 {
        #address-cells = <1>;
        #size-cells = <0>;
-       pinctrl-names = "default";
+       pinctrl-names = "default", "state_100mhz", "state_200mhz";
        pinctrl-0 = <&pinctrl_usdhc1>;
+       pinctrl-1 = <&pinctrl_usdhc1_100mhz>;
+       pinctrl-2 = <&pinctrl_usdhc1_200mhz>;
+       vmmc-supply = <&buck4_reg>;
+       vqmmc-supply = <&buck5_reg>;
        bus-width = <4>;
        non-removable;
        cap-power-off-card;