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.

-- 
Tom

Attachment: signature.asc
Description: PGP signature

Reply via email to