20240605在Toybrick的TB-RK3588开发板上刷Buildroot

20240605在Toybrick的TB-RK3588开发板上刷Buildroot
2024/6/5 15:30


1、直接给Toybrick刷EVB7的IMG固件,跑飞。
rootroot@rootroot-ThinkBook-16-G5-IRH:~/repo_RK3588_Buildroot20240508$ ./build.sh --help
rootroot@rootroot-ThinkBook-16-G5-IRH:~/repo_RK3588_Buildroot20240508$ ./build.sh lunch
3. rockchip_rk3588_evb7_v11_defconfig
Which would you like? [1]: 3
rootroot@rootroot-ThinkBook-16-G5-IRH:~/repo_RK3588_Buildroot20240508$ 
rootroot@rootroot-ThinkBook-16-G5-IRH:~/repo_RK3588_Buildroot20240508$ ./build.sh
rootroot@rootroot-ThinkBook-16-G5-IRH:~/repo_RK3588_Buildroot20240508$ 


2、
由于在rockchip目录有看到toybrick的专属DTS,那就直接使用toybrick的DTS来替换EVB7的DTS。
编译指令照旧,刷机正常了。看来Toybrick还是针对EVB7进行了一些订制/定制修改的!【专门让你起不来】
一直以为Toybrick的开发板就相当于开发板。但是现在发觉Toybrick也【有理由】动机不纯了!

Z:\rk3588-toybrick-x0-linux20240508\kernel\arch\arm64\boot\dts\rockchip\rk3588-evb7-v11-linux.dts
Z:\rk3588-toybrick-x0-linux20240508\kernel\arch\arm64\boot\dts\rockchip\rk3588-toybrick-x0-linux.dts


// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Copyright (c) 2023 Rockchip Electronics Co., Ltd.
 *
 */

/dts-v1/;

#include "rk3588-evb7-v11.dtsi"
#include "rk3588-evb7-v11-imx415.dtsi"
#include "rk3588-linux.dtsi"

/ {
    model = "Rockchip RK3588 EVB7 V11 Board";
    compatible = "rockchip,rk3588-evb7-v11", "rockchip,rk3588";
};

修改为:

// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Copyright (c) 2021 Rockchip Electronics Co., Ltd.
 *
 */

/dts-v1/;

#include "rk3588-toybrick-x0.dtsi"
#include "rk3588-linux.dtsi"
//#include "rk3588-toybrick-imx258.dtsi"
/ {
    model = "Rockchip RK3588 TOYBRICK X10 Board";
    compatible = "rockchip,rk3588-toybrick-x10-linux", "rockchip,rk3588";
};


3、刷机之后默认竖屏:


 

跑飞了:

[BEGIN] 2024/6/5 15:37:31
[   98.072087] [dhd] [wlan0] wl_run_escan : LEGACY_SCAN sync ID: 12, bssidx: 0

root@rk3588-buildroot:/# 300 frames in 5 seconds: 60.000000 fps
 FPS: 2204 FrameTime: 0.454 ms
[shading] shading=cel:DDR d5483af87d cym 23/11/23-16:15:24,fwver: v1.15
LPDDR4X, 2112MHz
channel[0] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
channel[1] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
channel[2] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
channel[3] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
Manufacturer ID:0x1
CH0 RX Vref:30.6%, TX Vref:20.8%,21.8%
CH1 RX Vref:28.7%, TX Vref:21.8%,21.8%
CH2 RX Vref:31.0%, TX Vref:21.8%,20.8%
CH3 RX Vref:30.6%, TX Vref:19.8%,19.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-ge4e124926e-230922 #lxh (Sep 25 2023 - 10:58:38), fwver: v1.13
unknown raw ID 0 0 0
unrecognized JEDEC id bytes: 00, 00, 00
Trying to boot from MMC2
MMC: no card present
mmc_init: -123, time 1
spl: mmc init failed with error: -123
Trying to boot from MMC1
SPL: A/B-slot: _a, successful: 0, tries-remain: 7
Trying fit image at 0x4000 sector
## Verified-boot: 0
## Checking atf-1 0x00040000 ... sha256(2e8446f969...) + OK
## Checking uboot 0x00200000 ... sha256(b54e3f85fa...) + OK
## Checking fdt 0x00345490 ... sha256(a434b1c4fe...) + OK
## Checking atf-2 0xff100000 ... sha256(9f75e6ec37...) + OK
## Checking atf-3 0x000f0000 ... sha256(c80587de50...) + OK
## Checking optee 0x08400000 ... sha256(4b2d406bfc...) + OK
Jumping to U-Boot(0x00200000) via ARM Trusted Firmware(0x00040000)
Total: 82.717/240.171 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: 0x1
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
INFO:    dfs DDR fsp_params[0].freq_mhz= 2112MHz
INFO:    dfs DDR fsp_params[1].freq_mhz= 528MHz
INFO:    dfs DDR fsp_params[2].freq_mhz= 1068MHz
INFO:    dfs DDR fsp_params[3].freq_mhz= 1560MHz
INFO:    BL31: Initialising Exception Handling Framework
INFO:    BL31: Initializing runtime services
INFO:    BL31: Initializing BL32
I/TC: 
I/TC: OP-TEE version: 3.13.0-752-g62aa10b78 #hisping.lin (gcc version 10.2.1 20201103 (GNU Toolchain for the A-profile Architecture 10.2-2020.11 (arm-10.16))) #2 Mon Sep 25 10:04:34 CST 2023 aarch64, fwver: v1.15 
I/TC: Primary CPU initializing
I/TC: Primary CPU switching to normal world boot
INFO:    BL31: Preparing for EL3 exit to normal world
INFO:    Entry point address = 0x200000
INFO:    SPSR = 0x3c9


U-Boot 2017.09 (Jun 04 2024 - 10:57:55 +0800)

Model: Rockchip RK3588 Evaluation Board
MPIDR: 0x81000000
PreSerial: 2, raw, 0xfeb50000
DRAM:  8 GiB
Sysmem: init
Relocation Offset: eda18000
Relocation fdt: eb9fa160 - eb9fecd0
CR: M/C/I
Using default environment

optee api revision: 2.0
mmc@fe2c0000: 1, mmc@fe2e0000: 0
Bootdev(atags): mmc 0
MMC0: HS400 Enhanced Strobe, 200Mhz
PartType: EFI
TEEC: Waring: Could not find security partition
DM: v2
boot mode: None
RESC: 'boot', blk@0x00019a8d
resource: sha256+
FIT: no signed, no conf required
DTB: rk-kernel.dtb
HASH(c): OK
Error binding driver 'fixed regulator': -22
Some drivers failed to bind
I2c0 speed: 100000Hz
vsel-gpios- not found!
en-gpios- not found!
vdd_cpu_big0_s0 800000 uV
vsel-gpios- not found!
en-gpios- not found!
vdd_cpu_big1_s0 800000 uV
I2c2 speed: 400000Hz
vsel-gpios- not found!
en-gpios- not found!
vdd_npu_s0 800000 uV
spi2: RK806: 2
ON=0x40, OFF=0x00
vdd_gpu_s0 750000 uV
vdd_cpu_lit_s0 750000 uV
vdd_log_s0 750000 uV
vdd_vdenc_s0 init 750000 uV
vdd_ddr_s0 850000 uV
Device 'gpio@fd8a0000': seq 0 is in use by 'gpio@fd8a0000'
Device 'gpio@fec20000': seq 1 is in use by 'gpio@fd8a0000'
serdes_power_init failed to get serdes misc device
Model: Rockchip RK3588 TOYBRICK X10 Board
MPIDR: 0x81000000
download key pressed... entering download mode...
RKUSB: LUN 0, dev 0, hwpart 0, sector 0x0, count 0x3a4a000
/usb device is high-speed
/DDR d5483af87d cym 23/11/23-16:15:24,fwver: v1.15
LPDDR4X, 2112MHz
channel[0] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
channel[1] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
channel[2] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
channel[3] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
Manufacturer ID:0x1
CH0 RX Vref:30.1%, TX Vref:20.8%,21.8%
CH1 RX Vref:28.7%, TX Vref:21.8%,21.8%
CH2 RX Vref:31.4%, TX Vref:21.8%,20.8%
CH3 RX Vref:30.1%, TX Vref:19.8%,19.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-ge4e124926e-230922 #lxh (Sep 25 2023 - 10:58:38), fwver: v1.13
unknown raw ID 0 0 0
unrecognized JEDEC id bytes: 00, 00, 00
Trying to boot from MMC2
MMC: no card present
mmc_init: -123, time 1
spl: mmc init failed with error: -123
Trying to boot from MMC1
Magic is incorrect.
Error validating A/B metadata from disk. Resetting and writing new A/B metadata to disk.
SPL: A/B-slot: _a, successful: 0, tries-remain: 7
Trying fit image at 0x4000 sector
## Verified-boot: 0
## Checking atf-1 0x00040000 ... sha256(2e8446f969...) + OK
## Checking uboot 0x00200000 ... sha256(bf7cc53d6a...) + OK
## Checking fdt 0x00345490 ... sha256(a434b1c4fe...) + OK
## Checking atf-2 0xff100000 ... sha256(9f75e6ec37...) + OK
## Checking atf-3 0x000f0000 ... sha256(c80587de50...) + OK
## Checking optee 0x08400000 ... sha256(4b2d406bfc...) + OK
Jumping to U-Boot(0x00200000) via ARM Trusted Firmware(0x00040000)
Total: 84.307/241.924 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: 0x1
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
INFO:    dfs DDR fsp_params[0].freq_mhz= 2112MHz
INFO:    dfs DDR fsp_params[1].freq_mhz= 528MHz
INFO:    dfs DDR fsp_params[2].freq_mhz= 1068MHz
INFO:    dfs DDR fsp_params[3].freq_mhz= 1560MHz
INFO:    BL31: Initialising Exception Handling Framework
INFO:    BL31: Initializing runtime services
INFO:    BL31: Initializing BL32
I/TC: 
I/TC: OP-TEE version: 3.13.0-752-g62aa10b78 #hisping.lin (gcc version 10.2.1 20201103 (GNU Toolchain for the A-profile Architecture 10.2-2020.11 (arm-10.16))) #2 Mon Sep 25 10:04:34 CST 2023 aarch64, fwver: v1.15 
I/TC: Primary CPU initializing
I/TC: Primary CPU switching to normal world boot
INFO:    BL31: Preparing for EL3 exit to normal world
INFO:    Entry point address = 0x200000
INFO:    SPSR = 0x3c9


U-Boot 2017.09 (Jun 01 2024 - 15:24:59 +0800)

Model: Rockchip RK3588 Evaluation Board
MPIDR: 0x81000000
PreSerial: 2, raw, 0xfeb50000
DRAM:  8 GiB
Sysmem: init
Relocation Offset: eda18000
Relocation fdt: eb9fa160 - eb9fecd0
CR: M/C/I
Using default environment

optee api revision: 2.0
mmc@fe2c0000: 1, mmc@fe2e0000: 0
Bootdev(atags): mmc 0
MMC0: HS400 Enhanced Strobe, 200Mhz
PartType: EFI
TEEC: Waring: Could not find security partition
DM: v2
boot mode: normal
RESC: 'boot', blk@0x00019a97
resource: sha256+
FIT: no signed, no conf required
DTB: rk-kernel.dtb
HASH(c): OK
I2c0 speed: 100000Hz
vsel-gpios- not found!
en-gpios- not found!
vdd_cpu_big0_s0 800000 uV
vsel-gpios- not found!
en-gpios- not found!
vdd_cpu_big1_s0 800000 uV
I2c1 speed: 100000Hz
vsel-gpios- not found!
en-gpios- not found!
vdd_npu_s0 500000 uV
spi2: RK806: 2
ON=0x40, OFF=0x00
vdd_gpu_s0 750000 uV
vdd_cpu_lit_s0 750000 uV
vdd_log_s0 750000 uV
vdd_vdenc_s0 init 750000 uV
vdd_ddr_s0 850000 uV
Device 'gpio@fd8a0000': seq 0 is in use by 'gpio@fd8a0000'
serdes_power_init failed to get serdes misc device
get vp0 plane mask:0x5, primary id:2, cursor_plane:-1, from dts
get vp1 plane mask:0xa, primary id:3, cursor_plane:-1, from dts
get vp2 plane mask:0x140, primary id:8, cursor_plane:-1, from dts
get vp3 plane mask:0x280, primary id:9, cursor_plane:-1, from dts
Could not find baseparameter partition
Model: Rockchip RK3588 EVB7 V11 Board
MPIDR: 0x81000000
Minidump: init...
Rockchip UBOOT DRM driver version: v1.0.1
vp0 have layer nr:2[0 2 ], primary plane: 2
vp1 have layer nr:2[1 3 ], primary plane: 3
vp2 have layer nr:2[6 8 ], primary plane: 8
vp3 have layer nr:2[7 9 ], primary plane: 9
Using display timing dts
dsi@fde20000:  detailed mode clock 132000 kHz, flags[a]
    H: 1080 1095 1099 1129
    V: 1920 1935 1937 1952
bus_format: 100e
VOP update mode to: 1080x1920p60, type: MIPI0 for VP3
VP3 set crtc_clock to 132000KHz
VOP VP3 enable Esmart3[654x270->654x270@213x825] fmt[2] addr[0xedf04000]
final DSI-Link bandwidth: 880000 Kbps x 4
Monitor has basic audio support
Could not find baseparameter partition
color_format:1
hdmi_select_link_config use tmds mode
mode:1920x1080 bus_format:0x2025
hdmi@fde80000:  detailed mode clock 148500 kHz, flags[5]
    H: 1920 2008 2052 2200
    V: 1080 1084 1089 1125
bus_format: 2025
VOP update mode to: 1920x1080p60, type: HDMI0 for VP0
dclk:148500,if_pixclk_div;2,if_dclk_div:4
VP0 set crtc_clock to 148500KHz
VOP VP0 enable Esmart0[654x270->654x270@633x405] fmt[2] addr[0xedf04000]
CEA mode used vic=16
mtmdsclock:148500000
hdptx_ropll_cmn_config bus_width:16a8c8 rate:1485000
hdptx phy pll locked!
dw_hdmi_setup HDMI mode
don't use dsc mode
dw hdmi qp use tmds mode
bus_width:0x16a8c8,bit_rate:1485000
hdptx phy lane locked!
i2c read err!
i2c read err!
i2c read err!
i2c read err!
i2c read err!
can't get edid block:0
failed to get edid
Could not find baseparameter partition
color_format:0
hdmi_select_link_config use tmds mode
mode:1920x1080 bus_format:0x100a
hdmi@fdea0000:  detailed mode clock 148500 kHz, flags[5]
    H: 1920 2008 2052 2200
    V: 1080 1084 1089 1125
bus_format: 100a
VOP update mode to: 1920x1080p60, type: HDMI1 for VP1
dclk:148500,if_pixclk_div;2,if_dclk_div:4
VP1 set crtc_clock to 148500KHz
VOP VP1 enable Esmart1[654x270->654x270@633x405] fmt[2] addr[0xedf04000]
CEA mode used vic=16
mtmdsclock:148500000
hdptx_ropll_cmn_config bus_width:16a8c8 rate:1485000
hdptx phy pll locked!
dw_hdmi_setup HDMI mode
don't use dsc mode
dw hdmi qp use tmds mode
bus_width:0x16a8c8,bit_rate:1485000
hdptx phy lane locked!
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 786431 KHz
  cpll 1500000 KHz
  gpll 1188000 KHz
  npll 850000 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:   eth1: ethernet@fe1c0000
Hit key to stop autoboot('CTRL+C'):  0 
ANDROID: reboot reason: "(none)"
Not AVB images, AVB skip
No valid android hdr
Android image load failed
Android boot failed, error -1.
## Booting FIT Image at 0xe94a6340 with size 0x02352e00
Fdt Ramdisk skip relocation
## Loading kernel from FIT Image at e94a6340 ...
   Using 'conf' configuration
## Verified-boot: 0
   Trying 'kernel' kernel subimage
     Description:  unavailable
     Type:         Kernel Image
     Compression:  uncompressed
     Data Start:   0xe94ec740
     Data Size:    36751872 Bytes = 35 MiB
     Architecture: AArch64
     OS:           Linux
     Load Address: 0x00400000
     Entry Point:  0x00400000
     Hash algo:    sha256
     Hash value:   b3d7a9ea18d9093684391acb0a7ff3cfd575390860bd560a5ef2c2b2bfda6949
   Verifying Hash Integrity ... sha256+ OK
## Loading fdt from FIT Image at e94a6340 ...
   Using 'conf' configuration
   Trying 'fdt' fdt subimage
     Description:  unavailable
     Type:         Flat Device Tree
     Compression:  uncompressed
     Data Start:   0xe94a6b40
     Data Size:    285407 Bytes = 278.7 KiB
     Architecture: AArch64
     Load Address: 0x08300000
     Hash algo:    sha256
     Hash value:   41edefa03a78d90e2d66de37c6ef6119a74aa40022c7a59eeeb8488700f39383
   Verifying Hash Integrity ... sha256+ OK
   Loading fdt from 0x08300000 to 0x08300000
   Booting using the fdt blob at 0x08300000
   Loading Kernel Image from 0xe94ec740 to 0x00400000 ... OK
   kernel loaded at 0x00400000, end = 0x0270ca00
   Using Device Tree in place at 0000000008300000, end 0000000008348ade
WARNING: could not set reg FDT_ERR_BADOFFSET.
## reserved-memory:
  cma: addr=10000000 size=8000000
  drm-logo@00000000: addr=edf00000 size=b8000
  ramoops@110000: addr=110000 size=e0000
Adding bank: 0x00200000 - 0x08400000 (size: 0x08200000)
Adding bank: 0x09400000 - 0xf0000000 (size: 0xe6c00000)
Adding bank: 0x100000000 - 0x200000000 (size: 0x100000000)
Adding bank: 0x2f0000000 - 0x300000000 (size: 0x10000000)
Total: 1187.594/1254.117 ms

Starting kernel ...

[    1.258980] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[    1.258998] Linux version 5.10.198 (viewpro@viewpro-ThinkBook-16-G5-IRH) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621, GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621) #1 SMP Sat Jun 1 15:25:20 CST 2024
[    1.262517] random: crng init done
[    1.270338] Machine model: Rockchip RK3588 EVB7 V11 Board
[    1.305869] earlycon: uart8250 at MMIO32 0x00000000feb50000 (options '')
[    1.310364] printk: bootconsole [uart8250] enabled
[    1.313104] efi: UEFI not found.
[    1.318945] OF: fdt: Reserved memory: failed to reserve memory for node 'drm-cubic-lut@00000000': base 0x0000000000000000, size 0 MiB
[    1.320086] Reserved memory: created CMA memory pool at 0x0000000010000000, size 128 MiB
[    1.320812] OF: reserved mem: initialized node cma, compatible id shared-dma-pool
[    1.438106] Zone ranges:
[    1.438342]   DMA      [mem 0x0000000000200000-0x00000000ffffffff]
[    1.438904]   DMA32    empty
[    1.439167]   Normal   [mem 0x0000000100000000-0x00000002ffffffff]
[    1.439727] Movable zone start for each node
[    1.440111] Early memory node ranges
[    1.440435]   node   0: [mem 0x0000000000200000-0x00000000083fffff]
[    1.440999]   node   0: [mem 0x0000000009400000-0x00000000efffffff]
[    1.441568]   node   0: [mem 0x0000000100000000-0x00000001ffffffff]
[    1.442133]   node   0: [mem 0x00000002f0000000-0x00000002ffffffff]
[    1.442696] Initmem setup node 0 [mem 0x0000000000200000-0x00000002ffffffff]
[    1.487859] psci: probing for conduit method from DT.
[    1.488320] psci: PSCIv1.1 detected in firmware.
[    1.488736] psci: Using standard PSCI v0.2 function IDs
[    1.489210] psci: Trusted OS migration not required
[    1.489651] psci: SMC Calling Convention v1.2
[    1.490392] percpu: Embedded 30 pages/cpu s83800 r8192 d30888 u122880
[    1.491143] Detected VIPT I-cache on CPU0
[    1.491536] CPU features: detected: GIC system register CPU interface
[    1.492118] CPU features: detected: Virtualization Host Extensions
[    1.492679] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    1.493318] alternatives: patching kernel code
[    1.495233] Built 1 zonelists, mobility grouping on.  Total pages: 2059848
[    1.495856] Kernel command line: storagemedia=emmc androidboot.storagemedia=emmc androidboot.mode=normal  androidboot.verifiedbootstate=orange rw rootwait earlycon=uart8250,mmio32,0xfeb50000 console=ttyFIQ0 irqchip.gicv3_pseudo_nmi=0 root=PARTUUID=614e0000-0000 rcupdate.rcu_expedited=1 rcu_nocbs=all androidboot.fwver=ddr-v1.15-d5483af87d,spl-v1.13,bl31-v1.44,bl32-v1.15,uboot-06/01/2024
[    1.499850] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    1.500944] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    1.501651] mem auto-init: stack:off, heap alloc:off, heap free:off
[    1.508246] software IO TLB: mapped [mem 0x00000000e9f00000-0x00000000edf00000] (64MB)
[    1.566262] Memory: 7973624K/8370176K available (18752K kernel code, 3506K rwdata, 6888K rodata, 6656K init, 590K bss, 265480K reserved, 131072K cma-reserved)
[    1.567637] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    1.568250] ftrace: allocating 57278 entries in 224 pages
[    1.637496] ftrace: allocated 224 pages with 3 groups
[    1.638163] rcu: Hierarchical RCU implementation.
[    1.638593] rcu:     RCU event tracing is enabled.
[    1.639003] rcu:     RCU dyntick-idle grace-period acceleration is enabled.
[    1.639605]     All grace periods are expedited (rcu_expedited).
[    1.640124]     Rude variant of Tasks RCU enabled.
[    1.640534] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    1.644974] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    1.647926] GICv3: GIC: Using split EOI/Deactivate mode
[    1.648400] GICv3: 480 SPIs implemented
[    1.648747] GICv3: 0 Extended SPIs implemented
[    1.649167] GICv3: Distributor has no Range Selector support
[    1.649680] GICv3: 16 PPIs implemented
[    1.650058] GICv3: CPU0: found redistributor 0 region 0:0x00000000fe680000
[    1.650756] ITS [mem 0xfe640000-0xfe65ffff]
[    1.651178] ITS@0x00000000fe640000: allocated 8192 Devices @1001e0000 (indirect, esz 8, psz 64K, shr 0)
[    1.652046] ITS@0x00000000fe640000: allocated 32768 Interrupt Collections @1001f0000 (flat, esz 2, psz 64K, shr 0)
[    1.652980] ITS: using cache flushing for cmd queue
[    1.653445] ITS [mem 0xfe660000-0xfe67ffff]
[    1.653864] ITS@0x00000000fe660000: allocated 8192 Devices @100210000 (indirect, esz 8, psz 64K, shr 0)
[    1.654726] ITS@0x00000000fe660000: allocated 32768 Interrupt Collections @100220000 (flat, esz 2, psz 64K, shr 0)
[    1.655658] ITS: using cache flushing for cmd queue
[    1.656304] GICv3: using LPI property table @0x0000000100230000
[    1.656942] GIC: using cache flushing for LPI property table
[    1.657455] GICv3: CPU0: using allocated LPI pending table @0x0000000100240000
[    1.658143] rcu:     Offload RCU callbacks from CPUs: 0-7.
[    1.764210] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    1.764765] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    1.765739] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    1.767634] Console: colour dummy device 80x25
[    1.768062] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=80000)
[    1.768991] pid_max: default: 32768 minimum: 301
[    1.769509] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    1.770208] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    1.772064] rcu: Hierarchical SRCU implementation.
[    1.773198] Platform MSI: msi-controller@fe640000 domain created
[    1.773751] Platform MSI: msi-controller@fe660000 domain created
[    1.774630] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe640000 domain created
[    1.775385] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe660000 domain created
[    1.776299] EFI services will not be available.
[    1.776933] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
I/TC: Secondary CPU 4 initializing
I/TC: Secondary CPU 4 switching to normal world boot
I/TC: Secondary CPU 5 initializing
I/TC: Secondary CPU 5 switching to normal world boot
I/TC: Secondary CPU 6 initializing
I/TC: Secondary CPU 6 switching to normal world boot
I/TC: Secondary CPU 7 initializing
I/TC: Secondary CPU 7 switching to normal world boot
[    1.778465] Detected VIPT I-cache on CPU1
[    1.778488] GICv3: CPU1: found redistributor 100 region 0:0x00000000fe6a0000
[    1.778502] GICv3: CPU1: using allocated LPI pending table @0x0000000100250000
[    1.778538] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[    1.779690] Detected VIPT I-cache on CPU2
[    1.779710] GICv3: CPU2: found redistributor 200 region 0:0x00000000fe6c0000
[    1.779724] GICv3: CPU2: using allocated LPI pending table @0x0000000100260000
[    1.779758] CPU2: Booted secondary processor 0x0000000200 [0x412fd050]
[    1.780893] Detected VIPT I-cache on CPU3
[    1.780910] GICv3: CPU3: found redistributor 300 region 0:0x00000000fe6e0000
[    1.780923] GICv3: CPU3: using allocated LPI pending table @0x0000000100270000
[    1.780953] CPU3: Booted secondary processor 0x0000000300 [0x412fd050]
[    1.782104] CPU features: detected: Spectre-v4
[    1.782105] CPU features: detected: Spectre-BHB
[    1.782107] Detected PIPT I-cache on CPU4
[    1.782118] GICv3: CPU4: found redistributor 400 region 0:0x00000000fe700000
[    1.782125] GICv3: CPU4: using allocated LPI pending table @0x0000000100280000
[    1.782146] CPU4: Booted secondary processor 0x0000000400 [0x414fd0b0]
[    1.783238] Detected PIPT I-cache on CPU5
[    1.783249] GICv3: CPU5: found redistributor 500 region 0:0x00000000fe720000
[    1.783257] GICv3: CPU5: using allocated LPI pending table @0x0000000100290000
[    1.783278] CPU5: Booted secondary processor 0x0000000500 [0x414fd0b0]
[    1.784355] Detected PIPT I-cache on CPU6
[    1.784365] GICv3: CPU6: found redistributor 600 region 0:0x00000000fe740000
[    1.784373] GICv3: CPU6: using allocated LPI pending table @0x00000001002a0000
[    1.784394] CPU6: Booted secondary processor 0x0000000600 [0x414fd0b0]
[    1.785487] Detected PIPT I-cache on CPU7
[    1.785498] GICv3: CPU7: found redistributor 700 region 0:0x00000000fe760000
[    1.785506] GICv3: CPU7: using allocated LPI pending table @0x00000001002b0000
[    1.785526] CPU7: Booted secondary processor 0x0000000700 [0x414fd0b0]
[    1.785574] smp: Brought up 1 node, 8 CPUs
[    1.802360] SMP: Total of 8 processors activated.
[    1.802788] CPU features: detected: Privileged Access Never
[    1.803290] CPU features: detected: LSE atomic instructions
[    1.803791] CPU features: detected: User Access Override
[    1.804270] CPU features: detected: 32-bit EL0 Support
[    1.804731] CPU features: detected: Common not Private translations
[    1.805295] CPU features: detected: RAS Extension Support
[    1.805782] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    1.806558] CPU features: detected: CRC32 instructions
[    1.807021] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    1.807647] CPU features: detected: RCpc load-acquire (LDAPR)
[    1.831927] CPU: All CPU(s) started at EL2
[    1.833949] devtmpfs: initialized
[    1.843823] Registered cp15_barrier emulation handler
[    1.844280] Registered setend emulation handler
[    1.844738] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    1.845611] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    1.847168] pinctrl core: initialized pinctrl subsystem
[    1.847799] DMI not present or invalid.
[    1.848223] NET: Registered protocol family 16
[    1.849158] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    1.849873] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    1.850938] Registered FIQ tty driver
[    1.851355] thermal_sys: Registered thermal governor 'fair_share'
[    1.851357] thermal_sys: Registered thermal governor 'step_wise'
[    1.851901] thermal_sys: Registered thermal governor 'user_space'
[    1.852439] thermal_sys: Registered thermal governor 'power_allocator'
[    1.853090] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
[    1.854398] thermal thermal_zone2: power_allocator: sustainable_power will be estimated
[    1.855127] thermal thermal_zone3: power_allocator: sustainable_power will be estimated
[    1.855860] thermal thermal_zone4: power_allocator: sustainable_power will be estimated
[    1.856588] thermal thermal_zone5: power_allocator: sustainable_power will be estimated
[    1.857318] thermal thermal_zone6: power_allocator: sustainable_power will be estimated
[    1.858042] cpuidle: using governor menu
[    1.858464] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    1.859149] ASID allocator initialised with 65536 entries
[    1.860747] ramoops: dmesg-0    0x18000@0x0000000000110000
[    1.861213] ramoops: dmesg-1    0x18000@0x0000000000128000
[    1.861688] ramoops: console    0x80000@0x0000000000140000
[    1.862157] ramoops: pmsg    0x30000@0x00000000001c0000
[    1.862807] printk: console [ramoops-1] enabled
[    1.863219] pstore: Registered ramoops as persistent store backend
[    1.863772] ramoops: using 0xe0000@0x110000, ecc: 0
[    1.896402] rockchip-gpio fd8a0000.gpio: probed /pinctrl/gpio@fd8a0000
[    1.897128] rockchip-gpio fec20000.gpio: probed /pinctrl/gpio@fec20000
[    1.897822] rockchip-gpio fec30000.gpio: probed /pinctrl/gpio@fec30000
[    1.898549] rockchip-gpio fec40000.gpio: probed /pinctrl/gpio@fec40000
[    1.899279] rockchip-gpio fec50000.gpio: probed /pinctrl/gpio@fec50000
[    1.899893] rockchip-pinctrl pinctrl: probed pinctrl
[    1.910892] fiq_debugger fiq_debugger.0: IRQ fiq not found
[    1.911386] fiq_debugger fiq_debugger.0: IRQ wakeup not found
[    1.911902] fiq_debugger_probe: could not install nmi irq handler
[[    1.912479] printk: console [ttyFIQ0] enabled
    1.912479] printk: console [ttyFIQ0] enabled
