User:Brendlefly62/Rockchip RK3588S OrangePi 5B/Getting to Know the Board

From Gentoo Wiki
Jump to:navigation Jump to:search

Learn from Others

It may be instructive to see what developers of other distributions have built "under the hood" when they put together the images available to download for this SBC...

(Optional) One can look at what Debian has "under the hood" by employing techniques similar to those described at this article about the original Tinkerboard S -- see what Debian has under the hood

Note: the above-referenced article explains how to retrieve and install downloaded OS images using a number of available tools.

(Preferred) Do a custom-built Armbian installation

It is possible to use a procedure identical to that outlined above with Armbian, using their bespoke image for the OrangePi 5/5b. It can be found at this link. Such a generic arm64 image will likely work, but a better recommendation, which may also be more instructiv,e is to build Armbian from scratch --

  • Armbian Build Sources are available on GitHub
  • The author found this YouTube video very easy to follow -- How to Compile Armbian: Step-by-Step Tutorial for Beginners The armbian/build build script is very impressive, but it is only "supported" on Ubuntu 64
    • Pre-requisites:
      • 64 bit Host computer
      • Linux or windows running VirtualBox if this isn't an Ubuntu 64 system
      • An SD card reader in (or connected to, via e.g. USB) the host system
      • Install Ubuntu on Virtualbox
Note
The author used a Windows 11 PC to install VirtualBox and then installed Ubuntu inside VirtualBox using an installation CDROM .iso file image, as outlined in the video

(and/or) Retrieve armbian/build sources

user $sudo apt-get update
user $sudo apt-get upgrade
user $sudo apt-get -y install git
user $git clone --depth=1 --branch=main https://github.com/armbian/build
user $cd build
  • Run the "compile.sh" script
user $compile.sh

From the "output/images/" directory, copy the resulting armbian-image-file and flash it to eMMC or micro SD as described above.

Note
There is an explanation near then end of the youTube video referenced above regarding how to copy the image file from inside the virtualbox environment to the host PC system, from whence it can be written to media (MicroSD card).

Study System Information

Console information from u-boot will be available via whichever UART serial port is configured (for the bootloader) to provide serial console support.

Note
The serial port configuration may be compiled-into a boot script (boot.cmd --> boot.scr), or the boot script can be configured to get that information from a uEnv.txt file.  This article's author uses joetooEnv.txt for that purpose.

Pre-built Debian, and Android images pre-configure the serial port for the board on stty2 and their default baud rate is evidently set to 115200.  However, the custom-built Armbian u-boot and kernel serial console (also on stty2) will default to 15000000 baud. This can be reconfigured post-build, using boot.cmd/boot.scr and/or joetooEnv.txt modification.  

The user might have to edit /boot/boot.cmd and then recompile /boot/boot.scr using the mkimage tool.
Study u-boot serial console output --
(Armbian-built u-boot)(console output)
DDR Version V1.08 20220617
LPDDR4X, 2112MHz
channel[0] BW=16 Col=10 Bk=8 CS0 Row=17 CS1 Row=17 CS=2 Die BW=8 Size=4096MB
channel[1] BW=16 Col=10 Bk=8 CS0 Row=17 CS1 Row=17 CS=2 Die BW=8 Size=4096MB
channel[2] BW=16 Col=10 Bk=8 CS0 Row=17 CS1 Row=17 CS=2 Die BW=8 Size=4096MB
channel[3] BW=16 Col=10 Bk=8 CS0 Row=17 CS1 Row=17 CS=2 Die BW=8 Size=4096MB
Manufacturer ID:0x6
CH0 RX Vref:30.7%, TX Vref:21.8%,21.8%
CH1 RX Vref:30.7%, TX Vref:20.8%,19.8%
CH2 RX Vref:30.7%, TX Vref:20.8%,19.8%
CH3 RX Vref:30.7%, TX Vref:20.8%,20.8%
change to F1: 528MHz
change to F2: 1068MHz
change to F3: 1560MHz
change to F0: 2112MHz
out
U-Boot SPL board init
U-Boot SPL 2017.09-gc060f28d70-220414 #zyf (Apr 18 2022 - 18:13:34)
Failed to set cpub01
Failed to set cpub23
unknown raw ID phN
unrecognized JEDEC id bytes: 00, 00, 00
Trying to boot from MMC2
spl: partition error
Trying fit image at 0x4000 sector
## Verified-boot: 0
## Checking atf-1 0x00040000 ... sha256(2e8446f969...) + OK
## Checking uboot 0x00200000 ... sha256(ffecf846df...) + OK
## Checking fdt 0x00349698 ... sha256(bcb1d629f4...) + OK
## Checking atf-2 0xff100000 ... sha256(9f75e6ec37...) + OK
## Checking atf-3 0x000f0000 ... sha256(c80587de50...) + OK
Jumping to U-Boot(0x00200000) via ARM Trusted Firmware(0x00040000)
Total: 317.930 ms

