I have followed this guide for Firefly SDK Buildroot and I am unable to get the shell on uart2(ttyS2) or fiq-debugger port.
I have checked multiple blogs, tickets, and forums, and edited .dts and .dtsi to:
Disable fiq-debugger and use uart2 as shell
Disable uart2 and enable fiq-debugger (default file mode)
Route fiq-debugger to uart 0x00 by editing serial ID and other configs to use uart2 (ttyS2)
…but I am unable to get shell access on console.
I am a beginner in this, so I apologize in advance as I feel there might be a small issue I am unable to identify.
Here are the relevant files/content:
rk3568-linux.dtsi
/ {
aliases {
mmc0 = &sdhci;
mmc1 = &sdmmc0;
mmc2 = &sdmmc1;
mmc3 = &sdmmc2;
};
chosen: chosen {
bootargs = "earlycon=uart8250,mmio32,0xfe660000 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rootfstype=ext4 rw rootwait rootdelay=5 debug";
/*bootargs = "earlycon=uart8250,mmio32,0xfe660000 console=ttyS2,1500000n8 rw root=PARTUUID=614e0000-0000 rootwait";*/
};
fiq-debugger {
label = "fiq-debugger-uart2";
compatible = "rockchip,fiq-debugger";
rockchip,serial-id = <2>;
rockchip,wake-irq = <0>;
/* If enable uart uses irq instead of fiq */
rockchip,irq-mode-enable = <1>;
rockchip,baudrate = <1500000>; /* Only 115200 and 1500000 */
interrupts = <GIC_SPI 252 IRQ_TYPE_LEVEL_LOW>;
pinctrl-names = "default";
pinctrl-0 = <&uart2m0_xfer>;
status = "okay";
};
One problem I can think of is that it's unable to mount root. Here are the logs:
DDR 2d653b3476 typ 24/01/20-15:04:19,fwver: v1.21
ln
LP4/4x derate en, other dram:1x trefi
ddrconfig:0
LPDDR4X, 324MHz
BW=32 Col=10 Bk=8 CS0 Row=16 CS=1 Die BW=16 Size=2048MB
tdqss: cs0 dqs0: -24ps, dqs1: -72ps, dqs2: -72ps, dqs3: -120ps,
change to: 324MHz
PHY drv:clk:36,ca:36,DQ:29,odt:0
vrefinner:24%, vrefout:41%
dram drv:40,odt:0
clk skew:0x62
rx vref: 32.4%
tx vref: 34.0%
change to: 528MHz
PHY drv:clk:36,ca:36,DQ:29,odt:0
vrefinner:24%, vrefout:41%
dram drv:40,odt:0
clk skew:0x58
rx vref: 32.4%
tx vref: 38.0%
change to: 780MHz
PHY drv:clk:36,ca:36,DQ:29,odt:60
vrefinner:16%, vrefout:41%
dram drv:40,odt:0
clk skew:0x58
rx vref: 15.6%
tx vref: 40.0%
change to: 1560MHz(final freq)
PHY drv:clk:36,ca:36,DQ:29,odt:60
vrefinner:16%, vrefout:22%
dram drv:40,odt:80
vref_ca:00000071
clk skew:0x2b
rx vref: 17.6%
tx vref: 21.8%
cs 0:
the read training result:
DQS0:0x31, DQS1:0x35, DQS2:0x31, DQS3:0x31,
min : 0x3 0x5 0x3 0x2 0x4 0x1 0x2 0x5 , 0x2 0x8 0x8 0x8 0x3 0x7 0x6 0x6 ,
0x4 0x2 0x4 0x3 0x3 0x6 0x5 0x8 , 0x4 0x3 0x3 0x2 0x2 0x6 0x5 0x4 ,
mid :0x1d 0x1f 0x1c 0x1c 0x1f 0x1c 0x1d 0x1e ,0x1a 0x1e 0x1e 0x1e 0x1a 0x20 0x20 0x21 ,
0x1e 0x1d 0x1e 0x1f 0x1c 0x1f 0x1e 0x1f ,0x1c 0x1a 0x1a 0x1b 0x19 0x1d 0x21 0x1a ,
max :0x38 0x39 0x36 0x36 0x3a 0x38 0x39 0x38 ,0x32 0x34 0x34 0x35 0x32 0x39 0x3a 0x3c ,
0x38 0x38 0x38 0x3b 0x36 0x38 0x37 0x37 ,0x34 0x32 0x32 0x34 0x31 0x34 0x3d 0x30 ,
range:0x35 0x34 0x33 0x34 0x36 0x37 0x37 0x33 ,0x30 0x2c 0x2c 0x2d 0x2f 0x32 0x34 0x36 ,
0x34 0x36 0x34 0x38 0x33 0x32 0x32 0x2f ,0x30 0x2f 0x2f 0x32 0x2f 0x2e 0x38 0x2c ,
the write training result:
DQS0:0x27, DQS1:0x1d, DQS2:0x1d, DQS3:0x14,
min :0x5f 0x60 0x5f 0x5e 0x5e 0x5d 0x5f 0x60 0x5e ,0x4e 0x52 0x50 0x51 0x50 0x53 0x53 0x52 0x4e ,
0x57 0x54 0x55 0x56 0x53 0x55 0x53 0x55 0x55 ,0x4b 0x4c 0x4b 0x4a 0x49 0x4a 0x4c 0x4c 0x4a ,
mid :0x77 0x79 0x78 0x76 0x78 0x76 0x77 0x79 0x76 ,0x67 0x69 0x69 0x6a 0x68 0x6c 0x6c 0x6c 0x68 ,
0x70 0x6e 0x6f 0x70 0x6d 0x6e 0x6d 0x6e 0x6f ,0x61 0x61 0x60 0x61 0x5f 0x60 0x66 0x61 0x62 ,
max :0x90 0x93 0x91 0x8f 0x92 0x90 0x8f 0x93 0x8f ,0x80 0x81 0x82 0x83 0x81 0x86 0x86 0x86 0x83 ,
0x89 0x89 0x89 0x8a 0x87 0x87 0x88 0x87 0x89 ,0x78 0x77 0x76 0x78 0x76 0x77 0x81 0x76 0x7a ,
range:0x31 0x33 0x32 0x31 0x34 0x33 0x30 0x33 0x31 ,0x32 0x2f 0x32 0x32 0x31 0x33 0x33 0x34 0x35 ,
0x32 0x35 0x34 0x34 0x34 0x32 0x35 0x32 0x34 ,0x2d 0x2b 0x2b 0x2e 0x2d 0x2d 0x35 0x2a 0x30 ,
CA Training result:
cs:0 min :0x57 0x4e 0x57 0x45 0x56 0x44 0x4c ,0x50 0x45 0x4b 0x47 0x51 0x40 0x4f ,
cs:0 mid :0x8f 0x91 0x8e 0x89 0x8c 0x87 0x76 ,0x88 0x87 0x87 0x87 0x88 0x81 0x77 ,
cs:0 max :0xc7 0xd4 0xc5 0xcd 0xc3 0xcb 0xa1 ,0xc1 0xca 0xc3 0xc8 0xbf 0xc3 0xa0 ,
cs:0 range:0x70 0x86 0x6e 0x88 0x6d 0x87 0x55 ,0x71 0x85 0x78 0x81 0x6e 0x83 0x51 ,
out
U-Boot SPL board init
U-Boot SPL 2017.09-g606f72bd97a-240527 #lxh (May 30 2024 - 16:08:15), fwver: v1.14
unknown raw ID 0 0 0
unrecognized JEDEC id bytes: 00, 00, 00
Trying to boot from MMC2
MMC: no card present
mmc_init: -123, time 0
spl: mmc init failed with error: -123
Trying to boot from MMC1
SPL: A/B-slot: _a, successful: 0, tries-remain: 7
Trying fit image at 0x4000 sector
## Verified-boot: 0
## Checking atf-1 0x00040000 ... sha256(b5946ac63d...) + OK
## Checking uboot 0x00a00000 ... sha256(c843395069...) + OK
## Checking fdt 0x00b47be0 ... sha256(b3854af6ad...) + OK
## Checking atf-2 0xfdcc1000 ... sha256(b8dca786b4...) + OK
## Checking atf-3 0x0006b000 ... sha256(2f91089eb7...) + OK
## Checking atf-4 0xfdcce000 ... sha256(86ef885748...) + OK
## Checking atf-5 0xfdcd0000 ... sha256(0b2b146c60...) + OK
## Checking atf-6 0x00069000 ... sha256(a9a1e63bef...) + OK
## Checking optee 0x08400000 ... sha256(28fba8b7d7...) + OK
Jumping to U-Boot(0x00a00000) via ARM Trusted Firmware(0x00040000)
Total: 122.975/222.356 ms
INFO: Preloader serial: 2
NOTICE: BL31: v2.3():v2.3-645-g8cea6ab0b:cl, fwver: v1.44
NOTICE: BL31: Built : 16:36:43, Sep 19 2023
INFO: GICv3 without legacy support detected.
INFO: ARM GICv3 driver initialized in EL3
INFO: pmu v1 is valid 220114
INFO: l3 cache partition cfg-0
INFO: dfs DDR fsp_param[0].freq_mhz= 1560MHz
INFO: dfs DDR fsp_param[1].freq_mhz= 324MHz
INFO: dfs DDR fsp_param[2].freq_mhz= 528MHz
INFO: dfs DDR fsp_param[3].freq_mhz= 780MHz
INFO: Using opteed sec cpu_context!
INFO: boot cpu mask: 0
INFO: BL31: Initializing runtime services
INFO: BL31: Initializing BL32
I/TC:
I/TC: OP-TEE version: 3.13.0-791-g185dc3c92 #hisping.lin (gcc version 10.2.1 20201103 (GNU Toolchain for the A-profile Architecture 10.2-2020.11 (arm-10.16))) #2 Tue Apr 16 10:47:32 CST 2024 aarch64, fwver: v2.12
I/TC: OP-TEE memory: TEEOS 0x200000 TA 0xc00000 SHM 0x200000
I/TC: Primary CPU initializing
I/TC: CRYPTO_CRYPTO_VERSION_NEW no support. Skip all algo mode check.
I/TC: Primary CPU switching to normal world boot
INFO: BL31: Preparing for EL3 exit to normal world
INFO: Entry point address = 0xa00000
INFO: SPSR = 0x3c9
U-Boot 2017.09(u-boot commit id: 30d6e6f55d2b943c0910c3f69ccf4d302272ee71)(sdk version: rk356x_linux5.10_release_20241220_v1.4.0c.xml)-g30d6e6f55d-231220 #rk3566 (Jul 25 2025 - 04:23:32 -0700)
Model: Rockchip RK3568 Evaluation Board
MPIDR: 0x81000000
PreSerial: 2, raw, 0xfe660000
DRAM: 2 GiB
Sysmem: init
Relocation Offset: 7d217000
Relocation fdt: 7b9f88c8 - 7b9fece8
CR: M/C/I
Using default environment
optee api revision: 2.0
dwmmc@fe2b0000: 1, dwmmc@fe2c0000: 2, sdhci@fe310000: 0
Card did not respond to voltage select!
mmc_init: -95, time 9
switch to partitions #0, OK
mmc0(part 0) is current device
Bootdev(scan): mmc 0
MMC0: HS200, 200Mhz
PartType: EFI
TEEC: Waring: Could not find security partition
DM: v1
** Unrecognized filesystem type **
boot mode: recovery (misc)
RESC: 'recovery', blk@0x0005ec45
resource: sha256+
FIT: no signed, no conf required
DTB: rk-kernel.dtb
HASH(c): OK
I2c0 speed: 100000Hz
PMIC: RK8090 (on=0x10, off=0x00)
vdd_logic init 900000 uV
vdd_gpu init 900000 uV
vdd_npu init 900000 uV
io-domain: OK
INFO: ddr dmc_fsp already initialized in loader.
Could not find baseparameter partition
Model: Rockchip RK3568 EVB1 DDR4 V10 Board
MPIDR: 0x81000000
Rockchip UBOOT DRM driver version: v1.0.1
VOP have 3 active VP
vp0 have layer nr:2[1 5 ], primary plane: 5
vp1 have layer nr:3[0 2 4 ], primary plane: 4
vp2 have layer nr:1[3 ], primary plane: 3
Using display timing dts
dsi@fe060000: detailed mode clock 132000 kHz, flags[a]
H: 1080 1095 1097 1127
V: 1920 1935 1937 1952
bus_format: 100e
VOP update mode to: 1080x1920p60, type: MIPI0 for VP1
VP1 set crtc_clock to 132000KHz
VOP VP1 enable Smart0[500x501->500x501@290x709] fmt[1] addr[0x7dfb8000]
final DSI-Link bandwidth: 876 Mbps x 4
edp@fe0c0000 disconnected
xfer: num: 2, addr: 0x50
xfer: num: 2, addr: 0x50
Monitor has basic audio support
Could not find baseparameter partition
hdmi@fe0a0000: detailed mode clock 148500 kHz, flags[5]
H: 1920 2008 2052 2200
V: 1080 1084 1089 1125
bus_format: 2025
VOP update mode to: 1920x1080p60, type: HDMI0 for VP0
VP0 set crtc_clock to 148500KHz
VOP VP0 enable Smart1[500x501->500x501@710x289] fmt[1] addr[0x7dfb8000]
CEA mode used vic=16
final pixclk = 148500000 tmdsclk = 148500000
PHY powered down in 0 iterations
PHY PLL locked 1 iterations
PHY powered down in 0 iterations
PHY PLL locked 1 iterations
sink has audio support
hdmi_set_clk_regenerator: fs=48000Hz ftdms=148.500MHz N=6144 cts=148500
No FDT memory address configured. Default at 0x08300000
CLK: (sync kernel. arm: enter 816000 KHz, init 816000 KHz, kernel 0N/A)
apll 1104000 KHz
dpll 780000 KHz
gpll 1188000 KHz
cpll 1000000 KHz
npll 1200000 KHz
vpll 792000 KHz
hpll 148500 KHz
ppll 200000 KHz
armclk 1104000 KHz
aclk_bus 150000 KHz
pclk_bus 100000 KHz
aclk_top_high 500000 KHz
aclk_top_low 400000 KHz
hclk_top 150000 KHz
pclk_top 100000 KHz
aclk_perimid 300000 KHz
hclk_perimid 150000 KHz
pclk_pmu 100000 KHz
Net: eth1: ethernet@fe010000, eth0: ethernet@fe2a0000
Hit key to stop autoboot('CTRL+C'): 0
ANDROID: reboot reason: "recovery"
Not AVB images, AVB skip
No valid android hdr
Android image load failed
Android boot failed, error -1.
## Booting FIT Image at 0x78e6ee80 with size 0x02988a00
Fdt Ramdisk skip relocation
## Loading kernel from FIT Image at 78e6ee80 ...
Using 'conf' configuration
## Verified-boot: 0
Trying 'kernel' kernel subimage
Description: unavailable
Type: Kernel Image
Compression: uncompressed
Data Start: 0x78e9c880
Data Size: 36663808 Bytes = 35 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x00280000
Entry Point: 0x00280000
Hash algo: sha256
Hash value: 52e85544b6ef286735dcfc1c2e290d1c3cf36129bedb96035f3fee232d62fc8c
Verifying Hash Integrity ... sha256+ OK
## Loading ramdisk from FIT Image at 78e6ee80 ...
Using 'conf' configuration
Trying 'ramdisk' ramdisk subimage
Description: unavailable
Type: RAMDisk Image
Compression: uncompressed
Data Start: 0x7b193a80
Data Size: 6700451 Bytes = 6.4 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x0a200000
Entry Point: unavailable
Hash algo: sha256
Hash value: 91e0d1694a981ddb0df34381f9b38c931919c54a282185df61d8d34824ba44e5
Verifying Hash Integrity ... sha256+ OK
Loading ramdisk from 0x7b193a80 to 0x0a200000
## Loading fdt from FIT Image at 78e6ee80 ...
Using 'conf' configuration
Trying 'fdt' fdt subimage
Description: unavailable
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x78e6f680
Data Size: 184435 Bytes = 180.1 KiB
Architecture: AArch64
Load Address: 0x08300000
Hash algo: sha256
Hash value: ef1cdb3ec5d9ac9d9333fe87220ea8fcea1a482226a77e48aebd9565e5840a0b
Verifying Hash Integrity ... sha256+ OK
Loading fdt from 0x08300000 to 0x08300000
Booting using the fdt blob at 0x08300000
Loading Kernel Image from 0x78e9c880 to 0x00280000 ... OK
kernel loaded at 0x00280000, end = 0x02577200
Using Device Tree in place at 0000000008300000, end 0000000008330072
vp1 adjust cursor plane from 0 to 1
vp0, plane_mask:0x22, primary-id:5, curser-id:1
vp1 adjust cursor plane from 1 to 0
vp1, plane_mask:0x15, primary-id:4, curser-id:0
vp2, plane_mask:0x8, primary-id:3, curser-id:-1
WARNING: could not set reg FDT_ERR_BADOFFSET.
## reserved-memory:
drm-logo@00000000: addr=7df00000 size=2e0000
drm-cubic-lut@00000000: addr=7ff00000 size=8000
ramoops@110000: addr=110000 size=f0000
Adding bank: 0x00200000 - 0x08400000 (size: 0x08200000)
Adding bank: 0x09400000 - 0x80000000 (size: 0x76c00000)
== DO RELOCATE == Kernel from 0x00280000 to 0x00200000
Total: 1428.11/1473.545 ms
Starting kernel ...
[ 1.478776] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[ 1.478800] Linux version 5.10.198 (rk3566@ubuntu) (firefly: 34d433bc5e75/2507250416) (sdk version: rk356x_linux5.10_release_20241220_v1.4.0c.xml) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621, GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621) #2 SMP Fri Jul 25 04:16:45 PDT 2025
[ 1.480827] random: crng init done
[ 1.485246] Machine model: Rockchip RK3568 EVB1 DDR4 V10 Board
[ 1.520346] earlycon: uart8250 at MMIO32 0x00000000fe660000 (options '')
[ 1.525703] printk: bootconsole [uart8250] enabled
[ 1.527450] efi: UEFI not found.
[ 1.565235] Zone ranges:
[ 1.565489] DMA [mem 0x0000000000200000-0x000000007fffffff]
[ 1.566077] DMA32 empty
[ 1.566352] Normal empty
[ 1.566625] Movable zone start for each node
[ 1.567028] Early memory node ranges
[ 1.567367] node 0: [mem 0x0000000000200000-0x00000000083fffff]
[ 1.567958] node 0: [mem 0x0000000009400000-0x000000007fffffff]
[ 1.568552] Initmem setup node 0 [mem 0x0000000000200000-0x000000007fffffff]
[ 1.583943] cma: Reserved 16 MiB at 0x000000007e800000
[ 1.584513] psci: probing for conduit method from DT.
[ 1.585000] psci: PSCIv1.1 detected in firmware.
[ 1.585437] psci: Using standard PSCI v0.2 function IDs
[ 1.585934] psci: Trusted OS migration not required
[ 1.586397] psci: SMC Calling Convention v1.2
[ 1.587184] percpu: Embedded 30 pages/cpu s83800 r8192 d30888 u122880
[ 1.587906] Detected VIPT I-cache on CPU0
[ 1.588324] CPU features: detected: GIC system register CPU interface
[ 1.588932] CPU features: detected: Virtualization Host Extensions
[ 1.589521] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 1.590195] alternatives: patching kernel code
[ 1.592350] Built 1 zonelists, mobility grouping on. Total pages: 511496
[ 1.592999] Kernel command line: storagemedia=emmc androidboot.storagemedia=emmc androidboot.mode=normal androidboot.verifiedbootstate=orange rw rootwait earlycon=uart8250,mmio32,0xfe660000 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rootfstype=ext4 comm-07/25/2025 androidboot.fwver=ddr-v1.21-2d653b3476,spl-v1.14,bl31-v1.44,bl32-v2.12,uboot--boot
[ 1.596658] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 1.597645] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 1.598377] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 1.623130] Memory: 1974968K/2078720K available (18688K kernel code, 3484K rwdata, 6848K rodata, 6656K init, 592K bss, 87368K reserved, 16384K cma-reserved)
[ 1.624565] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 1.625216] ftrace: allocating 57076 entries in 223 pages
[ 1.699063] ftrace: allocated 223 pages with 7 groups
[ 1.699857] rcu: Hierarchical RCU implementation.
[ 1.700308] rcu: RCU event tracing is enabled.
[ 1.700736] rcu: RCU dyntick-idle grace-period acceleration is enabled.
[ 1.701368] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[ 1.701984] Rude variant of Tasks RCU enabled.
[ 1.702413] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 1.703125] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 1.707979] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 1.710120] GICv3: GIC: Using split EOI/Deactivate mode
[ 1.710623] GICv3: 320 SPIs implemented
[ 1.710986] GICv3: 0 Extended SPIs implemented
[ 1.711438] GICv3: Distributor has no Range Selector support
[ 1.711979] GICv3: 16 PPIs implemented
[ 1.712370] GICv3: CPU0: found redistributor 0 region 0:0x00000000fd460000
[ 1.713125] ITS [mem 0xfd440000-0xfd45ffff]
[ 1.713583] ITS@0x00000000fd440000: allocated 8192 Devices @29d0000 (indirect, esz 8, psz 64K, shr 0)
[ 1.714482] ITS@0x00000000fd440000: allocated 32768 Interrupt Collections @29e0000 (flat, esz 2, psz 64K, shr 0)
[ 1.715448] ITS: using cache flushing for cmd queue
[ 1.716282] GICv3: using LPI property table @0x00000000029f0000
[ 1.716952] GIC: using cache flushing for LPI property table
[ 1.717490] GICv3: CPU0: using allocated LPI pending table @0x0000000002a00000
[ 1.718229] rcu: Offload RCU callbacks from CPUs: (none).
[ 1.747595] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[ 1.748186] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 1.749207] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 1.751046] Console: colour dummy device 80x25
[ 1.751507] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=80000)
[ 1.752480] pid_max: default: 32768 minimum: 301
[ 1.753027] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 1.753733] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 1.755737] rcu: Hierarchical SRCU implementation.
[ 1.756841] Platform MSI: interrupt-controller@fd440000 domain created
[ 1.757947] PCI/MSI: /interrupt-controller@fd400000/interrupt-controller@fd440000 domain created
[ 1.759121] EFI services will not be available.
[ 1.759831] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
[ 1.761484] Detected VIPT I-cache on CPU1
[ 1.761517] GICv3: CPU1: found redistributor 100 region 0:0x00000000fd480000
[ 1.761535] GICv3: CPU1: using allocated LPI pending table @0x0000000002a10000
[ 1.761585] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[ 1.762848] Detected VIPT I-cache on CPU2
[ 1.762872] GICv3: CPU2: found redistributor 200 region 0:0x00000000fd4a0000
[ 1.762886] GICv3: CPU2: using allocated LPI pending table @0x0000000002a20000
[ 1.762924] CPU2: Booted secondary processor 0x0000000200 [0x412fd050]
[ 1.764135] Detected VIPT I-cache on CPU3
[ 1.764158] GICv3: CPU3: found redistributor 300 region 0:0x00000000fd4c0000
[ 1.764172] GICv3: CPU3: using allocated LPI pending table @0x0000000002a30000
[ 1.764207] CPU3: Booted secondary processor 0x0000000300 [0x412fd050]
[ 1.764296] smp: Brought up 1 node, 4 CPUs
[ 1.771711] SMP: Total of 4 processors activated.
[ 1.772165] CPU features: detected: Privileged Access Never
[ 1.772691] CPU features: detected: LSE atomic instructions
[ 1.773216] CPU features: detected: User Access Override
[ 1.773718] CPU features: detected: 32-bit EL0 Support
[ 1.774202] CPU features: detected: Common not Private translations
[ 1.774792] CPU features: detected: RAS Extension Support
[ 1.775300] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 1.776119] CPU features: detected: CRC32 instructions
[ 1.776605] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 1.777260] CPU features: detected: RCpc load-acquire (LDAPR)
[ 1.804632] CPU: All CPU(s) started at EL2
[ 1.806383] devtmpfs: initialized
[ 1.828377] Registered cp15_barrier emulation handler
[ 1.828873] Registered setend emulation handler
[ 1.829471] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 1.830425] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 1.831550] pinctrl core: initialized pinctrl subsystem
[ 1.832560] DMI not present or invalid.
[ 1.833174] NET: Registered protocol family 16
[ 1.835190] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[ 1.836001] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 1.838940] Registered FIQ tty driver
[ 1.839643] thermal_sys: Registered thermal governor 'fair_share'
[ 1.839648] thermal_sys: Registered thermal governor 'step_wise'
[ 1.840224] thermal_sys: Registered thermal governor 'user_space'
[ 1.840790] thermal_sys: Registered thermal governor 'power_allocator'
[ 1.841634] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
[ 1.843073] cpuidle: using governor menu
[ 1.843716] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 1.844477] ASID allocator initialised with 65536 entries
[ 1.847188] ramoops: dmesg-0 0x20000@0x0000000000110000
[ 1.848564] ramoops: console 0x80000@0x0000000000130000
[ 1.849073] ramoops: pmsg 0x50000@0x00000000001b0000
[ 1.849909] printk: console [ramoops-1] enabled
[ 1.850340] pstore: Registered ramoops as persistent store backend
[ 1.850924] ramoops: using 0xf0000@0x110000, ecc: 0
[ 1.890274] rockchip-gpio fdd60000.gpio0: probed /pinctrl/gpio0@fdd60000
[ 1.891365] rockchip-gpio fe740000.gpio1: probed /pinctrl/gpio1@fe740000
[ 1.892557] rockchip-gpio fe750000.gpio2: probed /pinctrl/gpio2@fe750000
[ 1.893722] rockchip-gpio fe760000.gpio3: probed /pinctrl/gpio3@fe760000
[ 1.894834] rockchip-gpio fe770000.gpio4: probed /pinctrl/gpio4@fe770000
[ 1.895577] rockchip-pinctrl pinctrl: probed pinctrl
[ 1.919656] fiq_debugger fiq_debugger.0: IRQ fiq not found
[ 1.920212] fiq_debugger fiq_debugger.0: IRQ wakeup not found
[ 1.920764] fiq_debugger_probe: could not install nmi irq handler
[[ 1.921420] printk: console [ttyFIQ0] enabled
1.921420] printk: console [ttyFIQ0] enabled
[ 1.922221] printk: bootconsole [uart8250] disabled
[ 1.922221] printk: bootconsole [uart8250] disabled
[ 1.922910] Registered fiq debugger ttyFIQ0
[ 1.923596] vcc3v3_sys: supplied by dc_12v
[ 1.923857] vcc5v0_sys: supplied by dc_12v
[ 1.924095] vcc5v0_usb: supplied by dc_12v
[ 1.924519] vcc5v0_host: supplied by vcc5v0_usb
[ 1.924970] vcc5v0_otg: supplied by vcc5v0_usb
[ 1.925567] vcc2v5-sys: supplied by vcc3v3_sys
[ 1.925819] vcc3v3_vga: supplied by vcc3v3_sys
[ 1.926073] pcie30_avdd0v9: supplied by vcc3v3_sys
[ 1.926316] pcie30_avdd1v8: supplied by vcc3v3_sys
[ 1.926671] vcc3v3_pcie: supplied by dc_12v
[ 1.926837] vcc3v3_bu: supplied by vcc5v0_sys
[ 1.928112] iommu: Default domain type: Translated
[ 1.931420] SCSI subsystem initialized
[ 1.931637] usbcore: registered new interface driver usbfs
[ 1.931679] usbcore: registered new interface driver hub
[ 1.931717] usbcore: registered new device driver usb
[ 1.931810] mc: Linux media interface: v0.10
[ 1.931839] videodev: Linux video capture interface: v2.00
[ 1.931915] pps_core: LinuxPPS API ver. 1 registered
[ 1.931923] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 1.931940] PTP clock support registered
[ 1.931978] EDAC MC: Ver: 3.0.0
[ 1.932856] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.
[ 1.932919] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0
[ 1.934767] Advanced Linux Sound Architecture Driver Initialized.
[ 1.935160] Bluetooth: Core ver 2.22
[ 1.935198] NET: Registered protocol family 31
[ 1.935206] Bluetooth: HCI device and connection manager initialized
[ 1.935220] Bluetooth: HCI socket layer initialized
[ 1.935229] Bluetooth: L2CAP socket layer initialized
[ 1.935247] Bluetooth: SCO socket layer initialized
[ 1.935670] rockchip-cpuinfo cpuinfo: SoC : 35662000
[ 1.935682] rockchip-cpuinfo cpuinfo: Serial : efdfa4c53e24272c
[ 1.936394] clocksource: Switched to clocksource arch_sys_counter
[ 2.364285] NET: Registered protocol family 2
[ 2.364457] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 2.365532] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 2.365574] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 2.365661] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 2.365856] TCP: Hash tables configured (established 16384 bind 16384)
[ 2.365968] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 2.366002] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 2.366141] NET: Registered protocol family 1
[ 2.366581] RPC: Registered named UNIX socket transport module.
[ 2.366592] RPC: Registered udp transport module.
[ 2.366598] RPC: Registered tcp transport module.
[ 2.366604] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 2.367546] PCI: CLS 0 bytes, default 64
[ 2.368202] Trying to unpack rootfs image as initramfs...
[ 2.577996] Freeing initrd memory: 6540K
[ 2.580226] rockchip-thermal fe710000.tsadc: tsadc is probed successfully!
[ 2.581235] hw perfevents: enabled with armv8_cortex_a55 PMU driver, 7 counters available
[ 2.585203] Initialise system trusted keyrings
[ 2.585344] workingset: timestamp_bits=62 max_order=19 bucket_order=0
[ 2.589409] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 2.589939] NFS: Registering the id_resolver key type
[ 2.589975] Key type id_resolver registered
[ 2.589984] Key type id_legacy registered
[ 2.590020] ntfs: driver 2.1.32 [Flags: R/O].
[ 2.590214] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 2.590482] fuse: init (API version 7.32)
[ 2.590758] SGI XFS with security attributes, no debug enabled
[ 2.621789] NET: Registered protocol family 38
[ 2.621822] Key type asymmetric registered
[ 2.621832] Asymmetric key parser 'x509' registered
[ 2.621873] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[ 2.621883] io scheduler mq-deadline registered
[ 2.621891] io scheduler kyber registered
[ 2.622565] rockchip-csi2-dphy-hw fe870000.csi2-dphy-hw: csi2 dphy hw probe successfully!
[ 2.623415] rockchip-csi2-dphy csi2-dphy0: csi2 dphy0 probe successfully!
[ 2.631873] rockchip-snps-pcie3-phy fe8c0000.phy: failed to find rockchip,pipe_grf regmap
[ 2.635139] rk-pcie 3c0800000.pcie: invalid prsnt-gpios property in node
[ 2.635528] pwm-backlight backlight: supply power not found, using dummy regulator
[ 2.635974] pwm-backlight backlight1: supply power not found, using dummy regulator
[ 2.636615] iep: Module initialized.
[ 2.636687] mpp_service mpp-srv: ea89a0945141 author: Yandong Lin 2023-12-20 video: rockchip: mpp: fix watch dog interrupt storm issue
[ 2.636698] mpp_service mpp-srv: probe start
[ 2.638637] mpp_vdpu2 fdea0400.vdpu: Adding to iommu group 1
[ 2.638821] mpp_vdpu2 fdea0400.vdpu: probe device
[ 2.639266] mpp_vdpu2 fdea0400.vdpu: probing finish
[ 2.639808] mpp_vepu2 fdee0000.vepu: Adding to iommu group 3
[ 2.639983] mpp_vepu2 fdee0000.vepu: probing start
[ 2.640369] mpp_vepu2 fdee0000.vepu: probing finish
[ 2.641016] mpp-iep2 fdef0000.iep: Adding to iommu group 4
[ 2.641182] rockchip_p3phy_rk3568_init: lock failed 0x6890000, check input refclk and power supply
[ 2.641197] mpp-iep2 fdef0000.iep: probe device
[ 2.641200] phy phy-fe8c0000.phy.9: phy init failed --> -110
[ 2.641206] rk-pcie 3c0800000.pcie: fail to init phy, err -110
[ 2.641219] rk-pcie 3c0800000.pcie: phy init failed
[ 2.641488] mpp-iep2 fdef0000.iep: allocate roi buffer failed
[ 2.641708] mpp-iep2 fdef0000.iep: probing finish
[ 2.642217] mpp_jpgdec fded0000.jpegd: Adding to iommu group 2
[ 2.642398] mpp_jpgdec fded0000.jpegd: probe device
[ 2.642855] mpp_jpgdec fded0000.jpegd: probing finish
[ 2.644380] mpp_service mpp-srv: probe success
[ 2.648948] dma-pl330 fe530000.dmac: Loaded driver for PL330 DMAC-241330
[ 2.648987] dma-pl330 fe530000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[ 2.650760] dma-pl330 fe550000.dmac: Loaded driver for PL330 DMAC-241330
[ 2.650784] dma-pl330 fe550000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[ 2.651545] rockchip-pvtm fde00000.pvtm: pvtm@0 probed
[ 2.651675] rockchip-pvtm fde80000.pvtm: pvtm@1 probed
[ 2.651779] rockchip-pvtm fde90000.pvtm: pvtm@2 probed
[ 2.652375] rockchip-system-monitor rockchip-system-monitor: system monitor probe
[ 2.653014] arm-scmi firmware:scmi: Failed. SCMI protocol 22 not active.
[ 2.653342] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[ 2.654375] fe6c0000.serial: ttyS8 at MMIO 0xfe6c0000 (irq = 78, base_baud = 1500000) is a 16550A
[ 2.656749] rockchip-vop2 fe040000.vop: Adding to iommu group 8
[ 2.666107] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x22, primary plane phy id: 5
[ 2.666152] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp1 assign plane mask: 0x15, primary plane phy id: 4
[ 2.666164] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x8, primary plane phy id: 3
[ 2.666287] rockchip-vop2 fe040000.vop: [drm:vop2_bind] Cluster1-win0 as cursor plane for vp0
[ 2.666454] rockchip-vop2 fe040000.vop: [drm:vop2_bind] Cluster0-win0 as cursor plane for vp1
[ 2.666577] [drm] failed to init overlay plane Cluster0-win1
[ 2.666586] [drm] failed to init overlay plane Cluster1-win1
[ 2.666757] rockchip-drm display-subsystem: bound fe040000.vop (ops 0xffffffc00934e2e8)
[ 2.667385] rockchip-drm display-subsystem: bound fe0c0000.edp (ops 0xffffffc00935b9f0)
[ 2.667656] dwhdmi-rockchip fe0a0000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
[ 2.668168] dwhdmi-rockchip fe0a0000.hdmi: registered DesignWare HDMI I2C bus driver
[ 2.668420] dwhdmi-rockchip fe0a0000.hdmi: IRQ index 1 not found
[ 2.668778] rockchip-drm display-subsystem: bound fe0a0000.hdmi (ops 0xffffffc00935ce78)
[ 2.668863] dw-mipi-dsi-rockchip fe060000.dsi: failed to find panel or bridge: -517
[ 2.675548] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 2.676181] brd: module loaded
[ 2.680772] loop: module loaded
[ 2.681156] zram: Added device: zram0
[ 2.681384] lkdtm: No crash points registered, enable through debugfs
[ 2.683977] ahci fc800000.sata: supply ahci not found, using dummy regulator
[ 2.684124] ahci fc800000.sata: supply phy not found, using dummy regulator
[ 2.684352] ahci fc800000.sata: supply target not found, using dummy regulator
[ 2.684474] ahci fc800000.sata: forcing port_map 0x0 -> 0x1
[ 2.684516] ahci fc800000.sata: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl platform mode
[ 2.684530] ahci fc800000.sata: flags: ncq sntf pm led clo only pmp fbs pio slum part ccc apst
[ 2.684547] ahci fc800000.sata: port 0 is not capable of FBS
[ 2.685599] scsi host0: ahci
[ 2.685863] ata1: SATA max UDMA/133 mmio [mem 0xfc800000-0xfc800fff] port 0x100 irq 19
[ 2.688258] spi-nand spi4.0: unknown raw ID 00000000
[ 2.688292] spi-nand: probe of spi4.0 failed with error -524
[ 2.690563] rk_gmac-dwmac fe010000.ethernet: IRQ eth_lpi not found
[ 2.690827] rk_gmac-dwmac fe010000.ethernet: supply phy not found, using dummy regulator
[ 2.690970] rk_gmac-dwmac fe010000.ethernet: clock input or output? (output).
[ 2.690982] rk_gmac-dwmac fe010000.ethernet: TX delay(0x4f).
[ 2.690992] rk_gmac-dwmac fe010000.ethernet: RX delay(0x26).
[ 2.691007] rk_gmac-dwmac fe010000.ethernet: integrated PHY? (no).
[ 2.691271] rk_gmac-dwmac fe010000.ethernet: init for RGMII
[ 2.691503] rk_gmac-dwmac fe010000.ethernet: User ID: 0x30, Synopsys ID: 0x51
[ 2.691518] rk_gmac-dwmac fe010000.ethernet: DWMAC4/5
[ 2.691529] rk_gmac-dwmac fe010000.ethernet: DMA HW capability register supported
[ 2.691538] rk_gmac-dwmac fe010000.ethernet: RX Checksum Offload Engine supported
[ 2.691545] rk_gmac-dwmac fe010000.ethernet: TX Checksum insertion supported
[ 2.691552] rk_gmac-dwmac fe010000.ethernet: Wake-Up On Lan supported
[ 2.691614] rk_gmac-dwmac fe010000.ethernet: TSO supported
[ 2.691624] rk_gmac-dwmac fe010000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 2.691633] rk_gmac-dwmac fe010000.ethernet: TSO feature enabled
[ 2.691641] rk_gmac-dwmac fe010000.ethernet: Using 32 bits DMA width
[ 2.827890] rk_gmac-dwmac fe2a0000.ethernet: IRQ eth_lpi not found
[ 2.828216] rk_gmac-dwmac fe2a0000.ethernet: supply phy not found, using dummy regulator
[ 2.828348] rk_gmac-dwmac fe2a0000.ethernet: clock input or output? (output).
[ 2.828361] rk_gmac-dwmac fe2a0000.ethernet: TX delay(0x3c).
[ 2.828371] rk_gmac-dwmac fe2a0000.ethernet: RX delay(0x2f).
[ 2.828385] rk_gmac-dwmac fe2a0000.ethernet: integrated PHY? (no).
[ 2.828645] rk_gmac-dwmac fe2a0000.ethernet: init for RGMII
[ 2.828837] rk_gmac-dwmac fe2a0000.ethernet: Version ID not available
[ 2.828854] rk_gmac-dwmac fe2a0000.ethernet: DWMAC4/5
[ 2.828865] rk_gmac-dwmac fe2a0000.ethernet: DMA HW capability register supported
[ 2.828874] rk_gmac-dwmac fe2a0000.ethernet: Ring mode enabled
[ 2.828884] rk_gmac-dwmac fe2a0000.ethernet: Using 32 bits DMA width
[ 2.963581] usbcore: registered new interface driver rtl8150
[ 2.963658] usbcore: registered new interface driver r8152
[ 2.975181] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.975225] ehci-pci: EHCI PCI platform driver
[ 2.975300] ehci-platform: EHCI generic platform driver
[ 2.975579] phy phy-fe8b0000.usb2-phy.4: illegal mode
[ 2.977627] ehci-platform fd800000.usb: EHCI Host Controller
[ 2.977823] ehci-platform fd800000.usb: new USB bus registered, assigned bus number 1
[ 2.977933] ehci-platform fd800000.usb: irq 20, io mem 0xfd800000
[ 2.989803] ehci-platform fd800000.usb: USB 2.0 started, EHCI 1.00
[ 2.989971] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 2.989982] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.989991] usb usb1: Product: EHCI Host Controller
[ 2.989999] usb usb1: Manufacturer: Linux 5.10.198 ehci_hcd
[ 2.990006] usb usb1: SerialNumber: fd800000.usb
[ 2.990403] hub 1-0:1.0: USB hub found
[ 2.990439] hub 1-0:1.0: 1 port detected
[ 2.993109] ehci-platform fd880000.usb: EHCI Host Controller
[ 2.993267] ehci-platform fd880000.usb: new USB bus registered, assigned bus number 2
[ 2.993380] ehci-platform fd880000.usb: irq 22, io mem 0xfd880000
[ 2.999446] ata1: SATA link down (SStatus 0 SControl 300)
[ 3.006412] ehci-platform fd880000.usb: USB 2.0 started, EHCI 1.00
[ 3.006579] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 3.006591] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.006600] usb usb2: Product: EHCI Host Controller
[ 3.006607] usb usb2: Manufacturer: Linux 5.10.198 ehci_hcd
[ 3.006614] usb usb2: SerialNumber: fd880000.usb
[ 3.007047] hub 2-0:1.0: USB hub found
[ 3.007082] hub 2-0:1.0: 1 port detected
[ 3.007767] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 3.007807] ohci-platform: OHCI generic platform driver
[ 3.008112] phy phy-fe8b0000.usb2-phy.4: illegal mode
[ 3.008132] ohci-platform fd840000.usb: Generic Platform OHCI controller
[ 3.008292] ohci-platform fd840000.usb: new USB bus registered, assigned bus number 3
[ 3.008414] ohci-platform fd840000.usb: irq 21, io mem 0xfd840000
[ 3.067205] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[ 3.067224] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.067234] usb usb3: Product: Generic Platform OHCI controller
[ 3.067242] usb usb3: Manufacturer: Linux 5.10.198 ohci_hcd
[ 3.067250] usb usb3: SerialNumber: fd840000.usb
[ 3.067637] hub 3-0:1.0: USB hub found
[ 3.067673] hub 3-0:1.0: 1 port detected
[ 3.068165] ohci-platform fd8c0000.usb: Generic Platform OHCI controller
[ 3.068316] ohci-platform fd8c0000.usb: new USB bus registered, assigned bus number 4
[ 3.068410] ohci-platform fd8c0000.usb: irq 23, io mem 0xfd8c0000
[ 3.127197] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[ 3.127217] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.127226] usb usb4: Product: Generic Platform OHCI controller
[ 3.127234] usb usb4: Manufacturer: Linux 5.10.198 ohci_hcd
[ 3.127241] usb usb4: SerialNumber: fd8c0000.usb
[ 3.127630] hub 4-0:1.0: USB hub found
[ 3.127665] hub 4-0:1.0: 1 port detected
[ 3.128918] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 3.129110] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 5
[ 3.129236] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000800002010010
[ 3.129294] xhci-hcd xhci-hcd.0.auto: irq 94, io mem 0xfd000000
[ 3.129415] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 3.129550] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 6
[ 3.129569] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 3.129706] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 3.129750] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.129760] usb usb5: Product: xHCI Host Controller
[ 3.129768] usb usb5: Manufacturer: Linux 5.10.198 xhci-hcd
[ 3.129775] usb usb5: SerialNumber: xhci-hcd.0.auto
[ 3.130183] hub 5-0:1.0: USB hub found
[ 3.130220] hub 5-0:1.0: 1 port detected
[ 3.130547] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 3.130644] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[ 3.130656] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.130665] usb usb6: Product: xHCI Host Controller
[ 3.130673] usb usb6: Manufacturer: Linux 5.10.198 xhci-hcd
[ 3.130680] usb usb6: SerialNumber: xhci-hcd.0.auto
[ 3.131025] hub 6-0:1.0: USB hub found
[ 3.131058] hub 6-0:1.0: 1 port detected
[ 3.131456] usbcore: registered new interface driver cdc_acm
[ 3.131466] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 3.131668] usbcore: registered new interface driver uas
[ 3.131752] usbcore: registered new interface driver usb-storage
[ 3.131837] usbcore: registered new interface driver usbserial_generic
[ 3.131861] usbserial: USB Serial support registered for generic
[ 3.131922] usbcore: registered new interface driver cp210x
[ 3.131945] usbserial: USB Serial support registered for cp210x
[ 3.132004] usbcore: registered new interface driver ftdi_sio
[ 3.132027] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 3.132142] usbcore: registered new interface driver keyspan
[ 3.132170] usbserial: USB Serial support registered for Keyspan - (without firmware)
[ 3.132193] usbserial: USB Serial support registered for Keyspan 1 port adapter
[ 3.132214] usbserial: USB Serial support registered for Keyspan 2 port adapter
[ 3.132233] usbserial: USB Serial support registered for Keyspan 4 port adapter
[ 3.132281] usbcore: registered new interface driver option
[ 3.132305] usbserial: USB Serial support registered for GSM modem (1-port)
[ 3.132460] usbcore: registered new interface driver oti6858
[ 3.132483] usbserial: USB Serial support registered for oti6858
[ 3.132524] usbcore: registered new interface driver pl2303
[ 3.132547] usbserial: USB Serial support registered for pl2303
[ 3.132594] usbcore: registered new interface driver qcserial
[ 3.132617] usbserial: USB Serial support registered for Qualcomm USB modem
[ 3.132672] usbcore: registered new interface driver sierra
[ 3.132695] usbserial: USB Serial support registered for Sierra USB modem
[ 3.133895] usbcore: registered new interface driver usbtouchscreen
[ 3.134321] .. rk pwm remotectl v2.0 init
[ 3.134556] input: fe6e0030.pwm as /devices/platform/fe6e0030.pwm/input/input0
[ 3.134906] remotectl-pwm fe6e0030.pwm: pwm version is 0x2130000
[ 3.134957] remotectl-pwm fe6e0030.pwm: Controller support pwrkey capture
[ 3.135510] i2c /dev entries driver
[ 3.136758] fan53555-regulator 0-001c: Failed to get chip ID!
[ 3.139285] rk808 0-0020: chip id: 0x8090
[ 3.139345] rk808 0-0020: No cache defaults, reading back from HW
[ 3.163032] rk808 0-0020: source: on=0x10, off=0x00
[ 3.163075] rk808 0-0020: support dcdc3 fb mode:-22, 1
[ 3.163087] rk808 0-0020: support pmic reset mode:0,0
[ 3.168518] rk808-regulator rk808-regulator: there is no dvs0 gpio
[ 3.168563] rk808-regulator rk808-regulator: there is no dvs1 gpio
[ 3.168979] vdd_logic: supplied by vcc3v3_sys
[ 3.170003] vdd_gpu: supplied by vcc3v3_sys
[ 3.170592] vcc_ddr: supplied by vcc3v3_sys
[ 3.171182] vdd_npu: supplied by vcc3v3_sys
[ 3.172111] vcc_1v8: supplied by vcc3v3_sys
[ 3.172676] vdda0v9_image: supplied by vcc3v3_sys
[ 3.174112] vdda_0v9: supplied by vcc3v3_sys
[ 3.175208] vdda0v9_pmu: supplied by vcc3v3_sys
[ 3.176287] vccio_acodec: supplied by vcc3v3_sys
[ 3.177714] vccio_sd: supplied by vcc3v3_sys
[ 3.178799] vcc3v3_pmu: supplied by vcc3v3_sys
[ 3.180253] vcca_1v8: supplied by vcc3v3_sys
[ 3.181361] vcca1v8_pmu: supplied by vcc3v3_sys
[ 3.182441] vcca1v8_image: supplied by vcc3v3_sys
[ 3.183889] vcc_3v3: supplied by vcc3v3_sys
[ 3.184798] vcc3v3_sd: supplied by vcc3v3_sys
[ 3.185354] rk817-battery: Failed to locate of_node [id: -1]
[ 3.185507] rk817-battery rk817-battery: Failed to find matching dt id
[ 3.185647] rk817-charger: Failed to locate of_node [id: -1]
[ 3.185742] rk817-charger rk817-charger: Failed to find matching dt id
[ 3.188764] input: rk805 pwrkey as /devices/platform/fdd40000.i2c/i2c-0/0-0020/rk805-pwrkey/input/input1
[ 3.194888] rk808-rtc rk808-rtc: registered as rtc0
[ 3.196613] rk808-rtc rk808-rtc: setting system clock to 2022-08-07T16:54:13 UTC (1659891253)
[ 3.200010] <<GTP-INF>>[gt1x_ts_probe:560] GTP Driver Version: V1.4<2015/07/10>
[ 3.200049] <<GTP-INF>>[gt1x_ts_probe:561] GTP I2C Address: 0x14
[ 3.200117] <<GTP-ERR>>[gt1x_parse_dt:341] vdd_ana not specified, fallback to power-supply
[ 3.200253] <<GTP-INF>>[gt1x_parse_dt:348] Power Invert,no
[ 3.200333] <<GTP-INF>>[gt1x_reset_guitar:788] GTP RESET!
[ 3.201636] i2c i2c-4: 1 i2c clients have been registered at 0x36
[ 3.205139] rockchip-mipi-csi2-hw fdfb0000.mipi-csi2-hw: enter mipi csi2 hw probe!
[ 3.205319] rockchip-mipi-csi2-hw fdfb0000.mipi-csi2-hw: probe success, v4l2_dev:mipi-csi2-hw!
[ 3.206470] rkisp_hw fdff0000.rkisp: Adding to iommu group 7
[ 3.206676] rkisp_hw fdff0000.rkisp: is_thunderboot: 0
[ 3.206709] rkisp_hw fdff0000.rkisp: can't request region for resource [mem 0xfdff0000-0xfdffffff]
[ 3.206738] rkisp_hw fdff0000.rkisp: max input:0x0@0fps
[ 3.206889] rkisp_hw fdff0000.rkisp: no find phandle sram
[ 3.207393] rkisp rkisp-vir0: rkisp driver version: v02.04.00
[ 3.207545] rkisp rkisp-vir0: No memory-region-thunderboot specified
[ 3.207746] rkisp rkisp-vir0: Entity type for entity rkisp-isp-subdev was not initialized!
[ 3.207767] rkisp rkisp-vir0: Entity type for entity rkisp-csi-subdev was not initialized!
[ 3.210389] usbcore: registered new interface driver uvcvideo
[ 3.210407] USB Video Class driver (1.1.1)
[ 3.212050] Bluetooth: HCI UART driver ver 2.3
[ 3.212068] Bluetooth: HCI UART protocol H4 registered
[ 3.212075] Bluetooth: HCI UART protocol ATH3K registered
[ 3.212143] usbcore: registered new interface driver bfusb
[ 3.212191] usbcore: registered new interface driver btusb
[ 3.213087] cpu cpu0: bin=0
[ 3.213152] cpu cpu0: leakage=29
[ 3.213196] cpu cpu0: pvtm = 87290, from nvmem
[ 3.213212] cpu cpu0: pvtm-volt-sel=2
[ 3.213263] cpu cpu0: soc version=0, speed=2
[ 3.215246] sdhci: Secure Digital Host Controller Interface driver
[ 3.215266] sdhci: Copyright(c) Pierre Ossman
[ 3.215273] Synopsys Designware Multimedia Card Interface Driver
[ 3.216053] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.216557] dwmmc_rockchip fe000000.dwmmc: No normal pinctrl state
[ 3.216577] dwmmc_rockchip fe000000.dwmmc: No idle pinctrl state
[ 3.216695] dwmmc_rockchip fe000000.dwmmc: IDMAC supports 32-bit address mode.
[ 3.216728] dwmmc_rockchip fe000000.dwmmc: Using internal DMA controller.
[ 3.216741] dwmmc_rockchip fe000000.dwmmc: Version ID is 270a
[ 3.216788] dwmmc_rockchip fe2b0000.dwmmc: No normal pinctrl state
[ 3.216797] dwmmc_rockchip fe000000.dwmmc: DW MMC controller at irq 54,32 bit host data width,256 deep fifo
[ 3.216807] dwmmc_rockchip fe2b0000.dwmmc: No idle pinctrl state
[ 3.216919] dwmmc_rockchip fe2b0000.dwmmc: IDMAC supports 32-bit address mode.
[ 3.216943] dwmmc_rockchip fe2b0000.dwmmc: Using internal DMA controller.
[ 3.216955] dwmmc_rockchip fe2b0000.dwmmc: Version ID is 270a
[ 3.216997] dwmmc_rockchip fe2b0000.dwmmc: DW MMC controller at irq 63,32 bit host data width,256 deep fifo
[ 3.217190] dwmmc_rockchip fe000000.dwmmc: allocated mmc-pwrseq
[ 3.217205] mmc_host mmc3: card is non-removable.
[ 3.218407] arm-scmi firmware:scmi: Failed. SCMI protocol 17 not active.
[ 3.218507] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 3.219465] cryptodev: driver 1.12 loaded.
[ 3.219527] hid: raw HID events driver (C) Jiri Kosina
[ 3.219865] usbcore: registered new interface driver usbhid
[ 3.219874] usbhid: USB HID core driver
[ 3.225081] usbcore: registered new interface driver snd-usb-audio
[ 3.227275] rk817-codec rk817-codec: DMA mask not set
[ 3.227812] rk817_codec_parse_dt_property: rk809 have no io-channels defined
[ 3.227832] invalid rk817->hp_det_gpio: -2
[ 3.227844] invalid gpio: -2
[ 3.230073] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
[ 3.234880] rk-multicodecs rk809-sound: Failed to get ADC channel
[ 3.235080] rk-multicodecs rk809-sound: ASoC: Property 'rockchip,audio-routing' does not exist or its length is not even
[ 3.236246] rk817-codec rk817-codec: rk817_probe: chip_name:0x80, chip_ver:0x94
[ 3.243494] input: rockchip-rk809 Headset as /devices/platform/rk809-sound/sound/card0/input2
[ 3.244686] Initializing XFRM netlink socket
[ 3.245108] NET: Registered protocol family 10
[ 3.245847] Segment Routing with IPv6
[ 3.245913] NET: Registered protocol family 17
[ 3.245936] NET: Registered protocol family 15
[ 3.246066] Bluetooth: RFCOMM socket layer initialized
[ 3.246102] Bluetooth: RFCOMM ver 1.11
[ 3.246116] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 3.246128] Bluetooth: HIDP socket layer initialized
[ 3.246173] [BT_RFKILL]: Enter rfkill_rk_init
[ 3.246182] [WLAN_RFKILL]: Enter rfkill_wlan_init
[ 3.246855] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[ 3.246908] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6398s
[ 3.246917] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[ 3.246924] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
[ 3.246947] [WLAN_RFKILL]: wlan_platdata_parse_dt: WIFI,poweren_gpio = 125 flags = 0.
[ 3.246968] [WLAN_RFKILL]: wlan_platdata_parse_dt: WIFI,host_wake_irq = 124, flags = 0.
[ 3.246980] [WLAN_RFKILL]: wlan_platdata_parse_dt: The ref_wifi_clk not found !
[ 3.246987] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[ 3.246994] [WLAN_RFKILL]: rfkill_set_wifi_bt_power: 1
[ 3.247002] [WLAN_RFKILL]: Exit rfkill_wlan_probe
[ 3.247783] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 73.
[ 3.247812] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 96.
[ 3.247826] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 98.
[ 3.247839] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 97.
[ 3.247901] [BT_RFKILL]: Request irq for bt wakeup host
[ 3.247997] [BT_RFKILL]: ** disable irq
[ 3.248090] [BT_RFKILL]: bt_default device registered.
[ 3.248218] Key type dns_resolver registered
[ 3.249163] mmc0: SDHCI controller on fe310000.sdhci [fe310000.sdhci] using ADMA
[ 3.249365] os04a10 4-0036: driver version: 00.01.05
[ 3.249384] os04a10 4-0036: Get hdr mode failed! no hdr default
[ 3.249404] os04a10 4-0036: detect os04a10 lane 4
[ 3.249551] os04a10 4-0036: could not get default pinstate
[ 3.249561] os04a10 4-0036: could not get sleep pinstate
[ 3.249606] os04a10 4-0036: supply avdd not found, using dummy regulator
[ 3.249805] os04a10 4-0036: supply dovdd not found, using dummy regulator
[ 3.249857] os04a10 4-0036: supply dvdd not found, using dummy regulator
[ 3.286006] mmc0: Host Software Queue enabled
[ 3.286040] mmc0: new HS200 MMC card at address 0001
[ 3.286766] mmcblk0: mmc0:0001 AJTD4R 14.6 GiB
[ 3.287004] mmcblk0boot0: mmc0:0001 AJTD4R partition 1 4.00 MiB
[ 3.287266] mmcblk0boot1: mmc0:0001 AJTD4R partition 2 4.00 MiB
[ 3.287524] mmcblk0rpmb: mmc0:0001 AJTD4R partition 3 4.00 MiB, chardev (236:0)
[ 3.289751] os04a10 4-0036: Unexpected sensor id(000000), ret(-5)
[ 3.290682] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8
[ 3.293529] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-6)
[ 3.293570] <<GTP-ERR>>[gt1x_init:2319] Reset guitar failed!
[ 3.293578] <<GTP-INF>>[gt1x_reset_guitar:788] GTP RESET!
[ 3.321735] ov5695 4-0036-1: driver version: 00.01.04
[ 3.321868] ov5695 4-0036-1: supply avdd not found, using dummy regulator
[ 3.322011] ov5695 4-0036-1: supply dovdd not found, using dummy regulator
[ 3.322081] ov5695 4-0036-1: supply dvdd not found, using dummy regulator
[ 3.323161] ov5695 4-0036-1: Unexpected sensor id(000000), ret(-5)
[ 3.323841] gc8034 4-0037: driver version: 00.01.09
[ 3.323880] gc8034 4-0037: Failed to get power-gpios, maybe no use
[ 3.323951] gc8034 4-0037: supply dovdd not found, using dummy regulator
[ 3.324064] gc8034 4-0037: supply dvdd not found, using dummy regulator
[ 3.324114] gc8034 4-0037: supply avdd not found, using dummy regulator
[ 3.324157] gc8034 4-0037: lane_num(4) pixel_rate(319887360)
[ 3.324173] gc8034 4-0037: could not get default pinstate
[ 3.324181] gc8034 4-0037: could not get sleep pinstate
[ 3.336627] gc8034 4-0037: gc8034 read reg:0xf0 failed !
[ 3.336852] gc8034 4-0037: gc8034 read reg:0xf1 failed !
[ 3.336865] gc8034 4-0037: Unexpected sensor id(000000), ret(-6)
[ 3.337750] Loading compiled-in X.509 certificates
[ 3.339194] pstore: Using crash dump compression: deflate
[ 3.340423] rga: rga2, irq = 31, match scheduler
[ 3.340933] rga: rga2 hardware loaded successfully, hw_version:3.2.63318.
[ 3.340965] rga: rga2 probe successfully
[ 3.341300] rga_iommu: IOMMU binding successfully, default mapping core[0x4]
[ 3.341557] rga: Module initialized. v1.3.1
[ 3.355356] vendor storage:20190527 ret = 0
[ 3.386801] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-6)
[ 3.386835] <<GTP-ERR>>[gt1x_init:2319] Reset guitar failed!
[ 3.386844] <<GTP-INF>>[gt1x_reset_guitar:788] GTP RESET!
[ 3.433465] mmc_host mmc3: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
[ 3.447118] mpp_rkvenc fdf40000.rkvenc: Adding to iommu group 5
[ 3.447352] mpp_rkvenc fdf40000.rkvenc: probing start
[ 3.447823] mpp_rkvenc fdf40000.rkvenc: bin=0
[ 3.447852] mpp_rkvenc fdf40000.rkvenc: Failed to get leakage
[ 3.447904] mpp_rkvenc fdf40000.rkvenc: pvtm = 87290, from nvmem
[ 3.447919] mpp_rkvenc fdf40000.rkvenc: pvtm-volt-sel=1
[ 3.448100] mpp_rkvenc fdf40000.rkvenc: avs=0
[ 3.448219] mpp_rkvenc fdf40000.rkvenc: failed to find power_model node
[ 3.448231] mpp_rkvenc fdf40000.rkvenc: failed to initialize power model
[ 3.448239] mpp_rkvenc fdf40000.rkvenc: failed to get dynamic-coefficient
[ 3.448975] mpp_rkvenc fdf40000.rkvenc: probing finish
[ 3.449368] mpp_rkvdec2 fdf80200.rkvdec: Adding to iommu group 6
[ 3.449586] mpp_rkvdec2 fdf80200.rkvdec: rkvdec, probing start
[ 3.449981] mpp_rkvdec2 fdf80200.rkvdec: shared_niu_a is not found!
[ 3.449994] rkvdec2_init:1022: No niu aclk reset resource define
[ 3.450004] mpp_rkvdec2 fdf80200.rkvdec: shared_niu_h is not found!
[ 3.450010] rkvdec2_init:1025: No niu hclk reset resource define
[ 3.450221] mpp_rkvdec2 fdf80200.rkvdec: bin=0
[ 3.450329] mpp_rkvdec2 fdf80200.rkvdec: leakage=54
[ 3.450344] mpp_rkvdec2 fdf80200.rkvdec: leakage-volt-sel=0
[ 3.450383] mpp_rkvdec2 fdf80200.rkvdec: pvtm = 87290, from nvmem
[ 3.450395] mpp_rkvdec2 fdf80200.rkvdec: pvtm-volt-sel=1
[ 3.450560] mpp_rkvdec2 fdf80200.rkvdec: avs=0
[ 3.450685] mpp_rkvdec2 fdf80200.rkvdec: failed to find power_model node
[ 3.450697] mpp_rkvdec2 fdf80200.rkvdec: failed to initialize power model
[ 3.450706] mpp_rkvdec2 fdf80200.rkvdec: failed to get dynamic-coefficient
[ 3.450829] mpp_rkvdec2 fdf80200.rkvdec: sram_start 0x00000000fdcc0000
[ 3.450840] mpp_rkvdec2 fdf80200.rkvdec: rcb_iova 0x0000000010000000
[ 3.450848] mpp_rkvdec2 fdf80200.rkvdec: sram_size 45056
[ 3.450855] mpp_rkvdec2 fdf80200.rkvdec: rcb_size 65536
[ 3.450864] mpp_rkvdec2 fdf80200.rkvdec: min_width 512
[ 3.450916] mpp_rkvdec2 fdf80200.rkvdec: link mode probe finish
[ 3.450986] mpp_rkvdec2 fdf80200.rkvdec: probing finish
[ 3.452318] mali fde60000.gpu: Kernel DDK version g18p0-01eac0
[ 3.452744] rockchip-dmc dmc: bin=0
[ 3.452848] rockchip-dmc dmc: leakage=54
[ 3.452865] rockchip-dmc dmc: leakage-volt-sel=0
[ 3.452900] mali fde60000.gpu: bin=0
[ 3.452921] rockchip-dmc dmc: pvtm = 87290, from nvmem
[ 3.452937] rockchip-dmc dmc: pvtm-volt-sel=1
[ 3.452953] mali fde60000.gpu: leakage=8
[ 3.452956] rockchip-dmc dmc: soc version=0, speed=1
[ 3.453000] mali fde60000.gpu: pvtm = 87290, from nvmem
[ 3.453017] mali fde60000.gpu: pvtm-volt-sel=2
[ 3.453031] mali fde60000.gpu: soc version=0, speed=2
[ 3.453160] rockchip-dmc dmc: avs=0
[ 3.453181] rockchip-dmc dmc: current ATF version 0x102
[ 3.453578] mali fde60000.gpu: avs=0
[ 3.453601] W : [File] : drivers/gpu/arm/bifrost/platform/rk/mali_kbase_config_rk.c; [Line] : 143; [Func] : kbase_platform_rk_init(); power-off-delay-ms not available.
[ 3.453956] rockchip-dmc dmc: normal_rate = 780000000
[ 3.453970] rockchip-dmc dmc: reboot_rate = 1560000000
[ 3.453979] rockchip-dmc dmc: suspend_rate = 324000000
[ 3.453987] rockchip-dmc dmc: video_4k_rate = 780000000
[ 3.453996] rockchip-dmc dmc: video_4k_10b_rate = 780000000
[ 3.454004] rockchip-dmc dmc: boost_rate = 1560000000
[ 3.454012] rockchip-dmc dmc: fixed_rate(isp|cif0|cif1|dualview) = 1560000000
[ 3.454020] rockchip-dmc dmc: performance_rate = 1560000000
[ 3.454043] rockchip-dmc dmc: failed to get vop pn to msch rl
[ 3.454056] mali fde60000.gpu: GPU identified as 0x2 arch 7.4.0 r1p0 status 0
[ 3.454144] mali fde60000.gpu: No priority control manager is configured
[ 3.454222] rockchip-dmc dmc: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
[ 3.454421] mali fde60000.gpu: No memory group manager is configured
[ 3.454831] rockchip-dmc dmc: could not find power_model node
[ 3.456356] mali fde60000.gpu: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
[ 3.457010] rockchip-iodomain fdc20000.syscon:io-domains: pmuio2(3300000 uV) supplied by vcc3v3_pmu
[ 3.457218] rockchip-iodomain fdc20000.syscon:io-domains: vccio1(3000000 uV) supplied by vccio_acodec
[ 3.457453] rockchip-iodomain fdc20000.syscon:io-domains: vccio3(3300000 uV) supplied by vccio_sd
[ 3.457634] rockchip-iodomain fdc20000.syscon:io-domains: vccio4(3300000 uV) supplied by vcc_3v3
[ 3.457739] rockchip-iodomain fdc20000.syscon:io-domains: vccio5(3300000 uV) supplied by vcc_3v3
[ 3.457806] rockchip-iodomain fdc20000.syscon:io-domains: vccio6(3300000 uV) supplied by vcc_3v3
[ 3.457871] rockchip-iodomain fdc20000.syscon:io-domains: vccio7(3300000 uV) supplied by vcc_3v3
[ 3.458044] mali fde60000.gpu: Probed as mali0
[ 3.462994] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x22, primary plane phy id: 5
[ 3.463021] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp1 assign plane mask: 0x15, primary plane phy id: 4
[ 3.463033] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x8, primary plane phy id: 3
[ 3.463264] rockchip-vop2 fe040000.vop: [drm:vop2_bind] Cluster1-win0 as cursor plane for vp0
[ 3.463396] rockchip-vop2 fe040000.vop: [drm:vop2_bind] Cluster0-win0 as cursor plane for vp1
[ 3.463546] [drm] failed to init overlay plane Cluster0-win1
[ 3.463556] [drm] failed to init overlay plane Cluster1-win1
[ 3.463738] rockchip-drm display-subsystem: bound fe040000.vop (ops 0xffffffc00934e2e8)
[ 3.464900] rockchip-drm display-subsystem: bound fe0c0000.edp (ops 0xffffffc00935b9f0)
[ 3.465181] dwhdmi-rockchip fe0a0000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
[ 3.466067] dwhdmi-rockchip fe0a0000.hdmi: registered DesignWare HDMI I2C bus driver
[ 3.466729] dwhdmi-rockchip fe0a0000.hdmi: IRQ index 1 not found
[ 3.467866] input: hdmi_cec_key as /devices/platform/fe0a0000.hdmi/dw-hdmi-cec.5.auto/input/input3
[ 3.468868] rockchip-drm display-subsystem: bound fe0a0000.hdmi (ops 0xffffffc00935ce78)
[ 3.469037] rockchip-drm display-subsystem: bound fe060000.dsi (ops 0xffffffc00935e7d0)
[ 3.471713] rockchip-drm display-subsystem: route-edp: failed to get logo,offset
[ 3.507154] rockchip-vop2 fe040000.vop: [drm:vop2_isr] *ERROR* POST_BUF_EMPTY irq err at vp1
[ 3.518113] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-6)
[ 3.518149] <<GTP-ERR>>[gt1x_init:2319] Reset guitar failed!
[ 3.518158] <<GTP-INF>>[gt1x_reset_guitar:788] GTP RESET!
[ 3.543128] usb 3-1: new full-speed USB device number 2 using ohci-platform
[ 3.559594] rockchip-dp fe0c0000.edp: failed to get hpd plug in status
[ 3.651673] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-6)
[ 3.651694] <<GTP-ERR>>[gt1x_init:2319] Reset guitar failed!
[ 3.651701] <<GTP-INF>>[gt1x_reset_guitar:788] GTP RESET!
[ 3.676482] mmc_host mmc3: Bus speed (slot 0) = 375000Hz (slot req 375000Hz, actual 375000HZ div = 0)
[ 3.736884] rockchip-dp fe0c0000.edp: failed to get hpd plug in status
[ 3.742027] rockchip-drm display-subsystem: [drm] fb0: rockchipdrmfb frame buffer device
[ 3.743068] [drm] Initialized rockchip 3.0.0 20140818 for display-subsystem on minor 0
[ 3.743657] input: adc-keys as /devices/platform/adc-keys/input/input4
[ 3.752546] RKNPU fde40000.npu: Adding to iommu group 0
[ 3.753045] RKNPU fde40000.npu: RKNPU: rknpu iommu is enabled, using iommu mode
[ 3.753395] RKNPU fde40000.npu: can't request region for resource [mem 0xfde40000-0xfde4ffff]
[ 3.753998] [drm] Initialized rknpu 0.9.3 20231121 for fde40000.npu on minor 1
[ 3.754604] RKNPU fde40000.npu: bin=0
[ 3.754660] RKNPU fde40000.npu: leakage=4
[ 3.754700] RKNPU fde40000.npu: pvtm = 87290, from nvmem
[ 3.754718] RKNPU fde40000.npu: pvtm-volt-sel=2
[ 3.754734] RKNPU fde40000.npu: soc version=0, speed=2
[ 3.755313] RKNPU fde40000.npu: avs=0
[ 3.755486] RKNPU fde40000.npu: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
[ 3.756011] RKNPU fde40000.npu: failed to find power_model node
[ 3.756025] RKNPU fde40000.npu: RKNPU: failed to initialize power model
[ 3.756033] RKNPU fde40000.npu: RKNPU: failed to get dynamic-coefficient
[ 3.757133] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 3.763131] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 3.765086] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 406; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '', rk_ko_ver is '5', built at '00:56:26', on 'Jul 25 2025'.
[ 3.765548] Mali:
[ 3.765551] Mali device driver loaded
[ 3.765579] rkisp rkisp-vir0: clear unready subdev num: 3
[ 3.765794] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 3.765808] cfg80211: failed to load regulatory.db
[ 3.766203] rkisp-vir0: update sensor failed
[ 3.768214] vÏ
[ 3.774529] usb 3-1: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
[ 3.774550] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.774560] usb 3-1: Product: USB Receiver
[ 3.774568] usb 3-1: Manufacturer: Logitech
[ 3.783435] input: Logitech USB Receiver as /devices/platform/fd840000.usb/usb3/3-1/3-1:1.0/0003:046D:C534.0001/input/input5
[ 3.785369] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-6)
[ 3.785392] <<GTP-ERR>>[gt1x_init:2319] Reset guitar failed!
[ 3.785400] <<GTP-ERR>>[gt1x_init:2345] Init failed, use default setting
[ 3.840514] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-fd840000.usb-1/input0
[ 3.845995] input: Logitech USB Receiver Mouse as /devices/platform/fd840000.usb/usb3/3-1/3-1:1.1/0003:046D:C534.0002/input/input6
[ 3.870375] <<GTP-ERR>>[_do_i2c_read:390] I2c Transfer error! (-6)
[ 3.870400] <<GTP-ERR>>[gt1x_get_chip_type:895] I2c communication error.
[ 3.870409] <<GTP-ERR>>[gt1x_init:2355] Get chip type failed!