SC200E dmesg warnings

I’m compiling Android 12 by myself for SC200E runnning at Smart-EVB-G2_v1.3 development kit. I get the source code (QCM2290_4290_Android12.0_R02_r004) from Quectel git provided by FAE.

Running from the firmware that came inside module SC200E I can’t see any warning at boot, but running my self compiling Android (following the instructions from Quectel_SC200E_Series_Compilling_Burning_Guide_V1.0) I can see some WARNINGs at boot. I attached the dmesg output and bellow an example. Someone already see something like that? Android boot and seems to work, but I’m afraid about this.

[ 0.410909] ------------[ cut here ]------------
[ 0.415603] WARNING: CPU: 3 PID: 1 at drivers/irqchip/irq-gic-v3.c:1057 gic_irq_domain_translate+0x13c/0x148
[ 0.425451] Modules linked in:
[ 0.428525] CPU: 3 PID: 1 Comm: swapper/0 Not tainted 4.19.157 #2
[ 0.434637] Hardware name: Qualcomm Technologies, Inc. Scuba IOT IDP (DT)
[ 0.441440] pstate: 60400005 (nZCv daif +PAN -UAO)
[ 0.446250] pc : gic_irq_domain_translate+0x13c/0x148
[ 0.451315] lr : gic_irq_domain_translate+0x138/0x148
[ 0.456378] sp : ffffff800803b680
[ 0.459712] x29: ffffff800803b680 x28: ffffff933723e0a0
[ 0.465043] x27: 0000000000000000 x26: ffffff93370f35e8
[ 0.470374] x25: 0000000000000001 x24: ffffffc9c62e6f80
[ 0.475705] x23: 00000000006080c0 x22: ffffffc9c5ffa700
[ 0.481036] x21: 0000000000000015 x20: 0000000000000001
[ 0.486369] x19: 0000000000000001 x18: 0000000000000034
[ 0.491700] x17: ffffff933793b000 x16: 000000000000003a
[ 0.497031] x15: ffffff9336797268 x14: 0000000000003039
[ 0.502361] x13: 0000000000000039 x12: 0000000000000000
[ 0.507692] x11: 10599e1148881900 x10: 10599e1148881900
[ 0.513023] x9 : 10599e1148881900 x8 : 10599e1148881900
[ 0.518353] x7 : 5d20657265682074 x6 : ffffff933793d620
[ 0.523684] x5 : 0000000000000000 x4 : 0000000000000000
[ 0.529015] x3 : ffffff800803b338 x2 : ffffff9335496a98
[ 0.534346] x1 : ffffff9335555ab8 x0 : 0000000000000000
[ 0.539679] Call trace:
[ 0.542144] gic_irq_domain_translate+0x13c/0x148
[ 0.546871] gic_irq_domain_alloc+0x50/0x228
[ 0.551162] irq_domain_alloc_irqs_parent+0x20/0x60
[ 0.556058] msm_mpm_gic_chip_alloc+0xe4/0x168
[ 0.560519] __irq_domain_alloc_irqs+0x198/0x378
[ 0.565149] irq_create_fwspec_mapping+0x1f0/0x350
[ 0.569957] irq_create_of_mapping+0x5c/0x80
[ 0.574249] of_irq_to_resource+0xa8/0x1a8
[ 0.578358] of_irq_to_resource_table+0x38/0x70
[ 0.582903] of_device_alloc+0x124/0x1e8
[ 0.586843] of_platform_device_create_pdata+0x6c/0x110
[ 0.592088] of_platform_bus_create+0x288/0x4f8
[ 0.596633] of_platform_bus_create+0x2ec/0x4f8
[ 0.601178] of_platform_populate+0x90/0x120
[ 0.605469] of_platform_default_populate_init+0xac/0xc8
[ 0.610799] do_one_initcall+0x11c/0x298
[ 0.614740] kernel_init_freeable+0x300/0x3b4
[ 0.619114] kernel_init+0x14/0x290
[ 0.622618] ret_from_fork+0x10/0x1c
[ 0.626210] —[ end trace 14a0e435c2326f32 ]—
[ 0.630975] ------------[ cut here ]------------

sc200e-dmesg.zip (40.3 KB)

Hi,
You can ignore these warnings.
Thanks.