Part Number: TDA4VM
Hi experts,
When i start the Linux system by SDK V7.0, i got some error message shown blew:
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000fb000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@fb000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000fb100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@fb100000, compatible id shared-dma-pool
[ 0.000000] cma: Failed to reserve 512 MiB
...
[ 0.622400] debugfs: Directory '31010000.pat' with parent 'regmap' already present!
[ 0.630377] ti-pat 31011000.pat: Found PAT Rev 1.0 with 16384 pages
[ 0.636788] debugfs: Directory '31011000.pat' with parent 'regmap' already present!
[ 0.644710] ti-pat 31012000.pat: Found PAT Rev 1.0 with 16384 pages
[ 0.651120] debugfs: Directory '31012000.pat' with parent 'regmap' already present!
[ 0.659038] ti-pat 31013000.pat: Found PAT Rev 1.0 with 2048 pages
[ 0.665361] debugfs: Directory '31013000.pat' with parent 'regmap' already present!
[ 0.673277] ti-pat 31014000.pat: Found PAT Rev 1.0 with 2048 pages
[ 0.679598] debugfs: Directory '31014000.pat' with parent 'regmap' already present!
[ 0.688839] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[ 0.700280] brd: module loaded
[ 0.706318] loop: module loaded
[ 0.709838] sysfs: cannot create duplicate filename '/devices/platform/dma_buf_phys'
[ 0.717767] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.4.40-g66cf445b76 #1
[ 0.724876] Hardware name: Texas Instruments K3 J721E SoC (DT)
[ 0.730830] Call trace:
[ 0.733327] dump_backtrace+0x0/0x140
[ 0.737062] show_stack+0x14/0x20
[ 0.740447] dump_stack+0xb4/0xf8
[ 0.743832] sysfs_warn_dup+0x5c/0x78
[ 0.747566] sysfs_create_dir_ns+0xd8/0xf0
[ 0.751746] kobject_add_internal+0x94/0x280
[ 0.756101] kobject_add+0x90/0xf8
[ 0.759571] device_add+0xdc/0x600
[ 0.763039] platform_device_add+0xfc/0x228
[ 0.767306] platform_device_register_full+0xc8/0x140
[ 0.772464] dma_buf_phys_init+0x68/0x94
[ 0.776465] do_one_initcall+0x50/0x190
[ 0.780379] kernel_init_freeable+0x194/0x22c
[ 0.784824] kernel_init+0x10/0xfc
[ 0.788292] ret_from_fork+0x10/0x18
[ 0.791948] kobject_add_internal failed for dma_buf_phys with -EEXIST, don't try to register things with the same name in the same directory.
Could you help me to solve this issue?
Thanks,
Hutian