summaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog_usb.c
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2023-03-06 15:53:48 +0100
committerStefano Babic <sbabic@denx.de>2023-03-30 13:47:03 +0200
commit2e9b3014dfa3d71d6d40e84060ce488b6a5b2836 (patch)
treea7764c54d09b4afe361ceea4820d7de33170ba83 /arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog_usb.c
parent158456089c02ef7564decea6cff2c5b285fe66d7 (diff)
net: dwc_eth_qos: Add i.MX8M Plus RMII support
With DM clock support in place, it is easy to add RMII support into the MAC driver. The RMII cannot operate at 1000 Mbps and at 100 and 10 Mbps the clock frequency is 50 MHz and 5 MHz instead of 25 MHz and 2.5 MHz. The board DT requires the following adjustments to EQoS node: phy-mode = "rmii"; assigned-clock-parents = <&clk IMX8MP_SYS_PLL1_266M>, <&clk IMX8MP_SYS_PLL2_100M>, <&clk IMX8MP_SYS_PLL2_50M>; assigned-clock-rates = <0>, <100000000>, <50000000>; Reviewed-by: Ramon Fried <rfried.dev@gmail.com> Signed-off-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog_usb.c')
0 files changed, 0 insertions, 0 deletions