Skip to content

Commit 53d3fbd

Browse files
authored
Ethernet Reset line Deployed (nxp-imx#23)
* Initial sound card integration * Added reserved memory space for Cortex-M4 * Added corrections to SAI clock pads and removed unnecessary IO settings * Override the ALSA slot width. reset it to 32-bit * Fixed wrong bus clock setting * Corrected the clock sync setting of SAI 1,3 so that the RX follows the bit clock of the TX * Reactivated HW Crypto accelerator * Reactivated CAAM * Ethernet reset line deployed
1 parent a1bf8e1 commit 53d3fbd

File tree

1 file changed

+4
-23
lines changed

1 file changed

+4
-23
lines changed

arch/arm64/boot/dts/freescale/mt-connect.dts

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,8 @@
183183

184184

185185
&fec1 {
186-
pinctrl-names = "default", "sleep";
186+
pinctrl-names = "default";
187187
pinctrl-0 = <&pinctrl_fec1>;
188-
pinctrl-1 = <&pinctrl_fec1_sleep>;
189188
phy-mode = "rgmii-id";
190189
phy-handle = <&ethphy>;
191190
status = "okay";
@@ -202,8 +201,9 @@
202201
interrupt-parent = <&gpio5>;
203202
interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
204203
reg = <1>;
205-
reset-assert-us = <1000>;
206-
reset-deassert-us = <1000>;
204+
reset-gpios = <&gpio5 4 GPIO_ACTIVE_LOW>;
205+
reset-assert-us = <1000>; /*1 ms reset pulse*/
206+
reset-deassert-us = <30000>; /*30 ms bootup*/
207207
status = "okay";
208208
};
209209
};
@@ -543,25 +543,6 @@
543543
>;
544544
};
545545

546-
pinctrl_fec1_sleep: fec1-sleepgrp {
547-
fsl,pins = <
548-
MX8MM_IOMUXC_ENET_MDC_ENET1_MDC 0x3
549-
MX8MM_IOMUXC_ENET_MDIO_ENET1_MDIO 0x3
550-
MX8MM_IOMUXC_ENET_RD0_ENET1_RGMII_RD0 0x91
551-
MX8MM_IOMUXC_ENET_RD1_ENET1_RGMII_RD1 0x91
552-
MX8MM_IOMUXC_ENET_RD2_ENET1_RGMII_RD2 0x91
553-
MX8MM_IOMUXC_ENET_RD3_ENET1_RGMII_RD3 0x91
554-
MX8MM_IOMUXC_ENET_RXC_ENET1_RGMII_RXC 0x91
555-
MX8MM_IOMUXC_ENET_RX_CTL_ENET1_RGMII_RX_CTL 0x91
556-
MX8MM_IOMUXC_ENET_TD0_GPIO1_IO21 0x1f
557-
MX8MM_IOMUXC_ENET_TD1_GPIO1_IO20 0x1f
558-
MX8MM_IOMUXC_ENET_TD2_GPIO1_IO19 0x1f
559-
MX8MM_IOMUXC_ENET_TD3_GPIO1_IO18 0x1f
560-
MX8MM_IOMUXC_ENET_TXC_GPIO1_IO23 0x1f
561-
MX8MM_IOMUXC_ENET_TX_CTL_GPIO1_IO22 0x1f
562-
>;
563-
};
564-
565546
pinctrl_ethphy: dhcom-ethphy-grp {
566547
fsl,pins = <
567548
MX8MM_IOMUXC_SPDIF_TX_GPIO5_IO3 0x1c4

0 commit comments

Comments
 (0)