u-boot/board/Marvell
Marek Behún 3058e283b8 fdt_support: Add fdt_for_each_node_by_compatible() helper macro
Add macro fdt_for_each_node_by_compatible() to allow iterating over
fdt nodes by compatible string.

Convert various usages of
    off = fdt_node_offset_by_compatible(fdt, start, compat);
    while (off > 0) {
        code();
        off = fdt_node_offset_by_compatible(fdt, off, compat);
    }
and similar, to
    fdt_for_each_node_by_compatible(off, fdt, start, compat)
        code();

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
2022-01-20 11:35:29 +01:00
..
db-88f6720 common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
db-88f6820-amc ddr: marvell: a38x: add support for twin-die combined memory device 2021-02-26 10:22:29 +01:00
db-88f6820-gp ddr: marvell: a38x: add support for twin-die combined memory device 2021-02-26 10:22:29 +01:00
db-mv784mp-gp common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
db-xc3-24g4xg common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
dreamplug arm: marvell: Dreamplug: fix typo in eth1 name 2021-09-10 09:01:51 +02:00
guruplug WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00
mvebu_armada-8k arm: mvebu: mvebu_armada-8k: drop Puzzle M801 early init code 2021-10-08 08:37:55 +02:00
mvebu_armada-37xx env: Always use char for default_environment 2021-10-31 12:26:44 -06:00
octeon_ebb7304 fdt_support: Add fdt_for_each_node_by_compatible() helper macro 2022-01-20 11:35:29 +01:00
octeon_nic23 mips: octeon: Add Octeon III NIC23 board support 2021-04-28 10:05:12 +02:00
octeontx sandbox: Remove OF_HOSTFILE 2021-10-27 16:38:26 -04:00
octeontx2 sandbox: Remove OF_HOSTFILE 2021-10-27 16:38:26 -04:00
octeontx2_cn913x arm: octeontx2: Add Octeon TX2 CN913x DB support 2021-05-16 06:48:45 +02:00
openrd Convert CONFIG_88F5182 et al to Kconfig 2021-12-27 16:20:19 -05:00
sheevaplug arm: kirkwood: Sheevaplug: Update board maintainer 2021-09-10 09:01:51 +02:00