[    1.913246] printk: bootconsole [uart8250] disabled
[    1.913246] printk: bootconsole [uart8250] disabled
[    1.913728] Registered fiq debugger ttyFIQ0
[    1.913946] vcc5v0_sys: supplied by vcc12v_dcin
[    1.914018] vcc5v0_usbdcin: supplied by vcc12v_dcin
[    1.914085] vcc5v0_usb: supplied by vcc5v0_usbdcin
[    1.914155] vcc_1v1_nldo_s3: supplied by vcc5v0_sys
[    1.914291] vbus5v0_typec: supplied by vcc5v0_usb
[    1.914365] vcc3v3_pcie30: supplied by vcc12v_dcin
[    1.914439] vcc5v0_host: supplied by vcc5v0_usb
[    1.914970] iommu: Default domain type: Translated 
[    1.917586] SCSI subsystem initialized
[    1.917638] usbcore: registered new interface driver usbfs
[    1.917648] usbcore: registered new interface driver hub
[    1.917659] usbcore: registered new device driver usb
[    1.917683] mc: Linux media interface: v0.10
[    1.917691] videodev: Linux video capture interface: v2.00
[    1.917713] pps_core: LinuxPPS API ver. 1 registered
[    1.917716] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.917721] PTP clock support registered
[    1.917733] EDAC MC: Ver: 3.0.0
[    1.917964] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.
[    1.917991] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0
[    1.918767] Advanced Linux Sound Architecture Driver Initialized.
[    1.918891] Bluetooth: Core ver 2.22
[    1.918900] NET: Registered protocol family 31
[    1.918903] Bluetooth: HCI device and connection manager initialized
[    1.918907] Bluetooth: HCI socket layer initialized
[    1.918910] Bluetooth: L2CAP socket layer initialized
[    1.918918] Bluetooth: SCO socket layer initialized
[    1.920145] rockchip-cpuinfo cpuinfo: SoC        : 35881000
[    1.920150] rockchip-cpuinfo cpuinfo: Serial        : d47df279991b7400
[    1.920342] clocksource: Switched to clocksource arch_sys_counter
[    2.154546] NET: Registered protocol family 2
[    2.154642] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    2.156513] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    2.156580] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    2.156896] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    2.157523] TCP: Hash tables configured (established 65536 bind 65536)
[    2.157557] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    2.157673] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    2.157825] NET: Registered protocol family 1
[    2.158029] RPC: Registered named UNIX socket transport module.
[    2.158032] RPC: Registered udp transport module.
[    2.158035] RPC: Registered tcp transport module.
[    2.158037] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    2.158322] PCI: CLS 0 bytes, default 64
[    2.158905] rockchip-thermal fec00000.tsadc: Missing rockchip,grf property
[    2.159335] rockchip-thermal fec00000.tsadc: tsadc is probed successfully!
[    2.159872] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    2.161832] Initialise system trusted keyrings
[    2.161894] workingset: timestamp_bits=62 max_order=21 bucket_order=0
[    2.163068] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.163239] NFS: Registering the id_resolver key type
[    2.163246] Key type id_resolver registered
[    2.163248] Key type id_legacy registered
[    2.163260] ntfs: driver 2.1.32 [Flags: R/O].
[    2.163310] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    2.163390] fuse: init (API version 7.32)
[    2.163460] SGI XFS with security attributes, no debug enabled
[    2.183716] NET: Registered protocol family 38
[    2.183722] Key type asymmetric registered
[    2.183725] Asymmetric key parser 'x509' registered
[    2.183736] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    2.183739] io scheduler mq-deadline registered
[    2.183742] io scheduler kyber registered
[    2.184076] rockchip-csi2-dphy-hw fedc0000.csi2-dphy0-hw: csi2 dphy hw probe successfully!
[    2.184126] rockchip-csi2-dphy-hw fedc8000.csi2-dphy1-hw: csi2 dphy hw probe successfully!
[    2.190140] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy init success
[    2.190683] rockchip-hdptx-phy-hdmi fed70000.hdmiphy: hdptx phy init success
[    2.192662] rk-pcie fe150000.pcie: invalid prsnt-gpios property in node
[    2.192782] rk-pcie fe170000.pcie: invalid prsnt-gpios property in node
[    2.192794] rk-pcie fe170000.pcie: no vpcie3v3 regulator found
[    2.192878] pwm-backlight backlight: supply power not found, using dummy regulator
[    2.192968] rk-pcie fe170000.pcie: IRQ msi not found
[    2.192972] rk-pcie fe170000.pcie: use outband MSI support
[    2.192975] rk-pcie fe170000.pcie: Missing *config* reg space
[    2.192981] rk-pcie fe170000.pcie: host bridge /pcie@fe170000 ranges:
[    2.192992] rk-pcie fe170000.pcie:      err 0x00f2000000..0x00f20fffff -> 0x00f2000000
[    2.193000] rk-pcie fe170000.pcie:       IO 0x00f2100000..0x00f21fffff -> 0x00f2100000
[    2.193009] rk-pcie fe170000.pcie:      MEM 0x00f2200000..0x00f2ffffff -> 0x00f2200000
[    2.193016] rk-pcie fe170000.pcie:      MEM 0x0980000000..0x09bfffffff -> 0x0980000000
[    2.193035] rk-pcie fe170000.pcie: Missing *config* reg space
[    2.193055] rk-pcie fe170000.pcie: invalid resource
[    2.193077] iep: Module initialized.
[    2.193100] mpp_service mpp-srv: unknown mpp version for missing VCS info
[    2.193103] mpp_service mpp-srv: probe start
[    2.194073] mpp_vdpu1 fdb51000.avsd-plus: Adding to iommu group 1
[    2.194242] mpp_vdpu1 fdb51000.avsd-plus: probe device
[    2.194318] mpp_vdpu1 fdb51000.avsd-plus: reset_group->rw_sem_on=0
[    2.194324] mpp_vdpu1 fdb51000.avsd-plus: reset_group->rw_sem_on=0
[    2.194422] mpp_vdpu1 fdb51000.avsd-plus: probing finish
[    2.194643] mpp_vdpu2 fdb50400.vdpu: Adding to iommu group 1
[    2.194673] mpp_vdpu2 fdb50400.vdpu: probe device
[    2.194726] mpp_vdpu2 fdb50400.vdpu: reset_group->rw_sem_on=0
[    2.194730] mpp_vdpu2 fdb50400.vdpu: reset_group->rw_sem_on=0
[    2.194802] mpp_vdpu2 fdb50400.vdpu: probing finish
[    2.194907] mpp_vepu2 jpege-ccu: probing start
[    2.194911] mpp_vepu2 jpege-ccu: probing finish
[    2.194981] mpp_vepu2 fdb50000.vepu: Adding to iommu group 1
[    2.195007] mpp_vepu2 fdb50000.vepu: probing start
[    2.195061] mpp_vepu2 fdb50000.vepu: reset_group->rw_sem_on=0
[    2.195065] mpp_vepu2 fdb50000.vepu: reset_group->rw_sem_on=0
[    2.195138] mpp_vepu2 fdb50000.vepu: probing finish
[    2.195191] mpp_vepu2 fdba0000.jpege-core: Adding to iommu group 5
[    2.195255] mpp_vepu2 fdba0000.jpege-core: probing start
[    2.195326] mpp_vepu2 fdba0000.jpege-core: attach ccu success
[    2.195402] mpp_vepu2 fdba0000.jpege-core: probing finish
[    2.195437] mpp_vepu2 fdba4000.jpege-core: Adding to iommu group 6
[    2.195503] mpp_vepu2 fdba4000.jpege-core: probing start
[    2.195564] mpp_vepu2 fdba4000.jpege-core: attach ccu success
[    2.195636] mpp_vepu2 fdba4000.jpege-core: probing finish
[    2.195681] mpp_vepu2 fdba8000.jpege-core: Adding to iommu group 7
[    2.195739] mpp_vepu2 fdba8000.jpege-core: probing start
[    2.195798] mpp_vepu2 fdba8000.jpege-core: attach ccu success
[    2.195870] mpp_vepu2 fdba8000.jpege-core: probing finish
[    2.195914] mpp_vepu2 fdbac000.jpege-core: Adding to iommu group 8
[    2.195972] mpp_vepu2 fdbac000.jpege-core: probing start
[    2.196031] mpp_vepu2 fdbac000.jpege-core: attach ccu success
[    2.196101] mpp_vepu2 fdbac000.jpege-core: probing finish
[    2.196273] mpp-iep2 fdbb0000.iep: Adding to iommu group 9
[    2.196334] mpp-iep2 fdbb0000.iep: probe device
[    2.196412] mpp-iep2 fdbb0000.iep: allocate roi buffer failed
[    2.196483] mpp-iep2 fdbb0000.iep: probing finish
[    2.196608] mpp_jpgdec fdb90000.jpegd: Adding to iommu group 4
[    2.196725] mpp_jpgdec fdb90000.jpegd: probe device
[    2.196883] mpp_jpgdec fdb90000.jpegd: probing finish
[    2.197167] mpp_rkvdec2 fdc30000.rkvdec-ccu: rkvdec-ccu, probing start
[    2.197206] mpp_rkvdec2 fdc30000.rkvdec-ccu: ccu-mode: 1
[    2.197209] mpp_rkvdec2 fdc30000.rkvdec-ccu: probing finish
[    2.197272] mpp_rkvdec2 fdc38100.rkvdec-core: Adding to iommu group 12
[    2.197472] mpp_rkvdec2 fdc38100.rkvdec-core: rkvdec-core, probing start
[    2.197548] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_a is not found!
[    2.197552] rkvdec2_init:1022: No niu aclk reset resource define
[    2.197555] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_h is not found!
[    2.197558] rkvdec2_init:1025: No niu hclk reset resource define
[    2.197573] mpp_rkvdec2 fdc38100.rkvdec-core: no regulator, devfreq is disabled
[    2.197615] mpp_rkvdec2 fdc38100.rkvdec-core: core_mask=00010001
[    2.197618] mpp_rkvdec2 fdc38100.rkvdec-core: attach ccu as core 0
[    2.197743] mpp_rkvdec2 fdc38100.rkvdec-core: sram_start 0x00000000ff001000
[    2.197746] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_iova 0x00000000fff00000
[    2.197749] mpp_rkvdec2 fdc38100.rkvdec-core: sram_size 491520
[    2.197752] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_size 1048576
[    2.197755] mpp_rkvdec2 fdc38100.rkvdec-core: min_width 512
[    2.197760] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_info_count 20
[    2.197762] mpp_rkvdec2 fdc38100.rkvdec-core: [136, 24576]
[    2.197765] mpp_rkvdec2 fdc38100.rkvdec-core: [137, 49152]
[    2.197768] mpp_rkvdec2 fdc38100.rkvdec-core: [141, 90112]
[    2.197771] mpp_rkvdec2 fdc38100.rkvdec-core: [140, 49152]
[    2.197774] mpp_rkvdec2 fdc38100.rkvdec-core: [139, 180224]
[    2.197776] mpp_rkvdec2 fdc38100.rkvdec-core: [133, 49152]
[    2.197779] mpp_rkvdec2 fdc38100.rkvdec-core: [134, 8192]
[    2.197782] mpp_rkvdec2 fdc38100.rkvdec-core: [135, 4352]
[    2.197785] mpp_rkvdec2 fdc38100.rkvdec-core: [138, 13056]
[    2.197788] mpp_rkvdec2 fdc38100.rkvdec-core: [142, 291584]
[    2.197807] mpp_rkvdec2 fdc38100.rkvdec-core: probing finish
[    2.197876] mpp_rkvdec2 fdc48100.rkvdec-core: Adding to iommu group 13
[    2.398116] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    2.423677] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    2.450342] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    2.477008] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    2.503675] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    2.530341] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    2.557009] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    2.583675] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    2.610342] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    2.637008] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    5.063674] rk-pcie fe170000.pcie: PCIe Link Fail, LTSSM is 0x3, hw_retries=0
[    7.410340] rk_pcie_establish_link: 132 callbacks suppressed
[    7.410342] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.437007] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.463674] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.490341] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.517007] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.543674] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.570341] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.597008] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.623674] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.650341] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    8.957007] rk-pcie fe170000.pcie: PCIe Link Fail, LTSSM is 0x3, hw_retries=1
[    9.977006] rk-pcie fe170000.pcie: failed to initialize host
[   62.206992] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[   62.207000] rcu:     4-...0: (0 ticks this GP) idle=616/1/0x4000000000000000 softirq=12/12 fqs=5962 last_accelerate: 0000/e745 dyntick_enabled: 0
[   62.207006] rcu:     5-...0: (1 GPs behind) idle=372/1/0x4000000000000000 softirq=9/9 fqs=5962 last_accelerate: 0000/e745 dyntick_enabled: 0
[   62.207010]     (detected by 6, t=18004 jiffies, g=-1171, q=55)
[   62.207013] Task dump for CPU 4:
[   62.207016] task:swapper/0       state:R  running task     stack:    0 pid:    1 ppid:     0 flags:0x0000000a
[   62.207022] Call trace:
[   62.207029]  __switch_to+0xe4/0x140
[   62.207035]  iommu_setup_dma_ops+0x134/0x48c
[   62.207040]  arch_setup_dma_ops+0x7c/0xcc
[   62.207045]  of_dma_configure_id+0x138/0x300
[   62.207049]  platform_dma_configure+0x24/0x34
[   62.207053]  really_probe+0xa8/0x530
[   62.207057]  driver_probe_device+0xe8/0x130
[   62.207061]  device_driver_attach+0xbc/0xcc
[   62.207065]  __driver_attach+0xc0/0x180
[   62.207069]  bus_for_each_dev+0x74/0xd0
[   62.207073]  driver_attach+0x28/0x30
[   62.207076]  bus_add_driver+0x14c/0x250
[   62.207080]  driver_register+0x7c/0x124
[   62.207083]  __platform_driver_register+0x4c/0x54
[   62.207088]  mpp_add_driver.isra.0+0x104/0x144
[   62.207091]  mpp_service_probe+0x4b0/0x540
[   62.207094]  platform_drv_probe+0x58/0xac
[   62.207098]  really_probe+0xf4/0x530
[   62.207102]  driver_probe_device+0xe8/0x130
[   62.207106]  device_driver_attach+0xbc/0xcc
[   62.207110]  __driver_attach+0xc0/0x180
[   62.207113]  bus_for_each_dev+0x74/0xd0
[   62.207117]  driver_attach+0x28/0x30
[   62.207121]  bus_add_driver+0x14c/0x250
[   62.207124]  driver_register+0x7c/0x124
[   62.207127]  __platform_driver_register+0x4c/0x54
[   62.207132]  mpp_service_driver_init+0x20/0x28
[   62.207136]  do_one_initcall+0x48/0x270
[   62.207140]  kernel_init_freeable+0x2b0/0x324
[   62.207144]  kernel_init+0x18/0x114
[   62.207147]  ret_from_fork+0x10/0x20
[   62.207150] Task dump for CPU 5:
[   62.207152] task:rk-pcie         state:R  running task     stack:    0 pid:  152 ppid:     2 flags:0x0000000a
[   62.207157] Call trace:
[   62.207161]  __switch_to+0xe4/0x140
[   62.207165]  of_phandle_iterator_next+0xbc/0x1b0
[   62.207168]  __of_parse_phandle_with_args+0x80/0xf4
[   62.207171]  of_parse_phandle_with_args+0x2c/0x40
[   62.207176]  kstrdup_const+0x38/0x40
[   62.207180]  clk_hw_create_clk.part.0.isra.0+0xf0/0x150
[   62.207183]  of_clk_get+0x5c/0x90
[   62.207187]  clk_bulk_get_all+0xdc/0x184
[   62.207190]  0x0
[   62.207193] CPU0 online:1
[   62.207200]     EL2(NS) PC: <0xffffffc009244304> __cpu_do_idle+0x4/0x10
[   62.207317] 
[   62.207319] CPU1 online:1
[   62.207325]     EL2(NS) PC: <0xffffffc009244304> __cpu_do_idle+0x4/0x10
[   62.207441] 
[   62.207444] CPU2 online:1
[   62.207449]     EL2(NS) PC: <0xffffffc009244304> __cpu_do_idle+0x4/0x10
[   62.207566] 
[   62.207568] CPU3 online:1
[   62.207573]     EL2(NS) PC: <0xffffffc009244304> __cpu_do_idle+0x4/0x10
[   62.207690] 
[   62.207692] CPU4 online:1
[   62.207698]     EL2(NS) PC: <0xffffffc0082051bc> ___slab_alloc.constprop.0+0x22c/0x634
[   62.207817] 
[   62.207819] CPU5 online:1
[   62.207826]     EL2(NS) PC: <0xffffffc008690b7c> dw_pcie_read+0x3c/0xa4
[   62.207945] 
[   62.207947] CPU6 online:1
[   62.207953]     EL2(NS) PC: <0xffffffc008712234> rockchip_panic_notify+0x364/0x440
[   62.208072] 
[   62.208074] CPU7 online:1
[   62.208081]     EL2(NS) PC: <0xffffffc0081e8978> unmap_kernel_range+0x58/0x90
[   62.208199] 
[   62.208204]            CPU0       CPU1       CPU2       CPU3       CPU4       CPU5       CPU6       CPU7       
[   62.208213]  13:         48         45         44         42        122         79       6332        246     GICv3  26 Level     arch_timer
[   62.208218]  14:          0          0          0          0          0          0          0          0     GICv3 321 Level     rk_timer
[   62.208224]  15:          0          0          0          0          0          0          0          0     GICv3  23 Level     arm-pmu
[   62.208231]  24:          0          0          0          0          0          0          0          0     GICv3 425 Level     rockchip_usb2phy
[   62.208236]  25:          0          0          0          0          0          0          0          0     GICv3 423 Level     rockchip_usb2phy
[   62.208241]  26:          0          0          0          0          0          0          0          0     GICv3 424 Level     rockchip_usb2phy
[   62.208247]  30:          0          0          0          0          0          0          0          0     GICv3 142 Level     fdab9000.iommu
[   62.208251]  31:          0          0          0          0          0          0          0          0     GICv3 143 Level     fdab9000.iommu
[   62.208256]  32:          0          0          0          0          0          0          0          0     GICv3 144 Level     fdab9000.iommu
[   62.208261]  33:          0          0          0          0          0          0          0          0     GICv3 152 Level     fdb50000.vepu
[   62.208266]  34:          0          0          0          0          0          0          0          0     GICv3 151 Level     fdb51000.avsd-plus, fdb50400.vdpu
[   62.208271]  35:          0          0          0          0          0          0          0          0     GICv3 150 Level     fdb50800.iommu
[   62.208276]  36:          0          0          0          0          0          0          0          0     GICv3 146 Level     fdb60f00.iommu
[   62.208281]  37:          0          0          0          0          0          0          0          0     GICv3 147 Level     fdb70f00.iommu
[   62.208286]  39:          0          0          0          0          0          0          0          0     GICv3 161 Level     fdb90000.jpegd
[   62.208291]  40:          0          0          0          0          0          0          0          0     GICv3 162 Level     fdb90480.iommu
[   62.208295]  41:          0          0          0          0          0          0          0          0     GICv3 154 Level     fdba0000.jpege-core
[   62.208300]  42:          0          0          0          0          0          0          0          0     GICv3 153 Level     fdba0800.iommu
[   62.208305]  43:          0          0          0          0          0          0          0          0     GICv3 156 Level     fdba4000.jpege-core
[   62.208310]  44:          0          0          0          0          0          0          0          0     GICv3 155 Level     fdba4800.iommu
[   62.208315]  45:          0          0          0          0          0          0          0          0     GICv3 158 Level     fdba8000.jpege-core
[   62.208319]  46:          0          0          0          0          0          0          0          0     GICv3 157 Level     fdba8800.iommu
[   62.208324]  47:          0          0          0          0          0          0          0          0     GICv3 160 Level     fdbac000.jpege-core
[   62.208328]  48:          0          0          0          0          0          0          0          0     GICv3 159 Level     fdbac800.iommu
[   62.208333]  49:          0          0          0          0          0          0          0          0     GICv3 149 Level     fdbb0800.iommu, fdbb0000.iep
[   62.208338]  51:          0          0          0          0          0          0          0          0     GICv3 131 Level     fdbdf000.iommu
[   62.208343]  52:          0          0          0          0          0          0          0          0     GICv3 132 Level     fdbdf000.iommu
[   62.208348]  54:          0          0          0          0          0          0          0          0     GICv3 134 Level     fdbef000.iommu
[   62.208353]  55:          0          0          0          0          0          0          0          0     GICv3 135 Level     fdbef000.iommu
[   62.208358]  56:          0          0          0          0          0          0          0          0     GICv3 127 Level     fdc38100.rkvdec-core
[   62.208362]  57:          0          0          0          0          0          0          0          0     GICv3 128 Level     fdc38700.iommu
[   62.208367]  59:          0          0          0          0          0          0          0          0     GICv3 130 Level     fdc48700.iommu
[   62.208373]  64:          0          0          0          0          0          0          0          0     GICv3 164 Level     fdcb7f00.iommu
[   62.208378]  66:          0          0          0          0          0          0          0          0     GICv3 145 Level     fdce0800.iommu
[   62.208385]  79:          0          0          0          0          0          0          0          0     GICv3 188 Level     fdd97e00.iommu
[   62.208395] 106:          0          0          0          0          0          0          0          0     GICv3 429 Level     rockchip_thermal
[   62.208401] 112:          0          0          0          0          0          0          0          0     GICv3 309 Level     (null)
[   62.208406] 113:          0          0          0          0          0          0          0          0     GICv3 310 Level     (null)
[   62.208411] 114:          0          0          0          0          0          0          0          0     GICv3 311 Level     (null)
[   62.208415] 115:          0          0          0          0          0          0          0          0     GICv3 312 Level     (null)
[   62.208420] 116:          0          0          0          0          0          0          0          0     GICv3 313 Level     (null)
[   62.208425] 117:          0          0          0          0          0          0          0          0     GICv3 426 Level     rockchip_usb2phy
[   62.208431] 129:          0          0          0          0          0          0          0          0     GICv3 295 Level     pcie-sys
[   62.208437] 134:          0          0          0          0          0          0          0          0     GICv3 275 Level     pcie-sys
[   62.208442] 137:          0          0          0          0          0          0          0          0     GICv3 272 Level     (null)
[   62.208447] 139:          0          0          0          0          0          0          0          0     GICv3 455 Edge      debug-signal
[   62.208452] 140:          0          0          0          0          0          0          0          0     GICv3 365 Level     debug
[   63.208581]            CPU0       CPU1       CPU2       CPU3       CPU4       CPU5       CPU6       CPU7       
[   63.208587]  13:         48         45         44         42        122         79       6332        246     GICv3  26 Level     arch_timer
[   63.208592]  14:          0          0          0          0          0          0          0          0     GICv3 321 Level     rk_timer
[   63.208596]  15:          0          0          0          0          0          0          0          0     GICv3  23 Level     arm-pmu
[   63.208602]  24:          0          0          0          0          0          0          0          0     GICv3 425 Level     rockchip_usb2phy
[   63.208607]  25:          0          0          0          0          0          0          0          0     GICv3 423 Level     rockchip_usb2phy
[   63.208612]  26:          0          0          0          0          0          0          0          0     GICv3 424 Level     rockchip_usb2phy
[   63.208616]  30:          0          0          0          0          0          0          0          0     GICv3 142 Level     fdab9000.iommu
[   63.208621]  31:          0          0          0          0          0          0          0          0     GICv3 143 Level     fdab9000.iommu
[   63.208626]  32:          0          0          0          0          0          0          0          0     GICv3 144 Level     fdab9000.iommu
[   63.208630]  33:          0          0          0          0          0          0          0          0     GICv3 152 Level     fdb50000.vepu
[   63.208635]  34:          0          0          0          0          0          0          0          0     GICv3 151 Level     fdb51000.avsd-plus, fdb50400.vdpu
[   63.208640]  35:          0          0          0          0          0          0          0          0     GICv3 150 Level     fdb50800.iommu
[   63.208644]  36:          0          0          0          0          0          0          0          0     GICv3 146 Level     fdb60f00.iommu
[   63.208649]  37:          0          0          0          0          0          0          0          0     GICv3 147 Level     fdb70f00.iommu
[   63.208653]  39:          0          0          0          0          0          0          0          0     GICv3 161 Level     fdb90000.jpegd
[   63.208658]  40:          0          0          0          0          0          0          0          0     GICv3 162 Level     fdb90480.iommu
[   63.208662]  41:          0          0          0          0          0          0          0          0     GICv3 154 Level     fdba0000.jpege-core
[   63.208667]  42:          0          0          0          0          0          0          0          0     GICv3 153 Level     fdba0800.iommu
[   63.208672]  43:          0          0          0          0          0          0          0          0     GICv3 156 Level     fdba4000.jpege-core
[   63.208676]  44:          0          0          0          0          0          0          0          0     GICv3 155 Level     fdba4800.iommu
[   63.208681]  45:          0          0          0          0          0          0          0          0     GICv3 158 Level     fdba8000.jpege-core
[   63.208685]  46:          0          0          0          0          0          0          0          0     GICv3 157 Level     fdba8800.iommu
[   63.208690]  47:          0          0          0          0          0          0          0          0     GICv3 160 Level     fdbac000.jpege-core
[   63.208694]  48:          0          0          0          0          0          0          0          0     GICv3 159 Level     fdbac800.iommu
[   63.208699]  49:          0          0          0          0          0          0          0          0     GICv3 149 Level     fdbb0800.iommu, fdbb0000.iep
[   63.208704]  51:          0          0          0          0          0          0          0          0     GICv3 131 Level     fdbdf000.iommu
[   63.208708]  52:          0          0          0          0          0          0          0          0     GICv3 132 Level     fdbdf000.iommu
[   63.208713]  54:          0          0          0          0          0          0          0          0     GICv3 134 Level     fdbef000.iommu
[   63.208717]  55:          0          0          0          0          0          0          0          0     GICv3 135 Level     fdbef000.iommu
[   63.208722]  56:          0          0          0          0          0          0          0          0     GICv3 127 Level     fdc38100.rkvdec-core
[   63.208726]  57:          0          0          0          0          0          0          0          0     GICv3 128 Level     fdc38700.iommu
[   63.208731]  59:          0          0          0          0          0          0          0          0     GICv3 130 Level     fdc48700.iommu
[   63.208736]  64:          0          0          0          0          0          0          0          0     GICv3 164 Level     fdcb7f00.iommu
[   63.208740]  66:          0          0          0          0          0          0          0          0     GICv3 145 Level     fdce0800.iommu
[   63.208747]  79:          0          0          0          0          0          0          0          0     GICv3 188 Level     fdd97e00.iommu
[   63.208755] 106:          0          0          0          0          0          0          0          0     GICv3 429 Level     rockchip_thermal
[   63.208761] 112:          0          0          0          0          0          0          0          0     GICv3 309 Level     (null)
[   63.208765] 113:          0          0          0          0          0          0          0          0     GICv3 310 Level     (null)
[   63.208770] 114:          0          0          0          0          0          0          0          0     GICv3 311 Level     (null)
[   63.208775] 115:          0          0          0          0          0          0          0          0     GICv3 312 Level     (null)
[   63.208779] 116:          0          0          0          0          0          0          0          0     GICv3 313 Level     (null)
[   63.208784] 117:          0          0          0          0          0          0          0          0     GICv3 426 Level     rockchip_usb2phy
[   63.208790] 129:          0          0          0          0          0          0          0          0     GICv3 295 Level     pcie-sys
[   63.208795] 134:          0          0          0          0          0          0          0          0     GICv3 275 Level     pcie-sys
[   63.208800] 137:          0          0          0          0          0          0          0          0     GICv3 272 Level     (null)
[   63.208805] 139:          0          0          0          0          0          0          0          0     GICv3 455 Edge      debug-signal
[   63.208809] 140:          0          0          0          0          0          0          0          0     GICv3 365 Level     debug

