Commit 4cce8320 authored by Shenwei Wang's avatar Shenwei Wang Committed by Shawn Guo

arm64: dts: freescale: imx8dxl-evk: enable mii_select node

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: default avatarShenwei Wang <shenwei.wang@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent b202ac0c
......@@ -90,6 +90,16 @@ reg_usdhc2_vmmc: regulator-3 {
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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment