20250717在荣品的PRO-RK3566开发板的Android13系统下解决点屏出现问题unsupport command data type: 217
2025/7/17 15:56
缘起:以前点海罗的屏的时候。
一直有个疑问,万一屏参写错了一个字节呢?
屏参是否下发完整?
在buildroot下,后来发现海罗的屏几乎不用怎么配置初始化代码。
屏参配置好之后,屏就亮了!^_
最后和海罗电话确认,所用的7寸屏不用下发屏参/通过OPT模式写入到FT7250这颗IC中了。
1、因为结构的原因/海罗的技术支持实在不给力!^_
今天花了一个下午把卡迪的屏的初始化代码的格式整理好,但是屏不亮!^_
在uboot阶段会出现错误:
【你的屏参有问题。再出问题的地方仔细核查/比对一下吧。^_】
unsupport command data type: 217
failed to send on cmds: -22
Rockchip UBOOT DRM driver version: v1.0.1
VOP have 2 active VP
vp0 have layer nr:3[1 3 5 ], primary plane: 5
vp1 have layer nr:3[0 2 4 ], primary plane: 4
vp2 have layer nr:0[], primary plane: 0
disp info 2, type:16, id:0
base2_disp_info couldn't be found, screen_info type[0] or id[0] mismatched
Using display timing dts
dsi@fe060000: detailed mode clock 149000 kHz, flags[a]
H: 1200 1216 1226 1243
V: 1920 1954 1966 1998
bus_format: 100e
VOP update mode to: 1200x1920p60, type: MIPI0 for VP1
VP1 set crtc_clock to 149000KHz
VOP VP1 enable Smart0[654x270->654x270@273x825] fmt[2] addr[0xedf04000]
final DSI-Link bandwidth: 996 Mbps x 4
**** wyb 2025/6/13 9:22 drivers/video/drm/rockchip_panel.c panel_simple_prepare 315
**** wyb 2025/6/13 9:22 drivers/video/drm/rockchip_panel.c panel_simple_prepare 335 reset_gpio, 1
**** wyb 2025/6/13 9:22 drivers/video/drm/rockchip_panel.c panel_simple_prepare 347 reset_gpio, 0
&&&& wyb 2025/6/20 11:03 drivers/video/drm/rockchip_panel.c rockchip_panel_send_dsi_cmds 246
unsupport command data type: 217
failed to send on cmds: -22
disp info 0, type:11, id:0
xfer: num: 2, addr: 0x50
xfer: num: 2, addr: 0x50
Monitor has basic audio support
base_parameter.mode:1920x1080
hdmi@fe0a0000: detailed mode clock 148500 kHz, flags[5]
H: 1920 2008 2052 2200
V: 1080 1084 1089 1125
bus_format: 100a
VOP update mode to: 1920x1080p60, type: HDMI0 for VP0
VP0 set crtc_clock to 148000KHz
VOP VP0 enable Smart1[654x270->654x270@633x405] fmt[2] addr[0xedf04000]
CEA mode used vic=16
final pixclk = 148000000 tmdsclk = 148000000
PHY powered down in 0 iterations
2、在uboot阶段点屏/初始化LCD屏的时候,打印你全部下发的初始码:
Z:\Android13.0\u-boot\drivers\video\drm\rockchip_panel.c
static int rockchip_panel_send_dsi_cmds(struct mipi_dsi_device *dsi,
struct rockchip_panel_cmds *cmds)
{
int i, ret;
struct drm_dsc_picture_parameter_set *pps = NULL;
int j = 0;
printf("&&&& wyb 2025/7/11 17:51 %s %s %d\n", __FILE__, __FUNCTION__, __LINE__);
if (!cmds)
return -EINVAL;
for (i = 0; i < cmds->cmd_cnt; i++) {
struct rockchip_cmd_desc *desc = &cmds->cmds[i];
const struct rockchip_cmd_header *header = &desc->header;
// printf("**** wyb 2025/6/13 9:22 %s %s %d header->data_type=0x%02x\n", __FILE__, __FUNCTION__, __LINE__, header->data_type);
printf("0x%02x ", header->data_type);
switch (header->data_type) {
case MIPI_DSI_COMPRESSION_MODE:
ret = mipi_dsi_compression_mode(dsi, desc->payload[0]);
break;
case MIPI_DSI_GENERIC_SHORT_WRITE_0_PARAM:
case MIPI_DSI_GENERIC_SHORT_WRITE_1_PARAM:
case MIPI_DSI_GENERIC_SHORT_WRITE_2_PARAM:
case MIPI_DSI_GENERIC_LONG_WRITE:
ret = mipi_dsi_generic_write(dsi, desc->payload,
header->payload_length);
for(j=0; j<header->payload_length; j++)
{
// printf("0x%02x, ", desc->payload[j]);
printf("%02x ", desc->payload[j]);
}
printf("\n");
break;
case MIPI_DSI_DCS_SHORT_WRITE:
case MIPI_DSI_DCS_SHORT_WRITE_PARAM:
case MIPI_DSI_DCS_LONG_WRITE:
ret = mipi_dsi_dcs_write_buffer(dsi, desc->payload,
header->payload_length);
break;
3、出错解析:
Z:\Android13.0\kernel-5.10\arch\arm64\boot\dts\rockchip\rk356x\rp-lcd-mipi0-7-1200-1920.dtsi
//Blank 11
23 00 03 41 5A 0B
29 00 11 80 00 00 50 85 C6 AA 00 00 A0 0A 8D A5 A6 22 00 00
29 00 11 90 FF D8 B8 F7 25 70 E0 08 11 02 40 13 4F 4D 3C 35
29 00 11 A0 F1 A4 06 FF FF 00
//Blank 12
23 00 03 41 5A 0C
29 00 11 80 D9 68 58 02 3C D4 71 02 00 00 56 01 00 55 61 15
29 00 11 90 55 51 15 56 01 00 56 01 00 55 61 15 55 51 15 56
29 00 11 A0 61 89 01 50 00 50 00 50 00 40 94 02 00 00 00 30
29 00 11 B0 28 15 80 C4 18 00 00 00 30 0A 00 00 00 00 00 00
修正为:
//Blank 11
23 00 03 41 5A 0B
29 00 11 80 00 00 50 85 C6 AA 00 00 A0 0A 8D A5 A6 22 00 00
29 00 11 90 FF D8 B8 F7 25 70 E0 08 11 02 40 13 4F 4D 3C 35
29 00 07 A0 F1 A4 06 FF FF 00
//Blank 12
23 00 03 41 5A 0C
29 00 11 80 D9 68 58 02 3C D4 71 02 00 00 56 01 00 55 61 15
29 00 11 90 55 51 15 56 01 00 56 01 00 55 61 15 55 51 15 56
29 00 11 A0 61 89 01 50 00 50 00 50 00 40 94 02 00 00 00 30
29 00 11 B0 28 15 80 C4 18 00 00 00 30 0A 00 00 00 00 00 00
为了简单起见,格式转换的时候,我直接在每一行前面加上了:“29 00 11 ”
初始码每一行都仔细校对过了。但是 前导的格式化跑来添乱了!^_
完整的出错LOG:
[2025/7/17 17:56:55] DDR V1.18 f366f69a7d typ 23/07/17-15:48:58
[2025/7/17 17:56:55] ln
[2025/7/17 17:56:55] LP4/4x derate en, other dram:1x trefi
[2025/7/17 17:56:55] SRX
[2025/7/17 17:56:55] ddrconfig:7
[2025/7/17 17:56:55] LPDDR4X, 324MHz
[2025/7/17 17:56:55] BW=32 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=4096MB
[2025/7/17 17:56:55] tdqss: cs0 dqs0: 24ps, dqs1: -120ps, dqs2: -48ps, dqs3: -192ps,
[2025/7/17 17:56:55] tdqss: cs1 dqs0: 48ps, dqs1: -120ps, dqs2: -48ps, dqs3: -168ps,
[2025/7/17 17:56:55]
[2025/7/17 17:56:55] change to: 324MHz
[2025/7/17 17:56:55] clk skew:0x62
[2025/7/17 17:56:55]
[2025/7/17 17:56:55] change to: 528MHz
[2025/7/17 17:56:55] clk skew:0x58
[2025/7/17 17:56:55]
[2025/7/17 17:56:55] change to: 780MHz
[2025/7/17 17:56:55] clk skew:0x58
[2025/7/17 17:56:55]
[2025/7/17 17:56:55] change to: 1056MHz(final freq)
[2025/7/17 17:56:55] PHY drv:clk:36,ca:36,DQ:29,odt:60
[2025/7/17 17:56:55] vrefinner:16%, vrefout:22%
[2025/7/17 17:56:55] dram drv:40,odt:80
[2025/7/17 17:56:55] vref_ca:00000071
[2025/7/17 17:56:55] clk skew:0x3c
[2025/7/17 17:56:55] cs 0:
[2025/7/17 17:56:55] the read training result:
[2025/7/17 17:56:55] DQS0:0x49, DQS1:0x4c, DQS2:0x4e, DQS3:0x40,
[2025/7/17 17:56:55] min : 0xf 0x10 0x11 0xf 0x1 0x5 0x7 0x6 , 0xd 0xb 0x5 0x2 0x10 0xf 0x10 0xd ,
[2025/7/17 17:56:55] 0x15 0x12 0xf 0xf 0x5 0x1 0x3 0x8 , 0xb 0x7 0x6 0x1 0xe 0xd 0xa 0xf ,
[2025/7/17 17:56:55] mid :0x32 0x33 0x34 0x32 0x25 0x28 0x2b 0x29 ,0x2e 0x2f 0x28 0x26 0x33 0x33 0x33 0x31 ,
[2025/7/17 17:56:55] 0x36 0x34 0x31 0x30 0x28 0x23 0x25 0x2a ,0x2d 0x2a 0x28 0x23 0x30 0x30 0x2b 0x32 ,
[2025/7/17 17:56:55] max :0x56 0x57 0x58 0x55 0x49 0x4c 0x4f 0x4c ,0x50 0x54 0x4c 0x4b 0x57 0x57 0x57 0x55 ,
[2025/7/17 17:56:55] 0x58 0x56 0x54 0x52 0x4c 0x46 0x48 0x4d ,0x50 0x4d 0x4a 0x46 0x52 0x53 0x4c 0x55 ,
[2025/7/17 17:56:55] range:0x47 0x47 0x47 0x46 0x48 0x47 0x48 0x46 ,0x43 0x49 0x47 0x49 0x47 0x48 0x47 0x48 ,
[2025/7/17 17:56:55] 0x43 0x44 0x45 0x43 0x47 0x45 0x45 0x45 ,0x45 0x46 0x44 0x45 0x44 0x46 0x42 0x46 ,
[2025/7/17 17:56:55] the write training result:
[2025/7/17 17:56:55] DQS0:0x3f, DQS1:0x2c, DQS2:0x36, DQS3:0x23,
[2025/7/17 17:56:55] min :0x69 0x6c 0x6d 0x6d 0x5f 0x63 0x65 0x66 0x66 ,0x54 0x55 0x51 0x4d 0x57 0x55 0x56 0x55 0x54 ,
[2025/7/17 17:56:55] 0x64 0x62 0x5f 0x5f 0x58 0x53 0x55 0x5a 0x5d ,0x53 0x50 0x51 0x4e 0x56 0x55 0x52 0x57 0x53 ,
[2025/7/17 17:56:55] mid :0x86 0x89 0x8a 0x88 0x7b 0x7e 0x80 0x80 0x83 ,0x70 0x70 0x6b 0x6a 0x73 0x71 0x72 0x70 0x6f ,
[2025/7/17 17:56:55] 0x7f 0x7e 0x7b 0x7b 0x73 0x6e 0x70 0x75 0x79 ,0x6f 0x6c 0x6b 0x69 0x72 0x71 0x6d 0x72 0x6e ,
[2025/7/17 17:56:55] max :0xa4 0xa6 0xa7 0xa3 0x98 0x99 0x9c 0x9b 0xa0 ,0x8c 0x8b 0x85 0x87 0x8f 0x8d 0x8e 0x8c 0x8b ,
[2025/7/17 17:56:55] 0x9b 0x9b 0x97 0x97 0x8f 0x8a 0x8c 0x91 0x96 ,0x8c 0x88 0x85 0x85 0x8e 0x8d 0x88 0x8e 0x89 ,
[2025/7/17 17:56:55] range:0x3b 0x3a 0x3a 0x36 0x39 0x36 0x37 0x35 0x3a ,0x38 0x36 0x34 0x3a 0x38 0x38 0x38 0x37 0x37 ,
[2025/7/17 17:56:55] 0x37 0x39 0x38 0x38 0x37 0x37 0x37 0x37 0x39 ,0x39 0x38 0x34 0x37 0x38 0x38 0x36 0x37 0x36 ,
[2025/7/17 17:56:55] cs 1:
[2025/7/17 17:56:55] the read training result:
[2025/7/17 17:56:55] DQS0:0x49, DQS1:0x4b, DQS2:0x4f, DQS3:0x43,
[2025/7/17 17:56:55] min : 0xd 0xf 0x10 0xe 0x1 0x5 0x7 0x6 , 0xb 0x9 0x3 0x1 0xd 0xc 0xe 0xb ,
[2025/7/17 17:56:55] 0x14 0x12 0xe 0xe 0x5 0x1 0x2 0x8 , 0xc 0x8 0x6 0x1 0xf 0xe 0xa 0x10 ,
[2025/7/17 17:56:55] mid :0x31 0x32 0x34 0x31 0x25 0x28 0x2a 0x28 ,0x2c 0x2d 0x26 0x24 0x30 0x30 0x31 0x2f ,
[2025/7/17 17:56:55] 0x36 0x35 0x32 0x30 0x29 0x24 0x26 0x2c ,0x2f 0x2c 0x29 0x25 0x32 0x32 0x2d 0x33 ,
[2025/7/17 17:56:55] max :0x55 0x56 0x58 0x55 0x49 0x4c 0x4e 0x4b ,0x4e 0x52 0x4a 0x48 0x54 0x54 0x55 0x53 ,
[2025/7/17 17:56:55] 0x59 0x58 0x56 0x53 0x4e 0x48 0x4a 0x50 ,0x53 0x51 0x4c 0x4a 0x55 0x57 0x50 0x57 ,
[2025/7/17 17:56:55] range:0x48 0x47 0x48 0x47 0x48 0x47 0x47 0x45 ,0x43 0x49 0x47 0x47 0x47 0x48 0x47 0x48 ,
[2025/7/17 17:56:55] 0x45 0x46 0x48 0x45 0x49 0x47 0x48 0x48 ,0x47 0x49 0x46 0x49 0x46 0x49 0x46 0x47 ,
[2025/7/17 17:56:55] the write training result:
[2025/7/17 17:56:55] DQS0:0x3f, DQS1:0x2c, DQS2:0x36, DQS3:0x23,
[2025/7/17 17:56:55] min :0x64 0x67 0x69 0x68 0x59 0x5a 0x5d 0x5e 0x5f ,0x4c 0x4d 0x47 0x46 0x50 0x4e 0x50 0x4e 0x4c ,
[2025/7/17 17:56:55] 0x5a 0x58 0x55 0x57 0x50 0x4c 0x4c 0x52 0x54 ,0x4e 0x4c 0x4c 0x47 0x52 0x51 0x4d 0x52 0x4c ,
[2025/7/17 17:56:55] mid :0x80 0x82 0x84 0x81 0x75 0x76 0x79 0x7a 0x7a ,0x69 0x69 0x62 0x61 0x6b 0x6a 0x6b 0x6a 0x68 ,
[2025/7/17 17:56:55] 0x77 0x75 0x72 0x73 0x6b 0x67 0x68 0x6e 0x70 ,0x6a 0x68 0x66 0x63 0x6d 0x6d 0x68 0x6e 0x68 ,
[2025/7/17 17:56:55] max :0x9c 0x9d 0xa0 0x9b 0x91 0x92 0x95 0x96 0x96 ,0x86 0x85 0x7d 0x7d 0x87 0x87 0x87 0x87 0x84 ,
[2025/7/17 17:56:55] 0x95 0x93 0x8f 0x90 0x87 0x83 0x84 0x8b 0x8d ,0x87 0x85 0x81 0x80 0x89 0x8a 0x84 0x8b 0x84 ,
[2025/7/17 17:56:55] range:0x38 0x36 0x37 0x33 0x38 0x38 0x38 0x38 0x37 ,0x3a 0x38 0x36 0x37 0x37 0x39 0x37 0x39 0x38 ,
[2025/7/17 17:56:55] 0x3b 0x3b 0x3a 0x39 0x37 0x37 0x38 0x39 0x39 ,0x39 0x39 0x35 0x39 0x37 0x39 0x37 0x39 0x38 ,
[2025/7/17 17:56:55] CA Training result:
[2025/7/17 17:56:55] cs:0 min :0x46 0x43 0x3c 0x37 0x3c 0x37 0x3f ,0x44 0x3e 0x3a 0x35 0x38 0x33 0x3c ,
[2025/7/17 17:56:55] cs:0 mid :0x83 0x84 0x79 0x78 0x79 0x78 0x70 ,0x81 0x7f 0x76 0x77 0x75 0x75 0x6d ,
[2025/7/17 17:56:55] cs:0 max :0xc0 0xc5 0xb7 0xba 0xb7 0xba 0xa2 ,0xbf 0xc1 0xb3 0xb9 0xb3 0xb7 0x9f ,
[2025/7/17 17:56:55] cs:0 range:0x7a 0x82 0x7b 0x83 0x7b 0x83 0x63 ,0x7b 0x83 0x79 0x84 0x7b 0x84 0x63 ,
[2025/7/17 17:56:55] cs:1 min :0x42 0x46 0x38 0x39 0x39 0x3a 0x3c ,0x3f 0x41 0x35 0x37 0x34 0x34 0x3a ,
[2025/7/17 17:56:55] cs:1 mid :0x82 0x84 0x79 0x77 0x79 0x78 0x70 ,0x7f 0x7e 0x76 0x75 0x75 0x73 0x6e ,
[2025/7/17 17:56:55] cs:1 max :0xc3 0xc2 0xba 0xb5 0xba 0xb7 0xa5 ,0xc0 0xbb 0xb7 0xb3 0xb6 0xb2 0xa2 ,
[2025/7/17 17:56:55] cs:1 range:0x81 0x7c 0x82 0x7c 0x81 0x7d 0x69 ,0x81 0x7a 0x82 0x7c 0x82 0x7e 0x68 ,
[2025/7/17 17:56:55] out
[2025/7/17 17:56:55] U-Boot SPL board init
[2025/7/17 17:56:55] U-Boot SPL 2017.09-gaaca6ffec1-211203 #zzz (Dec 03 2021 - 18:42:16)
[2025/7/17 17:56:55] unknown raw ID phN
[2025/7/17 17:56:55] unrecognized JEDEC id bytes: 00, 00, 00
[2025/7/17 17:56:55] Trying to boot from MMC2
[2025/7/17 17:56:55] MMC error: The cmd index is 1, ret is -110
[2025/7/17 17:56:55] Card did not respond to voltage select!
[2025/7/17 17:56:55] mmc_init: -95, time 17
[2025/7/17 17:56:55] spl: mmc init failed with error: -95
[2025/7/17 17:56:55] Trying to boot from MMC1
[2025/7/17 17:56:55] SPL: A/B-slot: _a, successful: 0, tries-remain: 7
[2025/7/17 17:56:55] Trying fit image at 0x4000 sector
[2025/7/17 17:56:55] ## Verified-boot: 0
[2025/7/17 17:56:55] ## Checking atf-1 0x00040000 ... sha256(0d5225a4ab...) + OK
[2025/7/17 17:56:55] ## Checking uboot 0x00a00000 ... sha256(d2ca45e922...) + OK
[2025/7/17 17:56:55] ## Checking fdt 0x00b45d40 ... sha256(036cca5880...) + OK
[2025/7/17 17:56:55] ## Checking atf-2 0xfdcc1000 ... sha256(3e94d16e6a...) + OK
[2025/7/17 17:56:55] ## Checking atf-3 0x0006b000 ... sha256(fde0ef262b...) + OK
[2025/7/17 17:56:55] ## Checking atf-4 0xfdcce000 ... sha256(c9eb312bf2...) + OK
[2025/7/17 17:56:55] ## Checking atf-5 0xfdcd0000 ... sha256(befba422b8...) + OK
[2025/7/17 17:56:55] ## Checking atf-6 0x00069000 ... sha256(6ede7a3b44...) + OK
[2025/7/17 17:56:55] ## Checking optee 0x08400000 ... sha256(6c92ef6a0e...) + OK
[2025/7/17 17:56:55] Jumping to U-Boot(0x00a00000) via ARM Trusted Firmware(0x00040000)
[2025/7/17 17:56:55] Total: 320.873 ms
[2025/7/17 17:56:55]
[2025/7/17 17:56:55] INFO: Preloader serial: 2
[2025/7/17 17:56:55] NOTICE: BL31: v2.3():v2.3-607-gbf602aff1:cl
[2025/7/17 17:56:55] NOTICE: BL31: Built : 10:16:03, Jun 5 2023
[2025/7/17 17:56:55] INFO: GICv3 without legacy support detected.
[2025/7/17 17:56:55] INFO: ARM GICv3 driver initialized in EL3
[2025/7/17 17:56:55] INFO: pmu v1 is valid 220114
[2025/7/17 17:56:55] INFO: dfs DDR fsp_param[0].freq_mhz= 1056MHz
[2025/7/17 17:56:55] INFO: dfs DDR fsp_param[1].freq_mhz= 324MHz
[2025/7/17 17:56:55] INFO: dfs DDR fsp_param[2].freq_mhz= 528MHz
[2025/7/17 17:56:55] INFO: dfs DDR fsp_param[3].freq_mhz= 780MHz
[2025/7/17 17:56:55] INFO: Using opteed sec cpu_context!
[2025/7/17 17:56:55] INFO: boot cpu mask: 0
[2025/7/17 17:56:55] INFO: BL31: Initializing runtime services
[2025/7/17 17:56:55] INFO: BL31: Initializing BL32
[2025/7/17 17:56:55] I/TC:
[2025/7/17 17:56:55] I/TC: OP-TEE version: 3.13.0-743-gb5340fd65 #hisping.lin (gcc version 10.2.1 20201103 (GNU Toolchain for the A-profile Architecture 10.2-2020.11 (arm-10.16))) #5 Mon Aug 28 15:15:17 CST 2023 aarch64
[2025/7/17 17:56:55] I/TC: Primary CPU initializing
[2025/7/17 17:56:56] E/TC:0 0 hal_algo_version_init:296 CRYPTO_CRYPTO_VERSION_NEW no support. Skip all algo mode check.
[2025/7/17 17:56:56] I/TC: Primary CPU switching to normal world boot
[2025/7/17 17:56:56] INFO: BL31: Preparing for EL3 exit to normal world
[2025/7/17 17:56:56] INFO: Entry point address = 0xa00000
[2025/7/17 17:56:56] INFO: SPSR = 0x3c9
[2025/7/17 17:56:56]
[2025/7/17 17:56:56]
[2025/7/17 17:56:56] U-Boot 2017.09 (Jul 17 2025 - 17:30:22 +0800)
[2025/7/17 17:56:56]
[2025/7/17 17:56:56] Model: Rockchip RK3568 Evaluation Board
[2025/7/17 17:56:56] MPIDR: 0x81000000
[2025/7/17 17:56:56] PreSerial: 2, raw, 0xfe660000
[2025/7/17 17:56:56] DRAM: 4 GiB
[2025/7/17 17:56:56] Sysmem: init
[2025/7/17 17:56:56] Relocation Offset: ed219000
[2025/7/17 17:56:56] Relocation fdt: eb9f8a28 - eb9fece8
[2025/7/17 17:56:56] CR: M/C/I
[2025/7/17 17:56:56] Using default environment
[2025/7/17 17:56:56]
[2025/7/17 17:56:56] optee api revision: 2.0
[2025/7/17 17:56:56] dwmmc@fe2b0000: 1, dwmmc@fe2c0000: 2, sdhci@fe310000: 0
[2025/7/17 17:56:56] Bootdev(atags): mmc 0
[2025/7/17 17:56:56] MMC0: HS200, 200Mhz
[2025/7/17 17:56:56] PartType: EFI
[2025/7/17 17:56:56] DM: v1
[2025/7/17 17:56:56] Android 13.0, Build 2023.8, v2
[2025/7/17 17:56:56] boot mode: normal
[2025/7/17 17:56:56] RESC: 'boot', blk@0x0001da6c
[2025/7/17 17:56:56] Device is: UNLOCKED
[2025/7/17 17:56:56] DTB: rk-kernel.dtb
[2025/7/17 17:56:56] HASH(c): OK
[2025/7/17 17:56:56] ANDROID: fdt overlay OK
[2025/7/17 17:56:56] I2c0 speed: 100000Hz
[2025/7/17 17:56:56] PMIC: RK8090 (on=0x40, off=0x00)
[2025/7/17 17:56:56] vdd_logic init 950000 uV
[2025/7/17 17:56:56] vdd_gpu init 900000 uV
[2025/7/17 17:56:56] vdd_npu init 900000 uV
[2025/7/17 17:56:56] vsel-gpios- not found! Error: -2
[2025/7/17 17:56:56] vdd_cpu init 1000000 uV
[2025/7/17 17:56:56] io-domain: OK
[2025/7/17 17:56:56] INFO: ddr dmc_fsp already initialized in loader.
[2025/7/17 17:56:56] &&&& wyb 2025/6/20 11:51 drivers/video/drm/rockchip_panel.c rockchip_panel_probe 522
[2025/7/17 17:56:56] Device 'gpio@fdd60000': seq 0 is in use by 'gpio0@fdd60000'
[2025/7/17 17:56:56] Device 'gpio@fe740000': seq 1 is in use by 'gpio@fdd60000'
[2025/7/17 17:56:56] Device 'gpio@fe750000': seq 2 is in use by 'gpio@fe740000'
[2025/7/17 17:56:57] **** wyb 2025/6/20 9:15 drivers/video/drm/rockchip_panel.c rockchip_panel_probe 545 1
[2025/7/17 17:56:57] Model: pro-rk3566
[2025/7/17 17:56:57] MPIDR: 0x81000000
[2025/7/17 17:56:57] ethaddr = 62:53:b7:cd:de:06
[2025/7/17 17:56:57] eth1addr = 3a:37:db:71:2a:f5
[2025/7/17 17:56:57] eth2addr = 1e:fe:73:88:87:7a
[2025/7/17 17:56:57] eth3addr = 6a:04:0a:4f:5c:b1
[2025/7/17 17:56:57] Rockchip UBOOT DRM driver version: v1.0.1
[2025/7/17 17:56:57] VOP have 2 active VP
[2025/7/17 17:56:57] vp0 have layer nr:3[1 3 5 ], primary plane: 5
[2025/7/17 17:56:57] vp1 have layer nr:3[0 2 4 ], primary plane: 4
[2025/7/17 17:56:57] vp2 have layer nr:0[], primary plane: 0
[2025/7/17 17:56:57] disp info 2, type:16, id:0
[2025/7/17 17:56:57] base2_disp_info couldn't be found, screen_info type[0] or id[0] mismatched
[2025/7/17 17:56:57] Using display timing dts
[2025/7/17 17:56:57] dsi@fe060000: detailed mode clock 149000 kHz, flags[a]
[2025/7/17 17:56:57] H: 1200 1216 1226 1243
[2025/7/17 17:56:57] V: 1920 1954 1966 1998
[2025/7/17 17:56:57] bus_format: 100e
[2025/7/17 17:56:57] VOP update mode to: 1200x1920p60, type: MIPI0 for VP1
[2025/7/17 17:56:57] VP1 set crtc_clock to 149000KHz
[2025/7/17 17:56:57] VOP VP1 enable Smart0[654x270->654x270@273x825] fmt[2] addr[0xedf04000]
[2025/7/17 17:56:57] final DSI-Link bandwidth: 996 Mbps x 4
[2025/7/17 17:56:58] **** wyb 2025/6/13 9:22 drivers/video/drm/rockchip_panel.c panel_simple_prepare 316
[2025/7/17 17:56:58] **** wyb 2025/6/13 9:22 drivers/video/drm/rockchip_panel.c panel_simple_prepare 336 reset_gpio, 1
[2025/7/17 17:56:58] **** wyb 2025/6/13 9:22 drivers/video/drm/rockchip_panel.c panel_simple_prepare 348 reset_gpio, 0
[2025/7/17 17:56:58] &&&& wyb 2025/7/11 17:51 drivers/video/drm/rockchip_panel.c rockchip_panel_send_dsi_cmds 246
[2025/7/17 17:56:58] 0x13 41 5a
[2025/7/17 17:56:58] 0x23 41 5a 03
[2025/7/17 17:56:58] 0x13 80 20
[2025/7/17 17:56:58] 0x23 41 5a 2f
[2025/7/17 17:56:58] 0x13 28 00
[2025/7/17 17:56:58] 0x13 10 00
[2025/7/17 17:56:58] 0x23 41 5a 08
[2025/7/17 17:56:58] 0x29 80 82 00 c8 00
[2025/7/17 17:56:58] 0x23 41 5a 09
[2025/7/17 17:56:58] 0x29 80 5a 01 ab 9f a5 99 59 2a b1 06 00 00 80 bf 15 02
[2025/7/17 17:56:58] 0x29 90 00 44 84 14 c6 33 9b 01 c0 29 d9 44 06 20 22 08
[2025/7/17 17:56:58] 0x29 a0 80 90 a0 00 00 0c 55 55 05 00 1f 14 42 00 fe ff
[2025/7/17 17:56:58] 0x29 b0 03 e8 b0 00 e2 06 e2 00 00 00 30 41 25 00 0a 00
[2025/7/17 17:56:58] 0x29 c0 00 00 00 00 00 00 00 00 90 42 01 00 07
[2025/7/17 17:56:58] 0x23 41 5a 0a
[2025/7/17 17:56:58] 0x29 80 a5 a5 d4 00 23 30 3c 4b 5b 6e 81 81 8c 84 96 72
[2025/7/17 17:56:58] 0x29 90 62 6c 62 5a 46 3c 2d 25 1d 18 07 00 23 30 3c 4b
[2025/7/17 17:56:58] 0x29 a0 5b 6e 81 81 8c 84 96 72 62 6c 62 5a 46 3c 2d 25
[2025/7/17 17:56:58] 0x29 b0 1d 18 1f
[2025/7/17 17:56:58] 0x23 41 5a 0b
[2025/7/17 17:56:58] 0x29 80 00 00 50 85 c6 aa 00 00 a0 0a 8d a5 a6 22 00 00
[2025/7/17 17:56:58] 0x29 90 ff d8 b8 f7 25 70 e0 08 11 02 40 13 4f 4d 3c 35
[2025/7/17 17:56:58] 0x29 a0 f1 a4 06 ff ff 00 23 00 03 41 5a 0c 29 00 11 80
[2025/7/17 17:56:58] 0xd9 unsupport command data type: 217
[2025/7/17 17:56:58] failed to send on cmds: -22
[2025/7/17 17:56:58] disp info 0, type:11, id:0
[2025/7/17 17:56:58] hdmi@fe0a0000 disconnected
[2025/7/17 17:56:58] CLK: (sync kernel. arm: enter 816000 KHz, init 816000 KHz, kernel 0N/A)
[2025/7/17 17:56:58] apll 1104000 KHz
[2025/7/17 17:56:58] dpll 528000 KHz
[2025/7/17 17:56:58] gpll 1188000 KHz
[2025/7/17 17:56:58] cpll 1000000 KHz
[2025/7/17 17:56:58] npll 1200000 KHz
[2025/7/17 17:56:58] vpll 745000 KHz
[2025/7/17 17:56:58] hpll 24000 KHz
[2025/7/17 17:56:58] ppll 200000 KHz
[2025/7/17 17:56:58] armclk 1104000 KHz
[2025/7/17 17:56:58] aclk_bus 150000 KHz
[2025/7/17 17:56:58] pclk_bus 100000 KHz
[2025/7/17 17:56:58] aclk_top_high 500000 KHz
[2025/7/17 17:56:58] aclk_top_low 400000 KHz
[2025/7/17 17:56:58] hclk_top 150000 KHz
[2025/7/17 17:56:58] pclk_top 100000 KHz
[2025/7/17 17:56:58] aclk_perimid 300000 KHz
[2025/7/17 17:56:58] hclk_perimid 150000 KHz
[2025/7/17 17:56:58] pclk_pmu 100000 KHz
[2025/7/17 17:56:58] Net: Device 'gpio3@fe760000': seq 3 is in use by 'gpio@fe750000'
[2025/7/17 17:56:58] eth1: ethernet@fe010000
[2025/7/17 17:56:58] Hit key to stop autoboot('CTRL+C'): 0
[2025/7/17 17:56:58] ANDROID: reboot reason: "(none)"
[2025/7/17 17:56:58] Vboot=0, AVB images, AVB verify
[2025/7/17 17:56:58] read_is_device_unlocked() ops returned that device is UNLOCKED
[2025/7/17 17:56:58] avb_slot_verify.c:763: ERROR: vbmeta: Error verifying vbmeta image: OK_NOT_SIGNED
[2025/7/17 17:56:58] preloaded: distribute image from 'boot
[2025/7/17 17:56:59] ANDROID: Hash OK
[2025/7/17 17:56:59] Could not find "system" partition
[2025/7/17 17:56:59] Booting IMAGE kernel at 0x00280000 with fdt at 0x08300000...
[2025/7/17 17:56:59]
[2025/7/17 17:56:59]
[2025/7/17 17:56:59] Fdt Ramdisk skip relocation
[2025/7/17 17:56:59] ## Booting Android Image at 0x0027f800 ...
[2025/7/17 17:56:59] Kernel: 0x00280000 - 0x0236e008 (33721 KiB)
[2025/7/17 17:56:59] ramdisk: 0x0a200000 - 0x0a35e0ec (1401 KiB)
[2025/7/17 17:56:59] ## Flattened Device Tree blob at 0x08300000
[2025/7/17 17:56:59] Booting using the fdt blob at 0x08300000
[2025/7/17 17:56:59] XIP Kernel Image from 0x00280000 to 0x00280000 ... OK
[2025/7/17 17:56:59] kernel loaded at 0x00280000, end = 0x0236e008
[2025/7/17 17:56:59] Using Device Tree in place at 0000000008300000, end 000000000832d454
[2025/7/17 17:56:59] vp0, plane_mask:0x2a, primary-id:5, curser-id:-1
[2025/7/17 17:56:59] vp1, plane_mask:0x15, primary-id:4, curser-id:-1
[2025/7/17 17:56:59] vp2, plane_mask:0x0, primary-id:0, curser-id:-1
[2025/7/17 17:56:59] ## reserved-memory:
[2025/7/17 17:56:59] drm-logo@00000000: addr=edf00000 size=b8000
[2025/7/17 17:56:59] drm-cubic-lut@00000000: addr=eff00000 size=8000
[2025/7/17 17:56:59] linux,cma: addr=10000000 size=800000
[2025/7/17 17:56:59] ramoops@110000: addr=110000 size=f0000
[2025/7/17 17:56:59] vendor-storage-rm@00000000: addr=ebd14000 size=10000
[2025/7/17 17:56:59] Adding bank: 0x00200000 - 0x08400000 (size: 0x08200000)
[2025/7/17 17:56:59] Adding bank: 0x09400000 - 0xf0000000 (size: 0xe6c00000)
[2025/7/17 17:56:59] Adding bank: 0x1f0000000 - 0x200000000 (size: 0x10000000)
[2025/7/17 17:56:59] == DO RELOCATE == Kernel from 0x00280000 to 0x00200000
[2025/7/17 17:56:59] Total: 3258.469/3387.285 ms
[2025/7/17 17:56:59]
[2025/7/17 17:56:59] Starting kernel ...
[2025/7/17 17:56:59]
[2025/7/17 17:56:59] [ 3.395617][ T0] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[2025/7/17 17:56:59] [ 3.395642][ T0] Linux version 5.10.157+ (rootroot@rootroot-X99-Turbo) (Android (8490178, based on r450784d) clang version 14.0.6 (https://android.googlesource.com/toolchain/llvm-project 4c603efb0cca074e9238af8b4106c30add4418f6), LLD 14.0.6) #1 SMP PREEMPT Thu Jul 17 17:30:52 CST 2025
[2025/7/17 17:56:59] [ 3.402990][ T0] Machine model: pro-rk3566
[2025/7/17 17:56:59] [ 3.435447][ T0] earlycon: uart8250 at MMIO32 0x00000000fe660000 (options '')
[2025/7/17 17:56:59] [ 3.483911][ T0] printk: bootconsole [uart8250] enabled
[2025/7/17 17:56:59] [ 3.492101][ T0] Reserved memory: created CMA memory pool at 0x0000000010000000, size 8 MiB
[2025/7/17 17:56:59] [ 3.501550][ T0] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[2025/7/17 17:56:59] [ 3.567525][ T0] Zone ranges:
[2025/7/17 17:56:59] [ 3.571079][ T0] DMA32 [mem 0x0000000000200000-0x00000000ffffffff]
[2025/7/17 17:56:59] [ 3.578625][ T0] Normal [mem 0x0000000100000000-0x00000001ffffffff]
[2025/7/17 17:56:59] [ 3.586165][ T0] Movable zone start for each node
[2025/7/17 17:56:59] [ 3.591604][ T0] Early memory node ranges
[2025/7/17 17:56:59] [ 3.596282][ T0] node 0: [mem 0x0000000000200000-0x00000000083fffff]
[2025/7/17 17:56:59] [ 3.603916][ T0] node 0: [mem 0x0000000009400000-0x00000000efffffff]
[2025/7/17 17:56:59] [ 3.611550][ T0] node 0: [mem 0x00000001f0000000-0x00000001ffffffff]
[2025/7/17 17:56:59] [ 3.619184][ T0] Initmem setup node 0 [mem 0x0000000000200000-0x00000001ffffffff]
[2025/7/17 17:56:59] [ 3.646658][ T0] psci: probing for conduit method from DT.
[2025/7/17 17:56:59] [ 3.652972][ T0] psci: PSCIv1.1 detected in firmware.
[2025/7/17 17:56:59] [ 3.658797][ T0] psci: Using standard PSCI v0.2 function IDs
[2025/7/17 17:56:59] [ 3.665289][ T0] psci: Trusted OS migration not required
[2025/7/17 17:56:59] [ 3.671399][ T0] psci: SMC Calling Convention v1.2
[2025/7/17 17:56:59] [ 3.677317][ T0] percpu: Embedded 32 pages/cpu s91800 r8192 d31080 u131072
[2025/7/17 17:56:59] [ 3.685255][ T0] Detected VIPT I-cache on CPU0
[2025/7/17 17:56:59] [ 3.690440][ T0] CPU features: detected: GIC system register CPU interface
[2025/7/17 17:56:59] [ 3.698265][ T0] CPU features: detected: Virtualization Host Extensions
[2025/7/17 17:56:59] [ 3.705810][ T0] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[2025/7/17 17:56:59] [ 3.714224][ T0] alternatives: patching kernel code
[2025/7/17 17:56:59] [ 3.722078][ T0] Built 1 zonelists, mobility grouping on. Total pages: 1027656
[2025/7/17 17:56:59] [ 3.730391][ T0] Kernel command line: storagemedia=emmc androidboot.storagemedia=emmc androidboot.mode=normal androidboot.dtb_idx=0 androidboot.dtbo_idx=0 androidboot.verifiedbootstate=orange androidboot.serialno=eb8e18cb75f0c6de console=ttyFIQ0 firmware_class.path=/vendor/etc/firmware init=/init rootwait ro loop.max_part=7 androidboot.console=ttyFIQ0 androidboot.wificountrycode=CN androidboot.hardware=rk30board androidboot.boot_devices=fe310000.sdhci,fe330000.nandc,fe2b0000.dwmmc androidboot.selinux=permissive buildvariant=userdebug earlycon=uart8250,mmio32,0xfe660000
[2025/7/17 17:56:59] [ 3.787631][ T0] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[2025/7/17 17:56:59] [ 3.797564][ T0] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[2025/7/17 17:56:59] [ 3.806944][ T0] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[2025/7/17 17:56:59] [ 3.846925][ T0] software IO TLB: mapped [mem 0x00000000e7d14000-0x00000000ebd14000] (64MB)
[2025/7/17 17:56:59] [ 3.907712][ T0] Memory: 3981272K/4175872K available (19774K kernel code, 4216K rwdata, 8352K rodata, 1344K init, 2187K bss, 186408K reserved, 8192K cma-reserved)
[2025/7/17 17:56:59] [ 3.924035][ T0] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[2025/7/17 17:56:59] [ 3.932235][ T0] rcu: Preemptible hierarchical RCU implementation.
[2025/7/17 17:56:59] [ 3.939301][ T0] rcu: RCU event tracing is enabled.
[2025/7/17 17:56:59] [ 3.945028][ T0] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[2025/7/17 17:56:59] [ 3.952948][ T0] Trampoline variant of Tasks RCU enabled.
[2025/7/17 17:56:59] [ 3.959246][ T0] Tracing variant of Tasks RCU enabled.
[2025/7/17 17:56:59] [ 3.965258][ T0] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[2025/7/17 17:56:59] [ 3.974321][ T0] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[2025/7/17 17:56:59] [ 3.986442][ T0] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[2025/7/17 17:56:59] [ 3.994902][ T0] GICv3: GIC: Using split EOI/Deactivate mode
[2025/7/17 17:56:59] [ 4.001409][ T0] GICv3: 320 SPIs implemented
[2025/7/17 17:56:59] [ 4.006373][ T0] GICv3: 0 Extended SPIs implemented
[2025/7/17 17:56:59] [ 4.012039][ T0] GICv3: Distributor has no Range Selector support
[2025/7/17 17:56:59] [ 4.019012][ T0] GICv3: 16 PPIs implemented
[2025/7/17 17:56:59] [ 4.023916][ T0] GICv3: CPU0: found redistributor 0 region 0:0x00000000fd460000
[2025/7/17 17:56:59] [ 4.032334][ T0] ITS [mem 0xfd440000-0xfd45ffff]
[2025/7/17 17:56:59] [ 4.037749][ T0] ITS@0x00000000fd440000: allocated 8192 Devices @2810000 (indirect, esz 8, psz 64K, shr 0)
[2025/7/17 17:56:59] [ 4.048657][ T0] ITS@0x00000000fd440000: allocated 32768 Interrupt Collections @2820000 (flat, esz 2, psz 64K, shr 0)
[2025/7/17 17:56:59] [ 4.060585][ T0] ITS: using cache flushing for cmd queue
[2025/7/17 17:56:59] [ 4.067063][ T0] GICv3: using LPI property table @0x0000000002830000
[2025/7/17 17:56:59] [ 4.074430][ T0] GIC: using cache flushing for LPI property table
[2025/7/17 17:56:59] [ 4.081402][ T0] GICv3: CPU0: using allocated LPI pending table @0x0000000002840000
[2025/7/17 17:56:59] [ 4.090205][ T0] kfence: initialized - using 524288 bytes for 63 objects at 0x(____ptrval____)-0x(____ptrval____)
[2025/7/17 17:57:00] [ 4.132476][ T0] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[2025/7/17 17:57:00] [ 4.139937][ T0] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[2025/7/17 17:57:00] [ 4.152534][ T0] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[2025/7/17 17:57:00] [ 4.163129][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=80000)
[2025/7/17 17:57:00] [ 4.175181][ T0] pid_max: default: 32768 minimum: 301
[2025/7/17 17:57:00] [ 4.181092][ T0] LSM: Security Framework initializing
[2025/7/17 17:57:00] [ 4.186958][ T0] SELinux: Initializing.
[2025/7/17 17:57:00] [ 4.191642][ T0] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[2025/7/17 17:57:00] [ 4.200541][ T0] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[2025/7/17 17:57:00] [ 4.211990][ T1] rcu: Hierarchical SRCU implementation.
[2025/7/17 17:57:00] [ 4.218402][ T1] Platform MSI: interrupt-controller@fd440000 domain created
[2025/7/17 17:57:00] [ 4.226781][ T1] PCI/MSI: /interrupt-controller@fd400000/interrupt-controller@fd440000 domain created
[2025/7/17 17:57:00] [ 4.238164][ T1] smp: Bringing up secondary CPUs ...
[2025/7/17 17:57:00] I/TC: Secondary CPU 1 initializing
[2025/7/17 17:57:00] I/TC: Secondary CPU 1 switching to normal world boot
[2025/7/17 17:57:00] I/TC: Secondary CPU 2 initializing
[2025/7/17 17:57:00] I/TC: Secondary CPU 2 switching to normal world boot
[2025/7/17 17:57:00] I/TC: Secondary CPU 3 initializing
[2025/7/17 17:57:00] I/TC: Secondary CPU 3 switching to normal world boot
[2025/7/17 17:57:00] [ 4.252398][ T0] Detected VIPT I-cache on CPU1
[2025/7/17 17:57:00] [ 4.252429][ T0] GICv3: CPU1: found redistributor 100 region 0:0x00000000fd480000
[2025/7/17 17:57:00] [ 4.252450][ T0] GICv3: CPU1: using allocated LPI pending table @0x0000000002850000
[2025/7/17 17:57:00] [ 4.252499][ T0] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[2025/7/17 17:57:00] [ 4.260997][ T0] Detected VIPT I-cache on CPU2
[2025/7/17 17:57:00] [ 4.261020][ T0] GICv3: CPU2: found redistributor 200 region 0:0x00000000fd4a0000
[2025/7/17 17:57:00] [ 4.261035][ T0] GICv3: CPU2: using allocated LPI pending table @0x0000000002860000
[2025/7/17 17:57:00] [ 4.261072][ T0] CPU2: Booted secondary processor 0x0000000200 [0x412fd050]
[2025/7/17 17:57:00] [ 4.269544][ T0] Detected VIPT I-cache on CPU3
[2025/7/17 17:57:00] [ 4.269564][ T0] GICv3: CPU3: found redistributor 300 region 0:0x00000000fd4c0000
[2025/7/17 17:57:00] [ 4.269579][ T0] GICv3: CPU3: using allocated LPI pending table @0x0000000002870000
[2025/7/17 17:57:00] [ 4.269614][ T0] CPU3: Booted secondary processor 0x0000000300 [0x412fd050]
[2025/7/17 17:57:00] [ 4.269721][ T1] smp: Brought up 1 node, 4 CPUs
[2025/7/17 17:57:00] [ 4.365803][ T1] SMP: Total of 4 processors activated.
[2025/7/17 17:57:00] [ 4.371735][ T1] CPU features: detected: Privileged Access Never
[2025/7/17 17:57:00] [ 4.378616][ T1] CPU features: detected: LSE atomic instructions
[2025/7/17 17:57:00] [ 4.385521][ T1] CPU features: detected: User Access Override
[2025/7/17 17:57:00] [ 4.392120][ T1] CPU features: detected: 32-bit EL0 Support
[2025/7/17 17:57:00] [ 4.398524][ T1] CPU features: detected: Common not Private translations
[2025/7/17 17:57:00] [ 4.406166][ T1] CPU features: detected: RAS Extension Support
[2025/7/17 17:57:00] [ 4.412854][ T1] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[2025/7/17 17:57:00] [ 4.423071][ T1] CPU features: detected: CRC32 instructions
[2025/7/17 17:57:00] [ 4.429473][ T1] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[2025/7/17 17:57:00] [ 4.437876][ T1] CPU features: detected: RCpc load-acquire (LDAPR)
[2025/7/17 17:57:00] [ 4.474565][ T1] CPU: All CPU(s) started at EL2
[2025/7/17 17:57:00] [ 4.481550][ T1] devtmpfs: initialized
[2025/7/17 17:57:00] [ 4.508841][ T7] Trying to unpack rootfs image as initramfs...
[2025/7/17 17:57:00] [ 4.515544][ T1] Registered cp15_barrier emulation handler
[2025/7/17 17:57:00] [ 4.515557][ T1] Registered setend emulation handler
[2025/7/17 17:57:00] [ 4.515566][ T1] KASLR disabled due to lack of seed
[2025/7/17 17:57:00] [ 4.515761][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[2025/7/17 17:57:00] [ 4.544770][ T1] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[2025/7/17 17:57:00] [ 4.553452][ T1] pinctrl core: initialized pinctrl subsystem
[2025/7/17 17:57:00] [ 4.561380][ T1] NET: Registered protocol family 16
[2025/7/17 17:57:00] [ 4.561416][ T7] Freeing initrd memory: 1400K
[2025/7/17 17:57:00] [ 4.573565][ T1] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[2025/7/17 17:57:00] [ 4.582233][ T1] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[2025/7/17 17:57:00] [ 4.591783][ T1] audit: initializing netlink subsys (disabled)
[2025/7/17 17:57:00] [ 4.598670][ T37] audit: type=2000 audit(0.236:1): state=initialized audit_enabled=0 res=1
[2025/7/17 17:57:00] [ 4.600773][ T1] Registered FIQ tty driver
[2025/7/17 17:57:00] [ 4.613105][ T1] thermal_sys: Registered thermal governor 'fair_share'
[2025/7/17 17:57:00] [ 4.613110][ T1] thermal_sys: Registered thermal governor 'step_wise'
[2025/7/17 17:57:00] [ 4.620573][ T1] thermal_sys: Registered thermal governor 'user_space'
[2025/7/17 17:57:00] [ 4.627932][ T1] thermal_sys: Registered thermal governor 'power_allocator'
[2025/7/17 17:57:00] [ 4.635706][ T1] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
[2025/7/17 17:57:00] [ 4.653242][ T1] cpuidle: using governor menu
[2025/7/17 17:57:00] [ 4.658714][ T1] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[2025/7/17 17:57:00] [ 4.667064][ T1] ASID allocator initialised with 65536 entries
[2025/7/17 17:57:00] [ 4.675979][ T1] ramoops: dmesg-0 0x20000@0x0000000000110000
[2025/7/17 17:57:00] [ 4.683924][ T1] ramoops: console 0x80000@0x0000000000130000
[2025/7/17 17:57:00] [ 4.690481][ T1] ramoops: pmsg 0x50000@0x00000000001b0000
[2025/7/17 17:57:00] [ 4.697170][ T1] printk: console [ramoops-1] enabled
[2025/7/17 17:57:00] [ 4.703163][ T1] pstore: Registered ramoops as persistent store backend
[2025/7/17 17:57:00] [ 4.710727][ T1] ramoops: using 0xf0000@0x110000, ecc: 0
[2025/7/17 17:57:00] [ 4.758208][ T1] rockchip-gpio fdd60000.gpio0: probed /pinctrl/gpio0@fdd60000
[2025/7/17 17:57:00] [ 4.766869][ T1] rockchip-gpio fe740000.gpio1: probed /pinctrl/gpio1@fe740000
[2025/7/17 17:57:00] [ 4.775469][ T1] rockchip-gpio fe750000.gpio2: probed /pinctrl/gpio2@fe750000
[2025/7/17 17:57:00] [ 4.784163][ T1] rockchip-gpio fe760000.gpio3: probed /pinctrl/gpio3@fe760000
[2025/7/17 17:57:00] [ 4.792824][ T1] rockchip-gpio fe770000.gpio4: probed /pinctrl/gpio4@fe770000
[2025/7/17 17:57:00] [ 4.801068][ T1] rockchip-pinctrl pinctrl: probed pinctrl
[2025/7/17 17:57:00] [ 4.828439][ T1] fiq_debugger fiq_debugger.0: IRQ fiq not found
[2025/7/17 17:57:00] [ 4.835294][ T1] fiq_debugger fiq_debugger.0: IRQ wakeup not found
[2025/7/17 17:57:00] [ 4.842377][ T1] fiq_debugger_probe: could not install nmi irq handler
[2025/7/17 17:57:00] [[ 4.849923][ T1] printk: console [ttyFIQ0] enabled
[2025/7/17 17:57:00] 4.849923][ T1] printk: console [ttyFIQ0] enabled
[2025/7/17 17:57:00] [ 4.860513][ T1] printk: bootconsole [uart8250] disabled
[2025/7/17 17:57:00] [ 4.860513][ T1] printk: bootconsole [uart8250] disabled
[2025/7/17 17:57:00] [ 4.866841][ T1] Registered fiq debugger ttyFIQ0
[2025/7/17 17:57:00] [ 4.867651][ T1] vcc3v3_sys: supplied by dc_12v
[2025/7/17 17:57:00] [ 4.867949][ T1] vcc5v0_sys: supplied by dc_12v
[2025/7/17 17:57:00] [ 4.868265][ T1] vcc3v3_lcd0_n: supplied by vcc3v3_sys
[2025/7/17 17:57:00] [ 4.868559][ T1] vcc3v3_lcd1_n: supplied by vcc3v3_sys
[2025/7/17 17:57:00] [ 4.869503][ T1] iommu: Default domain type: Translated
[2025/7/17 17:57:00] [ 4.872807][ T1] init adp5585_i2c_init
[2025/7/17 17:57:00] [ 4.873165][ T1] SCSI subsystem initialized
[2025/7/17 17:57:00] [ 4.873501][ T1] usbcore: registered new interface driver usbfs
[2025/7/17 17:57:00] [ 4.873555][ T1] usbcore: registered new interface driver hub
[2025/7/17 17:57:00] [ 4.873821][ T1] usbcore: registered new device driver usb
[2025/7/17 17:57:00] [ 4.874284][ T1] mc: Linux media interface: v0.10
[2025/7/17 17:57:00] [ 4.874328][ T1] videodev: Linux video capture interface: v2.00
[2025/7/17 17:57:00] [ 4.874410][ T1] pps_core: LinuxPPS API ver. 1 registered
[2025/7/17 17:57:00] [ 4.874421][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[2025/7/17 17:57:00] [ 4.874441][ T1] PTP clock support registered
[2025/7/17 17:57:00] [ 4.875089][ T1] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.
[2025/7/17 17:57:00] [ 4.875155][ T1] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0
[2025/7/17 17:57:00] [ 4.877238][ T1] Advanced Linux Sound Architecture Driver Initialized.
[2025/7/17 17:57:00] [ 4.877690][ T1] Bluetooth: Core ver 2.22
[2025/7/17 17:57:00] [ 4.877741][ T1] NET: Registered protocol family 31
[2025/7/17 17:57:00] [ 4.877752][ T1] Bluetooth: HCI device and connection manager initialized
[2025/7/17 17:57:00] [ 4.877771][ T1] Bluetooth: HCI socket layer initialized
[2025/7/17 17:57:00] [ 4.877784][ T1] Bluetooth: L2CAP socket layer initialized
[2025/7/17 17:57:00] [ 4.877807][ T1] Bluetooth: SCO socket layer initialized
[2025/7/17 17:57:00] [ 4.878058][ T1] [BT_RFKILL]: Enter rfkill_rk_init
[2025/7/17 17:57:00] [ 4.878070][ T1] [WLAN_RFKILL]: Enter rfkill_wlan_init
[2025/7/17 17:57:00] [ 4.878483][ T1] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[2025/7/17 17:57:00] [ 4.878527][ T1] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6398s
[2025/7/17 17:57:00] [ 4.878537][ T1] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[2025/7/17 17:57:00] [ 4.878546][ T1] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
[2025/7/17 17:57:00] [ 4.878587][ T1] [WLAN_RFKILL]: wlan_platdata_parse_dt: WIFI,host_wake_irq = 124, flags = 0.
[2025/7/17 17:57:00] [ 4.878602][ T1] [WLAN_RFKILL]: wlan_platdata_parse_dt: The ref_wifi_clk not found !
[2025/7/17 17:57:00] [ 4.878610][ T1] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[2025/7/17 17:57:00] [ 4.878619][ T1] [WLAN_RFKILL]: rfkill_set_wifi_bt_power: 1
[2025/7/17 17:57:00] [ 4.878628][ T1] [WLAN_RFKILL]: Exit rfkill_wlan_probe
[2025/7/17 17:57:00] [ 4.879169][ T1] rockchip-cpuinfo cpuinfo: SoC : 35662000
[2025/7/17 17:57:01] [ 4.879183][ T1] rockchip-cpuinfo cpuinfo: Serial : b6d5c471353bf6ca
[2025/7/17 17:57:01] [ 4.880123][ T1] clocksource: Switched to clocksource arch_sys_counter
[2025/7/17 17:57:01] [ 4.947903][ T1] VFS: Disk quotas dquot_6.6.0
[2025/7/17 17:57:01] [ 4.947981][ T1] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[2025/7/17 17:57:01] [ 4.949736][ T1] NET: Registered protocol family 2
[2025/7/17 17:57:01] [ 4.949983][ T1] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[2025/7/17 17:57:01] [ 4.951594][ T1] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[2025/7/17 17:57:01] [ 4.951654][ T1] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[2025/7/17 17:57:01] [ 4.951889][ T1] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[2025/7/17 17:57:01] [ 4.952283][ T1] TCP: Hash tables configured (established 32768 bind 32768)
[2025/7/17 17:57:01] [ 4.952408][ T1] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[2025/7/17 17:57:01] [ 4.952467][ T1] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[2025/7/17 17:57:01] [ 4.952628][ T1] NET: Registered protocol family 1
[2025/7/17 17:57:01] [ 4.953482][ T1] PCI: CLS 0 bytes, default 64
[2025/7/17 17:57:01] [ 4.956214][ T1] rockchip-thermal fe710000.tsadc: tsadc is probed successfully!
[2025/7/17 17:57:01] [ 4.957436][ T1] hw perfevents: enabled with armv8_cortex_a55 PMU driver, 7 counters available
[2025/7/17 17:57:01] [ 4.959453][ T1] Initialise system trusted keyrings
[2025/7/17 17:57:01] [ 4.959715][ T1] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[2025/7/17 17:57:01] [ 4.964158][ T1] utf8_selftest: All 154 tests passed
[2025/7/17 17:57:01] [ 4.964919][ T1] Key type cifs.idmap registered
[2025/7/17 17:57:01] [ 4.964942][ T1] ntfs: driver 2.1.32 [Flags: R/O].
[2025/7/17 17:57:01] [ 4.965077][ T1] fuse: init (API version 7.32)
[2025/7/17 17:57:01] [ 4.992435][ T1] Key type asymmetric registered
[2025/7/17 17:57:01] [ 4.992453][ T1] Asymmetric key parser 'x509' registered
[2025/7/17 17:57:01] [ 4.992504][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[2025/7/17 17:57:01] [ 4.992516][ T1] io scheduler mq-deadline registered
[2025/7/17 17:57:01] [ 4.992524][ T1] io scheduler kyber registered
[2025/7/17 17:57:01] [ 4.992624][ T1] io scheduler bfq registered
[2025/7/17 17:57:01] [ 4.993388][ T1] rockchip-csi2-dphy-hw fe870000.csi2-dphy-hw: csi2 dphy hw probe successfully!
[2025/7/17 17:57:01] [ 4.994211][ T1] rockchip-csi2-dphy csi2-dphy1: csi2 dphy1 probe successfully!
[2025/7/17 17:57:01] [ 5.005491][ T1] pwm-backlight backlight: supply power not found, using dummy regulator
[2025/7/17 17:57:01] [ 5.006161][ T1] iep: Module initialized.
[2025/7/17 17:57:01] [ 5.006229][ T1] mpp_service mpp-srv:
[2025/7/17 17:57:01] [ 5.006240][ T1] mpp_service mpp-srv: probe start
[2025/7/17 17:57:01] [ 5.008454][ T1] mpp_vdpu2 fdea0400.vdpu: Adding to iommu group 1
[2025/7/17 17:57:01] [ 5.008671][ T1] mpp_vdpu2 fdea0400.vdpu: probe device
[2025/7/17 17:57:01] [ 5.009209][ T1] mpp_vdpu2 fdea0400.vdpu: probing finish
[2025/7/17 17:57:01] [ 5.009732][ T1] mpp_vepu2 fdee0000.vepu: Adding to iommu group 3
[2025/7/17 17:57:01] [ 5.009916][ T1] mpp_vepu2 fdee0000.vepu: probing start
[2025/7/17 17:57:01] [ 5.010504][ T1] mpp_vepu2 fdee0000.vepu: probing finish
[2025/7/17 17:57:01] [ 5.011078][ T1] mpp-iep2 fdef0000.iep: Adding to iommu group 4
[2025/7/17 17:57:01] [ 5.011266][ T1] mpp-iep2 fdef0000.iep: probe device
[2025/7/17 17:57:01] [ 5.011555][ T1] mpp-iep2 fdef0000.iep: allocate roi buffer failed
[2025/7/17 17:57:01] [ 5.011815][ T1] mpp-iep2 fdef0000.iep: probing finish
[2025/7/17 17:57:01] [ 5.012312][ T1] mpp_jpgdec fded0000.jpegd: Adding to iommu group 2
[2025/7/17 17:57:01] [ 5.012490][ T1] mpp_jpgdec fded0000.jpegd: probe device
[2025/7/17 17:57:01] [ 5.013006][ T1] mpp_jpgdec fded0000.jpegd: probing finish
[2025/7/17 17:57:01] [ 5.014639][ T1] mpp_service mpp-srv: probe success
[2025/7/17 17:57:01] [ 5.019769][ T1] dma-pl330 fe530000.dmac: Loaded driver for PL330 DMAC-241330
[2025/7/17 17:57:01] [ 5.019794][ T1] dma-pl330 fe530000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[2025/7/17 17:57:01] [ 5.021882][ T1] dma-pl330 fe550000.dmac: Loaded driver for PL330 DMAC-241330
[2025/7/17 17:57:01] [ 5.021901][ T1] dma-pl330 fe550000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[2025/7/17 17:57:01] [ 5.022319][ T1] rockchip-pvtm fde00000.pvtm: pvtm@0 probed
[2025/7/17 17:57:01] [ 5.022457][ T1] rockchip-pvtm fde80000.pvtm: pvtm@1 probed
[2025/7/17 17:57:01] [ 5.022596][ T1] rockchip-pvtm fde90000.pvtm: pvtm@2 probed
[2025/7/17 17:57:01] [ 5.023243][ T1] rockchip-system-monitor rockchip-system-monitor: system monitor probe
[2025/7/17 17:57:01] [ 5.024191][ T1] arm-scmi firmware:scmi: Failed. SCMI protocol 22 not active.
[2025/7/17 17:57:01] [ 5.024604][ T1] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[2025/7/17 17:57:01] [ 5.025648][ T1] fe650000.serial: ttyS1 at MMIO 0xfe650000 (irq = 71, base_baud = 1500000) is a 16550A
[2025/7/17 17:57:01] [ 5.026459][ T1] fe670000.serial: ttyS3 at MMIO 0xfe670000 (irq = 72, base_baud = 1500000) is a 16550A
[2025/7/17 17:57:01] [ 5.027074][ T1] fe6a0000.serial: ttyS6 at MMIO 0xfe6a0000 (irq = 73, base_baud = 1500000) is a 16550A
[2025/7/17 17:57:01] [ 5.027609][ T1] fe6b0000.serial: ttyS7 at MMIO 0xfe6b0000 (irq = 74, base_baud = 1500000) is a 16550A
[2025/7/17 17:57:01] [ 5.028112][ T1] fe6d0000.serial: ttyS9 at MMIO 0xfe6d0000 (irq = 75, base_baud = 1500000) is a 16550A
[2025/7/17 17:57:01] [ 5.030147][ T67] random: crng init done
[2025/7/17 17:57:01] [ 5.031094][ T1] rockchip-vop2 fe040000.vop: Adding to iommu group 8
[2025/7/17 17:57:01] [ 5.040379][ T1] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x2a, primary plane phy id: 5
[2025/7/17 17:57:01] [ 5.040409][ T1] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp1 assign plane mask: 0x15, primary plane phy id: 4
[2025/7/17 17:57:01] [ 5.040423][ T1] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x0, primary plane phy id: -1
[2025/7/17 17:57:01] [ 5.041232][ T1] rockchip-drm display-subsystem: bound fe040000.vop (ops vop2_component_ops)
[2025/7/17 17:57:01] [ 5.041537][ T1] dwhdmi-rockchip fe0a0000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
[2025/7/17 17:57:01] [ 5.042193][ T1] dwhdmi-rockchip fe0a0000.hdmi: registered DesignWare HDMI I2C bus driver
[2025/7/17 17:57:01] [ 5.042451][ T1] dwhdmi-rockchip fe0a0000.hdmi: IRQ index 1 not found
[2025/7/17 17:57:01] [ 5.042932][ T1] rockchip-drm display-subsystem: bound fe0a0000.hdmi (ops dw_hdmi_rockchip_ops)
[2025/7/17 17:57:01] [ 5.043031][ T1] dw-mipi-dsi-rockchip fe060000.dsi: failed to find panel or bridge: -517
[2025/7/17 17:57:01] [ 5.054128][ T16] cacheinfo: Unable to detect cache hierarchy for CPU 0
[2025/7/17 17:57:01] [ 5.061054][ T1] brd: module loaded
[2025/7/17 17:57:01] [ 5.072116][ T1] loop: module loaded
[2025/7/17 17:57:01] [ 5.072550][ T1] zram: Added device: zram0
[2025/7/17 17:57:01] [ 5.072918][ T1] system_heap: orders[0] = 6
[2025/7/17 17:57:01] [ 5.072930][ T1] system_heap: orders[1] = 4
[2025/7/17 17:57:01] [ 5.072938][ T1] system_heap: orders[2] = 0
[2025/7/17 17:57:01] [ 5.073904][ T1] SCSI Media Changer driver v0.25
[2025/7/17 17:57:01] [ 5.074872][ T1] ahci fc800000.sata: supply ahci not found, using dummy regulator
[2025/7/17 17:57:01] [ 5.075029][ T1] ahci fc800000.sata: supply phy not found, using dummy regulator
[2025/7/17 17:57:01] [ 5.075159][ T1] ahci fc800000.sata: supply target not found, using dummy regulator
[2025/7/17 17:57:01] [ 5.075300][ T1] ahci fc800000.sata: forcing port_map 0x0 -> 0x1
[2025/7/17 17:57:01] [ 5.075350][ T1] ahci fc800000.sata: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl platform mode
[2025/7/17 17:57:01] [ 5.075367][ T1] ahci fc800000.sata: flags: ncq sntf pm led clo only pmp fbs pio slum part ccc apst
[2025/7/17 17:57:01] [ 5.075386][ T1] ahci fc800000.sata: port 0 is not capable of FBS
[2025/7/17 17:57:01] [ 5.076383][ T1] scsi host0: ahci
[2025/7/17 17:57:01] [ 5.076679][ T1] ata1: SATA max UDMA/133 mmio [mem 0xfc800000-0xfc800fff] port 0x100 irq 19
[2025/7/17 17:57:01] [ 5.079306][ T1] rockchip-spi fe620000.spi: probed, poll=0, rsd=0, cs-inactive=0, ready=0
[2025/7/17 17:57:01] [ 5.080820][ T1] rockchip-spi fe630000.spi: probed, poll=0, rsd=0, cs-inactive=0, ready=0
[2025/7/17 17:57:01] [ 5.082088][ T1] rockchip-spi fe640000.spi: probed, poll=0, rsd=0, cs-inactive=0, ready=0
[2025/7/17 17:57:01] [ 5.082388][ T1] register spi return v = :0
[2025/7/17 17:57:01] [ 5.083567][ T1] tun: Universal TUN/TAP device driver, 1.6
[2025/7/17 17:57:01] [ 5.083771][ T1] CAN device driver interface
[2025/7/17 17:57:01] [ 5.085698][ T1] rk_gmac-dwmac fe010000.ethernet: IRQ eth_lpi not found
[2025/7/17 17:57:01] [ 5.085921][ T1] rk_gmac-dwmac fe010000.ethernet: no regulator found
[2025/7/17 17:57:01] [ 5.085935][ T1] rk_gmac-dwmac fe010000.ethernet: clock input or output? (input).
[2025/7/17 17:57:01] [ 5.085946][ T1] rk_gmac-dwmac fe010000.ethernet: TX delay(0x27).
[2025/7/17 17:57:01] [ 5.085955][ T1] rk_gmac-dwmac fe010000.ethernet: RX delay(0xc).
[2025/7/17 17:57:01] [ 5.085969][ T1] rk_gmac-dwmac fe010000.ethernet: integrated PHY? (no).
[2025/7/17 17:57:01] [ 5.086006][ T1] rk_gmac-dwmac fe010000.ethernet: clock input from PHY
[2025/7/17 17:57:01] [ 5.086260][ T1] rk_gmac-dwmac fe010000.ethernet: init for RGMII
[2025/7/17 17:57:01] [ 5.086507][ T1] rk_gmac-dwmac fe010000.ethernet: User ID: 0x30, Synopsys ID: 0x51
[2025/7/17 17:57:01] [ 5.086522][ T1] rk_gmac-dwmac fe010000.ethernet: DWMAC4/5
[2025/7/17 17:57:01] [ 5.086535][ T1] rk_gmac-dwmac fe010000.ethernet: DMA HW capability register supported
[2025/7/17 17:57:01] [ 5.086544][ T1] rk_gmac-dwmac fe010000.ethernet: RX Checksum Offload Engine supported
[2025/7/17 17:57:01] [ 5.086552][ T1] rk_gmac-dwmac fe010000.ethernet: TX Checksum insertion supported
[2025/7/17 17:57:01] [ 5.086560][ T1] rk_gmac-dwmac fe010000.ethernet: Wake-Up On Lan supported
[2025/7/17 17:57:01] [ 5.086637][ T1] rk_gmac-dwmac fe010000.ethernet: TSO supported
[2025/7/17 17:57:01] [ 5.086649][ T1] rk_gmac-dwmac fe010000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[2025/7/17 17:57:01] [ 5.086660][ T1] rk_gmac-dwmac fe010000.ethernet: TSO feature enabled
[2025/7/17 17:57:01] [ 5.086670][ T1] rk_gmac-dwmac fe010000.ethernet: Using 32 bits DMA width
[2025/7/17 17:57:01] [ 5.221761][ T1] PPP generic driver version 2.4.2
[2025/7/17 17:57:01] [ 5.221966][ T1] PPP BSD Compression module registered
[2025/7/17 17:57:01] [ 5.221980][ T1] PPP Deflate Compression module registered
[2025/7/17 17:57:01] [ 5.222006][ T1] PPP MPPE Compression module registered
[2025/7/17 17:57:01] [ 5.222016][ T1] NET: Registered protocol family 24
[2025/7/17 17:57:01] [ 5.222044][ T1] PPTP driver version 0.8.5
[2025/7/17 17:57:01] [ 5.222365][ T1] usbcore: registered new interface driver catc
[2025/7/17 17:57:01] [ 5.222424][ T1] usbcore: registered new interface driver kaweth
[2025/7/17 17:57:01] [ 5.222437][ T1] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[2025/7/17 17:57:01] [ 5.222481][ T1] usbcore: registered new interface driver pegasus
[2025/7/17 17:57:01] [ 5.222528][ T1] usbcore: registered new interface driver rtl8150
[2025/7/17 17:57:01] [ 5.222583][ T1] usbcore: registered new interface driver r8152
[2025/7/17 17:57:01] [ 5.222593][ T1] hso: drivers/net/usb/hso.c: Option Wireless
[2025/7/17 17:57:01] [ 5.222664][ T1] usbcore: registered new interface driver hso
[2025/7/17 17:57:01] [ 5.222710][ T1] usbcore: registered new interface driver asix
[2025/7/17 17:57:01] [ 5.222753][ T1] usbcore: registered new interface driver ax88179_178a
[2025/7/17 17:57:01] [ 5.222797][ T1] usbcore: registered new interface driver cdc_ether
[2025/7/17 17:57:01] [ 5.222840][ T1] usbcore: registered new interface driver cdc_eem
[2025/7/17 17:57:01] [ 5.222892][ T1] usbcore: registered new interface driver dm9601
[2025/7/17 17:57:01] [ 5.222942][ T1] usbcore: registered new interface driver smsc75xx
[2025/7/17 17:57:01] [ 5.222990][ T1] usbcore: registered new interface driver smsc95xx
[2025/7/17 17:57:01] [ 5.223034][ T1] usbcore: registered new interface driver gl620a
[2025/7/17 17:57:01] [ 5.223084][ T1] usbcore: registered new interface driver net1080
[2025/7/17 17:57:01] [ 5.223128][ T1] usbcore: registered new interface driver plusb
[2025/7/17 17:57:01] [ 5.223172][ T1] usbcore: registered new interface driver rndis_host
[2025/7/17 17:57:01] [ 5.223217][ T1] usbcore: registered new interface driver cdc_subset
[2025/7/17 17:57:01] [ 5.223264][ T1] usbcore: registered new interface driver zaurus
[2025/7/17 17:57:01] [ 5.223313][ T1] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[2025/7/17 17:57:01] [ 5.223363][ T1] usbcore: registered new interface driver int51x1
[2025/7/17 17:57:01] [ 5.223407][ T1] usbcore: registered new interface driver kalmia
[2025/7/17 17:57:01] [ 5.223489][ T1] usbcore: registered new interface driver ipheth
[2025/7/17 17:57:01] [ 5.223538][ T1] usbcore: registered new interface driver sierra_net
[2025/7/17 17:57:01] [ 5.223585][ T1] usbcore: registered new interface driver cx82310_eth
[2025/7/17 17:57:01] [ 5.223636][ T1] usbcore: registered new interface driver cdc_ncm
[2025/7/17 17:57:02] [ 5.223683][ T1] usbcore: registered new interface driver qmi_wwan_q
[2025/7/17 17:57:02] [ 5.223733][ T1] usbcore: registered new interface driver cdc_mbim
[2025/7/17 17:57:02] [ 5.235843][ T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[2025/7/17 17:57:02] [ 5.235872][ T1] ehci-pci: EHCI PCI platform driver
[2025/7/17 17:57:02] [ 5.235971][ T1] ehci-platform: EHCI generic platform driver
[2025/7/17 17:57:02] [ 5.236447][ T1] phy phy-fe8b0000.usb2-phy.4: illegal mode
[2025/7/17 17:57:02] [ 5.238487][ T1] ehci-platform fd800000.usb: EHCI Host Controller
[2025/7/17 17:57:02] [ 5.238740][ T1] ehci-platform fd800000.usb: new USB bus registered, assigned bus number 1
[2025/7/17 17:57:02] [ 5.238889][ T1] ehci-platform fd800000.usb: irq 20, io mem 0xfd800000
[2025/7/17 17:57:02] [ 5.250143][ T1] ehci-platform fd800000.usb: USB 2.0 started, EHCI 1.00
[2025/7/17 17:57:02] [ 5.250331][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[2025/7/17 17:57:02] [ 5.250344][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[2025/7/17 17:57:02] [ 5.250353][ T1] usb usb1: Product: EHCI Host Controller
[2025/7/17 17:57:02] [ 5.250361][ T1] usb usb1: Manufacturer: Linux 5.10.157+ ehci_hcd
[2025/7/17 17:57:02] [ 5.250370][ T1] usb usb1: SerialNumber: fd800000.usb
[2025/7/17 17:57:02] [ 5.250834][ T1] hub 1-0:1.0: USB hub found
[2025/7/17 17:57:02] [ 5.250877][ T1] hub 1-0:1.0: 1 port detected
[2025/7/17 17:57:02] [ 5.253594][ T1] ehci-platform fd880000.usb: EHCI Host Controller
[2025/7/17 17:57:02] [ 5.253788][ T1] ehci-platform fd880000.usb: new USB bus registered, assigned bus number 2
[2025/7/17 17:57:02] [ 5.253899][ T1] ehci-platform fd880000.usb: irq 22, io mem 0xfd880000
[2025/7/17 17:57:02] [ 5.270131][ T1] ehci-platform fd880000.usb: USB 2.0 started, EHCI 1.00
[2025/7/17 17:57:02] [ 5.270301][ T1] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[2025/7/17 17:57:02] [ 5.270314][ T1] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[2025/7/17 17:57:02] [ 5.270323][ T1] usb usb2: Product: EHCI Host Controller
[2025/7/17 17:57:02] [ 5.270332][ T1] usb usb2: Manufacturer: Linux 5.10.157+ ehci_hcd
[2025/7/17 17:57:02] [ 5.270340][ T1] usb usb2: SerialNumber: fd880000.usb
[2025/7/17 17:57:02] [ 5.270811][ T1] hub 2-0:1.0: USB hub found
[2025/7/17 17:57:02] [ 5.270855][ T1] hub 2-0:1.0: 1 port detected
[2025/7/17 17:57:02] [ 5.271592][ T1] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[2025/7/17 17:57:02] [ 5.271624][ T1] ohci-platform: OHCI generic platform driver
[2025/7/17 17:57:02] [ 5.271955][ T1] phy phy-fe8b0000.usb2-phy.4: illegal mode
[2025/7/17 17:57:02] [ 5.271970][ T1] ohci-platform fd840000.usb: Generic Platform OHCI controller
[2025/7/17 17:57:02] [ 5.272151][ T1] ohci-platform fd840000.usb: new USB bus registered, assigned bus number 3
[2025/7/17 17:57:02] [ 5.272267][ T1] ohci-platform fd840000.usb: irq 21, io mem 0xfd840000
[2025/7/17 17:57:02] [ 5.330972][ T1] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[2025/7/17 17:57:02] [ 5.330985][ T1] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[2025/7/17 17:57:02] [ 5.330995][ T1] usb usb3: Product: Generic Platform OHCI controller
[2025/7/17 17:57:02] [ 5.331003][ T1] usb usb3: Manufacturer: Linux 5.10.157+ ohci_hcd
[2025/7/17 17:57:02] [ 5.331012][ T1] usb usb3: SerialNumber: fd840000.usb
[2025/7/17 17:57:02] [ 5.331469][ T1] hub 3-0:1.0: USB hub found
[2025/7/17 17:57:02] [ 5.331513][ T1] hub 3-0:1.0: 1 port detected
[2025/7/17 17:57:02] [ 5.332067][ T1] ohci-platform fd8c0000.usb: Generic Platform OHCI controller
[2025/7/17 17:57:02] [ 5.332252][ T1] ohci-platform fd8c0000.usb: new USB bus registered, assigned bus number 4
[2025/7/17 17:57:02] [ 5.332368][ T1] ohci-platform fd8c0000.usb: irq 23, io mem 0xfd8c0000
[2025/7/17 17:57:02] [ 5.389857][ T78] ata1: SATA link down (SStatus 0 SControl 300)
[2025/7/17 17:57:02] [ 5.390966][ T1] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[2025/7/17 17:57:02] [ 5.390981][ T1] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[2025/7/17 17:57:02] [ 5.390991][ T1] usb usb4: Product: Generic Platform OHCI controller
[2025/7/17 17:57:02] [ 5.391000][ T1] usb usb4: Manufacturer: Linux 5.10.157+ ohci_hcd
[2025/7/17 17:57:02] [ 5.391008][ T1] usb usb4: SerialNumber: fd8c0000.usb
[2025/7/17 17:57:02] [ 5.391454][ T1] hub 4-0:1.0: USB hub found
[2025/7/17 17:57:02] [ 5.391496][ T1] hub 4-0:1.0: 1 port detected
[2025/7/17 17:57:02] [ 5.392833][ T1] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[2025/7/17 17:57:02] [ 5.393073][ T1] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 5
[2025/7/17 17:57:02] [ 5.393223][ T1] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000200002010010
[2025/7/17 17:57:02] [ 5.393289][ T1] xhci-hcd xhci-hcd.0.auto: irq 88, io mem 0xfd000000
[2025/7/17 17:57:02] [ 5.393635][ T1] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[2025/7/17 17:57:02] [ 5.393648][ T1] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[2025/7/17 17:57:02] [ 5.393658][ T1] usb usb5: Product: xHCI Host Controller
[2025/7/17 17:57:02] [ 5.393667][ T1] usb usb5: Manufacturer: Linux 5.10.157+ xhci-hcd
[2025/7/17 17:57:02] [ 5.393675][ T1] usb usb5: SerialNumber: xhci-hcd.0.auto
[2025/7/17 17:57:02] [ 5.394141][ T1] hub 5-0:1.0: USB hub found
[2025/7/17 17:57:02] [ 5.394186][ T1] hub 5-0:1.0: 1 port detected
[2025/7/17 17:57:02] [ 5.394516][ T1] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[2025/7/17 17:57:02] [ 5.394679][ T1] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 6
[2025/7/17 17:57:02] [ 5.394701][ T1] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[2025/7/17 17:57:02] [ 5.394779][ T1] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[2025/7/17 17:57:02] [ 5.394911][ T1] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[2025/7/17 17:57:02] [ 5.394924][ T1] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[2025/7/17 17:57:02] [ 5.394934][ T1] usb usb6: Product: xHCI Host Controller
[2025/7/17 17:57:02] [ 5.394943][ T1] usb usb6: Manufacturer: Linux 5.10.157+ xhci-hcd
[2025/7/17 17:57:02] [ 5.394950][ T1] usb usb6: SerialNumber: xhci-hcd.0.auto
[2025/7/17 17:57:02] [ 5.395379][ T1] hub 6-0:1.0: USB hub found
[2025/7/17 17:57:02] [ 5.395427][ T1] hub 6-0:1.0: 1 port detected
[2025/7/17 17:57:02] [ 5.395917][ T1] usbcore: registered new interface driver cdc_acm
[2025/7/17 17:57:02] [ 5.395928][ T1] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[2025/7/17 17:57:02] [ 5.395994][ T1] usbcore: registered new interface driver usblp
[2025/7/17 17:57:02] [ 5.396049][ T1] usbcore: registered new interface driver cdc_wdm
[2025/7/17 17:57:02] [ 5.396330][ T1] usbcore: registered new interface driver uas
[2025/7/17 17:57:02] [ 5.396420][ T1] usbcore: registered new interface driver usb-storage
[2025/7/17 17:57:02] [ 5.396470][ T1] usbcore: registered new interface driver ums-alauda
[2025/7/17 17:57:02] [ 5.396519][ T1] usbcore: registered new interface driver ums-cypress
[2025/7/17 17:57:02] [ 5.396567][ T1] usbcore: registered new interface driver ums-datafab
[2025/7/17 17:57:02] [ 5.396614][ T1] usbcore: registered new interface driver ums_eneub6250
[2025/7/17 17:57:02] [ 5.396670][ T1] usbcore: registered new interface driver ums-freecom
[2025/7/17 17:57:02] [ 5.396719][ T1] usbcore: registered new interface driver ums-isd200
[2025/7/17 17:57:02] [ 5.396767][ T1] usbcore: registered new interface driver ums-jumpshot
[2025/7/17 17:57:02] [ 5.396979][ T1] usbcore: registered new interface driver ums-karma
[2025/7/17 17:57:02] [ 5.397031][ T1] usbcore: registered new interface driver ums-onetouch
[2025/7/17 17:57:02] [ 5.397082][ T1] usbcore: registered new interface driver ums-sddr09
[2025/7/17 17:57:02] [ 5.397132][ T1] usbcore: registered new interface driver ums-sddr55
[2025/7/17 17:57:02] [ 5.397186][ T1] usbcore: registered new interface driver ums-usbat
[2025/7/17 17:57:02] [ 5.397285][ T1] usbcore: registered new interface driver usbserial_generic
[2025/7/17 17:57:02] [ 5.397315][ T1] usbserial: USB Serial support registered for generic
[2025/7/17 17:57:02] [ 5.397368][ T1] usbcore: registered new interface driver cp210x
[2025/7/17 17:57:02] [ 5.397396][ T1] usbserial: USB Serial support registered for cp210x
[2025/7/17 17:57:02] [ 5.397462][ T1] usbcore: registered new interface driver ftdi_sio
[2025/7/17 17:57:02] [ 5.397489][ T1] usbserial: USB Serial support registered for FTDI USB Serial Device
[2025/7/17 17:57:02] [ 5.397611][ T1] usbcore: registered new interface driver option
[2025/7/17 17:57:02] [ 5.397639][ T1] usbserial: USB Serial support registered for GSM modem (1-port)
[2025/7/17 17:57:02] [ 5.397787][ T1] usbcore: registered new interface driver trancevibrator
[2025/7/17 17:57:02] [ 5.398677][ T1] usbcore: registered new interface driver xpad
[2025/7/17 17:57:02] [ 5.398739][ T1] usbcore: registered new interface driver usb_acecad
[2025/7/17 17:57:02] [ 5.398793][ T1] usbcore: registered new interface driver aiptek
[2025/7/17 17:57:02] [ 5.398846][ T1] usbcore: registered new interface driver gtco
[2025/7/17 17:57:02] [ 5.398908][ T1] usbcore: registered new interface driver hanwang
[2025/7/17 17:57:02] [ 5.398962][ T1] usbcore: registered new interface driver kbtab
[2025/7/17 17:57:02] [ 5.399088][ T1] <<-GTP-INFO->> GTP driver installing...
[2025/7/17 17:57:02] [ 5.401140][ T1] i2c /dev entries driver
[2025/7/17 17:57:02] [ 5.404368][ T1] rk808 0-0020: chip id: 0x8090
[2025/7/17 17:57:02] [ 5.404423][ T1] rk808 0-0020: No cache defaults, reading back from HW
[2025/7/17 17:57:02] [ 5.428129][ T1] rk808 0-0020: source: on=0x40, off=0x00
[2025/7/17 17:57:02] [ 5.428148][ T1] rk808 0-0020: support dcdc3 fb mode:-22, 0
[2025/7/17 17:57:02] [ 5.428159][ T1] rk808 0-0020: support pmic reset mode:0,0
[2025/7/17 17:57:02] [ 5.433105][ T1] rk808-regulator rk808-regulator: there is no dvs0 gpio
[2025/7/17 17:57:02] [ 5.433141][ T1] rk808-regulator rk808-regulator: there is no dvs1 gpio
[2025/7/17 17:57:02] [ 5.433215][ T1] vdd_logic: supplied by vcc3v3_sys
[2025/7/17 17:57:02] [ 5.433924][ T1] vdd_gpu: supplied by vcc3v3_sys
[2025/7/17 17:57:02] [ 5.434548][ T1] vcc_ddr: supplied by vcc3v3_sys
[2025/7/17 17:57:02] [ 5.435166][ T1] vdd_npu: supplied by vcc3v3_sys
[2025/7/17 17:57:02] [ 5.435805][ T1] vcc_1v8: supplied by vcc3v3_sys
[2025/7/17 17:57:02] [ 5.436411][ T1] vdda0v9_image: supplied by vcc3v3_sys
[2025/7/17 17:57:02] [ 5.437537][ T1] vdda_0v9: supplied by vcc3v3_sys
[2025/7/17 17:57:02] [ 5.438643][ T1] vdda0v9_pmu: supplied by vcc3v3_sys
[2025/7/17 17:57:02] [ 5.439789][ T1] vccio_acodec: supplied by vcc3v3_sys
[2025/7/17 17:57:02] [ 5.440912][ T1] vccio_sd: supplied by vcc3v3_sys
[2025/7/17 17:57:02] [ 5.442030][ T1] vcc3v3_pmu: supplied by vcc3v3_sys
[2025/7/17 17:57:02] [ 5.443140][ T1] vcca_1v8: supplied by vcc3v3_sys
[2025/7/17 17:57:02] [ 5.444273][ T1] vcca1v8_pmu: supplied by vcc3v3_sys
[2025/7/17 17:57:02] [ 5.445402][ T1] vcca1v8_image: supplied by vcc3v3_sys
[2025/7/17 17:57:02] [ 5.446527][ T1] vcc_3v3: supplied by vcc3v3_sys
[2025/7/17 17:57:02] [ 5.447119][ T1] vcc3v3_sd: supplied by vcc3v3_sys
[2025/7/17 17:57:02] [ 5.447706][ T1] rk817-charger: Failed to locate of_node [id: -1]
[2025/7/17 17:57:02] [ 5.447879][ T1] rk817-charger rk817-charger: Failed to find matching dt id
[2025/7/17 17:57:02] [ 5.451070][ T1] input: rk805 pwrkey as /devices/platform/fdd40000.i2c/i2c-0/0-0020/rk805-pwrkey/input/input0
[2025/7/17 17:57:02] [ 5.453080][ T1] fan53555-regulator 0-001c: Failed to get chip ID!
[2025/7/17 17:57:02] [ 5.458722][ T1] rtc-hym8563 4-0051: rtc information is valid
[2025/7/17 17:57:02] [ 5.462926][ T1] rtc rtc0: invalid alarm value: 2021-01-16T24:15:00
[2025/7/17 17:57:02] [ 5.463090][ T1] rtc-hym8563 4-0051: registered as rtc0
[2025/7/17 17:57:02] [ 5.464120][ T1] rtc-hym8563 4-0051: setting system clock to 2021-01-01T12:00:13 UTC (1609502413)
[2025/7/17 17:57:02] [ 5.467550][ T1] rockchip-mipi-csi2-hw fdfb0000.mipi-csi2-hw: enter mipi csi2 hw probe!
[2025/7/17 17:57:02] [ 5.467761][ T1] rockchip-mipi-csi2-hw fdfb0000.mipi-csi2-hw: probe success, v4l2_dev:mipi-csi2-hw!
[2025/7/17 17:57:02] [ 5.469032][ T1] rkisp_hw fdff0000.rkisp: Adding to iommu group 7
[2025/7/17 17:57:02] [ 5.469314][ T1] rkisp_hw fdff0000.rkisp: is_thunderboot: 0
[2025/7/17 17:57:02] [ 5.469330][ T1] rkisp_hw fdff0000.rkisp: max input:0x0@0fps
[2025/7/17 17:57:02] [ 5.469360][ T1] rkisp_hw fdff0000.rkisp: can't request region for resource [mem 0xfdff0000-0xfdffffff]
[2025/7/17 17:57:02] [ 5.469538][ T1] rkisp_hw fdff0000.rkisp: no find phandle sram
[2025/7/17 17:57:02] [ 5.470034][ T1] rkisp rkisp-vir0: rkisp driver version: v02.02.02
[2025/7/17 17:57:02] [ 5.470230][ T1] rkisp rkisp-vir0: No memory-region-thunderboot specified
[2025/7/17 17:57:02] [ 5.470466][ T1] rkisp rkisp-vir0: Entity type for entity rkisp-isp-subdev was not initialized!
[2025/7/17 17:57:02] [ 5.470489][ T1] rkisp rkisp-vir0: Entity type for entity rkisp-csi-subdev was not initialized!
[2025/7/17 17:57:02] [ 5.473350][ T1] usbcore: registered new interface driver uvcvideo
[2025/7/17 17:57:02] [ 5.473371][ T1] USB Video Class driver (1.1.1)
[2025/7/17 17:57:02] [ 5.474420][ T1] test_power_init: test power disabled
[2025/7/17 17:57:02] [ 5.475919][ T1] device-mapper: uevent: version 1.0.3
[2025/7/17 17:57:03] [ 5.476165][ T1] device-mapper: ioctl: 4.44.0-ioctl (2021-02-01) initialised: dm-devel@redhat.com
[2025/7/17 17:57:03] [ 5.476418][ T1] Bluetooth: HCI UART driver ver 2.3
[2025/7/17 17:57:03] [ 5.476433][ T1] Bluetooth: HCI UART protocol H4 registered
[2025/7/17 17:57:03] [ 5.477106][ T1] cpu cpu0: bin=0
[2025/7/17 17:57:03] [ 5.477154][ T1] cpu cpu0: leakage=37
[2025/7/17 17:57:03] [ 5.477197][ T1] cpu cpu0: pvtm = 92190, from nvmem
[2025/7/17 17:57:03] [ 5.477216][ T1] cpu cpu0: pvtm-volt-sel=3
[2025/7/17 17:57:03] [ 5.477287][ T1] cpu cpu0: soc version=0, speed=3
[2025/7/17 17:57:03] [ 5.479545][ T1] sdhci: Secure Digital Host Controller Interface driver
[2025/7/17 17:57:03] [ 5.479567][ T1] sdhci: Copyright(c) Pierre Ossman
[2025/7/17 17:57:03] [ 5.479575][ T1] Synopsys Designware Multimedia Card Interface Driver
[2025/7/17 17:57:03] [ 5.480503][ T1] sdhci-pltfm: SDHCI platform and OF driver helper
[2025/7/17 17:57:03] [ 5.480962][ T7] dwmmc_rockchip fe000000.dwmmc: No normal pinctrl state
[2025/7/17 17:57:03] [ 5.480984][ T7] dwmmc_rockchip fe000000.dwmmc: No idle pinctrl state
[2025/7/17 17:57:03] [ 5.481121][ T7] dwmmc_rockchip fe000000.dwmmc: IDMAC supports 32-bit address mode.
[2025/7/17 17:57:03] [ 5.481136][ T9] dwmmc_rockchip fe2b0000.dwmmc: No normal pinctrl state
[2025/7/17 17:57:03] [ 5.481152][ T9] dwmmc_rockchip fe2b0000.dwmmc: No idle pinctrl state
[2025/7/17 17:57:03] [ 5.481177][ T7] dwmmc_rockchip fe000000.dwmmc: Using internal DMA controller.
[2025/7/17 17:57:03] [ 5.481194][ T7] dwmmc_rockchip fe000000.dwmmc: Version ID is 270a
[2025/7/17 17:57:03] [ 5.481262][ T7] dwmmc_rockchip fe000000.dwmmc: DW MMC controller at irq 53,32 bit host data width,256 deep fifo
[2025/7/17 17:57:03] [ 5.481273][ T9] dwmmc_rockchip fe2b0000.dwmmc: IDMAC supports 32-bit address mode.
[2025/7/17 17:57:03] [ 5.481301][ T9] dwmmc_rockchip fe2b0000.dwmmc: Using internal DMA controller.
[2025/7/17 17:57:03] [ 5.481316][ T9] dwmmc_rockchip fe2b0000.dwmmc: Version ID is 270a
[2025/7/17 17:57:03] [ 5.481363][ T9] dwmmc_rockchip fe2b0000.dwmmc: DW MMC controller at irq 54,32 bit host data width,256 deep fifo
[2025/7/17 17:57:03] [ 5.481677][ T7] dwmmc_rockchip fe000000.dwmmc: allocated mmc-pwrseq
[2025/7/17 17:57:03] [ 5.481695][ T7] mmc_host mmc3: card is non-removable.
[2025/7/17 17:57:03] [ 5.482713][ T1] arm-scmi firmware:scmi: Failed. SCMI protocol 17 not active.
[2025/7/17 17:57:03] [ 5.482818][ T1] SMCCC: SOC_ID: ARCH_FEATURES(ARCH_SOC_ID) returned error: fffffffffffffffd
[2025/7/17 17:57:03] [ 5.483748][ T1] cryptodev: driver 1.12 loaded.
[2025/7/17 17:57:03] [ 5.483829][ T1] hid: raw HID events driver (C) Jiri Kosina
[2025/7/17 17:57:03] [ 5.487143][ T1] usbcore: registered new interface driver usbhid
[2025/7/17 17:57:03] [ 5.487161][ T1] usbhid: USB HID core driver
[2025/7/17 17:57:03] [ 5.487615][ T1] ashmem: initialized
[2025/7/17 17:57:03] [ 5.492107][ T1] optee: probing for conduit method.
[2025/7/17 17:57:03] [ 5.492149][ T1] optee: revision 3.13 (b5340fd6)
[2025/7/17 17:57:03] [ 5.492523][ T1] optee: dynamic shared memory is enabled
[2025/7/17 17:57:03] [ 5.492711][ T1] optee: initialized driver
[2025/7/17 17:57:03] [ 5.493355][ T1] rp_power prepare build 8 gpio
[2025/7/17 17:57:03] [ 5.493543][ T1] rp_power request pwr_5v_3v3
[2025/7/17 17:57:03] [ 5.493572][ T1] success request gpio75 out
[2025/7/17 17:57:03] [ 5.493592][ T1] rp_power request led
[2025/7/17 17:57:03] [ 5.493608][ T1] success request gpio114 flash
[2025/7/17 17:57:03] [ 5.493625][ T1] rp_power request usb_pwr
[2025/7/17 17:57:03] [ 5.493641][ T1] success request gpio6 out
[2025/7/17 17:57:03] [ 5.493663][ T1] rp_power request usb_rst
[2025/7/17 17:57:03] [ 5.493678][ T1] success request gpio8 out
[2025/7/17 17:57:03] [ 5.493776][ T1] rp_power request spk_en
[2025/7/17 17:57:03] [ 5.493793][ T1] success request gpio148 out
[2025/7/17 17:57:03] [ 5.493825][ T1] rp_power request spk_mute
[2025/7/17 17:57:03] [ 5.493839][ T9] mmc_host mmc0: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
[2025/7/17 17:57:03] [ 5.493841][ T1] success request gpio0 out
[2025/7/17 17:57:03] [ 5.493856][ T1] rp_power request usb_mode
[2025/7/17 17:57:03] [ 5.493865][ T1] success request gpio18 out
[2025/7/17 17:57:03] [ 5.493883][ T1] rp_power request Equipment_EN
[2025/7/17 17:57:03] [ 5.493896][ T1] success request gpio97 out
[2025/7/17 17:57:03] [ 5.494053][ T1] input: gpio_event as /devices/platform/rp_power/input/input1
[2025/7/17 17:57:03] [ 5.494435][ T1] input: gpio_event as /devices/platform/rp_power/input/input2
[2025/7/17 17:57:03] [ 5.494635][ T1] rpdzkj wake lock
[2025/7/17 17:57:03] [ 5.495510][ T1] rp_gpio prepare build 11 gpio
[2025/7/17 17:57:03] [ 5.495654][ T1] rp_gpio request gpio1d0
[2025/7/17 17:57:03] [ 5.495680][ T1] success request gpio56 out
[2025/7/17 17:57:03] [ 5.495701][ T1] rp_gpio request gpio1d1
[2025/7/17 17:57:03] [ 5.495715][ T1] success request gpio57 out
[2025/7/17 17:57:03] [ 5.495734][ T1] rp_gpio request gpio1d2
[2025/7/17 17:57:03] [ 5.495748][ T1] success request gpio58 out
[2025/7/17 17:57:03] [ 5.495766][ T1] rp_gpio request gpio1d3
[2025/7/17 17:57:03] [ 5.495779][ T1] success request gpio59 out
[2025/7/17 17:57:03] [ 5.495797][ T1] rp_gpio request gpio1d4
[2025/7/17 17:57:03] [ 5.495811][ T1] success request gpio60 out
[2025/7/17 17:57:03] [ 5.495833][ T1] rp_gpio request gpio4a0
[2025/7/17 17:57:03] [ 5.495848][ T1] success request gpio128 out
[2025/7/17 17:57:03] [ 5.495866][ T1] rp_gpio request gpio4a1
[2025/7/17 17:57:03] [ 5.495880][ T1] success request gpio129 out
[2025/7/17 17:57:03] [ 5.495899][ T1] rp_gpio request gpio4a2
[2025/7/17 17:57:03] [ 5.495912][ T1] success request gpio130 out
[2025/7/17 17:57:03] [ 5.495931][ T1] rp_gpio request gpio4a3
[2025/7/17 17:57:03] [ 5.495944][ T1] success request gpio131 out
[2025/7/17 17:57:03] [ 5.495963][ T1] rp_gpio request gpio1a4
[2025/7/17 17:57:03] [ 5.495976][ T1] success request gpio36 out
[2025/7/17 17:57:03] [ 5.495996][ T1] rp_gpio request gpio3c1
[2025/7/17 17:57:03] [ 5.496010][ T1] success request gpio113 out
[2025/7/17 17:57:03] [ 5.497027][ T1] mhi_init Quectel_Linux_PCIE_MHI_Driver_V1.3.1
[2025/7/17 17:57:03] [ 5.497293][ T1] sprd_pci_ep_dev_init Quectel_Linux&Android_SPRD_PCIE_Driver_V1.1.8
[2025/7/17 17:57:03] [ 5.497880][ T1] sipc: name=sprd,sipc
[2025/7/17 17:57:03] [ 5.497892][ T1] sipc: type=1
[2025/7/17 17:57:03] [ 5.497899][ T1] sipc: dst =1
[2025/7/17 17:57:03] [ 5.497906][ T1] sipc: ep_dev=0
[2025/7/17 17:57:03] [ 5.497911][ T1] sipc: smem_type = 0
[2025/7/17 17:57:03] [ 5.498730][ T1] sipc: smem_base=0x2c00000, dst_smem_base=0x2c00000, smem_size=0x300000
[2025/7/17 17:57:03] [ 5.498740][ T1] sipc: high_offset=0x0n
[2025/7/17 17:57:03] [ 5.498744][ T1] smsg_ipc_create: sprd,sipc
[2025/7/17 17:57:03] [ 5.499255][ T1] smem_init: pool addr = 0x2c00000, size = 0x300000 added.
[2025/7/17 17:57:03] [ 5.499273][ T1] smsg_ipc_smem_init: ring_base = 0x2c00000, ring_size = 0x1000
[2025/7/17 17:57:03] [ 5.500297][ T1] spipe_probe!
[2025/7/17 17:57:03] [ 5.500314][ T1] spipe: after parse device tree, name=spipe_nr, dst=1, channel=4, ringnr=15, rxbuf_size=0x1000, txbuf_size=0x1000
[2025/7/17 17:57:03] [ 5.500330][ T1] sbuf_host_init: channel 1-4, offset = 0x0!
[2025/7/17 17:57:03] [ 5.500836][ T105] smsg_ch_open: channel 1-4 send open msg!
[2025/7/17 17:57:03] [ 5.502924][ T1] spipe_probe!
[2025/7/17 17:57:03] [ 5.502939][ T1] spipe: after parse device tree, name=sdiag_nr, dst=1, channel=21, ringnr=1, rxbuf_size=0x8000, txbuf_size=0x40000
[2025/7/17 17:57:03] [ 5.502955][ T1] sbuf_host_init: channel 1-21, offset = 0x0!
[2025/7/17 17:57:03] [ 5.503191][ T106] smsg_ch_open: channel 1-21 send open msg!
[2025/7/17 17:57:03] [ 5.503370][ T1] spipe_probe!
[2025/7/17 17:57:03] [ 5.503384][ T1] spipe: after parse device tree, name=stty_nr, dst=1, channel=6, ringnr=32, rxbuf_size=0x800, txbuf_size=0x800
[2025/7/17 17:57:03] [ 5.503401][ T1] sbuf_host_init: channel 1-6, offset = 0x0!
[2025/7/17 17:57:03] [ 5.503844][ T107] smsg_ch_open: channel 1-6 send open msg!
[2025/7/17 17:57:03] [ 5.507483][ T1] spipe_probe!
[2025/7/17 17:57:03] [ 5.507504][ T1] spipe: after parse device tree, name=snv_nr, dst=1, channel=40, ringnr=1, rxbuf_size=0x1000, txbuf_size=0x40400
[2025/7/17 17:57:03] [ 5.507520][ T1] sbuf_host_init: channel 1-40, offset = 0x0!
[2025/7/17 17:57:03] [ 5.507745][ T108] smsg_ch_open: channel 1-40 send open msg!
[2025/7/17 17:57:03] [ 5.508464][ T1] spool: name=slog_nr, dst=1, channel=5, pre_cfg=0
[2025/7/17 17:57:03] [ 5.508477][ T1] spool: tx_num=0, tx_size=0, rx_num=32, rx_size=65536
[2025/7/17 17:57:03] [ 5.508825][ T109] smsg_ch_open: channel 1-5 send open msg!
[2025/7/17 17:57:03] [ 5.509334][ T1] usbcore: registered new interface driver snd-usb-audio
[2025/7/17 17:57:03] [ 5.512322][ T1] rk817-codec rk817-codec: DMA mask not set
[2025/7/17 17:57:03] [ 5.513388][ T96] mmc2: SDHCI controller on fe310000.sdhci [fe310000.sdhci] using ADMA
[2025/7/17 17:57:03] [ 5.520215][ T1] netem: version 1.3
[2025/7/17 17:57:03] [ 5.520242][ T1] u32 classifier
[2025/7/17 17:57:03] [ 5.520251][ T1] input device check on
[2025/7/17 17:57:03] [ 5.520260][ T36] usb 2-1: new high-speed USB device number 2 using ehci-platform
[2025/7/17 17:57:03] [ 5.520268][ T1] Actions configured
[2025/7/17 17:57:03] [ 5.521247][ T1] xt_time: kernel timezone is -0000
[2025/7/17 17:57:03] [ 5.521358][ T1] gre: GRE over IPv4 demultiplexor driver
[2025/7/17 17:57:03] [ 5.521370][ T1] IPv4 over IPsec tunneling driver
[2025/7/17 17:57:03] [ 5.522252][ T1] Initializing XFRM netlink socket
[2025/7/17 17:57:03] [ 5.522286][ T1] IPsec XFRM device driver
[2025/7/17 17:57:03] [ 5.522653][ T1] NET: Registered protocol family 10
[2025/7/17 17:57:03] [ 5.523797][ T1] Segment Routing with IPv6
[2025/7/17 17:57:03] [ 5.523919][ T1] mip6: Mobile IPv6
[2025/7/17 17:57:03] [ 5.524639][ T1] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[2025/7/17 17:57:03] [ 5.525492][ T1] NET: Registered protocol family 17
[2025/7/17 17:57:03] [ 5.525524][ T1] NET: Registered protocol family 15
[2025/7/17 17:57:03] [ 5.525591][ T1] Bridge firewalling registered
[2025/7/17 17:57:03] [ 5.525639][ T1] can: controller area network core
[2025/7/17 17:57:03] [ 5.525696][ T1] NET: Registered protocol family 29
[2025/7/17 17:57:03] [ 5.525708][ T1] can: raw protocol
[2025/7/17 17:57:03] [ 5.525721][ T1] can: broadcast manager protocol
[2025/7/17 17:57:03] [ 5.525737][ T1] can: netlink gateway - max_hops=1
[2025/7/17 17:57:03] [ 5.526077][ T1] Bluetooth: RFCOMM TTY layer initialized
[2025/7/17 17:57:03] [ 5.526098][ T1] Bluetooth: RFCOMM socket layer initialized
[2025/7/17 17:57:03] [ 5.526141][ T1] Bluetooth: RFCOMM ver 1.11
[2025/7/17 17:57:03] [ 5.526160][ T1] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[2025/7/17 17:57:03] [ 5.526169][ T1] Bluetooth: BNEP filters: protocol multicast
[2025/7/17 17:57:03] [ 5.526181][ T1] Bluetooth: BNEP socket layer initialized
[2025/7/17 17:57:03] [ 5.526191][ T1] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[2025/7/17 17:57:03] [ 5.526201][ T1] Bluetooth: HIDP socket layer initialized
[2025/7/17 17:57:03] [ 5.526228][ T1] l2tp_core: L2TP core driver, V2.0
[2025/7/17 17:57:03] [ 5.526244][ T1] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[2025/7/17 17:57:03] [ 5.527495][ T1] gc2093 2-0037: driver version: 00.01.02
[2025/7/17 17:57:03] [ 5.527655][ T1] gc2093 2-0037: Failed to get pwdn-gpios
[2025/7/17 17:57:03] [ 5.527701][ T1] gc2093 2-0037: supply dovdd not found, using dummy regulator
[2025/7/17 17:57:03] [ 5.527871][ T1] gc2093 2-0037: supply avdd not found, using dummy regulator
[2025/7/17 17:57:03] [ 5.527932][ T1] gc2093 2-0037: supply dvdd not found, using dummy regulator
[2025/7/17 17:57:03] [ 5.550362][ T1] gc2093 2-0037: i2c read failed at addr: 3f0
[2025/7/17 17:57:03] [ 5.550588][ T1] gc2093 2-0037: i2c read failed at addr: 3f1
[2025/7/17 17:57:03] [ 5.550601][ T1] gc2093 2-0037: Failed to read sensor id, (-6)
[2025/7/17 17:57:03] [ 5.552095][ T1] registered taskstats version 1
[2025/7/17 17:57:03] [ 5.552119][ T1] Loading compiled-in X.509 certificates
[2025/7/17 17:57:03] [ 5.552305][ T1] Key type .fscrypt registered
[2025/7/17 17:57:03] [ 5.552318][ T1] Key type fscrypt-provisioning registered
[2025/7/17 17:57:03] [ 5.552617][ T1] pstore: Using crash dump compression: deflate
[2025/7/17 17:57:03] [ 5.554240][ T1] rga: rga2, irq = 31, match scheduler
[2025/7/17 17:57:03] [ 5.554950][ T1] rga: rga2 hardware loaded successfully, hw_version:3.2.63318.
[2025/7/17 17:57:03] [ 5.555000][ T1] rga: rga2 probe successfully
[2025/7/17 17:57:03] [ 5.555031][ T35] mmc2: Host Software Queue enabled
[2025/7/17 17:57:03] [ 5.555057][ T35] mmc2: new HS200 MMC card at address 0001
[2025/7/17 17:57:03] [ 5.555416][ T1] rga_iommu: IOMMU binding successfully, default mapping core[0x4]
[2025/7/17 17:57:03] [ 5.555736][ T35] mmcblk2: mmc2:0001 SPeMMC 29.0 GiB
[2025/7/17 17:57:03] [ 5.555758][ T1] rga: Module initialized. v1.2.27
[2025/7/17 17:57:03] [ 5.555986][ T35] mmcblk2boot0: mmc2:0001 SPeMMC partition 1 4.00 MiB
[2025/7/17 17:57:03] [ 5.556258][ T35] mmcblk2boot1: mmc2:0001 SPeMMC partition 2 4.00 MiB
[2025/7/17 17:57:03] [ 5.556592][ T35] mmcblk2rpmb: mmc2:0001 SPeMMC partition 3 4.00 MiB, chardev (235:0)
[2025/7/17 17:57:03] [ 5.561125][ T35] mmcblk2: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15
[2025/7/17 17:57:03] [ 5.633089][ T112] vendor storage:20190527 ret = 0
[2025/7/17 17:57:03] [ 5.672411][ T36] usb 2-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=60.60
[2025/7/17 17:57:03] [ 5.672430][ T36] usb 2-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[2025/7/17 17:57:03] [ 5.672440][ T36] usb 2-1: Product: USB2.0 Hub
[2025/7/17 17:57:03] [ 5.673437][ T36] hub 2-1:1.0: USB hub found
[2025/7/17 17:57:03] [ 5.673867][ T36] hub 2-1:1.0: 4 ports detected
[2025/7/17 17:57:03] [ 5.697189][ T7] mmc_host mmc3: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
[2025/7/17 17:57:04] [ 5.710894][ T9] mpp_rkvenc fdf40000.rkvenc: Adding to iommu group 5
[2025/7/17 17:57:04] [ 5.711136][ T9] mpp_rkvenc fdf40000.rkvenc: probing start
[2025/7/17 17:57:04] [ 5.711664][ T9] mpp_rkvenc fdf40000.rkvenc: bin=0
[2025/7/17 17:57:04] [ 5.711681][ T9] mpp_rkvenc fdf40000.rkvenc: Failed to get leakage
[2025/7/17 17:57:04] [ 5.711737][ T9] mpp_rkvenc fdf40000.rkvenc: pvtm = 92190, from nvmem
[2025/7/17 17:57:04] [ 5.711754][ T9] mpp_rkvenc fdf40000.rkvenc: pvtm-volt-sel=2
[2025/7/17 17:57:04] [ 5.711977][ T9] mpp_rkvenc fdf40000.rkvenc: avs=0
[2025/7/17 17:57:04] [ 5.712125][ T9] mpp_rkvenc fdf40000.rkvenc: failed to find power_model node
[2025/7/17 17:57:04] [ 5.712138][ T9] mpp_rkvenc fdf40000.rkvenc: failed to initialize power model
[2025/7/17 17:57:04] [ 5.712148][ T9] mpp_rkvenc fdf40000.rkvenc: failed to get dynamic-coefficient
[2025/7/17 17:57:04] [ 5.712871][ T9] mpp_rkvenc fdf40000.rkvenc: probing finish
[2025/7/17 17:57:04] [ 5.713324][ T9] mpp_rkvdec2 fdf80200.rkvdec: Adding to iommu group 6
[2025/7/17 17:57:04] [ 5.713673][ T9] mpp_rkvdec2 fdf80200.rkvdec: rkvdec, probing start
[2025/7/17 17:57:04] [ 5.714068][ T9] mpp_rkvdec2 fdf80200.rkvdec: shared_niu_a is not found!
[2025/7/17 17:57:04] [ 5.714083][ T9] rkvdec2_init:1022: No niu aclk reset resource define
[2025/7/17 17:57:04] [ 5.714095][ T9] mpp_rkvdec2 fdf80200.rkvdec: shared_niu_h is not found!
[2025/7/17 17:57:04] [ 5.714103][ T9] rkvdec2_init:1025: No niu hclk reset resource define
[2025/7/17 17:57:04] [ 5.714347][ T9] mpp_rkvdec2 fdf80200.rkvdec: bin=0
[2025/7/17 17:57:04] [ 5.714450][ T9] mpp_rkvdec2 fdf80200.rkvdec: leakage=63
[2025/7/17 17:57:04] [ 5.714466][ T9] mpp_rkvdec2 fdf80200.rkvdec: leakage-volt-sel=0
[2025/7/17 17:57:04] [ 5.714508][ T9] mpp_rkvdec2 fdf80200.rkvdec: pvtm = 92190, from nvmem
[2025/7/17 17:57:04] [ 5.714523][ T9] mpp_rkvdec2 fdf80200.rkvdec: pvtm-volt-sel=1
[2025/7/17 17:57:04] [ 5.714752][ T9] mpp_rkvdec2 fdf80200.rkvdec: avs=0
[2025/7/17 17:57:04] [ 5.714884][ T9] mpp_rkvdec2 fdf80200.rkvdec: failed to find power_model node
[2025/7/17 17:57:04] [ 5.714898][ T9] mpp_rkvdec2 fdf80200.rkvdec: failed to initialize power model
[2025/7/17 17:57:04] [ 5.714907][ T9] mpp_rkvdec2 fdf80200.rkvdec: failed to get dynamic-coefficient
[2025/7/17 17:57:04] [ 5.715100][ T9] mpp_rkvdec2 fdf80200.rkvdec: sram_start 0x00000000fdcc0000
[2025/7/17 17:57:04] [ 5.715113][ T9] mpp_rkvdec2 fdf80200.rkvdec: rcb_iova 0x0000000010000000
[2025/7/17 17:57:04] [ 5.715123][ T9] mpp_rkvdec2 fdf80200.rkvdec: sram_size 45056
[2025/7/17 17:57:04] [ 5.715131][ T9] mpp_rkvdec2 fdf80200.rkvdec: rcb_size 65536
[2025/7/17 17:57:04] [ 5.715141][ T9] mpp_rkvdec2 fdf80200.rkvdec: min_width 512
[2025/7/17 17:57:04] [ 5.715200][ T9] mpp_rkvdec2 fdf80200.rkvdec: link mode probe finish
[2025/7/17 17:57:04] [ 5.715280][ T9] mpp_rkvdec2 fdf80200.rkvdec: probing finish
[2025/7/17 17:57:04] [ 5.716933][ T9] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 142.
[2025/7/17 17:57:04] [ 5.716979][ T7] mali fde60000.gpu: Kernel DDK version g18p0-01eac0
[2025/7/17 17:57:04] [ 5.716983][ T9] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 133.
[2025/7/17 17:57:04] [ 5.716994][ T9] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 134.
[2025/7/17 17:57:04] [ 5.717005][ T9] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 137.
[2025/7/17 17:57:04] [ 5.717066][ T9] [BT_RFKILL]: Request irq for bt wakeup host
[2025/7/17 17:57:04] [ 5.717187][ T9] [BT_RFKILL]: ** disable irq
[2025/7/17 17:57:04] [ 5.717447][ T9] [BT_RFKILL]: bt_default device registered.
[2025/7/17 17:57:04] [ 5.717668][ T7] mali fde60000.gpu: bin=0
[2025/7/17 17:57:04] [ 5.717744][ T7] mali fde60000.gpu: leakage=9
[2025/7/17 17:57:04] [ 5.717790][ T7] mali fde60000.gpu: pvtm = 92190, from nvmem
[2025/7/17 17:57:04] [ 5.717810][ T7] mali fde60000.gpu: pvtm-volt-sel=3
[2025/7/17 17:57:04] [ 5.717840][ T7] mali fde60000.gpu: soc version=0, speed=3
[2025/7/17 17:57:04] [ 5.718003][ T9] rockchip-iodomain fdc20000.syscon:io-domains: pmuio2(3300000 uV) supplied by vcc3v3_pmu
[2025/7/17 17:57:04] [ 5.718243][ T9] rockchip-iodomain fdc20000.syscon:io-domains: vccio1(3000000 uV) supplied by vccio_acodec
[2025/7/17 17:57:04] [ 5.718414][ T9] rockchip-iodomain fdc20000.syscon:io-domains: vccio3(3300000 uV) supplied by vccio_sd
[2025/7/17 17:57:04] [ 5.718569][ T7] mali fde60000.gpu: avs=0
[2025/7/17 17:57:04] [ 5.718591][ T9] rockchip-iodomain fdc20000.syscon:io-domains: vccio4(3300000 uV) supplied by vcc_3v3
[2025/7/17 17:57:04] [ 5.718603][ T7] W : [File] : drivers/gpu/arm/bifrost/platform/rk/mali_kbase_config_rk.c; [Line] : 143; [Func] : kbase_platform_rk_init(); power-off-delay-ms not available.
[2025/7/17 17:57:04] [ 5.718674][ T9] rockchip-iodomain fdc20000.syscon:io-domains: vccio5(3300000 uV) supplied by vcc_3v3
[2025/7/17 17:57:04] [ 5.718847][ T9] rockchip-iodomain fdc20000.syscon:io-domains: vccio6(1800000 uV) supplied by vcc_1v8
[2025/7/17 17:57:04] [ 5.718926][ T9] rockchip-iodomain fdc20000.syscon:io-domains: vccio7(3300000 uV) supplied by vcc_3v3
[2025/7/17 17:57:04] [ 5.719170][ T7] mali fde60000.gpu: GPU identified as 0x2 arch 7.4.0 r1p0 status 0
[2025/7/17 17:57:04] [ 5.719262][ T7] mali fde60000.gpu: No priority control manager is configured
[2025/7/17 17:57:04] [ 5.719687][ T7] mali fde60000.gpu: No memory group manager is configured
[2025/7/17 17:57:04] [ 5.721387][ T7] mali fde60000.gpu: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
[2025/7/17 17:57:04] [ 5.723064][ T7] mali fde60000.gpu: Probed as mali0
[2025/7/17 17:57:04] [ 5.724307][ T9] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x2a, primary plane phy id: 5
[2025/7/17 17:57:04] [ 5.724335][ T9] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp1 assign plane mask: 0x15, primary plane phy id: 4
[2025/7/17 17:57:04] console:/ $ [ 5.724347][ T9] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x0, primary plane phy id: -1
[2025/7/17 17:57:04] [ 5.725152][ T9] rockchip-drm display-subsystem: bound fe040000.vop (ops vop2_component_ops)
[2025/7/17 17:57:04] [ 5.725461][ T9] dwhdmi-rockchip fe0a0000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
[2025/7/17 17:57:04] [ 5.726685][ T9] dwhdmi-rockchip fe0a0000.hdmi: registered DesignWare HDMI I2C bus driver
[2025/7/17 17:57:04] [ 5.727341][ T9] dwhdmi-rockchip fe0a0000.hdmi: IRQ index 1 not found
[2025/7/17 17:57:04] [ 5.728584][ T9] input: hdmi_cec_key as /devices/platform/fe0a0000.hdmi/dw-hdmi-cec.3.auto/input/input3
[2025/7/17 17:57:04] [ 5.729492][ T9] rockchip-drm display-subsystem: bound fe0a0000.hdmi (ops dw_hdmi_rockchip_ops)
[2025/7/17 17:57:04] [ 5.729661][ T9] rockchip-drm display-subsystem: bound fe060000.dsi (ops dw_mipi_dsi_rockchip_ops)
[2025/7/17 17:57:04] [ 5.730962][ T9] rockchip-drm display-subsystem: route-hdmi: failed to get logo,offset
[2025/7/17 17:57:04] [ 5.743729][ T35] mmc3: queuing unknown CIS tuple 0x80 (2 bytes)
[2025/7/17 17:57:04] [ 5.745624][ T35] mmc3: queuing unknown CIS tuple 0x80 (3 bytes)
[2025/7/17 17:57:04] [ 5.747607][ T35] mmc3: queuing unknown CIS tuple 0x80 (3 bytes)
[2025/7/17 17:57:04] [ 5.751053][ T35] mmc3: queuing unknown CIS tuple 0x80 (7 bytes)
[2025/7/17 17:57:04] [ 5.752904][ T9] rockchip-drm display-subsystem: [drm] fb0: rockchipdrmfb frame buffer device
[2025/7/17 17:57:04] [ 5.753983][ T9] [drm] Initialized rockchip 3.0.0 20140818 for display-subsystem on minor 0
[2025/7/17 17:57:04] [ 5.754815][ T9] input: adc-keys as /devices/platform/adc-keys/input/input4
[2025/7/17 17:57:04] [ 5.755053][ T35] mmc3: queuing unknown CIS tuple 0x81 (9 bytes)
[2025/7/17 17:57:04] [ 5.759720][ T9] rk817-codec rk817-codec: rk817_probe: chip_name:0x80, chip_ver:0x95
[2025/7/17 17:57:04] [ 5.775209][ T1] rk808-rtc rk808-rtc: registered as rtc1
[2025/7/17 17:57:04] [ 5.776586][ T1] rockchip_headset rk-headset: Can not read property headset_gpio
[2025/7/17 17:57:04] [ 5.776625][ T1] rockchip_headset: probe of rk-headset failed with error -2
[2025/7/17 17:57:04] [ 5.776983][ T1] RKNPU fde40000.npu: Adding to iommu group 0
[2025/7/17 17:57:04] [ 5.777506][ T1] RKNPU fde40000.npu: RKNPU: rknpu iommu is enabled, using iommu mode
[2025/7/17 17:57:04] [ 5.777830][ T1] RKNPU fde40000.npu: can't request region for resource [mem 0xfde40000-0xfde4ffff]
[2025/7/17 17:57:04] [ 5.778514][ T1] [drm] Initialized rknpu 0.9.2 20231018 for fde40000.npu on minor 1
[2025/7/17 17:57:04] [ 5.779182][ T1] RKNPU fde40000.npu: bin=0
[2025/7/17 17:57:04] [ 5.779229][ T1] RKNPU fde40000.npu: leakage=5
[2025/7/17 17:57:04] [ 5.779271][ T1] RKNPU fde40000.npu: pvtm = 92190, from nvmem
[2025/7/17 17:57:04] [ 5.779291][ T1] RKNPU fde40000.npu: pvtm-volt-sel=3
[2025/7/17 17:57:04] [ 5.779308][ T1] RKNPU fde40000.npu: soc version=0, speed=3
[2025/7/17 17:57:04] [ 5.780011][ T1] RKNPU fde40000.npu: avs=0
[2025/7/17 17:57:04] [ 5.780274][ T1] RKNPU fde40000.npu: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
[2025/7/17 17:57:04] [ 5.780856][ T1] RKNPU fde40000.npu: failed to find power_model node
[2025/7/17 17:57:04] [ 5.780872][ T1] RKNPU fde40000.npu: RKNPU: failed to initialize power model
[2025/7/17 17:57:04] [ 5.780882][ T1] RKNPU fde40000.npu: RKNPU: failed to get dynamic-coefficient
[2025/7/17 17:57:04] [ 5.782240][ T1] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[2025/7/17 17:57:04] [ 5.783314][ T1] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[2025/7/17 17:57:04] [ 5.783507][ T86] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[2025/7/17 17:57:04] [ 5.783527][ T86] cfg80211: failed to load regulatory.db
[2025/7/17 17:57:04] [ 5.784684][ T1] rockchip-pm rockchip-suspend: not set pwm-regulator-config
[2025/7/17 17:57:04] [ 5.785215][ T1] rockchip-suspend not set sleep-mode-config for mem-lite
[2025/7/17 17:57:04] [ 5.785228][ T1] rockchip-suspend not set wakeup-config for mem-lite
[2025/7/17 17:57:04] [ 5.785239][ T1] rockchip-suspend not set sleep-mode-config for mem-ultra
[2025/7/17 17:57:04] [ 5.785247][ T1] rockchip-suspend not set wakeup-config for mem-ultra
[2025/7/17 17:57:04] [ 5.786440][ T1] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 410; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '', rk_ko_ver is '5', built at '17:33:38', on 'Jul 17 2025'.
[2025/7/17 17:57:04] [ 5.786980][ T1] Mali:
[2025/7/17 17:57:04] [ 5.786985][ T1] Mali device driver loaded
[2025/7/17 17:57:04] [ 5.787011][ T1] rkisp rkisp-vir0: clear unready subdev num: 1
[2025/7/17 17:57:04] [ 5.787639][ T1] rkisp-vir0: update sensor failed
[2025/7/17 17:57:04] [ 5.787657][ T1] ALSA device list:
[2025/7/17 17:57:04] [ 5.787667][ T1] #0: rockchip,hdmi
[2025/7/17 17:57:04] [ 5.787675][ T1] #1: rockchip,rk809-codec
[2025/7/17 17:57:04] [ 5.788342][ T1] Freeing unused kernel memory: 1344K
[2025/7/17 17:57:04] [ 5.815440][ T35] mmc_host mmc3: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
[2025/7/17 17:57:04] [ 5.823487][ T35] dwmmc_rockchip fe000000.dwmmc: Successfully tuned phase to 270
[2025/7/17 17:57:04] [ 5.826919][ T35] mmc3: new ultra high speed SDR104 SDIO card at address 0001
[2025/7/17 17:57:04] [ 5.830250][ T1] Run /init as init process
[2025/7/17 17:57:04] [ 5.833493][ T1] init: init first stage started!
[2025/7/17 17:57:04] [ 5.833739][ T1] init: Unable to open /lib/modules, skipping module loading.
[2025/7/17 17:57:04] [ 5.834105][ T1] init: Copied ramdisk prop to /second_stage_resources/system/etc/ramdisk/build.prop
[2025/7/17 17:57:04] [ 5.834619][ T1] init: [libfs_mgr]ReadFstabFromDt(): failed to read fstab from dt
[2025/7/17 17:57:04] [ 5.836440][ T1] init: Using Android DT directory /proc/device-tree/firmware/android/
[2025/7/17 17:57:04] [ 5.836526][ T1] init: Failed to read vbmeta partitions.
[2025/7/17 17:57:04] [ 5.913384][ T1] init: [libfs_mgr]superblock s_max_mnt_count:65535,/dev/block/by-name/metadata
[2025/7/17 17:57:04] [ 5.914064][ T1] EXT4-fs (mmcblk2p11): Ignoring removed nomblk_io_submit option
[2025/7/17 17:57:04] [ 5.916548][ T1] EXT4-fs (mmcblk2p11): mounted filesystem with ordered data mode. Opts: errors=remount-ro,nomblk_io_submit
[2025/7/17 17:57:04] [ 5.916704][ T1] init: [libfs_mgr]check_fs(): mount(/dev/block/by-name/metadata,/metadata,ext4)=0: Success
[2025/7/17 17:57:04] [ 5.918823][ T1] init: [libfs_mgr]umount_retry(): unmount(/metadata) succeeded
[2025/7/17 17:57:04] [ 5.919056][ T1] init: [libfs_mgr]Not running /system/bin/e2fsck on /dev/block/mmcblk2p11 (executable not in system image)
[2025/7/17 17:57:04] [ 5.921747][ T1] EXT4-fs (mmcblk2p11): mounted filesystem with ordered data mode. Opts: discard
[2025/7/17 17:57:04] [ 5.934825][ T1] request_module fs-erofs succeeded, but still no fs?
[2025/7/17 17:57:04] [ 5.942535][ T1] EXT4-fs (dm-0): mounted filesystem without journal. Opts: barrier=1
[2025/7/17 17:57:04] [ 5.951227][ T1] EXT4-fs (dm-3): mounted filesystem without journal. Opts: barrier=1
[2025/7/17 17:57:04] [ 5.954924][ T1] EXT4-fs (dm-5): mounted filesystem without journal. Opts: barrier=1
[2025/7/17 17:57:04] [ 5.958582][ T1] EXT4-fs (dm-1): mounted filesystem without journal. Opts: barrier=1
[2025/7/17 17:57:04] [ 5.962253][ T1] EXT4-fs (dm-2): mounted filesystem without journal. Opts: barrier=1
[2025/7/17 17:57:05] [ 5.965989][ T1] EXT4-fs (dm-4): mounted filesystem without journal. Opts: barrier=1
[2025/7/17 17:57:05] [ 5.969560][ T1] EXT4-fs (dm-6): mounted filesystem without journal. Opts: barrier=1
[2025/7/17 17:57:05] [ 5.973745][ T1] EXT4-fs (dm-7): mounted filesystem without journal. Opts: I/TA: Hello Rockchip Keymaster! ver:20221212 rpmb :0
[2025/7/17 17:57:05] barrier=1
[2025/7/17 17:57:05] [ 6.000000][ T1] printk: init: 37 output lines suppressed due to ratelimiting
[2025/7/17 17:57:05] [ 6.161317][ T1] init: Opening SELinux policy
[2025/7/17 17:57:05] [ 6.164127][ T1] init: Falling back to standard signature check. TODO implementent support for fsverity SEPolicy.
[2025/7/17 17:57:05] [ 6.164237][ T1] init: Error: Apex SEPolicy failed signature check
[2025/7/17 17:57:05] [ 6.164271][ T1] init: Loading APEX Sepolicy from /system/etc/selinux/apex/SEPolicy.zip
[2025/7/17 17:57:05] [ 6.164329][ T1] init: Failed to open package /system/etc/selinux/apex/SEPolicy.zip: No such file or directory
[2025/7/17 17:57:05] [ 6.173877][ T1] init: Loading SELinux policy
[2025/7/17 17:57:05] [ 6.198910][ T1] SELinux: Permission bpf in class capability2 not defined in policy.
[2025/7/17 17:57:05] [ 6.198944][ T1] SELinux: Permission checkpoint_restore in class capability2 not defined in policy.
[2025/7/17 17:57:05] [ 6.198976][ T1] SELinux: Permission bpf in class cap2_userns not defined in policy.
[2025/7/17 17:57:05] [ 6.198984][ T1] SELinux: Permission checkpoint_restore in class cap2_userns not defined in policy.
[2025/7/17 17:57:05] [ 6.199119][ T1] SELinux: the above unknown classes and permissions will be denied
[2025/7/17 17:57:05] [ 6.205935][ T1] SELinux: policy capability network_peer_controls=1
[2025/7/17 17:57:05] [ 6.205966][ T1] SELinux: policy capability open_perms=1
[2025/7/17 17:57:05] [ 6.205975][ T1] SELinux: policy capability extended_socket_class=1
[2025/7/17 17:57:05] [ 6.205982][ T1] SELinux: policy capability always_check_network=0
[2025/7/17 17:57:05] [ 6.205989][ T1] SELinux: policy capability cgroup_seclabel=0
[2025/7/17 17:57:05] [ 6.205996][ T1] SELinux: policy capability nnp_nosuid_transition=1
[2025/7/17 17:57:05] [ 6.206003][ T1] SELinux: policy capability genfs_seclabel_symlinks=0
[2025/7/17 17:57:05] [ 6.206009][ T1] SELinux: policy capability ioctl_skip_cloexec=0
[2025/7/17 17:57:05] [ 6.473637][ T37] audit: type=1403 audit(1609502414.506:2): auid=4294967295 ses=4294967295 lsm=selinux res=1
[2025/7/17 17:57:05] [ 6.491870][ T1] selinux: SELinux: Loaded file_contexts
[2025/7/17 17:57:05] [ 6.491913][ T1] selinux:
[2025/7/17 17:57:05] [ 6.535778][ T1] init: init second stage started!
[2025/7/17 17:57:05] [ 6.600917][ T1] init: Using Android DT directory /proc/device-tree/firmware/android/
[2025/7/17 17:57:05] [ 6.607432][ T1] init: Couldn't load property file '/vendor/default.prop': open() failed: No such file or directory: No such file or directory
[2025/7/17 17:57:05] [ 6.619280][ T1] init: Setting product property ro.product.brand to 'rockchip' (from ro.product.product.brand)
[2025/7/17 17:57:05] [ 6.619365][ T1] init: Setting product property ro.product.device to 'rk3566_t' (from ro.product.product.device)
[2025/7/17 17:57:05] [ 6.619429][ T1] init: Setting product property ro.product.manufacturer to 'rockchip' (from ro.product.product.manufacturer)
[2025/7/17 17:57:05] [ 6.619490][ T1] init: Setting product property ro.product.model to 'rk3566_t' (from ro.product.product.model)
[2025/7/17 17:57:05] [ 6.619573][ T1] init: Setting product property ro.product.name to 'rk3566_t' (from ro.product.product.name)
[2025/7/17 17:57:05] [ 6.619662][ T1] init: Setting property 'ro.build.fingerprint' to 'rockchip/rk3566_t/rk3566_t:13/TQ3C.230805.001.B2/eng.rootro.20250711.191113:userdebug/release-keys'
[2025/7/17 17:57:05] [ 6.619743][ T1] init: Setting property 'ro.product.cpu.abilist' to 'arm64-v8a,armeabi-v7a,armeabi'
[2025/7/17 17:57:05] [ 6.678331][ T37] audit: type=1107 audit(1609502414.710:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=u:r:init:s0 msg='avc: denied { read } for property=persist.sys.adb_enable pid=0 uid=0 gid=0 scontext=u:r:vendor_init:s0 tcontext=u:object_r:system_prop:s0 tclass=file permissive=1'
[2025/7/17 17:57:05] [ 6.678886][ T37] audit: type=1107 audit(1609502414.710:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=u:r:init:s0 msg='avc: denied { read } for property=flash.success pid=0 uid=0 gid=0 scontext=u:r:vendor_init:s0 tcontext=u:object_r:default_prop:s0 tclass=file permissive=1'
[2025/7/17 17:57:05] [ 6.699958][ T155] init: rpdzkj read rpdzkj_config dts,ro.surface_flinger.primary_display_orientation=90
[2025/7/17 17:57:05] [ 6.701264][ T155] init: rpdzkj read rpdzkj_config dts,ro.sf.csi.camera.rotation=0
[2025/7/17 17:57:05] [ 6.702030][ T155] init: rpdzkj read rpdzkj_config dts,ro.sf.usb.camera.rotation=0
[2025/7/17 17:57:05] [ 6.702739][ T155] init: rpdzkj read rpdzkj_config dts,ro.sf.csi.camera.facing=0
[2025/7/17 17:57:05] [ 6.703488][ T155] init: rpdzkj read rpdzkj_config dts,ro.sf.usb.camera.facing=0
[2025/7/17 17:57:05] [ 6.704177][ T155] init: rpdzkj read rpdzkj_config dts,ro.sf.lcd_density=320
[2025/7/17 17:57:05] [ 6.704818][ T155] init: rpdzkj read rpdzkj_config dts,persist.sys.timezone=Asia/Shanghai
[2025/7/17 17:57:05] [ 6.705507][ T37] audit: type=1107 audit(1609502414.736:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=u:r:init:s0 msg='avc: denied { set } for property=persist.sys.timezone pid=155 uid=0 gid=0 scontext=u:r:vendor_init:s0 tcontext=u:object_r:exported_system_prop:s0 tclass=property_service permissive=1'
[2025/7/17 17:57:05] [ 6.705898][ T155] init: rpdzkj read rpdzkj_config dts,ro.rpdzkj.no.statusbar=false
[2025/7/17 17:57:05] [ 6.706637][ T155] init: rpdzkj read rpdzkj_config dts,rpdzkj.default.launcher=true
[2025/7/17 17:57:05] [ 6.707408][ T155] init: rpdzkj read rpdzkj_config dts,rpdzkj.has.root=true
[2025/7/17 17:57:05] [ 6.752680][ T1] cgroup: Unknown subsys name 'schedtune'
[2025/7/17 17:57:05] [ 6.803881][ T156] linkerconfig: Unable to access VNDK APEX at path: /apex/com.android.vndk.v33: No such file or directory
[2025/7/17 17:57:05] [ 6.804006][ T156] linkerconfig: Unable to access VNDK APEX at path: /apex/com.android.vndk.v33: No such file or directory
[2025/7/17 17:57:05] [ 6.855504][ T157] ueventd: ueventd started!
[2025/7/17 17:57:05] [ 6.860808][ T157] selinux: SELinux: Loaded file_contexts
[2025/7/17 17:57:05] [ 6.860851][ T157] selinux:
[2025/7/17 17:57:05] [ 6.861596][ T157] ueventd: Parsing file /system/etc/ueventd.rc...
[2025/7/17 17:57:05] [ 6.862249][ T157] ueventd: Added '/vendor/etc/ueventd.rc' to import list
[2025/7/17 17:57:05] [ 6.862306][ T157] ueventd: Added '/odm/etc/ueventd.rc' to import list
[2025/7/17 17:57:05] [ 6.863063][ T157] ueventd: Parsing file /vendor/etc/ueventd.rc...
[2025/7/17 17:57:05] [ 6.865268][ T157] ueventd: Parsing file /odm/etc/ueventd.rc...
[2025/7/17 17:57:05] [ 6.865374][ T157] ueventd: Unable to read config file '/odm/etc/ueventd.rc': open() failed: No such file or directory
[2025/7/17 17:57:05] [ 6.904836][ T158] apexd: Bootstrap subcommand detected
[2025/7/17 17:57:05] [ 6.905926][ T158] apexd: ActivateFlattenedApex
[2025/7/17 17:57:05] [ 6.905974][ T158] apexd: Scanning /system/apex
[2025/7/17 17:57:05] [ 6.908026][ T158] apexd: Bind mounting /system/apex/com.android.adbd onto /apex/com.android.adbd
[2025/7/17 17:57:05] [ 6.909150][ T158] apexd: Bind mounting /system/apex/com.android.adservices onto /apex/com.android.adservices
[2025/7/17 17:57:05] [ 6.910257][ T158] apexd: Bind mounting /system/apex/com.android.appsearch onto /apex/com.android.appsearch
[2025/7/17 17:57:05] [ 6.911359][ T158] apexd: Bind mounting /system/apex/com.android.art onto /apex/com.android.art
[2025/7/17 17:57:05] [ 6.912475][ T158] apexd: Bind mounting /system/apex/com.android.btservices onto /apex/com.android.btservices
[2025/7/17 17:57:05] [ 6.913778][ T158] apexd: Bind mounting /system/apex/com.android.conscrypt onto /apex/com.android.conscrypt
[2025/7/17 17:57:05] [ 6.914849][ T158] apexd: Bind mounting /system/apex/com.android.extservices onto /apex/com.android.extservices
[2025/7/17 17:57:05] [ 6.951172][ T158] printk: apexd: 25 output lines suppressed due to ratelimiting
[2025/7/17 17:57:05] [ 7.067375][ T37] audit: type=1400 audit(1609502415.100:6): avc: denied { mounton } for pid=1 comm="init" path="/sys/kernel/debug/tracing" dev="debugfs" ino=285 scontext=u:r:init:s0 tcontext=u:object_r:debugfs_tracing_debug:s0 tclass=dir permissive=1
[2025/7/17 17:57:05] [ 7.077860][ T37] audit: type=1400 audit(1609502415.110:7): avc: denied { getattr } for pid=155 comm="init" path="/sys/kernel/debug/tracing/trace_marker" dev="tracefs" ino=9097 scontext=u:r:vendor_init:s0 tcontext=u:object_r:debugfs_trace_marker:s0 tclass=file permissive=1
[2025/7/17 17:57:05] [ 8.101148][ T157] ueventd: Coldboot took 1.234 seconds
[2025/7/17 17:57:05] [ 8.230151][ T1] Registered swp emulation handler
[2025/7/17 17:57:05] [ 8.349382][ T172] logd.auditd: start
[2025/7/17 17:57:05] [ 8.349440][ T172] logd.klogd: 3869322846
[2025/7/17 17:57:05] [ 8.362649][ T172] logd: Loaded bug_map file: /system_ext/etc/selinux/bug_map
[2025/7/17 17:57:05] [ 8.362864][ T172] logd: Loaded bug_map file: /vendor/etc/selinux/selinux_denial_metadata
[2025/7/17 17:57:05] [ 8.364017][ T172] logd: Loaded bug_map file: /system/etc/selinux/bug_map
[2025/7/17 17:57:05] [ 8.548093][ T1] EXT4-fs (mmcblk2p10): Ignoring removed nomblk_io_submit option
[2025/7/17 17:57:05] [ 8.550673][ T1] EXT4-fs (mmcblk2p10): mounted filesystem with ordered data mode. Opts: errors=remount-ro,nomblk_io_submit
[2025/7/17 17:57:05] [ 8.599527][ T1] e2fsck: e2fsck 1.46.2 (28-Feb-2021)
[2025/7/17 17:57:05] [ 8.605848][ T1] e2fsck: /dev/block/by-name/cache: clean, 19/98304 files, 16437/98304 blocks
[2025/7/17 17:57:05] [ 8.615929][ T1] EXT4-fs (mmcblk2p10): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard
[2025/7/17 17:57:05] [ 8.785657][ T14] PELT half life is set to 8ms
[2025/7/17 17:57:05] [ 8.850843][ T186] type=1400 audit(1609502416.880:8): avc: denied { write } for comm="tee-supplicant" name="property_service" dev="tmpfs" ino=337 scontext=u:r:tee:s0 tcontext=u:object_r:property_socket:s0 tclass=sock_file permissive=1
[2025/7/17 17:57:05] [ 8.851052][ T186] type=1400 audit(1609502416.880:9): avc: denied { connectto } for comm="tee-supplicant" path="/dev/socket/property_service" scontext=u:r:tee:s0 tcontext=u:r:init:s0 tclass=unix_stream_socket permissive=1
[2025/7/17 17:57:05] [ 8.851178][ T186] type=1107 audit(1609502416.880:10): uid=0 auid=4294967295 ses=4294967295 subj=u:r:init:s0 msg='avc: denied { set } for property=vendor.security.tee_supplicant pid=209 uid=0 gid=0 scontext=u:r:tee:s0 tcontext=u:object_r:vendor_default_prop:s0 tclass=property_service permissive=1'
[2025/7/17 17:57:05] [ 8.994037][ T190] Checkpoint: No magic
[2025/7/17 17:57:05] [ 8.994594][ T219] vdc: Command: checkpoint restoreCheckpoint /dev/block/by-name/userdata Failed: Status(-8, EX_SERVICE_SPECIFIC): '22: No magic'
[2025/7/17 17:57:05] [ 9.104387][ T1] tune2fs: tune2fs 1.46.2 (28-Feb-2021)
[2025/7/17 17:57:05] [ 9.123744][ T186] type=1400 audit(1609502417.153:11): avc: denied { read } for comm="android.hardwar" name="u:object_r:serialno_prop:s0" dev="tmpfs" ino=258 scontext=u:r:hal_keymint_default:s0 tcontext=u:object_r:serialno_prop:s0 tclass=file permissive=1
[2025/7/17 17:57:05] [ 9.124263][ T186] type=1400 audit(1609502417.156:12): avc: denied { open } for comm="android.hardwar" path="/dev/__properties__/u:object_r:serialno_prop:s0" dev="tmpfs" ino=258 scontext=u:r:hal_keymint_default:s0 tcontext=u:object_r:serialno_prop:s0 tclass=file permissive=1
[2025/7/17 17:57:05] [ 9.145245][ T1] EXT4-fs (mmcblk2p15): Ignoring removed nomblk_io_submit option
[2025/7/17 17:57:05] [ 9.174291][ T1] EXT4-fs (mmcblk2p15): mounted filesystem with ordered data mode. Opts: errors=remount-ro,nomblk_io_submit
[2025/7/17 17:57:05] [ 9.233903][ T1] e2fsck: e2fsck 1.46.2 (28-Feb-2021)
[2025/7/17 17:57:05] [ 9.279344][ T1] e2fsck: Pass 1: Checking inodes, blocks, and sizes
[2025/7/17 17:57:05] [ 9.345152][ T1] e2fsck: Pass 2: Checking directory structure
[2025/7/17 17:57:05] [ 9.347683][ T1] e2fsck: Pass 3: Checking directory connectivity
[2025/7/17 17:57:05] [ 9.348100][ T1] e2fsck: Pass 4: Checking reference counts
[2025/7/17 17:57:05] [ 9.450826][ T1] e2fsck: Pass 5: Checking group summary information
[2025/7/17 17:57:05] [ 9.469446][ T1] e2fsck: /dev/block/by-name/userdata: 12/1640160 files (0.0% non-contiguous), 238234/6554704 blocks
[2025/7/17 17:57:05] [ 9.697831][ T1] EXT4-fs (mmcblk2p15): Using encoding defined by superblock: utf8-12.1.0 with flags 0x0
[2025/7/17 17:57:05] [ 9.712648][ T1] EXT4-fs (mmcblk2p15): mounted filesystem with ordered data mode. Opts: discard,noauto_da_alloc,data=ordered,user_xattr,barrier=1,resgid=1065
[2025/7/17 17:57:05] [ 9.912312][ T190] vold: keystore2 Keystore generateKey returned service specific error: -67
[2025/7/17 17:57:05] [ 9.912480][ T190] vold: Failed to generate rollback-resistant key. This is expected if keystore doesn't support rollback resistance. Falling back to non-rollback-resistant key.
[2025/7/17 17:57:06] [ 9.939170][ T1] fscrypt: AES-256-CTS-CBC using implementation "cts-cbc-aes-ce"
[2025/7/17 17:57:06] [ 10.036303][ T262] fscrypt: AES-256-XTS using implementation "xts-aes-ce"
[2025/7/17 17:57:06] [ 10.095956][ T190] vold: keystore2 Keystore earlyBootEnded returned service specific error: -68
[2025/7/17 17:57:06] [ 10.184330][ T269] apexd: This device does not support updatable APEX. Exiting
[2025/7/17 17:57:06] [ 10.184497][ T269] apexd: Marking APEXd as activated
[2025/7/17 17:57:06] [ 10.615307][ T190] vold: keystore2 Keystore generateKey returned service specific error: -67
[2025/7/17 17:57:06] [ 10.615444][ T190] vold: Failed to generate rollback-resistant key. This is expected if keystore doesn't support rollback resistance. Falling back to non-rollback-resistant key.
[2025/7/17 17:57:06] [ 10.635543][ T190] vold: keystore2 Keystore generateKey returned service specific error: -67
[2025/7/17 17:57:06] [ 10.635663][ T190] vold: Failed to generate rollback-resistant key. This is expected if keystore doesn't support rollback resistance. Falling back to non-rollback-resistant key.
[2025/7/17 17:57:07] [ 11.399616][ T291] apexd: This device does not support updatable APEX. Exiting
[2025/7/17 17:57:07] [ 11.399707][ T291] apexd: Marking APEXd as ready
[2025/7/17 17:57:07] [ 11.552682][ T1] init: Service 'exec 13 (/system/bin/recovery-persist)' (pid 295) exited with status 0 oneshot service took 0.055000 seconds in background
[2025/7/17 17:57:07] [ 11.552773][ T1] init: Sending signal 9 to service 'exec 13 (/system/bin/recovery-persist)' (pid 295) process group...
[2025/7/17 17:57:07] [ 11.553062][ T1] libprocessgroup: Successfully killed process cgroup uid 1000 pid 295 in 0ms
[2025/7/17 17:57:07] [ 11.560299][ T296] LibBpfLoader: Section bpfloader_min_ver value is 2 [0x2]
[2025/7/17 17:57:07] [ 11.560444][ T296] LibBpfLoader: Section bpfloader_max_ver value is 65536 [0x10000]
[2025/7/17 17:57:07] [ 11.560574][ T296] LibBpfLoader: Section size_of_bpf_map_def value is 116 [0x74]
[2025/7/17 17:57:07] [ 11.560701][ T296] LibBpfLoader: Section size_of_bpf_prog_def value is 92 [0x5c]
[2025/7/17 17:57:07] [ 11.560731][ T296] LibBpfLoader: BpfLoader version 0x00013 processing ELF object /apex/com.android.tethering/etc/bpf/offload.o with ver [0x00002,0x10000)
[2025/7/17 17:57:07] [ 11.578629][ T1] init: Service 'dump_kernel_panic' (pid 294) exited with status 0 oneshot service took 0.111000 seconds in background
[2025/7/17 17:57:07] [ 11.578731][ T1] init: Sending signal 9 to service 'dump_kernel_panic' (pid 294) process group...
[2025/7/17 17:57:07] [ 11.578988][ T1] libprocessgroup: Successfully killed process cgroup uid 0 pid 294 in 0ms
[2025/7/17 17:57:07] [ 11.952135][ T296] printk: bpfloader: 1683 output lines suppressed due to ratelimiting
[2025/7/17 17:57:07] [ 11.952617][ T1] init: Service 'bpfloader' (pid 296) exited with status 0 waiting took 0.438000 seconds
[2025/7/17 17:57:07] [ 11.952674][ T1] init: Sending signal 9 to service 'bpfloader' (pid 296) process group...
[2025/7/17 17:57:07] [ 11.952908][ T1] libprocessgroup: Successfully killed process cgroup uid 0 pid 296 in 0ms
[2025/7/17 17:57:07] [ 11.954422][ T1] init: processing action (ro.crypto.state=encrypted && ro.crypto.type=file && zygote-start) from (/system/etc/init/hw/init.rc:1055)
[2025/7/17 17:57:07] [ 12.020381][ T155] init: Verified that /data/nfc has the encryption policy e41c35f5533e25b4b5691632cd5c25d0 v2 modes 1/4 flags 0x2
[2025/7/17 17:57:07] [ 12.020942][ T155] init: Inferred action different from explicit one, expected 0 but got 2
[2025/7/17 17:57:07] [ 12.021366][ T155] init: Verified that /data/nfc/param has the encryption policy e41c35f5533e25b4b5691632cd5c25d0 v2 modes 1/4 flags 0x2
[2025/7/17 17:57:07] [ 12.041469][ T155] file system registered
[2025/7/17 17:57:07] [ 12.045878][ T155] using random self ethernet address
[2025/7/17 17:57:07] [ 12.045912][ T155] using random host ethernet address
[2025/7/17 17:57:08] [ 12.112612][ T155] using random self ethernet address
[2025/7/17 17:57:08] [ 12.112682][ T155] using random host ethernet address
[2025/7/17 17:57:08] I/TA: Hello Rockchip gatekeeper! rpmb :0
[2025/7/17 17:57:08] [ 12.624603][ T336] healthd: No battery devices found
[2025/7/17 17:57:08] [ 12.642777][ T336] healthd: battery none chg=
[2025/7/17 17:57:08] I/TA: Hello Rockchip Weaver! rpmb :0
[2025/7/17 17:57:09] [ 13.510752][ T351] bcmdhd: loading out-of-tree module taints kernel.
[2025/7/17 17:57:09] [ 13.537248][ T186] type=1400 audit(1609502421.566:54): avc: denied { read } for comm="rockchip.hardwa" name="u:object_r:default_prop:s0" dev="tmpfs" ino=134 scontext=u:r:hal_tv_input_default:s0 tcontext=u:object_r:default_prop:s0 tclass=file permissive=1
[2025/7/17 17:57:09] [ 13.551545][ T351] [dhd] _dhd_module_init: in Dongle Host Driver, version 101.10.591.33.20 (20230621-1)(gdbe2bd9)
[2025/7/17 17:57:09] [ 13.551545][ T351] /home/rootroot/Android13.0/external/wifi_driver/bcmdhd compiled on Jul 17 2025 at 17:36:16
[2025/7/17 17:57:09] [ 13.551545][ T351]
[2025/7/17 17:57:09] [ 13.551594][ T351] [dhd] ANDROID_VERSION = 13
[2025/7/17 17:57:09] [ 13.551607][ T351] [dhd] STATIC-MSG) dhd_static_buf_init : 101.10.361.31 (wlan=r892223-20230427-1)
[2025/7/17 17:57:09] [ 13.551784][ T351] [dhd] STATIC-MSG) dhd_init_wlan_mem : prealloc ok for index 0: 6624256(6469K)
[2025/7/17 17:57:09] [ 13.551811][ T351] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: Enter
[2025/7/17 17:57:09] [ 13.554654][ T351] [dhd] dhd_wlan_init_gpio: WL_HOST_WAKE=-1, oob_irq=115, oob_irq_flags=0x4
[2025/7/17 17:57:09] [ 13.554693][ T351] [dhd] dhd_wlan_init_gpio: WL_REG_ON=-1
[2025/7/17 17:57:09] [ 13.554706][ T351] [dhd] dhd_wifi_platform_load: Enter
[2025/7/17 17:57:09] [ 13.554758][ T351] [dhd] Power-up adapter 'DHD generic adapter'
[2025/7/17 17:57:09] [ 13.555119][ T351] [dhd] dummy_probe: enter
[2025/7/17 17:57:09] [ 13.563372][ T351] [dhd] dummy_probe: enter
[2025/7/17 17:57:09] [ 13.566474][ T351] [dhd] wifi_platform_set_power = 1, delay: 200 msec
[2025/7/17 17:57:09] [ 13.566513][ T351] [dhd] ======== PULL WL_REG_ON(-1) HIGH! ========
[2025/7/17 17:57:09] [ 13.566523][ T351] [WLAN_RFKILL]: rockchip_wifi_power: 1
[2025/7/17 17:57:09] [ 13.566534][ T351] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
[2025/7/17 17:57:09] [ 13.566543][ T351] [WLAN_RFKILL]: wifi turn on power [GPIO-1-0]
[2025/7/17 17:57:09] [ 13.569540][ T186] type=1400 audit(1609502421.570:55): avc: denied { open } for comm="rockchip.hardwa" path="/dev/__properties__/u:object_r:default_prop:s0" dev="tmpfs" ino=134 scontext=u:r:hal_tv_input_default:s0 tcontext=u:object_r:default_prop:s0 tclass=file permissive=1
[2025/7/17 17:57:09] [ 13.569778][ T186] type=1400 audit(1609502421.570:56): avc: denied { getattr } for comm="rockchip.hardwa" path="/dev/__properties__/u:object_r:default_prop:s0" dev="tmpfs" ino=134 scontext=u:r:hal_tv_input_default:s0 tcontext=u:object_r:default_prop:s0 tclass=file permissive=1
[2025/7/17 17:57:09] [ 13.569913][ T186] type=1400 audit(1609502421.570:57): avc: denied { map } for comm="rockchip.hardwa" path="/dev/__properties__/u:object_r:default_prop:s0" dev="tmpfs" ino=134 scontext=u:r:hal_tv_input_default:s0 tcontext=u:object_r:default_prop:s0 tclass=file permissive=1
[2025/7/17 17:57:09] [ 13.698782][ T186] type=1400 audit(1609502421.723:58): avc: denied { read } for comm="surfaceflinger" name="u:object_r:vendor_hwc_prop:s0" dev="tmpfs" ino=307 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:vendor_hwc_prop:s0 tclass=file permissive=1
[2025/7/17 17:57:09] [ 13.699050][ T186] type=1400 audit(1609502421.726:59): avc: denied { open } for comm="surfaceflinger" path="/dev/__properties__/u:object_r:vendor_hwc_prop:s0" dev="tmpfs" ino=307 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:vendor_hwc_prop:s0 tclass=file permissive=1
[2025/7/17 17:57:09] [ 13.699188][ T186] type=1400 audit(1609502421.726:60): avc: denied { getattr } for comm="surfaceflinger" path="/dev/__properties__/u:object_r:vendor_hwc_prop:s0" dev="tmpfs" ino=307 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:vendor_hwc_prop:s0 tclass=file permissive=1
[2025/7/17 17:57:09] [ 13.699307][ T186] type=1400 audit(1609502421.726:61): avc: denied { map } for comm="surfaceflinger" path="/dev/__properties__/u:object_r:vendor_hwc_prop:s0" dev="tmpfs" ino=307 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:vendor_hwc_prop:s0 tclass=file permissive=1
[2025/7/17 17:57:09] [ 13.758126][ T410] read descriptors
[2025/7/17 17:57:09] [ 13.758172][ T410] read strings
[2025/7/17 17:57:09] [ 13.770476][ T351] [dhd] wifi_platform_set_power = 1, sleep done: 200 msec
[2025/7/17 17:57:09] [ 13.770514][ T351] [dhd] wifi_platform_bus_enumerate device present 1
[2025/7/17 17:57:09] [ 13.770783][ T351] [dhd] ======== Card detection to detect SDIO card! ========
[2025/7/17 17:57:09] [ 13.787505][ T351] [dhd] bcmsdh_register: register client driver
[2025/7/17 17:57:09] [ 13.787762][ T351] [dhd] bcmsdh_sdmmc_probe: Enter num=1
[2025/7/17 17:57:09] [ 13.788108][ T351] [dhd] bcmsdh_sdmmc_probe: Enter num=2
[2025/7/17 17:57:09] [ 13.788127][ T351] [dhd] bus num (host idx)=3, slot num (rca)=1
[2025/7/17 17:57:09] [ 13.788137][ T351] [dhd] found adapter info 'DHD generic adapter'
[2025/7/17 17:57:09] [ 13.788153][ T351] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 3, size 139264
[2025/7/17 17:57:09] [ 13.788193][ T351] [dhd] succeed to alloc static buf
[2025/7/17 17:57:09] [ 13.788202][ T351] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 4, size 0
[2025/7/17 17:57:09] [ 13.788252][ T351] [dhd] sdioh_attach: set sd_f2_blocksize 256
[2025/7/17 17:57:09] [ 13.788284][ T351] [dhd] sdioh_attach: sd clock rate = 150000000
[2025/7/17 17:57:09] [ 13.788897][ T351] [dhd] dhdsdio_probe : no mutex held
[2025/7/17 17:57:09] [ 13.788920][ T351] [dhd] dhdsdio_probe : set mutex lock
[2025/7/17 17:57:09] [ 13.789031][ T351] [dhd] F1 signature read @0x18000000=0x15294345
[2025/7/17 17:57:09] [ 13.794864][ T351] [dhd] F1 signature OK, socitype:0x1 chip:0x4345 rev:0x9 pkg:0x2
[2025/7/17 17:57:09] [ 13.795331][ T351] [dhd] DHD: dongle ram size is set to 819200(orig 819200) at 0x198000
[2025/7/17 17:57:09] [ 13.795400][ T351] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 7, size 42712
[2025/7/17 17:57:09] [ 13.795437][ T351] [dhd] dhd_conf_set_chiprev : devid=0xa9bf, chip=0x4345, chiprev=9
[2025/7/17 17:57:09] [ 13.795497][ T351] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 0, size 10320
[2025/7/17 17:57:09] [ 13.800863][ T351] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 5, size 65536
[2025/7/17 17:57:09] [ 13.829623][ T351] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 19, size 65720
[2025/7/17 17:57:09] [ 13.829722][ T351] [dhd] dhd_log_dump_init: kernel log buf size = 512KB; logdump_prsrv_tailsize = 80KB; limit prsrv tail size to = 76KB
[2025/7/17 17:57:09] [ 13.829741][ T351] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 15, size 4194304
[2025/7/17 17:57:09] [ 13.830973][ T351] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 16, size 8192
[2025/7/17 17:57:09] [ 13.866960][ T351] [dhd] dhd_attach(): thread:dhd_watchdog_thread:1a0 started
[2025/7/17 17:57:09] [ 13.896977][ T186] type=1400 audit(1609502421.916:62): avc: denied { read } for comm="ExtCamHotPlug" name="u:object_r:default_prop:s0" dev="tmpfs" ino=134 scontext=u:r:hal_camera_default:s0 tcontext=u:object_r:default_prop:s0 tclass=file permissive=1
[2025/7/17 17:57:09] [ 13.897228][ T186] type=1400 audit(1609502421.916:63): avc: denied { open } for comm="ExtCamHotPlug" path="/dev/__properties__/u:object_r:default_prop:s0" dev="tmpfs" ino=134 scontext=u:r:hal_camera_default:s0 tcontext=u:object_r:default_prop:s0 tclass=file permissive=1
[2025/7/17 17:57:09] [ 13.900366][ T351] [dhd] dhd_attach(): thread:dhd_dpc:1a1 started
[2025/7/17 17:57:09] [ 13.911755][ T351] [dhd] dhd_attach(): thread:dhd_rxf:1a5 started
[2025/7/17 17:57:10] [ 13.911804][ T351] [dhd] dhd_deferred_work_init: work queue initialized
[2025/7/17 17:57:10] [ 13.911823][ T351] [dhd] dhd_tcpack_suppress_set: TCP ACK Suppress mode 0 -> mode 2
[2025/7/17 17:57:10] [ 13.911832][ T351] [dhd] dhd_tcpack_suppress_set: TCPACK_INFO_MAXNUM=40, TCPDATA_INFO_MAXNUM=40
[2025/7/17 17:57:10] [ 13.911929][ T351] [dhd] dhd_get_memdump_info: MEMDUMP ENABLED = 3
[2025/7/17 17:57:10] [ 13.911954][ T351] [dhd] sdioh_cis_read: func_cis_ptr[0]=0x10ac
[2025/7/17 17:57:10] [ 14.002167][ T351] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 1, size 10300
[2025/7/17 17:57:10] [ 14.002204][ T351] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 2, size 65536
[2025/7/17 17:57:10] [ 14.002315][ T351] [dhd] dhdsdio_probe_init: making DHD_BUS_DOWN
[2025/7/17 17:57:10] [ 14.003343][ T351] [dhd] Dongle Host Driver, version 101.10.591.33.20 (20230621-1)(gdbe2bd9)
[2025/7/17 17:57:10] [ 14.003343][ T351] /home/rootroot/Android13.0/external/wifi_driver/bcmdhd compiled on Jul 17 2025 at 17:36:16
[2025/7/17 17:57:10] [ 14.003343][ T351]
[2025/7/17 17:57:10] [ 14.006329][ T351] [dhd] Register interface [wlan0] MAC: 9c:b8:b4:76:ff:da
[2025/7/17 17:57:10] [ 14.006329][ T351]
[2025/7/17 17:57:10] [ 14.006959][ T351] [dhd] [wlan0] wl_android_wifi_off : g_wifi_on=1 force_off=1
[2025/7/17 17:57:10] [ 14.007017][ T351] [dhd] dhd_bus_devreset: == Power OFF ==
[2025/7/17 17:57:10] [ 14.026645][ T351] [dhd] dhd_bus_stop: making DHD_BUS_DOWN
[2025/7/17 17:57:10] [ 14.039409][ T351] [dhd] bcmsdh_oob_intr_unregister: Enter
[2025/7/17 17:57:10] [ 14.039445][ T351] [dhd] bcmsdh_oob_intr_unregister: irq is not registered
[2025/7/17 17:57:10] [ 14.039467][ T351] [dhd] dhd_bus_devreset: making dhdpub up FALSE
[2025/7/17 17:57:10] [ 14.039484][ T351] [dhd] dhd_txglom_enable: enable 0
[2025/7/17 17:57:10] [ 14.039495][ T351] [dhd] dhd_bus_devreset: making DHD_BUS_DOWN
[2025/7/17 17:57:10] [ 14.039978][ T351] [dhd] wifi_platform_set_power = 0, delay: 0 msec
[2025/7/17 17:57:10] [ 14.040006][ T351] [dhd] ======== PULL WL_REG_ON(-1) LOW! ========
[2025/7/17 17:57:10] [ 14.040628][ T351] [dhd] [wlan0] wl_android_wifi_off : out
[2025/7/17 17:57:10] [ 14.043005][ T351] [dhd] Register interface [wlan1] MAC: 9e:b8:b4:76:ff:da
[2025/7/17 17:57:10] [ 14.043005][ T351]
[2025/7/17 17:57:10] [ 14.043044][ T351] [dhd] wl_android_post_init: 0
[2025/7/17 17:57:10] [ 14.043060][ T351] [dhd] dhdsdio_probe : mutex is released.
[2025/7/17 17:57:10] [ 14.044403][ T351] [dhd] _dhd_module_init: Exit err=0
[2025/7/17 17:57:10] [ 14.307850][ T418] rkisp-vir0: rkisp_enum_frameintervals Not active sensor
[2025/7/17 17:57:10] [ 14.308110][ T418] rkisp-vir0: rkisp_enum_frameintervals Not active sensor
[2025/7/17 17:57:10] [ 14.308535][ T418] rkisp-vir0: rkisp_enum_frameintervals Not active sensor
[2025/7/17 17:57:10] [ 14.308776][ T418] rkisp-vir0: rkisp_enum_frameintervals Not active sensor
[2025/7/17 17:57:10] [ 14.884008][ T410] read descriptors
[2025/7/17 17:57:10] [ 14.884084][ T410] read strings
[2025/7/17 17:57:11] [ 15.769884][ T496] dwc3 fcc00000.dwc3: device reset
[2025/7/17 17:57:11] [ 15.875589][ T72] android_work: sent uevent USB_STATE=CONNECTED
[2025/7/17 17:57:11] [ 15.929319][ T270] rockchip-vop2 fe040000.vop: [drm:vop2_crtc_atomic_enable] Update mode to 1920x1080p60, type: 11(if:800, flag:0x0) for vp0 dclk: 148500000
[2025/7/17 17:57:11] [ 15.965960][ T70] android_work: sent uevent USB_STATE=CONFIGURED
[2025/7/17 17:57:13] [ 17.122565][ T1] init: Control message: Could not find 'aidl/package_native' for ctl.interface_start from pid: 174 (/system/bin/servicemanager)
[2025/7/17 17:57:14] [ 18.101496][ T1] init: Control message: Could not find 'aidl/package_native' for ctl.interface_start from pid: 174 (/system/bin/servicemanager)
[2025/7/17 17:57:15] [ 19.098994][ T1] init: Control message: Could not find 'aidl/package_native' for ctl.interface_start from pid: 174 (/system/bin/servicemanager)
[2025/7/17 17:57:15] [ 19.735783][ T186] type=1400 audit(1609502427.766:118): avc: denied { read } for comm="main" name="libcutils.so" dev="dm-3" ino=1747 scontext=u:r:zygote:s0 tcontext=u:object_r:vendor_file:s0 tclass=file permissive=1
[2025/7/17 17:57:15] [ 19.736233][ T186] type=1400 audit(1609502427.766:119): avc: denied { open } for comm="main" path="/vendor/lib64/libcutils.so" dev="dm-3" ino=1747 scontext=u:r:zygote:s0 tcontext=u:object_r:vendor_file:s0 tclass=file permissive=1
[2025/7/17 17:57:15] [ 19.736568][ T186] type=1400 audit(1609502427.766:120): avc: denied { getattr } for comm="main" path="/vendor/lib64/libcutils.so" dev="dm-3" ino=1747 scontext=u:r:zygote:s0 tcontext=u:object_r:vendor_file:s0 tclass=file permissive=1
[2025/7/17 17:57:15] [ 19.736977][ T186] type=1400 audit(1609502427.766:121): avc: denied { map } for comm="main" path="/vendor/lib64/libcutils.so" dev="dm-3" ino=1747 scontext=u:r:zygote:s0 tcontext=u:object_r:vendor_file:s0 tclass=file permissive=1
[2025/7/17 17:57:15] [ 19.741151][ T186] type=1400 audit(1609502427.773:122): avc: denied { execute } for comm="main" path="/vendor/lib64/libcutils.so" dev="dm-3" ino=1747 scontext=u:r:zygote:s0 tcontext=u:object_r:vendor_file:s0 tclass=file permissive=1
[2025/7/17 17:57:16] [ 20.100221][ T1] init: Control message: Could not find 'aidl/package_native' for ctl.interface_start from pid: 174 (/system/bin/servicemanager)
[2025/7/17 17:57:17] [ 21.101642][ T1] init: Control message: Could not find 'aidl/package_native' for ctl.interface_start from pid: 174 (/system/bin/servicemanager)
[2025/7/17 17:57:18] [ 22.102909][ T1] init: Control message: Could not find 'aidl/package_native' for ctl.interface_start from pid: 174 (/system/bin/servicemanager)
[2025/7/17 17:57:19] [ 23.103658][ T1] init: Control message: Could not find 'aidl/package_native' for ctl.interface_start from pid: 174 (/system/bin/servicemanager)
[2025/7/17 17:57:19] [ 23.472483][ T186] type=1400 audit(1609502431.503:123): avc: denied { execute } for comm="sh" name="toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:57:19] [ 23.472939][ T186] type=1400 audit(1609502431.503:124): avc: denied { getattr } for comm="sh" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:57:19] [ 23.474723][ T186] type=1400 audit(1609502431.506:125): avc: denied { read open } for comm="sh" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:57:19] [ 23.475436][ T186] type=1400 audit(1609502431.506:126): avc: denied { execute_no_trans } for comm="sh" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:57:19] [ 23.476637][ T186] type=1400 audit(1609502431.506:127): avc: denied { map } for comm="sync" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:57:20] [ 24.105303][ T1] init: Control message: Could not find 'aidl/package_native' for ctl.interface_start from pid: 174 (/system/bin/servicemanager)
[2025/7/17 17:57:21] [ 25.106168][ T1] init: Control message: Could not find 'aidl/package_native' for ctl.interface_start from pid: 174 (/system/bin/servicemanager)
[2025/7/17 17:57:22] [ 26.107134][ T1] init: Control message: Could not find 'aidl/package_native' for ctl.interface_start from pid: 174 (/system/bin/servicemanager)
[2025/7/17 17:57:22] [ 26.797286][ T85] Freeing drm_logo memory: 736K
[2025/7/17 17:57:23] [ 27.108142][ T1] init: Control message: Could not find 'aidl/package_native' for ctl.interface_start from pid: 174 (/system/bin/servicemanager)
[2025/7/17 17:57:24] [ 28.109292][ T1] init: Control message: Could not find 'aidl/package_native' for ctl.interface_start from pid: 174 (/system/bin/servicemanager)
[2025/7/17 17:57:24] [ 28.911416][ T1] init: service 'idmap2d' requested start, but it is already running (flags: 4)
[2025/7/17 17:57:24] [ 28.911515][ T1] init: Control message: Processed ctl.start for 'idmap2d' from pid: 529 (system_server)
[2025/7/17 17:57:25] [ 29.123438][ T336] healthd: battery none chg=
[2025/7/17 17:57:25] [ 29.760466][ T186] type=1400 audit(1752232410.073:133): avc: denied { execute } for comm="sh" name="toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:57:25] [ 29.760888][ T186] type=1400 audit(1752232410.073:134): avc: denied { getattr } for comm="sh" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:57:25] [ 29.777014][ T186] type=1400 audit(1752232410.076:135): avc: denied { read open } for comm="sh" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:57:25] [ 29.785307][ T186] type=1400 audit(1752232410.076:136): avc: denied { execute_no_trans } for comm="sh" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:57:25] [ 29.785483][ T186] type=1400 audit(1752232410.080:137): avc: denied { map } for comm="sync" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:57:25] [ 29.954434][ T186] type=1400 audit(1752232410.270:138): avc: denied { read } for comm="android.ui" name="uevent" dev="sysfs" ino=9530 scontext=u:r:system_server:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1
[2025/7/17 17:57:25] [ 29.954818][ T186] type=1400 audit(1752232410.270:139): avc: denied { open } for comm="android.ui" path="/sys/devices/platform/fe0a0000.hdmi/uevent" dev="sysfs" ino=9530 scontext=u:r:system_server:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1
[2025/7/17 17:57:25] [ 29.954986][ T186] type=1400 audit(1752232410.270:140): avc: denied { getattr } for comm="android.ui" path="/sys/devices/platform/fe0a0000.hdmi/uevent" dev="sysfs" ino=9530 scontext=u:r:system_server:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1
[2025/7/17 17:57:26] [ 30.137078][ T1] init: processing action (sys.sysctl.extra_free_kbytes=*) from (/system/etc/init/hw/init.rc:1203)
[2025/7/17 17:57:26] [ 30.138331][ T1] init: starting service 'exec 18 (/system/bin/extra_free_kbytes.sh 27000)'...
[2025/7/17 17:57:26] [ 30.147781][ T1] init: SVC_EXEC service 'exec 18 (/system/bin/extra_free_kbytes.sh 27000)' pid 650 (uid 0 gid 0+0 context default) started; waiting...
[2025/7/17 17:57:26] [ 30.575144][ T1] init: Service 'exec 18 (/system/bin/extra_free_kbytes.sh 27000)' (pid 650) exited with status 0 waiting took 0.431000 seconds
[2025/7/17 17:57:26] [ 30.575288][ T1] init: Sending signal 9 to service 'exec 18 (/system/bin/extra_free_kbytes.sh 27000)' (pid 650) process group...
[2025/7/17 17:57:26] [ 30.575681][ T1] libprocessgroup: Successfully killed process cgroup uid 0 pid 650 in 0ms
[2025/7/17 17:57:27] [ 31.939592][ T186] type=1400 audit(1752232412.253:141): avc: denied { execute } for comm="sh" name="toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:57:27] [ 31.939990][ T186] type=1400 audit(1752232412.253:142): avc: denied { getattr } for comm="sh" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:57:32] [ 36.533501][ T85] vcc3v3_lcd1_n: disabling
[2025/7/17 17:57:34] [ 39.051657][ T1] init: Sending signal 9 to service 'idmap2d' (pid 427) process group...
[2025/7/17 17:57:34] [ 39.057574][ T1] libprocessgroup: Successfully killed process cgroup uid 1000 pid 427 in 5ms
[2025/7/17 17:57:34] [ 39.058852][ T1] init: Control message: Processed ctl.stop for 'idmap2d' from pid: 529 (system_server)
[2025/7/17 17:57:34] [ 39.059358][ T1] init: Service 'idmap2d' (pid 427) received signal 9
[2025/7/17 17:57:40] [ 44.928482][ T603] read descriptors
[2025/7/17 17:57:40] [ 44.928543][ T603] read strings
[2025/7/17 17:57:40] [ 44.928689][ T603] read descriptors
[2025/7/17 17:57:40] [ 44.928708][ T603] read strings
[2025/7/17 17:57:41] [ 45.619209][ T333] rk_gmac-dwmac fe010000.ethernet eth0: PHY [stmmac-1:00] driver [Generic PHY] (irq=POLL)
[2025/7/17 17:57:41] [ 45.622213][ T333] dwmac4: Master AXI performs any burst length
[2025/7/17 17:57:41] [ 45.622267][ T333] rk_gmac-dwmac fe010000.ethernet eth0: No Safety Features support found
[2025/7/17 17:57:41] [ 45.622303][ T333] rk_gmac-dwmac fe010000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
[2025/7/17 17:57:41] [ 45.627532][ T333] rk_gmac-dwmac fe010000.ethernet eth0: registered PTP clock
[2025/7/17 17:57:41] [ 45.636058][ T333] rk_gmac-dwmac fe010000.ethernet eth0: configuring for phy/rgmii link mode
[2025/7/17 17:57:42] [ 46.585854][ T186] type=1400 audit(1752232426.896:146): avc: denied { read } for comm="HwBinder:472_1" name="libcutils.so" dev="dm-3" ino=1747 scontext=u:r:mediaswcodec:s0 tcontext=u:object_r:vendor_file:s0 tclass=file permissive=1
[2025/7/17 17:57:42] [ 46.586917][ T186] type=1400 audit(1752232426.896:147): avc: denied { open } for comm="HwBinder:472_1" path="/vendor/lib64/libcutils.so" dev="dm-3" ino=1747 scontext=u:r:mediaswcodec:s0 tcontext=u:object_r:vendor_file:s0 tclass=file permissive=1
[2025/7/17 17:57:42] [ 46.587167][ T186] type=1400 audit(1752232426.896:148): avc: denied { getattr } for comm="HwBinder:472_1" path="/vendor/lib64/libcutils.so" dev="dm-3" ino=1747 scontext=u:r:mediaswcodec:s0 tcontext=u:object_r:vendor_file:s0 tclass=file permissive=1
[2025/7/17 17:57:42] [ 46.587327][ T186] type=1400 audit(1752232426.896:149): avc: denied { map } for comm="HwBinder:472_1" path="/vendor/lib64/libcutils.so" dev="dm-3" ino=1747 scontext=u:r:mediaswcodec:s0 tcontext=u:object_r:vendor_file:s0 tclass=file permissive=1
[2025/7/17 17:57:42] [ 46.596703][ T186] type=1400 audit(1752232426.903:150): avc: denied { execute } for comm="sh" name="toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:57:42] [ 46.600532][ T186] type=1400 audit(1752232426.903:151): avc: denied { getattr } for comm="sh" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:57:42] [ 46.600718][ T186] type=1400 audit(1752232426.903:152): avc: denied { execute } for comm="HwBinder:472_1" path="/vendor/lib64/libcutils.so" dev="dm-3" ino=1747 scontext=u:r:mediaswcodec:s0 tcontext=u:object_r:vendor_file:s0 tclass=file permissive=1
[2025/7/17 17:57:42] [ 46.601239][ T186] type=1400 audit(1752232426.906:153): avc: denied { read open } for comm="sh" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:57:42] [ 46.601600][ T186] type=1400 audit(1752232426.906:154): avc: denied { execute_no_trans } for comm="sh" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:57:42] [ 46.601770][ T186] type=1400 audit(1752232426.906:155): avc: denied { map } for comm="sync" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:57:49] [ 53.716172][ T529] binder: 529:529 transaction failed 29189/-22, size 92-0 line 3147
[2025/7/17 17:57:51] [ 55.108489][ T1296] binder: 529:1296 transaction failed 29189/-22, size 0-0 line 3147
[2025/7/17 17:57:51] [ 55.237089][ T186] type=1400 audit(1752232435.550:185): avc: denied { execute } for comm="sh" name="toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:57:51] [ 55.240372][ T186] type=1400 audit(1752232435.553:186): avc: denied { getattr } for comm="sh" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:57:51] [ 55.241024][ T186] type=1400 audit(1752232435.553:187): avc: denied { read open } for comm="sh" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:57:51] [ 55.241464][ T186] type=1400 audit(1752232435.553:188): avc: denied { execute_no_trans } for comm="sh" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:57:51] [ 55.241739][ T186] type=1400 audit(1752232435.553:189): avc: denied { map } for comm="sync" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:57:52] [ 56.754369][ T1] init: starting service 'idmap2d'...
[2025/7/17 17:57:52] [ 56.766114][ T1] init: Control message: Processed ctl.start for 'idmap2d' from pid: 529 (system_server)
[2025/7/17 17:57:53] [ 57.521929][ T186] type=1400 audit(1752232437.833:190): avc: denied { open } for comm="RenderThread" path="/dev/__properties__/u:object_r:vendor_default_prop:s0" dev="tmpfs" ino=305 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:vendor_default_prop:s0 tclass=file permissive=1 app=com.android.systemui
[2025/7/17 17:57:53] [ 57.522264][ T1454] logd: start watching /data/system/packages.list ...
[2025/7/17 17:57:53] [ 57.523999][ T1454] logd: ReadPackageList, total packages: 103
[2025/7/17 17:57:53] [ 57.524145][ T186] type=1400 audit(1752232437.833:191): avc: denied { getattr } for comm="RenderThread" path="/dev/__properties__/u:object_r:vendor_default_prop:s0" dev="tmpfs" ino=305 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:vendor_default_prop:s0 tclass=file permissive=1 app=com.android.systemui
[2025/7/17 17:57:53] [ 57.524363][ T186] type=1400 audit(1752232437.833:192): avc: denied { map } for comm="RenderThread" path="/dev/__properties__/u:object_r:vendor_default_prop:s0" dev="tmpfs" ino=305 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:vendor_default_prop:s0 tclass=file permissive=1 app=com.android.systemui
[2025/7/17 17:57:55] [ 59.287338][ T36] binder: undelivered transaction 47724, process died.
[2025/7/17 17:57:55] [ 59.288820][ T1] init: Service 'bootanim' (pid 218) exited with status 0 oneshot service took 50.353001 seconds in background
[2025/7/17 17:57:55] [ 59.288909][ T1] init: Sending signal 9 to service 'bootanim' (pid 218) process group...
[2025/7/17 17:57:55] [ 59.289378][ T1] libprocessgroup: Successfully killed process cgroup uid 1003 pid 218 in 0ms
[2025/7/17 17:57:55] [ 59.485145][ T1] init: processing action (sys.boot_completed=1) from (/system/etc/init/hw/init.rc:1194)
[2025/7/17 17:57:55] [ 59.486038][ T1] init: starting service 'exec 19 (/bin/rm -rf /data/per_boot)'...
[2025/7/17 17:57:55] [ 59.503870][ T1] init: SVC_EXEC service 'exec 19 (/bin/rm -rf /data/per_boot)' pid 1488 (uid 1000 gid 1000+0 context default) started; waiting...
[2025/7/17 17:57:55] [ 59.648106][ T1] init: Service 'exec 19 (/bin/rm -rf /data/per_boot)' (pid 1488) exited with status 0 waiting took 0.158000 seconds
[2025/7/17 17:57:55] [ 59.648199][ T1] init: Sending signal 9 to service 'exec 19 (/bin/rm -rf /data/per_boot)' (pid 1488) process group...
[2025/7/17 17:57:55] [ 59.990815][ T1534] audit: audit_lost=1 audit_rate_limit=5 audit_backlog_limit=64
[2025/7/17 17:57:55] [ 59.990867][ T1534] audit: rate limit exceeded
[2025/7/17 17:57:56] [ 60.423701][ T1] zram0: detected capacity change from 0 to 2044387328
[2025/7/17 17:57:56] [ 60.499600][ T1] mkswap: Swapspace size: 1996468k, UUID=631ef7c3-c5f4-4959-86df-136c705eb0f0
[2025/7/17 17:57:56] [ 60.520283][ T1] Adding 1996468k swap on /dev/block/zram0. Priority:-2 extents:1 across:1996468k SS
[2025/7/17 17:57:56] [ 61.043729][ T186] type=1400 audit(1752232441.356:235): avc: denied { read } for comm="binder:210_3" name="wakeup16" dev="sysfs" ino=35320 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=1
[2025/7/17 17:57:56] [ 61.044116][ T186] type=1400 audit(1752232441.356:236): avc: denied { open } for comm="binder:210_3" path="/sys/devices/platform/fdd40000.i2c/i2c-0/0-0020/rk808-rtc/rtc/rtc1/alarmtimer.5.auto/wakeup/wakeup16" dev="sysfs" ino=35320 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=1
[2025/7/17 17:57:57] [ 61.044299][ T186] type=1400 audit(1752232441.356:237): avc: denied { read } for comm="binder:210_3" name="event_count" dev="sysfs" ino=35327 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1
[2025/7/17 17:57:57] [ 61.046703][ T186] type=1400 audit(1752232441.360:238): avc: denied { open } for comm="binder:210_3" path="/sys/devices/platform/fdd40000.i2c/i2c-0/0-0020/rk808-rtc/rtc/rtc1/alarmtimer.5.auto/wakeup/wakeup16/event_count" dev="sysfs" ino=35327 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1
[2025/7/17 17:57:57] [ 61.047013][ T186] type=1400 audit(1752232441.360:239): avc: denied { getattr } for comm="binder:210_3" path="/sys/devices/platform/fdd40000.i2c/i2c-0/0-0020/rk808-rtc/rtc/rtc1/alarmtimer.5.auto/wakeup/wakeup16/event_count" dev="sysfs" ino=35327 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1
[2025/7/17 17:57:57] [ 61.062868][ T478] audit: audit_lost=11 audit_rate_limit=5 audit_backlog_limit=64
[2025/7/17 17:57:57] [ 61.062901][ T478] audit: rate limit exceeded
[2025/7/17 17:57:58] [ 62.317622][ T186] type=1400 audit(1752232442.623:256): avc: denied { open } for comm="RenderThread" path="/dev/__properties__/u:object_r:vendor_default_prop:s0" dev="tmpfs" ino=305 scontext=u:r:priv_app:s0:c512,c768 tcontext=u:object_r:vendor_default_prop:s0 tclass=file permissive=1 app=com.android.launcher3
[2025/7/17 17:57:58] [ 62.317958][ T186] type=1400 audit(1752232442.623:257): avc: denied { getattr } for comm="RenderThread" path="/dev/__properties__/u:object_r:vendor_default_prop:s0" dev="tmpfs" ino=305 scontext=u:r:priv_app:s0:c512,c768 tcontext=u:object_r:vendor_default_prop:s0 tclass=file permissive=1 app=com.android.launcher3
[2025/7/17 17:57:58] [ 62.318129][ T186] type=1400 audit(1752232442.623:258): avc: denied { map } for comm="RenderThread" path="/dev/__properties__/u:object_r:vendor_default_prop:s0" dev="tmpfs" ino=305 scontext=u:r:priv_app:s0:c512,c768 tcontext=u:object_r:vendor_default_prop:s0 tclass=file permissive=1 app=com.android.launcher3
[2025/7/17 17:57:58] [ 62.327942][ T154] audit: audit_lost=27 audit_rate_limit=5 audit_backlog_limit=64
[2025/7/17 17:57:58] [ 62.327973][ T154] audit: rate limit exceeded
[2025/7/17 17:57:58] [ 62.679987][ T186] type=1400 audit(1752232442.643:259): avc: denied { write } for comm="RenderThread" name="property_service" dev="tmpfs" ino=337 scontext=u:r:priv_app:s0:c512,c768 tcontext=u:object_r:property_socket:s0 tclass=sock_file permissive=1 app=com.android.launcher3
[2025/7/17 17:57:58] [ 62.680687][ T186] type=1400 audit(1752232442.643:260): avc: denied { connectto } for comm="RenderThread" path="/dev/socket/property_service" scontext=u:r:priv_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=unix_stream_socket permissive=1 app=com.android.launcher3
[2025/7/17 17:58:00] [ 64.165851][ T1831] audit: audit_lost=32 audit_rate_limit=5 audit_backlog_limit=64
[2025/7/17 17:58:00] [ 64.165992][ T1831] audit: rate limit exceeded
[2025/7/17 17:58:01] [ 65.112804][ T1] init: starting service 'simple_bugreportd'...
[2025/7/17 17:58:01] [ 65.114321][ T1] init: Created socket '/dev/socket/dumpstate', mode 660, user 2000, group 1007
[2025/7/17 17:58:01] [ 65.144345][ T1] init: Control message: Processed ctl.start for 'simple_bugreportd' from pid: 529 (system_server)
[2025/7/17 17:58:01] [ 65.344543][ T1897] audit: audit_lost=52 audit_rate_limit=5 audit_backlog_limit=64
[2025/7/17 17:58:01] [ 65.344599][ T1897] audit: rate limit exceeded
[2025/7/17 17:58:02] [ 66.433725][ T186] type=1400 audit(1752232446.740:306): avc: denied { execute } for comm="sh" name="toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:58:02] [ 66.434122][ T186] type=1400 audit(1752232446.740:307): avc: denied { getattr } for comm="sh" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:58:02] [ 66.445469][ T186] type=1400 audit(1752232446.756:308): avc: denied { execute } for comm="sh" name="toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:58:02] [ 66.446010][ T186] type=1400 audit(1752232446.760:309): avc: denied { read open } for comm="sh" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:58:02] [ 66.446345][ T186] type=1400 audit(1752232446.760:310): avc: denied { execute_no_trans } for comm="sh" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:58:02] [ 66.448329][ T1939] audit: audit_lost=62 audit_rate_limit=5 audit_backlog_limit=64
[2025/7/17 17:58:02] [ 66.448360][ T1939] audit: rate limit exceeded
[2025/7/17 17:58:02] [ 66.938810][ T1] init: Sending signal 9 to service 'idmap2d' (pid 1440) process group...
[2025/7/17 17:58:02] [ 66.945584][ T1] libprocessgroup: Successfully killed process cgroup uid 1000 pid 1440 in 6ms
[2025/7/17 17:58:02] [ 66.947060][ T1] init: Control message: Processed ctl.stop for 'idmap2d' from pid: 529 (system_server)
[2025/7/17 17:58:02] [ 66.947598][ T1] init: Service 'idmap2d' (pid 1440) received signal 9
[2025/7/17 17:58:04] [ 68.528756][ T182] logd: logdr: UID=0 GID=0 PID=1998 n tail=0 logMask=4 pid=0 start=0ns deadline=0ns
[2025/7/17 17:58:04] [ 68.641923][ T186] type=1400 audit(1752232448.950:316): avc: denied { read } for comm="dumpstate" name="summary" dev="debugfs" ino=13658 scontext=u:r:dumpstate:s0 tcontext=u:object_r:debugfs:s0 tclass=file permissive=1
[2025/7/17 17:58:04] [ 68.642317][ T186] type=1400 audit(1752232448.950:317): avc: denied { open } for comm="dumpstate" path="/sys/kernel/debug/dri/0/summary" dev="debugfs" ino=13658 scontext=u:r:dumpstate:s0 tcontext=u:object_r:debugfs:s0 tclass=file permissive=1
[2025/7/17 17:58:04] [ 68.681159][ T186] type=1400 audit(1752232448.993:318): avc: denied { execute } for comm="sh" name="toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:58:04] [ 68.681401][ T186] type=1400 audit(1752232448.993:319): avc: denied { getattr } for comm="sh" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:58:04] [ 68.683684][ T2021] audit: audit_lost=67 audit_rate_limit=5 audit_backlog_limit=64
[2025/7/17 17:58:04] [ 68.683721][ T2021] audit: rate limit exceeded
[2025/7/17 17:58:06] [ 70.573622][ T2107] audit: audit_lost=79 audit_rate_limit=5 audit_backlog_limit=64
[2025/7/17 17:58:06] [ 70.573681][ T2107] audit: rate limit exceeded
[2025/7/17 17:58:08] [ 72.434802][ T186] type=1400 audit(1752232452.750:366): avc: denied { read } for comm=".update.service" name="u:object_r:serialno_prop:s0" dev="tmpfs" ino=258 scontext=u:r:system_app:s0 tcontext=u:object_r:serialno_prop:s0 tclass=file permissive=1
[2025/7/17 17:58:08] [ 72.435323][ T186] type=1400 audit(1752232452.750:367): avc: denied { open } for comm=".update.service" path="/dev/__properties__/u:object_r:serialno_prop:s0" dev="tmpfs" ino=258 scontext=u:r:system_app:s0 tcontext=u:object_r:serialno_prop:s0 tclass=file permissive=1
[2025/7/17 17:58:08] [ 72.435490][ T186] type=1400 audit(1752232452.750:368): avc: denied { getattr } for comm=".update.service" path="/dev/__properties__/u:object_r:serialno_prop:s0" dev="tmpfs" ino=258 scontext=u:r:system_app:s0 tcontext=u:object_r:serialno_prop:s0 tclass=file permissive=1
[2025/7/17 17:58:08] [ 72.435616][ T186] type=1400 audit(1752232452.750:369): avc: denied { map } for comm=".update.service" path="/dev/__properties__/u:object_r:serialno_prop:s0" dev="tmpfs" ino=258 scontext=u:r:system_app:s0 tcontext=u:object_r:serialno_prop:s0 tclass=file permissive=1
[2025/7/17 17:58:08] [ 72.948597][ T420] audit: audit_lost=107 audit_rate_limit=5 audit_backlog_limit=64
[2025/7/17 17:58:08] [ 72.948649][ T420] audit: rate limit exceeded
[2025/7/17 17:58:08] [ 72.948853][ T186] type=1400 audit(1752232453.263:370): avc: denied { execute } for comm="sh" name="toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:58:09] [ 73.925975][ T186] type=1400 audit(1752232454.240:375): avc: denied { read } for comm="Thread-31" name="status" dev="proc" ino=4026532788 scontext=u:r:system_server:s0 tcontext=u:object_r:proc:s0 tclass=file permissive=1
[2025/7/17 17:58:09] [ 73.926248][ T186] type=1400 audit(1752232454.240:376): avc: denied { open } for comm="Thread-31" path="/proc/adckey/status" dev="proc" ino=4026532788 scontext=u:r:system_server:s0 tcontext=u:object_r:proc:s0 tclass=file permissive=1
[2025/7/17 17:58:09] [ 73.926380][ T186] type=1400 audit(1752232454.240:377): avc: denied { getattr } for comm="Thread-31" path="/proc/adckey/status" dev="proc" ino=4026532788 scontext=u:r:system_server:s0 tcontext=u:object_r:proc:s0 tclass=file permissive=1
[2025/7/17 17:58:10] [ 75.087415][ T186] type=1400 audit(1752232455.400:378): avc: denied { execute } for comm="sh" name="toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:58:11] [ 75.087808][ T186] type=1400 audit(1752232455.400:379): avc: denied { getattr } for comm="sh" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:58:11] [ 75.666298][ T2400] audit: audit_lost=111 audit_rate_limit=5 audit_backlog_limit=64
[2025/7/17 17:58:11] [ 75.666353][ T2400] audit: rate limit exceeded
[2025/7/17 17:58:11] [ 75.902187][ T1] init: Service 'simple_bugreportd' (pid 1903) exited with status 0 oneshot service took 10.763000 seconds in background
[2025/7/17 17:58:11] [ 75.902288][ T1] init: Sending signal 9 to service 'simple_bugreportd' (pid 1903) process group...
[2025/7/17 17:58:11] [ 75.902677][ T1] libprocessgroup: Successfully killed process cgroup uid 0 pid 1903 in 0ms
[2025/7/17 17:58:12] [ 76.238564][ T1] init: starting service 'simple_bugreportd'...
[2025/7/17 17:58:12] [ 76.239562][ T1] init: Created socket '/dev/socket/dumpstate', mode 660, user 2000, group 1007
[2025/7/17 17:58:12] [ 76.251792][ T1] init: Control message: Processed ctl.start for 'simple_bugreportd' from pid: 529 (system_server)
[2025/7/17 17:58:13] [ 77.208991][ T1292] audit: audit_lost=134 audit_rate_limit=5 audit_backlog_limit=64
[2025/7/17 17:58:13] [ 77.209039][ T1292] audit: rate limit exceeded
[2025/7/17 17:58:14] [ 78.827375][ T186] type=1400 audit(1752232459.143:424): avc: denied { read } for comm="Thread-31" name="status" dev="proc" ino=4026532788 scontext=u:r:system_server:s0 tcontext=u:object_r:proc:s0 tclass=file permissive=1
[2025/7/17 17:58:14] [ 78.827652][ T186] type=1400 audit(1752232459.143:425): avc: denied { open } for comm="Thread-31" path="/proc/adckey/status" dev="proc" ino=4026532788 scontext=u:r:system_server:s0 tcontext=u:object_r:proc:s0 tclass=file permissive=1
[2025/7/17 17:58:14] [ 78.827795][ T186] type=1400 audit(1752232459.143:426): avc: denied { getattr } for comm="Thread-31" path="/proc/adckey/status" dev="proc" ino=4026532788 scontext=u:r:system_server:s0 tcontext=u:object_r:proc:s0 tclass=file permissive=1
[2025/7/17 17:58:15] [ 79.305505][ T2428] audit: audit_lost=145 audit_rate_limit=5 audit_backlog_limit=64
[2025/7/17 17:58:15] [ 79.305768][ T2428] audit: rate limit exceeded
[2025/7/17 17:58:15] [ 79.306972][ T186] type=1400 audit(1752232459.616:427): avc: denied { execute } for comm="sh" name="toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:58:15] [ 79.307209][ T186] type=1400 audit(1752232459.616:428): avc: denied { getattr } for comm="sh" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:58:16] [ 80.744193][ T186] type=1400 audit(1752232461.056:432): avc: denied { getattr } for comm="getagpsdata.sh" path="/system/bin/ping" dev="dm-0" ino=1609 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
[2025/7/17 17:58:16] [ 80.748391][ T186] type=1400 audit(1752232461.056:433): avc: denied { execute } for comm="getagpsdata.sh" name="ping" dev="dm-0" ino=1609 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
[2025/7/17 17:58:16] [ 80.748599][ T186] type=1400 audit(1752232461.056:434): avc: denied { read open } for comm="getagpsdata.sh" path="/system/bin/ping" dev="dm-0" ino=1609 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
[2025/7/17 17:58:16] [ 80.748743][ T186] type=1400 audit(1752232461.060:435): avc: denied { execute_no_trans } for comm="getagpsdata.sh" path="/system/bin/ping" dev="dm-0" ino=1609 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
[2025/7/17 17:58:16] [ 80.748863][ T186] type=1400 audit(1752232461.060:436): avc: denied { map } for comm="ping" path="/system/bin/ping" dev="dm-0" ino=1609 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
[2025/7/17 17:58:16] [ 80.749007][ T2483] audit: audit_lost=148 audit_rate_limit=5 audit_backlog_limit=64
[2025/7/17 17:58:16] [ 80.749023][ T2483] audit: rate limit exceeded
[2025/7/17 17:58:18] [ 82.985585][ T1] init: Service 'simple_bugreportd' (pid 2403) exited with status 0 oneshot service took 6.742000 seconds in background
[2025/7/17 17:58:18] [ 82.985684][ T1] init: Sending signal 9 to service 'simple_bugreportd' (pid 2403) process group...
[2025/7/17 17:58:18] [ 82.986102][ T1] libprocessgroup: Successfully killed process cgroup uid 0 pid 2403 in 0ms
[2025/7/17 17:58:21] [ 85.841416][ T186] type=1400 audit(1752232466.156:463): avc: denied { getattr } for comm="getagpsdata.sh" path="/system/bin/ping" dev="dm-0" ino=1609 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
[2025/7/17 17:58:21] [ 85.842128][ T186] type=1400 audit(1752232466.156:464): avc: denied { execute } for comm="getagpsdata.sh" name="ping" dev="dm-0" ino=1609 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
[2025/7/17 17:58:21] [ 85.842367][ T186] type=1400 audit(1752232466.156:465): avc: denied { read open } for comm="getagpsdata.sh" path="/system/bin/ping" dev="dm-0" ino=1609 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
[2025/7/17 17:58:21] [ 85.842572][ T186] type=1400 audit(1752232466.156:466): avc: denied { execute_no_trans } for comm="getagpsdata.sh" path="/system/bin/ping" dev="dm-0" ino=1609 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
[2025/7/17 17:58:21] [ 85.842728][ T186] type=1400 audit(1752232466.156:467): avc: denied { map } for comm="ping" path="/system/bin/ping" dev="dm-0" ino=1609 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
[2025/7/17 17:58:21] [ 85.844622][ T2496] audit: audit_lost=174 audit_rate_limit=5 audit_backlog_limit=64
[2025/7/17 17:58:21] [ 85.844656][ T2496] audit: rate limit exceeded
[2025/7/17 17:58:25]
[2025/7/17 17:58:25] console:/ $
[2025/7/17 17:58:26] console:/ $
[2025/7/17 17:58:28] console:/ $ su
[2025/7/17 17:58:29] console:/ #
[2025/7/17 17:58:29] console:/ #
[2025/7/17 17:58:29] console:/ # re[ 93.987953][ T186] type=1400 audit(1752232474.303:482): avc: denied { execute } for comm="sh" name="toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:58:29] [ 93.988196][ T186] type=1400 audit(1752232474.303:483): avc: denied { getattr } for comm="sh" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:58:29] b[ 93.989827][ T186] type=1400 audit(1752232474.303:484): avc: denied { read open } for comm="sh" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:58:29] [ 93.990336][ T186] type=1400 audit(1752232474.303:485): avc: denied { execute_no_trans } for comm="sh" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:58:29] [ 93.990607][ T186] type=1400 audit(1752232474.306:486): avc: denied { map } for comm="sync" path="/system/bin/toybox" dev="dm-0" ino=1721 scontext=u:r:autosync:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[2025/7/17 17:58:31] oot -p[ 95.984915][ T186] type=1400 audit(1752232476.300:487): avc: denied { write } for comm="getagpsdata.sh" name=".agpsdata" dev="tmpfs" ino=35 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:mnt_user_file:s0 tclass=file permissive=1
[2025/7/17 17:58:31] [ 95.985181][ T186] type=1400 audit(1752232476.300:488): avc: denied { open } for comm="getagpsdata.sh" path="/storage/.agpsdata" dev="tmpfs" ino=35 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:mnt_user_file:s0 tclass=file permissive=1
[2025/7/17 17:58:32]
[2025/7/17 17:58:32] [ 96.888487][ T154] init: Received sys.powerctl='shutdown,shell' from pid: 2523 (reboot)
[2025/7/17 17:58:32] Done
[2025/7/17 17:58:32] [ 96.888575][ T154] init: sys.powerctl: do_shutdown: 0 IsShuttingDown: 0
[2025/7/17 17:58:32] console:/ # [ 96.888859][ T1] init: Got shutdown_command 'shutdown,shell' Calling HandlePowerctlMessage()
[2025/7/17 17:58:32] [ 96.888911][ T1] init: Clear action queue and start shutdown trigger
[2025/7/17 17:58:32] [ 96.889031][ T1] init: Entering shutdown mode
[2025/7/17 17:58:32] [ 96.889276][ T1] init: processing action (shutdown_done) from (<Builtin Action>:0)
[2025/7/17 17:58:32] [ 96.889323][ T1] init: Reboot start, reason: shutdown,shell, reboot_target:
[2025/7/17 17:58:32] [ 96.889380][ T1] init: Shutdown timeout: 6000 ms
[2025/7/17 17:58:32] [ 96.889412][ T1] init: Create reboot monitor thread.
[2025/7/17 17:58:32] [ 96.890037][ T2524] init: shutdown_timeout_timespec.tv_sec: 398
[2025/7/17 17:58:32] [ 96.969963][ T2525] watchdogd: watchdogd started (interval 10, margin 20)!
[2025/7/17 17:58:32] I/TA: Goodbye Rockchip Weaver!
[2025/7/17 17:58:32] I/TA: Goodbye Rockchip gatekeeper!
[2025/7/17 17:58:32] [ 97.082985][ T186] type=1400 audit(1752232477.396:489): avc: denied { unlink } for comm="init" name="camera_tool" dev="tmpfs" ino=652 scontext=u:r:init:s0 tcontext=u:object_r:socket_device:s0 tclass=sock_file permissive=1
[2025/7/17 17:58:33] [ 97.123954][ T86] binder: release 343:367 transaction 5269 in, still active
[2025/7/17 17:58:33] [ 97.124009][ T86] binder: send failed reply for transaction 5269 to 529:618
[2025/7/17 17:58:33] I/TA: Goodbye Rockchip Keymaster!
[2025/7/17 17:58:33] [ 97.248021][ T258] rockchip-vop2 fe040000.vop: [drm:vop2_crtc_atomic_disable] Crtc atomic disable vp0
[2025/7/17 17:58:33] [ 97.741640][ T155] printk: init: 13 output lines suppressed due to ratelimiting
[2025/7/17 17:58:33] [ 97.812183][ T190] binder_alloc: 529: binder_alloc_buf, no vma
[2025/7/17 17:58:33] [ 97.812231][ T190] binder: 190:190 transaction failed 29189/-3, size 100-0 line 3346
[2025/7/17 17:58:33] [ 97.929504][ T72] android_work: sent uevent USB_STATE=DISCONNECTED
[2025/7/17 17:58:33] [ 97.952679][ T185] printk: logd.klogd: 196 output lines suppressed due to ratelimiting
[2025/7/17 17:58:33] [ 97.987151][ T36] binder: undelivered TRANSACTION_ERROR: 29189
[2025/7/17 17:58:33] [ 97.987394][ T36] binder: undelivered death notification, b4000072547189d0
[2025/7/17 17:58:33] [ 97.987759][ T36] binder: undelivered TRANSACTION_COMPLETE
[2025/7/17 17:58:33] [ 97.987776][ T36] binder: undelivered transaction 115284, process died.
[2025/7/17 17:58:33] [ 97.991385][ T36] binder: undelivered death notification, b4000072547187c0
[2025/7/17 17:58:34] [ 98.330784][ T1] [dhd] dhd_reboot_callback: code = 3
[2025/7/17 17:58:34] [ 98.330833][ T1] [dhd] dhd_module_cleanup: Enter
[2025/7/17 17:58:34] [ 98.330886][ T1] [dhd] sdioh_remove: Enter
[2025/7/17 17:58:34] [ 98.333780][ T1] [dhd] dhdsdio_disconnect : no mutex held
[2025/7/17 17:58:34] [ 98.333793][ T1] [dhd] dhdsdio_disconnect : set mutex lock
[2025/7/17 17:58:34] [ 98.333811][ T1] [dhd] dhd_detach: making dhdpub up FALSE
[2025/7/17 17:58:34] [ 98.333825][ T1] [dhd] bcmsdh_oob_intr_unregister: Enter
[2025/7/17 17:58:34] [ 98.333833][ T1] [dhd] bcmsdh_oob_intr_unregister: irq is not registered
[2025/7/17 17:58:34] [ 98.333843][ T1] [dhd] dhd_wlfc_deinit():3894, Already disabled!
[2025/7/17 17:58:34] [ 98.410285][ T1] [dhd] dhd_detach(): thread:dhd_watchdog_thread:1a0 wait for terminate
[2025/7/17 17:58:34] [ 98.410357][ T1] [dhd] dhd_detach(): thread:dhd_watchdog_thread:1a0 terminated OK
[2025/7/17 17:58:34] [ 98.410388][ T1] [dhd] dhd_detach(): thread:dhd_rxf:1a5 wait for terminate
[2025/7/17 17:58:34] [ 98.410433][ T1] [dhd] dhd_detach(): thread:dhd_rxf:1a5 terminated OK
[2025/7/17 17:58:34] [ 98.410465][ T417] [dhd] dhd_dpc_thread: Unexpected up_cnt 0
[2025/7/17 17:58:34] [ 98.410668][ T1] [dhd] dhd_detach(): thread:dhd_dpc:1a1 wait for terminate
[2025/7/17 17:58:34] [ 98.410680][ T1] [dhd] dhd_detach(): thread:dhd_dpc:1a1 terminated OK
[2025/7/17 17:58:34] [ 98.427103][ T1] [dhd] CFG80211-ERROR) wl_cfg80211_clear_per_bss_ies : netinfo or netinfo->wdev is NULL
[2025/7/17 17:58:34] [ 98.477041][ T1] [dhd] dhd_tcpack_suppress_set: TCP ACK Suppress mode 2 -> mode 0
[2025/7/17 17:58:34] [ 98.477070][ T1] [dhd] dhd_tcpack_suppress_set: TCPACK_INFO_MAXNUM=40, TCPDATA_INFO_MAXNUM=40
[2025/7/17 17:58:34] [ 98.477149][ T1] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 7, size 0
[2025/7/17 17:58:34] [ 98.477167][ T1] [dhd] dhdsdio_disconnect : mutex is released.
[2025/7/17 17:58:34] [ 98.477810][ T1] [dhd] unregister wifi platform drivers
[2025/7/17 17:58:34] [ 98.477828][ T1] [dhd] wifi_platform_bus_enumerate device present 0
[2025/7/17 17:58:34] [ 98.477838][ T1] [dhd] ======== Card detection to remove SDIO card! ========
[2025/7/17 17:58:34] [ 98.477847][ T1] [dhd] dhd_wlan_deinit_gpio: gpio_free(WL_HOST_WAKE 0)
[2025/7/17 17:58:34] [ 98.477867][ T1] [dhd] STATIC-MSG) dhd_static_buf_exit : Enter
[2025/7/17 17:58:34] [ 98.478032][ T1] [dhd] dhd_module_cleanup: Exit
[2025/7/17 17:58:34] [ 98.478629][ T1] rk808 0-0020: reboot: not restore POWER_EN
[2025/7/17 17:58:34] [ 98.750293][ T1] rockchip-vop2 fe040000.vop: [drm:vop2_crtc_atomic_disable] Crtc atomic disable vp1
[2025/7/17 17:58:34] [ 98.783866][ T1] mpp_rkvdec2 fdf80200.rkvdec: shutdown device
[2025/7/17 17:58:34] [ 98.789899][ T1] mpp_rkvdec2 fdf80200.rkvdec: shutdown success
[2025/7/17 17:58:34] [ 98.796014][ T1] mpp_rkvenc fdf40000.rkvenc: shutdown device
[2025/7/17 17:58:34] [ 98.801984][ T1] mpp_rkvenc fdf40000.rkvenc: shutdown success
[2025/7/17 17:58:34] [ 98.840703][ T1] [WLAN_RFKILL]: Enter rfkill_wlan_shutdown
[2025/7/17 17:58:34] [ 98.846479][ T1] [WLAN_RFKILL]: rockchip_wifi_power: 0
[2025/7/17 17:58:34] [ 98.851917][ T1] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
[2025/7/17 17:58:34] [ 98.858457][ T1] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
[2025/7/17 17:58:34] [ 98.864560][ T1] [WLAN_RFKILL]: rfkill_set_wifi_bt_power: 0
[2025/7/17 17:58:34] [ 98.871086][ T1] rkisp_hw fdff0000.rkisp: rkisp_hw_shutdown
[2025/7/17 17:58:34] [ 98.877030][ T1] mpp-iep2 fdef0000.iep: shutdown device
[2025/7/17 17:58:34] [ 98.882536][ T1] mpp-iep2 fdef0000.iep: shutdown success
[2025/7/17 17:58:34] [ 98.888153][ T1] mpp_vepu2 fdee0000.vepu: shutdown device
[2025/7/17 17:58:34] [ 98.893827][ T1] mpp_vepu2 fdee0000.vepu: shutdown success
[2025/7/17 17:58:34] [ 98.899613][ T1] mpp_jpgdec fded0000.jpegd: shutdown device
[2025/7/17 17:58:34] [ 98.905453][ T1] mpp_jpgdec fded0000.jpegd: shutdown success
[2025/7/17 17:58:34] [ 98.911456][ T1] mpp_vdpu2 fdea0400.vdpu: shutdown device
[2025/7/17 17:58:34] [ 98.917151][ T1] mpp_vdpu2 fdea0400.vdpu: shutdown success
[2025/7/17 17:58:34] [ 98.923180][ T1] xhci-hcd xhci-hcd.0.auto: remove, state 4
[2025/7/17 17:58:34] [ 98.928949][ T1] usb usb6: USB disconnect, device number 1
[2025/7/17 17:58:34] [ 98.935643][ T1] xhci-hcd xhci-hcd.0.auto: USB bus 6 deregistered
[2025/7/17 17:58:34] [ 98.942367][ T1] xhci-hcd xhci-hcd.0.auto: remove, state 4
[2025/7/17 17:58:34] [ 98.948160][ T1] usb usb5: USB disconnect, device number 1
[2025/7/17 17:58:34] [ 98.954964][ T1] xhci-hcd xhci-hcd.0.auto: USB bus 5 deregistered
[2025/7/17 17:58:34] [ 98.971272][ T1] reboot: Power down
[END] 2025/7/17 19:09:41