[END] 2024/6/5 15:41:24
 

正常Toybrick的Buildroot刷机:

[BEGIN] 2024/6/5 15:26:26

console:/ $ 
console:/ $ 
console:/ $ 
console:/ $ 
console:/ $ su
console:/ # 
console:/ # 
console:/ # DDR V1.11 f1474cf52f cym 23/05/09-11:02:36
LPDDR4X, 2112MHz
channel[0] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
channel[1] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
channel[2] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
channel[3] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
Manufacturer ID:0x1
CH0 RX Vref:30.1%, TX Vref:20.8%,21.8%
CH1 RX Vref:28.7%, TX Vref:21.8%,21.8%
CH2 RX Vref:31.0%, TX Vref:21.8%,20.8%
CH3 RX Vref:30.6%, TX Vref:19.8%,19.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-g5f53abfa1e-221223 #zzz (Dec 26 2022 - 09:10:09)
unknown raw ID 0 0 0
unrecognized JEDEC id bytes: 00, 00, 00
Trying to boot from MMC2
MMC: no card present
mmc_init: -123, time 0
spl: mmc init failed with error: -123
Trying to boot from MMC1
SPL: A/B-slot: _a, successful: 0, tries-remain: 7
Trying fit image at 0x4000 sector
## Verified-boot: 0
## Checking atf-1 0x00040000 ... sha256(7efcd01a0f...) + OK
## Checking uboot 0x00200000 ... sha256(a8268f0e14...) + OK
## Checking fdt 0x00340d80 ... sha256(8ecccd16d2...) + OK
## Checking atf-2 0x000f0000 ... sha256(da90adf3a4...) + OK
## Checking atf-3 0xff100000 ... sha256(1163474a5b...) + OK
## Checking optee 0x08400000 ... sha256(6193f4aac7...) + OK
Jumping to U-Boot(0x00200000) via ARM Trusted Firmware(0x00040000)
Total: 118.857 ms

INFO:    Preloader serial: 2
NOTICE:  BL31: v2.3():v2.3-589-g3389cfdda:derrick.huang
NOTICE:  BL31: Built : 10:14:29, May  9 2023
INFO:    spec: 0x1
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:    system boots from cpu-hwid-0
INFO:    idle_st=0x21fff, pd_st=0x11fff9, repair_st=0xfff70001
INFO:    dfs DDR fsp_params[0].freq_mhz= 2112MHz
INFO:    dfs DDR fsp_params[1].freq_mhz= 528MHz
INFO:    dfs DDR fsp_params[2].freq_mhz= 1068MHz
INFO:    dfs DDR fsp_params[3].freq_mhz= 1560MHz
INFO:    BL31: Initialising Exception Handling Framework
INFO:    BL31: Initializing runtime services
INFO:    BL31: Initializing BL32
I/TC: 
I/TC: OP-TEE version: 3.13.0-698-g7f1ea6d6e #hisping.lin (gcc version 10.2.1 20201103 (GNU Toolchain for the A-profile Architecture 10.2-2020.11 (arm-10.16))) #53 Wed Apr 19 14:30:22 CST 2023 aarch64
I/TC: Primary CPU initializing
I/TC: Primary CPU switching to normal world boot
INFO:    BL31: Preparing for EL3 exit to normal world
INFO:    Entry point address = 0x200000
INFO:    SPSR = 0x3c9


U-Boot 2017.09-230530-dirty #rootroot (May 22 2024 - 15:40:59 +0800)

Model: Rockchip RK3588 Evaluation Board
MPIDR: 0x81000000
PreSerial: 2, raw, 0xfeb50000
DRAM:  8 GiB
Sysmem: init
Relocation Offset: eda1d000
Relocation fdt: eb9faa60 - eb9fece0
CR: M/C/I
Using default environment

DM: v2
mmc@fe2c0000: 1, mmc@fe2e0000: 0
Bootdev(atags): mmc 0
MMC0: HS400 Enhanced Strobe, 200Mhz
PartType: EFI
Android 12.0, Build 2022.7, v2
boot mode: None
RESC: 'boot', blk@0x0001eeb0
optee api revision: 2.0
Device is: UNLOCKED
DTB: rk-kernel.dtb
HASH(c): OK
ANDROID: fdt overlay OK
Error binding driver 'fixed regulator': -22
Some drivers failed to bind
I2c0 speed: 100000Hz
vsel-gpios- not found!
en-gpios- not found!
vdd_cpu_big0_s0 775000 uV
vsel-gpios- not found!
en-gpios- not found!
vdd_cpu_big1_s0 862500 uV
I2c2 speed: 400000Hz
vsel-gpios- not found!
en-gpios- not found!
vdd_npu_s0 812500 uV
spi2: RK806: 2
ON=0x00, OFF=0x00
vdd_gpu_s0 750000 uV
vdd_cpu_lit_s0 750000 uV
vdd_log_s0 750000 uV
vdd_vdenc_s0 init 750000 uV
vdd_ddr_s0 850000 uV
Model: Rockchip RK3588 TOYBRICK LP4 X10 Board
MPIDR: 0x81000000
download key pressed... entering download mode...
RKUSB: LUN 0, dev 0, hwpart 0, sector 0x0, count 0x3a4a000
/DDR d5483af87d cym 23/11/23-16:15:24,fwver: v1.15
LPDDR4X, 2112MHz
channel[0] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
channel[1] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
channel[2] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
channel[3] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
Manufacturer ID:0x1
CH0 RX Vref:30.6%, TX Vref:20.8%,21.8%
CH1 RX Vref:28.3%, TX Vref:21.8%,21.8%
CH2 RX Vref:31.0%, TX Vref:21.8%,20.8%
CH3 RX Vref:30.6%, TX Vref:19.8%,19.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-ge4e124926e-230922 #lxh (Sep 25 2023 - 10:58:38), fwver: v1.13
unknown raw ID 0 0 0
unrecognized JEDEC id bytes: 00, 00, 00
Trying to boot from MMC2
MMC: no card present
mmc_init: -123, time 0
spl: mmc init failed with error: -123
Trying to boot from MMC1
Magic is incorrect.
Error validating A/B metadata from disk. Resetting and writing new A/B metadata to disk.
SPL: A/B-slot: _a, successful: 0, tries-remain: 7
Trying fit image at 0x4000 sector
## Verified-boot: 0
## Checking atf-1 0x00040000 ... sha256(2e8446f969...) + OK
## Checking uboot 0x00200000 ... sha256(b54e3f85fa...) + OK
## Checking fdt 0x00345490 ... sha256(a434b1c4fe...) + OK
## Checking atf-2 0xff100000 ... sha256(9f75e6ec37...) + OK
## Checking atf-3 0x000f0000 ... sha256(c80587de50...) + OK
## Checking optee 0x08400000 ... sha256(4b2d406bfc...) + OK
Jumping to U-Boot(0x00200000) via ARM Trusted Firmware(0x00040000)
Total: 84.96/241.786 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: 0x1
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
INFO:    dfs DDR fsp_params[0].freq_mhz= 2112MHz
INFO:    dfs DDR fsp_params[1].freq_mhz= 528MHz
INFO:    dfs DDR fsp_params[2].freq_mhz= 1068MHz
INFO:    dfs DDR fsp_params[3].freq_mhz= 1560MHz
INFO:    BL31: Initialising Exception Handling Framework
INFO:    BL31: Initializing runtime services
INFO:    BL31: Initializing BL32
I/TC: 
I/TC: OP-TEE version: 3.13.0-752-g62aa10b78 #hisping.lin (gcc version 10.2.1 20201103 (GNU Toolchain for the A-profile Architecture 10.2-2020.11 (arm-10.16))) #2 Mon Sep 25 10:04:34 CST 2023 aarch64, fwver: v1.15 
I/TC: Primary CPU initializing
I/TC: Primary CPU switching to normal world boot
INFO:    BL31: Preparing for EL3 exit to normal world
INFO:    Entry point address = 0x200000
INFO:    SPSR = 0x3c9


U-Boot 2017.09 (Jun 04 2024 - 10:57:55 +0800)

Model: Rockchip RK3588 Evaluation Board
MPIDR: 0x81000000
PreSerial: 2, raw, 0xfeb50000
DRAM:  8 GiB
Sysmem: init
Relocation Offset: eda18000
Relocation fdt: eb9fa160 - eb9fecd0
CR: M/C/I
Using default environment

optee api revision: 2.0
mmc@fe2c0000: 1, mmc@fe2e0000: 0
Bootdev(atags): mmc 0
MMC0: HS400 Enhanced Strobe, 200Mhz
PartType: EFI
TEEC: Waring: Could not find security partition
DM: v2
boot mode: normal
RESC: 'boot', blk@0x00019a8d
resource: sha256+
FIT: no signed, no conf required
DTB: rk-kernel.dtb
HASH(c): OK
Error binding driver 'fixed regulator': -22
Some drivers failed to bind
I2c0 speed: 100000Hz
vsel-gpios- not found!
en-gpios- not found!
vdd_cpu_big0_s0 775000 uV
vsel-gpios- not found!
en-gpios- not found!
vdd_cpu_big1_s0 862500 uV
I2c2 speed: 400000Hz
vsel-gpios- not found!
en-gpios- not found!
vdd_npu_s0 812500 uV
spi2: RK806: 2
ON=0x40, OFF=0x00
vdd_gpu_s0 750000 uV
vdd_cpu_lit_s0 750000 uV
vdd_log_s0 750000 uV
vdd_vdenc_s0 init 750000 uV
vdd_ddr_s0 850000 uV
Device 'gpio@fd8a0000': seq 0 is in use by 'gpio@fd8a0000'
Device 'gpio@fec20000': seq 1 is in use by 'gpio@fd8a0000'
serdes_power_init failed to get serdes misc device
Model: Rockchip RK3588 TOYBRICK X10 Board
MPIDR: 0x81000000
Minidump: init...
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 786431 KHz
  cpll 1500000 KHz
  gpll 1188000 KHz
  npll 850000 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:   eth0: ethernet@fe1b0000
Hit key to stop autoboot('CTRL+C'):  0 
ANDROID: reboot reason: "(none)"
Not AVB images, AVB skip
No valid android hdr
Android image load failed
Android boot failed, error -1.
## Booting FIT Image at 0xe94a7740 with size 0x02351a00
Fdt Ramdisk skip relocation
## Loading kernel from FIT Image at e94a7740 ...
   Using 'conf' configuration
## Verified-boot: 0
   Trying 'kernel' kernel subimage
     Description:  unavailable
     Type:         Kernel Image
     Compression:  uncompressed
     Data Start:   0xe94ec740
     Data Size:    36751872 Bytes = 35 MiB
     Architecture: AArch64
     OS:           Linux
     Load Address: 0x00400000
     Entry Point:  0x00400000
     Hash algo:    sha256
     Hash value:   ee636236c4db8733312a850a57c3e39ca29d1327c3da332cd563c48073e9b249
   Verifying Hash Integrity ... sha256+ OK
## Loading fdt from FIT Image at e94a7740 ...
   Using 'conf' configuration
   Trying 'fdt' fdt subimage
     Description:  unavailable
     Type:         Flat Device Tree
     Compression:  uncompressed
     Data Start:   0xe94a7f40
     Data Size:    280517 Bytes = 273.9 KiB
     Architecture: AArch64
     Load Address: 0x08300000
     Hash algo:    sha256
     Hash value:   61bd6b96946fd7de76dc933abf2dfb67902feaac622c7091e6cb66b652e53e51
   Verifying Hash Integrity ... sha256+ OK
   Loading fdt from 0x08300000 to 0x08300000
   Booting using the fdt blob at 0x08300000
   Loading Kernel Image from 0xe94ec740 to 0x00400000 ... OK
   kernel loaded at 0x00400000, end = 0x0270ca00
   Using Device Tree in place at 0000000008300000, end 00000000083477c4
WARNING: could not set reg FDT_ERR_BADOFFSET.
## reserved-memory:
  cma: addr=10000000 size=8000000
  ramoops@110000: addr=110000 size=e0000
Adding bank: 0x00200000 - 0x08400000 (size: 0x08200000)
Adding bank: 0x09400000 - 0xf0000000 (size: 0xe6c00000)
Adding bank: 0x100000000 - 0x200000000 (size: 0x100000000)
Adding bank: 0x2f0000000 - 0x300000000 (size: 0x10000000)
Total: 549.546/616.97 ms

Starting kernel ...

