Tom, could you use https://lore.kernel.org/u-boot/[email protected]/
instead of this patch? The above patch series based on the same commit, but provides much more complete an7583 support. Changes from above patch: * fixed arch/arm/mach-airoha/an7583/init.c compilation issue * added an7583 specific helper needed for clk-airoha * patches for proper support of clk, reset, network Regards, Mikhail Kshevetskiy On 9/2/26 05:18, Tom Rini wrote: > On Fri, Aug 21, 2026 at 09:03:44AM +0200, Christian Marangi wrote: > >> Add support for Airoha AN7583 SoC. This adds the Kconfig and Makefile >> entry for the SoC, DTSI and initial config for it. Also add the code for >> CPU and RAM initialization. Everything is mostly based on AN7581 that >> share lots of common piece. >> >> Acked-by: Mikhail Kshevetskiy <[email protected]> >> Signed-off-by: Christian Marangi <[email protected]> >> --- >> Changes v2: >> - Rebase on top of next > I see: > aarch64: + an7583_evb > +(an7583_evb) arch/arm/mach-airoha/an7583/init.c: In function > 'dram_init_banksize': > +(an7583_evb) arch/arm/mach-airoha/an7583/init.c:26:15: error: 'struct > bd_info' has no member named 'bi_dram' > +(an7583_evb) 26 | gd->bd->bi_dram[0].start = gd->ram_base; > +(an7583_evb) | ^~ > +(an7583_evb) arch/arm/mach-airoha/an7583/init.c:27:15: error: 'struct > bd_info' has no member named 'bi_dram' > +(an7583_evb) 27 | gd->bd->bi_dram[0].size = > get_effective_memsize(); > +(an7583_evb) arch/arm/mach-airoha/an7583/init.c:30:23: error: 'struct > bd_info' has no member named 'bi_dram' > +(an7583_evb) 30 | gd->bd->bi_dram[1].start = gd->ram_base > + SZ_2G; > +(an7583_evb) | ^~ > +(an7583_evb) arch/arm/mach-airoha/an7583/init.c:31:23: error: 'struct > bd_info' has no member named 'bi_dram' > +(an7583_evb) 31 | gd->bd->bi_dram[1].size = gd->ram_size > - SZ_2G; > +(an7583_evb) make[3]: *** [scripts/Makefile.build:272: > arch/arm/mach-airoha/an7583/init.o] Error 1 > +(an7583_evb) make[2]: *** [scripts/Makefile.build:497: > arch/arm/mach-airoha/an7583] Error 2 > +(an7583_evb) make[1]: *** [Makefile:2221: arch/arm/mach-airoha] Error 2 > +(an7583_evb) drivers/clk/airoha/clk-airoha.c:19:10: fatal error: > asm/arch/scu-regmap.h: No such file or directory > +(an7583_evb) 19 | #include <asm/arch/scu-regmap.h> > +(an7583_evb) | ^~~~~~~~~~~~~~~~~~~~~~~ > +(an7583_evb) compilation terminated. > +(an7583_evb) make[4]: *** [scripts/Makefile.build:272: > drivers/clk/airoha/clk-airoha.o] Error 1 > +(an7583_evb) make[3]: *** [scripts/Makefile.build:497: drivers/clk/airoha] > Error 2 > +(an7583_evb) make[2]: *** [scripts/Makefile.build:497: drivers/clk] Error 2 > +(an7583_evb) make[1]: *** [Makefile:2221: drivers] Error 2 > +(an7583_evb) make: *** [Makefile:189: __sub-make] Error 2 > 0 0 1 /1 an7583_evb > > When trying to build on current next, please look in to this, thanks. >