INFO:    Preloader serial: 2
NOTICE:  BL31: v2.3():v2.3-662-g4acbe711b-dirty:finley.xiao, fwver: v1.44
NOTICE:  BL31: Built : 16:44:24, Nov  7 2023
INFO:    spec: 0x13
INFO:    code: 0x88
INFO:    ext 32k is valid
INFO:    ddr: stride-en 4CH
INFO:    GICv3 without legacy support detected.
INFO:    ARM GICv3 driver initialized in EL3
INFO:    valid_cpu_msk=0xff bcore0_rst = 0x0, bcore1_rst = 0x0
INFO:    l3 cache partition cfg-0
INFO:    system boots from cpu-hwid-0
INFO:    idle_st=0x21fff, pd_st=0x11fff9, repair_st=0xfff70001
ERROR:   dfs get fsp_params[0] error, 0xfead0001 != 0xfead0004
ERROR:   dfs get fsp_params[1] error, 0xa54 != 0xfead0004
ERROR:   dfs get fsp_params[2] error, 0xbc != 0xfead0004
ERROR:   dfs get fsp_params[3] error, 0x3f0033 != 0xfead0004
ERROR:   loader&trust unmatch!!! Please update loader if need enable dmc
ERROR:   current trust bl31 need match with loader ddr bin V1.13 or newer
ERROR:   current loader need match with trust bl31 V1.07-V1.37
INFO:    BL31: Initialising Exception Handling Framework
INFO:    BL31: Initializing runtime services
WARNING: No OPTEE provided by BL2 boot loader, Booting device without OPTEE initialization. SMC`s destined for OPTEE will return SMC_UNK
ERROR:   Error initializing runtime service opteed_fast
INFO:    BL31: Preparing for EL3 exit to normal world
INFO:    Entry point address = 0x200000
INFO:    SPSR = 0x3c9


U-Boot 2017.09-armbian (May 07 2024 - 10:44:09 +0000)

Model: Orange Pi 5
PreSerial: 2, raw, 0xfeb50000
DRAM:  15.7 GiB
Sysmem: init
Relocation Offset: eda2d000
Relocation fdt: eb9f9348 - eb9fecb0
CR: M/C/I
Using default environment

no mmc device at slot 1
mmc@fe2c0000: 0, mmc@fe2e0000: 1 (eMMC)
Bootdev(atags): mmc 1
MMC1: HS200, 200Mhz
PartType: EFI
DM: v2
boot mode: recovery (misc)
boot mode: None
Model: Orange Pi 5
CLK: (sync kernel. arm: enter 1008000 KHz, init 1008000 KHz, kernel 0N/A)
  b0pll 24000 KHz
  b1pll 24000 KHz
  lpll 24000 KHz
  v0pll 24000 KHz
  aupll 24000 KHz
  cpll 1500000 KHz
  gpll 1188000 KHz
  npll 24000 KHz
  ppll 1100000 KHz
  aclk_center_root 702000 KHz
  pclk_center_root 100000 KHz
  hclk_center_root 396000 KHz
  aclk_center_low_root 500000 KHz
  aclk_top_root 750000 KHz
  pclk_top_root 100000 KHz
  aclk_low_top_root 396000 KHz
Net:   No ethernet found.
Hit key to stop autoboot('CTRL+C'):  0
switch to partitions #0, OK
mmc0 is current device
mmc@fe2c0000: 0 (SD)
mmc@fe2e0000: 1 (eMMC)
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...

Study the output of dmesg --

The output of dmesg will have valuable information about hardware and associated drivers. Output below comes from booting a custom cross-compiled kernel seeded with the same .config file resulting from the Armbian build process described above. (to do: replace expandable text with pure-Armbian kernel dmesg)

root # dmesg
[    4.258653] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[    4.258680] Linux version 6.1.43-vendor-rk35xx (armbian@next) (aarch64-linux-gnu-gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #1 SMP Wed Jul 10 05:57:33 EDT 2024
[    4.265187] Machine model: Orange Pi 5B
[    4.265245] Malformed early option 'earlycon'
[    4.265344] efi: UEFI not found.
[    4.268175] OF: fdt: Reserved memory: failed to reserve memory for node 'drm-logo@00000000': base 0x0000000000000000, size 0 MiB
[    4.268194] OF: fdt: Reserved memory: failed to reserve memory for node 'drm-cubic-lut@00000000': base 0x0000000000000000, size 0 MiB
[    4.268286] Reserved memory: created CMA memory pool at 0x0000000010000000, size 256 MiB
[    4.268292] OF: reserved mem: initialized node cma, compatible id shared-dma-pool
[    4.527341] Zone ranges:
[    4.527348]   DMA      [mem 0x0000000000200000-0x00000000ffffffff]
[    4.527360]   DMA32    empty
[    4.527364]   Normal   [mem 0x0000000100000000-0x00000003ffefffff]
[    4.527370] Movable zone start for each node
[    4.527372] Early memory node ranges
[    4.527374]   node   0: [mem 0x0000000000200000-0x00000000efffffff]
[    4.527383]   node   0: [mem 0x0000000100000000-0x00000003fbffffff]
[    4.527391]   node   0: [mem 0x00000003fc500000-0x00000003ffefffff]
[    4.527397] Initmem setup node 0 [mem 0x0000000000200000-0x00000003ffefffff]
[    4.547438] On node 0, zone DMA: 512 pages in unavailable ranges
[    4.611524] On node 0, zone Normal: 1280 pages in unavailable ranges
[    4.611542] On node 0, zone Normal: 256 pages in unavailable ranges
[    4.611754] psci: probing for conduit method from DT.
[    4.611763] psci: PSCIv1.1 detected in firmware.
[    4.611768] psci: Using standard PSCI v0.2 function IDs
[    4.611773] psci: MIGRATE_INFO_TYPE not supported.
[    4.611784] psci: SMC Calling Convention v1.2
[    4.612138] percpu: Embedded 29 pages/cpu s79592 r8192 d31000 u118784
[    4.612179] pcpu-alloc: s79592 r8192 d31000 u118784 alloc=29*4096
[    4.612190] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 
[    4.612309] Detected VIPT I-cache on CPU0
[    4.612359] CPU features: detected: GIC system register CPU interface
[    4.612364] CPU features: detected: Virtualization Host Extensions
[    4.612378] CPU features: detected: Qualcomm erratum 1009, or ARM erratum 1286807, 2441009
[    4.612382] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    4.612387] alternatives: applying boot alternatives
[    4.612792] Built 1 zonelists, mobility grouping on.  Total pages: 4062220
[    4.612803] Kernel command line: root=UUID=c65e4b4e-9b4d-4c24-acdf-fb665b620be8 rootdelay=5 rootwait rootfstype=ext4 splash=verbose earlycon console=tty1 console=ttyS2,1500000n8 consoleblank=0 loglevel=6 usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u coherent_pool=2M init=/usr/bin/init selinux=0 net.ifnames=0 debug 
[    4.613293] Unknown kernel command line parameters "splash=verbose selinux=0", will be passed to user space.
[    4.614763] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    4.615499] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    4.615508] mem auto-init: stack:off, heap alloc:off, heap free:off
[    4.615514] software IO TLB: area num 8.
[    4.627303] software IO TLB: mapped [mem 0x00000000ec000000-0x00000000f0000000] (64MB)
[    4.766574] Memory: 15814496K/16506880K available (17920K kernel code, 3788K rwdata, 7304K rodata, 7488K init, 701K bss, 430240K reserved, 262144K cma-reserved)
[    4.766729] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    4.766763] ftrace: allocating 68180 entries in 267 pages
[    4.881211] ftrace: allocated 267 pages with 4 groups

[    4.881246] **********************************************************
[    4.881248] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
[    4.881251] **                                                      **
[    4.881253] ** trace_printk() being used. Allocating extra memory.  **
[    4.881255] **                                                      **
[    4.881258] ** This means that this is a DEBUG kernel and it is     **
[    4.881260] ** unsafe for production use.                           **
[    4.881262] **                                                      **
[    4.881265] ** If you see this message and you are not debugging    **
[    4.881267] ** the kernel, report this immediately to your vendor!  **
[    4.881269] **                                                      **
[    4.881271] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
[    4.881274] **********************************************************
[    4.881813] trace event string verifier disabled
[    4.882032] rcu: Hierarchical RCU implementation.
[    4.882037] rcu: 	RCU event tracing is enabled.
[    4.882040] 	Rude variant of Tasks RCU enabled.
[    4.882043] 	Tracing variant of Tasks RCU enabled.
[    4.882046] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    4.890785] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    4.893863] GICv3: GIC: Using split EOI/Deactivate mode
[    4.893868] GICv3: 480 SPIs implemented
[    4.893872] GICv3: 0 Extended SPIs implemented
[    4.893902] Root IRQ handler: gic_handle_irq
[    4.893919] GICv3: GICv3 features: 16 PPIs
[    4.893962] GICv3: CPU0: found redistributor 0 region 0:0x00000000fe680000
[    4.894311] ITS [mem 0xfe640000-0xfe65ffff]
[    4.894364] ITS@0x00000000fe640000: allocated 8192 Devices @100360000 (indirect, esz 8, psz 64K, shr 0)
[    4.894393] ITS@0x00000000fe640000: allocated 32768 Interrupt Collections @100370000 (flat, esz 2, psz 64K, shr 0)
[    4.894409] ITS: using cache flushing for cmd queue
[    4.894442] ITS [mem 0xfe660000-0xfe67ffff]
[    4.894487] ITS@0x00000000fe660000: allocated 8192 Devices @100390000 (indirect, esz 8, psz 64K, shr 0)
[    4.894515] ITS@0x00000000fe660000: allocated 32768 Interrupt Collections @1003a0000 (flat, esz 2, psz 64K, shr 0)
[    4.894529] ITS: using cache flushing for cmd queue
[    4.894747] GICv3: using LPI property table @0x00000001003b0000
[    4.894874] GIC: using cache flushing for LPI property table
[    4.894883] GICv3: CPU0: using allocated LPI pending table @0x00000001003c0000
[    4.894940] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    5.020456] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    5.020467] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    5.020477] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    5.021842] Console: colour dummy device 80x25
[    5.022602] printk: console [tty1] enabled
[    5.022644] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=80000)
[    5.022668] pid_max: default: 32768 minimum: 301
[    5.022739] LSM: Security Framework initializing
[    5.022859] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    5.022905] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    5.024869] cblist_init_generic: Setting adjustable number of callback queues.
[    5.024892] cblist_init_generic: Setting shift to 3 and lim to 1.
[    5.025000] cblist_init_generic: Setting adjustable number of callback queues.
[    5.025018] cblist_init_generic: Setting shift to 3 and lim to 1.
[    5.025239] rcu: Hierarchical SRCU implementation.
[    5.025254] rcu: 	Max phase no-delay instances is 1000.
[    5.026203] Platform MSI: msi-controller@fe640000 domain created
[    5.026234] Platform MSI: msi-controller@fe660000 domain created
[    5.026642] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe640000 domain created
[    5.026681] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe660000 domain created
[    5.026943] EFI services will not be available.
[    5.027359] smp: Bringing up secondary CPUs ...
[    5.028427] Detected VIPT I-cache on CPU1
[    5.028519] GICv3: CPU1: found redistributor 100 region 0:0x00000000fe6a0000
[    5.028540] GICv3: CPU1: using allocated LPI pending table @0x00000001003d0000
[    5.028581] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[    5.029699] Detected VIPT I-cache on CPU2
[    5.029787] GICv3: CPU2: found redistributor 200 region 0:0x00000000fe6c0000
[    5.029808] GICv3: CPU2: using allocated LPI pending table @0x00000001003e0000
[    5.029845] CPU2: Booted secondary processor 0x0000000200 [0x412fd050]
[    5.030979] Detected VIPT I-cache on CPU3
[    5.031064] GICv3: CPU3: found redistributor 300 region 0:0x00000000fe6e0000
[    5.031085] GICv3: CPU3: using allocated LPI pending table @0x00000001003f0000
[    5.031117] CPU3: Booted secondary processor 0x0000000300 [0x412fd050]
[    5.032192] CPU features: detected: Spectre-v4
[    5.032196] CPU features: detected: Spectre-BHB
[    5.032200] Detected PIPT I-cache on CPU4
[    5.032251] GICv3: CPU4: found redistributor 400 region 0:0x00000000fe700000
[    5.032263] GICv3: CPU4: using allocated LPI pending table @0x0000000100800000
[    5.032285] CPU4: Booted secondary processor 0x0000000400 [0x414fd0b0]
[    5.033342] Detected PIPT I-cache on CPU5
[    5.033396] GICv3: CPU5: found redistributor 500 region 0:0x00000000fe720000
[    5.033408] GICv3: CPU5: using allocated LPI pending table @0x0000000100810000
[    5.033431] CPU5: Booted secondary processor 0x0000000500 [0x414fd0b0]
[    5.034495] Detected PIPT I-cache on CPU6
[    5.034547] GICv3: CPU6: found redistributor 600 region 0:0x00000000fe740000
[    5.034559] GICv3: CPU6: using allocated LPI pending table @0x0000000100820000
[    5.034581] CPU6: Booted secondary processor 0x0000000600 [0x414fd0b0]
[    5.035617] Detected PIPT I-cache on CPU7
[    5.035671] GICv3: CPU7: found redistributor 700 region 0:0x00000000fe760000
[    5.035682] GICv3: CPU7: using allocated LPI pending table @0x0000000100830000
[    5.035704] CPU7: Booted secondary processor 0x0000000700 [0x414fd0b0]
[    5.035770] smp: Brought up 1 node, 8 CPUs
[    5.036028] SMP: Total of 8 processors activated.
[    5.036041] CPU features: detected: 32-bit EL0 Support
[    5.036052] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    5.036067] CPU features: detected: Common not Private translations
[    5.036079] CPU features: detected: CRC32 instructions
[    5.036092] CPU features: detected: RCpc load-acquire (LDAPR)
[    5.036103] CPU features: detected: Privileged Access Never
[    5.036114] CPU features: detected: RAS Extension Support
[    5.036127] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    5.036211] CPU: All CPU(s) started at EL2
[    5.036223] alternatives: applying system-wide alternatives
[    5.040806] devtmpfs: initialized
[    5.054782] Registered cp15_barrier emulation handler
[    5.054794] Registered setend emulation handler
[    5.054874] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    5.054887] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    5.056767] pinctrl core: initialized pinctrl subsystem
[    5.056877] regulator-dummy: no parameters, enabled
[    5.056987] DMI not present or invalid.
[    5.057345] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    5.057979] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    5.058229] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    5.058361] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    5.058390] audit: initializing netlink subsys (disabled)
[    5.058487] audit: type=2000 audit(0.036:1): state=initialized audit_enabled=0 res=1
[    5.059060] Registered FIQ tty driver
[    5.059202] thermal_sys: Registered thermal governor 'fair_share'
[    5.059204] thermal_sys: Registered thermal governor 'step_wise'
[    5.059210] thermal_sys: Registered thermal governor 'user_space'
[    5.059214] thermal_sys: Registered thermal governor 'power_allocator'
[    5.059240] cpuidle: using governor menu
[    5.059425] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    5.059549] ASID allocator initialised with 65536 entries
[    5.061219] ramoops: dmesg-0	0x18000@0x0000000000110000
[    5.061227] ramoops: dmesg-1	0x18000@0x0000000000128000
[    5.061391] ramoops: console	0x80000@0x0000000000140000
[    5.061402] ramoops: pmsg	0x30000@0x00000000001c0000
[    5.061669] printk: console [ramoops-1] enabled
[    5.061676] pstore: Registered ramoops as persistent store backend
[    5.061682] ramoops: using 0xe0000@0x110000, ecc: 0
[    5.095828] platform fdd90000.vop: Fixed dependency cycle(s) with /dp@fde50000
[    5.096150] platform fdd90000.vop: Fixed dependency cycle(s) with /hdmi@fde80000
[    5.101460] platform fed80000.phy: Fixed dependency cycle(s) with /i2c@fec80000/fusb302@22/connector
[    5.106702] rockchip-gpio fd8a0000.gpio: probed /pinctrl/gpio@fd8a0000
[    5.106927] rockchip-gpio fec20000.gpio: probed /pinctrl/gpio@fec20000
[    5.107136] rockchip-gpio fec30000.gpio: probed /pinctrl/gpio@fec30000
[    5.107379] rockchip-gpio fec40000.gpio: probed /pinctrl/gpio@fec40000
[    5.107622] rockchip-gpio fec50000.gpio: probed /pinctrl/gpio@fec50000
[    5.107668] rockchip-pinctrl pinctrl: probed pinctrl
[    5.109983] KASLR disabled due to lack of seed
[    5.114767] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    5.114777] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[    5.114784] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[    5.114790] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[    5.114797] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    5.114804] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[    5.114811] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[    5.114817] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[    5.115308] cryptd: max_cpu_qlen set to 1000
[    5.170474] raid6: neonx8   gen()  5745 MB/s
[    5.227202] raid6: neonx4   gen()  5751 MB/s
[    5.283935] raid6: neonx2   gen()  5413 MB/s
[    5.340664] raid6: neonx1   gen()  4441 MB/s
[    5.397399] raid6: int64x8  gen()  1409 MB/s
[    5.454128] raid6: int64x4  gen()  1730 MB/s
[    5.510855] raid6: int64x2  gen()  2562 MB/s
[    5.567582] raid6: int64x1  gen()  2083 MB/s
[    5.567588] raid6: using algorithm neonx4 gen() 5751 MB/s
[    5.624308] raid6: .... xor() 4528 MB/s, rmw enabled
[    5.624313] raid6: using neon recovery algorithm
[    5.624894] fiq_debugger fiq_debugger.0: error -ENXIO: IRQ fiq not found
[    5.624908] fiq_debugger fiq_debugger.0: error -ENXIO: IRQ wakeup not found
[    5.624917] fiq_debugger_probe: could not install nmi irq handler
[    5.625198] printk: console [ttyFIQ0] enabled
[    5.625344] Registered fiq debugger ttyFIQ0
[    5.625552] vcc12v_dcin: 12000 mV, enabled
[    5.625628] reg-fixed-voltage vcc12v-dcin: vcc12v_dcin supplying 12000000uV
[    5.625683] reg-fixed-voltage vcc5v0-sys: Looking up vin-supply from device tree
[    5.625696] vcc5v0_sys: supplied by vcc12v_dcin
[    5.625704] vcc12v_dcin: could not add device link regulator.2: -ENOENT
[    5.625730] vcc5v0_sys: 5000 mV, enabled
[    5.625787] reg-fixed-voltage vcc5v0-sys: vcc5v0_sys supplying 5000000uV
[    5.625842] reg-fixed-voltage vcc-1v1-nldo-s3: Looking up vin-supply from device tree
[    5.625853] vcc_1v1_nldo_s3: supplied by vcc5v0_sys
[    5.625860] vcc5v0_sys: could not add device link regulator.3: -ENOENT
[    5.625878] vcc_1v1_nldo_s3: 1100 mV, enabled
[    5.625939] reg-fixed-voltage vcc-1v1-nldo-s3: vcc_1v1_nldo_s3 supplying 1100000uV
[    5.626029] reg-fixed-voltage vcc3v3-pcie2x1l2: Looking up vin-supply from device tree
[    5.626042] vcc3v3_pcie2x1l2: supplied by vcc5v0_sys
[    5.626050] vcc5v0_sys: could not add device link regulator.4: -ENOENT
[    5.682711] vcc3v3_pcie2x1l2: 1800 mV, enabled
[    5.682778] reg-fixed-voltage vcc3v3-pcie2x1l2: vcc3v3_pcie2x1l2 supplying 1800000uV
[    5.682837] reg-fixed-voltage vcc5v0-usbdcin: Looking up vin-supply from device tree
[    5.682848] vcc5v0_usbdcin: supplied by vcc12v_dcin
[    5.682856] vcc12v_dcin: could not add device link regulator.5: -ENOENT
[    5.682874] vcc5v0_usbdcin: 5000 mV, enabled
[    5.682936] reg-fixed-voltage vcc5v0-usbdcin: vcc5v0_usbdcin supplying 5000000uV
[    5.682990] reg-fixed-voltage vcc5v0-usb: Looking up vin-supply from device tree
[    5.683001] vcc5v0_usb: supplied by vcc5v0_usbdcin
[    5.683008] vcc5v0_usbdcin: could not add device link regulator.6: -ENOENT
[    5.683027] vcc5v0_usb: 5000 mV, enabled
[    5.683087] reg-fixed-voltage vcc5v0-usb: vcc5v0_usb supplying 5000000uV
[    5.683185] vbus5v0_typec: 5000 mV, disabled
[    5.683234] reg-fixed-voltage vbus5v0-typec: Looking up vin-supply from device tree
[    5.683245] vbus5v0_typec: supplied by vcc5v0_usb
[    5.683273] reg-fixed-voltage vbus5v0-typec: vbus5v0_typec supplying 5000000uV
[    5.683527] iommu: Default domain type: Translated 
[    5.683536] iommu: DMA domain TLB invalidation policy: strict mode 
[    5.683691] SCSI subsystem initialized
[    5.683711] libata version 3.00 loaded.
[    5.683779] usbcore: registered new interface driver usbfs
[    5.683802] usbcore: registered new interface driver hub
[    5.683819] usbcore: registered new device driver usb
[    5.683870] mc: Linux media interface: v0.10
[    5.683888] videodev: Linux video capture interface: v2.00
[    5.683921] pps_core: LinuxPPS API ver. 1 registered
[    5.683928] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    5.683940] PTP clock support registered
[    5.684137] arm-scmi firmware:scmi: Enabled polling mode TX channel - prot_id:16
[    5.684187] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.
[    5.684219] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0
[    5.684534] Advanced Linux Sound Architecture Driver Initialized.
[    5.684815] NetLabel: Initializing
[    5.684823] NetLabel:  domain hash size = 128
[    5.684829] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    5.684857] NetLabel:  unlabeled traffic allowed by default
[    5.685023] vgaarb: loaded
[    5.925857] clocksource: Switched to clocksource arch_sys_counter
[    5.925979] VFS: Disk quotas dquot_6.6.0
[    5.926005] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    5.931401] NET: Registered PF_INET protocol family
[    5.931581] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    5.938236] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    5.938330] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    5.938362] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    5.939004] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    5.940220] TCP: Hash tables configured (established 131072 bind 65536)
[    5.940339] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    5.940440] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    5.940677] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    5.940969] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    5.941238] RPC: Registered named UNIX socket transport module.
[    5.941247] RPC: Registered udp transport module.
[    5.941255] RPC: Registered tcp transport module.
[    5.941261] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    5.941626] PCI: CLS 0 bytes, default 64
[    5.941903] Trying to unpack rootfs image as initramfs...
[    5.942316] rockchip-thermal fec00000.tsadc: Missing rockchip,grf property
[    5.943190] rockchip-thermal fec00000.tsadc: tsadc is probed successfully!
[    5.944322] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    5.944766] kvm [1]: IPA Size Limit: 40 bits
[    5.944785] kvm [1]: GICv3: no GICV resource entry
[    5.944792] kvm [1]: disabling GICv2 emulation
[    5.944798] kvm [1]: GIC system register CPU interface enabled
[    5.945161] kvm [1]: vgic interrupt IRQ9
[    5.945563] kvm [1]: VHE mode initialized successfully
[    5.974909] Initialise system trusted keyrings
[    5.975020] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[    5.977917] NFS: Registering the id_resolver key type
[    5.977944] Key type id_resolver registered
[    5.977951] Key type id_legacy registered
[    5.977986] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    5.977998] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    5.997315] NET: Registered PF_ALG protocol family
[    5.997335] xor: measuring software checksum speed
[    5.998828]    8regs           :  6628 MB/sec
[    5.999974]    32regs          :  8662 MB/sec
[    6.000918]    arm64_neon      : 10519 MB/sec
[    6.000925] xor: using function: arm64_neon (10519 MB/sec)
[    6.000936] Key type asymmetric registered
[    6.000943] Asymmetric key parser 'x509' registered
[    6.000950] Asymmetric key parser 'pkcs8' registered
[    6.000976] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    6.001081] io scheduler mq-deadline registered
[    6.001090] io scheduler kyber registered
[    6.002537] rockchip-csi2-dphy-hw fedc8000.csi2-dphy1-hw: csi2 dphy hw probe successfully!
[    6.003644] phy phy-fd5d0000.syscon:usb2-phy@0.0: Looking up phy-supply from device tree
[    6.003658] phy phy-fd5d0000.syscon:usb2-phy@0.0: Looking up phy-supply property in node /syscon@fd5d0000/usb2-phy@0/otg-port failed
[    6.003710] phy phy-fd5d0000.syscon:usb2-phy@0.0: Looking up vbus-supply from device tree
[    6.003720] phy phy-fd5d0000.syscon:usb2-phy@0.0: Looking up vbus-supply property in node /syscon@fd5d0000/usb2-phy@0/otg-port failed
[    6.004943] phy phy-fd5d8000.syscon:usb2-phy@8000.1: Looking up phy-supply from device tree
[    6.004957] phy phy-fd5d8000.syscon:usb2-phy@8000.1: Looking up phy-supply property in node /syscon@fd5d8000/usb2-phy@8000/host-port failed
[    6.006000] phy phy-fd5dc000.syscon:usb2-phy@c000.2: Looking up phy-supply from device tree
[    6.006014] phy phy-fd5dc000.syscon:usb2-phy@c000.2: Looking up phy-supply property in node /syscon@fd5dc000/usb2-phy@c000/host-port failed
[    6.007559] phy phy-fee00000.phy.3: Looking up phy-supply from device tree
[    6.007571] phy phy-fee00000.phy.3: Looking up phy-supply property in node /phy@fee00000 failed
[    6.007704] phy phy-fee20000.phy.4: Looking up phy-supply from device tree
[    6.007715] phy phy-fee20000.phy.4: Looking up phy-supply property in node /phy@fee20000 failed
[    6.008100] phy phy-feda0000.phy.5: Looking up phy-supply from device tree
[    6.008111] phy phy-feda0000.phy.5: Looking up phy-supply property in node /phy@feda0000 failed
[    6.008229] phy phy-fedb0000.phy.6: Looking up phy-supply from device tree
[    6.008240] phy phy-fedb0000.phy.6: Looking up phy-supply property in node /phy@fedb0000 failed
[    6.008543] phy phy-fed60000.hdmiphy.7: Looking up phy-supply from device tree
[    6.008557] phy phy-fed60000.hdmiphy.7: Looking up phy-supply property in node /hdmiphy@fed60000 failed
[    6.009231] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy init success
[    6.009948] phy phy-fed80000.phy.8: Looking up phy-supply from device tree
[    6.009961] phy phy-fed80000.phy.8: Looking up phy-supply property in node /phy@fed80000/dp-port failed
[    6.010002] phy phy-fed80000.phy.9: Looking up phy-supply from device tree
[    6.010012] phy phy-fed80000.phy.9: Looking up phy-supply property in node /phy@fed80000/u3-port failed
[    6.010599] dw-pcie fe190000.pcie: invalid resource
[    6.010610] dw-pcie fe190000.pcie: Failed to initialize host
[    6.010617] dw-pcie: probe of fe190000.pcie failed with error -22
[    6.011214] rk-pcie fe190000.pcie: invalid prsnt-gpios property in node
[    6.011245] rk-pcie fe190000.pcie: Looking up vpcie3v3-supply from device tree
[    6.011267] iep: Module initialized.
[    6.011302] mpp_service mpp-srv: 6849c1e28b7b author: Ding Wei 2023-12-28 video: rockchip: mpp: px30: fix issue combo_init when device probe
[    6.011314] mpp_service mpp-srv: probe start
[    6.011883] rk-pcie fe190000.pcie: host bridge /pcie@fe190000 ranges:
[    6.011932] rk-pcie fe190000.pcie:       IO 0x00f4100000..0x00f41fffff -> 0x00f4100000
[    6.011969] rk-pcie fe190000.pcie:      MEM 0x00f4200000..0x00f4ffffff -> 0x00f4200000
[    6.011999] rk-pcie fe190000.pcie:      MEM 0x0a00000000..0x0a3fffffff -> 0x0a00000000
[    6.012068] rk-pcie fe190000.pcie: iATU unroll: enabled
[    6.012088] rk-pcie fe190000.pcie: iATU regions: 8 ob, 8 ib, align 64K, limit 8G
[    6.013119] mpp_vepu2 jpege-ccu: probing start
[    6.013131] mpp_vepu2 jpege-ccu: probing finish
[    6.013746] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up vdpu-supply from device tree
[    6.013769] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up vdpu-supply property in node /power-management@fd8d8000/power-controller failed
[    6.013829] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up rkvdec0-supply from device tree
[    6.013846] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up rkvdec0-supply property in node /power-management@fd8d8000/power-controller failed
[    6.013911] mpp_rkvdec2 fdc30000.rkvdec-ccu: rkvdec-ccu, probing start
[    6.013975] mpp_rkvdec2 fdc30000.rkvdec-ccu: ccu-mode: 1
[    6.013984] mpp_rkvdec2 fdc30000.rkvdec-ccu: probing finish
[    6.014019] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up vcodec-supply from device tree
[    6.014037] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up vcodec-supply property in node /power-management@fd8d8000/power-controller failed
[    6.014278] mpp_rkvenc2 rkvenc-ccu: probing start
[    6.014287] mpp_rkvenc2 rkvenc-ccu: probing finish
[    6.014590] mpp_service mpp-srv: probe success
[    6.024563] dma-pl330 fea10000.dma-controller: Loaded driver for PL330 DMAC-241330
[    6.024581] dma-pl330 fea10000.dma-controller: 	DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    6.025456] dma-pl330 fea30000.dma-controller: Loaded driver for PL330 DMAC-241330
[    6.025471] dma-pl330 fea30000.dma-controller: 	DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    6.026347] dma-pl330 fed10000.dma-controller: Loaded driver for PL330 DMAC-241330
[    6.026361] dma-pl330 fed10000.dma-controller: 	DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    6.026772] rockchip-pvtm fda40000.pvtm: pvtm@0 probed
[    6.026831] rockchip-pvtm fda50000.pvtm: pvtm@1 probed
[    6.026886] rockchip-pvtm fda60000.pvtm: pvtm@2 probed
[    6.026940] rockchip-pvtm fdaf0000.pvtm: pvtm@3 probed
[    6.026991] rockchip-pvtm fdb30000.pvtm: pvtm@4 probed
[    6.027486] rockchip-system-monitor rockchip-system-monitor: system monitor probe
[    6.028237] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[    6.028805] febc0000.serial: ttyS9 at MMIO 0xfebc0000 (irq = 36, base_baud = 1500000) is a 16550A
[    6.030018] random: crng init done
[    6.030057] led_vk2c21_init
               =============================================
[    6.031110] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up rga30-supply from device tree
[    6.031139] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up rga30-supply property in node /power-management@fd8d8000/power-controller failed
[    6.031481] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up rga31-supply from device tree
[    6.031506] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up rga31-supply property in node /power-management@fd8d8000/power-controller failed
[    6.033810] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up venc0-supply from device tree
[    6.033838] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up venc0-supply property in node /power-management@fd8d8000/power-controller failed
[    6.034248] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up venc1-supply from device tree
[    6.034272] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up venc1-supply property in node /power-management@fd8d8000/power-controller failed
[    6.035123] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up rkvdec1-supply from device tree
[    6.035149] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up rkvdec1-supply property in node /power-management@fd8d8000/power-controller failed
[    6.035574] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up av1-supply from device tree
[    6.035599] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up av1-supply property in node /power-management@fd8d8000/power-controller failed
[    6.035675] rk_iommu fdca0000.iommu: av1d iommu enabled
[    6.035994] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up vi-supply from device tree
[    6.036019] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up vi-supply property in node /power-management@fd8d8000/power-controller failed
[    6.036408] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up isp1-supply from device tree
[    6.036432] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up isp1-supply property in node /power-management@fd8d8000/power-controller failed
[    6.038039] rockchip-vop2 fdd90000.vop: Adding to iommu group 18
[    6.045195] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x5, primary plane phy id: 0
[    6.045225] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp1 assign plane mask: 0xa, primary plane phy id: 1
[    6.045242] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x140, primary plane phy id: 6
[    6.045258] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp3 assign plane mask: 0x280, primary plane phy id: 7
[    6.045349] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] Esmart0-win0 as cursor plane for vp0
[    6.045437] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] Esmart1-win0 as cursor plane for vp1
[    6.045518] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] Esmart2-win0 as cursor plane for vp2
[    6.045603] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] Esmart3-win0 as cursor plane for vp3
[    6.045632] [drm] failed to init overlay plane Cluster0-win1
[    6.045641] [drm] failed to init overlay plane Cluster1-win1
[    6.045649] [drm] failed to init overlay plane Cluster2-win1
[    6.045656] [drm] failed to init overlay plane Cluster3-win1
[    6.055752] rockchip-vop2 fdd90000.vop: bin=0
[    6.055806] rockchip-vop2 fdd90000.vop: Failed to get leakage
[    6.055840] rockchip-vop2 fdd90000.vop: Looking up vop-supply from device tree
[    6.055867] rockchip-vop2 fdd90000.vop: Looking up vop-supply property in node /vop@fdd90000 failed
[    6.055887] rockchip-vop2 fdd90000.vop: error -ENODEV: _opp_set_regulators: no regulator (vop) found
[    6.055916] rockchip-vop2 fdd90000.vop: failed to set opp config
[    6.055926] rockchip-vop2 fdd90000.vop: failed to init opp info
[    6.055934] rockchip-vop2 fdd90000.vop: failed to init_opp_table
[    6.055951] rockchip-drm display-subsystem: bound fdd90000.vop (ops 0xffff8000092ed6f8)
[    6.056060] dwhdmi-rockchip fde80000.hdmi: Looking up avdd-0v9-supply from device tree
[    6.056076] dwhdmi-rockchip fde80000.hdmi: Looking up avdd-0v9-supply property in node /hdmi@fde80000 failed
[    6.056093] dwhdmi-rockchip fde80000.hdmi: Looking up avdd-1v8-supply from device tree
[    6.056106] dwhdmi-rockchip fde80000.hdmi: Looking up avdd-1v8-supply property in node /hdmi@fde80000 failed
[    6.056570] dwhdmi-rockchip fde80000.hdmi: registered ddc I2C bus driver
[    6.057185] rockchip-drm display-subsystem: bound fde80000.hdmi (ops 0xffff8000092ffad0)
[    6.057423] rockchip-drm display-subsystem: bound fde50000.dp (ops 0xffff800009302a28)
[    6.057976] rockchip-drm display-subsystem: failed to parse loader memory
[    6.058463] [drm] Initialized rockchip 3.0.0 20140818 for display-subsystem on minor 0
[    6.178360] dwhdmi-rockchip fde80000.hdmi: use tmds mode
[    6.178395] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] Update mode to 2560x1440p60, type: 11(if:800, flag:0x0) for vp0 dclk: 241500000
[    6.178582] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] dclk_out0 div: 0 dclk_core0 div: 2
[    6.178609] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx_ropll_cmn_config bus_width:24d998 rate:2415000
[    6.178886] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy pll locked!
[    6.178890] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] set dclk_vop0 to 241500000, get 241500000
[    6.178933] dwhdmi-rockchip fde80000.hdmi: final tmdsclk = 241500000
[    6.178983] dwhdmi-rockchip fde80000.hdmi: don't use dsc mode
[    6.178987] dwhdmi-rockchip fde80000.hdmi: dw hdmi qp use tmds mode
[    6.178992] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: bus_width:0x24d998,bit_rate:2415000
[    6.179204] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy lane locked!
[    6.179232] dwhdmi-rockchip fde80000.hdmi: Rate 241500000 missing; compute N dynamically
[    6.208861] Freeing initrd memory: 9176K
[    6.217019] rk-pcie fe190000.pcie: PCIe Linking... LTSSM is 0x3
[    6.220501] Console: switching to colour frame buffer device 320x90
[    6.237666] rockchip-drm display-subsystem: [drm] fb0: rockchipdrmfb frame buffer device
[    6.238885] dw-hdmi-qp-hdcp dw-hdmi-qp-hdcp.3.auto: dw_hdcp_qp_hdcp_probe success
[    6.241667] brd: module loaded
[    6.242563] rk-pcie fe190000.pcie: PCIe Linking... LTSSM is 0x3
[    6.244538] loop: module loaded
[    6.244777] rbd: loaded (major 254)
[    6.244939] lkdtm: No crash points registered, enable through debugfs
[    6.246116] SPI driver spidev has no spi_device_id for rockchip,spidev
[    6.247206] rockchip-spi feb20000.spi: no high_speed pinctrl state
[    6.248259] rk806 spi2.0: chip id: RK806,ver:0x2, 0x1
[    6.248437] rk806 spi2.0: ON: 0x40 OFF:0x0
[    6.249836] rk806-regulator rk806-regulator.7.auto: Looking up vcc1-supply from device tree
[    6.249964] vdd_gpu_s0: supplied by vcc5v0_sys
[    6.249991] vcc5v0_sys: could not add device link regulator.8: -ENOENT
[    6.251171] vdd_gpu_s0: 550 <--> 950 mV at 750 mV, enabled
[    6.251335] rk806-regulator rk806-regulator.7.auto: Looking up vcc2-supply from device tree
[    6.251380] vdd_cpu_lit_s0: supplied by vcc5v0_sys
[    6.251407] vcc5v0_sys: could not add device link regulator.9: -ENOENT
[    6.251922] vdd_cpu_lit_s0: 550 <--> 950 mV at 750 mV, enabled
[    6.252151] rk806-regulator rk806-regulator.7.auto: Looking up vcc3-supply from device tree
[    6.252196] vdd_log_s0: supplied by vcc5v0_sys
[    6.252222] vcc5v0_sys: could not add device link regulator.10: -ENOENT
[    6.252813] vdd_log_s0: 675 <--> 800 mV at 750 mV, enabled
[    6.253042] rk806-regulator rk806-regulator.7.auto: Looking up vcc4-supply from device tree
[    6.253087] vdd_vdenc_s0: supplied by vcc5v0_sys
[    6.253115] vcc5v0_sys: could not add device link regulator.11: -ENOENT
[    6.253623] vdd_vdenc_s0: 550 <--> 950 mV at 750 mV, enabled
[    6.253845] rk806-regulator rk806-regulator.7.auto: Looking up vcc5-supply from device tree
[    6.253890] vdd_ddr_s0: supplied by vcc5v0_sys
[    6.253915] vcc5v0_sys: could not add device link regulator.12: -ENOENT
[    6.254501] vdd_ddr_s0: 675 <--> 900 mV at 850 mV, enabled
[    6.254723] rk806-regulator rk806-regulator.7.auto: Looking up vcc6-supply from device tree
[    6.254768] vdd2_ddr_s3: supplied by vcc5v0_sys
[    6.254794] vcc5v0_sys: could not add device link regulator.13: -ENOENT
[    6.255109] vdd2_ddr_s3: at 500 mV, enabled
[    6.255331] rk806-regulator rk806-regulator.7.auto: Looking up vcc7-supply from device tree
[    6.255375] vdd_2v0_pldo_s3: supplied by vcc5v0_sys
[    6.255402] vcc5v0_sys: could not add device link regulator.14: -ENOENT
[    6.255796] vdd_2v0_pldo_s3: 2000 mV, enabled
[    6.256030] rk806-regulator rk806-regulator.7.auto: Looking up vcc8-supply from device tree
[    6.256075] vcc_3v3_s3: supplied by vcc5v0_sys
[    6.256100] vcc5v0_sys: could not add device link regulator.15: -ENOENT
[    6.256491] vcc_3v3_s3: 3300 mV, enabled
[    6.256707] rk806-regulator rk806-regulator.7.auto: Looking up vcc9-supply from device tree
[    6.256752] vddq_ddr_s0: supplied by vcc5v0_sys
[    6.256778] vcc5v0_sys: could not add device link regulator.16: -ENOENT
[    6.257225] vddq_ddr_s0: at 500 mV, enabled
[    6.257444] rk806-regulator rk806-regulator.7.auto: Looking up vcc10-supply from device tree
[    6.257489] vcc_1v8_s3: supplied by vcc5v0_sys
[    6.257514] vcc5v0_sys: could not add device link regulator.17: -ENOENT
[    6.257905] vcc_1v8_s3: 1800 mV, enabled
[    6.260342] rk806-regulator rk806-regulator.7.auto: Looking up vcc13-supply from device tree
[    6.262626] vdd_0v75_s3: supplied by vcc_1v1_nldo_s3
[    6.264821] vcc_1v1_nldo_s3: could not add device link regulator.18: -ENOENT
[    6.267398] vdd_0v75_s3: 750 mV, enabled
[    6.269216] rk-pcie fe190000.pcie: PCIe Linking... LTSSM is 0x3
[    6.269819] rk806-regulator rk806-regulator.7.auto: Looking up vcc13-supply from device tree
[    6.280161] vdd_ddr_pll_s0: supplied by vcc_1v1_nldo_s3
[    6.282391] vcc_1v1_nldo_s3: could not add device link regulator.19: -ENOENT
[    6.285048] vdd_ddr_pll_s0: 850 mV, enabled
[    6.287486] rk806-regulator rk806-regulator.7.auto: Looking up vcc13-supply from device tree
[    6.289740] avdd_0v75_s0: supplied by vcc_1v1_nldo_s3
[    6.291967] vcc_1v1_nldo_s3: could not add device link regulator.20: -ENOENT
[    6.294287] avdd_0v75_s0: Bringing 750000uV into 837500-837500uV
[    6.296929] avdd_0v75_s0: 837 mV, enabled
[    6.299353] rk806-regulator rk806-regulator.7.auto: Looking up vcc14-supply from device tree
[    6.301582] vdd_0v85_s0: supplied by vcc_1v1_nldo_s3
[    6.302552] rk-pcie fe190000.pcie: PCIe Linking... LTSSM is 0x3
[    6.303798] vcc_1v1_nldo_s3: could not add device link regulator.21: -ENOENT
[    6.314600] vdd_0v85_s0: 850 mV, enabled
[    6.317018] rk806-regulator rk806-regulator.7.auto: Looking up vcc14-supply from device tree
[    6.319252] vdd_0v75_s0: supplied by vcc_1v1_nldo_s3
[    6.321460] vcc_1v1_nldo_s3: could not add device link regulator.22: -ENOENT
[    6.324042] vdd_0v75_s0: 750 mV, enabled
[    6.326503] rk806-regulator rk806-regulator.7.auto: Looking up vcc11-supply from device tree
[    6.328764] avcc_1v8_s0: supplied by vdd_2v0_pldo_s3
[    6.330969] vdd_2v0_pldo_s3: could not add device link regulator.23: -ENOENT
[    6.333693] avcc_1v8_s0: 1800 mV, enabled
[    6.335895] rk-pcie fe190000.pcie: PCIe Linking... LTSSM is 0x3
[    6.336094] rk806-regulator rk806-regulator.7.auto: Looking up vcc11-supply from device tree
[    6.346266] vcc_1v8_s0: supplied by vdd_2v0_pldo_s3
[    6.348445] vdd_2v0_pldo_s3: could not add device link regulator.24: -ENOENT
[    6.351157] vcc_1v8_s0: 1800 mV, enabled
[    6.353590] rk806-regulator rk806-regulator.7.auto: Looking up vcc11-supply from device tree
[    6.355816] avdd_1v2_s0: supplied by vdd_2v0_pldo_s3
[    6.358043] vdd_2v0_pldo_s3: could not add device link regulator.25: -ENOENT
[    6.360704] avdd_1v2_s0: 1200 mV, enabled
[    6.363172] rk806-regulator rk806-regulator.7.auto: Looking up vcc12-supply from device tree
[    6.365413] vcc_3v3_s0: supplied by vcc5v0_sys
[    6.367647] vcc5v0_sys: could not add device link regulator.26: -ENOENT
[    6.369225] rk-pcie fe190000.pcie: PCIe Linking... LTSSM is 0x3
[    6.370235] vcc_3v3_s0: 3300 mV, enabled
[    6.380560] rk806-regulator rk806-regulator.7.auto: Looking up vcc12-supply from device tree
[    6.382809] vccio_sd_s0: supplied by vcc5v0_sys
[    6.385034] vcc5v0_sys: could not add device link regulator.27: -ENOENT
[    6.387643] vccio_sd_s0: 1800 <--> 3300 mV at 3300 mV, enabled
[    6.390109] rk806-regulator rk806-regulator.7.auto: Looking up vcca-supply from device tree
[    6.392370] pldo6_s3: supplied by vcc5v0_sys
[    6.394625] vcc5v0_sys: could not add device link regulator.28: -ENOENT
[    6.397062] pldo6_s3: 1800 mV, enabled
[    6.399550] rk806 spi2.0: no sleep-setting state
[    6.401807] rk806 spi2.0: no reset-setting pinctrl state
[    6.402551] rk-pcie fe190000.pcie: PCIe Linking... LTSSM is 0x3
[    6.404043] rk806 spi2.0: no dvs-setting pinctrl state
[    6.416227] rockchip-spi feb20000.spi: register misc device rkspi-dev2
[    6.418464] rockchip-spi feb20000.spi: probed, poll=0, rsd=0, cs-inactive=0, ready=0
[    6.422370] rk_gmac-dwmac fe1c0000.ethernet: IRQ eth_lpi not found
[    6.424764] rk_gmac-dwmac fe1c0000.ethernet: Looking up phy-supply from device tree
[    6.427007] rk_gmac-dwmac fe1c0000.ethernet: Looking up phy-supply property in node /ethernet@fe1c0000 failed
[    6.429244] rk_gmac-dwmac fe1c0000.ethernet: supply phy not found, using dummy regulator
[    6.431512] rk_gmac-dwmac fe1c0000.ethernet: clock input or output? (output).
[    6.433732] rk_gmac-dwmac fe1c0000.ethernet: TX delay(0x42).
[    6.435895] rk-pcie fe190000.pcie: PCIe Linking... LTSSM is 0x3
[    6.435925] rk_gmac-dwmac fe1c0000.ethernet: Can not read property: rx_delay.
[    6.446229] rk_gmac-dwmac fe1c0000.ethernet: set rx_delay to 0xffffffff
[    6.448418] rk_gmac-dwmac fe1c0000.ethernet: integrated PHY? (no).
[    6.450620] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock mac_clk_rx
[    6.458705] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock mac_clk_tx
[    6.466721] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock clk_mac_speed
[    6.469083] rk_gmac-dwmac fe1c0000.ethernet: init for RGMII_RXID
[    6.469223] rk-pcie fe190000.pcie: PCIe Linking... LTSSM is 0x3
[    6.471317] rk_gmac-dwmac fe1c0000.ethernet: User ID: 0x30, Synopsys ID: 0x51
[    6.481088] rk_gmac-dwmac fe1c0000.ethernet: 	DWMAC4/5
[    6.483184] rk_gmac-dwmac fe1c0000.ethernet: DMA HW capability register supported
[    6.485275] rk_gmac-dwmac fe1c0000.ethernet: RX Checksum Offload Engine supported
[    6.487354] rk_gmac-dwmac fe1c0000.ethernet: TX Checksum insertion supported
[    6.489419] rk_gmac-dwmac fe1c0000.ethernet: Wake-Up On Lan supported
[    6.491499] rk_gmac-dwmac fe1c0000.ethernet: TSO supported
[    6.493544] rk_gmac-dwmac fe1c0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    6.495581] rk_gmac-dwmac fe1c0000.ethernet: Enabled L3L4 Flow TC (entries=2)
[    6.497607] rk_gmac-dwmac fe1c0000.ethernet: Enabled RFS Flow TC (entries=10)
[    6.499625] rk_gmac-dwmac fe1c0000.ethernet: TSO feature enabled
[    6.501627] rk_gmac-dwmac fe1c0000.ethernet: Using 32/32 bits DMA host/device width
[    6.502560] rk-pcie fe190000.pcie: PCIe Linking... LTSSM is 0x3
[    6.645290] usbcore: registered new interface driver rndis_wlan
[    6.647325] usbcore: registered new interface driver asix
[    6.649319] usbcore: registered new interface driver cdc_ether
[    6.651288] usbcore: registered new interface driver rndis_host
[    6.653250] usbcore: registered new interface driver cdc_ncm
[    6.655305] VFIO - User Level meta-driver version: 0.3
[    6.657707] platform fc000000.usb: Fixed dependency cycle(s) with /i2c@fec80000/fusb302@22
[    6.666444] xhci-hcd xhci-hcd.8.auto: xHCI Host Controller
[    6.667976] ehci-platform fc800000.usb: EHCI Host Controller
[    6.667996] ohci-platform fc840000.usb: Generic Platform OHCI controller
[    6.668021] ohci-platform fc840000.usb: new USB bus registered, assigned bus number 1
[    6.668142] ohci-platform fc840000.usb: irq 76, io mem 0xfc840000
[    6.668168] ehci-platform fc880000.usb: EHCI Host Controller
[    6.668186] ohci-platform fc8c0000.usb: Generic Platform OHCI controller
[    6.668191] ehci-platform fc880000.usb: new USB bus registered, assigned bus number 2
[    6.668208] ohci-platform fc8c0000.usb: new USB bus registered, assigned bus number 3
[    6.668306] ohci-platform fc8c0000.usb: irq 77, io mem 0xfc8c0000
[    6.668330] ehci-platform fc880000.usb: irq 75, io mem 0xfc880000
[    6.668382] xhci-hcd xhci-hcd.8.auto: new USB bus registered, assigned bus number 4
[    6.670303] ehci-platform fc800000.usb: new USB bus registered, assigned bus number 5
[    6.672279] xhci-hcd xhci-hcd.8.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000800002010010
[    6.674161] ehci-platform fc800000.usb: irq 74, io mem 0xfc800000
[    6.676025] xhci-hcd xhci-hcd.8.auto: irq 73, io mem 0xfcd00000
[    6.679222] ehci-platform fc880000.usb: USB 2.0 started, EHCI 1.00
[    6.679820] xhci-hcd xhci-hcd.8.auto: xHCI Host Controller
[    6.686878] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    6.695860] ehci-platform fc800000.usb: USB 2.0 started, EHCI 1.00
[    6.701793] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.763784] usb usb2: Product: EHCI Host Controller
[    6.770430] usb usb2: Manufacturer: Linux 6.1.43-vendor-rk35xx ehci_hcd
[    6.777067] usb usb2: SerialNumber: fc880000.usb
[    6.783943] hub 2-0:1.0: USB hub found
[    6.785764] hub 2-0:1.0: 1 port detected
[    6.787694] xhci-hcd xhci-hcd.8.auto: new USB bus registered, assigned bus number 6
[    6.787768] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    6.789517] xhci-hcd xhci-hcd.8.auto: Host supports USB 3.0 SuperSpeed
[    6.791291] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.794876] usb usb5: Product: EHCI Host Controller
[    6.796633] usb usb5: Manufacturer: Linux 6.1.43-vendor-rk35xx ehci_hcd
[    6.798384] usb usb5: SerialNumber: fc800000.usb
[    6.800367] hub 5-0:1.0: USB hub found
[    6.802110] hub 5-0:1.0: 1 port detected
[    6.804062] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.01
[    6.805838] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.807589] usb usb3: Product: Generic Platform OHCI controller
[    6.809336] usb usb3: Manufacturer: Linux 6.1.43-vendor-rk35xx ohci_hcd
[    6.811074] usb usb3: SerialNumber: fc8c0000.usb
[    6.813050] hub 3-0:1.0: USB hub found
[    6.814783] hub 3-0:1.0: 1 port detected
[    6.816714] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.01
[    6.818450] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.820170] usb usb1: Product: Generic Platform OHCI controller
[    6.821870] usb usb1: Manufacturer: Linux 6.1.43-vendor-rk35xx ohci_hcd
[    6.823565] usb usb1: SerialNumber: fc840000.usb
[    6.825480] hub 1-0:1.0: USB hub found
[    6.827182] hub 1-0:1.0: 1 port detected
[    6.829151] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    6.830866] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.832566] usb usb4: Product: xHCI Host Controller
[    6.834253] usb usb4: Manufacturer: Linux 6.1.43-vendor-rk35xx xhci-hcd
[    6.835952] usb usb4: SerialNumber: xhci-hcd.8.auto
[    6.837869] hub 4-0:1.0: USB hub found
[    6.839572] hub 4-0:1.0: 1 port detected
[    6.841405] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    6.843160] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[    6.844858] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.846555] usb usb6: Product: xHCI Host Controller
[    6.848245] usb usb6: Manufacturer: Linux 6.1.43-vendor-rk35xx xhci-hcd
[    6.849946] usb usb6: SerialNumber: xhci-hcd.8.auto
[    6.851877] hub 6-0:1.0: USB hub found
[    6.853587] hub 6-0:1.0: 1 port detected
[    6.855462] usbcore: registered new interface driver cdc_acm
[    6.857168] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    6.859048] usbcore: registered new interface driver uas
[    6.860838] usbcore: registered new interface driver usb-storage
[    6.862859] mousedev: PS/2 mouse device common for all mice
[    6.864871] i2c_dev: i2c /dev entries driver
[    6.867815] rk860-regulator 0-0042: Looking up vin-supply from device tree
[    6.869692] vdd_cpu_big0_s0: supplied by vcc5v0_sys
[    6.871433] vcc5v0_sys: could not add device link regulator.29: -ENOENT
[    6.877953] vdd_cpu_big0_s0: 550 <--> 1050 mV at 800 mV, enabled
[    6.881778] rk860-regulator 0-0043: Looking up vin-supply from device tree
[    6.883568] vdd_cpu_big1_s0: supplied by vcc5v0_sys
[    6.885341] vcc5v0_sys: could not add device link regulator.30: -ENOENT
[    6.891847] vdd_cpu_big1_s0: 550 <--> 1050 mV at 800 mV, enabled
[    6.896235] rk860-regulator 2-0042: Looking up vin-supply from device tree
[    6.898052] vdd_npu_s0: supplied by vcc5v0_sys
[    6.899868] vcc5v0_sys: could not add device link regulator.31: -ENOENT
[    6.906390] vdd_npu_s0: 550 <--> 950 mV at 800 mV, enabled
[    6.910389] typec_fusb302 6-0022: Looking up vbus-supply from device tree
[    6.939709] rtc-hym8563 6-0051: rtc information is valid
[    6.948754] rtc-hym8563 6-0051: registered as rtc0
[    6.951598] rtc-hym8563 6-0051: setting system clock to 2024-07-14T03:27:58 UTC (1720927678)
[    6.954780] rockchip-mipi-csi2-hw fdd10000.mipi0-csi2-hw: enter mipi csi2 hw probe!
[    6.956768] rockchip-mipi-csi2-hw fdd10000.mipi0-csi2-hw: probe success, v4l2_dev:mipi0-csi2-hw!
[    6.958677] rockchip-mipi-csi2-hw fdd20000.mipi1-csi2-hw: enter mipi csi2 hw probe!
[    6.960627] rockchip-mipi-csi2-hw fdd20000.mipi1-csi2-hw: probe success, v4l2_dev:mipi1-csi2-hw!
[    6.962510] rockchip-mipi-csi2-hw fdd30000.mipi2-csi2-hw: enter mipi csi2 hw probe!
[    6.964439] rockchip-mipi-csi2-hw fdd30000.mipi2-csi2-hw: probe success, v4l2_dev:mipi2-csi2-hw!
[    6.966339] rockchip-mipi-csi2-hw fdd40000.mipi3-csi2-hw: enter mipi csi2 hw probe!
[    6.968261] rockchip-mipi-csi2-hw fdd40000.mipi3-csi2-hw: probe success, v4l2_dev:mipi3-csi2-hw!
[    6.970154] rockchip-mipi-csi2-hw fdd50000.mipi4-csi2-hw: enter mipi csi2 hw probe!
[    6.972076] rockchip-mipi-csi2-hw fdd50000.mipi4-csi2-hw: probe success, v4l2_dev:mipi4-csi2-hw!
[    6.973967] rockchip-mipi-csi2-hw fdd60000.mipi5-csi2-hw: enter mipi csi2 hw probe!
[    6.975903] rockchip-mipi-csi2-hw fdd60000.mipi5-csi2-hw: probe success, v4l2_dev:mipi5-csi2-hw!
[    6.978811] rkisp_hw fdcb0000.rkisp: Adding to iommu group 15
[    6.980840] rkisp_hw fdcb0000.rkisp: is_thunderboot: 0
[    6.982714] rkisp_hw fdcb0000.rkisp: Missing rockchip,grf property
[    6.984580] rkisp_hw fdcb0000.rkisp: max input:0x0@0fps
[    6.986536] rkisp_hw fdcb0000.rkisp: no find phandle sram
[    6.988506] rkisp_hw fdcc0000.rkisp: Adding to iommu group 16
[    6.990512] rkisp_hw fdcc0000.rkisp: is_thunderboot: 0
[    6.992313] rkisp_hw fdcc0000.rkisp: Missing rockchip,grf property
[    6.994124] rkisp_hw fdcc0000.rkisp: max input:0x0@0fps
[    6.996020] rkisp_hw fdcc0000.rkisp: no find phandle sram
[    6.998729] usbcore: registered new interface driver uvcvideo
[    7.001418] device-mapper: uevent: version 1.0.3
[    7.003344] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    7.005302] cpu cpu0: Looking up cpu-supply from device tree
[    7.007446] cpu cpu0: Failed to get specification_serial_number
[    7.009249] cpu cpu0: Failed to get specification_serial_number
[    7.011014] cpu cpu0: Failed to get leakage
[    7.012790] cpu cpu0: Looking up cpu-supply from device tree
[    7.015988] cpu cpu0: pvtm=1496
[    7.017875] cpu cpu0: pvtm-volt-sel=4
[    7.019636] cpu cpu0: Looking up cpu-supply from device tree
[    7.021480] cpu cpu0: Looking up mem-supply from device tree
[    7.023375] cpu cpu4: Looking up cpu-supply from device tree
[    7.026615] cpu cpu4: Failed to get specification_serial_number
[    7.028311] cpu cpu4: Failed to get specification_serial_number
[    7.030004] cpu cpu4: Failed to get leakage
[    7.031690] cpu cpu4: Looking up cpu-supply from device tree
[    7.039958] cpu cpu4: pvtm=1703
[    7.044980] cpu cpu4: pvtm-volt-sel=4
[    7.046674] cpu cpu4: Looking up cpu-supply from device tree
[    7.048818] cpu cpu4: Looking up mem-supply from device tree
[    7.051005] cpu cpu6: Looking up cpu-supply from device tree
[    7.054178] cpu cpu6: Failed to get specification_serial_number
[    7.055824] cpu cpu6: Failed to get specification_serial_number
[    7.057456] cpu cpu6: Failed to get leakage
[    7.059070] cpu cpu6: Looking up cpu-supply from device tree
[    7.067282] cpu cpu6: pvtm=1742
[    7.072937] cpu cpu6: pvtm-volt-sel=5
[    7.074551] cpu cpu6: Looking up cpu-supply from device tree
[    7.076643] cpu cpu6: Looking up mem-supply from device tree
[    7.079381] cpu cpu0: avs=0
[    7.081704] cpu cpu4: avs=0
[    7.084003] cpu cpu6: avs=0
[    7.085640] cpu cpu0: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=1608000000 h_table=0
[    7.087499] cpu cpu0: EM: OPP:1008000 is inefficient
[    7.089059] cpu cpu0: EM: OPP:816000 is inefficient
[    7.090702] cpu cpu0: EM: created perf domain
[    7.092724] cpu cpu4: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=2208000000 h_table=0
[    7.102628] cpu cpu4: EM: OPP:1008000 is inefficient
[    7.104580] cpu cpu4: EM: OPP:816000 is inefficient
[    7.106673] cpu cpu4: EM: created perf domain
[    7.109254] cpu cpu6: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=2208000000 h_table=0
[    7.127621] cpu cpu6: EM: OPP:1008000 is inefficient
[    7.129531] cpu cpu6: EM: OPP:816000 is inefficient
[    7.131550] cpu cpu6: EM: created perf domain
[    7.134738] sdhci: Secure Digital Host Controller Interface driver
[    7.136656] sdhci: Copyright(c) Pierre Ossman
[    7.138529] Synopsys Designware Multimedia Card Interface Driver
[    7.140854] sdhci-pltfm: SDHCI platform and OF driver helper
[    7.144836] sdhci-dwcmshc fe2e0000.mmc: Looking up vmmc-supply from device tree
[    7.158350] sdhci-dwcmshc fe2e0000.mmc: Looking up vmmc-supply property in node /mmc@fe2e0000 failed
[    7.162707] sdhci-dwcmshc fe2e0000.mmc: Looking up vqmmc-supply from device tree
[    7.163020] ledtrig-cpu: registered to indicate activity on CPUs
[    7.165997] sdhci-dwcmshc fe2e0000.mmc: Looking up vqmmc-supply property in node /mmc@fe2e0000 failed
[    7.170002] arm-scmi firmware:scmi: Failed. SCMI protocol 17 not active.
[    7.177341] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    7.182683] cryptodev: driver 1.12 loaded.
[    7.186771] hid: raw HID events driver (C) Jiri Kosina
[    7.191211] usbcore: registered new interface driver usbhid
[    7.195215] usbhid: USB HID core driver
[    7.205047] rockchip-saradc fec10000.saradc: Looking up vref-supply from device tree
[    7.209043] mmc0: SDHCI controller on fe2e0000.mmc [fe2e0000.mmc] using ADMA
[    7.210832] SPI driver inv-icm42600-spi has no spi_device_id for invensense,icm42600
[    7.213404] SPI driver inv-icm42600-spi has no spi_device_id for invensense,icm42602
[    7.214365] SPI driver inv-icm42600-spi has no spi_device_id for invensense,icm42605
[    7.215312] SPI driver inv-icm42600-spi has no spi_device_id for invensense,icm42622
[    7.216480] optee: probing for conduit method.
[    7.217429] optee: api uid mismatch
[    7.218358] optee: probe of firmware:optee failed with error -22
[    7.219648] usbcore: registered new interface driver snd-usb-audio
[    7.222042] [Awinic] aw87xxx_pa_init:driver version: v2.2.0
[    7.223638] rockchip-i2s-tdm fddf0000.i2s: CLK-ALWAYS-ON: mclk: 12288000, bclk: 3072000, fsync: 48000
[    7.224926] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up audio-supply from device tree
[    7.225927] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up audio-supply property in node /power-management@fd8d8000/power-controller failed
[    7.228340] debugfs: File 'Capture' in directory 'dapm' already present!
[    7.229803] input: rockchip-dp0 rockchip-dp0 as /devices/platform/dp0-sound/sound/card0/input0
[    7.231334] input: rockchip-hdmi0 rockchip-hdmi0 as /devices/platform/hdmi0-sound/sound/card1/input1
[    7.232496] input: headset-keys as /devices/platform/es8388-sound/input/input2
[    7.246068] ES8323 6-0010: ASoC: error at soc_component_write_no_lock on ES8323.6-0010 for register: [0x00000035] -5
[    7.281263] mmc0: Host Software Queue enabled
[    7.290813] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[    7.301719] mmcblk0: mmc0:0001 DV4128 116 GiB 
[    7.303892] input: rockchip-es8388 Headset as /devices/platform/es8388-sound/sound/card2/input3
[    7.309097] Initializing XFRM netlink socket
[    7.312515] NET: Registered PF_PACKET protocol family
[    7.316082] [BT_RFKILL]: Enter rfkill_rk_init
[    7.319757] [WLAN_RFKILL]: Enter rfkill_wlan_init
[    7.323605]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14
[    7.323723] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[    7.329136] mmcblk0boot0: mmc0:0001 DV4128 4.00 MiB 
[    7.330191] [WLAN_RFKILL]: can't find rockchip,grf property
[    7.334240] mmcblk0boot1: mmc0:0001 DV4128 4.00 MiB 
[    7.336702] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6275p
[    7.336707] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[    7.340748] mmcblk0rpmb: mmc0:0001 DV4128 16.0 MiB, chardev (235:0)
[    7.343228] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
[    7.353125] usb 3-1: new full-speed USB device number 2 using ohci-platform
[    7.353772] [WLAN_RFKILL]: wlan_platdata_parse_dt: WIFI,poweren_gpio = 24 flags = 0.
[    7.361100] [WLAN_RFKILL]: wlan_platdata_parse_dt: WIFI,host_wake_irq = 0, flags = 0.
[    7.365614] [WLAN_RFKILL]: wlan_platdata_parse_dt: The ref_wifi_clk not found !
[    7.370098] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[    7.374574] [WLAN_RFKILL]: rfkill_set_wifi_bt_power: 1
[    7.379079] [WLAN_RFKILL]: Exit rfkill_wlan_probe
[    7.384747] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 122.
[    7.389401] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 102.
[    7.393999] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 22.
[    7.398846] [BT_RFKILL]: bt shut off power
[    7.403451] [BT_RFKILL]: bt_default device registered.
[    7.408155] Key type dns_resolver registered
[    7.412752] Key type ceph registered
[    7.418056] libceph: loaded (mon/osd proto 15/24)
[    7.425006] registered taskstats version 1
[    7.427748] vendor storage:20190527 ret = 0
[    7.429720] rk-pcie fe190000.pcie: PCIe Link up, LTSSM is 0x30011
[    7.429766] Loading compiled-in X.509 certificates
[    7.431159] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
[    7.431728] pstore: Using crash dump compression: deflate
[    7.432396] Key type encrypted registered
[    7.441273] rk-pcie fe190000.pcie: PCIe Gen.1 x1 link up
[    7.442277] rga3_core0 fdb60000.rga: Adding to iommu group 2
[    7.442653] rk-pcie fe190000.pcie: PCI host bridge to bus 0004:40
[    7.444085] rga: rga3_core0, irq = 41, match scheduler
[    7.445207] pci_bus 0004:40: root bus resource [bus 40-4f]
[    7.446729] rga: rga3_core0 hardware loaded successfully, hw_version:3.0.76831.
[    7.447884] pci_bus 0004:40: root bus resource [io  0x0000-0xfffff] (bus address [0xf4100000-0xf41fffff])
[    7.449253] rga: rga3_core0 probe successfully
[    7.450551] pci_bus 0004:40: root bus resource [mem 0xf4200000-0xf4ffffff]
[    7.452186] rga3_core1 fdb70000.rga: Adding to iommu group 3
[    7.453251] pci_bus 0004:40: root bus resource [mem 0xa00000000-0xa3fffffff pref]
[    7.454702] rga: rga3_core1, irq = 42, match scheduler
[    7.455992] pci 0004:40:00.0: [1d87:3588] type 01 class 0x060400
[    7.457700] rga: rga3_core1 hardware loaded successfully, hw_version:3.0.76831.
[    7.458717] pci 0004:40:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref]
[    7.460112] rga: rga3_core1 probe successfully
[    7.461508] pci 0004:40:00.0: supports D1 D2
[    7.463100] rga: rga2, irq = 110, match scheduler
[    7.464211] pci 0004:40:00.0: PME# supported from D0 D1 D3hot
[    7.465945] rga: rga2 hardware loaded successfully, hw_version:3.2.63318.
[    7.468469] rga: rga2 probe successfully
[    7.470541] pci 0004:40:00.0: Primary bus is hard wired to 0
[    7.470588] rga_iommu: IOMMU binding successfully, default mapping core[0x1]
[    7.471474] pci 0004:40:00.0: bridge configuration invalid ([bus 01-ff]), reconfiguring
[    7.472623] rga: Module initialized. v1.3.1
[    7.473468] pci 0004:41:00.0: [14e4:449d] type 00 class 0x028000
[    7.475266] pci 0004:41:00.0: reg 0x10: [mem 0x00000000-0x0000ffff 64bit]
[    7.476233] pci 0004:41:00.0: reg 0x18: [mem 0x00000000-0x003fffff 64bit]
[    7.477639] pci 0004:41:00.0: supports D1 D2
[    7.478549] pci 0004:41:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    7.484995] vcc_3v3_sd_s0: 3300 mV, disabled
[    7.488931] reg-fixed-voltage vcc-3v3-sd-s0: Looking up vin-supply from device tree
[    7.489236] pci_bus 0004:41: busn_res: [bus 41-4f] end is updated to 41
[    7.492932] vcc_3v3_sd_s0: supplied by vcc_3v3_s3
[    7.493558] pci 0004:40:00.0: BAR 8: assigned [mem 0xf4200000-0xf47fffff]
[    7.497576] reg-fixed-voltage vcc-3v3-sd-s0: vcc_3v3_sd_s0 supplying 3300000uV
[    7.498119] pci 0004:40:00.0: BAR 6: assigned [mem 0xf4800000-0xf480ffff pref]
[    7.502230] mpp_vdpu2 fdb50400.vdpu: Adding to iommu group 1
[    7.502830] pci 0004:41:00.0: BAR 2: assigned [mem 0xf4400000-0xf47fffff 64bit]
[    7.507116] mpp_vdpu2 fdb50400.vdpu: probe device
[    7.507569] pci 0004:41:00.0: BAR 0: assigned [mem 0xf4200000-0xf420ffff 64bit]
[    7.511676] mpp_vdpu2 fdb50400.vdpu: reset_group->rw_sem_on=0
[    7.512305] pci 0004:40:00.0: PCI bridge to [bus 41]
[    7.516202] mpp_vdpu2 fdb50400.vdpu: reset_group->rw_sem_on=0
[    7.517032] pci 0004:40:00.0:   bridge window [mem 0xf4200000-0xf47fffff]
[    7.521419] mpp_vdpu2 fdb50400.vdpu: probing finish
[    7.522527] pcieport 0004:40:00.0: PME: Signaling with IRQ 121
[    7.525809] mpp_vepu2 fdb50000.vepu: Adding to iommu group 1
[    7.530300] mpp_vepu2 fdb50000.vepu: probing start
[    7.534190] mpp_vepu2 fdb50000.vepu: reset_group->rw_sem_on=0
[    7.537877] mpp_vepu2 fdb50000.vepu: reset_group->rw_sem_on=0
[    7.542001] mpp_vepu2 fdb50000.vepu: probing finish
[    7.545878] mpp_vepu2 fdba0000.jpege-core: Adding to iommu group 5
[    7.549663] mpp_vepu2 fdba0000.jpege-core: probing start
[    7.553408] mpp_vepu2 fdba0000.jpege-core: attach ccu success
[    7.557266] mpp_vepu2 fdba0000.jpege-core: probing finish
[    7.562485] mpp_vepu2 fdba4000.jpege-core: Adding to iommu group 6
[    7.567449] mpp_vepu2 fdba4000.jpege-core: probing start
[    7.572459] mpp_vepu2 fdba4000.jpege-core: attach ccu success
[    7.573075] usb 3-1: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
[    7.577917] mpp_vepu2 fdba4000.jpege-core: probing finish
[    7.587760] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.592882] mpp_vepu2 fdba8000.jpege-core: Adding to iommu group 7
[    7.603106] usb 3-1: Product: USB Receiver
[    7.607987] mpp_vepu2 fdba8000.jpege-core: probing start
[    7.618409] usb 3-1: Manufacturer: Logitech
[    7.623393] mpp_vepu2 fdba8000.jpege-core: attach ccu success
[    7.638968] mpp_vepu2 fdba8000.jpege-core: probing finish
[    7.642702] input: Logitech USB Receiver as /devices/platform/fc8c0000.usb/usb3/3-1/3-1:1.0/0003:046D:C534.0001/input/input4
[    7.644123] mpp_vepu2 fdbac000.jpege-core: Adding to iommu group 8
[    7.659406] mpp_vepu2 fdbac000.jpege-core: probing start
[    7.664442] mpp_vepu2 fdbac000.jpege-core: attach ccu success
[    7.670260] mpp_vepu2 fdbac000.jpege-core: probing finish
[    7.675498] mpp-iep2 fdbb0000.iep: Adding to iommu group 9
[    7.680413] mpp-iep2 fdbb0000.iep: probe device
[    7.681849] mpp-iep2 fdbb0000.iep: allocate roi buffer failed
[    7.683693] mpp-iep2 fdbb0000.iep: probing finish
[    7.685154] mpp_jpgdec fdb90000.jpegd: Adding to iommu group 4
[    7.686477] mpp_jpgdec fdb90000.jpegd: probe device
[    7.688202] mpp_jpgdec fdb90000.jpegd: probing finish
[    7.689167] mpp_rkvdec2 fdc38100.rkvdec-core: Adding to iommu group 12
[    7.690200] mpp_rkvdec2 fdc38100.rkvdec-core: rkvdec-core, probing start
[    7.691119] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_a is not found!
[    7.691924] rkvdec2_init:982: No niu aclk reset resource define
[    7.692731] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_h is not found!
[    7.693534] rkvdec2_init:985: No niu hclk reset resource define
[    7.694346] mpp_rkvdec2 fdc38100.rkvdec-core: Looking up vdec-supply from device tree
[    7.695156] mpp_rkvdec2 fdc38100.rkvdec-core: Looking up vdec-supply property in node /rkvdec-core@fdc38000 failed
[    7.695983] mpp_rkvdec2 fdc38100.rkvdec-core: no regulator, devfreq is disabled
[    7.696828] mpp_rkvdec2 fdc38100.rkvdec-core: core_mask=00010001
[    7.697646] mpp_rkvdec2 fdc38100.rkvdec-core: attach ccu as core 0
[    7.698673] mpp_rkvdec2 fdc38100.rkvdec-core: sram_start 0x00000000ff001000
[    7.699578] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_iova 0x00000000fff00000
[    7.700474] mpp_rkvdec2 fdc38100.rkvdec-core: sram_size 491520
[    7.701364] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_size 1048576
[    7.702247] mpp_rkvdec2 fdc38100.rkvdec-core: min_width 512
[    7.703123] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_info_count 20
[    7.703986] mpp_rkvdec2 fdc38100.rkvdec-core: [136, 24576]
[    7.704841] mpp_rkvdec2 fdc38100.rkvdec-core: [137, 49152]
[    7.705643] mpp_rkvdec2 fdc38100.rkvdec-core: [141, 90112]
[    7.706393] mpp_rkvdec2 fdc38100.rkvdec-core: [140, 49152]
[    7.707134] mpp_rkvdec2 fdc38100.rkvdec-core: [139, 180224]
[    7.707869] mpp_rkvdec2 fdc38100.rkvdec-core: [133, 49152]
[    7.708596] mpp_rkvdec2 fdc38100.rkvdec-core: [134, 8192]
[    7.709318] mpp_rkvdec2 fdc38100.rkvdec-core: [135, 4352]
[    7.709651] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-fc8c0000.usb-1/input0
[    7.710029] mpp_rkvdec2 fdc38100.rkvdec-core: [138, 13056]
[    7.710031] mpp_rkvdec2 fdc38100.rkvdec-core: [142, 291584]
[    7.714666] mpp_rkvdec2 fdc38100.rkvdec-core: probing finish
[    7.715479] mpp_rkvdec2 fdc48100.rkvdec-core: Adding to iommu group 13
[    7.716368] mpp_rkvdec2 fdc48100.rkvdec-core: rkvdec-core, probing start
[    7.717164] mpp_rkvdec2 fdc48100.rkvdec-core: shared_niu_a is not found!
[    7.717792] input: Logitech USB Receiver Mouse as /devices/platform/fc8c0000.usb/usb3/3-1/3-1:1.1/0003:046D:C534.0002/input/input5
[    7.717880] rkvdec2_init:982: No niu aclk reset resource define
[    7.717883] mpp_rkvdec2 fdc48100.rkvdec-core: shared_niu_h is not found!
[    7.721518] input: Logitech USB Receiver Consumer Control as /devices/platform/fc8c0000.usb/usb3/3-1/3-1:1.1/0003:046D:C534.0002/input/input6
[    7.721725] rkvdec2_init:985: No niu hclk reset resource define
[    7.721734] mpp_rkvdec2 fdc48100.rkvdec-core: Looking up vdec-supply from device tree
[    7.727095] mpp_rkvdec2 fdc48100.rkvdec-core: Looking up vdec-supply property in node /rkvdec-core@fdc48000 failed
[    7.727873] mpp_rkvdec2 fdc48100.rkvdec-core: no regulator, devfreq is disabled
[    7.728657] mpp_rkvdec2 fdc48100.rkvdec-core: core_mask=00020002
[    7.729426] mpp_rkvdec2 fdc48100.rkvdec-core: attach ccu as core 1
[    7.730290] mpp_rkvdec2 fdc48100.rkvdec-core: sram_start 0x00000000ff079000
[    7.731035] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_iova 0x00000000ffe00000
[    7.731772] mpp_rkvdec2 fdc48100.rkvdec-core: sram_size 487424
[    7.732503] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_size 1048576
[    7.733232] mpp_rkvdec2 fdc48100.rkvdec-core: min_width 512
[    7.733952] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_info_count 20
[    7.734665] mpp_rkvdec2 fdc48100.rkvdec-core: [136, 24576]
[    7.735371] mpp_rkvdec2 fdc48100.rkvdec-core: [137, 49152]
[    7.736073] mpp_rkvdec2 fdc48100.rkvdec-core: [141, 90112]
[    7.736765] mpp_rkvdec2 fdc48100.rkvdec-core: [140, 49152]
[    7.737452] mpp_rkvdec2 fdc48100.rkvdec-core: [139, 180224]
[    7.738133] mpp_rkvdec2 fdc48100.rkvdec-core: [133, 49152]
[    7.738807] mpp_rkvdec2 fdc48100.rkvdec-core: [134, 8192]
[    7.739476] mpp_rkvdec2 fdc48100.rkvdec-core: [135, 4352]
[    7.740140] mpp_rkvdec2 fdc48100.rkvdec-core: [138, 13056]
[    7.740798] mpp_rkvdec2 fdc48100.rkvdec-core: [142, 291584]
[    7.741471] mpp_rkvdec2 fdc48100.rkvdec-core: probing finish
[    7.742207] mpp_rkvenc2 fdbd0000.rkvenc-core: Adding to iommu group 10
[    7.742992] mpp_rkvenc2 fdbd0000.rkvenc-core: probing start
[    7.743741] mpp_rkvenc2 fdbd0000.rkvenc-core: Looking up venc-supply from device tree
[    7.744408] mpp_rkvenc2 fdbd0000.rkvenc-core: Looking up venc-supply property in node /rkvenc-core@fdbd0000 failed
[    7.745083] mpp_rkvenc2 fdbd0000.rkvenc-core: rockchip_init_read_margin: no regulator (venc) found: -19
[    7.745759] mpp_rkvenc2 fdbd0000.rkvenc-core: bin=0
[    7.746458] mpp_rkvenc2 fdbd0000.rkvenc-core: Failed to get leakage
[    7.747150] mpp_rkvenc2 fdbd0000.rkvenc-core: Looking up venc-supply from device tree
[    7.747830] mpp_rkvenc2 fdbd0000.rkvenc-core: Looking up venc-supply property in node /rkvenc-core@fdbd0000 failed
[    7.748519] mpp_rkvenc2 fdbd0000.rkvenc-core: error -ENODEV: _opp_set_regulators: no regulator (venc) found
[    7.749219] mpp_rkvenc2 fdbd0000.rkvenc-core: failed to set opp config
[    7.749895] mpp_rkvenc2 fdbd0000.rkvenc-core: failed to init opp info
[    7.750563] mpp_rkvenc2 fdbd0000.rkvenc-core: failed to init_opp_table
[    7.751225] rkvenc_init:1870: failed to add venc devfreq
[    7.751902] mpp_rkvenc2 fdbd0000.rkvenc-core: attach ccu as core 0
[    7.752782] mpp_rkvenc2 fdbd0000.rkvenc-core: probing finish
[    7.753525] mpp_rkvenc2 fdbe0000.rkvenc-core: Adding to iommu group 11
[    7.754302] mpp_rkvenc2 fdbe0000.rkvenc-core: probing start
[    7.755031] mpp_rkvenc2 fdbe0000.rkvenc-core: Looking up venc-supply from device tree
[    7.755685] mpp_rkvenc2 fdbe0000.rkvenc-core: Looking up venc-supply property in node /rkvenc-core@fdbe0000 failed
[    7.756352] mpp_rkvenc2 fdbe0000.rkvenc-core: rockchip_init_read_margin: no regulator (venc) found: -19
[    7.757004] mpp_rkvenc2 fdbe0000.rkvenc-core: bin=0
[    7.757657] mpp_rkvenc2 fdbe0000.rkvenc-core: Failed to get leakage
[    7.758320] mpp_rkvenc2 fdbe0000.rkvenc-core: Looking up venc-supply from device tree
[    7.758974] mpp_rkvenc2 fdbe0000.rkvenc-core: Looking up venc-supply property in node /rkvenc-core@fdbe0000 failed
[    7.759643] mpp_rkvenc2 fdbe0000.rkvenc-core: error -ENODEV: _opp_set_regulators: no regulator (venc) found
[    7.760313] mpp_rkvenc2 fdbe0000.rkvenc-core: failed to set opp config
[    7.760977] mpp_rkvenc2 fdbe0000.rkvenc-core: failed to init opp info
[    7.761635] mpp_rkvenc2 fdbe0000.rkvenc-core: failed to init_opp_table
[    7.762292] rkvenc_init:1870: failed to add venc devfreq
[    7.762993] mpp_rkvenc2 fdbe0000.rkvenc-core: attach ccu as core 1
[    7.763854] mpp_rkvenc2 fdbe0000.rkvenc-core: probing finish
[    7.764595] mpp_av1dec fdc70000.av1d: Adding to iommu group 14
[    7.765422] mpp_av1dec fdc70000.av1d: probing start
[    7.766374] mpp_av1dec fdc70000.av1d: probing finish
[    7.767249] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up gpu-supply from device tree
[    7.767437] rockchip-dmc dmc: Failed to get specification_serial_number
[    7.767945] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up gpu-supply property in node /power-management@fd8d8000/power-controller failed
[    7.768267] dwmmc_rockchip fe2c0000.mmc: No normal pinctrl state
[    7.768272] dwmmc_rockchip fe2c0000.mmc: No idle pinctrl state
[    7.768308] dwmmc_rockchip fe2c0000.mmc: IDMAC supports 32-bit address mode.
[    7.768339] dwmmc_rockchip fe2c0000.mmc: Using internal DMA controller.
[    7.768345] dwmmc_rockchip fe2c0000.mmc: Version ID is 270a
[    7.768370] dwmmc_rockchip fe2c0000.mmc: DW MMC controller at irq 134,32 bit host data width,256 deep fifo
[    7.768416] dwmmc_rockchip fe2c0000.mmc: Looking up vmmc-supply from device tree
[    7.768611] rockchip-dmc dmc: Failed to get leakage
[    7.768615] dwmmc_rockchip fe2c0000.mmc: Looking up vqmmc-supply from device tree
[    7.769461] mali fb000000.gpu: Kernel DDK version g18p0-01eac0
[    7.769999] rockchip-dmc dmc: soc version=0, speed=0
[    7.770726] mali fb000000.gpu: Looking up mali-supply from device tree
[    7.771388] rockchip-dmc dmc: Looking up center-supply from device tree
[    7.772121] mali fb000000.gpu: Looking up mem-supply from device tree
[    7.773417] rockchip-dmc dmc: Looking up mem-supply from device tree
[    7.773539] mali fb000000.gpu: Looking up mali-supply from device tree
[    7.778713] rockchip-dmc dmc: avs=0
[    7.778909] vdd_gpu_s0: could not add device link fb000000.gpu: -EEXIST
[    7.779505] input: Logitech USB Receiver System Control as /devices/platform/fc8c0000.usb/usb3/3-1/3-1:1.1/0003:046D:C534.0002/input/input7
[    7.780113] hid-generic 0003:046D:C534.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-fc8c0000.usb-1/input1
[    7.781752] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    7.783069] rockchip-dmc dmc: current ATF version 0x100
[    7.783793] mali fb000000.gpu: Failed to get specification_serial_number
[    7.788146] rockchip-dmc dmc: there is no available frequencies!
[    7.788667] mali fb000000.gpu: Failed to get specification_serial_number
[    7.788672] mali fb000000.gpu: Failed to get leakage
[    7.792917] rockchip-dmc dmc: cannot get frequency info
[    7.793681] mali fb000000.gpu: Looking up mali-supply from device tree
[    7.797972] rockchip-dmc: probe of dmc failed with error -1
[    7.798754] debugfs: Directory 'fb000000.gpu-mali' with parent 'vdd_gpu_s0' already present!
[    7.803761] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up sdio-supply from device tree
[    7.803804] vdd_gpu_s0: Failed to create debugfs directory
[    7.805605] WCN: marlin_init entry!
[    7.808311] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up sdio-supply property in node /power-management@fd8d8000/power-controller failed
[    7.808629] mali fb000000.gpu: pvtm=904
[    7.809488] RKNPU fdab0000.npu: Adding to iommu group 0
[    7.810135] mali fb000000.gpu: pvtm-volt-sel=4
[    7.810151] mali fb000000.gpu: Looking up mali-supply from device tree
[    7.810157] debugfs: Directory 'fb000000.gpu-mali' with parent 'vdd_gpu_s0' already present!
[    7.810159] vdd_gpu_s0: Failed to create debugfs directory
[    7.810161] mali fb000000.gpu: Looking up mem-supply from device tree
[    7.810166] vdd_gpu_s0: could not add device link fb000000.gpu: -EEXIST
[    7.810168] debugfs: File 'uA_load' in directory '/' already present!
[    7.810170] debugfs: File 'min_uV' in directory '/' already present!
[    7.810172] debugfs: File 'max_uV' in directory '/' already present!
[    7.810175] debugfs: File 'constraint_flags' in directory '/' already present!
[    7.810475] mali fb000000.gpu: avs=0
[    7.810486] W : [File] : drivers/gpu/arm/bifrost/platform/rk/mali_kbase_config_rk.c; [Line] : 144; [Func] : kbase_platform_rk_init(); power-off-delay-ms not available.
[    7.810615] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up pcie-supply from device tree
[    7.811516] RKNPU fdab0000.npu: RKNPU: rknpu iommu is enabled, using iommu mode
[    7.812245] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up pcie-supply property in node /power-management@fd8d8000/power-controller failed
[    7.813145] RKNPU fdab0000.npu: Looking up rknpu-supply from device tree
[    7.843339] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up npu-supply from device tree
[    7.843908] RKNPU fdab0000.npu: Looking up mem-supply from device tree
[    7.844527] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up npu-supply property in node /power-management@fd8d8000/power-controller failed
[    7.846064] RKNPU fdab0000.npu: can't request region for resource [mem 0xfdab0000-0xfdabffff]
[    7.846962] mali fb000000.gpu: r0p0 status 5 not found in HW issues table;
[    7.848003] RKNPU fdab0000.npu: can't request region for resource [mem 0xfdac0000-0xfdacffff]
[    7.849058] mali fb000000.gpu: falling back to closest match: r0p0 status 0
[    7.850293] RKNPU fdab0000.npu: can't request region for resource [mem 0xfdad0000-0xfdadffff]
[    7.851862] mali fb000000.gpu: Execution proceeding normally with fallback match
[    7.853530] [drm] Initialized rknpu 0.9.6 20240322 for fdab0000.npu on minor 1
[    7.854675] mali fb000000.gpu: GPU identified as 0x7 arch 10.8.6 r0p0 status 0
[    7.857576] mali fb000000.gpu: No priority control manager is configured
[    7.858282] mmc_host mmc1: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
[    7.859474] mali fb000000.gpu: No memory group manager is configured
[    7.860511] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up nputop-supply from device tree
[    7.860522] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up nputop-supply property in node /power-management@fd8d8000/power-controller failed
[    7.860580] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up npu1-supply from device tree
[    7.860586] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up npu1-supply property in node /power-management@fd8d8000/power-controller failed
[    7.860636] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up npu2-supply from device tree
[    7.860642] rockchip-pm-domain fd8d8000.power-management:power-controller: Looking up npu2-supply property in node /power-management@fd8d8000/power-controller failed
[    7.860770] RKNPU fdab0000.npu: Looking up rknpu-supply from device tree
[    7.860779] vdd_npu_s0: could not add device link fdab0000.npu: -EEXIST
[    7.860782] debugfs: File 'uA_load' in directory '/' already present!
[    7.860785] debugfs: File 'min_uV' in directory '/' already present!
[    7.860787] debugfs: File 'max_uV' in directory '/' already present!
[    7.860789] debugfs: File 'constraint_flags' in directory '/' already present!
[    7.862325] RKNPU fdab0000.npu: RKNPU: Failed to get specification_serial_number
[    7.862328] RKNPU fdab0000.npu: Failed to get specification_serial_number
[    7.862334] RKNPU fdab0000.npu: Failed to get leakage
[    7.862345] RKNPU fdab0000.npu: Looking up rknpu-supply from device tree
[    7.862354] debugfs: Directory 'fdab0000.npu-rknpu' with parent 'vdd_npu_s0' already present!
[    7.862356] vdd_npu_s0: Failed to create debugfs directory
[    7.869247] RKNPU fdab0000.npu: pvtm=894
[    7.869926] mali fb000000.gpu: Protected memory allocator not available
[    7.877223] dwmmc_rockchip fe2c0000.mmc: Successfully tuned phase to 135
[    7.878397] mali fb000000.gpu: Capping CSF_FIRMWARE_TIMEOUT to CSF_FIRMWARE_PING_TIMEOUT
[    7.883915] mmc1: new ultra high speed SDR104 SDXC card at address 5048
[    7.885809] mali fb000000.gpu: EM: OPP:600000 is inefficient
[    7.892233] mmcblk1: mmc1:5048 SD64G 58.0 GiB 
[    7.893280] mali fb000000.gpu: EM: OPP:500000 is inefficient
[    7.893283] mali fb000000.gpu: EM: OPP:400000 is inefficient
[    7.893285] mali fb000000.gpu: EM: OPP:300000 is inefficient
[    7.893372] mali fb000000.gpu: EM: created perf domain
[    7.904808]  mmcblk1: p1 p2
[    7.906323] mali fb000000.gpu: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=800000000 h_table=0
[    7.946929] RKNPU fdab0000.npu: pvtm-volt-sel=4
[    7.948143] RKNPU fdab0000.npu: Looking up rknpu-supply from device tree
[    7.952181] debugfs: Directory 'fdab0000.npu-rknpu' with parent 'vdd_npu_s0' already present!
[    7.952358] mali fb000000.gpu: Probed as mali0
[    7.956263] vdd_npu_s0: Failed to create debugfs directory
[    7.964795] RKNPU fdab0000.npu: Looking up mem-supply from device tree
[    7.970895] vdd_npu_s0: could not add device link fdab0000.npu: -EEXIST
[    7.976234] debugfs: File 'uA_load' in directory '/' already present!
[    7.981599] debugfs: File 'min_uV' in directory '/' already present!
[    7.986965] debugfs: File 'max_uV' in directory '/' already present!
[    7.988159] debugfs: File 'constraint_flags' in directory '/' already present!
[    7.990207] RKNPU fdab0000.npu: avs=0
[    7.991418] RKNPU fdab0000.npu: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=800000000 h_table=0
[    8.012251] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    8.032177] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    8.034287] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    8.036207] rockchip-pm rockchip-suspend: not set pwm-regulator-config
[    8.036249] cfg80211: failed to load regulatory.db
[    8.042740] rockchip-suspend not set sleep-mode-config for mem-lite
[    8.050021] rockchip-suspend not set wakeup-config for mem-lite
[    8.055897] rockchip-suspend not set sleep-mode-config for mem-ultra
[    8.061752] rockchip-suspend not set wakeup-config for mem-ultra
[    8.069626] ALSA device list:
[    8.075475]   #0: rockchip-dp0
[    8.081210]   #1: rockchip-hdmi0
[    8.086909]   #2: rockchip-es8388
[    8.100664] Freeing unused kernel memory: 7488K
[    8.132838] Run /init as init process
[    8.138383]   with arguments:
[    8.143860]     /init
[    8.149307]   with environment:
[    8.154715]     HOME=/
[    8.160073]     TERM=linux
[    8.165401]     splash=verbose
[    8.170704]     selinux=0
[    8.373011] input: adc-keys as /devices/platform/adc-keys/input/input10
[    8.704136] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[    9.562600] NET: Registered PF_INET6 protocol family
[    9.567462] Segment Routing with IPv6
[    9.570806] In-situ OAM (IOAM) with IPv6
[   13.844442] input: rk805 pwrkey as /devices/platform/feb20000.spi/spi_master/spi2/spi2.0/rk805-pwrkey.6.auto/input/input11
[   13.941975] [dhd] _dhd_module_init: in Dongle Host Driver, version 101.10.591.33.20 (20230621-1)(gdbe2bd9)
               drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd compiled on Jul 10 2024 at 09:57:33

[   13.941994] [dhd] STATIC-MSG) dhd_static_buf_init : 101.10.361.31 (wlan=r892223-20230427-1)
[   13.942257] [dhd] STATIC-MSG) dhd_init_wlan_mem : prealloc ok for index 0: 2369536(2314K)
[   13.942270] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: Enter
[   13.942317] [dhd] dhd_wlan_init_gpio: WL_HOST_WAKE=-1, oob_irq=139, oob_irq_flags=0x4
[   13.942327] [dhd] dhd_wlan_init_gpio: WL_REG_ON=-1
[   13.942333] [dhd] dhd_wifi_platform_load: Enter
[   13.942357] [dhd] wifi_platform_bus_enumerate device present 1
[   13.942364] [dhd] ======== Card detection to detect PCIE card! ========
[   13.942488] [dhd] dhdpcie_pci_probe : no mutex held
[   13.942495] [dhd] dhdpcie_pci_probe : set mutex lock
[   13.942500] [dhd] PCI_PROBE:  bus 0x41, slot 0x0,vendor 0x14E4, device 0x449D(good PCI location)
[   13.942511] [dhd] dhdpcie_init: found adapter info 'DHD generic adapter'
[   13.942558] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 3, size 139264
[   13.942582] [dhd] succeed to alloc static buf
[   13.942586] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 4, size 0
[   13.942612] pcieh 0004:41:00.0: enabling device (0000 -> 0002)
[   13.942985] [dhd] Disable CTO
[   13.943802] [dhd] DHD: dongle ram size is set to 1310720(orig 1310720) at 0x170000
[   13.943811] [dhd] dhdpcie_bar1_window_switch_enab: bar1_switch_enab=0 ramstart=0x170000 ramend=0x2affff bar1_size=0x0
[   13.943833] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 7, size 43776
[   13.943855] [dhd] dhd_conf_set_chiprev : devid=0x449d, chip=0xaae8, chiprev=2, svid=0x14e4, ssid=0xaae8
[   13.944341] [dhd] dhd_check_htput_chip: htput_support:1
[   13.944350] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 0, size 5152
[   13.953419] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 5, size 65536
[   13.953759] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 19, size 65688
[   13.953981] [dhd] dhd_attach(): thread:dhd_watchdog_thread:416 started
[   13.953990] [dhd] dhd_deferred_work_init: work queue initialized
[   13.953992] [dhd] dhd_tcpack_suppress_set: TCP ACK Suppress mode 0 -> mode 3
[   13.953995] [dhd] dhd_tcpack_suppress_set: TCPACK_INFO_MAXNUM=40, TCPDATA_INFO_MAXNUM=40
[   13.954002] [dhd] dhd_cpumasks_init CPU masks primary(big)=0xf0 secondary(little)=0xe
[   13.954024] [dhd] dhd_cpu_startup_callback(): LB data is not initialized yet.
[   13.954110] [dhd] dhd_cpu_startup_callback(): LB data is not initialized yet.
[   13.954139] [dhd] dhd_cpu_startup_callback(): LB data is not initialized yet.
[   13.954166] [dhd] dhd_cpu_startup_callback(): LB data is not initialized yet.
[   13.954190] [dhd] dhd_cpu_startup_callback(): LB data is not initialized yet.
[   13.954212] [dhd] dhd_cpu_startup_callback(): LB data is not initialized yet.
[   13.954227] [dhd] dhd_cpu_startup_callback(): LB data is not initialized yet.
[   13.954238] [dhd] dhd_cpu_startup_callback(): LB data is not initialized yet.
[   13.954271] [dhd] dhdpcie_bus_attach: making DHD_BUS_DOWN
[   13.954275] [dhd] dhdpcie_init: rc_dev from dev->bus->self (1d87:3588) is 00000000ce568bc8
[   13.954362] [dhd] dhdpcie_init: rc_ep_aspm_cap: 1 rc_ep_l1ss_cap: 1
[   13.954370] [dhd] dhdpcie_request_irq: INTx enabled, irq=112
[   13.954391] [dhd] dhdpcie_bar1_window_switch_enab: bar1_switch_enab=0 ramstart=0x170000 ramend=0x2affff bar1_size=0x400000
[   13.954398] [dhd] dhd_bus_download_firmware: firmware path=/lib/firmware/ap6275p/fw_bcmdhd.bin, nvram path=/lib/firmware/ap6275p/nvram.txt
[   13.954408] [dhd] dhd_conf_set_path_params : Final fw_path=/lib/firmware/ap6275p/fw_bcm43752a2_pcie_ag.bin
[   13.954410] [dhd] dhd_conf_set_path_params : Final nv_path=/lib/firmware/ap6275p/nvram_ap6275p.txt
[   13.954412] [dhd] dhd_conf_set_path_params : Final clm_path=/lib/firmware/ap6275p/clm_bcm43752a2_pcie_ag.blob
[   13.954414] [dhd] dhd_conf_set_path_params : Final conf_path=/lib/firmware/ap6275p/config_bcm43752a2_pcie_ag.txt
[   13.956020] [dhd] dhd_get_download_buffer: Open image file failed /lib/firmware/ap6275p/config_bcm43752a2_pcie_ag.txt
[   13.956025] [dhd] dhd_conf_read_config : Ignore config file /lib/firmware/ap6275p/config_bcm43752a2_pcie_ag.txt
[   13.956028] [dhd] d2h_intr_method -> PCIE_INTX(0); d2h_intr_control -> D2H_INTMASK(0)
[   13.956110] [dhd] dhdpcie_download_code_file: dhd_tcm_test_enable 0, dhd_tcm_test_status 0
[   13.956113] [dhd] dhdpcie_download_code_file: download firmware /lib/firmware/ap6275p/fw_bcm43752a2_pcie_ag.bin
[   13.956129] [dhd] dhd_os_open_image1: /lib/firmware/ap6275p/fw_bcm43752a2_pcie_ag.bin (936074 bytes) open success
[   13.956674] [dhd] dhd_os_open_image1: /lib/firmware/ap6275p/fw_bcm43752a2_pcie_ag.bin (936074 bytes) open success
[   13.956689] [dhd] dhdpcie_download_code_file Using SINGLE image (size 936074)
[   14.052879] [dhd] dhd_os_open_image1: /lib/firmware/ap6275p/nvram_ap6275p.txt (7458 bytes) open success
[   14.054056] [dhd] dhdpcie_download_nvram: dhd_get_download_buffer len 7458
[   14.054076] [dhd] # AP6275P_NVRAM_V1.2_20210918A
[   14.054256] [dhd] dhdpcie_download_nvram: process_nvram_vars len 6036
[   14.073164] [dhd] dhdpcie_bus_write_vars: Download, Upload and compare of NVRAM succeeded.
[   14.073175] [dhd] dhdpcie_bus_write_vars: New varsize is 6040, length token(nvram_csm)=0xfa1905e6
[   14.073659] [dhd] Download and compare of TLV 0xfeedc0de succeeded (size 128, addr 2ae7dc).
[   14.073775] [dhd] dhdpcie_bus_download_state: Took ARM out of Reset
[   14.073853] [dhd] dhd_bus_aer_config: Configure AER registers for EP
[   14.073889] [dhd] dhd_bus_aer_config: Configure AER registers for RC
[   14.165034] [dhd] dhdpcie_readshared: addr=0x20a584 nvram_csm=0xfa1905e6
[   14.165058] [dhd] ### Total time ARM OOR to Readshared pass took 91319 usec ###
[   14.165068] [dhd] dhdpcie_readshared: PCIe shared addr (0x0020a584) read took 90000 usec before dongle is ready
[   14.165357] [dhd] FW supports DAR ? N
[   14.165555] [dhd] H2D DMA WR INDX : array size 172 = 4 * 43
[   14.165578] [dhd] D2H DMA RD INDX : array size 16 = 4 * 4
[   14.165594] [dhd] D2H DMA WR INDX : array size 16 = 4 * 4
[   14.165609] [dhd] H2D DMA RD INDX : array size 172 = 4 * 43
[   14.165620] [dhd] dhdpcie_readshared: max H2D queues 40
[   14.165629] [dhd] FW supports debug buf dest ? N 
[   14.165636] [dhd] FW supports MD ring ? N
[   14.165675] [dhd] dhd_bus_init: Enabling bus->intr_enabled
[   14.165685] [dhd] dhdpcie_oob_intr_register OOB irq=139 flags=0x4
[   14.165755] [dhd] dhdpcie_oob_intr_register: enable_irq_wake
[   14.165795] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 9, size 32896
[   14.165821] [dhd] dhd_prot_init:4125: h2d_max_txpost = 512
[   14.165830] [dhd] dhd_prot_init:4131: h2d_htput_max_txpost = 2048
[   14.165843] [dhd] dhd_prot_init: max_rxbufpost:511 rx_buf_burst:64 rx_bufpost_threshold:64
[   14.165891] [dhd] ENABLING DW:0
[   14.165898] [dhd] IDMA inited
[   14.165905] [dhd] IFRM not enabled in FW !!
[   14.165911] [dhd] DAR not enabled in FW !!
[   14.165917] [dhd] Enable hostcap: EXTD TXS in txcpl
[   14.165946] [dhd] dhd_prot_d2h_sync_init(): D2H sync mechanism is NONE 
[   14.165965] [dhd] dhd_bus_hostready : Read PCICMD Reg: 0x00100006
[   14.165989] [dhd] dhd_bus_hostready: Ring Hostready:1
[   14.165998] [dhd] Attach flowrings pool for 40 rings
[   14.166075] [dhd] iDMA not enabled yet,waiting 1 ms c=1 IDMAControl = 00000000
[   14.167088] [dhd] iDMA enabled PCIEControl = 00000001
[   14.169505] [dhd] trying to send create d2h info ring: id 46
[   14.169525] [dhd] dhd_send_d2h_ringcreate ringid: 3 idx: 46 max_h2d: 43
[   14.169540] [dhd] trying to send create h2d info ring id 45
[   14.169674] [dhd] dhd_prot_process_d2h_ring_create_complete ring create Response status = 0 ring 3, id 0xfffc
[   14.169686] [dhd] info buffer post after ring create
[   14.171593] [dhd] wlc_ver_major 12, wlc_ver_minor 1
[   14.174319] [dhd] dhd_sync_with_dongle: GET_REVINFO device 0x449d, vendor 0x14e4, chipnum 0xaae8
[   14.175881] [dhd] dhd_sync_with_dongle: RxBuf Post : 2048
[   14.175894] [dhd] dhd_sync_with_dongle: RxBuf Post Alloc : 2048
[   14.179333] [dhd] dhd_preinit_ioctls: preinit_status IOVAR not supported, use legacy preinit
[   14.179346] [dhd] dhd_tcpack_suppress_set 378: already set to 3
[   14.181318] [dhd] dhd_legacy_preinit_ioctls: hostwake_oob enabled
[   14.182495] [dhd] dhd_legacy_preinit_ioctls: use firmware generated mac_address 50:41:1c:9f:26:b2
[   14.182597] [dhd] dhd_os_open_image1: /lib/firmware/ap6275p/clm_bcm43752a2_pcie_ag.blob (30993 bytes) open success
[   14.183993] [dhd] dhd_check_current_clm_data: ----- This FW is not included CLM data -----
[   14.228531] [dhd] dhd_apply_default_clm: CLM download succeeded 
[   14.229995] [dhd] dhd_check_current_clm_data: ----- This FW is included CLM data -----
[   14.235397] [dhd] Firmware up: op_mode=0x0005, MAC=50:41:1c:9f:26:b2
[   14.253678] [dhd] dhd_legacy_preinit_ioctls: event_log_max_sets: 26 ret: 0
[   14.269764] [dhd] arp_enable:1 arp_ol:0
[   14.289172] [dhd]   Driver: 101.10.591.33.20 (20230621-1)
               [dhd]   Firmware: wl0: Jul 12 2022 18:54:54 version 18.35.387.23.146 (g412cc5ec) FWID 01-93c53be6
               [dhd]   CLM: 9.9.12_SS (2021-10-12 17:03:28) 
[   14.365603] [dhd] dhd_ecounter_autoconfig Ecounter autoconfig in FW not supported
[   14.369940] [dhd] dhd_legacy_preinit_ioctls: d3_hostwake_delay IOVAR not present, proceed
[   14.400766] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[   14.400820] [dhd] dhd_rx_frame: net device is NOT registered. drop event packet
[   14.403379] [dhd] dhd_conf_set_country : set country CN, revision 0
[   14.408290] [dhd] dhd_conf_set_country : Country code: CN (CN/0)
[   14.421025] [dhd] Dongle Host Driver, version 101.10.591.33.20 (20230621-1)(gdbe2bd9)
               drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd compiled on Jul 10 2024 at 09:57:33

[   14.425028] [dhd] Register interface [wlan0]  MAC: 50:41:1c:9f:26:b2

[   14.425257] [dhd] dhd_tcpack_suppress_set: TCP ACK Suppress mode 3 -> mode 0
[   14.425267] [dhd] dhd_tcpack_suppress_set: TCPACK_INFO_MAXNUM=40, TCPDATA_INFO_MAXNUM=40
[   14.425291] [dhd] [wlan0] wl_android_wifi_off :  g_wifi_on=1 force_off=1
[   14.425300] [dhd] dhd_bus_devreset: == Power OFF ==
[   14.425307] [dhd] dhdpcie_advertise_bus_cleanup: DB7 Not sent!!!
[   14.425335] [dhd] dhd_bus_stop: making DHD_BUS_DOWN
[   14.425363] [dhd] dhd_dpc_kill: tasklet disabled
[   14.427671] [dhd] dhd_bus_devreset: making DHD_BUS_DOWN
[   14.427679] [dhd] dhd_bus_devreset:  WLAN OFF Done
[   14.427686] [dhd] wifi_platform_set_power = 0, delay: 0 msec
[   14.427694] [dhd] ======== PULL WL_REG_ON(-1) LOW! ========
[   14.427700] [WLAN_RFKILL]: rockchip_wifi_power: 0
[   14.427708] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
[   14.427715] wifi power off
[   14.532769] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
[   14.532789] [WLAN_RFKILL]: wifi shut off power [GPIO24-0]
[   14.532803] [dhd] [wlan0] wl_android_wifi_off : out
[   14.533617] [dhd] Register interface [wlan1]  MAC: 52:41:1c:9f:26:b2

[   14.533640] [dhd] wl_android_post_init: 0
[   14.533649] [dhd] dhdpcie_pci_probe : mutex is released.
[   14.533809] [dhd] _dhd_module_init: Exit err=0
[   16.260443] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
[   16.311138] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
[   17.204341] Adding 6143996k swap on /var/cache/swap/swap1.  Priority:-2 extents:51 across:7946236k SS
[   24.701686] rkcifhw fdce0000.rkcif: Adding to iommu group 17
[   24.703346] rkcifhw fdce0000.rkcif: No reserved memory region assign to CIF
[   24.706874] platform mtd_vendor_storage: deferred probe pending
[   25.032200] 8021q: 802.1Q VLAN Support v1.8
[   25.271787] rk_gmac-dwmac fe1c0000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[   25.275457] rk_gmac-dwmac fe1c0000.ethernet eth0: PHY [stmmac-1:01] driver [YT8531 Gigabit Ethernet] (irq=POLL)
[   25.276044] dwmac4: Master AXI performs any burst length
[   25.276060] rk_gmac-dwmac fe1c0000.ethernet eth0: No Safety Features support found
[   25.276078] rk_gmac-dwmac fe1c0000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
[   25.276328] rk_gmac-dwmac fe1c0000.ethernet eth0: registered PTP clock
[   25.276918] rk_gmac-dwmac fe1c0000.ethernet eth0: FPE workqueue start
[   25.276929] rk_gmac-dwmac fe1c0000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[   25.277398] 8021q: adding VLAN 0 to HW filter on device eth0
[   25.277862] [dhd] dhd_pri_open : no mutex held
[   25.277870] [dhd] dhd_pri_open : set mutex lock
[   25.277876] [dhd] [wlan0] dhd_open : Enter
[   25.277881] [dhd] Dongle Host Driver, version 101.10.591.33.20 (20230621-1)(gdbe2bd9)
               drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd compiled on Jul 10 2024 at 09:57:33

[   25.277893] [dhd] dhd_open: ######### called for ifidx=0 #########
[   25.277906] [dhd] [wlan0] wl_android_wifi_on : in g_wifi_on=0
[   25.277914] [dhd] wifi_platform_set_power = 1, delay: 200 msec
[   25.277922] [dhd] ======== PULL WL_REG_ON(-1) HIGH! ========
[   25.277928] [WLAN_RFKILL]: rockchip_wifi_power: 1
[   25.277935] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
[   25.382869] [WLAN_RFKILL]: wifi turn on power [GPIO24-1]
[   25.589686] [dhd] wifi_platform_set_power = 1, sleep done: 200 msec
[   25.589708] [dhd] dhd_bus_devreset: == Power ON ==
[   25.589715] [dhd] dhd_bus_devreset: dhdpcie_bus_start_host_dev OK
[   25.590246] [dhd] ******** Perform FLR ********
[   25.590265] [dhd] config space 0x88 is 0x8080
[   25.590271] [dhd] ******** device not in FLR ********
[   25.590643] [dhd] ******** device force FLR only not set ********
[   25.590648] [dhd] Delay of 70 msec
[   25.666240] [dhd] read_config: reg=0x88 read val=0xb080
[   25.666310] [dhd] read_config: reg=0x88 read val=0xb080
[   25.666367] [dhd] read_config: reg=0x88 read val=0xb080
[   25.666423] [dhd] read_config: reg=0x88 read val=0xb080
[   25.666479] [dhd] read_config: reg=0x88 read val=0xb080
[   25.666535] [dhd] read_config: reg=0x88 read val=0xb080
[   25.666591] [dhd] read_config: reg=0x88 read val=0xb080
[   25.666646] [dhd] read_config: reg=0x88 read val=0xb080
[   25.666702] [dhd] read_config: reg=0x88 read val=0xb080
[   25.666757] [dhd] read_config: reg=0x88 read val=0xb080
[   25.666813] [dhd] read_config: reg=0x88 read val=0xb080
[   25.666868] [dhd] read_config: reg=0x88 read val=0xb080
[   25.666924] [dhd] read_config: reg=0x88 read val=0xb080
[   25.666979] [dhd] read_config: reg=0x88 read val=0xb080
[   25.667035] [dhd] read_config: reg=0x88 read val=0xb080
[   25.667090] [dhd] read_config: reg=0x88 read val=0xb080
[   25.667146] [dhd] read_config: reg=0x88 read val=0xb080
[   25.667201] [dhd] read_config: reg=0x88 read val=0xb080
[   25.667257] [dhd] read_config: reg=0x88 read val=0xb080
[   25.667313] [dhd] read_config: reg=0x88 read val=0xb080
[   25.667368] [dhd] read_config: reg=0x88 read val=0xb080
[   25.667423] [dhd] read_config: reg=0x88 read val=0x8080
[   25.667981] [dhd] ******** FLR Succedeed ********
[   25.668101] [dhd] Disable CTO
[   25.669324] [dhd] dhd_dump_pcie_slave_wrapper_regs pcie slave wrapper base not populated
[   25.669608] [dhd] DHD: dongle ram size is set to 1310720(orig 1310720) at 0x170000
[   25.669622] [dhd] dhdpcie_bar1_window_switch_enab: bar1_switch_enab=0 ramstart=0x170000 ramend=0x2affff bar1_size=0x400000
[   25.669659] [dhd] dhdpcie_request_irq: INTx enabled, irq=112
[   25.669705] [dhd] dhd_bus_download_firmware: firmware path=/lib/firmware/ap6275p/fw_bcmdhd.bin, nvram path=/lib/firmware/ap6275p/nvram.txt
[   25.669737] [dhd] dhd_conf_set_path_params : Final fw_path=/lib/firmware/ap6275p/fw_bcm43752a2_pcie_ag.bin
[   25.669747] [dhd] dhd_conf_set_path_params : Final nv_path=/lib/firmware/ap6275p/nvram_ap6275p.txt
[   25.669756] [dhd] dhd_conf_set_path_params : Final clm_path=/lib/firmware/ap6275p/clm_bcm43752a2_pcie_ag.blob
[   25.669766] [dhd] dhd_conf_set_path_params : Final conf_path=/lib/firmware/ap6275p/config_bcm43752a2_pcie_ag.txt
[   25.669895] [dhd] dhd_get_download_buffer: Open image file failed /lib/firmware/ap6275p/config_bcm43752a2_pcie_ag.txt
[   25.669908] [dhd] dhd_conf_read_config : Ignore config file /lib/firmware/ap6275p/config_bcm43752a2_pcie_ag.txt
[   25.669919] [dhd] d2h_intr_method -> PCIE_INTX(0); d2h_intr_control -> D2H_INTMASK(0)
[   25.670030] [dhd] dhdpcie_download_code_file: dhd_tcm_test_enable 0, dhd_tcm_test_status 0
[   25.670042] [dhd] dhdpcie_download_code_file: download firmware /lib/firmware/ap6275p/fw_bcm43752a2_pcie_ag.bin
[   25.670079] [dhd] dhd_os_open_image1: /lib/firmware/ap6275p/fw_bcm43752a2_pcie_ag.bin (936074 bytes) open success
[   25.670091] [dhd] dhdpcie_download_code_file Using SINGLE image (size 936074)
[   25.764317] [dhd] dhd_os_open_image1: /lib/firmware/ap6275p/nvram_ap6275p.txt (7458 bytes) open success
[   25.764329] [dhd] dhdpcie_download_nvram: dhd_get_download_buffer len 7458
[   25.764331] [dhd] # AP6275P_NVRAM_V1.2_20210918A
[   25.764363] [dhd] dhdpcie_download_nvram: process_nvram_vars len 6036
[   25.782630] [dhd] dhdpcie_bus_write_vars: Download, Upload and compare of NVRAM succeeded.
[   25.782633] [dhd] dhdpcie_bus_write_vars: New varsize is 6040, length token(nvram_csm)=0xfa1905e6
[   25.783052] [dhd] Download and compare of TLV 0xfeedc0de succeeded (size 128, addr 2ae7dc).
[   25.783142] [dhd] dhdpcie_bus_download_state: Took ARM out of Reset
[   25.783161] [dhd] dhd_bus_aer_config: Configure AER registers for EP
[   25.783181] [dhd] dhd_bus_aer_config: Configure AER registers for RC
[   25.873776] [dhd] dhdpcie_readshared: addr=0x20a584 nvram_csm=0xfa1905e6
[   25.873794] [dhd] ### Total time ARM OOR to Readshared pass took 90684 usec ###
[   25.873801] [dhd] dhdpcie_readshared: PCIe shared addr (0x0020a584) read took 90000 usec before dongle is ready
[   25.874077] [dhd] FW supports DAR ? N
[   25.874108] [dhd] H2D DMA WR INDX : array size 172 = 4 * 43
[   25.874116] [dhd] D2H DMA RD INDX : array size 16 = 4 * 4
[   25.874122] [dhd] D2H DMA WR INDX : array size 16 = 4 * 4
[   25.874128] [dhd] H2D DMA RD INDX : array size 172 = 4 * 43
[   25.874135] [dhd] dhdpcie_readshared: max H2D queues 40
[   25.874141] [dhd] FW supports debug buf dest ? N 
[   25.874146] [dhd] FW supports MD ring ? N
[   25.874178] [dhd] dhd_bus_init: Enabling bus->intr_enabled
[   25.874185] [dhd] dhdpcie_oob_intr_register OOB irq=139 flags=0x4
[   25.874226] [dhd] dhdpcie_oob_intr_register: enable_irq_wake
[   25.874261] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 9, size 32896
[   25.874278] [dhd] dhd_prot_init:4125: h2d_max_txpost = 512
[   25.874284] [dhd] dhd_prot_init:4131: h2d_htput_max_txpost = 2048
[   25.874294] [dhd] dhd_prot_init: max_rxbufpost:511 rx_buf_burst:64 rx_bufpost_threshold:64
[   25.874303] [dhd] ENABLING DW:0
[   25.874307] [dhd] IDMA inited
[   25.874312] [dhd] IFRM not enabled in FW !!
[   25.874316] [dhd] DAR not enabled in FW !!
[   25.874320] [dhd] Enable hostcap: EXTD TXS in txcpl
[   25.874383] [dhd] dhd_prot_d2h_sync_init(): D2H sync mechanism is NONE 
[   25.874399] [dhd] dhd_bus_hostready : Read PCICMD Reg: 0x00100006
[   25.874420] [dhd] dhd_bus_hostready: Ring Hostready:1
[   25.874427] [dhd] iDMA not enabled yet,waiting 1 ms c=1 IDMAControl = 00000000
[   25.875436] [dhd] iDMA enabled PCIEControl = 00000001
[   25.877613] [dhd] trying to send create d2h info ring: id 46
[   25.877622] [dhd] dhd_send_d2h_ringcreate ringid: 3 idx: 46 max_h2d: 43
[   25.877630] [dhd] trying to send create h2d info ring id 45
[   25.877967] [dhd] dhd_prot_process_d2h_ring_create_complete ring create Response status = 0 ring 3, id 0xfffc
[   25.877983] [dhd] info buffer post after ring create
[   25.879862] [dhd] wlc_ver_major 12, wlc_ver_minor 1
[   25.880417] [dhd] dhd_sync_with_dongle: GET_REVINFO device 0x449d, vendor 0x14e4, chipnum 0xaae8
[   25.881795] [dhd] dhd_sync_with_dongle: RxBuf Post : 2048
[   25.881803] [dhd] dhd_sync_with_dongle: RxBuf Post Alloc : 2048
[   25.885536] [dhd] dhd_preinit_ioctls: preinit_status IOVAR not supported, use legacy preinit
[   25.885550] [dhd] dhd_tcpack_suppress_set: TCP ACK Suppress mode 0 -> mode 3
[   25.885558] [dhd] dhd_tcpack_suppress_set: TCPACK_INFO_MAXNUM=40, TCPDATA_INFO_MAXNUM=40
[   25.887476] [dhd] dhd_legacy_preinit_ioctls: hostwake_oob enabled
[   25.888580] [dhd] dhd_legacy_preinit_ioctls: use firmware generated mac_address 50:41:1c:9f:26:b2
[   25.888649] [dhd] dhd_os_open_image1: /lib/firmware/ap6275p/clm_bcm43752a2_pcie_ag.blob (30993 bytes) open success
[   25.889131] [dhd] dhd_check_current_clm_data: ----- This FW is not included CLM data -----
[   25.928144] [dhd] dhd_apply_default_clm: CLM download succeeded 
[   25.929720] [dhd] dhd_check_current_clm_data: ----- This FW is included CLM data -----
[   25.937218] [dhd] Firmware up: op_mode=0x0005, MAC=50:41:1c:9f:26:b2
[   25.975546] [dhd] dhd_legacy_preinit_ioctls: event_log_max_sets: 26 ret: 0
[   25.978820] [dhd] arp_enable:1 arp_ol:0
[   25.981341] [dhd]   Driver: 101.10.591.33.20 (20230621-1)
               [dhd]   Firmware: wl0: Jul 12 2022 18:54:54 version 18.35.387.23.146 (g412cc5ec) FWID 01-93c53be6
               [dhd]   CLM: 9.9.12_SS (2021-10-12 17:03:28) 
[   25.994110] [dhd] dhd_ecounter_autoconfig Ecounter autoconfig in FW not supported
[   25.995568] [dhd] dhd_legacy_preinit_ioctls: d3_hostwake_delay IOVAR not present, proceed
[   25.996404] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[   25.996431] [dhd] dhd_rx_frame: net device is NOT registered. drop event packet
[   25.996982] [dhd] dhd_conf_country : country code = CN/0 is already configured
[   26.002374] [dhd] dhd_bus_devreset: WLAN Power On Done
[   26.002387] [dhd] [wlan0] wl_android_wifi_on : Success
[   26.031367] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[   26.031391] [dhd] dhd_rx_frame: net device is NOT registered. drop event packet
[   26.039524] [dhd] CFG80211-ERROR) __wl_update_wiphybands : error get bw_cap 6g (-13)
[   26.045800] [dhd] [wlan0] wl_cfg80211_up : Roam channel cache enabled
[   26.047733] [dhd] [wlan0] dhd_open : Exit ret=0
[   26.047749] [dhd] [wlan0] dhd_pri_open : tx queue started
[   26.047767] [dhd] [wlan0] custom_xps_map_set : Done. mapping cpu
[   26.047773] [dhd] dhd_pri_open : mutex is released.
[   26.048053] [dhd] dhd_static_if_open : no mutex held
[   26.048061] [dhd] dhd_static_if_open : set mutex lock
[   26.048066] [dhd] [wlan1] dhd_static_if_open : Enter
[   26.048072] [dhd] [wlan0] dhd_open : Primary net_device is already up
[   26.048082] [dhd] CFG80211-ERROR) wl_cfg80211_deinit_p2p_discovery : Disabling P2P Discovery Interface 
[   26.048088] [dhd] CFGP2P-ERROR) wl_cfgp2p_disable_discovery :  do nothing, not initialized
[   26.051148] [dhd] dhd_update_interface_flow_info: ifindex:1 previous role:0 new role:0
[   26.058965] [dhd] dhd_clear_del_in_progress
[   26.058976] [dhd] [wlan1] dhd_static_if_open : Exit ret=0
[   26.058984] [dhd] dhd_static_if_open : mutex is released.
[   27.365572] [dhd] [wlan0] wl_escan_set_scan : LEGACY_SCAN
[   27.558747] [dhd] CFG80211-ERROR) wl_escan_handler : escan is not ready. drv_scan_status 0x0 e_type 69 e_status 8
[   27.558760] [dhd] CFG80211-ERROR) wl_escan_handler : [Repeats 0 times]
[   29.961309] [dhd] [wlan0] wl_iw_set_essid : WLC_DISASSOC
[   29.961680] [dhd] dhd_flow_rings_delete: ifindex 0
[   29.961815] [dhd] [wlan0] wl_iw_event : [0 times] disconnected with 00:00:00:00:00:00, event 11, reason 8
[   29.961858] [dhd] [wlan0] wl_ext_iapsta_link : [S] Link down with 00:00:00:00:00:00, WLC_E_DISASSOC(11), reason 8
[   29.962012] [dhd] [wlan0] wl_iw_set_wpaauth : Setting the D11auth 1
[   29.966755] [dhd] [wlan0] wl_iw_set_freq : chan=44
[   29.972459] [dhd] WEXT-ERROR) wl_iw_set_wap : WLC_REASSOC failed (-17).
[   29.974023] [dhd] [wlan0] wl_ext_connect : Connecting with c4:41:1e:7e:f2:34 channel (44) ssid "Cayenne", len (7), sec=wpa2/psk/mfpc/aes

[   30.053550] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[   30.053590] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[   30.082843] [dhd] [wlan0] wl_iw_event : Link UP with c4:41:1e:7e:f2:34
[   30.082902] [dhd] [wlan0] wl_ext_iapsta_link : [S] Link UP with c4:41:1e:7e:f2:34
[   30.173325] [dhd] dhd_prot_flow_ring_create: Send Flow Create Req flow ID 37 for peer c4:41:1e:7e:f2:34 prio 3 ifindex 0 items 512
[   30.173657] [dhd] dhd_prot_flow_ring_create_response_process: Flow Create Response status = 0 Flow 37
[   30.242979] [dhd] dhd_prot_flow_ring_create: Send Flow Create Req flow ID 41 for peer 33:33:00:00:00:16 prio 0 ifindex 0 items 2048
[   30.243234] [dhd] dhd_prot_flow_ring_create_response_process: Flow Create Response status = 0 Flow 41
[   35.691575] tun: Universal TUN/TAP device driver, 1.6
[ 9887.549038] [dhd] wl_process_host_event: Deleting all STA from assoc list and flowrings.
[ 9887.549101] [dhd] dhd_flow_rings_delete: ifindex 0
[ 9887.549165] [dhd] dhd_prot_flow_ring_delete: Send Flow Delete Req RING ID 37 for peer c4:41:1e:7e:f2:34 prio 3 ifindex 0
[ 9887.549235] [dhd] dhd_prot_flow_ring_delete: Send Flow Delete Req RING ID 41 for peer 33:33:00:00:00:16 prio 0 ifindex 0
[ 9887.549504] [dhd] dhd_prot_flow_ring_delete_response_process: Flow Delete Response status = 0 Flow 37
[ 9887.549564] [dhd] dhd_prot_flow_ring_delete_response_process: Flow Delete Response status = 0 Flow 41
[ 9887.549713] [dhd] [wlan0] wl_iw_event : Link Down with c4:41:1e:7e:f2:34, reason=1
[ 9887.549797] [dhd] [wlan0] wl_ext_iapsta_link : [S] Link down with c4:41:1e:7e:f2:34, WLC_E_LINK(16), reason 1
[ 9887.654503] [dhd] [wlan0] wl_escan_set_scan : LEGACY_SCAN
[ 9887.679506] [dhd] CFG80211-ERROR) wl_escan_handler : escan is not ready. drv_scan_status 0x0 e_type 69 e_status 8
[ 9887.679524] [dhd] CFG80211-ERROR) wl_escan_handler : [Repeats 65 times]
[ 9889.372729] [dhd] [wlan0] wl_iw_set_essid : WLC_DISASSOC
[ 9889.373994] [dhd] dhd_flow_rings_delete: ifindex 0
[ 9889.374188] [dhd] wl_process_host_event: Deleting all STA from assoc list and flowrings.
[ 9889.374229] [dhd] dhd_flow_rings_delete: ifindex 0
[ 9889.374286] [dhd] [wlan0] wl_iw_event : [0 times] disconnected with 00:00:00:00:00:00, event 11, reason 8
[ 9889.374339] [dhd] [wlan0] wl_ext_iapsta_link : [S] Link down with 00:00:00:00:00:00, WLC_E_DISASSOC(11), reason 8
[ 9889.374364] [dhd] [wlan0] wl_iw_event : Link Down with 00:00:00:00:00:00, reason=2
[ 9889.374388] [dhd] [wlan0] wl_ext_iapsta_link : [S] Link down with 00:00:00:00:00:00, WLC_E_LINK(16), reason 2
[ 9889.374889] [dhd] [wlan0] wl_iw_set_wpaauth : Setting the D11auth 1
[ 9889.381808] [dhd] [wlan0] wl_iw_set_freq : chan=36
[ 9889.387094] [dhd] WEXT-ERROR) wl_iw_set_wap : WLC_REASSOC failed (-17).
[ 9889.388624] [dhd] [wlan0] wl_ext_connect : Connecting with c4:41:1e:7e:f1:c1 channel (36) ssid "Cayenne", len (7), sec=wpa2/psk/mfpc/aes

[ 9889.488454] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9889.488494] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9889.495309] [dhd] [wlan0] wl_escan_set_scan : LEGACY_SCAN
[ 9889.495575] [dhd] [wlan0] ESCAN-ERROR) wl_escan_set_scan : escan error (-16)
[ 9889.799420] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9889.799460] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9889.801940] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9889.801980] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9889.805209] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9889.805250] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9889.807467] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9889.807508] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9889.809654] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9889.809695] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9889.812101] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9889.812141] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9889.814394] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9889.814434] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9889.816722] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9889.816762] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9890.128274] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9890.128314] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9890.130914] [dhd] [wlan0] wl_ext_iapsta_link : connect failed event=0, reason=0, status=5
[ 9890.501025] [dhd] [wlan0] wl_escan_set_scan : LEGACY_SCAN
[ 9891.711937] [dhd] CFG80211-ERROR) wl_escan_handler : escan is not ready. drv_scan_status 0x0 e_type 69 e_status 8
[ 9891.711978] [dhd] CFG80211-ERROR) wl_escan_handler : [Repeats 61 times]
[ 9893.099112] [dhd] [wlan0] wl_iw_set_essid : WLC_DISASSOC
[ 9893.099621] [dhd] dhd_flow_rings_delete: ifindex 0
[ 9893.099914] [dhd] [wlan0] wl_iw_event : [0 times] disconnected with 00:00:00:00:00:00, event 11, reason 8
[ 9893.100017] [dhd] [wlan0] wl_ext_iapsta_link : [S] Link down with 00:00:00:00:00:00, WLC_E_DISASSOC(11), reason 8
[ 9893.100468] [dhd] [wlan0] wl_iw_set_wpaauth : Setting the D11auth 1
[ 9893.107406] [dhd] [wlan0] wl_iw_set_freq : chan=161
[ 9893.112738] [dhd] WEXT-ERROR) wl_iw_set_wap : WLC_REASSOC failed (-17).
[ 9893.114421] [dhd] [wlan0] wl_ext_connect : Connecting with c4:41:1e:7e:f5:37 channel (161) ssid "Cayenne", len (7), sec=wpa2/psk/mfpc/aes

[ 9893.187572] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9893.187613] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9894.189179] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9894.189220] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9895.190076] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9895.190117] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9896.191621] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9896.191661] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9897.192544] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9897.192585] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9898.117690] [dhd] [wlan0] wl_iw_mlme : WLC_SCB_DEAUTHENTICATE_FOR_REASON
[ 9898.119334] [dhd] [wlan0] wl_ext_iapsta_link : connect failed event=0, reason=0, status=4
[ 9898.225374] [dhd] [wlan0] wl_escan_set_scan : LEGACY_SCAN
[ 9898.423289] [dhd] CFG80211-ERROR) wl_escan_handler : escan is not ready. drv_scan_status 0x0 e_type 69 e_status 8
[ 9898.423329] [dhd] CFG80211-ERROR) wl_escan_handler : [Repeats 7 times]
[ 9900.803795] [dhd] [wlan0] wl_iw_set_essid : WLC_DISASSOC
[ 9900.804308] [dhd] dhd_flow_rings_delete: ifindex 0
[ 9900.804562] [dhd] [wlan0] wl_iw_event : [0 times] disconnected with 00:00:00:00:00:00, event 11, reason 8
[ 9900.804627] [dhd] [wlan0] wl_ext_iapsta_link : [S] Link down with 00:00:00:00:00:00, WLC_E_DISASSOC(11), reason 8
[ 9900.804997] [dhd] [wlan0] wl_iw_set_wpaauth : Setting the D11auth 1
[ 9900.812221] [dhd] [wlan0] wl_iw_set_freq : chan=36
[ 9900.817458] [dhd] WEXT-ERROR) wl_iw_set_wap : WLC_REASSOC failed (-17).
[ 9900.819046] [dhd] [wlan0] wl_ext_connect : Connecting with c4:41:1e:7e:f1:c1 channel (36) ssid "Cayenne", len (7), sec=wpa2/psk/mfpc/aes

[ 9900.932684] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9900.932724] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9901.244040] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9901.244080] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9901.555290] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9901.555330] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9901.866354] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9901.866395] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9902.177405] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9902.177449] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9902.533061] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9902.533101] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9902.854577] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9902.854617] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9903.165670] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9903.165710] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9903.477149] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9903.477191] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9903.788254] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9903.788295] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9904.099428] [dhd] [wlan0] wl_ext_iapsta_link : connect failed event=0, reason=0, status=2
[ 9905.822692] [dhd] [wlan0] wl_iw_mlme : WLC_SCB_DEAUTHENTICATE_FOR_REASON
[ 9905.929196] [dhd] [wlan0] wl_escan_set_scan : LEGACY_SCAN
[ 9906.010019] [dhd] CFG80211-ERROR) wl_escan_handler : escan is not ready. drv_scan_status 0x0 e_type 69 e_status 8
[ 9906.010059] [dhd] CFG80211-ERROR) wl_escan_handler : [Repeats 50 times]
[ 9916.537354] [dhd] [wlan0] wl_escan_set_scan : LEGACY_SCAN
[ 9916.752420] [dhd] CFG80211-ERROR) wl_escan_handler : escan is not ready. drv_scan_status 0x0 e_type 69 e_status 8
[ 9916.752445] [dhd] CFG80211-ERROR) wl_escan_handler : [Repeats 42 times]
[ 9919.138112] [dhd] [wlan0] wl_iw_set_essid : WLC_DISASSOC
[ 9919.139041] [dhd] [wlan0] wl_iw_set_wpaauth : Setting the D11auth 1
[ 9919.146115] [dhd] [wlan0] wl_iw_set_freq : chan=161
[ 9919.147108] [dhd] WEXT-ERROR) wl_iw_set_wap : WLC_REASSOC failed (-4).
[ 9919.148617] [dhd] [wlan0] wl_ext_connect : Connecting with c4:41:1e:7e:f5:37 channel (161) ssid "Cayenne", len (7), sec=wpa2/psk/mfpc/aes

[ 9919.300205] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9919.300246] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9920.301138] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9920.301180] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9921.302693] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9921.302733] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9922.303613] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9922.303655] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9923.305148] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9923.305187] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9924.173784] [dhd] [wlan0] wl_iw_mlme : WLC_SCB_DEAUTHENTICATE_FOR_REASON
[ 9924.175391] [dhd] [wlan0] wl_ext_iapsta_link : connect failed event=0, reason=0, status=4
[ 9924.304425] [dhd] [wlan0] wl_escan_set_scan : LEGACY_SCAN
[ 9924.405359] [dhd] CFG80211-ERROR) wl_escan_handler : escan is not ready. drv_scan_status 0x0 e_type 69 e_status 8
[ 9924.405398] [dhd] CFG80211-ERROR) wl_escan_handler : [Repeats 47 times]
[ 9943.877831] [dhd] [wlan0] wl_escan_set_scan : LEGACY_SCAN
[ 9944.001038] [dhd] CFG80211-ERROR) wl_escan_handler : escan is not ready. drv_scan_status 0x0 e_type 69 e_status 8
[ 9944.001079] [dhd] CFG80211-ERROR) wl_escan_handler : [Repeats 37 times]
[ 9946.497419] [dhd] [wlan0] wl_iw_set_essid : WLC_DISASSOC
[ 9946.498588] [dhd] [wlan0] wl_iw_set_wpaauth : Setting the D11auth 1
[ 9946.504906] [dhd] [wlan0] wl_iw_set_freq : chan=4
[ 9946.505550] [dhd] WEXT-ERROR) wl_iw_set_wap : WLC_REASSOC failed (-4).
[ 9946.506581] [dhd] [wlan0] wl_ext_connect : Connecting with c4:41:1e:7e:f5:35 channel (4) ssid "Cayenne", len (7), sec=wpa2/psk/mfpc/aes

[ 9946.620517] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9946.620557] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9946.943496] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9946.943536] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9947.264968] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9947.265008] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9947.633706] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9947.633746] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9947.945478] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9947.945518] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9948.257197] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9948.257237] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9948.569567] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9948.569606] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9948.883713] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9948.883757] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9949.195438] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9949.195478] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9949.507173] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 9949.507215] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 9949.820857] [dhd] [wlan0] wl_ext_iapsta_link : connect failed event=0, reason=0, status=2
[ 9951.531066] [dhd] [wlan0] wl_iw_mlme : WLC_SCB_DEAUTHENTICATE_FOR_REASON
[ 9951.637506] [dhd] [wlan0] wl_escan_set_scan : LEGACY_SCAN
[ 9951.681833] [dhd] CFG80211-ERROR) wl_escan_handler : escan is not ready. drv_scan_status 0x0 e_type 69 e_status 8
[ 9951.681858] [dhd] CFG80211-ERROR) wl_escan_handler : [Repeats 42 times]
[ 9999.250044] [dhd] [wlan0] wl_escan_set_scan : LEGACY_SCAN
[ 9999.296811] [dhd] CFG80211-ERROR) wl_escan_handler : escan is not ready. drv_scan_status 0x0 e_type 69 e_status 8
[ 9999.296851] [dhd] CFG80211-ERROR) wl_escan_handler : [Repeats 50 times]
[10001.871275] [dhd] [wlan0] wl_iw_set_essid : WLC_DISASSOC
[10001.872459] [dhd] [wlan0] wl_iw_set_wpaauth : Setting the D11auth 1
[10001.878920] [dhd] [wlan0] wl_iw_set_freq : chan=44
[10001.879563] [dhd] WEXT-ERROR) wl_iw_set_wap : WLC_REASSOC failed (-4).
[10001.880595] [dhd] [wlan0] wl_ext_connect : Connecting with c4:41:1e:7e:f2:34 channel (44) ssid "Cayenne", len (7), sec=wpa2/psk/mfpc/aes

[10001.991937] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[10001.991977] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[10001.997579] [dhd] [wlan0] wl_iw_event : Link UP with c4:41:1e:7e:f2:34
[10001.997610] [dhd] [wlan0] wl_ext_iapsta_link : [S] Link UP with c4:41:1e:7e:f2:34
[10002.009972] [dhd] dhd_prot_flow_ring_create: Send Flow Create Req flow ID 37 for peer c4:41:1e:7e:f2:34 prio 3 ifindex 0 items 512
[10002.010308] [dhd] dhd_prot_flow_ring_create_response_process: Flow Create Response status = 0 Flow 37
[10002.081537] [dhd] dhd_prot_flow_ring_create: Send Flow Create Req flow ID 41 for peer 33:33:00:00:00:16 prio 0 ifindex 0 items 2048
[10002.081779] [dhd] dhd_prot_flow_ring_create_response_process: Flow Create Response status = 0 Flow 41
[30534.070414] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_disable] Crtc atomic disable vp0
[30536.480351] usb 3-1: USB disconnect, device number 2

Now go back to Rockchip RK3588S OrangePi 5B and Install a Gentoo System "From Scratch"