[    0.620898] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[    0.620916] Linux version 5.10.198 (viewpro@viewpro-ThinkBook-16-G5-IRH) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621, GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621) #1 SMP Tue Jun 4 10:58:14 CST 2024
[    0.624345] random: crng init done
[    0.631981] Machine model: Rockchip RK3588 TOYBRICK X10 Board
[    0.667545] earlycon: uart8250 at MMIO32 0x00000000feb50000 (options '')
[    0.672068] printk: bootconsole [uart8250] enabled
[    0.674769] efi: UEFI not found.
[    0.680491] OF: fdt: Reserved memory: failed to reserve memory for node 'drm-logo@00000000': base 0x0000000000000000, size 0 MiB
[    0.681539] OF: fdt: Reserved memory: failed to reserve memory for node 'drm-cubic-lut@00000000': base 0x0000000000000000, size 0 MiB
[    0.682687] Reserved memory: created CMA memory pool at 0x0000000010000000, size 128 MiB
[    0.683416] OF: reserved mem: initialized node cma, compatible id shared-dma-pool
[    0.800171] Zone ranges:
[    0.800406]   DMA      [mem 0x0000000000200000-0x00000000ffffffff]
[    0.800966]   DMA32    empty
[    0.801229]   Normal   [mem 0x0000000100000000-0x00000002ffffffff]
[    0.801788] Movable zone start for each node
[    0.802174] Early memory node ranges
[    0.802498]   node   0: [mem 0x0000000000200000-0x00000000083fffff]
[    0.803062]   node   0: [mem 0x0000000009400000-0x00000000efffffff]
[    0.803630]   node   0: [mem 0x0000000100000000-0x00000001ffffffff]
[    0.804194]   node   0: [mem 0x00000002f0000000-0x00000002ffffffff]
[    0.804761] Initmem setup node 0 [mem 0x0000000000200000-0x00000002ffffffff]
[    0.849899] psci: probing for conduit method from DT.
[    0.850363] psci: PSCIv1.1 detected in firmware.
[    0.850779] psci: Using standard PSCI v0.2 function IDs
[    0.851256] psci: Trusted OS migration not required
[    0.851700] psci: SMC Calling Convention v1.2
[    0.852435] percpu: Embedded 30 pages/cpu s83800 r8192 d30888 u122880
[    0.853183] Detected VIPT I-cache on CPU0
[    0.853575] CPU features: detected: GIC system register CPU interface
[    0.854155] CPU features: detected: Virtualization Host Extensions
[    0.854717] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    0.855358] alternatives: patching kernel code
[    0.857275] Built 1 zonelists, mobility grouping on.  Total pages: 2059848
[    0.857899] Kernel command line: storagemedia=emmc androidboot.storagemedia=emmc androidboot.mode=normal  androidboot.verifiedbootstate=orange rw rootwait earlycon=uart8250,mmio32,0xfeb50000 console=ttyFIQ0 irqchip.gicv3_pseudo_nmi=0 root=PARTUUID=614e0000-0000 rcupdate.rcu_expedited=1 rcu_nocbs=all androidboot.fwver=ddr-v1.15-d5483af87d,spl-v1.13,bl31-v1.44,bl32-v1.15,uboot-06/04/2024
[    0.861895] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.862992] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.863700] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.870291] software IO TLB: mapped [mem 0x00000000ec000000-0x00000000f0000000] (64MB)
[    0.928265] Memory: 7974396K/8370176K available (18752K kernel code, 3506K rwdata, 6888K rodata, 6656K init, 590K bss, 264708K reserved, 131072K cma-reserved)
[    0.929642] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.930253] ftrace: allocating 57278 entries in 224 pages
[    0.999462] ftrace: allocated 224 pages with 3 groups
[    1.000130] rcu: Hierarchical RCU implementation.
[    1.000561] rcu:     RCU event tracing is enabled.
[    1.000969] rcu:     RCU dyntick-idle grace-period acceleration is enabled.
[    1.001573]     All grace periods are expedited (rcu_expedited).
[    1.002091]     Rude variant of Tasks RCU enabled.
[    1.002500] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    1.006934] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    1.009993] GICv3: GIC: Using split EOI/Deactivate mode
[    1.010467] GICv3: 480 SPIs implemented
[    1.010813] GICv3: 0 Extended SPIs implemented
[    1.011235] GICv3: Distributor has no Range Selector support
[    1.011750] GICv3: 16 PPIs implemented
[    1.012129] GICv3: CPU0: found redistributor 0 region 0:0x00000000fe680000
[    1.012828] ITS [mem 0xfe640000-0xfe65ffff]
[    1.013247] ITS@0x00000000fe640000: allocated 8192 Devices @1001e0000 (indirect, esz 8, psz 64K, shr 0)
[    1.014112] ITS@0x00000000fe640000: allocated 32768 Interrupt Collections @1001f0000 (flat, esz 2, psz 64K, shr 0)
[    1.015049] ITS: using cache flushing for cmd queue
[    1.015511] ITS [mem 0xfe660000-0xfe67ffff]
[    1.015926] ITS@0x00000000fe660000: allocated 8192 Devices @100210000 (indirect, esz 8, psz 64K, shr 0)
[    1.016791] ITS@0x00000000fe660000: allocated 32768 Interrupt Collections @100220000 (flat, esz 2, psz 64K, shr 0)
[    1.017725] ITS: using cache flushing for cmd queue
[    1.018370] GICv3: using LPI property table @0x0000000100230000
[    1.019015] GIC: using cache flushing for LPI property table
[    1.019529] GICv3: CPU0: using allocated LPI pending table @0x0000000100240000
[    1.020222] rcu:     Offload RCU callbacks from CPUs: 0-7.
[    1.134558] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    1.135108] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    1.136077] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    1.138014] Console: colour dummy device 80x25
[    1.138444] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=80000)
[    1.139365] pid_max: default: 32768 minimum: 301
[    1.139882] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    1.140581] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    1.142426] rcu: Hierarchical SRCU implementation.
[    1.143569] Platform MSI: msi-controller@fe640000 domain created
[    1.144121] Platform MSI: msi-controller@fe660000 domain created
[    1.145005] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe640000 domain created
[    1.145756] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe660000 domain created
[    1.146680] EFI services will not be available.
[    1.147310] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
I/TC: Secondary CPU 4 initializing
I/TC: Secondary CPU 4 switching to normal world boot
I/TC: Secondary CPU 5 initializing
I/TC: Secondary CPU 5 switching to normal world boot
I/TC: Secondary CPU 6 initializing
I/TC: Secondary CPU 6 switching to normal world boot
I/TC: Secondary CPU 7 initializing
I/TC: Secondary CPU 7 switching to normal world boot
[    1.148842] Detected VIPT I-cache on CPU1
[    1.148866] GICv3: CPU1: found redistributor 100 region 0:0x00000000fe6a0000
[    1.148880] GICv3: CPU1: using allocated LPI pending table @0x0000000100250000
[    1.148916] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[    1.150064] Detected VIPT I-cache on CPU2
[    1.150084] GICv3: CPU2: found redistributor 200 region 0:0x00000000fe6c0000
[    1.150098] GICv3: CPU2: using allocated LPI pending table @0x0000000100260000
[    1.150131] CPU2: Booted secondary processor 0x0000000200 [0x412fd050]
[    1.151265] Detected VIPT I-cache on CPU3
[    1.151282] GICv3: CPU3: found redistributor 300 region 0:0x00000000fe6e0000
[    1.151295] GICv3: CPU3: using allocated LPI pending table @0x0000000100270000
[    1.151325] CPU3: Booted secondary processor 0x0000000300 [0x412fd050]
[    1.152476] CPU features: detected: Spectre-v4
[    1.152479] CPU features: detected: Spectre-BHB
[    1.152480] Detected PIPT I-cache on CPU4
[    1.152491] GICv3: CPU4: found redistributor 400 region 0:0x00000000fe700000
[    1.152499] GICv3: CPU4: using allocated LPI pending table @0x0000000100280000
[    1.152520] CPU4: Booted secondary processor 0x0000000400 [0x414fd0b0]
[    1.153614] Detected PIPT I-cache on CPU5
[    1.153626] GICv3: CPU5: found redistributor 500 region 0:0x00000000fe720000
[    1.153634] GICv3: CPU5: using allocated LPI pending table @0x0000000100290000
[    1.153655] CPU5: Booted secondary processor 0x0000000500 [0x414fd0b0]
[    1.154732] Detected PIPT I-cache on CPU6
[    1.154742] GICv3: CPU6: found redistributor 600 region 0:0x00000000fe740000
[    1.154749] GICv3: CPU6: using allocated LPI pending table @0x00000001002a0000
[    1.154770] CPU6: Booted secondary processor 0x0000000600 [0x414fd0b0]
[    1.155862] Detected PIPT I-cache on CPU7
[    1.155872] GICv3: CPU7: found redistributor 700 region 0:0x00000000fe760000
[    1.155880] GICv3: CPU7: using allocated LPI pending table @0x00000001002b0000
[    1.155900] CPU7: Booted secondary processor 0x0000000700 [0x414fd0b0]
[    1.155946] smp: Brought up 1 node, 8 CPUs
[    1.172693] SMP: Total of 8 processors activated.
[    1.173122] CPU features: detected: Privileged Access Never
[    1.173624] CPU features: detected: LSE atomic instructions
[    1.174126] CPU features: detected: User Access Override
[    1.174603] CPU features: detected: 32-bit EL0 Support
[    1.175064] CPU features: detected: Common not Private translations
[    1.175629] CPU features: detected: RAS Extension Support
[    1.176115] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    1.176896] CPU features: detected: CRC32 instructions
[    1.177360] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    1.177987] CPU features: detected: RCpc load-acquire (LDAPR)
[    1.202307] CPU: All CPU(s) started at EL2
[    1.204325] devtmpfs: initialized
[    1.214272] Registered cp15_barrier emulation handler
[    1.214730] Registered setend emulation handler
[    1.215186] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    1.216062] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    1.217643] pinctrl core: initialized pinctrl subsystem
[    1.218280] DMI not present or invalid.
[    1.218707] NET: Registered protocol family 16
[    1.219659] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    1.220380] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    1.221469] Registered FIQ tty driver
[    1.221887] thermal_sys: Registered thermal governor 'fair_share'
[    1.221889] thermal_sys: Registered thermal governor 'step_wise'
[    1.222432] thermal_sys: Registered thermal governor 'user_space'
[    1.222970] thermal_sys: Registered thermal governor 'power_allocator'
[    1.223619] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
[    1.224932] thermal thermal_zone2: power_allocator: sustainable_power will be estimated
[    1.225662] thermal thermal_zone3: power_allocator: sustainable_power will be estimated
[    1.226394] thermal thermal_zone4: power_allocator: sustainable_power will be estimated
[    1.227121] thermal thermal_zone5: power_allocator: sustainable_power will be estimated
[    1.227849] thermal thermal_zone6: power_allocator: sustainable_power will be estimated
[    1.228571] cpuidle: using governor menu
[    1.229000] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    1.229684] ASID allocator initialised with 65536 entries
[    1.231348] ramoops: dmesg-0    0x18000@0x0000000000110000
[    1.231812] ramoops: dmesg-1    0x18000@0x0000000000128000
[    1.232509] ramoops: console    0x80000@0x0000000000140000
[    1.233260] ramoops: pmsg    0x30000@0x00000000001c0000
[    1.233921] printk: console [ramoops-1] enabled
[    1.234329] pstore: Registered ramoops as persistent store backend
[    1.234879] ramoops: using 0xe0000@0x110000, ecc: 0
[    1.267430] rockchip-gpio fd8a0000.gpio: probed /pinctrl/gpio@fd8a0000
[    1.268143] rockchip-gpio fec20000.gpio: probed /pinctrl/gpio@fec20000
[    1.268843] rockchip-gpio fec30000.gpio: probed /pinctrl/gpio@fec30000
[    1.269550] rockchip-gpio fec40000.gpio: probed /pinctrl/gpio@fec40000
[    1.270276] rockchip-gpio fec50000.gpio: probed /pinctrl/gpio@fec50000
[    1.270898] rockchip-pinctrl pinctrl: probed pinctrl
[    1.280459] fiq_debugger fiq_debugger.0: IRQ fiq not found
[    1.280959] fiq_debugger fiq_debugger.0: IRQ wakeup not found
[    1.281471] fiq_debugger_probe: could not install nmi irq handler
[[    1.282047] printk: console [ttyFIQ0] enabled
    1.282047] printk: console [ttyFIQ0] enabled
