Heiko Schocher
a57ef36323
net: fec_mxc: fix probing for imx8qxp
...
probing on capricorn board (imx8qxp based) brings:
Can't find FEC0 clk rate: -19
Cause is that when probing fec_mxc driver, fec_mii_setspeed()
is called which calls fec_get_clk_rate().
fec_mii_setspeed() calls fec_get_clk_rate with NULL pointer
for udev and so as in IMX8QXP case CLK_CCF is enabled
udev gets searched with:
uclass_get_device_by_seq(UCLASS_ETH, idx, &dev);
but we do not have yet a UCLASS_ETH ! as we just probing it!
Prevent this by passing udev to fec_get_clk_rate()
Signed-off-by: Heiko Schocher <hs@denx.de>
2024-11-25 23:07:37 -03:00
..
2024-07-22 10:53:05 -06:00
2024-09-24 13:41:21 -06:00
2024-07-22 10:53:05 -06:00
2024-07-22 10:53:05 -06:00
2024-07-22 10:53:05 -06:00
2023-01-20 12:27:24 -05:00
2022-05-03 18:33:29 -04:00
2022-09-18 10:26:33 +02:00
2024-07-22 10:53:05 -06:00
2024-10-27 17:03:40 -06:00
2024-05-20 13:35:03 -06:00
2024-07-22 10:53:05 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2020-05-18 21:19:23 -04:00
2024-09-11 20:34:48 +08:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-07-22 10:53:05 -06:00
2024-05-20 13:35:03 -06:00
2018-05-07 09:34:12 -04:00
2024-06-13 16:30:46 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2021-01-27 10:47:44 -05:00
2024-10-27 17:04:02 -06:00
2024-05-20 13:35:03 -06:00
2024-07-22 10:53:05 -06:00
2024-05-20 13:35:03 -06:00
2008-08-26 23:08:19 -07:00
2021-09-28 18:50:56 +03:00
2024-10-29 16:25:53 -03:00
2024-09-03 09:12:00 -06:00
2024-09-03 09:12:00 -06:00
2024-09-03 09:12:00 -06:00
2024-09-03 09:12:00 -06:00
2024-09-03 09:12:00 -06:00
2024-09-03 09:12:00 -06:00
2024-10-29 16:25:53 -03:00
2024-10-29 16:25:53 -03:00
2024-10-11 11:44:48 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-10-11 11:44:48 -06:00
2024-05-20 13:35:03 -06:00
2024-07-22 10:53:05 -06:00
2024-07-22 10:53:05 -06:00
2024-10-27 17:03:40 -06:00
2024-07-26 07:49:36 -06:00
2024-07-26 07:49:36 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-11-25 23:07:37 -03:00
2022-12-07 16:04:17 -05:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2022-09-25 08:30:05 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-09-11 20:34:43 +08:00
2024-09-11 20:34:43 +08:00
2024-07-22 10:53:05 -06:00
2023-02-10 13:41:07 -05:00
2024-07-22 10:53:05 -06:00
2024-03-26 19:58:26 -04:00
2024-03-26 19:58:26 -04:00
2024-05-20 13:35:03 -06:00
2024-10-27 17:04:02 -06:00
2024-05-20 13:35:03 -06:00
2024-07-22 10:53:05 -06:00
2024-10-27 10:19:44 -06:00
2022-11-28 10:25:17 -05:00
2024-05-20 13:35:03 -06:00
2024-07-22 10:53:05 -06:00
2024-10-16 11:11:56 -06:00
2024-07-03 14:42:01 -06:00
2024-05-20 13:35:03 -06:00
2021-01-05 12:24:41 -07:00
2021-04-06 11:10:29 +02:00
2023-12-19 11:24:38 +01:00
2021-04-06 11:10:29 +02:00
2022-04-10 08:44:12 +03:00
2020-12-13 08:00:25 -07:00
2024-05-20 13:35:03 -06:00
2024-07-22 10:53:05 -06:00
2022-04-10 08:44:13 +03:00
2024-05-20 13:35:03 -06:00
2024-07-08 11:45:50 -06:00
2024-03-01 16:35:52 -05:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2022-12-22 10:31:48 -05:00
2024-05-20 13:35:03 -06:00
2024-07-22 10:53:05 -06:00
2024-07-22 10:53:05 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2018-05-07 09:34:12 -04:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2020-05-18 21:19:23 -04:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-10-27 17:03:40 -06:00
2024-07-22 10:53:05 -06:00
2024-10-16 11:11:56 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-07-22 10:53:05 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2021-09-30 09:08:16 -04:00
2024-01-29 22:35:02 -05:00
2023-09-22 15:54:35 -04:00
2024-07-22 10:53:05 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-05-20 13:35:03 -06:00
2024-06-13 16:27:07 -06:00
2024-05-20 13:35:03 -06:00
2023-07-21 09:00:38 +02:00
2024-05-20 13:35:03 -06:00
2024-09-20 15:31:19 +02:00