20241028给荣品RD-RK3588-AHD开发板刷Rockchip原厂的Buildroot之后确认AP6275P的蓝牙BLE功能
2024/10/28 16:56
手机:realme的GT NEO5【只要手机支持蓝牙BLE即可】
APK:在【你用的手机】应用市场下载 BLE调试助手并安装之后别用。
缘起:为了简单起见,直接使用了荣品RD-RK3588-AHD开发板的DTS。
荣品的技术实力还是比较强悍的。
1、将DTS文件放到目录Z:\rk3588s_20230620\kernel\arch\arm64\boot\dts\rockchip\rk3588下面。
Z:\rk3588s_20230620\kernel\arch\arm64\boot\dts\rockchip05\rk3588
2、然后串口DEBUG的波特率修改为了11520bps。
修改1:将目录Z:\rk3588s_20230620\kernel\arch\arm64\boot\dts\rockchip\rk3588下面的文件全部拿到
Z:\rk3588s_20230620\kernel\arch\arm64\boot\dts\rockchip\里。
【同时修改板级别文件的依赖/目录关系】
Z:\rk3588s_20230620\kernel\arch\arm64\boot\dts\rockchip05\rp-rk3588s-board.dtsi
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2021 Rockchip Electronics Co., Ltd.
*
*/
/dts-v1/;
/* merage dtsi in rk3588s-evb4-lp4-v10-linux.dts */
#include "dt-bindings/usb/pd.h"
#include "../rk3588s.dtsi"
#include "../rk3588s-evb.dtsi"
#include "../rk3588-rk806-single.dtsi"
#include "../rk3588-linux.dtsi"
修改为:
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2021 Rockchip Electronics Co., Ltd.
*
*/
/dts-v1/;
/* merage dtsi in rk3588s-evb4-lp4-v10-linux.dts */
#include "dt-bindings/usb/pd.h"
#include "rk3588s.dtsi"
#include "rk3588s-evb.dtsi"
#include "rk3588-rk806-single.dtsi"
#include "rk3588-linux.dtsi"
修改2:
Z:\rk3566_buildroot_v120\device\rockchip\.chips\rk3588\rockchip_rk3588s_evb1_lp4x_v10_defconfig
Z:\rk3588s_20230620\device\rockchip\.chips\rk3588\rockchip_rk3588s_evb1_lp4x_v10_defconfig
RK_KERNEL_DTS_NAME="rk3588s-evb1-lp4x-v10-linux"
RK_USE_FIT_IMG=y
修改为:
#RK_KERNEL_DTS_NAME="rk3588s-evb1-lp4x-v10-linux"
#RK_KERNEL_DTS_NAME="rk3588s-evb4-lp4x-v10-linux"
RK_KERNEL_DTS_NAME="rd-rk3588s-ahd"
RK_USE_FIT_IMG=y
测试LOG:
root@rk3588s-buildroot:/etc# bluetoothctl advertise on
[CHG] Controller 70:F7:54:B8:56:00 SupportedInstances: 0x05 (5)
[CHG] Controller 70:F7:54:B8:56:00 ActiveInstances: 0x01 (1)
Advertising object registered
Tx Power: off
Name: off
Appearance: off
Discoverable: on
RSI: on
[NEW] Device 65:7C:27:B3:7A:92 65-7C-27-B3-7A-92
[NEW] Primary Service (Handle 0x0000)
/org/bluez/hci0/dev_65_7C_27_B3_7A_92/service0001
00001801-0000-1000-8000-00805f9b34fb
Generic Attribute Profile
[NEW] Characteristic (Handle 0x0000)
/org/bluez/hci0/dev_65_7C_27_B3_7A_92/service0001/char0002
00002a05-0000-1000-8000-00805f9b34fb
Service Changed
[NEW] Characteristic (Handle 0x0000)
/org/bluez/hci0/dev_65_7C_27_B3_7A_92/service0001/char0004
00002b3a-0000-1000-8000-00805f9b34fb
Server Supported Features
[NEW] Characteristic (Handle 0x0000)
/org/bluez/hci0/dev_65_7C_27_B3_7A_92/service0001/char0006
00002b29-0000-1000-8000-00805f9b34fb
Client Supported Features
[NEW] Characteristic (Handle 0x0000)
/org/bluez/hci0/dev_65_7C_27_B3_7A_92/service0001/char0008
00002b2a-0000-1000-8000-00805f9b34fb
Database Hash
[CHG] Device 65:7C:27:B3:7A:92 UUIDs: 00001800-0000-1000-8000-00805f9b34fb
[CHG] Device 65:7C:27:B3:7A:92 UUIDs: 00001801-0000-1000-8000-00805f9b34fb
[CHG] Device 65:7C:27:B3:7A:92 ServicesResolved: yes
[CHG] Device 65:7C:27:B327A:92 Nama: 真我 GT Neo5
[CHG] Device 65:7C:27:B3:7A:92 Alias: 真我 GT Neo5
参考资料:
Z:\rk3588s_20230620\kernel\arch\arm64\boot\dts\rockchip99\rp-wifi-bt-ap6275p-rd-rk3588s-ahd.dtsi
Z:\rk3588s_20230620\kernel\arch\arm64\boot\dts\rockchip\rk3588s-evb4-lp4x.dtsi
https://doc.rpdzkj.cn/#/zh_cn/%E7%91%9E%E8%8A%AF%E5%BE%AE%E7%B3%BB%E5%88%97/rk3588-rk3588s/6.%E6%8E%A5%E5%8F%A3%E4%BD%BF%E7%94%A8?id=sta%e6%a8%a1%e5%bc%8f
https://doc.rpdzkj.cn/#/zh_cn/%E7%91%9E%E8%8A%AF%E5%BE%AE%E7%B3%BB%E5%88%97/rk3588-rk3588s/6.%E6%8E%A5%E5%8F%A3%E4%BD%BF%E7%94%A8?id=buildroot
荣品电子科技文档中心
蓝牙
BLE测试
终端输入
bluetoothctl advertise on
复制Error已复制
手机下载BLE蓝牙调试助手,并在手机上搜索设备并连接
[CHG] Device 79:BF:3F:A8:61:05 UUIDs: 00001800-0000-1000-8000-00805f9b34fb
[CHG] Device 79:BF:3F:A8:61:05 UUIDs: 00001801-0000-1000-8000-00805f9b34fb
[CHG] Device 79:BF:3F:A8:61:05 UUIDs: 00001805-0000-1000-8000-00805f9b34fb
[CHG] Device 79:BF:3F:A8:61:05 UUIDs: 0000180a-0000-1000-8000-00805f9b34fb
[CHG] Device 79:BF:3F:A8:61:05 UUIDs: 0000180f-0000-1000-8000-00805f9b34fb
[CHG] Device 79:BF:3F:A8:61:05 UUIDs: 7905f431-b5ce-4e99-a40f-4b1e122d00d0
[CHG] Device 79:BF:3F:A8:61:05 UUIDs: 89d3502b-0f36-433a-8ef4-c502ad55f8dc
[CHG] Device 79:BF:3F:A8:61:05 UUIDs: 9fa480e0-4967-4542-9390-d343dc5d04ae
[CHG] Device 79:BF:3F:A8:61:05 UUIDs: d0611e78-bbb4-4591-a5f8-487910ae4366
[CHG] Device 79:BF:3F:A8:61:05 ServicesResolved: yes
[CHG] Device 79:BF:3F:A8:61:05 Name: iPhone
[CHG] Device 79:BF:3F:A8:61:05 Alias: iPhone
[CHG] Device 79:BF:3F:A8:61:05 Appearance: 0x0040
[CHG] Device 79:BF:3F:A8:61:05 Icon: phone
[CHG] Device 79:BF:3F:A8:61:05 ServicesResolved: no
[CHG] Device 79:BF:3F:A8:61:05 Connected: no
[CHG] Device 79:BF:3F:A8:61:05 Connected: yes
[CHG] Device 79:BF:3F:A8:61:05 Connected: no
[CHG] Device 79:BF:3F:A8:61:05 Connected: yes
复制Error已复制
连接成功
可通过运行脚本来进行测试
/rp_test/bt/test_bt_ble_clinet.sh
[BEGIN] 2024/10/28 17:07:02
DDR d5483af87d cym 23/11/23-16:15:24,fwver: v1.15
LPDDR5, 2736MHz
channel[0] BW=16 Col=10 Bk=16 CS0 Row=15 CS=1 Die BW=16 Size=1024MB
channel[1] BW=16 Col=10 Bk=16 CS0 Row=15 CS=1 Die BW=16 Size=1024MB
channel[2] BW=16 Col=10 Bk=16 CS0 Row=15 CS=1 Die BW=16 Size=1024MB
channel[3] BW=16 Col=10 Bk=16 CS0 Row=15 CS=1 Die BW=16 Size=1024MB
Manufacturer ID:0x6
CH0 RX Vref:27.5%, TX Vref:22.0%,0.0%
CH1 RX Vref:26.3%, TX Vref:20.0%,0.0%
CH2 RX Vref:25.4%, TX Vref:24.0%,0.0%
CH3 RX Vref:27.5%, TX Vref:21.0%,0.0%
change to F1: 528MHz
change to F2: 1320MHz
change to F3: 1968MHz
change to F0: 2736MHz
out
U-Boot SPL 2 17.09-ge4e124926e-230922 #lxh (Sep 25 2023 - 10:58:38), fwver: v1.13
unknown raw ID 0 0 0
unrecognize` JEDEC id bytes: 00, 00, 00
Trying to boot from MMC2
MMC: no card present
mmc_init: -123, time 1
spl: mmc init faile` with error: -123
Trying to boot from MMC1
SPL: A/B-slot: _a, successful: 0, trier-remain: 7
Trying fit image at 0x4000 sector
## Verified-boot: 0
## Checking atf-1 0x00040000 ... sha256(0e8446f969...) + OK
## Checking uboot 0x00200000 ... sha256(1cfc3c1`03...) + OK
## Checking fdt 0x003454d0 ... 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: 80.697/257.527 ms
INFO: Preloader serial: 2
NOTICE: BL31: v2.3():v2.3-662-g4acbe711b-dirty:finley.xiao, fwver: v1.44
NOTICE: BL31: Built : 16:44:24, Nov 7 2023
INFO: spec: 0x13
INFO: code: 0x88
INFO: ext 32k is not valid
INFO: ddr: stride-en 4CH
INFO: GICv3 without legacy support detected.
INFO: ARM GICv3 driver initialixed in EL3
INFO: valid_cpu_msk=0xff bcore0_rst = 0x0, bcore1_rst = 0x0
INFO: l3 cache partition cfg-0
INFO: rystem boots from cpu-hwid-0
INFO: idle_st=0x21fff, pd_st=0x11fff9, repair_st=0xfff70001
INFO: dfs DDR fsp_params[0].freq_mhz= 2736MHz
INFO: dfs DDR fsp_params[1].freq_mhz= 528MHz
INFO: dfs DDR fsp_params[2].freq_mhz= 1320MHz
INFO: dfs DDR fsp_params[3].freq_mhz= 1968MHz
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 tersion 10.2.1 0201103 (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 C@U 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-231011-dirty #viewpro (Oct 07 2024 - 15:16:36 +0800)
Model: Rockchip RK3588 Evaluation Board
MPIDR: 0x810 0000
RAM: 4 GiB2, raw, 0xfeb50000
Sysmem: init
Relocation Offset: eda18000
Relocation fdt: eb9fa1a0 - 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 securipy partition
DM: v2
boot mode: None
RESC: '`oot', blk@0x00019a4e
resource: sha256+
FIT: no signed, no conf required
DTB: rk-kernel.dtb
HASH(c): OK
I2c0 speed: 100000Hz
Device 'gpio@fd8a0000': seq 0 is in use by 'gpio@fd8a0000'
en-gpios- not found!
vdd_cpu_big0_s0 800000 uV
en-gpios- not found!
vdd_cpu_big1_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
I2c6 speed: 100000Hz
en-gpios- not found!
vdd_npu_s0 800000 uV
Device 'gpio@fec20000': seq 1 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_plale:-1, from dts
get vp2 plane mask:0x140, pramary 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: rd-rk3588s-ahd
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 55000 kHz, flags[a]
H: 1024 1160 1164 1324
V: 0600 0616 0618 0634
bus_format: 100d
VOP update mode to: 1024x600p66, type: MIPI0 for VP3
VP3 set crtc_clock to 54000KHz
VOP VP3 enable Esmart3[654x270->654x270@185x165] fmt[2] addr[0xedf00000]
final DSI-Link bandwidth: 360000 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 k@z, flags[5]
H: 1920 2008 2052 2200
V: 1080 1084 1089 1125
bus_format: 2025
VOP update mode to: 1920x1080p60, type: H@MI0 for VP0
dclk:148500,if_pixclk_div;2,if_dclk_div:4
hdptx_ropll_cmn_config bus_width:16a8c8 rate:1485000
hdptx phy pll locked!
VP0 set crtc_clock to 1485KHz
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!
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 0xe94af580 with size 0x02349c00
Fdt Ramdisk skip relocation
## Loading kernel from FIT Image at e94af580 ...
Using 'conf' configuration
## Verified-boot: 0
Trying 'kernel' kernel subimage
Description: unavailable
Type: Kernel Image
Compression: uncompressed
Data Start: 0xe94ec780
Data Size: 36751872 Bytes = 35 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x00400000
Entry Point: 0x00400000
Hash algo: sha256
Hash value: 99f596b2508ed2f83759e4b6d38b97c9bd1a4106501e9fe79c8405a314bb00ad
Verifying Hash Integrity ... sha256+ OK
## Loading fdt from FIT Image at e94af580 ...
Using 'conf' configuration
Trying 'fdt' fdt subimage
Description: unavailable
Type: Flat Device Tree
Data Start: 0xe94afd80ed
Data Size: 247923 Bytes = 242.1 KiB
Architecture: AArch64
Load Address: 0x08300000
Hash algo: sha256
Hash value: 8c96ad9c56b5a860d0f499a7798917a2d5dbc51bacc9dc14809e9a44c148eaf9
Verifying Hash Integrity ... sha256+ OK
Loading fdt from 0x08300000 to 0x08300000
Booting using the fdt blob at 0x08300000
Loading Kernel Image from 0xe94ec780 to 0x00400000 ... OK
kernel loaded at 0x00400000, end = 0x0270ca00
Using Device Tree in place at 0000000008300000, end 000000000833f872
WARNING: could not set reg FDT_ERR_BADOFFSET.
## reserved-memory:
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: 0x1f0000000 - 0x200000000 (size: 0x10000000)
Total: 1296.292/1646.421 ms
Starting kernel ...
[ 1.651053] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[ 1.651072] 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 Thu Oct 17 16:31:04 CST 2024
[ 1.654019] random: crng init done
[ 1.660755] Machine model: rd-rk3588s-ahd
[ 1.695995] earlycon: uart8250 at MMIO32 0x00000000feb50000 (options '')
[ 1.700308] printk: bootconsole [uart8250] enabled
[ 1.702673] efi: UEFI not found.
[ 1.707686] OF: fdt: Reserved memory: failed to reserve memory for node 'drm-cubic-lut@00000000': base 0x0000000000000000, size 0 MiB
[ 1.708805] Reserved memory: created CMA memory pool at 0x00000001ff800000, size 8 MiB
[ 1.709508] OD: reserved mem: initialized node cma, compatible id shared-dma-pool
[ 1.774613] Zone ranges:
[ 1.774846] DMA [mem 0x0000000000200000-0x00000000ffffffff]
[ 1.775398] DMA32 empty
[ 1.775657] Normal [mem 0x0000000100000000-0x00000001ffffffff]
[ 1.776208] Movable zone start for each node
[ 1.776588] Early memory node ranges
[ 1.776909] node 0: [mem 0x0000000000200000-0x00000000083fffff]
[ 1.777468] node 0: [mem 0x0000000009400000-0x00000000efffffff]
[ 1.778028] node 0: [mem 0x00000001f0000000-0x00000001ffffffff]
[ 1.778586] Initmem setup node 0 [mem 0x0000000000200000-0x00000001ffffffff]
[ 1.801185] psci: probing for conduit method from DT.
[ 1.801644] psci: PSCIv1.1 detected in firmware.
[ 1.802054] psci: Using standard PSCI v0.2 function IDs
[ 1.802503] psci: Trusted OS migration lot required
[ 1.802959] psci: SMC Calling Convention v1.2
[ 1.803681] percpu: Embedded 30 pages/cpu s83800 r8192 d30888 u122880
[ 1.804401] Detected VIPT I-cache on CPU0
[ 1.804795] CPU features: detected: GIC system register CPU interface
[ 1.805370] CPU features: detected: Virtualization Host Extensions
[ 1.805925] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 1.806559] alternatives: patching kernel code
[ 1.808621] Built 1 zonelists, mobility grouping on. Total pages: 1027656
[ 1.809239] Kernel command line: storagemedia=emmc androidboot.storagemedia=emmc androidboot.mode=nnrmal 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-31011-dirt-10/07/2024
[ 1.812916] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 1.813809] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 1.814497] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 1.821040] software IO TLB: mapped [mem 0x00000000e9f00000-0x00000000edf00000] (64MB)
[ 1.850898] Memory: 3982288K/4175872K available (18752K kernel code, 3506K rwdata, 6888K rodata, 6656K init, 590K bss, 185392K reserved, 8192K cma-reserved)
[ 1.852250] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 1.852861] ftrace: allocating 57278 entries in 224 pages
[ 1.922566] ftrace: allocated 224 pages with 3 groups
[ 1.923249] rcu: Hierarchical RCU implementation.
[ 1.923670] rcu: RCU event tracing is enabled.
[ 1.924073] rcu: RCU dyntick-idle grace-period acceleration is enabled.
[ 1.924670] All grace periods are expedited (rcu_expedited).
[ 1.925181] Rude variant of Tasks RCU enabled.
[ 1.925584] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 1.930069] NR_IRQS8 64, nr_irqs: 64, preallocated irqs: 0
[ 1.932789] GICv3: GIC: Using split EOI/Deactivate mode
[ 1.933258] GICv3: 480 SPIs implemented
[ 1.933598] GICv3: 0 Extended SPIs implemented
[ 1.934014] GICv3: Distributor has no Range Selector support
[ 1.934520] GICv3: 16 PPIs implemented
[ 1.934897] GICv3: CPU0: found redistributor 0 regiol 0:0x00000000fe680000
[ 1.935593] ITS [mem 0xfe640000-0xfe65ffff]
[ 1.936006] ITS@0x00000000fe640000: allocated 8192 Devices @1f01e0000 (indirect, esz 8, psz 64K, shr 0)
[ 1.936861] ITS@0x00000000fe640000: allocated 32768 Interrupt Collections @1f01f0000 (flat, esz 2, psz 64K, shr 0)
[ 1.937784] ITS: using cache flushing for cmd queue
[ 1.938239] ITS [mem 0xfe660000-0xfe67ffff]
[ 1.938648] ITS@0x00000000fe660000: allocated 8192 Devices @1f0210000 (indirect, esz 8, psz 64K, shr 0)
[ 1.939496] ITS@0x00000000fe660000: allocated 32768 Interrupt Collections @1f0220000 (flat, esz 2, psz 64K, shr 0)
[ 1.940416] ITS: using cache flushing for cmd queue
[ 1.941017] GICv3: using LPI property table @0x00000001f0230000
[ 1.941649] GIC: using cache flushing for LPI property table
[ 1.942157] GICv3: CPU0: using allocated LPI pending table @0x00000001f0240000
[ 1.942839] rcu: Offload RCU callbacks from CPUs: 0-7.
[ 2.053050] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[ 2.053609] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 2.054591] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 2.056338] Console: colour dummy device 80x25
[ 2.056772] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=80000)
[ 2.057708] pid_max: default: 32768 minimum: 301
[ 2.058216] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 2.058896] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 2.060774] rcu: Hierarchical SRCU implementation.
[ 2.061917] Platform MSI: msi-controller@fe640000 domain created
[ 2.062473] Platform MSI: msi-controller@fe660000 domain created
[ 2.063315] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe640000 domain created
[ 2.064076] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe660000 domain created
[ 2.064966] EFI services will not be available.
[ 2.065615] 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 initialixing
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
[ 2.067139] Detected VIPT I-cache on CPU1
[ 2.067164] GICv3: CPU1: found redistributor 100 region 0:0x00000000fe6a0000
[ 2.067178] GICv3: CPU1: using allocated LPI pending table @0x00000001f0250000
[ 2.067216] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[ 2.068377] Detected VIPT I-cache on CPU2
[ 2.068396] GICv3: CPU2: found redistributor 200 region 0:0x00000000fe6c0000
[ 2.068410] GICv3: CPU2: using allocated LPI pending table @0x00000001f0"60000
[ 2.068443] CPU2: Booted secondary processor 0x0000000200 [0x412fd050]
[ 2.069574] Detected VIPT I-cache on CPU3
[ 2.069590] GICv3: CPU3: found redistributor 300 region 0:0p00000000fe6e0000
[ 2.069603] GICv3: CPU3: using allocated LPI pending table @0x00000001f0270000
[ 2.069634] CPU3: Booted secondary processor 0x0000000300 [0x412fd050]
[ 2.070811] CPU features: detected: Spectre-v4
[ 2.070813] CPU features: detected: Spectre-BHB
[ 2.070815] Detected PIPT I-cache on CPU4
[ 2.070826] GICv3: CPU4: found redistributor 400 region 0:0x00000000fe700000
[ 2.070833] GICv3: CPU4: using allocated LPI pending table @0x00000001f0280000
[ 2.070855] CPU4: Booted secondary processor 0x0000000400 [0x414fd0b0]
[ 2.071946] Detected PIPT I-cache on CPU5
[ 2.071958] GICv3: CPU5: found redistributor 500 region 0:0x00000000fe720000
[ 2.071965] GICv3: CPU5: using allocaped LPI pending table @0x00000001f0290000
[ 2.071986] CPU5: Booted secondary processor 0x0000000500 [0x414fd0b0]
[ 2.073071] Detected PIPT I-cache on CPU6
[ 2.073082] GICv3: CPU6: found redistributor 600 region 0:0x00000000fe740000
[ 2.073090] GICv3: CPU6: using allocated LPI pending table @0x00000001f02a0000
[ 2.073111] CPU6: Booted secondary processor 0x0000000600 [0x414fd0b0]
[ 2.074199] Detected PIPT I-cache on CPU7
[ 2.074210] GICv3: CPU7: found redistributor 700 region 0:0x00000000fe760000
[ 2.074218] GICv3: CPU7: using allocated LPI pending table @0x000000 1f02b0000
[ 2.074239] CPU7: Booted secondary processor 0x0000000700 [0x414fd0b0]
[ 2.074287] smp: Brought up 1 node, 8 CPUs
[ 2.091195] SMP: Total of 8 processors activated.
[ 2.091628] CPU features: detected: Privileged Access Never
[ 2.092134] CPU features: detected: LSE atomic instructions
[ 2.092640] CPU features: detected: User Access Override
[ 2.093122] CPU features: detected: 32-bit EL0 Support
[ 2.093588] CPU features: detected: Common not Private pranslations
[ 2.094157] CPU features: detension Support
[ 2.094647] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 2.095434] CPU features: detected: CRC32 instructions
[ 2.095900] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 2.096532] CPU features: detected8 RCpc load-acquire (LDAPR)
[ 2.121348] CPU: All CPU(s) started at EL2
[ 2.122894] devtmpfs: initialized
[ 2.131715] Registered cp15_barrier emulation handler
[ 2.132177] Registered setend emulation handler
[ 2.132644] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffdfff, max_idle_ns: 6370867519511994 ns
[ 2.133528] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 2.134288] pinctrl core: initialized pinctrl subsystem
[ 2.134935] DMI not present or invalid.
[ 2.135370] NET: Registered protocol family 16
[ 2.136364] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 2.137028] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 2.138106] Registered FIQ tty driver
[ 2.138528] thermal_sys: Registered thermal governor 'fair_share'
[ 2.138530] thermal_sys: Registered thermal governor 'step_wise'
[ 2.139081] thermal_sys: Registered thermal governor 'user_space'
[ 2.139624] thermal_sys: Registered thermal governor 'power_allocator'
[ 2.140283] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
[ 2.141616] thermal thermal_zone2: power_allocator: sustainable_power will be estimated
[ 2.142355] thermal thermal_zone3: power_allocator: sustainable_power will be estimated
[ 2.143095] thermal phermal_zone4: power_allocator: sustainable_power will be estimated
[ 2.143835] thermal thermal_zole5: power_allocator: sustainable_power will be estimated
[ 2.144574] thermal thermal_zone6: power_allocator: sustainable_power will be estimated
[ 2.145311] cpuidle: using governor menu
[ 2.145742] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 2,146434] ASID allocator initialised with 65536 entries
[ 2.147984] ramoops: dmesg-0 0x18000@0x0000000000110000
[ 2.148457] ramoops: dmesg-1 0x18000@0x0000000000128000
[ 2.148944] ramoops: console 0x80000@0x0000000000140000
[ 2.149422] ramoops: pmsg 0x30000@0x00000000001c0000
[ 2.150088] printk: console [ramoops-1] enabled
[ 2.150498] pstore: Registered ramoops as persistent store backend
[ 2.151058] ramoops: using 0xe0000@0x110000, ecc: 0
[ 2.184877] rockchip-gpio fd8a0000.gpio: probed /pinctrl/gpio@fd8a0000
[ 2.185613] rockchip-gpio fec20000.gpio: probed /pinctrl/gpio@fec20000
[ 2.186326] rockchip-gpio fec30000.gpio: probed /pinctrl/gpio@fec30000
[ 2.187055] rockchip-gpio fec40000.gpio: probed /pinctrl/gpio@fec40000
[ 2.187779] rockchip-gpio fec50000.gpio: probed /pinctrl/gpio@fec50000
[ 2.188398] rockchip-pinctrl pinctrl: probed pinctrl
[ 2.195262] fiq_debugger fiq_debugger.0: IRQ fiq not found
[ 2.195764] fiq_debugger fiq_debugger.0: IRQ wakeup not found
[ 2.196291] fiq_debugger_probe: could not install nmi irq handler
[[ 2.196878] printk: console [ttyFIQ0] enabled
2.196878] printk: console [ttyFIQ0] enabled
[ 2.197651] printk: bootconsole [uart8250] disabled
[ 2.197651] printk: bootconsole [uart8250] disabled
[ 2.198136] Registered fiq debugger ttyFIQ0
[ 2.198365] vcc5v0_sys: supplied by vcc12v_dcin
[ 2.198440] vcc5v0_usbdcin: supplied by vcc12v_dcin
[ 2.198512] vcc5v0_usb: supplied by vcc5v0_usbdcin
[ 2.198587] vcc_1v1_nldo_s3: supplied by vcc5v0_sys
[ 2.198890] iommu: Default domain type: Translated
[ 2.201502] SCSI subsystem initialized
[ 2.201638] usbcore: registered new interface driver usbfs
[ 2.2 1649] usbcore: registered new interface driver hub
[ 2.201660] usbcore: registered new device driver usb
[ 2.201685] mc: Linux media interface: v0.10
[ 2.201693] videodev: Linux video capture interface: v2.00
[ 2.201712] pps_core: LinuxPPS API ver. 1 registered
[ 2.201715] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[ 2.201721] PTP clock support registered
[ 2.201733] EDAC MC: Ver: 3.0.0
[ 2.201966] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.
[ 2.201995] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0
[ 2.202751] Advanced Linux Sound Architecture Driver Initialized.
[ 2.202887] Bluetooth: Core ver 2.22
[ 2.202896] NET: Registered protocol family 31
[ 2.2 2898] Bluetooth: HCI device and connection manager initialized
[ 2.202903] Bluetooth: HCI socket layer initialized
[ 2.202906] Bluetooth: H2CAP socket layer initialized
[ 2.202911] Bluetooth: SCO socket layer initialized
[ 2.204134] rockchip-cpuinfo cpuinfo: SoC : 35881000
[ 2.204138] rockchip-cpuinfo cpuinfo: Serial : 1cd23bb7ecb20890
[ 2.204330] clocksource: Switched to clocksource arch_sys_counter
[ 2.441122] NET: Registered protocol family 2
[ 2.441187] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 2.442225] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 2.442263] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 2.442424] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 2.442741] TCP: Hash tables configured (established 32768 bind 32768)
[ 2.442776] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 2.442837] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 2.442933] NET: Registered protocol family 1
[ 2.443140] RPC: Registered named UNIX socket transport module.
[ 2.443144] RPC: Registered udp transport module.
[ 2.443147] RPC: Registered tcp transport module.
[ 2.443149] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 2.443419] PCI: CLS 0 bytes, default 64
[ 2.443973] rockchip-thermal fec00000.tsadc: Missing rockchip,grf property
[ 2.444397] rockchip-thermal fec00000.tsadc: tsadc is probed successfully!
[ 2.444896] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 2.446820] Initialise system trusted keyrings
[ 2.446886] workingset: timestamp_bits=62 max_order=20 bucket_order=0
[ 2.448100] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 2.448283] NFS: Registering the id_resolver key type
[ 2.448292] Key type id_resolver registered
[ 2.448294] Key type id_legacy registered
[ 2.448307] ntfs: driver 2.1.32 [Flags: R/O].
[ 2.448360] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 2.448440] fuse: init (API version 7.32)
[ 2.448513] SGI XFS with security attributes, no debug enabled
[ 2.468172] NET: Registered protocol family 38
[ 2.468178] Key type asymmetric registered
[ 2.468182] Asymmetrac key parser 'x509' registered
[ 2.468193] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[ 2.468197] io scheduler mq-deadline registered
[ 2.468200] io scheduler kyber registered
[ 2.468549] rockchip-csi2-dphy-hw fedc0000.csi2-dphy0-hw: csi2 dphy hw probe successfully!
[ 2.468603] rockchip-csi2-dphy-hw fedc8000.csi2-dphy1-hw: csi2 dphy hw probe successfully!
[ 2.473383] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy init success
[ 2.475022] rk-pcie fe180000.pcie: invalid prsnt-gpios property in node
[ 2.475048] rk-pcie fe180000.pcie: no vpcie3v3 regulator found
[ 2.475057] rk-pcie fe190000.pcie: invalid prsnt-gpios property in node
[ 2.475077] rk-pcie fe190000.pcie: no vpcie3v3 regulator found
[ 2.475190] pwm-backlight backlight: supply power not found, using dummy regulator
[ 2.475228] of_pwm_get(): can't parse "pwms" property
[ 2.475231] pwm-backlight backlight: unable to request PWM
[ 2.475287] pwm-backlight: probe of backlight failed with error -2
[ 2.475312] pwm-backlight backlight_mipi: supply power not found, using dummy regulator
[ 2.475381] rk-pcie fe180000.pcie: IRQ msi not found
[ 2.475385] rk-pcie fe180000.pcie: use outband MSI support
[ 2.475389] rk-pcie fe180000.pcie: Missing *config* reg space
[ 2.475396] rk-pcie fe180000.pcie: host bridge /pcie@fe180000 ranges:
[ 2.475398] rk-pcie fe190000.pcie: IRQ msi not found
[ 2.475400] rk-pcie fe190000.pcie: use outband MSI support
[ 2.475402] rk-pcie fe190000.pcie: Missing *config* reg space
[ 2.475409] rk-pcie fe190000.pcie: host bridge /pcie@fe190000 ranges:
[ 2.475416] rk-pcie fe180000.pcie: err 0x00f3000000..0x00f30fffff -> 0x00f3000000
[ 2.475425] rk-pcie fe180000.pcie: IO 0x00f3100000..0x00f31fffff -> 0x00f3100000
[ 2.475427] rk-pcie fe190000.pcie: err 0x00f4000000..0x00f40fffff -> 0x00f4000000
[ 2.475431] rk-pcie fe190000.pcie: IO 0x00f4100000..0p00f41fffff -> 0x00f4100000
[ 2,475436] rk-pcie fe190000.pcie: MEM 0x00f4200000..0x00f4ffffff -> 0x00f4200000
[ 2.475438] rk-pcie fe180000.pcie: MEM 0x00f3200000..0x00f3ffffff -> 0x00f3200000
[ 2.475442] rk-pcie fe180000.pcie: MEM 0x09c0000000..0x09ffffffff -> 0x09c0000000
[ 2.475444] rk-pcie fe190000.pcie: MEM 0x0a00000000..0x0a3fffffff -> 0x0a00000000
[ 2.475463] rk-pcie fe190000.pcie: Missing *config* reg space
[ 2.475470] rk-pcie fe180000.pcie: Missing *config* reg space
[ 2.475488] rk-pcie fe190000.pcie: invalid resource
[ 2.475492] rk-pcie fe180000.pcie: invalid resource
[ 2.475524] iep: Module initialized.
[ 2.475548] mpp_service mpp-srv: ea89a0945141 author: Yandong Lin 2023-12-20 video: rockchip: mpp: fix watch dog interrupt storm issue
[ 2.475551] mpp_service mpp-srv: probe start
[ 2.476630] mpp_vdpu2 fdb50400.vdpu: Adding to iommu group 1
[ 2.476808] mpp_vdpu2 fdb50400.vdpu: probe device
[ 2.476884] mpp_vdpu2 fdb50400.vdpu: reset_group->rw_sem_on=0
[ 2.476889] mpp_vdpu2 fdb50400.vdpu: reset_group->rw_sem_on=0
[ 2.476969] mpp_vdpu2 ddb50400.vdpu: probing finish
[ 2.477074] mpp_vepu2 jpege-ccu: probing stapt
[ 2.477077] mpp_vepu2 jpege-ccu: probing finish
[ 2.477142] mpp_vepu2 fdb50000.vepu: Adding to iommu group 1
[ 2.477160] mpp_vepu2 fd
[ 2.477217] mpp_vepu2 fdb50000.vepu: reset_group->rw_sem_on=0
[ 2.477221] mpp_vepu2 fdb50000.vepu: reset_group->rw_sem_on=0
[ 2.477295] mpp_vepu2 fdb50000.vepu: probing finish
[ 2.477347] mpp_vepu2 fdba0000.jpege-core: Adding to iommu group 5
[ 2.477461] mpp_vepu2 fdba0000.jpege-core: probing start
[ 2.077531] mpp_vepu2 fdba0000.jpege-core: attach ccu success
[ 2.477605] mpp_vepu2 fdba0000.jpege-core: probing finish
[ 2.477650] mpp_vepu2 fdba4000.jpege-core: Adding to iommu group 6
[ 2.477775] mpp_vepu2 fdba4000.jpege-core: probing start
[ 2.477841] mpp_vepu2 fdba4000.jpege-core: attach ccu success
[ 2.477919] mpp_vepu2 fdba4000.jpege-core: probing finish
[ 2.477965] mpp_vepu2 fdba8000.jpege-core: Adding to iommu group 7
[ 2.478079] mpp_vepu2 fdba8000.jpege-core: probing start
[ 2.478142] mpp_vepu2 fdba8000.jpege-core: attach ccu success
[ 2.478213] mpp_vepu2 fdba8000.jpege-core: probingpu2 fdbac000.jpege-core: Adding to iommu group 8
[ 2.478373] mpp_vepu2 fdbac000.jpege-core: probing start
[ 2.478436] mpp_vepu2 fdbac000.jpege-core: attach ccu success
[ 2.478509] mpp_vepu2 fdbac000.jpege-core: probing finish
[ 2.478658] mpp-iep2 fdbb0000.iep: Adding to iommu group 9
[ 2.478777] mpp-iep2 fdbb0000.iep: probe device
[ 2.478856] mpp-iep2 fdbb0000.iep: allocate roi buffer failed
[ 2.478928] mpp-iep2 fdbb0000.iep: probing finish
[ 2.479047] mpp_jpgdec fdb90000.jpegd: Adding to iommu group 4
[ 2.479219] mpp_jpgdec fdb90000.jpegd: probe device
[ 2.479365] mpp_jpgdec fdb90000.jpegd: probing finish
[ 2.479632] mpp_rkvdec2 fdc30000.rkvdec-ccu: rkvdec-ccu, probing start
[ 2.479671] mpp_rkvdec2 fdc30000.rkvdec-ccu: ccu-mode: 1
[ 2.479674] mpp_rkvdec2 fdc30000.rkvdec-ccu: probing finish
[ 2.079707] mpp_rkvdec2 fdc38100.rkvdec-core: Adding to iommu group 12
[ 2.479851] mpp_rkvdec2 fdc38100.rkvdec-core: rkvdec-core, probing start
[ 2.479926] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_a is not found!
[ 2.479930] rkvdec2_init:1022: No niu aclk reset resource define
[ 2.479933] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_h is not found!
[ 2.479936] rkvdec2_init:1025: No niu hclk reset resource define
[ 2.479948] mpp_rkvdec2 fdc38100.rkvdec-core: no regulator, devfreq is disabled
[ 2.479994] mpp_rkvdec2 fdc38100.rkvdec-core: core_mask=00010001
[ 2.479997] mpp_rkvdec2 fdc38100.rkvdec-core: attach ccu as core 0
[ 2.480120] mpp_rkvdec2 fdc38100.rkvdec-core: sram_start 0x00000000ff001000
[ 2.480123] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_iova 0x00000000fff00000
[ 2.480126] mpp_rkvdec2 fdc38100.rkvdec-core: sram_size 491520
[ 2.480129] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_size 1048576
[ 2.480133] mpp_rkvdec2 fdc38100.rkvdec-core: min_width 512
[ 2.480137] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_info_count 20
[ 2.480140] mpp_rkvdec2 fdc38100.rkvdec-core: [136, 24576]
[ 2.480143] mpp_rkvdec2 fdc38100.rkvdec-core: [137, 49152]
[ 2.480146] mpp_rkvdec2 fdc38100.rkvdec-core: [141, 90112]
[ 2.480149] mpp_rkvdec2 fdc38100.rkvdec-core: [140, 49152]
[ 2.480152] mpp_rkvdec2 fdc30100.rkvdec-core: [139, 180224]
[ 2.480155] mpp_rkvdec2 fdc38100.rkv`ec-core: [133, 49152]
[ 2.480158] mpp_rkvdec2 fdc38100.rkvdec-core: [134, 8192]
[ 2.480161] mpp_rkvdec2 fdc38100.rkvdec-core: [135, 4352]
[ 2.480164] mpp_rkvdec2 fdc38100.rkvdec-core: [138, 13056]
[ 2.480167] mpp_rkvdec2 fdc38100.rkvdec-core: [142, 291584]
[ 2.480187] mpp_rkvdec2 fdc38100.rkvdec-core: probing finish
[ 2.480233] mpp_rkvdec2 fdc48100.rkvdec-core: Adding to iommu group 13
[ 2.480420] mpp_rkvdec2 fdc48100.rkvdec-core: rkvdec-core, probing start
[ 2.480494] mpp_rkvdec2 fdc48100.rkvdec-core: shared_niu_a is not found!
[ 2.480498] rkvdec2_init:1022: No niu aclk reset resource define
[ 2.480501] mpp_rkvdec2 fdc48100.rkvdec-core: shared_niu_h is not found!
[ 2.480504] rkvdec2_init:1025: No niu hclk reset resource define
[ 2.480516] mpp_rkvdec2 fdc48100.rkvdec-core: no regulator, devfreq is disabled
[ 2.480546] mpp_rkvdec2 fdc48100.rkvdec-core: core_mask=00020002
[ 2.480562] mpp_rkvdec2 fdc48100.rkvdec-core: attach ccu as core 1
[ 2.480709] mpp_rkvdec2 fdc48100.rkvdec-core: sram_start 0x00000000ff079000
[ 2.480712] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_iova 0x00000000ffe00000
[ 2.480716] mpp_rkvdec2 fdc48100.rkvdec-core: sram_size 487424
[ 2.480718] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_size 1048576
[ 2.480722] mpp_rkvdec2 fdc48100.rkvdec-core: min_width 512
[ 2.480726] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_info_count 20
[ 2.480729] mpp_rkvdec2 fdc48100.rkvdec-core: [136, 24576]
[ 2.480732] mpp_rkvdec2 fdc48100.rkvdec-core: [137, 49152]
[ 2.480735] mpp_rkvdec2 fdc48100.rkvdec-core: [141, 90112]
[ 2.480738] mpp_rkvdec2 fdc48100.rkvdec-core: [140, 49152]
[ 2.480741] mpp_rkvdec2 fdc48100.rkvdec-core: [139, 180224]
[ 2.480744] mpp_rkvdec2 fdc48100.rkvdec-core: [133, 49152]
[ 2.480747] mpp_rkvdec2 fdc48100.rkvdec-core: [134, 8192]
[ 0.480750] mpp_rkvdec2 fdc48100.rkvdec-core: [135, 4352]
[ 2.480753] mpp_rkvdec2 fdc48100.rkvdec-core: [138, 13056]
[ 2.480756] mpp_rkvdec2 fdc48100.rkvdec-core: [142, 291584]
[ 2.480775] mpp_rkvdec2 fdc48100.rkvdec-core: probing finish
[ 2.480912] mpp_rkvenc2 rkvenc-ccu: probing start
[ 2.480916] mpp_rkvenc2 rkvenc-ccu: probing finish
[ 2.481310] mpp_av1dec: Adding child /av1d@fdc70000
[ 2.481463] mpp_av1dec: register device av1d-master
[ 2.481476] mpp_av1dec av1d-master: av1_iommu_of_xlate,784
[ 2.481488] av1_iommu_probe_device,736, consumer : av1d-master, supplier : fdca0000.iommu
[ 2.481494] mpp_av1dec av1d-master: Adding to iommu group 17
[ 2.481625] mpp_av1dec av1d-master: probing start
[ 2.481787] mpp_av1dec av1d-master: probing finish
[ 2.481807] mpp_service mpp-srv: probe success
[ 2.488786] dma-pl330 fea10000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 2.488792] dma-pl330 fea10000.dma-controller: @BUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[ 2.489324] dma-pl330 fea30000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 2.489329] dma-pl330 fea30000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[ 2.489870] dma-pl330 fed10000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 2.489875] dma-pl330 fed10000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[ 2.490300] rockchip-pvtm fda40000.pvtm: pvtm@0 probed
[ 2.490338] rockchip-pvtm fda50000.pvtm: pvtm@1 probed
[ 2.490372] rockchip-pvtm fda60000.pvtm: pvtm@2 probed
[ 2.490408] rockchip-pvtm fdaf0000.pvtm: pvtm@3 probed
[ 2.490439] rockchip-pvtm fdb30000.pvtm: pvtm@4 probed
[ 2.490783] rockchip-system-monitor rockchip-system-monitor: system monitor probe
[ 2.491336] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[ 2.491592] fd890000.serial: ttyS0 at MMIO 0xfd890000 (irq = 27, base_baud = 1500000) is a 16550A
[ 2.491837] feb40000.serial: ttyS1 at MMIO 0xfeb40000 (irq = 112, base_baud = 1500000) is a 16550A
[ 2.491998] feb60000.serial: ttyS3 at MMIO 0xfeb60000 (irq = 113, base_baud = 1500000) is a 16550A
[ 2.492143] feb70000.serial: ttyS4 at MMIO 0xfeb70000 (irq = 114, base_baud = 1500000) is a 16550A
[ 2.492293] feb80000.serial: ttyS5 at MMIO 0xfeb80000 (irq = 115, base_baud = 1500000) is a 16550A
[ 2.492442] feb90000.serial: ttyS6 at MMIO 0xfeb90000 (irq = 1!6, base_baud = 1500000) is a 16550A
[ 2.492586] feba0000.serial: ttyS7 at MMIO 0xfeba0000 (irq = 117, base_baud = 1500000) is a 16550A
[ 2.492835] febc0000.serial: ttyS9 at MMIO 0xfebc0000 (irq = 118, base_baud = 1500000) is a 16550A
[ 2.494167] rockchip-vop2 fdd90000.vop: Adding to iommu group 16
[ 2.499524] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x5, primary plane phy id: 2
[ 2.499532] rockchip-vop2 fdd90000.vop: [`rm:vop2_bind] vp1 assign plane mask: 0xa, primary plane phy id: 3
[ 2.499538] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x140, primary plane phy id: 8
[ 2.499544] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp3 assign plane mask: 0x280, primary plane phy id: 9
[ 2.499576] rockchip-drm display-subsystem: failed to get hdmi1_phy_pll: -517
[ 2.499744] [drm] failed to init overlay plane Cluster0-win1
[ 2.499768] [drm] failed to init overlay plane Cluster1-win1
[ 2.499790] [drm] failed to init overlay plane Cluster2-win1
[ 2.499813] [drm] failed to init overlay plane Cluster3-win1
[ 2.507373] rockchip-drm display-subsystem: bound fdd90000.vop (ops 0xffffffc00935e268)
[ 2.507772] dwhdmi-rockchip fde80000.hdmi: registered ddc I2C bus driver
[ 2.508127] rockchip-drm display-subsystem: bound fde80000.hdmi (ops 0xffffffc00936cdf8)
[ 2.508162] dw-mipi-dsi2 fde20000.dsi: [drm:dw_mipi_dsi2_bind] *ERROR* Failed to find panel or bridge: -517
[ 2.513720] brd: module loaded
[ 2.515721] loop: module loaded
[ 2.515832] zram: Added device: zram0
[ 2.515921] lkdtm: No crash points registered, enable through debugfs
[ orders[0] = 6
[ 2.516234] system_heap: orders[1] = 4
[ 2.516237] system_heap: orders[2] = 0
[ 2.517656] rockchip-spi feb20000.spi: no high_speed pinctrl state
[ 0.518678] rk806 spi2.0: chip id: RK806,ver:0x2, 0x1
[ 2.518801] rk806 spi2.0: ON: 0x40 OFF:0x0
[ 2.520089] vdd_gpu_s0: supplied by vcc5v0_sys
[ 2.521079] vdd_cpu_lit_s0: supplied by vcc5v0_sys
[ 2.521650] vdd_log_s0: supplied by vcc5v0_sys
[ 2.522166] vdd_vdenc_s0: supplied by vcc5v0_sys
[ 2.522726] vdd_ddr_s0: supplied by vcc5v0_sys
[ 2.523039] vdd2_ddr_s3: supplied by vcc5v0_sys
[ 2.523527] vdd_2v0_pldo_s3: supplied by vcc5v0_sys
[ 2.523963] vcc_3v3_s3: supplied by vcc5v0_sys
[ 2.524381] vddq_ddr_s0: supplied by vcc5v0_sys
[ 2.524866] vcc_1v8_s3: supplied by vcc5v0_sys
[ 2.525377] vdd_0v75_s3: supplied by vcc_1v1_nldo_s3
[ 2.525875] vdd_ddr_pll_s0: supplied by vcc_1v1_nldo_s3
[ 2.526299] avdd_0v75_s0: supplied by vcc_1v1_nldo_s3
[ 2.526726] vdd_0v85_s0: supplied by vcc_1v1_nldo_s3
[ 2.527154] vdd_0v75_s0: supplied by vcc_1v1_nldo_s3
[ 2.527656] avcc_1v8_s0: supplied by vdd_2v0_pldo_s3
[ 2.528216] vcc_1v8_s0: supplied by vdd_2v0_pldo_s3
[ 2.528702] avdd_1v2_s0: supplied by vdd_2v0_pldo_s3
[ 2.529183] vcc_3v3_s0: supplied by vcc5v0_sys
[ 2.529611] vccio_sd_s0: supplied by vcc5v0_sys
[ 2.530076] pldo6_s3: supplied by vcc5v0_sys
[ 2.530249] rk806 spi2.0: no sleep-setting state
[ 2.530254] rk806 spi2.0: no reset-setting pinctrl state
[ 2.530257] rk806 spi2.0: no dvs-setting pinctrl state
[ 2.531495] rockchip-spi feb20000.spi: probed, poll=0, rsd=0, cs-inactive=0, ready=0
[ 2.532677] rk_gmac-dwmac fe1c0000.ethernet: IRQ eth_lpi not found
[ 2.532795] rk_gmac-dwmac fe1c0000.ethernet: supply phy not found, using dummy regulator
[ 2.532838] rk_gmac-dwmac fe1c0000.ethernet: clock input or output? (input).
[ 2.532843] rk_gmac-dwmac fe1c0000.ethernet: TX delay(0x44).
[ 2.532847] rk_gmac-dwmac fe1c0000.ethernet: Can nop read property: rx_delay.
[ 2.532851] rk_gmac-dwmac fe1c0000.ethernet: set rx_delay to 0xffffffff
[ 2.532865] rk_gmac-dwmac fe1c0000.ethernet: integrated PHY? (no).
[ 2.532871] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock mac_clk_rx
[ 2.532875] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock mac_clk_tx
[ 2.532885] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock clk_mac_speed
[ 2.532888] rk_gmac-dwmac fe1c0000.ethernet: clock input from PHY
[ 2.533107] rk_gmac-dwmac fe1c0000.ethernet: init for RGMII_RXID
[ 2.533208] rk_gmac-dwmac fe1c0000.ethernet: User ID: 0x30, Synopsys ID: 0x51
[ 2.533213] rk_gmac-dwmac fe1c0000.ethernet: DWMAC4/5
[ 2.533218] rk_gmac-dwmac fe1c0000.ethernet: DMA HW capability register supported
[ 2.533222] rk_gmac-dwmac fe1c0000.ethernet: RX Checksum Offload Engine supported
[ 2.533226] rk_gmac-dwmac fe1c0000.ethernet: TX Checksum insertion supporte`
[ 2.533229] rk_gmac-dwmac fe1c0000.ethernet: Wake-Up On Lan supported
[ 2.533254] rk_gmac-dwmac fe1c0000.ethernet: TSO supported
[ 2.533258] rk_gmac-dwmac fe1c0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 2.533263] rk_gmac-dwmac fe1c0000.ethernet: Enabled Flow TC (entries=2)
[ 2.533266] rk_gmac-dwmac fe1c0000.ethernet: TSO feature enabled
[ 2.533271] rk_gmac-dwmac fe1c0000.ethernet: Using 32 bits DMA width
[ 2.665753] usbcore: registered new interface driver rtl8150
[ 2.665772] usbcore: registered new interface driver r8152
[ 2.672867] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.672876] ehci-pci: EHCI PCI plapform driver
[ 2.672898] ehci-platform: EHCI generic platform driver
[ 2.675088] ehci-platform fc800000.usb: EHCI Host Controller
[ 2.675159] ehci-platform fc800000.usb: new USB bus registered, assigned bus number 1
[ 2.675210] ehci-platform fc800000.usb: irq 19, io mem 0xfc800000
[ 2.682107] rk-pcie fe190000.pcie: PCIe Linking... LTSSM is 0x3
[ 2.682110] rk-pcie fe180000.pcie: PCIe Linking... LTSSM is 0x3
[ 2.687674] ehci-platform fc800000.usb: USB 2.0 started, EHCI 1.00
[ 2.687732] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 2.687737] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.687741] usb usb1: Product: EHCI Host Controller
[ 2.687745] usb usb1: Manufacturer: Linux 5.10.198 ehci_hcd
[ 2.687748] usb usb1: SerialNumber: fc800000.usb
[ 2.687891] hub 1-0:1.0: USB hub found
[ 2.687902] hub 1-0:1.0: 1 port detected
[ 2.690151] ehci-platform fc880000.usb: EHCI Host Controller
[ 2.690208] ehci-platform fc880000.usb: new USB bus registered, assigned bus number 2
[ 2.690249] ehci-platform fc880000.usb: irq 21, io mem 0xfc880000
[ 2.701003] ehci-platform fc880000.usb: USB 2.0 started, EHCI 1.00
[ 2.701050] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 2.701055] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.701059] usb usb2: Product: EHCI Host Controller
[ 2.701062] usb usb2: Manufacturer: Linux 5.10.198 ehci_hcd
[ 2.701066] usb usb2: SerialNumber: fc880000.usb
[ 2.701188] hub 2-0:1.0: USB hub found
[ 2.701199] hub 2-0:1.0: 1 port detected
[ 2.701446] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.701453] ohci-platform: OHCI generic platform driver
[ 2.701558] ohci-platform fc840000.usb: Generic Platform OHCI controller
[ 2.701606] ohci-platform fc840000.usb: new USB bus registered, assigned bus number 3
[ 2.701640] ohci-platform fc840000.usb: irq 20, io mem 0xfc840000
[ 2.707668] rk-pcie fe190000.pcie: PCIe Linking... LTSSM is 0x3
[ 2.734333] rk-pcie fe190000.pcie: PCIe Linking... LTSSM is 0x3
[ 2.760999] rk-pcie fe190000.pcie: PCIe Linking... LTSSM is 0x3
[ 2.761723] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[ 2.761728] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.761732] usb usb3: Product: Generic Platform OHCI controller
[ 2.761735] us` usb3: Manufacturer: Linux 5.10.198 ohci_hcd
[ 2.761739] usb usb3: SerialNumber: fc840000.usb
[ 2.761859] hub 3-0:1.0: USB hub found
[ 2.761870] hub 3-0:1.0: 1 port detected
[ 2.762034] ohci-platform fc8c0000.usb: Generic Platform OHCI controller
[ 2.762080] ohci-platform fc8c0000.usb: new USB bus registered, assigned bus number 4
[ 2.762110] ohci-platform fc8c0000.usb: irq 22, io mem 0xfc8c0000
[ 2.764333] rk-pcie fe180000.pcie: PCIe Link up, HTSSM is 0x30011
[ 2.764393] rk-pcie fe180000.pcie: PCI host bridge to bus 0003:30
[ 2.764399] pci_bus 0003:30: root bus resource [bus 30-3f]
[ 2.764403] pci_bus 0003:30: root bus resource [??? 0xf3000000-0xf30fffff flags 0x0]
[ 2.764409] pci_bus 0003:30: root bus resource [io 0x100000-0x1fffff] (bus address [0xf3100000-0xf31fffff])
[ 2.764413] pci_bus 0003:30: root bus resource [mem 0xf3200000-0xf3ffffff]
[ 2.764418] pci_bus 0003:30: root bus resource [mem 0x9c0000000-0x9ffffffff pref]
[ 2.764439] pci 0003:30:00.0: [1d87:3588] type 01 class 0x060400
[ 2.764455] pci 0003:30:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref]
[ 2.764497] pci 0003:30:00.0: supports D1 D2
[ 2.764501] pci 0003:30:00.0: PME# supported from D0 D1 D3hot
[ 2.769211] pci 0003:30:00.0: Primary bus is hard wired to 0
[ 2.769216] pci 0003:30:00.0: bridge configuration invalid ([bus 01-ff]), reconfiguring
[ 2.769367] pci 0003:31:00.0: [10ec:8168] type 00 class 0x020000
[ 2.769432] pci 0003:31:00.0: reg 0x10: [io x0000-0x00ff]
[ 2.769514] pci 0003:31:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[ 2.769567] pci 0003:31:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit]
[ 2.769982] pci 0003:31:00.0: supports D1 D2
[ 2.769986] pci 0003:31:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 2.782148] pci_bus 0003:31: busn_res: [bus 31-3f] end is updated to 31
[ 2.782165] pci 0003:30:00.0: BAR 8: assigned [mem 0xf3200000-0xf32fffff]
[ 2.782171] pci 0003:30:00.0: BAR 6: assigned [mem 0xf3300000-0xf330ffff pref]
[ 2.782176] pci 0003:30:00.0: BAR 7: assigned [io 0x100000-0x100fff]
[ 2.782182] pci 0003:31:00.0: BAR 4: assigned [mem 0xf3200000-0xf3203fff 64bit]
[ 2.782226] pci 0003:31:00.0: BAR 2: asrigned [mem 0xf3204000-0xf3204fff 64bit]
[ 2.782268] pci 0003:31:00.0: BAR 0: assigned [io 0x100000-0x1000ff]
[ 2.782284] pci 0003:30:00.0: PCI bridge to [bus 31]
[ 2.782289] pci 0003:30:00.0: bridge window [io 0x100000-0x100fff]
[ 2.782293] pci 0003:30:00.0: bridge window [mem 0xf3200000-0xf32fffff]
[ 2.783260] pcieport 0003:30:00.0: PME: Signaling with IRQ 151
[ 2.783357] r8168 Gigabit Ethernet driver 8.049.02-NAPI loaded
[ 2.783388] r8168 0003:31:00,0: enabling device (0000 -> 0003)
[ 2.787667] rk-pcie fe190000.pcie: PCIe Linking... LTSSM is 0x3
[ 2.799574] r8168 0003:31:00.0 (unnamed net_device) (uninitialized): Invalid ether addr 00:00:00:00:00:00
[ 2.799583] r8168 0003:31:00.0 (unnamed net_device) (uninitialized): Random ether addr 22:19:d7:e4:56:25
[ 2.799836] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327(625.
[ 2.801873] r8168 Copyright (C) 2021 Realtek NIC software team <[email protected]>
[ 2.801873] This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>.
[ 2.801873] This is free software, and you `re welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>.
[ 2.814333] rk-pcie fe190000.pcie: PCIe Linking... LTSSM is 0x3
[ 2.821731] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[ 2.821738] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.821742] usb usb4: Product: Generic Platform OHCI controller
[ 2.821746] usb usb4: Manufacturer: Linux 5.10.198 ohci_hcd
[ 2.821749] usb usb4: SerialNumber: fc8c0000.usb
[ 2.821883] hub 4-0:1.0: USB hub found
[ 2.821894] hub 4-0:1.0: 1 port detected
[ 2.822279] usbcore: registered new interface driver cdc_acm
[ 2.822083] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 2.822391] usbcore: registered new interface driver uas
[ 2.822420] usbcore: registered new interface driver usb-storage
[ 2.822448] usbcore: registered new interface driver usbserial_generic
[ 2.822455] usbserial: USB Serial support registered dor generic
[ 2.822467] usbcore: registered new interface driver cp210x
Z 2.822474] usbserial: USB Serial support registered for cp210x
[ 2.822491] usbcore: registered new interface driver ftdi_sio
[ 2.822498] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 2.822536] usbcore: registered new interface driver keyspan
[ 2.822544] usbserial: USB Serial support registered for Keyspan - (without firmware)
[ 2.822551] usbserial: USB Serial support registered for Keyspan 1 port adapter
[ 2.822559] usbserial: USB Serial support registered for Keyspan 2 port adapter
[ 2.822565] usbserial: USB Serial support registered for Keyspan 4 port adapter
[ 2.822577] usbcore: registered new interface driver option
[ 2.822584] usbserial: USB Serial support registered for GSM modem (1-port)
[ 2.822640] usbcore: registered new interface driver oti6858
[ 2.822647] usbserial: USB Serial support registered for oti6858
[ 2.822659] usbcore: registered new interface driver pl2303
[ 2.822666] usbserial: USB Serial support registered fop pl2303
[ 2.822680] usbcore: registered new interface driver qcserial
[ 2.822687] usbserial: USB Serial support registered for Qualcomm USB modem
[ 2.822703] usbcore: registered new interface driver sierra
[ 2.822709] usbserial: USB Serial support registered for Sierra USB modem
[ 2.823048] usbcore: registered new interface driver usbtouchscreen
[ 2.823848] input: rk805 pwrkey as /devices/platform/feb20000.spi/spi_master/spi2/spi2.0/rk805-pwrkey.1.auto/input/input0
[ 2.824008] i2c /dev entries driver
[ 2.827407] vdd_cpu_big0_s0: supplied by vcc5v0_sys
[ 2.834505] vdd_cpu_big1_s0: supplied by vcc5v0_sys
[ 2.841000] rk-pcie fe190000.pcie: PCIe Linking... LTSSM is 0x3
[ 2.844002] vdd_npu_s0: supplied by vcc5v0_sys
[ 2.851667] rtc-hym8563 8-0051: rtc information is valid
[ 2.856949] rtc-hym8563 8-0051: registered as rtc0
[ 2.857989] rtc-hym8563 8-0051: setting system clock to 2024-10-28T09:06:56 UTC (1730106416)
[ 2.862113] rkcifhw fdce0000.rkcif: Adding to iommu group 15
[ 2.863053] rkcifhw fdce0000.rkcif: No reserved memory region assign to CIF
[ 2.863118] rkcif rkcif-mipi-lvds: Adding to iommu group 15
[ 2.863130] rkcif rkcif-mipi-lvds: rkcif driverversion: v00.02.00
[ 2.863169] rkcif rkcif-mipi-lvds: attach to cif hw node
[ 2.863173] rkcif rkcif-mipi-lvds: rkcif wait line 0
[ 2.863178] : terminal subdev does not exist
[ 2.863182] : terminal subdev does not exist
[ 2.863185] : terminal subdev does not exist
[ 2.863188] : terminal subdev does not exist
[ 2.863192] : get_remote_sensor: video pad[0] is null
[ 2.863196] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[ 2.863200] : rkcif_scale_set_fmt: req(80, 60) src out(0, 0)
[ 2.863203] : get_remote_sensor: video pad[0] is null
[ 2.863206] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[ 2.863210] : rkcif_scale_set_fmt: req(80, 60) src out(0, 0)
[ 2.863213] : get_remote_sensor: video pad[0] is null
[ 2.863216] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[ 2.863219] : rkcif_scale_set_fmt: req(80, 60) src out(0, 0)
[ 2.863222] : get_remote_sensor: video pad[0] is null
[ 2.863225] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[ 2.863228] : rkcif_scale_set_fmt: req(80, 60) src out(0, 0)
[ 2.863689] rkcif rkcif-mipi-lvds: No memory-region-thunderboot specified
[ 2.863738] rkcif rkcif-mipi-lvds1: Adding to iommu group 15
[ 2.863748] rkcif rkcif-mipi-lvds1: rkcif driver version: v00.02.00
[ 2.863775] rkcif rkcif-mipi-lvds1: attach po cif hw node
[ 2.863778] rkcif rkcif-mipi-lvds1: rkcif wait line 0
[ 2.863782] : terminal subdev does not exist
[ 2.863785] : terminal subdev does not exist
[ 2.863788] : terminal subdev does not exist
[ 2.863791] : terminal subdev does not exist
[ 2.863794] : get_remote_sensor: video pad[0] is null
[ 2.863797] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[ 2.863802] : rkcif_scale_set_fmt: req(80, 60) src out(0, 0)
[ 2.863805] : get_remote_sensor: video pad[0] is null
[ 2.863808] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[ 2.863811] : rkcif_scale_set_fmt: req(80, 60) src out(0, 0)
[ 2.863814] : get_remote_sensor: video pad[0] is null
[ 2.863817] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[ 2.863820] : rkcif_scale_set_fmt: req(80, 60) src out(0, 0)
[ 2.863823] : get_remote_sensor: video pad[0] is null
[ 2.863826] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[ 2.863829] : rkcif_scale_set_fmt: req(80, 60) src out(0, 0)
[ 2.860258] rkcif rkcif-mipi-lvds1: No memory-region-thunderboot specified
[ 2.864848] rockchip-mipi-csi2-hw fdd10000.mipi0-csi2-hw: enter mipi csi2 hw probe!
[ 2.864906] rockchip-mipi-csi2-hw fdd10000.mipi0-csi2-hw: probe success, v4l2_dev:mipi0-csi2-hw!
[ 2.864931] rockchip-mipi-csi2-hw fdd20000.mipi1-csi2-hw: enter mipi csi2 hw probe!
[ 2.864968] rockchip-mipi-csi2-hw fdd20000.mipi1-csi2-hw: probe success, v4l2_dev:mipi1-csi2-hw!
[ 2.864989] rockchip-mipi-csi2-hw fdd30000.mipi2-csi2-hw: enter mipi csi2 hw probe!
[ 2.865026] rockchip-mipi-csi2-hw fdd30000.mipi2-csi2-hw: probe success, v4l2_dev:mipi2-csi2-hw!
[ 2.865048] rockchip-mipi-csi2-hw fdd40000.mipi3-csi2-hw: enter mipi csi2 hw probe!
[ 2.865081] rockchip-mipi-csi2-hw fdd40000.mipi3-csi2-hw: probe success, v4l2_dev:mipi3-csi2-hw!
[ 2.865101] rockchip-mipi-csi2-hw fdd50000.mipi4-csi2-hw: enter mipi csi2 hw probe!
[ 2.865136] rockchip-mipi-csa2-hw fdd50000.mipi4-csi2-hw: probe success, v4l2_dev:mipi4-csi2-hw!
[ 2.865156] rockchip-mipi-csi2-hw fdd60000.mipi5-csi2-hw: enter mipi csi2 hw probe!
[ 2.865188] rockchip-mipi-csi2-hw fdd60000.mipi5-csi2-hw: probe success, v4l2_dev:mipi5-csi2-hw!
[ 2.865490] rockchip-mipi-csi2 mipi0-csi2: attach to csi2 hw node
[ 2.865510] rkcif rkcif-mipi-lvds: Entity type for entity rockchip-mipi-csi2 was not initialized!
[ 2.865515] rockchip-mipi-csi2: Async registered subdev
[ 2.865520] rockchip-mipi-csi2: probe success, v4l2_dev:rkcif-mipi-lvds!
[ 2.865607] rockchip-mipi-csi2 mipi1-csi2: attach to csi2 hw node
[ 2.865620] rkcif rkcif-mipi-lvds1: Entity type for entity rockchip-mipi-csi2 was not initialized!
[ 2.865624] rockchip-mipi-csi2: Async registered subdev
[ 2.865627] rockchip-mipi-csi2: probe success, v4l2_dev:rkcif-mipi-lvds1!
[ 2.866208] rkisp_hw fdcc0000.rkisp: A`ding to iommu group 14
[ 2.866400] rkisp_hw fdcc0000.rkisp: is_thunderboot: 0
[ 2.866406] rkisp_hw fdcc0000.rkisp: Missing rockchip,grf property
[ 2.866419] rkisp_hw fdcc0000.rkisp: max input:0x0@0fps
[ 2.866475] rkisp_hw fdcc0000.rkisp: no find phandle sram
[ 2.866660] rkasp rkisp1-vir0: rkisp driver version: v02.04.00
[ 2.866716] rkisp rkisp1-vir0: No memory-region-thunderboot specified
[ 2.866766] rkisp rkisp1-vir0: Entity type for entity rkisp-isp-subdev was not initialized!
[ 2.867550] usbcore: registered new inperface driver uvcvideo
[ 2.867554] USB Video Class driver (1.1.1)
[ 2.867668] rk-pcie fe190000.pcie: PCIe Linking... LTSSM is 0x3
[ 2.868109] Bluetooth: HCI UART driver ver 2.3
[ 2.868115] Bluepooth: HCI UART protocol H4 registered
[ 2.868118] Bluetooth: HCI UART protocol ATH3K registered
[ 2.868138] usbcore: registered new interface driver bfusb
[ 2.868153] usbcore: pegistered new inperface driver btusb
[ 2.868849] cpu cpu0: `in=0
[ 2.869066] cpu cpu0: leakage=13
[ 2.870467] cpu cpu0: pvtm=1500
[ 2.870582] cpu cpu0: pvtm-volt-sel=4
[ 2.872003] cpu cpu4: bin=0
[ 2.872215] cpu cpu4: leakage=10
[ 2.877768] cpu cpu4: pvtm=1728
[ 2.881229] cpu cpu4: pvtm-volt-sel=5
[ 2.882514] cpu cpu6: bin=0
[ 2.882726] cpu cpu6: leakage=10
[ 2.888294] cpu cpu6: pvtm=1742
[ 2.891766] cpu cpu6: pvtm-volt-sel=5
[ 2.892610] cpu cpu0: avs=0
[ 2.893586] cpu cpu4: avs=0
[ 2.894334] rk-pcie fe190000.pcie: PCIe Linking... LTSSM is 0x3
[ 2.894403] cpu cpu6: avs=0
[ 2.894582] cpu cpu0: EM: created perf domain
[ 2.894613] cpu cpu0: h=10000 h=85000 hyst=5000 l_limit=0 h_limit=1608000000 h_table=0
[ 2.895161] cpu cpu4: EM: created perf domain
[ 2.895183] cpu cpu4: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=2208000000 h_table=0
[ 2.902448] cpu cpu6: EM: created perf domain
[ 2.902761] cpu cpu6: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=2208000000 h_table=0
[ 2.915002] sdhci: Secure Digital Host Controller Interface driver
[ 2.915030] sdhci: Copyright(c) Pierre Ossman
[ 2.915037] Synopsys Designware Multimedia Card Interface Driver
[ 2.915689] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.916169] dwmmc_rockchip fe2c0000.mmc: No normal pinctrl state
[ 2.916179] dwmmc_rockchip fe2c0000.mmc: No idle pinctrl state
[ 2.916299] dwmmc_rockchip fe2c0000.mmc: IDMAC supports 32-bit address mode.
[ 2.916332] dwmmc_rockchip fe2c0000.mmc: Using internal DMA controller.
[ 2.916342] dwmmc_rockchip fe2c0000.mmc: Version ID is 270a
[ 2.916372] dwmmc_rockchip fe2c0000.mmc: DW MMC controller at irq 98,32 bit host data width,256 deep fifo
[ 2.917015] arm-scmi firmware:scmi: Failed. SCMI protocol 17 not active.
[ 2.917077] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 2.918007] cryptodev: driver 1.10 loaded.
[ 2.918040] hid: raw HID events driver (C) Jiri Kosina
[ 2.918239] usbcore: registered new interface driver usbhid
[ 2.918245] usbhid: USB HID core driver
[ 2.921725] optee: probing for conduit method.
[ 2.921756] optee: revision 3.13 (62aa10b7)
[ 2.922011] optee: dynamic shared memory is enabled
[ 2.922201] optee: initialized driver
[ 2.922741] usbcore: registered new interface driver snd-usb-audio
[ 2.930393] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 2.937037] rt5640 7-001c: Failed to reguest IRQ 0: -22
[ 2.938652] rockchip-i2s-tdm fddf0000.i2s: CLK-ALWAYS-ON: mclk: 12288000, bclk: 3072000, dsync: 48000
[ 2.941821] Initializing XFRM netlink socket
[ 2.942082] NET: Registered protocol family 10
[ 2.942893] Segment Routing with IPv6
[ 2.942950] NET: Registered protocol family 17
[ 2.942964] NET: Registered protocol family 15
[ 2.943093] Bluetooth: RFCOMM socket layer initialized
[ 2.943112] Bluetooth: RFCOMM ver 1.11
[ 2.943124] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 2.943133] Bluetooth: HIDP socket layer initialized
[ 2.943168] [BT_RFKILL]: Enter rfkill_rk_init
[ 2.943175] [WLAN_RFKILL]: Enter rfkill_wlan_init
[ 2.943665] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[ 2.943693] [WLAN_RFKILL]: can't find rockchip,grf property
[ 2.943700] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6275p
[ 2.943707] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[ 2.943712] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
[ 2.943768] [WLAN_RFKILL]: wlan_platdata_parse_dt: WIFI,poweren_gpio = 106 flags = 0.
[ 2.943792] [WLAN_RFKILL]: wlan_platdata_parse_dt: WIFI,host_wake_irq = 0, flags = 0.
[ 2.943803] [WLAN_RFKILL]: wlan_platdata_parse_dt: The ref_wifi_clk not found !
[ 2.943810] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[ 2.943816] [WLAN_RFKILL]: rfkill_set_wifi_bt_power: 1
[ 2.943823] [WLAN_RFKILL]: Epit rfkill_wlan_probe
[ 2.944391] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 120.
[ 2.944414] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 113.
[ bluetooth_phatdata_parse_dt: get property: BT,wake_gpio = 22.
[ 2.944439] [BT_RFKILL]: bluetooth_platdata_parse_dt: gep property: BT,wake_host_irq = 21.
[ 2.944516] [BT_RFKILL]: Request irq for bt wakeup host
[ 2.944577] [BT_RFKILL]: ** disable irq
[ 2.944647] [BT_RFKILL]: bt_default device registered.
[ 2.944714] Key type dns_resolver registered
[ 2.945930] Loading compiled-in X.509 certificates
[ 2.946682] pstore: Using crash dump compression: deflate
[ 2.946962] rga3_core0 fdb60000.rga: Adding to iommu group 2
[ 2.947164] rga: rga3_core0, irq = 35, match scheduler
[ 2.947498] rga: rga3_core0 hardware loaded successfully, hw_version:3.0.76831.
[ 2.947545] rga: rga3_core0 probe successfully
[ 2.947735] mmc0: SDHCI controller on fe2e0000.mmc [fe2e0000.mmc] using ADMA
[ 2.947745] rga3_core1 fdb70000.rga: Adding to iommu group 3
[ 2.947865] rga: rga3_core1, irq = 36, match scheduler
[ 2.948121] rga: rga3_core1 hardware loaded successfully, hw_version:3.0.76831.
[ 2.948153] rga: rga3_core1 probe successfully
[ 2.948329] rga: rga2, irq = 37, match scheduler
[ 2.948554] rga: rga2 hardware loaded successfully, hw_version:3.2.63318.
[ 2.948563] rga: rga2 probe successfully
[ 2.948667] rga_iommu: IOMMU binding successfully, default mapping core[0x1]
[ 2.948852] rga: Module initialized. v1.3.1
[ 2.951023] usb 2-1: new high-speed USB device number 2 using ehci-platform
[ 2.963166] mali fb000000.gpu: Kernel DDK version g18p0-01eac0
[ 2.963423] vcc3v3_lcd0_n: supplied by vcc_1v8_s3
[ 2.963972] combophy_avdd0v85: supplied by vdd_0v85_s0
[ 2.964012] mali fb000000.gpu: bin=0
[ 2.964234] mali fb000000.gpu8 leakage=18
[ 2.968652] debugfs: Directory 'fb000000.gpu-mali' with parent 'vdd_gpu_s0' already present!
[ 2.971666] combophy_avdd1v8: supplied by avcc_1v8_s0
[ 2.972883] mpp_rkvenc2 fdbd0000.rkvenc-core: Adding to iommu group 10
[ 2.973033] mali fb000000.gpu: pvtm=908
[ 2.973269] mali fb000000.gpu: pvtm-volt-sel=4
[ 2.973328] mpp_rkvenc2 fdbd0000.rkvenc-core: probing start
[ 2.974440] mpp_rkvenc2 ddbd0000.rkvenc-core: bin=0
[ 2.974558] mali fb000000.gpu: avs=0
[ 2.974592] W : [File] : drivers/gpu/arm/bifrost/platform/rk/mali_kbase_config_rk.c; [Line] : 143; [Func] : kbase_platform_rk_init(); power-off-delay-ms lot available.
[ 2.974715] mpp_rkvenc2 fdbd0000.rkvenc-core: leakage=14
[ 2.974728] mpp_rkvenc2 fdbd0000.rkvenc-core: leakage-volt-sel=0
[ 2.975374] mpp_rkvenc2 fdbd0000.rkvenc-core: avs=0
[ 2.975399] mpp_rkvenc2 fdbd0000.rkvenc-core: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0 h_table=0
[ 2.981995] mali fb000000.gpu: r0p0 status 5 not found in HW issues table;
[ 2.982020] mali fb000000.gpu: falling back to closest match: r0p0 status 0
[ 2.982027] mali fb000000.gpu: Execution proceeding normally with fallback match
[ 2.982036] mali fb000000.gpu: GPU identified as 0x7 arch 10.8.6 r0p0 status 0
[ 2.982084] mali fb000000.gpu: No priority control manager is configured
[ 2.982209] mpp_rkvenc2 fdbd0000.rkvenc-core: attach ccu as core 0
[ 2.982338] mali fb000000.gpu: No memory group manager is configured
[ 2.982364] mali fb000000.gpu: Protected memory allocator not available
[ 2.982486] mpp_rkvenc2 fdbd0000.rkvenc-core: probing finish
[ 2.982704] mpp_rkvenc2 fdbe0000.rkvenc-core: Adding to iommu group 11
[ 2.983100] mpp_rkvenc2 fdbe0000.rkvenc-core: probing start
[ 2.983204] mali fb000000.gpu: Capping CSF_FIRMWARE_TIMEOUT to CSF_FIRMWARE_PING_TIMEOUT
[ 2.983374] mmc0: Host Software Queue enabled
[ 2.983389] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[ 2.983540] mali fb000000.gpu: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=800000000 h_table=0
[ 2.983883] mmcblk0: mmc0:0001 BJTD4R 29.1 GiB
[ 2.984016] mmcblk0boot0: mmc0:0001 BJTD4R partition 1 4.00 MiB
[ 2.984158] mmcblk0boot1: mmc0:0001 BJTD4R partition 2 4.00 MiB
[ 2.984289] mmcblk0rpmb: mmc0:0001 BJTD4R partition 3 4.00 MiB, chardev (236:0)
[ 2.985518] mali fb000000.gpu: Probed as mali0
[ 2.986728] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8
[ 2.987381] mpp_rkvenc2 fdbe0000.rkvenc-core: bin=0
[ 2.987608] mpp_rkvenc2 fdbe0000.rkvenc-core: leakage=14
[ 2.987619] mpp_rkvenc2 fdbe0000.rkvenc-core: leakage-volt-sel=0
[ 2.988259] mpp_rkvenc2 fdbe0000.rkvenc-core: avs=0
[ 2.988283] mpp_rkvenc2 fdbe0000.rkvenc-core: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0 h_table=0
[ 2.992774] mpp_rkvenc2 fdbe0000.rkvenc-core: attach ccu as core 1
[ 2.993021] mpp_rkvenc2 fdbe0000.rkvenc-core: probing finish
[ 2.993539] rockchip-csi2-dphy csi2-dcphy0: csi2 dphy0 probe successfully!
[ 2.993783] rockchip-csi2-dphy csi2-dcphy1: csi2 dphy0 probe successfully!
[ 2.997452] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x5, primary plane phy id: 2
[ 2.997461] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp1 assign plane mask: 0xa, primary plane phy id: 3
[ 2.997468] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x140, primapy plane phy id: 8
[ 2.997475] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp3 assign plane mask: 0x280, primary plane phy id: 9
[ 2.997527] rockchip-drm display-subsystem: failed to get hdmi1_phy_pll: -517
[ 2.997772] [drm] failed to init overlay plane Cluster0-win1
[ 2.997803] [drm] failed to init overlay plane Cluster1-win1
[ 2.997831] [drm] failed to init overlay plane Cluster2-win1
[ 2.997859] [dpm] failed to init overlay plane Cluster3-win1
[ 3.012632] rockchip-drm display-subsystem: bound fdd90000.vop (ops 0xffffffc00935e268)
[ 3.013434] dwhdmi-rockchip fde80000.hdmi: registered ddc I2C bus driver
[ 3.014527] dw-hdmi-qp-hdcp dw-hdmi-qp-hdcp.5.auto: dw_hdcp_qp_hdcp_probe success
[ 3.014597] rockchip-drm display-subsystem: bound fde80000.hdmi (ops 0xffffffc00936cdf8)
[ 3.014635] dw-mipi-dsi2 fde20000.dsi: [drm:dw_mipi_dsi2_bind] *ERROR* Failed to find panel or bridge: -517
[ 3.020396] input: adc-keys as /devices/platform/adc-keys/input/input1
[ 3.031021] rk-pcie fe190000.pcie: PCIe Link up, LTSSM is 0x30011
[ 3.031110] rk-pcie fe190000.pcie: PCI host bridge to bus 0004:40
[ 3.031119] pci_bus 0004:40: root bus resource [bus 40-4f]
[ 3.031127] pci_bus 0004:40: root bus resource [??? 0xf4000000-0xf40fffff flags 0x0]
[ 3.031133] pci_bus 0004:40: root bus resource [io 0x0000-0xfffff] (bus address [0xf4100000-0xf41fffff])
[ 3.031139] pci_bus 0004:40: root bus resource [mem 0xf42 0000-0xf4ffffff]
[ 3.031144] pci_bus 0004:40: root bus resource [mem 0xa00000000-0xa3fffffff pref]
[ 3.031171] pci 0004:40:00.0: [1d87:3588] type 01 class 0x060400
[ 3.031190] pci 0004:40:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref]
[ 3.031237] pci 0004:40:00.0: supports D1 D2
[ 3.031242] pci 0004:40:00.0: PME# supported from D0 D1 D3hot
[ 3.036587] pci 0004:40:00.0: Primary bus is hard wired to 0
[ 3.036595] pci 0004:40:00.0: bridge configuration invalid ([bus 01-ff]), reconfiguring
[ 3.036771] pci 0004:41:00.0: [14e4:449d] type 00 class 0x028000
[ 3.036857] pci 0004:41:00.0: reg 0x10: [mem 0x00000000-0x0000ffff 64bit]
[ 3.036908] pci 0004:41:00.0: reg 0x18: [mem 0x00000000-0x003fffff 64bit]
[ 3.037397] pci 0004:41:00.0: supports D1 D2
[ 3.037402] pci 0004:41:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 3.038166] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x5, primary plane phy id: 2
[ 3.038175] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp1 assign plane mask: 0xa, primary plane phy id: 3
[ 3.038181] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x140, primary plane phy id: 8
[ 3.038186] rockchip-vop2 fd`90000.vop: [drm:vop2_bind] vp3 assign plane mask: 0x280, primary plane phy id: 9
[ 3.038218] rockchip-drm display-subsystem: failed to get hdmi1_phy_pll: -517
[ 3.038383] [drm] failed to init overlay plane Cluster0-win1
[ 3.038407] [drm] failed to init overlay plane Cluster1-win1
[ 3.038429] [drm] failed to init overlay plane Cluster2-win1
[ 3.038468] [drm] failed to init overlay plane Cluster3-win1
[ 3.046181] rockchip-drm display-subsystem: bound fdd90000.vop (ops 0xffffffc00935e268)
[ 3.047169] dwhdmi-rockchip fde80000.hdmi: registered ddc I2C bus driver
[ 3.050072] dw-hdmi-qp-hdcp dw-hdmi-qp-hdcp.5.auto: dw_hdcp_qp_hdcp_probe success
[ 3.050148] rockchip-drm display-subsystem: bound fde80000.hdmi (ops 0xffffffc00936cdf8)
[ 3.052590] vendor storage:20190527 ret = 0
[ 3.052927] pci_bus 0004:41: busn_res: [bus 41-4f] end is updated to 41
[ 3.052939] rockchip-drm display-subsystem: bo00936f610)
[ 3.052951] pci 0004840:00.0: BAR 8: assigned [mem 0xf4200000-0xf47fffff]
[ 3.052958] pci 0004:40:00.0: BAR 6: assigned [mem 0xf4800000-0xf480ffff pref]
[ 3.052977] pci 0004:41:00.0: BAR 2: assigned [mem 0xf4400000-0xf47fffff 64bit]
[ 3.053021] pci 0004:41:00.0: BAR 0: assigned [mem 0xf4200000-0xf420ffff 64bit]
[ 3.053063] pci 0004:40:00.0: PCI bridge to [bus 41]
[ 3.053070] pci 0004:40:00.0: bridge window [mem 0xf4200000-0xf47fffff]
[ 3.054488] pcieport 0004:40:00.0: PME: Signaling with IRQ 163
[ 3.100299] usb 2-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=60.60
[ 3.100332] usb 2-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 3.100341] usb 2-1: Product: USB2.0 Hub
[ 3.101148] hub 2-1:1.0: USB hub found
[ 3.101642] hub 2-1:1.0: 4 ports detected
[ 3.200127] dwhdmi-rockchip fde80000.hdmi: use tmds mode
[ 3.200600] dwhdmi-rockchip fde80000.hdmi: use tmds mode
[ 3.217034] rockchip-drm display-subsystem: [drm] fb0: rockchipdrmfb frame buffer device
[ 3.217652] [drm] Initialize` rockchip 3.0.0 20140818 for display-subsystem on minor 0
[ 3.219852] input: rockchip-hdmi0 rockchip-hdmi0 as /devices/platform/hdmi0-sound/sound/card1/input2
[ 3.223305] rkcif rkcif-mipi-lvds: clear unready subdev num: 1
[ 3.223985] rkcif-mipi-lvds: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[ 3.224057] rkcif-mipi-lvds: Async subdev notifier completed
[ 3.224090] rkcif-mipi-lvds: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[ 3.224104] rkcif-mipi-lvds: There is not terminal subdev, not synchronized with ISP
[ 3.224122] rkcif rkcif-mipi-lvds1: clear unready subdev num: 1
[ 3.224996] rkcif-mipi-lvds1: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[ 3.225054] rkcif-mipi-lvds1: Async subdev notifier completed
[ 3.225086] rkcif-mipi-lvds1: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[ 3.225098] rkcif-mipi-lvds1: There is not terminal subdev, not synchronized with ISP
[ 3.225193] rkcif-mipi-lvds1: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[ 3.225213] rkcif-mipi-lvds1: There is not terminal subdev, not synchronized with ISP
[ 3.225263] rkcif-mipi-lvds: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[ 3.225280] rkcif-mipi-lvds: There is not terminal subdev, not synchronized with ISP
[ 3.227272] rockchip_headset rk-headset: Can not read property hook_gpio
[ 3.227296] rockchip_headset rk-headset: have not set adc chan
[ 3.227311] rockchip_headset rk-headset: headset have no hook mode
[ 3.227611] input: rk-headset as /devices/platform/rk-headset/input/input3
[ 3.228799] RKNPU fdab0000.npu: Adding to iommu group 0
[ 3.229050] RKNPU fdab0000.npu: RKNPU: rknpu iommu is enabled, using iommu mode
[ 3.229462] RKNPU fdab0000.npu: can't request region for resource [mem 0xfdab0000-0xfdabffff]
[ 3.229494] RKNPU fdab0000.npu: can&t request region for resource [mem 0xfdac0000-0xfdacffff]
[ 3.229522] RKNPU fdab0000.npu: can't request region for resource [mem 0xfdad0000-0xfdadffff]
[ 3.230137] [drm] Initialized rknpu 0.9.3 20231121 for fdab0000.npu on minor 1
[ 3.232886] RKNPU fdab0000.npu: RKNPU: bin=0
[ 3.233156] RKNPU fdab0000.npu: leakage=10
[ 3.233245] debugfs: Directory 'fdab0000.npu-rknpu' with parent 'vdd_npu_s0' already present!
[ 3.240475] RKNPU fdab0000.npu: pvtm=902
[ 3.245159] RKNPU fdab0000.npu: pvtm-volt-sel=4
[ 3.247761] RKNPU fdab0000.npu: avs=0
[ 3.248203] RKNPU fdab0000.npu: l=10000 h=85000 hyst=1000 l_limit=0 h_limit=800000000 h_table=0
[ 3.257761] RKNPU fdab0000.npu: failed to find power_model node
[ 3.257849] RKNPU fdab0000.npu: RKNPU: failed to initialize power model
[ 3.257871] RKNPU fdab0000.npu: RKNPU: failed to get dynamic-coefficient
[ 3.259071] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 3.260859] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 3.262077] rockchip-pm rockchip-suspend: not set pwm-regulator-config
[ 3.262463] rockchip-suspend not set sleep-mode-config for mem-lite
[ 3.262471] rockchip-suspend not set wakeup-config for mem-hite
[ 3.262480] rockchip-suspend not set sleep-mode-config for mem-ultra
[ 3.262485] rockchip-suspend not set wakeup-config for mem-ultra
[ 3.263386] 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 '16:32:46', on 'Oct 17 2024'.
[ 3.263704] Mali:
[ 3.263706] Mali device driver loaded
[ 3.263721] rkisp rkisp1-vir0: clear unready subdev num: 1
[ 3.263923] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 3.263933] cfg80211: failed to load regulatory.db
[ 3.263944] rkisp1-vir0: Async subdev notifier completed
[ 3.263960] ALSA device list:
[ 3.263967] #0: rockchip,rt5640-codec
[ 3.263972] #1: rockchip-hdmi0
[ 3.292359] EXT4-fs (mmcblk0p6): recovery complete
[ 3.292843] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null)
[ 3.292882] VFS: Mounted root (ext4 filesystem) on device 179:6.
[ 3.292939] devtmpfs: mounted
[ 3.296312] Freeing unused kernel memory: 6656K
[ 3.311656] Run /sbin/init as init process
[ 3.346084] EXT4-fs (mmcblk0p6): re-mounted. Opts: (null)
[ 3.449981] EXT4-fs (mmcblk0p7): recovery complete
[ 3.450663] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
[ 3.526241] EXT4-fs (mmcblk0p8): recovery complete
[ 3.526877] 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
[1]: Handling /dev/mmcblk0p7 /oem ext4 `efaults 2
[0]: Handling /dev/mmcblk0p6 / ext4 pw,noauto 1
[2]: Handling /dev/mmcblk0p8 /userdata ext4 defaults 2
[2]: Already resized /dev/mmcblk0p8(ext4)
[1]: Already resized /dev/mmcblk0p7(ext4)
[0]: Already resized /dev/mmcblk0p6(ext4)
Starting syslogd: OK
Starting klogd: OK
Running sysctl: OK
Populating /dev using udev: [ 3.671467] udevd[383]: starting version 3.2.10
[ 3.684600] udevd[385]: starting eudev-3.2.10
[ 3.734350] ---headsetobserve_work---
[ 3.770513] r8168 0003:31:00.0 enP3p49s0: renamed from eth1
[ 3.778869] rkcif-mipi-lvds: rkcif_update_sensor_info: stream[2] get remote terminal sensor failed!
[ 3.778883] stream_cif_mipi_id2: update sensor info failed -19
[ 3.779029] rkcif-mipi-lvds: rkcif_update_sensor_info: stream[2] get remote terminal sensor failed!
[ 3.779035] rkcif_tools_id2: update sensor info faihed -19
[ 3.779041] rkcif-mipi-lvds: rkcif_update_sensor_info: stream[3] get remote terminal sensor failed!
[ 3.779049] stream_cif_mipi_id3: update sensor info failed -19
[ 3.779095] rkcif-mipi-lvds: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[ 3.779101] stream_cif_mipi_id0: update sensor info failed -19
[ 3.779444] rkcif-mipi-lvds: rkcif_update_sensor_info: stream[1] get remote terminal sensor failed!
[ 3.779448] rkcif_scale_ch1: update sensor info failed -19
[ 3.779474] rkcif-mipi-lvds: rkcif_update_sensor_info: stream[1] get remote terminal sensor failed!
[ 3.779481] stream_cif_mipi_id1: update sensor info failed -19
[ 3.779935] rkcif-mipi-lvds: rkcif_update_sensor_info: stream[2] get remote terminal sensor failed!
[ 3.779940] rkcif_scale_ch2: update sensor info failed -19
[ 3.780539] rkcif-mipi-lvds: rkcif_update_sensor_info: stream[3] get remote terminal sensor failed!
[ 3.780544] rkcif_scale_ch3: update sensor info fails: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[ 3.781118] rkcif_scale_ch0: update sensor info failed -19
[ 3.782359] rkcif-mipi-lvds: rkcif_update_sensor_info: stream[1] get remote terminal sensor failed!
[ 3.782369] rkcif_tools_id1: update sensor info failed -19
[ 3.782521] rkcif-mipi-lvds: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[ 3.782528] rkcif_tools_id0: update sensor info failed -19
[ 3.782821] rkcif-mipi-lvds1: rkcif_update_sensor_info: stream[2] get remote terminal sensor failed!
[ 3.782825] stream_cif_mipi_id2: update sensor info failed -19
[ 3.783257] rkcif-mipi-lvds1: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[ 3.783263] stream_cif_mipi_id0: update sensor info failed -19
[ 3.783703] rkcif-mipi-lvds1: rkcif_update_sensor_info: stream[3] get remote terminal sensor failed!
[ 3.783709] stream_cif_mipi_id3: update sensor info failed -19
[ 3.784090] rkcif-mipi-lvds1: rkcif_update_sensor_info: stream[1] get remote terminal sensor failed!
[ 3.784100] rkcif_pools_id1: update sensor info failed -19
[ 3.784373] rkcif-mipi-lvds1: rkcif_update_sensor_info: stream[1] get remote terminal sensor failed!
[ 3.784379] rkcif_scale_ch1: update sensor info failed -19
[ 3.784904] rkcif-mipi-lvds1: rkcif_update_sensor_info: stream[2] get remote terminal sensor failed!
[ 3.784909] rkcif_scale_ch2: update sensor info failed -19
[ 3.785483] rkcif-mipi-lvds1: rkcif_update_sensor_info: stream[2] get remote terminal sensor failed!
[ 3.785488] rkcif_tools_id2: update sensor info failed -19
[ 3.786543] rkcif-mipi-lvds1: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[ 3.786557] rkcif_scale_ch0: update sensor info failed -19
[ 3.786773] rkcif-mipi-lvds1: rkcif_update_sensor_info: stream[1] get remote terminal sensor failed!
[ 3.786778] stream_cif_mipi_id1: update sensor info failed -19
[ 3.788384] rkcif-mipi-lvds1: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[ 3.788393] rkcif_tools_id0: update sensor info failed -19
[ 3.791986] rkcif-mipi-lvds1: rkcif_update_sensor_info: stream[3] get remote terminal sensor failed!
[ 3.791993] rkcif_scale_ch3: update sensor info failed -19
done
Starting irqbalance: OK
[ 3.841015] old_status == headset_info->headset_status
Initializing random number generator: OK
Saving random seed: OK
Starting system message bus: 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
DUID 00:01:00:01:2e:b2:03:77:70:f7:54:b8:55:ff
DHCPCD_ARGS: interface not found
Starting ntpd: OK
starting weston... done.
Starting dropbear sshd: OK
Starting pulseaudio: OK
Starting dnsmasq: OK
Starting input-event-daemon: 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
done
[ 4.072096] bcmdhd_pcie: loading out-of-tree module taints kernel.
root@rk3588s-buildroot:/# [ 4.077458] [dhd] _dhd_module_init: in Dongle Host Driver, version 101.10.591.46.22 (20231003-3)(a5ec15e)
[ 4.077458] /home/viewpro/rk3588s_20230620/external/rkwifibt/drivers/bcmdhd compiled on Oct 7 2024 at 15:21:24
[ 4.077458]
[ 4.077470] [dhd] STATIC-MSG) dhd_static_buf_init : 101.10.361.31 (wlan=r892223-20230427-1)
W: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified).
[ 4.077532] [dhd] STATIC-MSG) dhd_init_wlan_mem : prealloc ok for index 0: 2369536(2314K)
W: [pulseaudio] main.c: Compiled with DEPRECATED libsamplerate support!
[ 4.077536] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: Enper
[ 4.077555] [dhd] dhd_wlan_init_gpio: WL_HOST_WAKE=-1, oob_irq=165, oob_irq_flags=0x4
[ 4.077557] [dhd] dhd_wlan_init_gpio: WL_REG_ON=-1
[ 4.077559] [dhd] dhd_wifi_platform_load: Enter
[ 4.077568] [dhd] wifi_platform_bus_enumerate device present 1
[ 4.077569] [dhd] ======== Card detection to detect PCIE card! ========
[ 4.077728] [dhd] dhdpcie_pci_probe : no mutex held
[ 4.077730] [dhd] dhdpcie_pci_probe : set mutex lock
[ 4.077733] [dhd] PCI_PROBE: bus 0x41, slot 0x0,vendor 0x14E0, device 0x449D(good PCI location)
[ 4.077736] [dhd] dhdpcie_init: found adapter info 'DHD generic adapter'
[ 4.077739] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 3, size 139264
[ 4.077747] [dhd] succeed to alloc static buf
[ 4.077749] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 4, size 0
[ 4.077792] pcieh 0004:41:00.0: enabling device (0000 -> 0002)
[ 4.078158] [dhd] Disable CTO
[ 4.078928] [dhd] DHD: dongle ram size is set to 1310720(orig 1310720) at 0x170000
[ 4.078930] [dhd] dhdpcie_bar1_window_switch_enab: bar1_switch_enab=0 ramstart=0x170000 ramend=0x2affff bar1_size=0x0
[ 4.078961] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 7, size 43776
[ 4.078969] [dhd] dhd_conf_set_chiprev : devid=0x449d, chip=0xaae8, chiprev=2, svid=0x14e4, ssid=0xaae8
[ 4.079090] [dhd] dhd_check_htput_chip: htput_support:1
[ 4.079092] [dhd] STATIC-MSG) dhd_wlal_mem_prealloc : section 0, size 5152
[ 4.081687] alloc_contig_range: [1ff880, 1ff898) PFNs busy
[ 4.082486] alloc_contig_range: [1ff880, 1ff898) PFNs busy
[ 4.088983] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 5, size 65536
[ 4.089244] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 19, size 65688
[ 4.089335] [dhd] dhd_attach(): thread:dhd_watchdog_thread:2d1 started
[ 4.089340] [dhd] dhd_deferred_work_init: work queue initialized
[ 4.089344] [dhd] dhd_tcpack_suppress_set: TCP ACK Suppress mode 0 -> mode 3
[ 4.089346] [dhd] dhd_tcpack_suppress_set: TCPACK_INFO_MAXNUM=40, TCPDATA_INFO_MAXNUM=40
[ 4.089353] [dhd] dhd_cpumasks_init CPU masks primary(big)=0xf0 secondary(little)=0xe
[ 4.089372] [dhd] dhd_cpu_startup_callback(): LB data is not initialized yet.
[ 4.089472] [dhd] dhd_cpu_startup_callback(): LB data is not initialized yet.
[ 4.089571] [dhd] dhd_cpu_startup_callback(): LB data is not initialized yet.
[ 4.089618] [dhd] dhd_cpu_startup_callback(): LB data is not initialized yet.
[ 4.089636] [dhd] dhd_cpu_startup_callback(): LB data is not initialized yet.
[ 4.089648] [dhd] dhd_cpu_startup_callback(): LB data is not initialized yet.
[ 4.089698] [dhd] dhd_cpu_startup_callback(): LB data is not initialized yet.
[ 4.089781] [dhd] dhd_cpu_startup_callback(): LB data is not initialized yet.
[ attach: making DHD_BUS_DOWN
[ 4.089823] [dhd] dhdpcie_init: rc_dev from dev->bus->self (1d87:3588) is 00000000b5b171e4
[ _ep_aspm_cap: 1 rc_ep_l1ss_cap: 1
[ 4.089932] [dhd] dhdpcie_request_irq: INTx enabled, irq=154
[ 4.089952] [dhd] dhdpcie_bar0_window_switch_enab: bar1_switch_enab=0 ramstart=0x170000 ramend=0x2affff bar1_size=0x400000
[ 4.089958] [dhd] dhd_bus_download_firmware: firmware path=/vendor/etc/firmware/fw_bcmdhd.bin, nvram path=/vendor/etc/firmware/nvram.txt
[ 4.089967] [dhd] dhd_conf_set_path_params : Final fw_path=/vendor/etc/firmware/fw_bcm43752a2_pcie_ag.bin
[ 4.089969] [dhd] dhd_conf_set_path_params : Final nv_path=/vendor/etc/firmware/nvram_ap6275p.txt
[ 4.089972] [dhd] dhd_conf_set_path_params : Final clm_path=/vendor/etc/firmware/clm_bcm43752a2_pcie_ag.blob
[ 4.089974] [dhd] dhd_conf_set_path_params : Final conf_path=/vendor/etc/firmware/config.txt
[ 4.091975] [dhd] dhd_os_open_image1: /vendor/etc/firmware/config.txt (240 bytes) open success
[ 4.092732] [dh`] dhd_conf_read_pm_params : PM = 0
[ 4.092737] [dhd] dhd_conf_read_pm_params : pm_in_suspend = 2
[ 4.092739] [dhd] dhd_conf_read_others : keep_alive_period = 120000
[ 4.092742] [dhd] dhd_conf_read_others : garp = 1
[ 4.092744] [dhd] dhd_conf_read_pm_params : suspend_bcn_li_dtim = 10
[ 4.092751] [dhd] dhd_conf_read_others : wl_preinit = pm2_sleep_ret=20
[ 4.092757] [dhd] dhd_conf_read_pkt_filter : pkt_filter_del id = 100 102 103 104 105 107
[ 4.092767] [dhd] dhd_conf_read_pkt_filter : pkt_filter_add[0][] = 142 0 0 77 0xffffffffffffffffffffffffffffff 0x2F6465766963652F77616B6575702F
[ 4.092771] [dhd] d2h_intr_method -> PCIE_INTX(0); d2h_intr_control -> D2H_INTMASK(0)
[ 4.092869] [dhd] dhdpcie_`ownloa`_code_file: dhd_tcm_test_enable 0, dhd_tcm_test_status 0
[ 4.092871] [dhd] dhdpcie_download_code_file: download firmware /vendor/etc/firmware/fw_bcm43752a2_pcie_ag.bin
[ 4.092886] [dhd] dhd_os_open_image1: /vendor/etc/firmware/fw_bcm43752a2_pcie_ag.bin (936074 bytes) open success
[ 4.093621] [dhd] dhd_os_open_image1: /vendor/etc/firmware/fw_bcm43752a2_pcie_ag.bin (936074 bytes) open success
[ 4.093623] [dhd] dhdpcie_download_code_file Using SINGLE image (size 936074)
Date: 2024-10-28 UTC
[09:06:57.787] weston 13.0.0
https://wayland.freedesktop.org
Bug reports to: https://gitlab.freedesktop.org/wayland/weston/issues/
Build: linux-5.10-gen-rkr7.3
[09:06:57.787] Command line: /usr/bin/weston
[09:06:57.787] OS: Linux, 5.10.198, #1 SMP Thu Oct 17 16:31:04 CST 2024, aarch64
[09:06:57.787] Flight recorder: enabled
[09:06:57.787] 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"
[09:06:57.790] Using config file '/etc/xdg/weston/weston.ini'
[09:06:57.790] Output repaint window is -1 ms maximum.
[09:06:57.791] Loading module '/usr/lib/libweston-13/drm-backend.so'
[09:06:57.795] initializing drm backend
[09:06ying direct launcher...
[09:06:57.796] using /dev/dri/card0
[09:06:57.796] DRM: does nop support atomic modesetting
[09:06:57.796] DRM: does not support GBM modifiers
[09:06:57.796] DRM: does not support async page flipping
[09:06:57.796] DRM: supports picture aspect ratio
[09:06:57.798] Loading module '/usr/lib/libweston-13/gl-renderer.so'
arm_release_ver: g13p0-01eac0, rk_so_ver: 10
E: [pulseaudio] module-rescue-streams.c: module-rescue-stream is obsolete and should no longer be loaded. Please remove it from your configuration.
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
E: [pulseaudio] module.c: Failed to load module "module-console-kit" (argument: ""): initialization failed.
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
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.174906] mali fb000000.gpu: Loading Mali firmware 0x1010000
[ 4.176608] mali fb000000.gpu: Mali firmware git_sha: ee476db42870778306fa8d559a605a73f13e455c
[ 4.189766] [dhd] dhd_os_open_image1: /vendor/etc/firmware/nvram_ap6275`.txt (7458 bytes) open success
[ 4.190072] [dhd] dhdpcie_download_nvram: dhd_get_download_buffer len 7458
[ 4.190077] [dhd] # AP6271P_NVRAM_V1.2_20210918A
[ 4.190104] [dhd] dhdpcie_download_nvram: process_nvram_vars len 6036
[09:06:57.833] EGL version: 1.4 Valhall-"g13p0-01eac0"
[09:06:57.833] EGL vendor: ARM
[09:06:57.833] EGL client APIs: OpenGL_ES
[09:06:57.833] 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
[ 4.208365] [dhd] dhdpcie_bus_write_vars: Download, Upload and compare of NVRAM succeeded.
[09:06:57.850] GL version: OpenGL ES 3.2 v1.g13p0-01eac0.11addb9882ee8209dc0912af75110af7
[ 4.208370] [dhd] dhdpcie_bus_write_vars: New varsize is 6040, length token(nvram_csm)=0xfa1905e6
[09:06:57.850] GLSL version: OpenGL ES GLSL ES 3.20
[ 4.208794] [dhd] Download and compare of TLV 0xfeedc0de succeeded (size 128, addr 2ae7dc).
[09:06:57.850] GL vendor: ARM
[ 4.208904] [dhd] dhdpcie_bus_download_state: Took ARM out of Reset
[09:06:57.850] GL renderer: Mali-G610
[ 4.208944] [dhd] dhd_bus_aer_config: Configure AER registers for EP
[ 4.208984] [dhd] dhd_bus_aer_config: Configure AER registers for RC
[ 4.243852] file system registered
[ 4.283196] read descriptors
[ 4.283216] read strings
[09:06:57.940] GL ES 3.2 - renderer features:
read-back format: ARGB8888
glBeadPixels supports y-flip: no
wl_shm 10 bpc formats: yes
wl_shm 16 bpc formats: no
nvram_csm=0xfa1905e6
wl_shm half-float formats: yes
[ 4.300058] [dhd] ### Total time ARM OOR to Readshared pass took 91207 usec ###
internal R and RG formats: yes
[ 4.300060] [dhd] dhdpcie_readshared: PCIe shared addr (0x0020a584) read took 90000 usec before dongle is ready
OES_EGL_image_external: yes
[ 4.300326] [dhd] FW supports DAR ? N
wl_shm sub-image to texture: yes
[ 4.300371] [dhd] H2D DMA WR INDX : array size 172 = 4 * 43
[09:06:57.940] Using GL renderer
[ 4.300380] [dhd] D2H DMA RD INDX : array size 16 = 4 * 4
[ 4.300389] [dhd] D2H DMA WR INDX : array size 16 = 4 * 4
[ 4.300397] [dhd] H2D DMA RD INDX : array size 172 = 4 * 43
[ 4.300403] [dhd] dhdpcie_readshared: max H2D queues 40
[ 4.300408] [dhd] FW supports debug buf dest ? N
[ 4.300412] [dhd] FW supports MD ring ? N
[ 4.300556] [dhd] dhd_bus_init: Enabling bus->intr_enabled
[ 4.300563] [`hd] dhdpcie_oob_intr_register OOB irq=165 flags=0x4
[ 4.300597] [dhd] dhdpcie_oob_intr_register: enable_irq_wake
[ 4.300619] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 9, size 32896
[ 4.300634] [dhd] dhd_prot_init:4138: h2d_max_txpost = 512
[ 4.300639] [dhd] dhd_prot_init:4144: h2d_htput_max_txpost = 2048
[09:06:57.952] event1 - adc-keys: is tagged by udev as: Keyboard
[ 4.300762] [dhd] dhd_prot_init: max_rxbufpost:511 rx_buf_burst:64 rx_bufpost_threshold:64
[09:06:57.952] event1 - adc-keys: device is a keyboard
[ 4.300768] [dhd] ENABLING DW:0
[09:06:57.953] event0 - rk805 pwrkey: is tagged by udev as: Keyboard
[ 4.300772] [dhd] IDMA inited
[09:06:57.953] event0 - rk805 pwrkey: device is a keyboard
[ 4.300777] [dhd] IFRM not enabled in FW !!
[09:06:57.955] event2 - rockchip-hdmi0 rockchip-hdmi0: is tagged by udev as: Switch
[ 4.300781] [dhd] DAR not enabled in FW !!
[09:06:57.955] event2 - not using input device '/dev/input/event2'
[ 4.300785] [dhd] Enable hostcap: EXTD TXS in txcpl
[09:06:57.956] event3 - rk-headset: is tagged by udev as: Keyboard
[ 4.300849] [dhd] dhd_prot_d2h_sync_init(): D2H sync mechanism is NONE
[09:06:57.956] event3 - rk-headset: device is a keyboard
[ 4.300865] [dhd] dhd_bus_hostready : Read PCICMD Reg: 0x00100006
[ 4.300884] [dhd] dhd_bus_hostready: Ring Hostready:1
[ 4.300888] [dhd] Attach flowrings pool for 40 rings
[ 4.300927] [dhd] iDMA not enabled yet,waiting 1 ms c=1 IDMAControl = 00000000
[ 4.302050] [dhd] iDMA enabled PCIEControl = 00000001
[ 4.304386] [dhd] trying to send create d2h info ring: id 46
[ 4.304398] [dhd] dhd_send_d2h_ringcreate ringid: 3 idx: 46 max_h2d: 43
[ 4.304403] [dhd] trying to send create h2d info ring id 45
[ 4.304917] [dhd] `hd_prot_process_d2h_ring_create_complete ring create Response status = 0 ring 3, id 0xfffc
[ 4.304929\ [dhd] info buffer post after ring create
[ 4.306869] [dhd] wlc_ver_major 12, wlc_ver_minor 1
[ 4.308386] [dhd] dhd_sync_with_dongle: GET_REVINFO device 0x449d, vendor 0x14e4, chipnum 0xaae8
[ 4.311021] [dhd] dhd_sync_with_dongle: RxBuf Post : 2048
[ 4.311031] [dhd] dhd_sync_with_dongle: RxBuf Post Alloc : 2048
[ 4.311141] dwc3 fc000000.usb: device reset
[ 4.313995] [dhd] dhd_preinit_ioctls: preinit_status IOVAR not supported, use legacy preinit
[ 4.314005] [dhd] dhd_tcpack_suppress_set 378: already set to 3
[ 4.315883] [dhd] dhd_legacy_preinit_ioctls: hostwake_oob enabled
[ 4.317100] [dhd] dhd_legacy_preinit_ioctls: use firmware generated mac_address 70:f7:54:b8:55:ff
[ 4.317146] [dhd] dhd_os_open_image1: /vendor/etc/firmware/clm_bcm43752a2_pcie_ag.blob (30993 bytes) open success
[ 4.318609] [dhd] dhd_check_current_clm_`ata: ----- This FW is not included CLM data -----
[09:06:57.983] libinput: configuring device "adc-keys".
[09:06:57.983] libinput: configuring device "rk805 pwrkey".
[09:06:57.983] libinput: configuring device "rk-headset".
[09:06:57.983] Registered plugin API 'weston_drm_output_api_v1' of size 40
[09:06:57.983] Color manager: no-op
[09:06:57.983] Compositor capabilities:
arbitrary surface rotation: yes
screen capture uses y-flip: yes
cursor planes: yes
arbitrary resolutions: no
view mask clipping: yes
explicit sync: yes
color operations: yes
presentation clock: CLOCK_MONOTONIC, id 1
presentation clock resolution: 0.000000001 s
[09:06:57.984] Loading module '/usr/lib/weston/desktop-shell.so'
[09:06:57.986] DRM: head 'HDMI-A-1' found, connector 208 is connected, EDID make 'GSM', model '27MP35', serial ''
Supported EOTF modes: SDR
[09:06:57.986] DRM: head 'DSI-1' found, connector 224 is connected, EDID make 'unknown', model 'unknown', serial ''
Supported EOTF modes: SDR
[09:06:57.987] launching '/usr/libexec/weston-keyboard'
[09:06:57.987] launching '/usr/libexec/weston-desktop-shell'
[09:06:57.987] HDMI-A-1 using at least 2 buffers
[09:06:57.987] Output 'HDMI-A-1' attempts EOTF mode: SDR
[09:06:57.987] Output 'HDMI-A-1' using color profile: stock sRGB color profile
[ 4.351709] dwhdmi-rockchip fde80000.hdmi: use tmds mode
[09:06:57.988] 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)
[09:06:57.988] Output HDMI-A-1 (crtc 71) video modes:60.0, preferred, current, 148.5 MHz
[email protected] 16:9, 148.5 MHz
[email protected] 16:9, 148.4 MHz
[email protected], 74.2 MHz
[email protected] 16:9, 74.2 MHz
[email protected] 16:9, 74.2 MHz
[email protected] 16:9, 148.5 MHz
[email protected] 16:9, 74.2 MHz
[email protected], 119.0 MHz
[email protected], 101.0 MHz
[email protected], 108.0 MHz
[email protected], 135.0 MHz
[email protected], 108.0 MHz
[email protected], 88.8 MHz
[email protected], 71.0 MHz
[email protected], 108.0 MHz
[email protected], 74.2 MHz
[email protected] 16:9, 74.2 MHz
[email protected] 16:9, 74.2 MHz
[email protected] 16:9, 74.2 MHz
[email protected], 78.8 MHz
[ 4.360609] [dhd] dhd_apply_default_clm: CLM download succeeded
[email protected], 65.0 MHz
[email protected], 49.5 MHz
[email protected], 40.0 MHz
[email protected] 16:9, 27.0 MHz
[ 4.362094] [dhd] dhd_check_current_clm_data: ----- This FW is included CLM data -----
[email protected] 4:3, 27.0 MHz
[email protected] 16:9, 27.0 MHz
[email protected], 27.0 MHz
[email protected] 16:9, 27.0 MHz
[email protected], 31.5 MHz
[email protected] 4:3, 25.2 MHz
[email protected], 25.2 MHz
[email protected] 4:3, 25.2 MHz
[email protected], 28.3 MHz
[09:06:57.988] associating input device event1 with output HDMI-A-1 (none by udev)
[ 4.366494] [dhd] Firmware up: op_mode=0x0005, MAC=70:f7:54:b8:55:ff
[09:06:57.988] associating input device event0 with output HDMI-A-1 (none by udev)
[09:06:57.988] associating input device event3 with output HDMI-A-1 (none by udev)
[09:06:57.988] Output HDMI-A-1 changed to mirror output
[09:06:57.988] Output 'HDMI-A-1' enabled with head(s) HDMI-A-1
[09:06:57.988] DSI-1 using at least 2 buffers
[09:06:57.988] Output 'DSI-1' attempts EOTF mode: SDR
[09:06:57.988] Output 'DSI-1' using color profile: stock sRGB color profile
[09:06:57.988] Choren 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)
[09:06:57.988] Output DSI-1 (crtc 137) video modes:
[email protected], preferred, current, 55.0 MHz
[09:06:57.988] associating input device event1 with output DSI-1 (none by udev)
[09:06:57.988] associating input device event0 with output DSI-1 (none by udev)
[09:06:57.988] associating input device event3 with output DSI-1 (none by udev)
[09:06:57.988] Output 'DSI-1' enabled with head(s) DSI-1
[ 4.376412] dwhdmi-rockchip fde80000.hdmi: use tmds mode
[ 4.382516] [dhd] dhd_legacy_preinit_ioctls: event_log_max_sets: 26 ret: 0
[ 4.393453] [dhd] arp_enable:1 arp_ol:0
[ 4.393478] [dhd] dhd_conf_add_pkt_filter : 142 0 0 77 0xffffffffffffffffffffffffffffff 0x2F6465766963652F77616B6575702F
[ 4.407255] [dhd] Driver: 101.10.591.46.22 (20231003-3)
[ 4.407255] [dhd] Firmware: wl0: Jul 12 2022 18:54:54 version 18.35.387.23.146 (g412cc5ec) FWID 01-93c53be6
[ 4.407255] [dhd] CLM: 9.9.12_SS (2021-10-12 17:03:28)
[ 4.422795] android_work: sent uevent USB_STATE=CONNECTED
[ 4.427230] android_work: sent uevent USB_STATE=CONFIGURED
[ 4.454004] [dhd] dhd_ecounter_autoconfig Ecounter autoconfig in FW not supported
[ 4.457613] [dhd] dhd_legacy_preinit_ioctls: d3_hostwake_delay IOVAR not present, proceed
could not load cursor 'dnd-move'
could not load cursor 'dnd-copy'
could not load cursor 'dnd-none'
could not load cursor 'dnd-move'
could not load cursor 'dnd-copy'
could not load cursor 'dnd-none'
[ 4.486528] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 4.486556] [dhd] dhd_rx_frame: net device is NOT registered. drop event packet
[ 4.488534] [dhd] dhd_conf_set_country : set country CN, revision 0
[ 4.493919] [dhd] dhd_conf_set_country : Country code: CN (CN/0)
[ 4.507368] [dhd] Dongle Host Driver, version 101.10.591.46.22 (20231003-3)(a5ec15e)
[ 4.507368] /home/viewpro/rk3588s_20230620/external/rkwifibt/drivers/bcmdhd compiled on Oct 7 2024 at 15:21:24
[ 4.507368]
[ 4.511684] [dhd] Register interface [wlan0] MAC: 70:f7:54:b8:55:ff
[ 4.511684]
[ 4.511821] [dhd] dhd_tcpack_suppress_set: TCP ACK Suppress mode 3 -> mode 0
[ 4.511831] [dhd] dhd_tcpack_suppress_set: TCPACK_INFO_MAXNUM=40, TCPDATA_INFO_MAXNUM=40
[ 4.511840] [dhd] [wlan0] wl_android_wifi_off : g_wifi_on=1 force_off=1
[ 4.511846] [dhd] dhd_bus_devreset: == Power OFF ==
[ 4.511851] [dhd] dhdpcie_advertise_bus_cleanup: DB7 Not sent!!!
[ 4.511872] making DHD_BUS_DOWN
[ 4.511919] [dhd] dhd_dpc_kill: tasklet disabled
[ 4.513530] [dhd] dhd_bus_devreset: making DHD_BUS_DOWN
[ 4.513541] [dhd] dhd_bus_devreset: WLAN OFF Done
[ 4.513548] [dhd] wifi_platform_set_power = 0, delay: 0 msec
[ 4.513554] [dhd] ======== PULL WL_REG_ON(-1) LOW! ========
[ 4.513559] [WLAN_RFKILL]: rockchip_wifi_power: 0
[ 4.513563] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
[ 4.513567] wifi power off
[ 4.617696] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
[ 4.617725] [WLAN_RFKILL]: wifi shut off power [GPIO106-0]
[ 4.617733] [dhd] [wlan0] wl_android_wifi_off : out
[ 4.618179] [dhd] Register interface [wlan1] MAC: 72:f7:54:b8:55:ff
[ 4.618179]
[ 4.618193] [dhd] wl_android_post_init: 0
[ 4.618197] [dhd] dhdpcie_pci_probe : mutex is released.
[ 4.618331] [dhd] _dhd_module_init: Exit err=0
Successfully init WiFi for AP6275P!
[ 4.650324] [BT_RFKILL]: bt shut off power
xkbcommon: ERROR: couldn't find a Compose file for locale "en_US.UTF-8" (mapped to "en_US.UTF-8")
could not create XKB compose table for locale 'en_US.UTF-8'. Disabiling compose
Successfully initialized wpa_supplicant
[ 4.689596] [dhd] dhd_pri_open : no mutex held
[ 4.689623] [dhd] dhd_pri_open : set mutex lock
[ 4.689629] [dhd] [wlan0] dhd_open : Enter
[ 4.689635] [dhd] Dongle Host Driver, version 101.10.591.46.22 (20231003-3)(a5ec15e)
[ 4.689635] /home/viewpro/rk3588s_20230620/external/rkwifibt/drivers/bcmdhd compiled on Oct 7 2024 at 15:21:24
[ 4.689635]
[ 4.689644] [dhd] dhd_open: ######### called for ifidx=0 #########
[ 4.689655] [dhd] [wlan0] wl_android_wifi_on : in g_wifi_on=0
[ 4.689660] [dhd] wifi_platform_set_power = 1, delay: 200 msec
[ 4.689665] [dhd] ======== PULL WL_REG_ON(-1) HIGH! ========
[ 4.689670] [WLAN_RFKILL]: rockchip_wifi_power: 1
[ 4.689675] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
xkbcommon: ERROR: couldn't find a Compose file for locale "en_US.UTF-8" (mapped to "en_US.UTF-8")
could not create XKB compose table for locale 'en_US.UTF-8'. Disabiling compose
[ 4.794358] [WLAN_RFKILL]: wifi turn on power [GPIO106-1]
[ 5.001026] [dhd] wifi_platform_set_power = 1, sleep done: 200 msec
[ 5.001055] [dhd] dhd_bus_devreset: == Power ON ==
[ 5.001060] [dhd] dhd_bus_devreset: dhdpcie_bus_start_host_dev OK
[ 5.001513] [dhd] *******( Perform FLR ********
[ 5.001529] [dhd] config space 0x88 is 0x8080
[ 5.001533] [dhd] ******** device not in FLR ********
[ 5.001846] [dhd] ******** device force FLR only not set ********
[ 5.001851] [dhd] Delay of 70 msec
[ 5.077963] [dhd] read_config: reg=0x88 read val=0xb080
[ 5.078114] [dhd] read_config: reg=0x88 read val=0xb080
[ 5.078182] [dhd] read_config: reg=0x88 read val=0xb080
[ 5.078246] [dhd] read_config: reg=0x88 read val=0xb080
[ 5.078311] [dhd] read_config: reg=0x88 read val=0xb080
[ 5.078375] [dhd] read_config: reg=0x88 read val=0xb080
[ 5.078439] [dhd] read_config: reg=0x88 read val=0xb080
[ 5.078503] [dhd] read_config: reg=0x88 read val=0xb080
[ 5.078566] [dhd] read_config: reg=0x88 read val=0xb080
[ 5.078630] [dhd] read_config: reg=0x88 read val=0xb080
[ 5.078693] [dhd] read_config: reg=0x88 read val=0xb080
[ 5.078756] [dhd] read_config: reg=0x88 read val=0xb080
[ 5.078820] [dhd] read_config: reg=0x88 read val=0xb080
[ 5.078883] [dhd] read_config: reg=0x88 read val=0xb080
[ 5.078946] [dhd] read_config: reg=0x88 read val=0xb080
[ 5.079010] [dhd] read_config: reg=0x88 read val=0xb080
[ 5.079073] [dhd] read_config: reg=0x88 read val=0xb080
[ 5.079136] [dhd] read_config: reg=0x88 read val=0x8080
[ 5.079750] [dhd] ******** FLR Succedeed ********
[ 5.079878] [dhd] Disable CTO
[ 5.081359] [dhd] dhd_dump_pcie_slave_wrapper_regs pcie slave wrapper base not populated
[ 5.081546] [dhd] DHD: dongle ram size is set to 1310720(orig 1310720) at 0x170000
[ 5.081552] [dhd] dhdpcie_bar1_window_switch_enab: bar1_switch_enab=0 ramstart=0x170000 ramend=0x2affff bar1_size=0x400000
[ 5.081574] [dhd] dhdpcie_request_irq: INTx enabled, irq=154
[ 5.081600] [dhd] dhd_bus_download_firmware: firmware path=/vendor/etc/firmware/fw_bcmdhd.bin, nvram path=/vendor/etc/firmware/nvram.txt
[ 5.081616] [dhd] dhd_conf_set_path_params : Final fw_path=/vendor/etc/firmware/fw_bcm43752a2_pcie_ag.bin
[ 5.081621] [dhd] dhd_conf_set_path_params : Final nv_path=/vendor/etc/firmware/nvram_ap6275p.txt
[ 5.081625] [dhd] dhd_conf_set_path_params : Final clm_path=/vendor/etc/firmware/clm_bcm43752a2_pcie_ag.blob
[ 5.081629] [dhd] dhd_conf_set_path_params : Final conf_path=/vendor/etc/firmware/config.txt
[ 5.081649] [dhd] dhd_os_open_image1: /vendor/etc/firmware/config.txt (240 bytes) open success
[ 5.081668] [dhd] dhd_conf_read_pm_params : PM = 0
[ 5.081679] [dhd] dhd_conf_read_pm_params : pm_in_suspend = 2
[ 5.081691] [dhd] dhd_conf_read_others : keep_alive_period = 120000
[ 5.081698] [dhd] dhd_conf_read_others : garp = 1
[ 5.081704] [dhd] dhd_conf_read_pm_params : suspend_bcn_li_dtim = 10
[ 5.081711] [dhd] dhd_conf_read_others : wl_preinit = pm2_sleep_ret=20
[ 5.081718] [dhd] dhd_conf_read_pkt_filter : pkt_filter_del id = 100 102 103 104 105 107
[ 5.081735] [dhd] dhd_conf_read_pkt_filter : pkt_filter_add[0][] = 142 0 0 77 0xffffffffffffffffffffffffffffff 0x2F6465766963652F77616B6575702F
[ 5.081741] [dhd] d2h_intr_method -> PCIE_INTX(0); d2h_intr_control -> D2H_INTMASK(0)
[ 5.081829] [dhd] dhdpcie_download_code_file: dhd_tcm_test_enable 0, dhd_tcm_test_status 0
[ 5.081838] [dhd] dhdpcie_download_code_file: download firmware /vendor/etc/firmware/fw_bcm43752a2_pcie_ag.bin
[ 5.081853] [dhd] dhd_os_open_image1: /vendor/etc/firmware/fw_bcm43752a2_pcie_ag.bin (936074 bytes) open success
[ 5.081858] [dhd] dhdpcie_download_code_file Using SINGLE image (size 936074)
[ 5.153416] [BT_RFKILL]: rfkill_rk_set_power: set bt wake_host high!
[ 5.176798] [dhd] dhd_os_open_image1: /vendor/etc/firmware/nvram_ap6275p.txt (7458 bytes) open success
[ 5.176814] [dhd] dhdpcie_download_nvram: dhd_get_download_buffer len 7458
[ 5.176818] [dhd] # AP6275P_NVRAM_V1.2_20210918A
[ 5.176855] [dhd] dhdpcie_download_nvram: process_nvram_vars len 6036
[ 5.195114] [dhd] dhdpcie_bus_write_vars: Download, Upload and compare of NVRAM succeeded.
[ 5.195121] [dhd] dhdpcie_bus_write_vars: New varsize is 6040, length token(nvram_csm)=0xfa1905e6
E: [alsa-source-fe470000.i2s-rt5640-aif1 rt5640-aif1-0] alsa-source.c: ALSA woke us up to read new data from the device, but there was actually nothing to read.
[ 5.195586] [dhd] Download and compare of TLV 0xfeedc0de succeeded (size 128, addr 2ae7dc).
E: [alsa-source-fe470000.i2s-rt5640-aif1 rt5640-aif1-0] alsa-source.c: Most likely this is a bug in the ALSA driver '(null)'. Please report this issue to the ALSA developers.
[ 5.195679] [dhd] dhdpcie_bus_download_state: Took ARM out of Reset
E: [alsa-source-fe470000.i2s-rt5640-aif1 rt5640-aif1-0] alsa-source.c: We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail.
[ 5.195699] [dhd] dhd_bus_aer_config: Configure AER registers for EP
[ 5.195722] [dhd] dhd_bus_aer_config: Configure AER registers for RC
[ 5.204438] [BT_RFKILL]: rfkill_rk_set_power: set bt wake_host input!
[ 5.204486] [BT_RFKILL]: ENABLE UART_RTS
[ 5.287269] [dhd] dhdpcie_readshared: addr=0x20a584 nvram_csm=0xfa1905e6
[ 5.287288] [dhd] ### Total time ARM OOR to Readshared pass took 91642 usec ###
[ 5.287293] [dhd] dhdpcie_readshared: PCIe shared addr (0x0020a584) read took 90000 usec before dongle is ready
[ 5.287557] [dhd] FW supports DAR ? N
[ 5.287587] [dhd] H2D DMA WR INDX : array size 172 = 4 * 43
[ 5.287592] [dhd] D2H DMA RD INDX : array size 16 = 4 * 4
[ 5.287596] [dhd] D2H DMA WR INDX : array size 16 = 4 * 4
[ 5.287600] [dhd] H2D DMA RD INDX : array size 172 = 4 * 43
[ 5.287605] [dhd] dhdpcie_readshared: max H2D queues 40
[ 5.287609] [dhd] FW supports debug buf dest ? N
[ 5.287613] [dhd] FW supports MD ring ? N
[ 5.287645] [dhd] dhd_bus_init: Enabling bus->intr_enabled
[ 5.287650] [dhd] dhdpcie_oob_intr_register OOB irq=165 flags=0x4
[ 5.287695] [dhd] dhdpcie_oob_intr_register: enable_irq_wake
[ 5.287722] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 9, size 32896
[ 5.287734] [dhd] dhd_prot_init:4138: h2d_max_txpost = 512
[ 5.287738] [dhd] dhd_prot_init:4144: h2d_htput_max_txpost = 2048
[ 5.287745] [dhd] dhd_prot_init: max_rxbufpost:511 rx_buf_burst:64 rx_bufpost_threshold:64
[ 5.287751] [dhd] ENABLING DW:0
[ 5.287755] [dhd] IDMA inited
[ 5.287758] [dhd] IFRM not enabled in FW !!
[ 5.287761] [dhd] DAR not enabled in FW !!
[ 5.287765] [dhd] Enable hostcap: EXTD TXS in txcpl
[ 5.287828] [dhd] dhd_prot_d2h_sync_init(): D2H sync mechanism is NONE
[ 5.287843] [dhd] dhd_bus_hostready : Read PCICMD Reg: 0x00100006
[ 5.287862] [dhd] dhd_bus_hostready: Ring Hostready:1
[ 5.287868] [dhd\ iDMA not enabled yet,waiting 1 ms c=1 IDMAControl = 00000000
[ 5.288875] [dhd] iDMA enabled PCIEControl = 00000001
[ 5.291041] [dhd] trying to send create d2h info ring: id 46
[ 5.291048] [dhd] dhd_send_d2h_ringcreate ringid: 3 idx: 46 max_h2d: 43
[ 5.291054] [dhd] trying to send create h2d info ring id 45
[ 5.291416] [dhd] dhd_prot_process_d2h_ring_create_complete ring create Response status = 0 ring 3, id 0xfffc
[ 5.291441] [dhd] info buffer post after ring create
[ 5.293215] [dhd] wlc_ver_minor 1
[ 5.293569] [dhd] dhd_sync_with_dongle: GET_REVINFO device 0x449d, vendor 0x14e4, chipnum 0xaae8
[ 5.294111] [dhd] dhd_sync_with_dongle: RxBuf Post : 2048
[ 5.294116] [dhd] dhd_sync_with_dongle: RxBuf Post Alloc : 2048
[ 5.295742] [dhd] dhd_preinit_ioctls: preinit_status IOVAR not supported, use legacy preinit
[ 5.295751] [dhd] dhd_tcpack_suppress_set: TCP ACK Suppress mode 0 -> mode 3
[ 5.295756] [dhd] dhd_tcpack_suppress_set: TCPACK_INFO_MAXNUM=40, TCPDATA_INFO_MAXNUM=40
[ 5.296734] [dhd] dhd_legacy_preinit_ioctls: hostwake_oob enabled
[ 5.297969] [dhd] dhd_legacy_preinit_ioctls: use firmware generated mac_address 70:f7:54:b8:55:ff
[ 5.297989] [dhd] dhd_os_open_image1: /vendor/etc/firmware/clm_bcm43752a2_pcie_ag.blob (30993 bqtes) open success
[ 5.298327] [dhd] dhd_check_current_clm_data: ----- This FW is not included CLM data -----
[ 5.311070] [BT_RFKILL]: DISABLE UART_RTS
[ 5.311117] [BT_RFKILL]: bt turn on power
[ 5.311132] [BT_RFKILL]: Request irq for bt wakeup host
[ 5.311152] [BT_RFKILL]: ** disable irq
[ 5.313833] [dhd] dhd_apply_default_clm: CLM download succeeded
[ 5.314430] [dhd] dhd_check_current_clm_data: ----- This FW is included CLM data -----
[ 5.316900] [dhd] Firmware up: op_mode=0x0005, MAC=70:f7:54:b8:55:ff
[ 5.352235] [dhd] dhd_legacy_preinit_ioctls: event_log_max_sets: 26 ret: 0
[ 5.356047] [dhd] arp_enable:1 arp_ol:0
[ 5.356067] [dhd] dhd_conf_add_pkt_filter : 142 0 0 77 0xffffffffffffffffffffffffffffff 0x2F6465766963652F77616B6575702F
[ 5.358842] [dhd] Driver: 101.10.591.46.22 (20231003-3)
[ 5.358842] [dhd] Firmware: wl0: Jul 12 2022 18:54:54 version 18.35.387.23.146 (g412cc5ec) FWID 01-93c53be6
[ 5.358842] [dhd] CLM: 9.9.12_SS (2021-10-12 17:03:28)
[ 5.372784] [dhd] dhd_ecounter_autoconfig Ecounter autoconfig in FW not supported
[ 5.373939] [dhd] dhd_legacy_preinit_ioctls: d3_hostwake_delay IOVAR not present, proceed
[ 5.374544] [dhd] dhd_up`ate_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 5.374569\ [dhd] dhd_rx_frame: net device is NOT registered. drop event packet
[ 5.374846] [dhd] dhd_conf_same_country : country code = CN/0 is already configured
[ 5.382151] [dhd] dhd_bus_devreset: WLAN Power On Done
[ 5.382235] [dhd] [wlan0] wl_android_wifi_on : Success
[ 5.409571] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 5.409623] [dhd] dhd_rx_frame: net device is NOT registered. drop event packet
[ 5.423681] [dhd] [wlan0] wl_cfg80211_up : Roam channel cache enabled
[ 5.425820] [dhd] [wlan0] dhd_open : Exit ret=0
[ 5.425873] [dhd] [wlan0] dhd_pri_open : tx queue started
[ 5.425934] [dhd] [wlan0] custom_xps_map_set : Done. mapping cpu
[ 5.425947] [dhd] dhd_pri_open : mutex is released.
[ 5.441128] Freeing drm_logo memory: 736K
[ 5.446142] [dhd] P2P interface registered
nl80211: kernel reports: Registration to specific type not supported
[ 5.466634] [dhd] P2P interface started
[ 5.535325] [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.825581] of_dma_request_slave_channel: dma-names property of node '/serial@febc0000' missing or empty
proc_reset[ 5.825600] dw-apb-uart febc0000.serial: failed to request DMA, use interrupt mode
chip id = BCM4362A2
FW path = /lib/firmware/BCM4362A2.hcd
send hci_download_minidriverproc_resetDone setting line discpline
N: [pulseaudio] bluez5-util.c: Could not find org.bluez.BatteryProviderManager1.RegisterBatteryProvider(), is bluetoothd started with experimental features enabled (-E flag)?
Successfully init BT for AP6275P!
Done
[ 8.085974] [dhd] [wlan0] wl_ext_set_chanspec : channel 2g-1(0x1001 20MHz)
[ 8.087171] [dhd] [wlan0] wl_conn_debug_info : Connecting with ea:bd:e8:02:58:cd ssid "gt5", len (3), channel=2g-1(chan_cnt=1), sec=wpa2/psk/mfpn/aes, rssi=-37
[ 8.170505] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 8.170527] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 8.481473] [dhd] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0
[ 8.481491] [dhd] dhd_update_multicilent_flow_rings: ifindex 0
[ 8.529938] [dhd] [wlan0] wl_iw_event : Link UP with ea:bd:e8:02:58:cd
[ 8.529960] [dhd] [wlan0] wl_ext_iapsta_link : [S] Link UP with ea:bd:e8:02:58:cd
[ 8.532452] [dhd] [wlan0] wl_bss_connect_done : Report connect result - connection succeeded
[ 8.541916] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #08!!!
[ 8.546011] [dhd] dhd_prot_flow_ring_create: Send Flow Create Req flow ID 37 for peer ea:bd:e8:02:58:cd prio 3 ifindex 0 items 512
[ 8.546366] [dhd] dhd_prot_flow_ring_create_response_process: Flow Create Response status = 0 Flow 37
[ 8.558596] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #08!!!
[ 8.559700] [dhd] [wlan0] wl_add_keyext : key index (0) for ea:bd:e8:02:58:cd
[ 8.579226] [dhd] [wlan0] wl_cfg80211_set_suspend_bcn_li_dtim : bcn_li_dtim:0 lpas:0 bcn_to_dly:0
[ 8.587888] [dhd] dhd_prot_flow_ring_create: Send Flow Create Req flow ID 41 for peer 33:33:00:00:00:16 prio 0 ifindex 0 items 2048
[ 8.588219] [dhd] dhd_prot_flow_ring_create_response_process: Flow Create Response status = 0 Flow 41
[ 8.651704] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #08!!!
[ 8.667855] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #08!!!
[ 10.116047] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #08!!!
[ 13.676230] NOHZ tick-stop error: Non-RCU local softirqwork is pending, handler #08!!!
[ 15.208531] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #08!!!
[ 16.213345] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #08!!!
[ 16.213383] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #08!!!
[ 16.409938] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #08!!!
root@rk3588s-buildroot:/#
root@rk3588s-buildroot:/#
root@rk3588s-buildroot:/#
root@rk3588s-buildroot:/#
root@rk3588s-buildroot:/#
[END] 2024/10/28 17:07:48