[    1.282812] printk: bootconsole [uart8250] disabled
[    1.282812] printk: bootconsole [uart8250] disabled
[    1.283290] Registered fiq debugger ttyFIQ0
[    1.283544] vcc5v0_sys: supplied by vcc12v_dcin
[    1.283623] vcc5v0_usbdcin: supplied by vcc12v_dcin
[    1.283730] vcc5v0_usb: supplied by vcc5v0_usbdcin
[    1.283834] vcc_1v1_nldo_s3: supplied by vcc5v0_sys
[    1.284004] vbus5v0_typec: supplied by vcc5v0_usb
[    1.284085] vcc3v3_pcie30: supplied by vcc12v_dcin
[    1.284161] vcc5v0_host: supplied by vcc5v0_usb
[    1.284361] debugfs: Directory 'vcc_mipicsi1' with parent 'regulator' already present!
[    1.284367] debugfs: Directory 'vcc_mipicsi1' with parent 'vcc_mipicsi1' already present!
[    1.284530] iommu: Default domain type: Translated 
[    1.286939] SCSI subsystem initialized
[    1.286994] usbcore: registered new interface driver usbfs
[    1.287004] usbcore: registered new interface driver hub
[    1.287015] usbcore: registered new device driver usb
[    1.287040] mc: Linux media interface: v0.10
[    1.287047] videodev: Linux video capture interface: v2.00
[    1.287065] pps_core: LinuxPPS API ver. 1 registered
[    1.287068] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.287074] PTP clock support registered
[    1.287086] EDAC MC: Ver: 3.0.0
[    1.287313] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.
[    1.287340] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0
[    1.288164] Advanced Linux Sound Architecture Driver Initialized.
[    1.288291] Bluetooth: Core ver 2.22
[    1.288299] NET: Registered protocol family 31
[    1.288302] Bluetooth: HCI device and connection manager initialized
[    1.288306] Bluetooth: HCI socket layer initialized
[    1.288309] Bluetooth: L2CAP socket layer initialized
[    1.288314] Bluetooth: SCO socket layer initialized
[    1.289495] rockchip-cpuinfo cpuinfo: SoC        : 35881000
[    1.289499] rockchip-cpuinfo cpuinfo: Serial        : d47df279991b7400
[    1.289692] clocksource: Switched to clocksource arch_sys_counter
[    1.532267] NET: Registered protocol family 2
[    1.532366] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.534303] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    1.534373] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    1.534700] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    1.535344] TCP: Hash tables configured (established 65536 bind 65536)
[    1.535377] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    1.535497] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    1.535652] NET: Registered protocol family 1
[    1.535854] RPC: Registered named UNIX socket transport module.
[    1.535858] RPC: Registered udp transport module.
[    1.535861] RPC: Registered tcp transport module.
[    1.535863] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.536149] PCI: CLS 0 bytes, default 64
[    1.536745] rockchip-thermal fec00000.tsadc: Missing rockchip,grf property
[    1.537168] rockchip-thermal fec00000.tsadc: tsadc is probed successfully!
[    1.537720] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    1.539722] Initialise system trusted keyrings
[    1.539785] workingset: timestamp_bits=62 max_order=21 bucket_order=0
[    1.541008] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.541180] NFS: Registering the id_resolver key type
[    1.541188] Key type id_resolver registered
[    1.541190] Key type id_legacy registered
[    1.541202] ntfs: driver 2.1.32 [Flags: R/O].
[    1.541254] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    1.541333] fuse: init (API version 7.32)
[    1.541405] SGI XFS with security attributes, no debug enabled
[    1.561558] NET: Registered protocol family 38
[    1.561564] Key type asymmetric registered
[    1.561567] Asymmetric key parser 'x509' registered
[    1.561579] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    1.561583] io scheduler mq-deadline registered
[    1.561586] io scheduler kyber registered
[    1.561921] rockchip-csi2-dphy-hw fedc0000.csi2-dphy0-hw: csi2 dphy hw probe successfully!
[    1.561974] rockchip-csi2-dphy-hw fedc8000.csi2-dphy1-hw: csi2 dphy hw probe successfully!
[    1.568305] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy init success
[    1.570255] rk-pcie fe180000.pcie: invalid prsnt-gpios property in node
[    1.570270] rk-pcie fe180000.pcie: no vpcie3v3 regulator found
[    1.570444] rk-pcie fe150000.pcie: invalid prsnt-gpios property in node
[    1.570473] rk-pcie fe180000.pcie: IRQ msi not found
[    1.570478] rk-pcie fe180000.pcie: use outband MSI support
[    1.570482] rk-pcie fe180000.pcie: Missing *config* reg space
[    1.570494] rk-pcie fe180000.pcie: host bridge /pcie@fe180000 ranges:
[    1.570507] rk-pcie fe180000.pcie:      err 0x00f3000000..0x00f30fffff -> 0x00f3000000
[    1.570519] rk-pcie fe180000.pcie:       IO 0x00f3100000..0x00f31fffff -> 0x00f3100000
[    1.570532] rk-pcie fe170000.pcie: invalid prsnt-gpios property in node
[    1.570534] rk-pcie fe180000.pcie:      MEM 0x00f3200000..0x00f3ffffff -> 0x00f3200000
[    1.570538] rk-pcie fe180000.pcie:      MEM 0x09c0000000..0x09ffffffff -> 0x09c0000000
[    1.570556] rk-pcie fe170000.pcie: no vpcie3v3 regulator found
[    1.570564] rk-pcie fe180000.pcie: Missing *config* reg space
[    1.570585] rk-pcie fe180000.pcie: invalid resource
[    1.570635] pwm-backlight backlight: supply power not found, using dummy regulator
[    1.570814] iep: Module initialized.
[    1.570825] rk-pcie fe170000.pcie: IRQ msi not found
[    1.570835] rk-pcie fe170000.pcie: use outband MSI support
[    1.570839] mpp_service mpp-srv: unknown mpp version for missing VCS info
[    1.570842] mpp_service mpp-srv: probe start
[    1.570846] rk-pcie fe170000.pcie: Missing *config* reg space
[    1.570855] rk-pcie fe170000.pcie: host bridge /pcie@fe170000 ranges:
[    1.570874] rk-pcie fe170000.pcie:      err 0x00f2000000..0x00f20fffff -> 0x00f2000000
[    1.570887] rk-pcie fe170000.pcie:       IO 0x00f2100000..0x00f21fffff -> 0x00f2100000
[    1.570901] rk-pcie fe170000.pcie:      MEM 0x00f2200000..0x00f2ffffff -> 0x00f2200000
[    1.570912] rk-pcie fe170000.pcie:      MEM 0x0980000000..0x09bfffffff -> 0x0980000000
[    1.570938] rk-pcie fe170000.pcie: Missing *config* reg space
[    1.570962] rk-pcie fe170000.pcie: invalid resource
[    1.571961] mpp_vdpu2 fdb50400.vdpu: Adding to iommu group 1
[    1.572130] mpp_vdpu2 fdb50400.vdpu: probe device
[    1.572205] mpp_vdpu2 fdb50400.vdpu: reset_group->rw_sem_on=0
[    1.572211] mpp_vdpu2 fdb50400.vdpu: reset_group->rw_sem_on=0
[    1.572288] mpp_vdpu2 fdb50400.vdpu: probing finish
[    1.572435] mpp_vepu2 jpege-ccu: probing start
[    1.572439] mpp_vepu2 jpege-ccu: probing finish
[    1.572504] mpp_vepu2 fdb50000.vepu: Adding to iommu group 1
[    1.572571] mpp_vepu2 fdb50000.vepu: probing start
[    1.572626] mpp_vepu2 fdb50000.vepu: reset_group->rw_sem_on=0
[    1.572630] mpp_vepu2 fdb50000.vepu: reset_group->rw_sem_on=0
[    1.572703] mpp_vepu2 fdb50000.vepu: probing finish
[    1.572786] mpp_vepu2 fdba0000.jpege-core: Adding to iommu group 5
[    1.572902] mpp_vepu2 fdba0000.jpege-core: probing start
[    1.572976] mpp_vepu2 fdba0000.jpege-core: attach ccu success
[    1.573054] mpp_vepu2 fdba0000.jpege-core: probing finish
[    1.573126] mpp_vepu2 fdba4000.jpege-core: Adding to iommu group 6
[    1.573242] mpp_vepu2 fdba4000.jpege-core: probing start
[    1.573305] mpp_vepu2 fdba4000.jpege-core: attach ccu success
[    1.573390] mpp_vepu2 fdba4000.jpege-core: probing finish
[    1.573461] mpp_vepu2 fdba8000.jpege-core: Adding to iommu group 7
[    1.573572] mpp_vepu2 fdba8000.jpege-core: probing start
[    1.573633] mpp_vepu2 fdba8000.jpege-core: attach ccu success
[    1.573708] mpp_vepu2 fdba8000.jpege-core: probing finish
[    1.573770] mpp_vepu2 fdbac000.jpege-core: Adding to iommu group 8
[    1.573882] mpp_vepu2 fdbac000.jpege-core: probing start
[    1.573942] mpp_vepu2 fdbac000.jpege-core: attach ccu success
[    1.574013] mpp_vepu2 fdbac000.jpege-core: probing finish
[    1.574214] mpp-iep2 fdbb0000.iep: Adding to iommu group 9
[    1.574328] mpp-iep2 fdbb0000.iep: probe device
[    1.574412] mpp-iep2 fdbb0000.iep: allocate roi buffer failed
[    1.574500] mpp-iep2 fdbb0000.iep: probing finish
[    1.574641] mpp_jpgdec fdb90000.jpegd: Adding to iommu group 4
[    1.574808] mpp_jpgdec fdb90000.jpegd: probe device
[    1.574957] mpp_jpgdec fdb90000.jpegd: probing finish
[    1.575233] mpp_rkvdec2 fdc30000.rkvdec-ccu: rkvdec-ccu, probing start
[    1.575271] mpp_rkvdec2 fdc30000.rkvdec-ccu: ccu-mode: 1
[    1.575274] mpp_rkvdec2 fdc30000.rkvdec-ccu: probing finish
[    1.575323] mpp_rkvdec2 fdc38100.rkvdec-core: Adding to iommu group 12
[    1.575526] mpp_rkvdec2 fdc38100.rkvdec-core: rkvdec-core, probing start
[    1.575601] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_a is not found!
[    1.575605] rkvdec2_init:1022: No niu aclk reset resource define
[    1.575609] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_h is not found!
[    1.575611] rkvdec2_init:1025: No niu hclk reset resource define
[    1.575625] mpp_rkvdec2 fdc38100.rkvdec-core: no regulator, devfreq is disabled
[    1.575670] mpp_rkvdec2 fdc38100.rkvdec-core: core_mask=00010001
[    1.575673] mpp_rkvdec2 fdc38100.rkvdec-core: attach ccu as core 0
[    1.575809] mpp_rkvdec2 fdc38100.rkvdec-core: sram_start 0x00000000ff001000
[    1.575812] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_iova 0x00000000fff00000
[    1.575815] mpp_rkvdec2 fdc38100.rkvdec-core: sram_size 491520
[    1.575818] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_size 1048576
[    1.575821] mpp_rkvdec2 fdc38100.rkvdec-core: min_width 512
[    1.575826] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_info_count 20
[    1.575828] mpp_rkvdec2 fdc38100.rkvdec-core: [136, 24576]
[    1.575832] mpp_rkvdec2 fdc38100.rkvdec-core: [137, 49152]
[    1.575835] mpp_rkvdec2 fdc38100.rkvdec-core: [141, 90112]
[    1.575838] mpp_rkvdec2 fdc38100.rkvdec-core: [140, 49152]
[    1.575840] mpp_rkvdec2 fdc38100.rkvdec-core: [139, 180224]
[    1.575843] mpp_rkvdec2 fdc38100.rkvdec-core: [133, 49152]
[    1.575846] mpp_rkvdec2 fdc38100.rkvdec-core: [134, 8192]
[    1.575849] mpp_rkvdec2 fdc38100.rkvdec-core: [135, 4352]
[    1.575852] mpp_rkvdec2 fdc38100.rkvdec-core: [138, 13056]
[    1.575855] mpp_rkvdec2 fdc38100.rkvdec-core: [142, 291584]
[    1.575876] mpp_rkvdec2 fdc38100.rkvdec-core: probing finish
[    1.575926] mpp_rkvdec2 fdc48100.rkvdec-core: Adding to iommu group 13
[    1.576111] mpp_rkvdec2 fdc48100.rkvdec-core: rkvdec-core, probing start
[    1.576185] mpp_rkvdec2 fdc48100.rkvdec-core: shared_niu_a is not found!
[    1.576189] rkvdec2_init:1022: No niu aclk reset resource define
[    1.576192] mpp_rkvdec2 fdc48100.rkvdec-core: shared_niu_h is not found!
[    1.576195] rkvdec2_init:1025: No niu hclk reset resource define
[    1.576207] mpp_rkvdec2 fdc48100.rkvdec-core: no regulator, devfreq is disabled
[    1.576237] mpp_rkvdec2 fdc48100.rkvdec-core: core_mask=00020002
[    1.576252] mpp_rkvdec2 fdc48100.rkvdec-core: attach ccu as core 1
[    1.576406] mpp_rkvdec2 fdc48100.rkvdec-core: sram_start 0x00000000ff079000
[    1.576409] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_iova 0x00000000ffe00000
[    1.576412] mpp_rkvdec2 fdc48100.rkvdec-core: sram_size 487424
[    1.576415] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_size 1048576
[    1.576419] mpp_rkvdec2 fdc48100.rkvdec-core: min_width 512
[    1.576423] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_info_count 20
[    1.576426] mpp_rkvdec2 fdc48100.rkvdec-core: [136, 24576]
[    1.576428] mpp_rkvdec2 fdc48100.rkvdec-core: [137, 49152]
[    1.576431] mpp_rkvdec2 fdc48100.rkvdec-core: [141, 90112]
[    1.576434] mpp_rkvdec2 fdc48100.rkvdec-core: [140, 49152]
[    1.576437] mpp_rkvdec2 fdc48100.rkvdec-core: [139, 180224]
[    1.576440] mpp_rkvdec2 fdc48100.rkvdec-core: [133, 49152]
[    1.576442] mpp_rkvdec2 fdc48100.rkvdec-core: [134, 8192]
[    1.576445] mpp_rkvdec2 fdc48100.rkvdec-core: [135, 4352]
[    1.576448] mpp_rkvdec2 fdc48100.rkvdec-core: [138, 13056]
[    1.576451] mpp_rkvdec2 fdc48100.rkvdec-core: [142, 291584]
[    1.576470] mpp_rkvdec2 fdc48100.rkvdec-core: probing finish
[    1.576623] mpp_rkvenc2 rkvenc-ccu: probing start
[    1.576627] mpp_rkvenc2 rkvenc-ccu: probing finish
[    1.577046] mpp_av1dec: Adding child /av1d@fdc70000
[    1.577200] mpp_av1dec: register device av1d-master
[    1.577211] mpp_av1dec av1d-master: av1_iommu_of_xlate,784
[    1.577223] av1_iommu_probe_device,736, consumer : av1d-master, supplier : fdca0000.iommu
[    1.577229] mpp_av1dec av1d-master: Adding to iommu group 15
[    1.577411] mpp_av1dec av1d-master: probing start
[    1.577569] mpp_av1dec av1d-master: probing finish
[    1.577589] mpp_service mpp-srv: probe success
[    1.585131] dma-pl330 fea10000.dma-controller: Loaded driver for PL330 DMAC-241330
[    1.585137] dma-pl330 fea10000.dma-controller:     DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    1.585686] dma-pl330 fea30000.dma-controller: Loaded driver for PL330 DMAC-241330
[    1.585691] dma-pl330 fea30000.dma-controller:     DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    1.586245] dma-pl330 fed10000.dma-controller: Loaded driver for PL330 DMAC-241330
[    1.586251] dma-pl330 fed10000.dma-controller:     DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    1.586713] rockchip-pvtm fda40000.pvtm: pvtm@0 probed
[    1.586753] rockchip-pvtm fda50000.pvtm: pvtm@1 probed
[    1.586793] rockchip-pvtm fda60000.pvtm: pvtm@2 probed
[    1.586826] rockchip-pvtm fdaf0000.pvtm: pvtm@3 probed
[    1.586857] rockchip-pvtm fdb30000.pvtm: pvtm@4 probed
[    1.586886] rk-pcie fe150000.pcie: IRQ msi not found
[    1.586898] rk-pcie fe150000.pcie: use outband MSI support
[    1.586907] rk-pcie fe150000.pcie: Missing *config* reg space
[    1.586927] rk-pcie fe150000.pcie: host bridge /pcie@fe150000 ranges:
[    1.586987] rk-pcie fe150000.pcie:      err 0x00f0000000..0x00f00fffff -> 0x00f0000000
[    1.587021] rk-pcie fe150000.pcie:       IO 0x00f0100000..0x00f01fffff -> 0x00f0100000
[    1.587063] rk-pcie fe150000.pcie:      MEM 0x00f0200000..0x00f0ffffff -> 0x00f0200000
[    1.587100] rk-pcie fe150000.pcie:      MEM 0x0900000000..0x093fffffff -> 0x0900000000
[    1.587140] rk-pcie fe150000.pcie: Missing *config* reg space
[    1.587174] rk-pcie fe150000.pcie: invalid resource
[    1.587279] rockchip-system-monitor rockchip-system-monitor: system monitor probe
[    1.587822] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[    1.588172] febb0000.serial: ttyS8 at MMIO 0xfebb0000 (irq = 96, base_baud = 1500000) is a 16550A
[    1.589676] rockchip-vop2 fdd90000.vop: Adding to iommu group 14
[    1.595383] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x5, primary plane phy id: 2
[    1.595392] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp1 assign plane mask: 0xa, primary plane phy id: 3
[    1.595397] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x140, primary plane phy id: 8
[    1.595403] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp3 assign plane mask: 0x280, primary plane phy id: 9
[    1.595567] [drm] failed to init overlay plane Cluster0-win1
[    1.595595] [drm] failed to init overlay plane Cluster1-win1
[    1.595618] [drm] failed to init overlay plane Cluster2-win1
[    1.595640] [drm] failed to init overlay plane Cluster3-win1
[    1.603220] rockchip-drm display-subsystem: bound fdd90000.vop (ops 0xffffffc00935e230)
[    1.603596] dwhdmi-rockchip fde80000.hdmi: registered ddc I2C bus driver
[    1.603913] rockchip-drm display-subsystem: bound fde80000.hdmi (ops 0xffffffc00936cdc0)
[    1.603967] rockchip-drm display-subsystem: bound fde50000.dp (ops 0xffffffc00936f968)
[    1.604351] rockchip-drm display-subsystem: failed to parse loader memory
[    1.709145] dwhdmi-rockchip fde80000.hdmi: i2c read err!
[    1.709157] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-5
[    1.709455] dwhdmi-rockchip fde80000.hdmi: i2c read err!
[    1.709461] dwhdmi-rockchip fde80000.hdmi: get hdcp2.x capable failed:-5
[    1.714058] rockchip-drm display-subsystem: [drm] fb0: rockchipdrmfb frame buffer device
[    1.714079] dwhdmi-rockchip fde80000.hdmi: i2c read err!
[    1.714085] dwhdmi-rockchip fde80000.hdmi: get hdcp2.x capable failed:-5
[    1.714322] dwhdmi-rockchip fde80000.hdmi: use tmds mode
[    1.714353] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] Update mode to 1920x1080p60, type: 11(if:800, flag:0x0) for vp0 dclk: 148500000
[    1.714515] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] dclk_out0 div: 0 dclk_core0 div: 2
[    1.714526] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] set dclk_vop0 to 148500000, get 148500000
[    1.714556] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx_ropll_cmn_config bus_width:16a8c8 rate:1485000
[    1.714830] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy pll locked!
[    1.714834] dwhdmi-rockchip fde80000.hdmi: final tmdsclk = 148500000
[    1.714863] dwhdmi-rockchip fde80000.hdmi: don't use dsc mode
[    1.714867] dwhdmi-rockchip fde80000.hdmi: dw hdmi qp use tmds mode
[    1.714873] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: bus_width:0x16a8c8,bit_rate:1485000
[    1.715067] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy lane locked!
[    1.715331] [drm] Initialized rockchip 3.0.0 20140818 for display-subsystem on minor 0
[    1.718887] dw-hdmi-qp-hdcp dw-hdmi-qp-hdcp.2.auto: dw_hdcp_qp_hdcp_probe success
[    1.720914] brd: module loaded
[    1.726288] loop: module loaded
[    1.726668] zram: Added device: zram0
[    1.726926] lkdtm: No crash points registered, enable through debugfs
[    1.727688] system_heap: orders[0] = 6
[    1.727698] system_heap: orders[1] = 4
[    1.727705] system_heap: orders[2] = 0
[    1.729414] ahci fe210000.sata: supply ahci not found, using dummy regulator
[    1.729525] ahci fe210000.sata: supply phy not found, using dummy regulator
[    1.729644] ahci fe210000.sata: supply target not found, using dummy regulator
[    1.729766] ahci fe210000.sata: forcing port_map 0x0 -> 0x1
[    1.729801] ahci fe210000.sata: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl platform mode
[    1.729814] ahci fe210000.sata: flags: ncq sntf pm led clo only pmp fbs pio slum part ccc apst 
[    1.729832] ahci fe210000.sata: port 0 can do FBS, forcing FBSCP
[    1.730457] scsi host0: ahci
[    1.730714] ata1: SATA max UDMA/133 mmio [mem 0xfe210000-0xfe210fff] port 0x100 irq 85
[    1.731453] dwhdmi-rockchip fde80000.hdmi: i2c read err!
[    1.731460] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-5
[    1.731576] dwhdmi-rockchip fde80000.hdmi: use tmds mode
[    1.732743] rockchip-spi feb20000.spi: no high_speed pinctrl state
[    1.733831] rk806 spi2.0: chip id: RK806,ver:0x2, 0x1
[    1.733945] rk806 spi2.0: ON: 0x40 OFF:0x0
[    1.735270] vdd_gpu_s0: supplied by vcc5v0_sys
[    1.736206] vdd_cpu_lit_s0: supplied by vcc5v0_sys
[    1.736734] vdd_log_s0: supplied by vcc5v0_sys
[    1.737202] vdd_vdenc_s0: supplied by vcc5v0_sys
[    1.737715] vdd_ddr_s0: supplied by vcc5v0_sys
[    1.738008] vdd2_ddr_s3: supplied by vcc5v0_sys
[    1.738467] vdd_2v0_pldo_s3: supplied by vcc5v0_sys
[    1.738876] vcc_3v3_s3: supplied by vcc5v0_sys
[    1.739265] vddq_ddr_s0: supplied by vcc5v0_sys
[    1.739725] vcc_1v8_s3: supplied by vcc5v0_sys
[    1.740140] vdd_0v75_s3: supplied by vcc_1v1_nldo_s3
[    1.740597] vdd_ddr_pll_s0: supplied by vcc_1v1_nldo_s3
[    1.740994] avdd_0v75_s0: supplied by vcc_1v1_nldo_s3
[    1.741397] vdd_0v85_s0: supplied by vcc_1v1_nldo_s3
[    1.741795] vdd_0v75_s0: supplied by vcc_1v1_nldo_s3
[    1.742275] avcc_1v8_s0: supplied by vdd_2v0_pldo_s3
[    1.742792] vcc_1v8_s0: supplied by vdd_2v0_pldo_s3
[    1.743255] avdd_1v2_s0: supplied by vdd_2v0_pldo_s3
[    1.743711] vcc_3v3_s0: supplied by vcc5v0_sys
[    1.744113] vccio_sd_s0: supplied by vcc5v0_sys
[    1.744531] pldo6_s3: supplied by vcc5v0_sys
[    1.744693] rk806 spi2.0: no sleep-setting state
[    1.744697] rk806 spi2.0: no reset-setting pinctrl state
[    1.744700] rk806 spi2.0: no dvs-setting pinctrl state
[    1.745833] rockchip-spi feb20000.spi: probed, poll=0, rsd=0, cs-inactive=0, ready=0
[    1.747019] rk_gmac-dwmac fe1b0000.ethernet: IRQ eth_lpi not found
[    1.747242] rk_gmac-dwmac fe1b0000.ethernet: supply phy not found, using dummy regulator
[    1.747281] rk_gmac-dwmac fe1b0000.ethernet: clock input or output? (output).
[    1.747286] rk_gmac-dwmac fe1b0000.ethernet: TX delay(0x43).
[    1.747290] rk_gmac-dwmac fe1b0000.ethernet: Can not read property: rx_delay.
[    1.747293] rk_gmac-dwmac fe1b0000.ethernet: set rx_delay to 0xffffffff
[    1.747308] rk_gmac-dwmac fe1b0000.ethernet: integrated PHY? (no).
[    1.747313] rk_gmac-dwmac fe1b0000.ethernet: cannot get clock mac_clk_rx
[    1.747317] rk_gmac-dwmac fe1b0000.ethernet: cannot get clock mac_clk_tx
[    1.747326] rk_gmac-dwmac fe1b0000.ethernet: cannot get clock clk_mac_speed
[    1.747538] rk_gmac-dwmac fe1b0000.ethernet: init for RGMII_RXID
[    1.747624] rk_gmac-dwmac fe1b0000.ethernet: User ID: 0x30, Synopsys ID: 0x51
[    1.747630] rk_gmac-dwmac fe1b0000.ethernet:     DWMAC4/5
[    1.747635] rk_gmac-dwmac fe1b0000.ethernet: DMA HW capability register supported
[    1.747639] rk_gmac-dwmac fe1b0000.ethernet: RX Checksum Offload Engine supported
[    1.747642] rk_gmac-dwmac fe1b0000.ethernet: TX Checksum insertion supported
[    1.747646] rk_gmac-dwmac fe1b0000.ethernet: Wake-Up On Lan supported
[    1.747672] rk_gmac-dwmac fe1b0000.ethernet: TSO supported
[    1.747676] rk_gmac-dwmac fe1b0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    1.747680] rk_gmac-dwmac fe1b0000.ethernet: Enabled Flow TC (entries=2)
[    1.747683] rk_gmac-dwmac fe1b0000.ethernet: TSO feature enabled
[    1.747688] rk_gmac-dwmac fe1b0000.ethernet: Using 32 bits DMA width
[    1.777495] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    1.794167] rk-pcie fe150000.pcie: PCIe Linking... LTSSM is 0x0
[    1.803045] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    1.819712] rk-pcie fe150000.pcie: PCIe Linking... LTSSM is 0x0
[    1.829713] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    1.833028] rk-pcie fe180000.pcie: PCIe Link up, LTSSM is 0x30011
[    1.833078] rk-pcie fe180000.pcie: PCI host bridge to bus 0003:30
[    1.833084] pci_bus 0003:30: root bus resource [bus 30-3f]
[    1.833088] pci_bus 0003:30: root bus resource [??? 0xf3000000-0xf30fffff flags 0x0]
[    1.833093] pci_bus 0003:30: root bus resource [io  0x0000-0xfffff] (bus address [0xf3100000-0xf31fffff])
[    1.833097] pci_bus 0003:30: root bus resource [mem 0xf3200000-0xf3ffffff]
[    1.833101] pci_bus 0003:30: root bus resource [mem 0x9c0000000-0x9ffffffff pref]
[    1.833121] pci 0003:30:00.0: [1d87:3588] type 01 class 0x060400
[    1.833136] pci 0003:30:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref]
[    1.833176] pci 0003:30:00.0: supports D1 D2
[    1.833180] pci 0003:30:00.0: PME# supported from D0 D1 D3hot
[    1.838375] pci 0003:30:00.0: Primary bus is hard wired to 0
[    1.838380] pci 0003:30:00.0: bridge configuration invalid ([bus 01-ff]), reconfiguring
[    1.838528] pci 0003:31:00.0: [10ec:8168] type 00 class 0x020000
[    1.838592] pci 0003:31:00.0: reg 0x10: initial BAR value 0x00000000 invalid
[    1.838596] pci 0003:31:00.0: reg 0x10: [io  size 0x0100]
[    1.838677] pci 0003:31:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[    1.838729] pci 0003:31:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit]
[    1.839142] pci 0003:31:00.0: supports D1 D2
[    1.839146] pci 0003:31:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.846377] rk-pcie fe150000.pcie: PCIe Linking... LTSSM is 0x0
[    1.851351] pci_bus 0003:31: busn_res: [bus 31-3f] end is updated to 31
[    1.851366] pci 0003:30:00.0: BAR 8: assigned [mem 0xf3200000-0xf32fffff]
[    1.851371] pci 0003:30:00.0: BAR 6: assigned [mem 0xf3300000-0xf330ffff pref]
[    1.851376] pci 0003:30:00.0: BAR 7: assigned [io  0x1000-0x1fff]
[    1.851382] pci 0003:31:00.0: BAR 4: assigned [mem 0xf3200000-0xf3203fff 64bit]
[    1.851424] pci 0003:31:00.0: BAR 2: assigned [mem 0xf3204000-0xf3204fff 64bit]
[    1.851466] pci 0003:31:00.0: BAR 0: assigned [io  0x1000-0x10ff]
[    1.851482] pci 0003:30:00.0: PCI bridge to [bus 31]
[    1.851486] pci 0003:30:00.0:   bridge window [io  0x1000-0x1fff]
[    1.851491] pci 0003:30:00.0:   bridge window [mem 0xf3200000-0xf32fffff]
[    1.852395] pcieport 0003:30:00.0: PME: Signaling with IRQ 143
[    1.852487] r8168 Gigabit Ethernet driver 8.049.02-NAPI loaded
[    1.852516] r8168 0003:31:00.0: enabling device (0000 -> 0003)
[    1.856380] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    1.868705] r8168 0003:31:00.0 (unnamed net_device) (uninitialized): Invalid ether addr 00:00:00:00:00:00
[    1.868713] r8168 0003:31:00.0 (unnamed net_device) (uninitialized): Random ether addr 6a:31:d7:c8:be:65
[    1.868951] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[    1.870986] r8168  Copyright (C) 2021 Realtek NIC software team <nicfae@realtek.com> 
[    1.870986]  This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>. 
[    1.870986]  This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>. 
[    1.873046] rk-pcie fe150000.pcie: PCIe Linking... LTSSM is 0x1
[    1.881162] usbcore: registered new interface driver rtl8150
[    1.881181] usbcore: registered new interface driver r8152
[    1.883048] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    1.894442] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.894452] ehci-pci: EHCI PCI platform driver
[    1.894474] ehci-platform: EHCI generic platform driver
[    1.896627] ehci-platform fc800000.usb: EHCI Host Controller
[    1.896695] ehci-platform fc800000.usb: new USB bus registered, assigned bus number 1
[    1.896745] ehci-platform fc800000.usb: irq 20, io mem 0xfc800000
[    1.899718] rk-pcie fe150000.pcie: PCIe Linking... LTSSM is 0x0
[    1.909700] ehci-platform fc800000.usb: USB 2.0 started, EHCI 1.00
[    1.909759] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    1.909764] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.909768] usb usb1: Product: EHCI Host Controller
[    1.909771] usb usb1: Manufacturer: Linux 5.10.198 ehci_hcd
[    1.909775] usb usb1: SerialNumber: fc800000.usb
[    1.909960] hub 1-0:1.0: USB hub found
[    1.909970] hub 1-0:1.0: 1 port detected
[    1.912229] ehci-platform fc880000.usb: EHCI Host Controller
[    1.912293] ehci-platform fc880000.usb: new USB bus registered, assigned bus number 2
[    1.912335] ehci-platform fc880000.usb: irq 22, io mem 0xfc880000
[    1.923033] ehci-platform fc880000.usb: USB 2.0 started, EHCI 1.00
[    1.923081] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    1.923085] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.923089] usb usb2: Product: EHCI Host Controller
[    1.923093] usb usb2: Manufacturer: Linux 5.10.198 ehci_hcd
[    1.923096] usb usb2: SerialNumber: fc880000.usb
[    1.923248] hub 2-0:1.0: USB hub found
[    1.923257] hub 2-0:1.0: 1 port detected
[    1.923522] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.923533] ohci-platform: OHCI generic platform driver
[    1.923638] ohci-platform fc840000.usb: Generic Platform OHCI controller
[    1.923699] ohci-platform fc840000.usb: new USB bus registered, assigned bus number 3
[    1.923733] ohci-platform fc840000.usb: irq 21, io mem 0xfc840000
[    1.983747] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[    1.983754] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.983758] usb usb3: Product: Generic Platform OHCI controller
[    1.983761] usb usb3: Manufacturer: Linux 5.10.198 ohci_hcd
[    1.983765] usb usb3: SerialNumber: fc840000.usb
[    1.983915] hub 3-0:1.0: USB hub found
[    1.983926] hub 3-0:1.0: 1 port detected
[    1.984095] ohci-platform fc8c0000.usb: Generic Platform OHCI controller
[    1.984155] ohci-platform fc8c0000.usb: new USB bus registered, assigned bus number 4
[    1.984186] ohci-platform fc8c0000.usb: irq 23, io mem 0xfc8c0000
[    2.042516] ata1: SATA link down (SStatus 0 SControl 300)
[    2.043747] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[    2.043755] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.043759] usb usb4: Product: Generic Platform OHCI controller
[    2.043762] usb usb4: Manufacturer: Linux 5.10.198 ohci_hcd
[    2.043766] usb usb4: SerialNumber: fc8c0000.usb
[    2.043912] hub 4-0:1.0: USB hub found
[    2.043924] hub 4-0:1.0: 1 port detected
[    2.044315] phy phy-fd5d4000.syscon:usb2-phy@4000.3: illegal mode
[    2.044322] xhci-hcd xhci-hcd.7.auto: xHCI Host Controller
[    2.044386] xhci-hcd xhci-hcd.7.auto: new USB bus registered, assigned bus number 5
[    2.044466] xhci-hcd xhci-hcd.7.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000800002010010
[    2.044484] xhci-hcd xhci-hcd.7.auto: irq 146, io mem 0xfc400000
[    2.044541] xhci-hcd xhci-hcd.7.auto: xHCI Host Controller
[    2.044595] xhci-hcd xhci-hcd.7.auto: new USB bus registered, assigned bus number 6
[    2.044601] xhci-hcd xhci-hcd.7.auto: Host supports USB 3.0 SuperSpeed
[    2.044638] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    2.044642] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.044646] usb usb5: Product: xHCI Host Controller
[    2.044650] usb usb5: Manufacturer: Linux 5.10.198 xhci-hcd
[    2.044653] usb usb5: SerialNumber: xhci-hcd.7.auto
[    2.044793] hub 5-0:1.0: USB hub found
[    2.044803] hub 5-0:1.0: 1 port detected
[    2.044898] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.044925] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    2.044930] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.044933] usb usb6: Product: xHCI Host Controller
[    2.044937] usb usb6: Manufacturer: Linux 5.10.198 xhci-hcd
[    2.044940] usb usb6: SerialNumber: xhci-hcd.7.auto
[    2.045079] hub 6-0:1.0: USB hub found
[    2.045088] hub 6-0:1.0: 1 port detected
[    2.045203] usbcore: registered new interface driver cdc_acm
[    2.045206] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    2.045308] usbcore: registered new interface driver uas
[    2.045343] usbcore: registered new interface driver usb-storage
[    2.045369] usbcore: registered new interface driver usbserial_generic
[    2.045377] usbserial: USB Serial support registered for generic
[    2.045389] usbcore: registered new interface driver cp210x
[    2.045395] usbserial: USB Serial support registered for cp210x
[    2.045417] usbcore: registered new interface driver ftdi_sio
[    2.045424] usbserial: USB Serial support registered for FTDI USB Serial Device
[    2.045480] usbcore: registered new interface driver keyspan
[    2.045487] usbserial: USB Serial support registered for Keyspan - (without firmware)
[    2.045494] usbserial: USB Serial support registered for Keyspan 1 port adapter
[    2.045501] usbserial: USB Serial support registered for Keyspan 2 port adapter
[    2.045508] usbserial: USB Serial support registered for Keyspan 4 port adapter
[    2.045521] usbcore: registered new interface driver option
[    2.045528] usbserial: USB Serial support registered for GSM modem (1-port)
[    2.045612] usbcore: registered new interface driver oti6858
[    2.045619] usbserial: USB Serial support registered for oti6858
[    2.045630] usbcore: registered new interface driver pl2303
[    2.045637] usbserial: USB Serial support registered for pl2303
[    2.045654] usbcore: registered new interface driver qcserial
[    2.045660] usbserial: USB Serial support registered for Qualcomm USB modem
[    2.045679] usbcore: registered new interface driver sierra
[    2.045686] usbserial: USB Serial support registered for Sierra USB modem
[    2.046033] usbcore: registered new interface driver usbtouchscreen
[    2.046841] input: rk805 pwrkey as /devices/platform/feb20000.spi/spi_master/spi2/spi2.0/rk805-pwrkey.5.auto/input/input0
[    2.047034] i2c /dev entries driver
[    2.049785] vdd_cpu_big0_s0: supplied by vcc5v0_sys
[    2.057524] vdd_cpu_big1_s0: supplied by vcc5v0_sys
[    2.069191] rtc-hym8563 2-0051: rtc information is valid
[    2.070703] rtc-hym8563 2-0051: registered as rtc0
[    2.071391] rtc-hym8563 2-0051: setting system clock to 2024-06-05T07:26:05 UTC (1717572365)
[    2.073477] vdd_npu_s0: supplied by vcc5v0_sys
[    2.076741] rockchip-mipi-csi2-hw fdd10000.mipi0-csi2-hw: enter mipi csi2 hw probe!
[    2.076796] rockchip-mipi-csi2-hw fdd10000.mipi0-csi2-hw: probe success, v4l2_dev:mipi0-csi2-hw!
[    2.076821] rockchip-mipi-csi2-hw fdd20000.mipi1-csi2-hw: enter mipi csi2 hw probe!
[    2.076863] rockchip-mipi-csi2-hw fdd20000.mipi1-csi2-hw: probe success, v4l2_dev:mipi1-csi2-hw!
[    2.076884] rockchip-mipi-csi2-hw fdd30000.mipi2-csi2-hw: enter mipi csi2 hw probe!
[    2.076917] rockchip-mipi-csi2-hw fdd30000.mipi2-csi2-hw: probe success, v4l2_dev:mipi2-csi2-hw!
[    2.076936] rockchip-mipi-csi2-hw fdd40000.mipi3-csi2-hw: enter mipi csi2 hw probe!
[    2.076969] rockchip-mipi-csi2-hw fdd40000.mipi3-csi2-hw: probe success, v4l2_dev:mipi3-csi2-hw!
[    2.076988] rockchip-mipi-csi2-hw fdd50000.mipi4-csi2-hw: enter mipi csi2 hw probe!
[    2.077018] rockchip-mipi-csi2-hw fdd50000.mipi4-csi2-hw: probe success, v4l2_dev:mipi4-csi2-hw!
[    2.077037] rockchip-mipi-csi2-hw fdd60000.mipi5-csi2-hw: enter mipi csi2 hw probe!
[    2.077067] rockchip-mipi-csi2-hw fdd60000.mipi5-csi2-hw: probe success, v4l2_dev:mipi5-csi2-hw!
[    2.078463] rk_hdmirx fdee0000.hdmirx-controller: No reserved memory for HDMIRX, use default CMA
[    2.078481] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_probe: cpu_aff:0x500, Bound_cpu:5, wdt_cfg_bound_cpu:6, phy_cpuid:5
[    2.078961] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_audio_interrupts_setup: 0
[    2.079541] rk_hdmirx fdee0000.hdmirx-controller: rk_hdmirx_hdcp_register success
[    2.079556] rk_hdmirx fdee0000.hdmirx-controller: fdee0000.hdmirx-controller driver probe ok!
[    2.079625] usbcore: registered new interface driver uvcvideo
[    2.079629] USB Video Class driver (1.1.1)
[    2.080191] Bluetooth: HCI UART driver ver 2.3
[    2.080196] Bluetooth: HCI UART protocol H4 registered
[    2.080200] Bluetooth: HCI UART protocol ATH3K registered
[    2.080217] usbcore: registered new interface driver bfusb
[    2.080233] usbcore: registered new interface driver btusb
[    2.080931] cpu cpu0: bin=0
[    2.081141] cpu cpu0: leakage=19
[    2.082535] cpu cpu0: pvtm=1490
[    2.082642] cpu cpu0: pvtm-volt-sel=4
[    2.084473] cpu cpu4: bin=0
[    2.084681] cpu cpu4: leakage=16
[    2.091108] cpu cpu4: pvtm=1748
[    2.095001] cpu cpu4: pvtm-volt-sel=6
[    2.097586] cpu cpu6: bin=0
[    2.097793] cpu cpu6: leakage=17
[    2.104240] cpu cpu6: pvtm=1740
[    2.108161] cpu cpu6: pvtm-volt-sel=5
[    2.109834] cpu cpu0: avs=0
[    2.110774] cpu cpu4: avs=0
[    2.111547] cpu cpu6: avs=0
[    2.111709] cpu cpu0: EM: created perf domain
[    2.111736] cpu cpu0: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=1608000000 h_table=0
[    2.112233] cpu cpu4: EM: created perf domain
[    2.112256] cpu cpu4: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=2208000000 h_table=0
[    2.120674] cpu cpu6: EM: created perf domain
[    2.121049] cpu cpu6: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=2208000000 h_table=0
[    2.135208] sdhci: Secure Digital Host Controller Interface driver
[    2.135235] sdhci: Copyright(c) Pierre Ossman
[    2.135244] Synopsys Designware Multimedia Card Interface Driver
[    2.135796] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.137597] arm-scmi firmware:scmi: Failed. SCMI protocol 17 not active.
[    2.137655] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    2.138595] cryptodev: driver 1.12 loaded.
[    2.138637] hid: raw HID events driver (C) Jiri Kosina
[    2.138996] usbcore: registered new interface driver usbhid
[    2.139006] usbhid: USB HID core driver
[    2.152104] optee: probing for conduit method.
[    2.152143] optee: revision 3.13 (62aa10b7)
[    2.152420] optee: dynamic shared memory is enabled
[    2.152566] optee: initialized driver
[    2.153142] usbcore: registered new interface driver snd-usb-audio
[    2.158407] rockchip-i2s-tdm fddf0000.i2s: CLK-ALWAYS-ON: mclk: 12288000, bclk: 3072000, fsync: 48000
[    2.163491] input: rockchip-hdmi0 rockchip-hdmi0 as /devices/platform/hdmi0-sound/sound/card0/input1
[    2.164791] input: headset-keys as /devices/platform/es8388-sound/input/input2
[    2.166459] mmc0: SDHCI controller on fe2e0000.mmc [fe2e0000.mmc] using ADMA
[    2.178183] ES8323 7-0011: ASoC: error at soc_component_write_no_lock on ES8323.7-0011: -5
[    2.198815] mmc0: Host Software Queue enabled
[    2.198837] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[    2.199162] mmcblk0: mmc0:0001 TX2932 29.1 GiB 
[    2.199258] mmcblk0boot0: mmc0:0001 TX2932 partition 1 4.00 MiB
[    2.199358] mmcblk0boot1: mmc0:0001 TX2932 partition 2 4.00 MiB
[    2.199436] mmcblk0rpmb: mmc0:0001 TX2932 partition 3 4.00 MiB, chardev (236:0)
[    2.201475]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8
[    2.225814] input: rockchip,es8388 Headset as /devices/platform/es8388-sound/sound/card1/input3
[    2.226769] Initializing XFRM netlink socket
[    2.227090] NET: Registered protocol family 10
[    2.227753] Segment Routing with IPv6
[    2.227803] NET: Registered protocol family 17
[    2.227819] NET: Registered protocol family 15
[    2.227957] Bluetooth: RFCOMM socket layer initialized
[    2.227971] Bluetooth: RFCOMM ver 1.11
[    2.227980] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.227988] Bluetooth: HIDP socket layer initialized
[    2.228017] [BT_RFKILL]: Enter rfkill_rk_init
[    2.228024] [WLAN_RFKILL]: Enter rfkill_wlan_init
[    2.228812] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[    2.228847] [WLAN_RFKILL]: can't find rockchip,grf property
[    2.228855] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6255
[    2.228862] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[    2.228869] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
[    2.228890] [WLAN_RFKILL]: wlan_platdata_parse_dt: WIFI,poweren_gpio = 105 flags = 0.
[    2.228915] [WLAN_RFKILL]: wlan_platdata_parse_dt: WIFI,host_wake_irq = 103, flags = 0.
[    2.228934] [WLAN_RFKILL]: wlan_platdata_parse_dt: The ref_wifi_clk not found !
[    2.228941] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[    2.228949] [WLAN_RFKILL]: rfkill_set_wifi_bt_power: 1
[    2.228956] [WLAN_RFKILL]: Exit rfkill_wlan_probe
[    2.230042] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 100.
[    2.230068] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 102.
[    2.230084] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 97.
[    2.230099] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 96.
[    2.230177] [BT_RFKILL]: Request irq for bt wakeup host
[    2.230243] [BT_RFKILL]: ** disable irq
[    2.230321] [BT_RFKILL]: bt_default device registered.
[    2.230401] Key type dns_resolver registered
[    2.231729] Loading compiled-in X.509 certificates
[    2.232553] pstore: Using crash dump compression: deflate
[    2.232589] vendor storage:20190527 ret = 0
[    2.232893] rga3_core0 fdb60000.rga: Adding to iommu group 2
[    2.233166] rga: rga3_core0, irq = 35, match scheduler
[    2.233500] rga: rga3_core0 hardware loaded successfully, hw_version:3.0.76831.
[    2.233544] rga: rga3_core0 probe successfully
[    2.233867] rga3_core1 fdb70000.rga: Adding to iommu group 3
[    2.234021] rga: rga3_core1, irq = 36, match scheduler
[    2.234257] rga: rga3_core1 hardware loaded successfully, hw_version:3.0.76831.
[    2.234298] rga: rga3_core1 probe successfully
[    2.234586] rga: rga2, irq = 37, match scheduler
[    2.234819] rga: rga2 hardware loaded successfully, hw_version:3.2.63318.
[    2.234830] rga: rga2 probe successfully
[    2.235009] rga_iommu: IOMMU binding successfully, default mapping core[0x1]
[    2.235224] rga: Module initialized. v1.3.1
[    2.257343] vcc_3v3_sd_s0: supplied by vcc_3v3_s3
[    2.257484] mali fb000000.gpu: Kernel DDK version g18p0-01eac0
[    2.257879] pcie20_avdd0v85: supplied by vdd_0v85_s0
[    2.258414] pcie20_avdd1v8: supplied by avcc_1v8_s0
[    2.258660] mali fb000000.gpu: bin=0
[    2.258801] pcie30_avdd0v75: supplied by avdd_0v75_s0
[    2.258864] mali fb000000.gpu: leakage=29
[    2.258896] debugfs: Directory 'fb000000.gpu-mali' with parent 'vdd_gpu_s0' already present!
[    2.259248] pcie30_avdd1v8: supplied by avcc_1v8_s0
[    2.259708] vcc3v3_lcd0_n: supplied by vcc_1v8_s0
[    2.260296] mpp_rkvenc2 fdbd0000.rkvenc-core: Adding to iommu group 10
[    2.260528] mali fb000000.gpu: pvtm=876
[    2.260639] mpp_rkvenc2 fdbd0000.rkvenc-core: probing start
[    2.260804] mali fb000000.gpu: pvtm-volt-sel=3
[    2.261220] mpp_rkvenc2 fdbd0000.rkvenc-core: bin=0
[    2.261446] mpp_rkvenc2 fdbd0000.rkvenc-core: leakage=24
[    2.261501] mpp_rkvenc2 fdbd0000.rkvenc-core: leakage-volt-sel=1
[    2.261941] mali fb000000.gpu: avs=0
[    2.261966] W : [File] : drivers/gpu/arm/bifrost/platform/rk/mali_kbase_config_rk.c; [Line] : 143; [Func] : kbase_platform_rk_init(); power-off-delay-ms not available.
[    2.262329] mali fb000000.gpu: r0p0 status 5 not found in HW issues table;
[    2.262336] mali fb000000.gpu: falling back to closest match: r0p0 status 0
[    2.262341] mali fb000000.gpu: Execution proceeding normally with fallback match
[    2.262348] mali fb000000.gpu: GPU identified as 0x7 arch 10.8.6 r0p0 status 0
[    2.262382] mali fb000000.gpu: No priority control manager is configured
[    2.262440] mpp_rkvenc2 fdbd0000.rkvenc-core: avs=0
[    2.262460] mpp_rkvenc2 fdbd0000.rkvenc-core: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0 h_table=0
[    2.262557] mali fb000000.gpu: No memory group manager is configured
[    2.262579] mali fb000000.gpu: Protected memory allocator not available
[    2.262744] mpp_rkvenc2 fdbd0000.rkvenc-core: attach ccu as core 0
[    2.263126] mpp_rkvenc2 fdbd0000.rkvenc-core: probing finish
[    2.263282] mali fb000000.gpu: Capping CSF_FIRMWARE_TIMEOUT to CSF_FIRMWARE_PING_TIMEOUT
[    2.263303] mpp_rkvenc2 fdbe0000.rkvenc-core: Adding to iommu group 11
[    2.263534] mali fb000000.gpu: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=800000000 h_table=0
[    2.263573] mpp_rkvenc2 fdbe0000.rkvenc-core: probing start
[    2.270753] mali fb000000.gpu: Probed as mali0
[    2.271406] mpp_rkvenc2 fdbe0000.rkvenc-core: bin=0
[    2.271608] mpp_rkvenc2 fdbe0000.rkvenc-core: leakage=24
[    2.271623] mpp_rkvenc2 fdbe0000.rkvenc-core: leakage-volt-sel=1
[    2.272189] mpp_rkvenc2 fdbe0000.rkvenc-core: avs=0
[    2.272205] mpp_rkvenc2 fdbe0000.rkvenc-core: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0 h_table=0
[    2.272637] mpp_rkvenc2 fdbe0000.rkvenc-core: attach ccu as core 1
[    2.272790] mpp_rkvenc2 fdbe0000.rkvenc-core: probing finish
[    2.274123] rockchip-dmc dmc: bin=0
[    2.274295] rockchip-dmc dmc: leakage=57
[    2.274304] rockchip-dmc dmc: leakage-volt-sel=2
[    2.274313] rockchip-dmc dmc: soc version=0, speed=2
[    2.275062] rockchip-dmc dmc: avs=0
[    2.275072] rockchip-dmc dmc: current ATF version 0x100
[    2.275138] rockchip-dmc dmc: normal_rate = 1560000000
[    2.275144] rockchip-dmc dmc: reboot_rate = 2112000000
[    2.275149] rockchip-dmc dmc: suspend_rate = 528000000
[    2.275154] rockchip-dmc dmc: video_4k_rate = 1560000000
[    2.275159] rockchip-dmc dmc: video_4k_10b_rate = 1560000000
[    2.275164] rockchip-dmc dmc: video_svep_rate = 1560000000
[    2.275169] rockchip-dmc dmc: boost_rate = 2112000000
[    2.275174] rockchip-dmc dmc: fixed_rate(isp|cif0|cif1|dualview) = 2112000000
[    2.275179] rockchip-dmc dmc: performance_rate = 2112000000
[    2.275184] rockchip-dmc dmc: hdmirx_rate = 2112000000
[    2.275189] rockchip-dmc dmc: deep_suspend_rate = 2112000000
[    2.275196] rockchip-dmc dmc: failed to get vop bandwidth to dmc rate
[    2.275200] rockchip-dmc dmc: failed to get vop pn to msch rl
[    2.275277] rockchip-dmc dmc: l=10000 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
[    2.281613] rockchip-dmc dmc: could not find power_model node
[    2.299258] input: adc-keys as /devices/platform/adc-keys/input/input4
[    2.305832] RKNPU fdab0000.npu: Adding to iommu group 0
[    2.306050] RKNPU fdab0000.npu: RKNPU: rknpu iommu is enabled, using iommu mode
[    2.306823] RKNPU fdab0000.npu: can't request region for resource [mem 0xfdab0000-0xfdabffff]
[    2.306870] RKNPU fdab0000.npu: can't request region for resource [mem 0xfdac0000-0xfdacffff]
[    2.306890] RKNPU fdab0000.npu: can't request region for resource [mem 0xfdad0000-0xfdadffff]
[    2.307470] [drm] Initialized rknpu 0.9.3 20231121 for fdab0000.npu on minor 1
[    2.310043] RKNPU fdab0000.npu: RKNPU: bin=0
[    2.310290] RKNPU fdab0000.npu: leakage=15
[    2.310343] debugfs: Directory 'fdab0000.npu-rknpu' with parent 'vdd_npu_s0' already present!
[    2.314271] RKNPU fdab0000.npu: pvtm=876
[    2.316056] RKNPU fdab0000.npu: pvtm-volt-sel=3
[    2.317282] RKNPU fdab0000.npu: avs=0
[    2.317452] RKNPU fdab0000.npu: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=800000000 h_table=0
[    2.320701] RKNPU fdab0000.npu: failed to find power_model node
[    2.320736] RKNPU fdab0000.npu: RKNPU: failed to initialize power model
[    2.320744] RKNPU fdab0000.npu: RKNPU: failed to get dynamic-coefficient
[    2.321847] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    2.324170] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    2.325833] rockchip-pm rockchip-suspend: not set pwm-regulator-config
[    2.326566] rockchip-suspend not set sleep-mode-config for mem-lite
[    2.326576] rockchip-suspend not set wakeup-config for mem-lite
[    2.326586] rockchip-suspend not set sleep-mode-config for mem-ultra
[    2.326593] rockchip-suspend not set wakeup-config for mem-ultra
[    2.327811] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 406; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '', rk_ko_ver is '5', built at '11:00:10', on 'Jun  4 2024'.
[    2.328246] Mali: 
[    2.328249] Mali device driver loaded
[    2.328267] ALSA device list:
[    2.328276]   #0: rockchip-hdmi0
[    2.328283]   #1: rockchip,es8388
[    2.328291]   #2: rockchip,hdmiin
[    2.328871] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    2.328987] cfg80211: failed to load regulatory.db
[    2.336047] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null)
[    2.336094] VFS: Mounted root (ext4 filesystem) on device 179:6.
[    2.336474] devtmpfs: mounted
[    2.339806] rk-pcie fe170000.pcie: PCIe Link up, LTSSM is 0x30011
[    2.340102] rk-pcie fe170000.pcie: PCI host bridge to bus 0002:20
[    2.340123] pci_bus 0002:20: root bus resource [bus 20-2f]
[    2.340135] pci_bus 0002:20: root bus resource [??? 0xf2000000-0xf20fffff flags 0x0]
[    2.340143] pci_bus 0002:20: root bus resource [io  0x100000-0x1fffff] (bus address [0xf2100000-0xf21fffff])
[    2.340152] pci_bus 0002:20: root bus resource [mem 0xf2200000-0xf2ffffff]
[    2.340159] pci_bus 0002:20: root bus resource [mem 0x980000000-0x9bfffffff pref]
[    2.340199] pci 0002:20:00.0: [1d87:3588] type 01 class 0x060400
[    2.340234] pci 0002:20:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref]
[    2.340317] pci 0002:20:00.0: supports D1 D2
[    2.340323] pci 0002:20:00.0: PME# supported from D0 D1 D3hot
[    2.340591] Freeing unused kernel memory: 6656K
[    2.348749] pci 0002:20:00.0: Primary bus is hard wired to 0
[    2.348779] pci 0002:20:00.0: bridge configuration invalid ([bus 01-ff]), reconfiguring
[    2.349013] pci 0002:21:00.0: [14e4:449d] type 00 class 0x028000
[    2.349109] pci 0002:21:00.0: reg 0x10: [mem 0x00000000-0x0000ffff 64bit]
[    2.349161] pci 0002:21:00.0: reg 0x18: [mem 0x00000000-0x003fffff 64bit]
[    2.349674] pci 0002:21:00.0: supports D1 D2
[    2.349681] pci 0002:21:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.368785] pci_bus 0002:21: busn_res: [bus 21-2f] end is updated to 21
[    2.368845] pci 0002:20:00.0: BAR 8: assigned [mem 0xf2200000-0xf27fffff]
[    2.368857] pci 0002:20:00.0: BAR 6: assigned [mem 0xf2800000-0xf280ffff pref]
[    2.368871] pci 0002:21:00.0: BAR 2: assigned [mem 0xf2400000-0xf27fffff 64bit]
[    2.368922] pci 0002:21:00.0: BAR 0: assigned [mem 0xf2200000-0xf220ffff 64bit]
[    2.368974] pci 0002:20:00.0: PCI bridge to [bus 21]
[    2.368986] pci 0002:20:00.0:   bridge window [mem 0xf2200000-0xf27fffff]
[    2.371480] pcieport 0002:20:00.0: PME: Signaling with IRQ 161
[    2.380049] Run /sbin/init as init process
[    2.427356] EXT4-fs (mmcblk0p6): re-mounted. Opts: (null)
[    2.557284] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
[    2.560381] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: (null)
Start mounting all internal partitions in /etc/fstab
Log saved to /var/log/mount-all.log
Note: Will skip fsck, remove /.skip_fsck to enable
[2]: Handling /dev/mmcblk0p8 /userdata ext4 defaults 2
[1]: Handling /dev/mmcblk0p7 /oem ext4 defaults 2
[0]: Handling /dev/mmcblk0p6 / ext4 rw,noauto 1
[1]: Resizing /dev/mmcblk0p7(ext4)
[2]: Resizing /dev/mmcblk0p8(ext4)
[0]: Resizing /dev/mmcblk0p6(ext4)
resize2fs 1.46.5 (30-Dec-2021)
resize2fs 1.46.5 (30-Dec-2021)
resize2fs 1.46.5 (30-Dec-2021)
[    2.674851] EXT4-fs (mmcblk0p6): resizing filesystem from 209664 to 3670016 blocks
[    2.674862] EXT4-fs (mmcblk0p7): resizing filesystem from 17048 to 131072 blocks
[    2.675535] EXT4-fs (mmcblk0p8): resizing filesystem from 4368 to 15503328 blocks
[    2.790998] EXT4-fs (mmcblk0p7): resized filesystem to 131072
Filesystem at /dev/mmcblk0p7 is mounted on /oem; on-line resizing required
old_desc_blocks = 1, new_desc_blocks = 1
The filesystem on /dev/mmcblk0p7 is now 131072 (1k) blocks long.

