arm64: dts: freescale: imx8dxl-evk: enable mii_select node
authorShenwei Wang <shenwei.wang@nxp.com>
Tue, 11 Oct 2022 19:47:15 +0000 (14:47 -0500)
committerShawn Guo <shawnguo@kernel.org>
Sat, 29 Oct 2022 02:50:25 +0000 (10:50 +0800)
The mii_select node is used to determine the fec1's interface
type. Using "enable-active-high" property to configure the
interface type as "RMII". Deleting the property as "RGMII".

Signed-off-by: Shenwei Wang <shenwei.wang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8dxl-evk.dts

index a91a70651ea4f38ccea08bef5aa3aa37b76c2786..fc9647ea50e9f6681725a86f0c92d2bc915d4d53 100644 (file)
                enable-active-high;
                off-on-delay-us = <3480>;
        };
+
+       mii_select: regulator-4 {
+               compatible = "regulator-fixed";
+               regulator-name = "mii-select";
+               regulator-min-microvolt = <3300000>;
+               regulator-max-microvolt = <3300000>;
+               gpio = <&scu_gpio 6 GPIO_ACTIVE_HIGH>;
+               enable-active-high;
+               regulator-always-on;
+       };
 };
 
 &eqos {