arm64: dts: imx8mm-beacon: add more pinctrl states for usdhc1
authorAdam Ford <aford173@gmail.com>
Sun, 10 Jan 2021 11:38:26 +0000 (05:38 -0600)
committerShawn Guo <shawnguo@kernel.org>
Mon, 18 Jan 2021 00:16:31 +0000 (08:16 +0800)
The WiFi chip is capable of communication at SDR104 speeds.
Enable 100Mhz and 200MHz pinmux to support this.

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

index d897913..988f8ab 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>;
        bus-width = <4>;
        non-removable;
        cap-power-off-card;