[    2.813200] EXT4-fs (mmcblk0p6): resized filesystem to 3670016
Filesystem at /dev/mmcblk0p6 is mounted on /; on-line resizing required
old_desc_blocks = 1, new_desc_blocks = 1
The filesystem on /dev/mmcblk0p6 is now 3670016 (4k) blocks long.

[    2.965097] EXT4-fs (mmcblk0p8): resizing filesystem from 4587521 to 15503328 blocks
[    2.965144] EXT4-fs (mmcblk0p8): Converting file system to meta_bg
[    2.965195] EXT4-fs (mmcblk0p8): resizing filesystem from 4587521 to 15503328 blocks
[    3.236464] EXT4-fs (mmcblk0p8): resized filesystem to 15503328
Filesystem at /dev/mmcblk0p8 is mounted on /userdata; on-line resizing required
old_desc_blocks = 1, new_desc_blocks = 119
The filesystem on /dev/mmcblk0p8 is now 15503328 (1k) blocks long.

Starting syslogd: OK
Starting klogd: OK
Running sysctl: OK
Populating /dev using udev: [    3.389108] dwhdmi-rockchip fde80000.hdmi: i2c read err!
[    3.389141] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-5
[    3.393467] udevd[407]: starting version 3.2.10
[    3.398290] dwhdmi-rockchip fde80000.hdmi: use tmds mode
[    3.408498] udevd[408]: starting eudev-3.2.10
[    3.496894] r8168 0003:31:00.0 enP3p49s0: renamed from eth0
[    3.523056] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[    3.523105] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-11
[    3.531611] dwhdmi-rockchip fde80000.hdmi: use tmds mode
[    3.552063] dwhdmi-rockchip fde80000.hdmi: use tmds mode
[    3.568460] dwhdmi-rockchip fde80000.hdmi: use tmds mode
done
Starting irqbalance: [    3.582896] dwhdmi-rockchip fde80000.hdmi: i2c read err!
[    3.582934] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-5
[    3.584698] dwhdmi-rockchip fde80000.hdmi: use tmds mode
OK
[    3.602140] dwhdmi-rockchip fde80000.hdmi: use tmds mode
[    3.616772] dwhdmi-rockchip fde80000.hdmi: i2c read err!
[    3.616794] dwhdmi-rockchip fde80000.hdmi: get hdcp2.x capable failed:-5
[    3.617854] dwhdmi-rockchip fde80000.hdmi: use tmds mode
Saving random seed: OK
[    3.634148] dwhdmi-rockchip fde80000.hdmi: i2c read err!
[    3.634199] dwhdmi-rockchip fde80000.hdmi: get hdcp2.x capable failed:-5
[    3.637503] dwhdmi-rockchip fde80000.hdmi: use tmds mode
Starting system message bus: [    3.653253] dwhdmi-rockchip fde80000.hdmi: use tmds mode
done
Starting bluetoothd: OK
Starting network: ln: failed to create symbolic link '': No such file or directory
OK
Starting dhcpcd...
dhcpcd-9.4.1 starting
DHCPCD_ARGS: interface not found
dhcpcd exited
Starting ntpd: OK
starting weston... done.
Starting dropbear sshd: OK
Starting pulseaudio: OK
Handling start for Wi-Fi/BT chip: Broadcom    AP6275P    pci    14e4:449d    bcmdhd_pcie.ko
Starting Wifi/BT...
Installing WiFi/BT module: bcmdhd_pcie.ko
[    3.861215] bcmdhd_pcie: loading out-of-tree module taints kernel.
Starting dnsmasq: [    3.874274] [dhd] _dhd_module_init: in Dongle Host Driver, version 101.10.591.46.22 (20231003-3)(a5ec15e)
[    3.874274] /home/viewpro/rk3588-toybrick-x0-linux20240508/external/rkwifibt/drivers/bcmdhd compiled on Jun  4 2024 at 11:47:26
[    3.874274] 
[    3.874327] [dhd] STATIC-MSG) dhd_static_buf_init : 101.10.361.31 (wlan=r892223-20230427-1)
[    3.874609] [dhd] STATIC-MSG) dhd_init_wlan_mem : prealloc ok for index 0: 2369536(2314K)
[    3.874620] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: Enter
[    3.874688] [dhd] dhd_wlan_init_gpio: WL_HOST_WAKE=-1, oob_irq=162, oob_irq_flags=0x4
[    3.874695] [dhd] dhd_wlan_init_gpio: WL_REG_ON=-1
[    3.874702] [dhd] dhd_wifi_platform_load: Enter
[    3.874729] [dhd] wifi_platform_bus_enumerate device present 1
[    3.874735] [dhd] ======== Card detection to detect PCIE card! ========
[    3.874954] [dhd] dhdpcie_pci_probe : no mutex held
[    3.874963] [dhd] dhdpcie_pci_probe : set mutex lock
[    3.874971] [dhd] PCI_PROBE:  bus 0x21, slot 0x0,vendor 0x14E4, device 0x449D(good PCI location)
OK
[    3.874979] [dhd] dhdpcie_init: found adapter info 'DHD generic adapter'
[    3.874985] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 3, size 139264
[    3.875010] [dhd] succeed to alloc static buf
[    3.875014] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 4, size 0
[    3.875087] pcieh 0002:21:00.0: enabling device (0000 -> 0002)
[    3.875509] [dhd] Disable CTO
[    3.876347] [dhd] DHD: dongle ram size is set to 1310720(orig 1310720) at 0x170000
[    3.876390] [dhd] dhdpcie_bar1_window_switch_enab: bar1_switch_enab=0 ramstart=0x170000 ramend=0x2affff bar1_size=0x0
[    3.876431] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 7, size 43776
[    3.876449] [dhd] dhd_conf_set_chiprev : devid=0x449d, chip=0xaae8, chiprev=2, svid=0x14e4, ssid=0xaae8
[    3.876900] [dhd] dhd_check_htput_chip: htput_support:1
[    3.876908] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 0, size 5152
[    3.892101] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 5, size 65536
Starting input-event-daemon: [    3.892356] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 19, size 65688
[    3.892456] [dhd] dhd_attach(): thread:dhd_watchdog_thread:29a started
[    3.892476] [dhd] dhd_deferred_work_init: work queue initialized
[    3.892604] [dhd] dhd_tcpack_suppress_set: TCP ACK Suppress mode 0 -> mode 3
[    3.892611] [dhd] dhd_tcpack_suppress_set: TCPACK_INFO_MAXNUM=40, TCPDATA_INFO_MAXNUM=40
[    3.892669] [dhd] dhd_cpumasks_init CPU masks primary(big)=0xf0 secondary(little)=0xe
[    3.892695] [dhd] dhd_cpu_startup_callback(): LB data is not initialized yet.
[    3.892752] [dhd] dhd_cpu_startup_callback(): LB data is not initialized yet.
[    3.892784] [dhd] dhd_cpu_startup_callback(): LB data is not initialized yet.
[    3.892818] [dhd] dhd_cpu_startup_callback(): LB data is not initialized yet.
[    3.892844] [dhd] dhd_cpu_startup_callback(): LB data is not initialized yet.
[    3.892865] [dhd] dhd_cpu_startup_callback(): LB data is not initialized yet.
[    3.892881] [dhd] dhd_cpu_startup_callback(): LB data is not initialized yet.
[    3.892893] [dhd] dhd_cpu_startup_callback(): LB data is not initialized yet.
[    3.892934] [dhd] dhdpcie_bus_attach: making DHD_BUS_DOWN
[    3.892948] [dhd] dhdpcie_init: rc_dev from dev->bus->self (1d87:3588) is 000000000d425518
[    3.893084] [dhd] dhdpcie_init: rc_ep_aspm_cap: 1 rc_ep_l1ss_cap: 1
[    3.893096] [dhd] dhdpcie_request_irq: INTx enabled, irq=152
[    3.893143] [dhd] dhdpcie_bar1_window_switch_enab: bar1_switch_enab=0 ramstart=0x170000 ramend=0x2affff bar1_size=0x400000
[    3.893156] [dhd] dhd_bus_download_firmware: firmware path=/vendor/etc/firmware/fw_bcmdhd.bin, nvram path=/vendor/etc/firmware/nvram.txt
[    3.893172] [dhd] dhd_conf_set_path_params : Final fw_path=/vendor/etc/firmware/fw_bcm43752a2_pcie_ag.bin
[    3.893175] [dhd] dhd_conf_set_path_params : Final nv_path=/vendor/etc/firmware/nvram_ap6275p.txt
[    3.893177] [dhd] dhd_conf_set_path_params : Final clm_path=/vendor/etc/firmware/clm_bcm43752a2_pcie_ag.blob
done
[    3.893180] [dhd] dhd_conf_set_path_params : Final conf_path=/vendor/etc/firmware/config.txt
[    3.898441] [dhd] dhd_os_open_image1: /vendor/etc/firmware/config.txt (240 bytes) open success
[    3.900467] [dhd] dhd_conf_read_pm_params : PM = 0
[    3.900471] [dhd] dhd_conf_read_pm_params : pm_in_suspend = 2
[    3.900475] [dhd] dhd_conf_read_others : keep_alive_period = 120000
[    3.900478] [dhd] dhd_conf_read_others : garp = 1
[    3.900480] [dhd] dhd_conf_read_pm_params : suspend_bcn_li_dtim = 10
[    3.900485] [dhd] dhd_conf_read_others : wl_preinit = pm2_sleep_ret=20
[    3.900489] [dhd] dhd_conf_read_pkt_filter : pkt_filter_del id = 100 102 103 104 105 107 
[    3.900497] [dhd] dhd_conf_read_pkt_filter : pkt_filter_add[0][] = 142 0 0 77 0xffffffffffffffffffffffffffffff 0x2F6465766963652F77616B6575702F
[    3.900504] [dhd] d2h_intr_method -> PCIE_INTX(0); d2h_intr_control -> D2H_INTMASK(0)
[    3.900608] [dhd] dhdpcie_download_code_file: dhd_tcm_test_enable 0, dhd_tcm_test_status 0
[    3.900611] [dhd] dhdpcie_download_code_file: download firmware /vendor/etc/firmware/fw_bcm43752a2_pcie_ag.bin
[    3.900639] [dhd] dhd_os_open_image1: /vendor/etc/firmware/fw_bcm43752a2_pcie_ag.bin (936074 bytes) open success
[    3.901430] [dhd] dhd_os_open_image1: /vendor/etc/firmware/fw_bcm43752a2_pcie_ag.bin (936074 bytes) open success
[    3.901435] [dhd] dhdpcie_download_code_file Using SINGLE image (size 936074)
W: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified).
W: [pulseaudio] main.c: Compiled with DEPRECATED libsamplerate support!
root@rk3588-buildroot:/# [    3.997798] [dhd] dhd_os_open_image1: /vendor/etc/firmware/nvram_ap6275p.txt (7458 bytes) open success
[    3.998284] [dhd] dhdpcie_download_nvram: dhd_get_download_buffer len 7458
[    3.998290] [dhd] # AP6275P_NVRAM_V1.2_20210918A
[    3.998319] [dhd] dhdpcie_download_nvram: process_nvram_vars len 6036
Date: 2024-06-05 UTC
[07:26:07.437] weston 13.0.0
               https://wayland.freedesktop.org
               Bug reports to: https://gitlab.freedesktop.org/wayland/weston/issues/
               Build: 13.0.0
