summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8dxl-evk.dts
diff options
context:
space:
mode:
authorShenwei Wang <shenwei.wang@nxp.com>2022-10-11 22:47:15 +0300
committerShawn Guo <shawnguo@kernel.org>2022-10-29 05:50:25 +0300
commit4cce83203aecea5e15e2534be51b746ed41a9a46 (patch)
tree9466522663ab00cdcedb87dd52fe2b8cc58243ff /arch/arm64/boot/dts/freescale/imx8dxl-evk.dts
parentb202ac0c1308013b6d7c4ae43a350d0c8531c2c7 (diff)
downloadlinux-4cce83203aecea5e15e2534be51b746ed41a9a46.tar.xz
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: Shenwei Wang <shenwei.wang@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8dxl-evk.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8dxl-evk.dts10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8dxl-evk.dts b/arch/arm64/boot/dts/freescale/imx8dxl-evk.dts
index a91a70651ea4..fc9647ea50e9 100644
--- a/arch/arm64/boot/dts/freescale/imx8dxl-evk.dts
+++ b/arch/arm64/boot/dts/freescale/imx8dxl-evk.dts
@@ -90,6 +90,16 @@
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 {