Files
u-boot/drivers/net
Peng Fan dafa6a3603 net: mvpp2: convert FDT access to ofnode API
Convert mvpp2 driver from legacy fdtdec/fdt_* APIs to the ofnode-based
interfaces.

Replace usage of dev_of_offset(), fdtdec_lookup_phandle(),
fdtdec_get_int(), fdt_parent_offset(), and related helpers with their
ofnode equivalents, including dev_ofnode(), ofnode_parse_phandle(),
ofnode_read_s32_default(), ofnode_get_parent(), and
ofnode_for_each_subnode().

Remove direct dependencies on gd->fdt_blob.

Main changes:
- Use ofnode_valid() instead of integer checks for node presence
- Switch fixed-link detection to ofnode_find_subnode()
- Replace uclass_get_device_by_of_offset() with
  uclass_get_device_by_ofnode()
- Update subnode iteration and device binding to use ofnode

No functional changes.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
2026-06-03 16:55:55 +02:00
..
2026-03-31 16:43:28 +02:00
2025-08-27 15:39:58 +08:00
2026-06-03 16:55:55 +02:00
2021-09-28 18:50:56 +03:00
2025-05-05 14:16:50 -06:00
2025-05-05 14:16:50 -06:00
2026-06-03 16:55:55 +02:00
2022-11-28 10:25:17 -05:00
2026-01-21 12:05:15 -06:00
2022-12-22 10:31:48 -05:00
2026-03-31 16:54:11 +02:00
2026-04-27 11:26:40 -06:00
2025-07-10 19:26:55 +02:00
2024-01-29 22:35:02 -05:00