[07:26:07.438] Command line: /usr/bin/weston
[07:26:07.438] OS: Linux, 5.10.198, #1 SMP Tue Jun 4 10:58:14 CST 2024, aarch64
[07:26:07.438] Flight recorder: enabled
[07:26:07.438] warning: XDG_RUNTIME_DIR "/var/run" is not configured
correctly.  Unix access mode must be 0700 (current mode is 0755),
and must be owned by the user UID 0 (current owner is UID 0).
Refer to your distribution on how to get it, or
http://www.freedesktop.org/wiki/Specifications/basedir-spec
on how to implement it.
/etc/xdg/weston/weston.ini.d/02-desktop.ini: "shell/locking" from "false" to "true"
[07:26:07.439] Using config file '/etc/xdg/weston/weston.ini'
[07:26:07.440] Output repaint window is -1 ms maximum.
[07:26:07.440] Loading module '/usr/lib/libweston-13/drm-backend.so'
[    4.016592] [dhd] dhdpcie_bus_write_vars: Download, Upload and compare of NVRAM succeeded.
[07:26:07.445] initializing drm backend
[    4.016597] [dhd] dhdpcie_bus_write_vars: New varsize is 6040, length token(nvram_csm)=0xfa1905e6
[07:26:07.445] Entering mirror mode.
[    4.017023] [dhd] Download and compare of TLV 0xfeedc0de succeeded (size 128, addr 2ae7dc).
[07:26:07.445] Trying direct launcher...
[    4.017132] [dhd] dhdpcie_bus_download_state: Took ARM out of Reset
[07:26:07.446] using /dev/dri/card0
[    4.017153] [dhd] dhd_bus_aer_config: Configure AER registers for EP
[07:26:07.446] DRM: does not support atomic modesetting
[    4.017193] [dhd] dhd_bus_aer_config: Configure AER registers for RC
[07:26:07.446] DRM: does not support GBM modifiers
[07:26:07.446] DRM: does not support async page flipping
[07:26:07.446] DRM: supports picture aspect ratio
[07:26:07.449] Loading module '/usr/lib/libweston-13/gl-renderer.so'
arm_release_ver: g13p0-01eac0, rk_so_ver: 10
[    4.029295] mali fb000000.gpu: Loading Mali firmware 0x1010000
[    4.031185] mali fb000000.gpu: Mali firmware git_sha: ee476db42870778306fa8d559a605a73f13e455c 
[07:26:07.477] EGL version: 1.4 Valhall-"g13p0-01eac0"
[07:26:07.477] EGL vendor: ARM
[07:26:07.477] EGL client APIs: OpenGL_ES
[07:26:07.477] EGL features:
               EGL Wayland extension: yes
               context priority: yes
               buffer age: no
               partial update: yes
               swap buffers with damage: no
               configless context: yes
               surfaceless context: yes
               dmabuf support: modifiers
[07:26:07.497] GL version: OpenGL ES 3.2 v1.g13p0-01eac0.11addb9882ee8209dc0912af75110af7
[07:26:07.497] GLSL version: OpenGL ES GLSL ES 3.20
[07:26:07.497] GL vendor: ARM
[07:26:07.497] GL renderer: Mali-G610
[    4.087703] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.087761] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.087797] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.087841] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.087873] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.087903] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.087940] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.087970] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.087998] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.088026] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.088056] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.088085] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.088135] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.088163] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.088191] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.088545] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.088608] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
E: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
[    4.088640] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
E: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="2" name="platform-hdmiin-sound" card_name="alsa_card.platform-hdmiin-sound" namereg_fail=false tsched=no fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.
[    4.088674] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.088703] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.088731] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.088764] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.088792] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.088820] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.088845] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.088872] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.088900] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.088947] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.088975] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
W: [pulseaudio] authkey.c: Failed to open cookie file '/userdata/.pulse/.config/pulse/cookie': No such file or directory
[    4.089002] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
W: [pulseaudio] authkey.c: Failed to load authentication key '/userdata/.pulse/.config/pulse/cookie': No such file or directory
[    4.089536] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
W: [pulseaudio] authkey.c: Failed to open cookie file '/userdata/.pulse/.pulse-cookie': No such file or directory
[    4.089592] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
W: [pulseaudio] authkey.c: Failed to load authentication key '/userdata/.pulse/.pulse-cookie': No such file or directory
[    4.089623] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
E: [pulseaudio] module-rescue-streams.c: module-rescue-stream is obsolete and should no longer be loaded. Please remove it from your configuration.
[    4.089777] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.089814] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.089843] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.089971] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.090000] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.090028] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.090131] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
E: [pulseaudio] module-console-kit.c: GetSessionsForUnixUser() call failed: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ConsoleKit was not provided by any .service files
[    4.090159] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
E: [pulseaudio] module.c: Failed to load module "module-console-kit" (argument: ""): initialization failed.
[    4.090187] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.090320] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.090353] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.090380] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.091068] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.091120] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
W: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
[    4.091151] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
[    4.091308] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.091338] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.091366] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.091527] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.091555] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.091583] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.091713] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.091742] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.091770] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.091926] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.091954] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.091981] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.093338] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.093396] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.093428] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.093461] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.093491] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.093519] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.093552] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.093582] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.093612] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.093639] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
E: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
[    4.093668] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
E: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="2" name="platform-hdmiin-sound" card_name="alsa_card.platform-hdmiin-sound" namereg_fail=false tsched=no fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.
[    4.093698] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.093749] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.093778] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.093808] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.094066] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.094109] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.094141] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.094174] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.094204] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.094233] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
E: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
[    4.094264] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
E: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="2" name="platform-hdmiin-sound" card_name="alsa_card.platform-hdmiin-sound" namereg_fail=false tsched=no fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.
[    4.094293] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.094323] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.094359] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.094388] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.094418] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.094469] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.094498] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.094527] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.095014] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.095056] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
E: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
[    4.095088] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
E: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="2" name="platform-hdmiin-sound" card_name="alsa_card.platform-hdmiin-sound" namereg_fail=false tsched=no fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.
[    4.095220] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.095253] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.095284] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.095414] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.095444] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.095474] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.095583] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.095613] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.095643] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.095778] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.095808] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.095838] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.096552] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
E: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
[    4.096595] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
E: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="2" name="platform-hdmiin-sound" card_name="alsa_card.platform-hdmiin-sound" namereg_fail=false tsched=no fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.
[    4.096627] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.096795] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.096826] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.096856] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.097023] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.097053] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.097082] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.097222] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.097253] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
E: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
[    4.097283] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
E: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="2" name="platform-hdmiin-sound" card_name="alsa_card.platform-hdmiin-sound" namereg_fail=false tsched=no fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.
[    4.097451] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
W: [pulseaudio] module-udev-detect.c: Tried to configure /devices/platform/hdmiin-sound/sound/card2 (alsa_card.platform-hdmiin-sound) more often than 5 times in 10s
[    4.097484] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.097514] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.100301] file system registered
[    4.107748] [dhd] dhdpcie_readshared: addr=0x20a584 nvram_csm=0xfa1905e6
[    4.107768] [dhd] ### Total time ARM OOR to Readshared pass took 90686 usec ###
[    4.107780] [dhd] dhdpcie_readshared: PCIe shared addr (0x0020a584) read took 90000 usec before dongle is ready
[    4.108070] [dhd] FW supports DAR ? N
[    4.108176] [dhd] H2D DMA WR INDX : array size 172 = 4 * 43
[    4.108191] [dhd] D2H DMA RD INDX : array size 16 = 4 * 4
[    4.108203] [dhd] D2H DMA WR INDX : array size 16 = 4 * 4
[    4.108216] [dhd] H2D DMA RD INDX : array size 172 = 4 * 43
[    4.108225] [dhd] dhdpcie_readshared: max H2D queues 40
[    4.108232] [dhd] FW supports debug buf dest ? N 
[    4.108238] [dhd] FW supports MD ring ? N
[    4.108389] [dhd] dhd_bus_init: Enabling bus->intr_enabled
[    4.108400] [dhd] dhdpcie_oob_intr_register OOB irq=162 flags=0x4
[    4.108451] [dhd] dhdpcie_oob_intr_register: enable_irq_wake
[    4.108483] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 9, size 32896
[    4.108505] [dhd] dhd_prot_init:4138: h2d_max_txpost = 512
[    4.108512] [dhd] dhd_prot_init:4144: h2d_htput_max_txpost = 2048
[    4.108642] [dhd] dhd_prot_init: max_rxbufpost:511 rx_buf_burst:64 rx_bufpost_threshold:64
[07:26:07.651] GL ES 3.2 - renderer features:
[    4.108650] [dhd] ENABLING DW:0
               read-back format: ARGB8888
[    4.108657] [dhd] IDMA inited
               glReadPixels supports y-flip: no
[    4.108663] [dhd] IFRM not enabled in FW !!
               wl_shm 10 bpc formats: yes
[    4.108669] [dhd] DAR not enabled in FW !!
               wl_shm 16 bpc formats: no
[    4.108675] [dhd] Enable hostcap: EXTD TXS in txcpl
               wl_shm half-float formats: yes
[    4.108740] [dhd] dhd_prot_d2h_sync_init(): D2H sync mechanism is NONE 
               internal R and RG formats: yes
[    4.108759] [dhd] dhd_bus_hostready : Read PCICMD Reg: 0x00100006
               OES_EGL_image_external: yes
[    4.108781] [dhd] dhd_bus_hostready: Ring Hostready:1
               wl_shm sub-image to texture: yes
[    4.108788] [dhd] Attach flowrings pool for 40 rings
[07:26:07.651] Using GL renderer
[    4.108981] [dhd] iDMA not enabled yet,waiting 1 ms c=1 IDMAControl = 00000000
[    4.110108] [dhd] iDMA enabled PCIEControl = 00000001
[    4.112623] [dhd] trying to send create d2h info ring: id 46
[    4.112643] [dhd] dhd_send_d2h_ringcreate ringid: 3 idx: 46 max_h2d: 43
[    4.112652] [dhd] trying to send create h2d info ring id 45
[07:26:07.661] event4  - adc-keys: is tagged by udev as: Keyboard
[    4.112811] [dhd] dhd_prot_process_d2h_ring_create_complete ring create Response status = 0 ring 3, id 0xfffc
[07:26:07.661] event4  - adc-keys: device is a keyboard
[    4.112833] [dhd] info buffer post after ring create
[07:26:07.662] event2  - headset-keys: is tagged by udev as: Keyboard
[    4.114797] [dhd] wlc_ver_major 12, wlc_ver_minor 1
[07:26:07.662] event2  - headset-keys: device is a keyboard
[    4.116157] [dhd] dhd_sync_with_dongle: GET_REVINFO device 0x449d, vendor 0x14e4, chipnum 0xaae8
[07:26:07.663] event3  - rockchip,es8388 Headset: is tagged by udev as: Switch
[    4.117673] [dhd] dhd_sync_with_dongle: RxBuf Post : 2048
[07:26:07.663] event3  - not using input device '/dev/input/event3'
[    4.117680] [dhd] dhd_sync_with_dongle: RxBuf Post Alloc : 2048
[07:26:07.664] event0  - rk805 pwrkey: is tagged by udev as: Keyboard
[    4.121367] [dhd] dhd_preinit_ioctls: preinit_status IOVAR not supported, use legacy preinit
[07:26:07.664] event0  - rk805 pwrkey: device is a keyboard
[    4.121377] [dhd] dhd_tcpack_suppress_set 378: already set to 3
[07:26:07.665] event1  - rockchip-hdmi0 rockchip-hdmi0: is tagged by udev as: Switch
[    4.123298] [dhd] dhd_legacy_preinit_ioctls: hostwake_oob enabled
[07:26:07.666] event1  - not using input device '/dev/input/event1'
[    4.125721] [dhd] dhd_legacy_preinit_ioctls: use firmware generated mac_address d4:9c:dd:f6:b9:30
[    4.125770] [dhd] dhd_os_open_image1: /vendor/etc/firmware/clm_bcm43752a2_pcie_ag.blob (30993 bytes) open success
[    4.128481] [dhd] dhd_check_current_clm_data: ----- This FW is not included CLM data -----
[    4.143003] read descriptors
[    4.143061] read strings
[    4.145540] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.145674] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.145716] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.145788] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.145830] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.145860] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.145891] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.145915] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.145939] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.145960] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.145983] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.146006] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.146045] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.146071] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.146094] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.146431] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.146495] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.146525] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.146554] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.146583] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.146606] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.146634] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.146656] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.146682] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.146702] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[07:26:07.701] libinput: configuring device "adc-keys".
[    4.146724] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[07:26:07.701] libinput: configuring device "headset-keys".
[    4.146746] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[07:26:07.701] libinput: configuring device "rk805 pwrkey".
[    4.146784] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[07:26:07.701] Registered plugin API 'weston_drm_output_api_v1' of size 40
[    4.146806] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[07:26:07.701] Color manager: no-op
[    4.146829] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[07:26:07.701] Compositor capabilities:
[    4.147314] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
               arbitrary surface rotation: yes
[    4.147368] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
               screen capture uses y-flip: yes
[    4.147393] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
               cursor planes: yes
[    4.147498] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
               arbitrary resolutions: no
[    4.147522] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
               view mask clipping: yes
[    4.147545] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
               explicit sync: yes
[    4.147648] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
               color operations: yes
[    4.147671] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
               presentation clock: CLOCK_MONOTONIC, id 1
[    4.147693] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
               presentation clock resolution: 0.000000001 s
[    4.147785] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[07:26:07.702] Loading module '/usr/lib/weston/desktop-shell.so'
[    4.147808] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[07:26:07.704] DRM: head 'HDMI-A-1' found, connector 208 is connected, EDID make 'GSM', model '27MP35', serial ''
[    4.147830] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
               Supported EOTF modes: SDR
[    4.147935] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[07:26:07.704] DRM: head 'DP-1' found, connector 224 is disconnected.
[    4.147958] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[07:26:07.704] launching '/usr/libexec/weston-keyboard'
[    4.147980] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[07:26:07.706] launching '/usr/libexec/weston-desktop-shell'
[    4.148596] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[07:26:07.707] HDMI-A-1 using at least 2 buffers
[    4.148644] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[07:26:07.707] Output 'HDMI-A-1' attempts EOTF mode: SDR
[    4.148670] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[07:26:07.707] Output 'HDMI-A-1' using color profile: stock sRGB color profile
[    4.148836] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[07:26:07.707] Chosen EGL config details: id:   9 rgba: 8 8 8 0 buf: 24 dep:  0 stcl: 0 int: 0-1 type: win|pbf|swap_preserved vis_id: XRGB8888 (0x34325258)
[    4.148866] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[07:26:07.707] Output HDMI-A-1 (crtc 71) video modes:
[    4.148889] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
               1920x1080@60.0, preferred, current, 148.5 MHz
[    4.149020] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
               1920x1080@60.0 16:9, 148.5 MHz
[    4.149044] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
               1920x1080i@60.0, 74.2 MHz
[    4.149066] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
               1920x1080i@60.0 16:9, 74.2 MHz
[    4.149187] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
               1920x1080@50.0 16:9, 148.5 MHz
[    4.149211] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
               1920x1080i@50.0 16:9, 74.2 MHz
[    4.149234] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
               1600x900@60.0, 108.0 MHz
[    4.149362] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
               1280x1024@60.0, 108.0 MHz
[    4.149387] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
               1152x864@75.0, 108.0 MHz
[    4.149410] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
               1280x720@60.0, 74.2 MHz
[    4.150686] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
               1280x720@60.0 16:9, 74.2 MHz
[    4.150730] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
               1280x720@50.0 16:9, 74.2 MHz
[    4.150749] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
               800x600@75.0, 49.5 MHz
[    4.150770] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
               720x576@50.0 16:9, 27.0 MHz
[    4.150786] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
               720x480@59.9, 27.0 MHz
[    4.150802] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
               720x480@59.9 16:9, 27.0 MHz
[    4.150819] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[07:26:07.707] associating input device event4 with output HDMI-A-1 (none by udev)
[    4.150835] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[07:26:07.707] associating input device event2 with output HDMI-A-1 (none by udev)
[    4.150851] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[07:26:07.707] associating input device event0 with output HDMI-A-1 (none by udev)
[    4.150865] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[07:26:07.708] Output 'HDMI-A-1' enabled with head(s) HDMI-A-1
[    4.150880] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.150896] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.150923] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.150938] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.150954] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.151119] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.151148] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.151165] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.151184] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.151201] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.151216] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.151234] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.151252] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.151269] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.151284] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.151300] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.151316] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.151342] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.151359] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.151375] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.151647] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.151675] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.151693] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.151762] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.151778] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.151794] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.151861] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.151877] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.151893] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.151949] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.151966] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.151981] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.152051] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.152067] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.152084] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.152458] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.152482] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.152501] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.152586] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.152603] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.152619] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.152716] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.152733] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.152749] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.152842] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.152861] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.152877] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.152964] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.152980] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.152997] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.160463] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.160558] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.160577] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
could not load cursor 'dnd-move'
[    4.160596] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
could not load cursor 'dnd-copy'
[    4.160611] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
could not load cursor 'dnd-none'
[    4.160624] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
could not load cursor 'dnd-move'
[    4.160638] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
could not load cursor 'dnd-copy'
[    4.160651] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
could not load cursor 'dnd-none'
[    4.160663] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.160674] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.160686] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.160697] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.160717] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.160729] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.160740] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.161618] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.161710] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.161733] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.161765] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.161782] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.161795] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.161809] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.161821] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.161832] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.161843] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.161855] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.161866] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.161886] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.161898] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.161910] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.162231] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.162286] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.162300] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.162355] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.162368] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.162381] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.162431] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.162443] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.162455] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.162496] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.162508] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.162520] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.162571] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.162583] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.162595] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.162938] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.162977] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.162993] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.163151] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.163173] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.163186] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.163253] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.163266] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.163278] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.163331] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.163343] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.163355] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.163418] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.163431] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.163443] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.164115] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.164149] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.164162] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.164177] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.164189] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.164201] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.164213] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.164225] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.164236] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.164247] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.164259] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.164271] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.164292] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.164303] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.164315] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.164442] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.164464] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.164477] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.164491] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.164503] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.164515] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.164527] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.164539] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.164551] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.164562] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.164573] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.164585] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.164605] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.164618] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.164630] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.164835] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.164858] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.164872] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.164922] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.164934] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.164946] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.164994] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.165006] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.165018] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.165060] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.165073] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.165086] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.165144] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.165158] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.165171] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.165457] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.165479] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.165492] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.165556] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.165568] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.165581] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.165643] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.165655] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.165666] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.165719] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.165731] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.165744] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.165808] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.165820] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.165833] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.172960] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.173125] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.173163] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.173203] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.173228] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.173242] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.173257] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.173270] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.173282] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.173294] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.173305] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.173317] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.173338] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.173350] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.173362] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.173577] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.173636] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
Successfully init WiFi for AP6275P!
[    4.173651] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.173680] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.173695] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.173708] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.173723] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.173737] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.173749] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.173761] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.173774] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.173787] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.173808] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.173819] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.173831] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.174134] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.174172] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.174186] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.174240] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.174253] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.174265] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.174316] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.174327] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.174339] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.174381] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.174393] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.174405] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.174456] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.174467] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.174479] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.174819] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.174851] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.174865] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.174935] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.174949] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.174961] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.175042] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.175056] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.175069] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.175123] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.175136] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.175147] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.175210] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.175222] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.175233] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.175917] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.175950] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.175964] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.175979] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.175992] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.176004] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.176017] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.176028] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.176040] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.176051] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.176063] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.176074] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.176094] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.176105] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.176117] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.176236] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.176257] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.176270] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.176283] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.176295] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.176309] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.176332] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.176346] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.176373] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.176393] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.176408] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.176420] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.176439] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.176451] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.176463] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.176886] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.176914] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.176931] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.177003] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.177019] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.177036] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.177102] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.177118] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
Successfully initialized wpa_supplicant
[    4.177134] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.177190] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.177206] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.177222] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.177293] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.177310] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.177326] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.177725] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.177752] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.177773] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.177865] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.177883] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.177898] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.177984] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.178000] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.178016] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.178088] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.178104] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.178120] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.178206] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.178223] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.178238] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.178318] [dhd] dhd_apply_default_clm: CLM download succeeded 
[    4.179927] [dhd] dhd_check_current_clm_data: ----- This FW is included CLM data -----
[    4.186661] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.186767] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.186791] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.186815] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.186832] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.186848] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.186866] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.186881] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.186895] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.186909] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.186923] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.186937] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.186962] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.186976] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.186990] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.187190] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.187238] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.187255] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.187273] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.187289] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.187304] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.187321] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.187336] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.187350] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.187362] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.187376] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.187390] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.187415] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.187429] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.187443] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.187471] [dhd] Firmware up: op_mode=0x0005, MAC=d4:9c:dd:f6:b9:30
[    4.187724] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.187758] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.187774] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.187837] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.187852] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.187866] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.187928] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.187942] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.187956] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.188006] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.188021] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.188035] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.188080] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_cancel_cpu_limit_freq freq qos nod add
[    4.188098] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
xkbcommon: ERROR: couldn't find a Compose file for locale "en_US.UTF-8" (mapped to "en_US.UTF-8")
[    4.188113] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
could not create XKB compose table for locale 'en_US.UTF-8'.  Disabiling compose
[    4.188128] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.188498] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.188530] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.188546] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.188648] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.188666] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.188680] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.188765] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.188780] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.188798] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.188864] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.188879] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.188894] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.188971] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.188985] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.188999] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.189785] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.189818] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.189834] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.189851] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.189866] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.189881] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.189911] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.189927] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.189941] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.189955] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.189969] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.189983] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.190007] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.190021] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.190035] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.190174] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.190199] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.190215] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.190232] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.190248] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.190264] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.190279] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.190293] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.190307] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.190320] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.190337] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.190351] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.190389] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.190405] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.190420] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.190665] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.190687] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.190702] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.190763] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.190777] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.190792] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.190904] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.190924] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.190939] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.190991] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.191006] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.191020] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.191081] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.191095] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.191111] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.191461] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.191487] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.191503] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.191580] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.191595] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.191609] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.191685] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.191700] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.191714] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
xkbcommon: ERROR: couldn't find a Compose file for locale "en_US.UTF-8" (mapped to "en_US.UTF-8")
[    4.191778] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
could not create XKB compose table for locale 'en_US.UTF-8'.  Disabiling compose
[    4.191792] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.191806] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.191884] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.191898] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.191913] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.199663] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.199797] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.199822] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.199848] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.199865] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.199878] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.199893] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.199905] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.199917] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.199928] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.199940] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.199952] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.199972] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.199983] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.199995] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.200189] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.200235] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.200251] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.200266] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.200280] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.200291] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.200305] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.200317] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.200329] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.200339] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.200351] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.200362] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.200382] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.200393] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.200405] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.200666] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.200704] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.200717] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.200771] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.200783] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.200794] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.200845] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.200857] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.200869] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.200916] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.200929] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.200940] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.200992] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.201005] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.201018] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.201322] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.201347] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.201360] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.201423] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.201436] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.201447] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.201511] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.201522] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.201534] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.201587] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.201598] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.201610] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.201672] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.201683] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.201695] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.202311] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.202340] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.202353] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.202380] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.202393] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.202405] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.202418] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.202430] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.202441] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.202452] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.202464] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.202475] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.202495] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.202506] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.202517] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.202632] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.202654] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.202668] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.202681] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.202694] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.202706] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.202719] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.202736] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.202751] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.202763] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.202775] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.202786] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.202805] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.202819] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.202831] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.203053] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.203075] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.203088] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.203138] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.203150] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.203162] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.203210] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.203225] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.203237] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.203289] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.203306] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.203324] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.203379] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.203394] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.203406] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.203681] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.203701] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.203716] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.203789] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.203803] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.203814] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.203877] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.203892] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.203905] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.203965] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.203980] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.203992] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.204053] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.204065] clk_i2s7_8ch_rx_frac p_rate(131071999), rate(0), maybe invalid frequency setting!
[    4.204077] rockchip-i2s-tdm fddf8000.i2s: ASoC: error at snd_soc_dai_hw_params on fddf8000.i2s: -22
[    4.212565] [dhd] dhd_legacy_preinit_ioctls: event_log_max_sets: 26 ret: 0
[    4.221742] [dhd] arp_enable:1 arp_ol:0
[    4.221760] [dhd] dhd_conf_add_pkt_filter : 142 0 0 77 0xffffffffffffffffffffffffffffff 0x2F6465766963652F77616B6575702F
[    4.234435] [dhd]   Driver: 101.10.591.46.22 (20231003-3)
[    4.234435] [dhd]   Firmware: wl0: Jul 12 2022 18:54:54 version 18.35.387.23.146 (g412cc5ec) FWID 01-93c53be6
[    4.234435] [dhd]   CLM: 9.9.12_SS (2021-10-12 17:03:28) 
[    4.249291] dwc3 fc000000.usb: device reset
[    4.256921] android_work: sent uevent USB_STATE=CONNECTED
[    4.264370] android_work: sent uevent USB_STATE=CONFIGURED
[    4.275485] dwhdmi-rockchip fde80000.hdmi: i2c read err!
[    4.275505] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-5
[    4.284049] [dhd] dhd_ecounter_autoconfig Ecounter autoconfig in FW not supported
[    4.286628] [dhd] dhd_legacy_preinit_ioctls: d3_hostwake_delay IOVAR not present, proceed
[    4.301082] dwhdmi-rockchip fde80000.hdmi: use tmds mode
[    4.319696] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[    4.319753] [dhd] dhd_rx_frame: net device is NOT registered. drop event packet
[    4.322296] [dhd] dhd_conf_set_country : set country CN, revision 0
[    4.327305] [dhd] dhd_conf_set_country : Country code: CN (CN/0)
[    4.331719] dwhdmi-rockchip fde80000.hdmi: use tmds mode
[    4.344226] [dhd] Dongle Host Driver, version 101.10.591.46.22 (20231003-3)(a5ec15e)
[    4.344226] /home/viewpro/rk3588-toybrick-x0-linux20240508/external/rkwifibt/drivers/bcmdhd compiled on Jun  4 2024 at 11:47:26
[    4.344226] 
[    4.350102] [dhd] Register interface [wlan0]  MAC: d4:9c:dd:f6:b9:30
[    4.350102] 
[    4.350182] [dhd] dhd_tcpack_suppress_set: TCP ACK Suppress mode 3 -> mode 0
[    4.350189] [dhd] dhd_tcpack_suppress_set: TCPACK_INFO_MAXNUM=40, TCPDATA_INFO_MAXNUM=40
[    4.350205] [dhd] [wlan0] wl_android_wifi_off :  g_wifi_on=1 force_off=1
[    4.350214] [dhd] dhd_bus_devreset: == Power OFF ==
[    4.350223] [dhd] dhdpcie_advertise_bus_cleanup: DB7 Not sent!!!
[    4.350276] [dhd] dhd_bus_stop: making DHD_BUS_DOWN
[    4.350443] [dhd] dhd_dpc_kill: tasklet disabled
[    4.355163] [dhd] dhd_bus_devreset: making DHD_BUS_DOWN
[    4.355192] [dhd] dhd_bus_devreset:  WLAN OFF Done
[    4.355207] [dhd] wifi_platform_set_power = 0, delay: 0 msec
[    4.355217] [dhd] ======== PULL WL_REG_ON(-1) LOW! ========
[    4.355224] [WLAN_RFKILL]: rockchip_wifi_power: 0
[    4.355230] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
[    4.355235] wifi power off
[    4.463148] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
[    4.463180] [WLAN_RFKILL]: wifi shut off power [GPIO105-0]
[    4.463192] [dhd] [wlan0] wl_android_wifi_off : out
[    4.463752] [dhd] Register interface [wlan1]  MAC: d6:9c:dd:f6:b9:30
[    4.463752] 
[    4.463764] [dhd] wl_android_post_init: 0
[    4.463771] [dhd] dhdpcie_pci_probe : mutex is released.
[    4.463896] [dhd] _dhd_module_init: Exit err=0
[    4.489825] rk-pcie fe150000.pcie: PCIe Link Fail, LTSSM is 0x0, hw_retries=0
[    4.489860] rk-pcie fe150000.pcie: failed to initialize host
[    4.498460] [BT_RFKILL]: bt shut off power
[    4.544881] [dhd] dhd_pri_open : no mutex held
[    4.544898] [dhd] dhd_pri_open : set mutex lock
[    4.544905] [dhd] [wlan0] dhd_open : Enter
[    4.544913] [dhd] Dongle Host Driver, version 101.10.591.46.22 (20231003-3)(a5ec15e)
[    4.544913] /home/viewpro/rk3588-toybrick-x0-linux20240508/external/rkwifibt/drivers/bcmdhd compiled on Jun  4 2024 at 11:47:26
[    4.544913] 
[    4.544926] [dhd] dhd_open: ######### called for ifidx=0 #########
[    4.544943] [dhd] [wlan0] wl_android_wifi_on : in g_wifi_on=0
[    4.544951] [dhd] wifi_platform_set_power = 1, delay: 200 msec
[    4.544955] [dhd] ======== PULL WL_REG_ON(-1) HIGH! ========
[    4.544960] [WLAN_RFKILL]: rockchip_wifi_power: 1
[    4.544965] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
[    4.649842] [WLAN_RFKILL]: wifi turn on power [GPIO105-1]
[    4.856596] [dhd] wifi_platform_set_power = 1, sleep done: 200 msec
[    4.856641] [dhd] dhd_bus_devreset: == Power ON ==
[    4.856646] [dhd] dhd_bus_devreset: dhdpcie_bus_start_host_dev OK
[    4.857119] [dhd] ******** Perform FLR ********
[    4.857136] [dhd] config space 0x88 is 0x8080
[    4.857142] [dhd] ******** device not in FLR ********
[    4.857458] [dhd] ******** device force FLR only not set ********
[    4.857463] [dhd] Delay of 70 msec
[    4.933138] [dhd] read_config: reg=0x88 read val=0xb080
[    4.933219] [dhd] read_config: reg=0x88 read val=0xb080
[    4.933270] [dhd] read_config: reg=0x88 read val=0xb080
[    4.933321] [dhd] read_config: reg=0x88 read val=0xb080
[    4.933371] [dhd] read_config: reg=0x88 read val=0xb080
[    4.933422] [dhd] read_config: reg=0x88 read val=0xb080
[    4.933472] [dhd] read_config: reg=0x88 read val=0xb080
[    4.933521] [dhd] read_config: reg=0x88 read val=0xb080
[    4.933571] [dhd] read_config: reg=0x88 read val=0xb080
[    4.933621] [dhd] read_config: reg=0x88 read val=0xb080
[    4.933671] [dhd] read_config: reg=0x88 read val=0xb080
[    4.933720] [dhd] read_config: reg=0x88 read val=0xb080
[    4.933769] [dhd] read_config: reg=0x88 read val=0xb080
[    4.933818] [dhd] read_config: reg=0x88 read val=0xb080
[    4.933867] [dhd] read_config: reg=0x88 read val=0xb080
[    4.933916] [dhd] read_config: reg=0x88 read val=0xb080
[    4.933967] [dhd] read_config: reg=0x88 read val=0xb080
[    4.934016] [dhd] read_config: reg=0x88 read val=0xb080
[    4.934065] [dhd] read_config: reg=0x88 read val=0xb080
[    4.934115] [dhd] read_config: reg=0x88 read val=0xb080
[    4.934164] [dhd] read_config: reg=0x88 read val=0xb080
[    4.934214] [dhd] read_config: reg=0x88 read val=0xb080
[    4.934263] [dhd] read_config: reg=0x88 read val=0x8080
[    4.934680] [dhd] ******** FLR Succedeed ********
[    4.934812] [dhd] Disable CTO
[    4.935888] [dhd] dhd_dump_pcie_slave_wrapper_regs pcie slave wrapper base not populated
[    4.936157] [dhd] DHD: dongle ram size is set to 1310720(orig 1310720) at 0x170000
[    4.936164] [dhd] dhdpcie_bar1_window_switch_enab: bar1_switch_enab=0 ramstart=0x170000 ramend=0x2affff bar1_size=0x400000
[    4.936242] [dhd] dhdpcie_request_irq: INTx enabled, irq=152
[    4.936285] [dhd] dhd_bus_download_firmware: firmware path=/vendor/etc/firmware/fw_bcmdhd.bin, nvram path=/vendor/etc/firmware/nvram.txt
[    4.936310] [dhd] dhd_conf_set_path_params : Final fw_path=/vendor/etc/firmware/fw_bcm43752a2_pcie_ag.bin
[    4.936315] [dhd] dhd_conf_set_path_params : Final nv_path=/vendor/etc/firmware/nvram_ap6275p.txt
[    4.936319] [dhd] dhd_conf_set_path_params : Final clm_path=/vendor/etc/firmware/clm_bcm43752a2_pcie_ag.blob
[    4.936324] [dhd] dhd_conf_set_path_params : Final conf_path=/vendor/etc/firmware/config.txt
[    4.936351] [dhd] dhd_os_open_image1: /vendor/etc/firmware/config.txt (240 bytes) open success
[    4.936406] [dhd] dhd_conf_read_pm_params : PM = 0
[    4.936414] [dhd] dhd_conf_read_pm_params : pm_in_suspend = 2
[    4.936422] [dhd] dhd_conf_read_others : keep_alive_period = 120000
[    4.936428] [dhd] dhd_conf_read_others : garp = 1
[    4.936439] [dhd] dhd_conf_read_pm_params : suspend_bcn_li_dtim = 10
[    4.936450] [dhd] dhd_conf_read_others : wl_preinit = pm2_sleep_ret=20
[    4.936463] [dhd] dhd_conf_read_pkt_filter : pkt_filter_del id = 100 102 103 104 105 107 
[    4.936483] [dhd] dhd_conf_read_pkt_filter : pkt_filter_add[0][] = 142 0 0 77 0xffffffffffffffffffffffffffffff 0x2F6465766963652F77616B6575702F
[    4.936491] [dhd] d2h_intr_method -> PCIE_INTX(0); d2h_intr_control -> D2H_INTMASK(0)
[    4.936580] [dhd] dhdpcie_download_code_file: dhd_tcm_test_enable 0, dhd_tcm_test_status 0
[    4.936586] [dhd] dhdpcie_download_code_file: download firmware /vendor/etc/firmware/fw_bcm43752a2_pcie_ag.bin
[    4.936600] [dhd] dhd_os_open_image1: /vendor/etc/firmware/fw_bcm43752a2_pcie_ag.bin (936074 bytes) open success
[    4.936607] [dhd] dhdpcie_download_code_file Using SINGLE image (size 936074)
[    5.001374] [BT_RFKILL]: rfkill_rk_set_power: set bt wake_host high!
[    5.031452] [dhd] dhd_os_open_image1: /vendor/etc/firmware/nvram_ap6275p.txt (7458 bytes) open success
[    5.031471] [dhd] dhdpcie_download_nvram: dhd_get_download_buffer len 7458
[    5.031475] [dhd] # AP6275P_NVRAM_V1.2_20210918A
[    5.031520] [dhd] dhdpcie_download_nvram: process_nvram_vars len 6036
[    5.049775] [dhd] dhdpcie_bus_write_vars: Download, Upload and compare of NVRAM succeeded.
[    5.049784] [dhd] dhdpcie_bus_write_vars: New varsize is 6040, length token(nvram_csm)=0xfa1905e6
[    5.050206] [dhd] Download and compare of TLV 0xfeedc0de succeeded (size 128, addr 2ae7dc).
[    5.050300] [dhd] dhdpcie_bus_download_state: Took ARM out of Reset
[    5.050324] [dhd] dhd_bus_aer_config: Configure AER registers for EP
[    5.050348] [dhd] dhd_bus_aer_config: Configure AER registers for RC
[    5.053172] [BT_RFKILL]: rfkill_rk_set_power: set bt wake_host input!
[    5.053209] [BT_RFKILL]: ENABLE UART_RTS
[    5.141541] [dhd] dhdpcie_readshared: addr=0x20a584 nvram_csm=0xfa1905e6
[    5.141565] [dhd] ### Total time ARM OOR to Readshared pass took 91298 usec ###
[    5.141574] [dhd] dhdpcie_readshared: PCIe shared addr (0x0020a584) read took 90000 usec before dongle is ready
[    5.141856] [dhd] FW supports DAR ? N
[    5.141890] [dhd] H2D DMA WR INDX : array size 172 = 4 * 43
[    5.141897] [dhd] D2H DMA RD INDX : array size 16 = 4 * 4
[    5.141904] [dhd] D2H DMA WR INDX : array size 16 = 4 * 4
[    5.141911] [dhd] H2D DMA RD INDX : array size 172 = 4 * 43
[    5.141919] [dhd] dhdpcie_readshared: max H2D queues 40
[    5.141926] [dhd] FW supports debug buf dest ? N 
[    5.141932] [dhd] FW supports MD ring ? N
[    5.141969] [dhd] dhd_bus_init: Enabling bus->intr_enabled
[    5.141978] [dhd] dhdpcie_oob_intr_register OOB irq=162 flags=0x4
[    5.142012] [dhd] dhdpcie_oob_intr_register: enable_irq_wake
[    5.142051] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 9, size 32896
[    5.142069] [dhd] dhd_prot_init:4138: h2d_max_txpost = 512
[    5.142076] [dhd] dhd_prot_init:4144: h2d_htput_max_txpost = 2048
[    5.142087] [dhd] dhd_prot_init: max_rxbufpost:511 rx_buf_burst:64 rx_bufpost_threshold:64
[    5.142095] [dhd] ENABLING DW:0
[    5.142100] [dhd] IDMA inited
[    5.142106] [dhd] IFRM not enabled in FW !!
[    5.142112] [dhd] DAR not enabled in FW !!
[    5.142118] [dhd] Enable hostcap: EXTD TXS in txcpl
[    5.142185] [dhd] dhd_prot_d2h_sync_init(): D2H sync mechanism is NONE 
[    5.142205] [dhd] dhd_bus_hostready : Read PCICMD Reg: 0x00100006
[    5.142227] [dhd] dhd_bus_hostready: Ring Hostready:1
[    5.142236] [dhd] iDMA not enabled yet,waiting 1 ms c=1 IDMAControl = 00000000
[    5.143245] [dhd] iDMA enabled PCIEControl = 00000001
[    5.145672] [dhd] trying to send create d2h info ring: id 46
[    5.145686] [dhd] dhd_send_d2h_ringcreate ringid: 3 idx: 46 max_h2d: 43
[    5.145693] [dhd] trying to send create h2d info ring id 45
[    5.145999] [dhd] dhd_prot_process_d2h_ring_create_complete ring create Response status = 0 ring 3, id 0xfffc
[    5.146100] [dhd] info buffer post after ring create
[    5.147833] [dhd] wlc_ver_major 12, wlc_ver_minor 1
[    5.150549] [dhd] dhd_sync_with_dongle: GET_REVINFO device 0x449d, vendor 0x14e4, chipnum 0xaae8
[    5.153255] [dhd] dhd_sync_with_dongle: RxBuf Post : 2048
[    5.153274] [dhd] dhd_sync_with_dongle: RxBuf Post Alloc : 2048
[    5.158183] [dhd] dhd_preinit_ioctls: preinit_status IOVAR not supported, use legacy preinit
[    5.158196] [dhd] dhd_tcpack_suppress_set: TCP ACK Suppress mode 0 -> mode 3
[    5.158201] [dhd] dhd_tcpack_suppress_set: TCPACK_INFO_MAXNUM=40, TCPDATA_INFO_MAXNUM=40
[    5.159137] [dhd] dhd_legacy_preinit_ioctls: hostwake_oob enabled
[    5.159822] [BT_RFKILL]: DISABLE UART_RTS
[    5.159871] [BT_RFKILL]: bt turn on power
[    5.159896] [BT_RFKILL]: Request irq for bt wakeup host
[    5.159927] [BT_RFKILL]: ** disable irq
[    5.160377] [dhd] dhd_legacy_preinit_ioctls: use firmware generated mac_address d4:9c:dd:f6:b9:30
[    5.160404] [dhd] dhd_os_open_image1: /vendor/etc/firmware/clm_bcm43752a2_pcie_ag.blob (30993 bytes) open success
[    5.160882] [dhd] dhd_check_current_clm_data: ----- This FW is not included CLM data -----
[    5.185575] [dhd] dhd_apply_default_clm: CLM download succeeded 
[    5.187082] [dhd] dhd_check_current_clm_data: ----- This FW is included CLM data -----
[    5.190540] [dhd] Firmware up: op_mode=0x0005, MAC=d4:9c:dd:f6:b9:30
[    5.228436] [dhd] dhd_legacy_preinit_ioctls: event_log_max_sets: 26 ret: 0
[    5.233734] [dhd] arp_enable:1 arp_ol:0
[    5.233824] [dhd] dhd_conf_add_pkt_filter : 142 0 0 77 0xffffffffffffffffffffffffffffff 0x2F6465766963652F77616B6575702F
[    5.238614] [dhd]   Driver: 101.10.591.46.22 (20231003-3)
[    5.238614] [dhd]   Firmware: wl0: Jul 12 2022 18:54:54 version 18.35.387.23.146 (g412cc5ec) FWID 01-93c53be6
[    5.238614] [dhd]   CLM: 9.9.12_SS (2021-10-12 17:03:28) 
[    5.261222] [dhd] dhd_ecounter_autoconfig Ecounter autoconfig in FW not supported
[    5.263129] [dhd] dhd_legacy_preinit_ioctls: d3_hostwake_delay IOVAR not present, proceed
[    5.264137] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[    5.264167] [dhd] dhd_rx_frame: net device is NOT registered. drop event packet
[    5.264465] [dhd] dhd_conf_same_country : country code = CN/0 is already configured
[    5.279121] [dhd] dhd_bus_devreset: WLAN Power On Done
[    5.279213] [dhd] [wlan0] wl_android_wifi_on : Success
[    5.311639] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[    5.311675] [dhd] dhd_rx_frame: net device is NOT registered. drop event packet
[    5.327160] [dhd] [wlan0] wl_cfg80211_up : Roam channel cache enabled
[    5.329339] [dhd] [wlan0] dhd_open : Exit ret=0
[    5.329386] [dhd] [wlan0] dhd_pri_open : tx queue started
[    5.329461] [dhd] [wlan0] custom_xps_map_set : Done. mapping cpu
[    5.329474] [dhd] dhd_pri_open : mutex is released.
[    5.350003] [dhd] P2P interface registered
nl80211: kernel reports: Registration to specific type not supported
[    5.372911] [dhd] P2P interface started
[    5.440481] [dhd] [wlan0] wl_run_escan : LEGACY_SCAN sync ID: 0, bssidx: 0
###AMPAK FW Auto detection patch version = [v1.1 20161117]###
FW folder path = /lib/firmware
[    5.678366] of_dma_request_slave_channel: dma-names property of node '/serial@febb0000' missing or empty
proc_reset[    5.678404] dw-apb-uart febb0000.serial: failed to request DMA, use interrupt mode
Failed to init BT for AP6275P!
[   13.124393] [dhd] [wlan0] wl_run_escan : LEGACY_SCAN sync ID: 1, bssidx: 0
[   20.825857] [dhd] [wlan0] wl_run_escan : LEGACY_SCAN sync ID: 2, bssidx: 0

root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# [   28.520607] [dhd] [wlan0] wl_run_escan : LEGACY_SCAN sync ID: 3, bssidx: 0
ls -l
total 62
lrwxrwxrwx   1 root root     7 Jun  4 03:10 bin -> usr/bin
-rw-r--r--   1 root root   489 May 20 08:26 busybox.fragment
lrwxrwxrwx   1 root root     8 Jun  4 03:49 data -> userdata
drwxr-xr-x  14 root root  3360 Jun  5 07:26 dev
drwxr-xr-x  23 root root  4096 Jun  5 07:26 etc
drwxr-xr-x   2 root root  4096 Jun  4 03:49 info
lrwxrwxrwx   1 root root     7 Jun  4 03:10 lib -> usr/lib
lrwxrwxrwx   1 root root     3 Jun  4 03:10 lib64 -> lib
lrwxrwxrwx   1 root root    11 Jun  4 03:25 linuxrc -> bin/busybox
drwx------   2 root root 16384 Jun  4 03:51 lost+found
drwxr-xr-x  11 root root  4096 Jun  4 03:44 media
drwxr-xr-x   5 root root  4096 Jun  4 03:49 mnt
drwxr-xr-x   3 root root  1024 Jun  5 07:26 oem
drwxr-xr-x   3 root root  4096 Jun  4 03:44 opt
dr-xr-xr-x 282 root root     0 Jun  5 07:26 proc
drwxr-xr-x  15 root root  4096 Jun  4 03:46 rockchip-test
drwx------   2 root root  4096 May 20 08:26 root
drwxr-xr-x  11 root root   560 Jun  5 07:26 run
lrwxrwxrwx   1 root root     8 Jun  4 03:10 sbin -> usr/sbin
lrwxrwxrwx   1 root root    10 Jun  4 03:49 sdcard -> mnt/sdcard
dr-xr-xr-x  15 root root     0 Jun  5 07:26 sys
drwxr-xr-x   3 root root  4096 Jun  4 03:49 system
drwxrwxrwt   6 root root   200 Jun  5 07:26 tmp
lrwxrwxrwx   1 root root     9 Jun  4 03:49 udisk -> mnt/udisk
drwxr-xr-x   4 root root  1024 Jun  5 07:26 userdata
drwxr-xr-x   7 root root  4096 Jun  4 03:49 usr
drwxr-xr-x   6 root root  4096 Jun  4 03:51 var
lrwxrwxrwx   1 root root     6 Jun  4 03:49 vendor -> system
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# [   33.190020] vcc_mipicsi0: disabling
[   33.190125] vcc_mipicsi1: disabling
[   33.190145] vcc_mipicsi1: disabling
[   33.190630] vcc3v3_lcd0_n: disabling

[END] 2024/6/5 15:28:25
 

最近更新

  1. TCP协议是安全的吗?

    2024-06-06 04:18:04       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-06-06 04:18:04       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-06-06 04:18:04       19 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-06-06 04:18:04       20 阅读

热门阅读

  1. 汽车之家评论

    2024-06-06 04:18:04       10 阅读
  2. flink 状态

    2024-06-06 04:18:04       6 阅读
  3. 0开篇-介绍

    2024-06-06 04:18:04       9 阅读
  4. 在RT-Thread下为MPU手搓以太网MAC驱动-3

    2024-06-06 04:18:04       7 阅读
  5. oracle sql--计算某一日期到当前日期的间隔天数

    2024-06-06 04:18:04       10 阅读
  6. docker mqqt 安装

    2024-06-06 04:18:04       7 阅读
  7. USB - ACK、NAK和STALL的含义

    2024-06-06 04:18:04       16 阅读
  8. conda环境里安装ffmpeg

    2024-06-06 04:18:04       9 阅读
  9. 在本地局域网的 Ubuntu 16.04 主机安装 GitLab 服务

    2024-06-06 04:18:04       11 阅读