1
|
ztl@RK356x:~/下载/mpp/build/linux/aarch64/test$ echo 0x100 > /sys/module/rk_vcodec/parameters/mpp_dev_debug
|
2
|
bash: /sys/module/rk_vcodec/parameters/mpp_dev_debug: 权限不够
|
3
|
ztl@RK356x:~/下载/mpp/build/linux/aarch64/test$ sudo echo 0x100 > /sys/module/rk_vcodec/parameters/mpp_dev_debug
|
4
|
bash: /sys/module/rk_vcodec/parameters/mpp_dev_debug: 权限不够
|
5
|
ztl@RK356x:~/下载/mpp/build/linux/aarch64/test$ su
|
6
|
密码:
|
7
|
root@RK356x:/home/ztl/下载/mpp/build/linux/aarch64/test# cho 0x100 > /sys/module/rk_vcodec/parameters/mpp_dev_debug
|
8
|
bash: cho:未找到命令
|
9
|
root@RK356x:/home/ztl/下载/mpp/build/linux/aarch64/test# echo 0x100 > /sys/module/rk_vcodec/parameters/mpp_dev_debug
|
10
|
root@RK356x:/home/ztl/下载/mpp/build/linux/aarch64/test# dmesg
|
11
|
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
|
12
|
[ 0.000000] Linux version 4.19.232 (dzl@pc253-B450M-AORUS-ELITE) (gcc version 6.3.1 20170404 (Linaro GCC 6.3-2017.05), GNU ld (Linaro_Binutils-2017.05) 2.27.0.20161019) #695 SMP Wed Feb 21 09:09:37 CST 2024
|
13
|
[ 0.000000] Machine model: ztl,rk3568 Firefly roc-rk3399-pc PLUS
|
14
|
[ 0.000000] earlycon: uart8250 at MMIO32 0x00000000fe660000 (options '')
|
15
|
[ 0.000000] bootconsole [uart8250] enabled
|
16
|
[ 0.000000] Reserved memory: created CMA memory pool at 0x00000001f8000000, size 128 MiB
|
17
|
[ 0.000000] OF: reserved mem: initialized node rknpu, compatible id shared-dma-pool
|
18
|
[ 0.000000] ztl test 6666666666
|
19
|
[ 0.000000] ztl test 111111
|
20
|
[ 0.000000] cma: Reserved 16 MiB at 0x00000000eec00000
|
21
|
[ 0.000000] ztl test 2222222
|
22
|
[ 0.000000] ztl test 333333333
|
23
|
[ 0.000000] ztl test 4444444444
|
24
|
[ 0.000000] ztl test 555555555
|
25
|
[ 0.000000] ztl test 77777777
|
26
|
[ 0.000000] ztl test 8888888888
|
27
|
[ 0.000000] ztl test 9999999
|
28
|
[ 0.000000] ztl test 10 10 10 10 10
|
29
|
[ 0.000000] On node 0 totalpages: 1043968
|
30
|
[ 0.000000] DMA32 zone: 15288 pages used for memmap
|
31
|
[ 0.000000] DMA32 zone: 0 pages reserved
|
32
|
[ 0.000000] DMA32 zone: 978432 pages, LIFO batch:63
|
33
|
[ 0.000000] Normal zone: 1024 pages used for memmap
|
34
|
[ 0.000000] Normal zone: 65536 pages, LIFO batch:15
|
35
|
[ 0.000000] ztl test!
|
36
|
[ 0.000000] psci: probing for conduit method from DT.
|
37
|
[ 0.000000] psci: PSCIv1.1 detected in firmware.
|
38
|
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
|
39
|
[ 0.000000] psci: Trusted OS migration not required
|
40
|
[ 0.000000] psci: SMC Calling Convention v1.2
|
41
|
[ 0.000000] percpu: Embedded 23 pages/cpu s54312 r8192 d31704 u94208
|
42
|
[ 0.000000] pcpu-alloc: s54312 r8192 d31704 u94208 alloc=23*4096
|
43
|
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
|
44
|
[ 0.000000] Detected VIPT I-cache on CPU0
|
45
|
[ 0.000000] CPU features: detected: Virtualization Host Extensions
|
46
|
[ 0.000000] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
|
47
|
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1027656
|
48
|
[ 0.000000] Kernel command line: storagemedia=emmc androidboot.storagemedia=emmc androidboot.mode=normal androidboot.verifiedbootstate=orange androidboot.serialno=bbf8d8db79b9bdf3 rw rootwait earlycon=uart8250,mmio32,0xfe660000 console=ttyFIQ0 root=PARTUUID=614e0000-0000 androidboot.fwver=ddr-v1.23-03ea844c5d,spl-v1.14,bl31-v1.44,bl32-v2.15,uboot-08/09/2025
|
49
|
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
|
50
|
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
|
51
|
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
|
52
|
[ 0.000000] software IO TLB: mapped [mem 0xe9f00000-0xedf00000] (64MB)
|
53
|
[ 0.000000] Memory: 3844936K/4175872K available (15742K kernel code, 2142K rwdata, 5392K rodata, 1664K init, 603K bss, 183480K reserved, 147456K cma-reserved)
|
54
|
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
|
55
|
[ 0.000000] ftrace: allocating 55717 entries in 218 pages
|
56
|
[ 0.000000] rcu: Hierarchical RCU implementation.
|
57
|
[ 0.000000] rcu: RCU event tracing is enabled.
|
58
|
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
|
59
|
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
|
60
|
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
|
61
|
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
|
62
|
[ 0.000000] GICv3: Distributor has no Range Selector support
|
63
|
[ 0.000000] GICv3: no VLPI support, no direct LPI support
|
64
|
[ 0.000000] ITS [mem 0xfd440000-0xfd45ffff]
|
65
|
[ 0.000000] ITS@0x00000000fd440000: allocated 8192 Devices @210000 (indirect, esz 8, psz 64K, shr 0)
|
66
|
[ 0.000000] ITS@0x00000000fd440000: allocated 32768 Interrupt Collections @220000 (flat, esz 2, psz 64K, shr 0)
|
67
|
[ 0.000000] ITS: using cache flushing for cmd queue
|
68
|
[ 0.000000] GIC: using LPI property table @0x0000000000230000
|
69
|
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fd460000
|
70
|
[ 0.000000] CPU0: using LPI pending table @0x0000000000240000
|
71
|
[ 0.000000] GIC: using cache flushing for LPI property table
|
72
|
[ 0.000000] random: random: get_random_bytes called from start_kernel+0x36c/0x510 with crng_init=0
|
73
|
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
|
74
|
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
|
75
|
[ 0.000003] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
|
76
|
[ 0.001593] Console: colour dummy device 80x25
|
77
|
[ 0.002033] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=80000)
|
78
|
[ 0.002977] pid_max: default: 32768 minimum: 301
|
79
|
[ 0.003498] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
|
80
|
[ 0.004125] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
|
81
|
[ 0.005913] ASID allocator initialised with 32768 entries
|
82
|
[ 0.006505] rcu: Hierarchical SRCU implementation.
|
83
|
[ 0.008762] Platform MSI: interrupt-controller@fd440000 domain created
|
84
|
[ 0.009674] PCI/MSI: /interrupt-controller@fd400000/interrupt-controller@fd440000 domain created
|
85
|
[ 0.010992] smp: Bringing up secondary CPUs ...
|
86
|
[ 0.012609] Detected VIPT I-cache on CPU1
|
87
|
[ 0.012635] GICv3: CPU1: found redistributor 100 region 0:0x00000000fd480000
|
88
|
[ 0.012670] CPU1: using LPI pending table @0x0000000000250000
|
89
|
[ 0.012711] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
|
90
|
[ 0.013925] Detected VIPT I-cache on CPU2
|
91
|
[ 0.013945] GICv3: CPU2: found redistributor 200 region 0:0x00000000fd4a0000
|
92
|
[ 0.013975] CPU2: using LPI pending table @0x0000000000260000
|
93
|
[ 0.014006] CPU2: Booted secondary processor 0x0000000200 [0x412fd050]
|
94
|
[ 0.015187] Detected VIPT I-cache on CPU3
|
95
|
[ 0.015205] GICv3: CPU3: found redistributor 300 region 0:0x00000000fd4c0000
|
96
|
[ 0.015236] CPU3: using LPI pending table @0x0000000000270000
|
97
|
[ 0.015266] CPU3: Booted secondary processor 0x0000000300 [0x412fd050]
|
98
|
[ 0.015352] smp: Brought up 1 node, 4 CPUs
|
99
|
[ 0.022099] SMP: Total of 4 processors activated.
|
100
|
[ 0.022534] CPU features: detected: GIC system register CPU interface
|
101
|
[ 0.023123] CPU features: detected: Privileged Access Never
|
102
|
[ 0.023633] CPU features: detected: LSE atomic instructions
|
103
|
[ 0.024143] CPU features: detected: User Access Override
|
104
|
[ 0.024630] CPU features: detected: 32-bit EL0 Support
|
105
|
[ 0.025100] CPU features: detected: RAS Extension Support
|
106
|
[ 0.025710] CPU: All CPU(s) started at EL2
|
107
|
[ 0.026103] alternatives: patching kernel code
|
108
|
[ 0.030995] devtmpfs: initialized
|
109
|
[ 0.047317] Registered cp15_barrier emulation handler
|
110
|
[ 0.047794] Registered setend emulation handler
|
111
|
[ 0.048412] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
|
112
|
[ 0.049313] futex hash table entries: 1024 (order: 4, 65536 bytes)
|
113
|
[ 0.050325] xor: measuring software checksum speed
|
114
|
[ 0.084184] 8regs : 3036.000 MB/sec
|
115
|
[ 0.117570] 8regs_prefetch: 2768.400 MB/sec
|
116
|
[ 0.150959] 32regs : 3864.000 MB/sec
|
117
|
[ 0.184348] 32regs_prefetch: 3567.600 MB/sec
|
118
|
[ 0.184773] xor: using function: 32regs (3864.000 MB/sec)
|
119
|
[ 0.185275] pinctrl core: initialized pinctrl subsystem
|
120
|
[ 0.185973] regulator-dummy: no parameters
|
121
|
[ 0.186448] NET: Registered protocol family 16
|
122
|
[ 0.189483] cpuidle: using governor menu
|
123
|
[ 0.189871] Registered FIQ tty driver
|
124
|
[ 0.190654] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
|
125
|
[ 0.191984] DMA: preallocated 256 KiB pool for atomic allocations
|
126
|
[ 0.194961] console [pstore-1] enabled
|
127
|
[ 0.195309] pstore: Registered ramoops as persistent store backend
|
128
|
[ 0.195878] ramoops: attached 0xf0000@0x110000, ecc: 0/0
|
129
|
[ 0.200317] platform fde40000.npu: assigned reserved memory node rknpu
|
130
|
[ 0.218594] rockchip-gpio fdd60000.gpio: probed gpio0 (fdd60000.gpio)
|
131
|
[ 0.219588] rockchip-gpio fe740000.gpio: probed gpio1 (fe740000.gpio)
|
132
|
[ 0.220556] rockchip-gpio fe750000.gpio: probed gpio2 (fe750000.gpio)
|
133
|
[ 0.221542] rockchip-gpio fe760000.gpio: probed gpio3 (fe760000.gpio)
|
134
|
[ 0.222508] rockchip-gpio fe770000.gpio: probed gpio4 (fe770000.gpio)
|
135
|
[ 0.223162] rockchip-pinctrl pinctrl: probed pinctrl
|
136
|
[ 0.232983] cryptd: max_cpu_qlen set to 1000
|
137
|
[ 0.289242] raid6: int64x1 gen() 255 MB/s
|
138
|
[ 0.345958] raid6: int64x1 xor() 315 MB/s
|
139
|
[ 0.402695] raid6: int64x2 gen() 473 MB/s
|
140
|
[ 0.459430] raid6: int64x2 xor() 509 MB/s
|
141
|
[ 0.516131] raid6: int64x4 gen() 781 MB/s
|
142
|
[ 0.572891] raid6: int64x4 xor() 764 MB/s
|
143
|
[ 0.629676] raid6: int64x8 gen() 894 MB/s
|
144
|
[ 0.686362] raid6: int64x8 xor() 793 MB/s
|
145
|
[ 0.743166] raid6: neonx1 gen() 507 MB/s
|
146
|
[ 0.799847] raid6: neonx1 xor() 650 MB/s
|
147
|
[ 0.856593] raid6: neonx2 gen() 871 MB/s
|
148
|
[ 0.913341] raid6: neonx2 xor() 1121 MB/s
|
149
|
[ 0.970083] raid6: neonx4 gen() 1368 MB/s
|
150
|
[ 1.026813] raid6: neonx4 xor() 1572 MB/s
|
151
|
[ 1.083553] raid6: neonx8 gen() 1344 MB/s
|
152
|
[ 1.140307] raid6: neonx8 xor() 1529 MB/s
|
153
|
[ 1.140703] raid6: using algorithm neonx4 gen() 1368 MB/s
|
154
|
[ 1.141199] raid6: .... xor() 1572 MB/s, rmw enabled
|
155
|
[ 1.141656] raid6: using neon recovery algorithm
|
156
|
[ 1.143157] console [ttyFIQ0] enabled
|
157
|
[ 1.143824] bootconsole [uart8250] disabled
|
158
|
[ 1.144380] Registered fiq debugger ttyFIQ0
|
159
|
[ 1.144772] dc_12v: 12000 mV
|
160
|
[ 1.144920] reg-fixed-voltage dc-12v: dc_12v supplying 12000000uV
|
161
|
[ 1.145014] reg-fixed-voltage vcc3v3-sys: Looking up vin-supply from device tree
|
162
|
[ 1.145022] vcc3v3_sys: supplied by dc_12v
|
163
|
[ 1.145041] dc_12v: could not add device link regulator.2 err -2
|
164
|
[ 1.145071] vcc3v3_sys: 3300 mV
|
165
|
[ 1.145215] reg-fixed-voltage vcc3v3-sys: vcc3v3_sys supplying 3300000uV
|
166
|
[ 1.145291] reg-fixed-voltage vcc5v0-sys: Looking up vin-supply from device tree
|
167
|
[ 1.145298] vcc5v0_sys: supplied by dc_12v
|
168
|
[ 1.145316] dc_12v: could not add device link regulator.3 err -2
|
169
|
[ 1.145343] vcc5v0_sys: 5000 mV
|
170
|
[ 1.145480] reg-fixed-voltage vcc5v0-sys: vcc5v0_sys supplying 5000000uV
|
171
|
[ 1.145555] reg-fixed-voltage vcc5v0-usb: Looking up vin-supply from device tree
|
172
|
[ 1.145561] vcc5v0_usb: supplied by dc_12v
|
173
|
[ 1.145579] dc_12v: could not add device link regulator.4 err -2
|
174
|
[ 1.145606] vcc5v0_usb: 5000 mV
|
175
|
[ 1.145749] reg-fixed-voltage vcc5v0-usb: vcc5v0_usb supplying 5000000uV
|
176
|
[ 1.145920] reg-fixed-voltage vcc5v0-host-regulator: Looking up vin-supply from device tree
|
177
|
[ 1.145928] vcc5v0_host: supplied by vcc5v0_usb
|
178
|
[ 1.145946] vcc5v0_usb: could not add device link regulator.5 err -2
|
179
|
[ 1.145993] vcc5v0_host: 5000 mV
|
180
|
[ 1.146112] reg-fixed-voltage vcc5v0-host-regulator: vcc5v0_host supplying 5000000uV
|
181
|
[ 1.146248] vcc5v0_otg: no parameters
|
182
|
[ 1.146385] reg-fixed-voltage vcc5v0-otg-regulator: vcc5v0_otg supplying 0uV
|
183
|
[ 1.146479] vcc3v3_lcd0_n: no parameters
|
184
|
[ 1.146605] reg-fixed-voltage vcc3v3-lcd0-n: vcc3v3_lcd0_n supplying 0uV
|
185
|
[ 1.146691] reg-fixed-voltage vcc3v3-lcd1-n: Looking up vin-supply from device tree
|
186
|
[ 1.146698] vcc3v3_lcd1_n: supplied by vcc3v3_sys
|
187
|
[ 1.146717] vcc3v3_sys: could not add device link regulator.8 err -2
|
188
|
[ 1.146748] vcc3v3_lcd1_n: 3300 mV
|
189
|
[ 1.146890] reg-fixed-voltage vcc3v3-lcd1-n: vcc3v3_lcd1_n supplying 3300000uV
|
190
|
[ 1.146983] rs485-enable-regulator: no parameters
|
191
|
[ 1.147117] reg-fixed-voltage rs485-enable: rs485-enable-regulator supplying 0uV
|
192
|
[ 1.147198] reg-fixed-voltage vcc2v5-ddr: Looking up vin-supply from device tree
|
193
|
[ 1.147206] vcc2v5-sys: supplied by vcc3v3_sys
|
194
|
[ 1.147225] vcc3v3_sys: could not add device link regulator.10 err -2
|
195
|
[ 1.147258] vcc2v5-sys: 2500 mV
|
196
|
[ 1.147387] reg-fixed-voltage vcc2v5-ddr: vcc2v5-sys supplying 2500000uV
|
197
|
[ 1.147474] reg-fixed-voltage vcc3v3-vga: Looking up vin-supply from device tree
|
198
|
[ 1.147481] vcc3v3_vga: supplied by vcc3v3_sys
|
199
|
[ 1.147499] vcc3v3_sys: could not add device link regulator.11 err -2
|
200
|
[ 1.147544] vcc3v3_vga: at 3300 mV
|
201
|
[ 1.147667] reg-fixed-voltage vcc3v3-vga: vcc3v3_vga supplying 0uV
|
202
|
[ 1.147741] reg-fixed-voltage pcie30-avdd0v9: Looking up vin-supply from device tree
|
203
|
[ 1.147748] pcie30_avdd0v9: supplied by vcc3v3_sys
|
204
|
[ 1.147766] vcc3v3_sys: could not add device link regulator.12 err -2
|
205
|
[ 1.147793] pcie30_avdd0v9: 900 mV
|
206
|
[ 1.147925] reg-fixed-voltage pcie30-avdd0v9: pcie30_avdd0v9 supplying 900000uV
|
207
|
[ 1.148008] reg-fixed-voltage pcie30-avdd1v8: Looking up vin-supply from device tree
|
208
|
[ 1.148015] pcie30_avdd1v8: supplied by vcc3v3_sys
|
209
|
[ 1.148033] vcc3v3_sys: could not add device link regulator.13 err -2
|
210
|
[ 1.148061] pcie30_avdd1v8: 1800 mV
|
211
|
[ 1.148197] reg-fixed-voltage pcie30-avdd1v8: pcie30_avdd1v8 supplying 1800000uV
|
212
|
[ 1.148284] reg-fixed-voltage vcc3v3-bu: Looking up vin-supply from device tree
|
213
|
[ 1.148291] vcc3v3_bu: supplied by vcc5v0_sys
|
214
|
[ 1.148310] vcc5v0_sys: could not add device link regulator.14 err -2
|
215
|
[ 1.148337] vcc3v3_bu: 3300 mV
|
216
|
[ 1.148468] reg-fixed-voltage vcc3v3-bu: vcc3v3_bu supplying 3300000uV
|
217
|
[ 1.148591] vcc_camera: no parameters
|
218
|
[ 1.148734] reg-fixed-voltage vcc-camera-regulator: vcc_camera supplying 0uV
|
219
|
[ 1.148826] vcc_edp_regulator: no parameters
|
220
|
[ 1.148957] reg-fixed-voltage vcc-edp: vcc_edp_regulator supplying 0uV
|
221
|
[ 1.149065] ztl-work-led-regulator: no parameters
|
222
|
[ 1.149206] reg-fixed-voltage ztl-work-led: ztl-work-led-regulator supplying 0uV
|
223
|
[ 1.149607] pcie30_3v3: 100 <--> 3300 mV at 3300 mV
|
224
|
[ 1.149710] gpio-regulator gpio-regulator: Looking up vin-supply from device tree
|
225
|
[ 1.149717] pcie30_3v3: supplied by dc_12v
|
226
|
[ 1.150208] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_npu-supply from device tree
|
227
|
[ 1.150222] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_npu-supply property in node /power-management@fdd90000/power-controller failed
|
228
|
[ 1.150261] rk_iommu fde4b000.iommu: version = 2
|
229
|
[ 1.150678] rk_iommu fdea0800.iommu: version = 2
|
230
|
[ 1.150991] rk_iommu fded0480.iommu: version = 2
|
231
|
[ 1.151199] rk_iommu fdee0800.iommu: version = 2
|
232
|
[ 1.151393] rk_iommu fdef0800.iommu: version = 2
|
233
|
[ 1.151597] rk_iommu fdf40f00.iommu: version = 2
|
234
|
[ 1.151838] rk_iommu fdf80800.iommu: version = 2
|
235
|
[ 1.152049] rk_iommu fdff1a00.iommu: version = 2
|
236
|
[ 1.152233] rk_iommu fe043e00.iommu: version = 2
|
237
|
[ 1.152644] ztl gm8775 chip i2c init...
|
238
|
[ 1.152680] ztl nn gm8775 0
|
239
|
[ 1.152965] SCSI subsystem initialized
|
240
|
[ 1.153012] libata version 3.00 loaded.
|
241
|
[ 1.153163] usbcore: registered new interface driver usbfs
|
242
|
[ 1.153214] usbcore: registered new interface driver hub
|
243
|
[ 1.153258] usbcore: registered new device driver usb
|
244
|
[ 1.153341] media: Linux media interface: v0.10
|
245
|
[ 1.153379] videodev: Linux video capture interface: v2.00
|
246
|
[ 1.153443] pps_core: LinuxPPS API ver. 1 registered
|
247
|
[ 1.153458] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
|
248
|
[ 1.153481] PTP clock support registered
|
249
|
[ 1.153730] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0
|
250
|
[ 1.154188] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_vpu-supply from device tree
|
251
|
[ 1.154204] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_vpu-supply property in node /power-management@fdd90000/power-controller failed
|
252
|
[ 1.154255] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rga-supply from device tree
|
253
|
[ 1.154267] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rga-supply property in node /power-management@fdd90000/power-controller failed
|
254
|
[ 1.154320] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rkvenc-supply from device tree
|
255
|
[ 1.154331] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rkvenc-supply property in node /power-management@fdd90000/power-controller failed
|
256
|
[ 1.154371] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rkvdec-supply from device tree
|
257
|
[ 1.154382] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rkvdec-supply property in node /power-management@fdd90000/power-controller failed
|
258
|
[ 1.154412] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_vi-supply from device tree
|
259
|
[ 1.154438] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_vi-supply property in node /power-management@fdd90000/power-controller failed
|
260
|
[ 1.155862] jerry think sdemmc_pin request is:0
|
261
|
[ 1.155887] jerry think the sdemmc value is:117
|
262
|
[ 1.155919] jerry think fan_pin request is:0
|
263
|
[ 1.155934] jerry think the sdemmc value is:154
|
264
|
[ 1.155949] jerry sdemmc gpio is error:-1
|
265
|
[ 1.155963] jerry sdemmc gpio is error:-1
|
266
|
[ 1.155972] jerry probe is successl
|
267
|
[ 1.156038] module init error *************************
|
268
|
[ 1.156090] Advanced Linux Sound Architecture Driver Initialized.
|
269
|
[ 1.156458] Bluetooth: Core ver 2.22
|
270
|
[ 1.156501] NET: Registered protocol family 31
|
271
|
[ 1.156514] Bluetooth: HCI device and connection manager initialized
|
272
|
[ 1.156532] Bluetooth: HCI socket layer initialized
|
273
|
[ 1.156546] Bluetooth: L2CAP socket layer initialized
|
274
|
[ 1.156577] Bluetooth: SCO socket layer initialized
|
275
|
[ 1.157949] rockchip-cpuinfo cpuinfo: SoC : 35682000
|
276
|
[ 1.157977] rockchip-cpuinfo cpuinfo: Serial : bbf8d8db79b9bdf3
|
277
|
[ 1.158869] clocksource: Switched to clocksource arch_sys_counter
|
278
|
[ 1.220355] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
|
279
|
[ 1.220623] NET: Registered protocol family 2
|
280
|
[ 1.220822] IP idents hash table entries: 65536 (order: 7, 524288 bytes)
|
281
|
[ 1.222001] tcp_listen_portaddr_hash hash table entries: 2048 (order: 4, 81920 bytes)
|
282
|
[ 1.222081] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
|
283
|
[ 1.222293] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes)
|
284
|
[ 1.222949] TCP: Hash tables configured (established 32768 bind 32768)
|
285
|
[ 1.223072] UDP hash table entries: 2048 (order: 5, 196608 bytes)
|
286
|
[ 1.223228] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes)
|
287
|
[ 1.223483] NET: Registered protocol family 1
|
288
|
[ 1.223891] RPC: Registered named UNIX socket transport module.
|
289
|
[ 1.223907] RPC: Registered udp transport module.
|
290
|
[ 1.223918] RPC: Registered tcp transport module.
|
291
|
[ 1.223928] RPC: Registered tcp NFSv4.1 backchannel transport module.
|
292
|
[ 1.224445] PCI: CLS 0 bytes, default 64
|
293
|
[ 1.225961] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
|
294
|
[ 1.227535] Initialise system trusted keyrings
|
295
|
[ 1.227703] workingset: timestamp_bits=61 max_order=20 bucket_order=0
|
296
|
[ 1.232366] squashfs: version 4.0 (2009/01/31) Phillip Lougher
|
297
|
[ 1.233049] NFS: Registering the id_resolver key type
|
298
|
[ 1.233087] Key type id_resolver registered
|
299
|
[ 1.233095] Key type id_legacy registered
|
300
|
[ 1.233122] ntfs: driver 2.1.32 [Flags: R/O].
|
301
|
[ 1.233274] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
|
302
|
[ 1.233579] fuse init (API version 7.27)
|
303
|
[ 1.233887] SGI XFS with security attributes, no debug enabled
|
304
|
[ 1.235927] NET: Registered protocol family 38
|
305
|
[ 1.235961] Key type asymmetric registered
|
306
|
[ 1.235975] Asymmetric key parser 'x509' registered
|
307
|
[ 1.236020] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
|
308
|
[ 1.236141] io scheduler noop registered
|
309
|
[ 1.236154] io scheduler deadline registered
|
310
|
[ 1.236260] io scheduler cfq registered (default)
|
311
|
[ 1.236269] io scheduler mq-deadline registered
|
312
|
[ 1.236285] io scheduler kyber registered
|
313
|
[ 1.237176] rockchip-csi2-dphy csi2-dphy0: csi2 dphy0 probe successfully!
|
314
|
[ 1.237318] rockchip-csi2-dphy-hw fe870000.csi2-dphy-hw: csi2 dphy hw probe successfully!
|
315
|
[ 1.239191] phy phy-fe8a0000.usb2-phy.0: Looking up phy-supply from device tree
|
316
|
[ 1.239207] vcc5v0_host: could not add device link phy-fe8a0000.usb2-phy.0 err -2
|
317
|
[ 1.239258] phy phy-fe8a0000.usb2-phy.0: Linked as a consumer to regulator.5
|
318
|
[ 1.239359] phy phy-fe8a0000.usb2-phy.1: Looking up phy-supply from device tree
|
319
|
[ 1.239366] phy phy-fe8a0000.usb2-phy.1: Looking up phy-supply property in node /usb2-phy@fe8a0000/otg-port failed
|
320
|
[ 1.239437] phy phy-fe8a0000.usb2-phy.1: Looking up vbus-supply from device tree
|
321
|
[ 1.239485] phy phy-fe8a0000.usb2-phy.1: Linked as a consumer to regulator.6
|
322
|
[ 1.240753] extcon extcon1: failed to create extcon usb2-phy link
|
323
|
[ 1.240811] phy phy-fe8b0000.usb2-phy.2: Looking up phy-supply from device tree
|
324
|
[ 1.240824] vcc5v0_host: could not add device link phy-fe8b0000.usb2-phy.2 err -2
|
325
|
[ 1.240857] phy phy-fe8b0000.usb2-phy.2: Linked as a consumer to regulator.5
|
326
|
[ 1.240940] phy phy-fe8b0000.usb2-phy.3: Looking up phy-supply from device tree
|
327
|
[ 1.240950] vcc5v0_host: could not add device link phy-fe8b0000.usb2-phy.3 err -2
|
328
|
[ 1.240991] phy phy-fe8b0000.usb2-phy.3: Linked as a consumer to regulator.5
|
329
|
[ 1.241070] phy phy-fe8b0000.usb2-phy.3: Looking up vbus-supply from device tree
|
330
|
[ 1.241077] phy phy-fe8b0000.usb2-phy.3: Looking up vbus-supply property in node /usb2-phy@fe8b0000/otg-port failed
|
331
|
[ 1.241097] phy phy-fe8b0000.usb2-phy.3: No vbus specified for otg port
|
332
|
[ 1.242572] ztl test v probe start!
|
333
|
[ 1.242707] phy phy-fe850000.video-phy.4: Looking up phy-supply from device tree
|
334
|
[ 1.242715] phy phy-fe850000.video-phy.4: Looking up phy-supply property in node /video-phy@fe850000 failed
|
335
|
[ 1.243146] ztl test v probe end!
|
336
|
[ 1.244270] phy phy-fe820000.phy.5: Looking up phy-supply from device tree
|
337
|
[ 1.244279] phy phy-fe820000.phy.5: Looking up phy-supply property in node /phy@fe820000 failed
|
338
|
[ 1.244644] phy phy-fe830000.phy.6: Looking up phy-supply from device tree
|
339
|
[ 1.244651] phy phy-fe830000.phy.6: Looking up phy-supply property in node /phy@fe830000 failed
|
340
|
[ 1.244957] phy phy-fe840000.phy.7: Looking up phy-supply from device tree
|
341
|
[ 1.244965] phy phy-fe840000.phy.7: Looking up phy-supply property in node /phy@fe840000 failed
|
342
|
[ 1.247702] pwm-backlight backlight: Looking up power-supply from device tree
|
343
|
[ 1.247712] pwm-backlight backlight: Looking up power-supply property in node /backlight failed
|
344
|
[ 1.247729] pwm-backlight backlight: backlight supply power not found, using dummy regulator
|
345
|
[ 1.247808] pwm-backlight backlight: Linked as a consumer to regulator.0
|
346
|
[ 1.248049] mpp_service mpp-srv: 7d00153560b9 author: mark83136 2022-05-20 new kernel
|
347
|
[ 1.248067] mpp_service mpp-srv: probe start
|
348
|
[ 1.248759] iommu: Adding device fdf40000.rkvenc to group 5
|
349
|
[ 1.248784] mpp_rkvenc fdf40000.rkvenc: Linked as a consumer to fdf40f00.iommu
|
350
|
[ 1.248992] mpp_rkvenc fdf40000.rkvenc: probing start
|
351
|
[ 1.249386] mpp_rkvenc fdf40000.rkvenc: Looking up venc-supply from device tree
|
352
|
[ 1.249396] mpp_rkvenc fdf40000.rkvenc: Looking up venc-supply property in node /rkvenc@fdf40000 failed
|
353
|
[ 1.249415] mpp_rkvenc fdf40000.rkvenc: no regulator, devfreq is disabled
|
354
|
[ 1.249681] mpp_rkvenc fdf40000.rkvenc: probing finish
|
355
|
[ 1.250542] iommu: Adding device fdea0400.vdpu to group 1
|
356
|
[ 1.250575] mpp_vdpu2 fdea0400.vdpu: Linked as a consumer to fdea0800.iommu
|
357
|
[ 1.250714] mpp_vdpu2 fdea0400.vdpu: probe device
|
358
|
[ 1.251178] mpp_vdpu2 fdea0400.vdpu: probing finish
|
359
|
[ 1.251648] iommu: Adding device fdee0000.vepu to group 3
|
360
|
[ 1.251674] mpp_vepu2 fdee0000.vepu: Linked as a consumer to fdee0800.iommu
|
361
|
[ 1.251829] mpp_vepu2 fdee0000.vepu: probe device
|
362
|
[ 1.252275] mpp_vepu2 fdee0000.vepu: probing finish
|
363
|
[ 1.252736] iommu: Adding device fdef0000.iep to group 4
|
364
|
[ 1.252768] mpp-iep2 fdef0000.iep: Linked as a consumer to fdef0800.iommu
|
365
|
[ 1.252886] mpp-iep2 fdef0000.iep: probe device
|
366
|
[ 1.253274] mpp-iep2 fdef0000.iep: allocate roi buffer failed
|
367
|
[ 1.253419] mpp-iep2 fdef0000.iep: probing finish
|
368
|
[ 1.253848] iommu: Adding device fded0000.jpegd to group 2
|
369
|
[ 1.253883] mpp_jpgdec fded0000.jpegd: Linked as a consumer to fded0480.iommu
|
370
|
[ 1.253994] mpp_jpgdec fded0000.jpegd: probe device
|
371
|
[ 1.254445] mpp_jpgdec fded0000.jpegd: probing finish
|
372
|
[ 1.254906] iommu: Adding device fdf80200.rkvdec to group 6
|
373
|
[ 1.254936] mpp_rkvdec2 fdf80200.rkvdec: Linked as a consumer to fdf80800.iommu
|
374
|
[ 1.255119] mpp_rkvdec2 fdf80200.rkvdec: probing start
|
375
|
[ 1.255244] mpp_rkvdec2 fdf80200.rkvdec: 16 task capacity link mode detected
|
376
|
[ 1.255519] mpp_rkvdec2 fdf80200.rkvdec: shared_niu_a is not found!
|
377
|
[ 1.255577] rkvdec2_init:661: No niu aclk reset resource define
|
378
|
[ 1.255593] mpp_rkvdec2 fdf80200.rkvdec: shared_niu_h is not found!
|
379
|
[ 1.255604] rkvdec2_init:664: No niu hclk reset resource define
|
380
|
[ 1.255755] mpp_rkvdec2 fdf80200.rkvdec: sram_start 0x00000000fdcc0000
|
381
|
[ 1.255773] mpp_rkvdec2 fdf80200.rkvdec: rcb_iova 0x0000000010000000
|
382
|
[ 1.255785] mpp_rkvdec2 fdf80200.rkvdec: sram_size 45056
|
383
|
[ 1.255796] mpp_rkvdec2 fdf80200.rkvdec: rcb_size 65536
|
384
|
[ 1.255808] mpp_rkvdec2 fdf80200.rkvdec: min_width 512
|
385
|
[ 1.255855] mpp_rkvdec2 fdf80200.rkvdec: link mode probe finish
|
386
|
[ 1.255920] mpp_rkvdec2 fdf80200.rkvdec: probing finish
|
387
|
[ 1.256205] mpp_service mpp-srv: probe success
|
388
|
[ 1.259600] dma-pl330 fe530000.dmac: Loaded driver for PL330 DMAC-241330
|
389
|
[ 1.259618] dma-pl330 fe530000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
|
390
|
[ 1.261338] dma-pl330 fe550000.dmac: Loaded driver for PL330 DMAC-241330
|
391
|
[ 1.261361] dma-pl330 fe550000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
|
392
|
[ 1.262414] rockchip-system-monitor rockchip-system-monitor: system monitor probe
|
393
|
[ 1.263256] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
|
394
|
[ 1.263929] fe670000.serial: ttyS3 at MMIO 0xfe670000 (irq = 58, base_baud = 1500000) is a 16550A
|
395
|
[ 1.263949] ztl ready to ttyS3 rename to ttyS1 !
|
396
|
[ 1.264349] fe680000.serial: ttyS4 at MMIO 0xfe680000 (irq = 59, base_baud = 1500000) is a 16550A
|
397
|
[ 1.264370] ztl ready to ttyS4 rename to ttyS3 !
|
398
|
[ 1.264722] fe690000.serial: ttyS5 at MMIO 0xfe690000 (irq = 60, base_baud = 1500000) is a 16550A
|
399
|
[ 1.264743] ztl ready to ttyS5 rename to ttyS4 !
|
400
|
[ 1.265113] fe6c0000.serial: ttyS8 at MMIO 0xfe6c0000 (irq = 61, base_baud = 1500000) is a 16550A
|
401
|
[ 1.267404] random: fast init done
|
402
|
[ 1.267678] iommu: Adding device fe040000.vop to group 8
|
403
|
[ 1.267699] random: crng init done
|
404
|
[ 1.267718] rockchip-vop2 fe040000.vop: Linked as a consumer to fe043e00.iommu
|
405
|
[ 1.271545] rockchip-drm display-subsystem: Linked as a consumer to fe040000.vop
|
406
|
[ 1.272466] rockchip-drm display-subsystem: Linked as a consumer to fe0a0000.hdmi
|
407
|
[ 1.272818] rockchip-drm display-subsystem: Linked as a consumer to fe060000.dsi
|
408
|
[ 1.273873] rockchip-drm display-subsystem: defer getting devfreq
|
409
|
[ 1.274125] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x2a, primary plane phy id: 5
|
410
|
[ 1.274149] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp1 assign plane mask: 0x15, primary plane phy id: 4
|
411
|
[ 1.274166] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x0, primary plane phy id: -1
|
412
|
[ 1.274610] [drm] unsupported AFBC format[3432564e]
|
413
|
[ 1.274878] rockchip-drm display-subsystem: bound fe040000.vop (ops 0xffffff80090d6458)
|
414
|
[ 1.275068] dwhdmi-rockchip fe0a0000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
|
415
|
[ 1.275621] dwhdmi-rockchip fe0a0000.hdmi: registered DesignWare HDMI I2C bus driver
|
416
|
[ 1.276095] rockchip-drm display-subsystem: bound fe0a0000.hdmi (ops 0xffffff80090d9f70)
|
417
|
[ 1.276137] dw-mipi-dsi fe060000.dsi: [drm:dw_mipi_dsi_bind] *ERROR* Failed to find panel or bridge: -517
|
418
|
[ 1.280533] panel-simple-dsi fe060000.dsi.0: Looking up power-supply from device tree
|
419
|
[ 1.280610] panel-simple-dsi fe060000.dsi.0: Linked as a consumer to regulator.7
|
420
|
[ 1.280634] panel-simple-dsi fe060000.dsi.0: Looking up vsp-supply from device tree
|
421
|
[ 1.280647] panel-simple-dsi fe060000.dsi.0: Looking up vsp-supply property in node /dsi@fe060000/dsi0-panel@0 failed
|
422
|
[ 1.280666] panel-simple-dsi fe060000.dsi.0: fe060000.dsi.0 supply vsp not found, using dummy regulator
|
423
|
[ 1.280716] panel-simple-dsi fe060000.dsi.0: Linked as a consumer to regulator.0
|
424
|
[ 1.280732] panel-simple-dsi fe060000.dsi.0: Looking up vsn-supply from device tree
|
425
|
[ 1.280742] panel-simple-dsi fe060000.dsi.0: Looking up vsn-supply property in node /dsi@fe060000/dsi0-panel@0 failed
|
426
|
[ 1.280754] panel-simple-dsi fe060000.dsi.0: fe060000.dsi.0 supply vsn not found, using dummy regulator
|
427
|
[ 1.281758] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_gpu-supply from device tree
|
428
|
[ 1.281773] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_gpu-supply property in node /power-management@fdd90000/power-controller failed
|
429
|
[ 1.281816] mali fde60000.gpu: Kernel DDK version g7p1-01bet0
|
430
|
[ 1.281904] mali fde60000.gpu: Looking up mali-supply from device tree
|
431
|
[ 1.281932] mali fde60000.gpu: Device initialization Deferred
|
432
|
[ 1.282024] cacheinfo: Unable to detect cache hierarchy for CPU 0
|
433
|
[ 1.282706] brd: module loaded
|
434
|
[ 1.288131] loop: module loaded
|
435
|
[ 1.288487] zram: Added device: zram0
|
436
|
[ 1.288583] lkdtm: No crash points registered, enable through debugfs
|
437
|
[ 1.289668] ahci fc800000.sata: Looking up target-supply from device tree
|
438
|
[ 1.289679] ahci fc800000.sata: Looking up target-supply property in node /sata@fc800000 failed
|
439
|
[ 1.289777] ahci fc800000.sata: forcing port_map 0x0 -> 0x1
|
440
|
[ 1.289832] ahci fc800000.sata: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl platform mode
|
441
|
[ 1.289850] ahci fc800000.sata: flags: ncq sntf pm led clo only pmp fbs pio slum part ccc apst
|
442
|
[ 1.289871] ahci fc800000.sata: port 0 is not capable of FBS
|
443
|
[ 1.290552] scsi host0: ahci
|
444
|
[ 1.290840] ata1: SATA max UDMA/133 mmio [mem 0xfc800000-0xfc800fff] port 0x100 irq 11
|
445
|
[ 1.292723] tun: Universal TUN/TAP device driver, 1.6
|
446
|
[ 1.292895] vcan: Virtual CAN interface driver
|
447
|
[ 1.292913] CAN device driver interface
|
448
|
[ 1.294367] rk_gmac-dwmac fe2a0000.ethernet: Looking up phy-supply from device tree
|
449
|
[ 1.294382] rk_gmac-dwmac fe2a0000.ethernet: Looking up phy-supply property in node /ethernet@fe2a0000 failed
|
450
|
[ 1.294403] rk_gmac-dwmac fe2a0000.ethernet: no regulator found
|
451
|
[ 1.294429] rk_gmac-dwmac fe2a0000.ethernet: clock input or output? (output).
|
452
|
[ 1.294443] rk_gmac-dwmac fe2a0000.ethernet: Can not read property: tx_delay.
|
453
|
[ 1.294455] rk_gmac-dwmac fe2a0000.ethernet: set tx_delay to 0xffffffff
|
454
|
[ 1.294466] rk_gmac-dwmac fe2a0000.ethernet: Can not read property: rx_delay.
|
455
|
[ 1.294477] rk_gmac-dwmac fe2a0000.ethernet: set rx_delay to 0xffffffff
|
456
|
[ 1.294492] rk_gmac-dwmac fe2a0000.ethernet: integrated PHY? (no).
|
457
|
[ 1.294526] rk_gmac-dwmac fe2a0000.ethernet: cannot get clock clk_mac_ref
|
458
|
[ 1.299568] rk_gmac-dwmac fe2a0000.ethernet: init for RMII
|
459
|
[ 1.299803] rk_gmac-dwmac fe2a0000.ethernet: User ID: 0x30, Synopsys ID: 0x51
|
460
|
[ 1.299821] rk_gmac-dwmac fe2a0000.ethernet: DWMAC4/5
|
461
|
[ 1.299836] rk_gmac-dwmac fe2a0000.ethernet: DMA HW capability register supported
|
462
|
[ 1.299847] rk_gmac-dwmac fe2a0000.ethernet: RX Checksum Offload Engine supported
|
463
|
[ 1.299858] rk_gmac-dwmac fe2a0000.ethernet: TX Checksum insertion supported
|
464
|
[ 1.299868] rk_gmac-dwmac fe2a0000.ethernet: Wake-Up On Lan supported
|
465
|
[ 1.299910] rk_gmac-dwmac fe2a0000.ethernet: TSO supported
|
466
|
[ 1.299923] rk_gmac-dwmac fe2a0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
|
467
|
[ 1.299937] ztl use cpuid generate mac address:5a:39:b2:39:65:64
|
468
|
[ 1.299948] rk_gmac-dwmac fe2a0000.ethernet: device MAC address 5a:39:b2:39:65:64
|
469
|
[ 1.299960] rk_gmac-dwmac fe2a0000.ethernet: TSO feature enabled
|
470
|
[ 1.434184] usbcore: registered new interface driver rndis_wlan
|
471
|
[ 1.434250] usbcore: registered new interface driver rtl8150
|
472
|
[ 1.434295] usbcore: registered new interface driver r8152
|
473
|
[ 1.434338] usbcore: registered new interface driver asix
|
474
|
[ 1.434390] usbcore: registered new interface driver ax88179_178a
|
475
|
[ 1.434436] usbcore: registered new interface driver cdc_ether
|
476
|
[ 1.434479] usbcore: registered new interface driver rndis_host
|
477
|
[ 1.434531] usbcore: registered new interface driver cdc_ncm
|
478
|
[ 1.434579] usbcore: registered new interface driver qmi_wwan_q
|
479
|
[ 1.434622] usbcore: registered new interface driver qmi_wwan
|
480
|
[ 1.434664] usbcore: registered new interface driver cdc_mbim
|
481
|
[ 1.435745] dwc3 fcc00000.dwc3: Failed to get clk 'ref': -2
|
482
|
[ 1.438831] dwc3 fd000000.dwc3: Failed to get clk 'ref': -2
|
483
|
[ 1.442880] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
|
484
|
[ 1.442909] ehci-pci: EHCI PCI platform driver
|
485
|
[ 1.442980] ehci-platform: EHCI generic platform driver
|
486
|
[ 1.445271] ehci-platform fd800000.usb: EHCI Host Controller
|
487
|
[ 1.445422] ehci-platform fd800000.usb: new USB bus registered, assigned bus number 1
|
488
|
[ 1.445650] ehci-platform fd800000.usb: irq 12, io mem 0xfd800000
|
489
|
[ 1.458893] ehci-platform fd800000.usb: USB 2.0 started, EHCI 1.00
|
490
|
[ 1.459097] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
|
491
|
[ 1.459114] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
|
492
|
[ 1.459133] usb usb1: Product: EHCI Host Controller
|
493
|
[ 1.459145] usb usb1: Manufacturer: Linux 4.19.232 ehci_hcd
|
494
|
[ 1.459155] usb usb1: SerialNumber: fd800000.usb
|
495
|
[ 1.459536] hub 1-0:1.0: USB hub found
|
496
|
[ 1.459582] hub 1-0:1.0: 1 port detected
|
497
|
[ 1.462051] ehci-platform fd880000.usb: EHCI Host Controller
|
498
|
[ 1.462221] ehci-platform fd880000.usb: new USB bus registered, assigned bus number 2
|
499
|
[ 1.462420] ehci-platform fd880000.usb: irq 14, io mem 0xfd880000
|
500
|
[ 1.475560] ehci-platform fd880000.usb: USB 2.0 started, EHCI 1.00
|
501
|
[ 1.475742] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
|
502
|
[ 1.475759] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
|
503
|
[ 1.475774] usb usb2: Product: EHCI Host Controller
|
504
|
[ 1.475785] usb usb2: Manufacturer: Linux 4.19.232 ehci_hcd
|
505
|
[ 1.475796] usb usb2: SerialNumber: fd880000.usb
|
506
|
[ 1.476151] hub 2-0:1.0: USB hub found
|
507
|
[ 1.476191] hub 2-0:1.0: 1 port detected
|
508
|
[ 1.476841] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
|
509
|
[ 1.476880] ohci-platform: OHCI generic platform driver
|
510
|
[ 1.477087] ohci-platform fd840000.usb: Generic Platform OHCI controller
|
511
|
[ 1.477240] ohci-platform fd840000.usb: new USB bus registered, assigned bus number 3
|
512
|
[ 1.477391] ohci-platform fd840000.usb: irq 13, io mem 0xfd840000
|
513
|
[ 1.536366] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
|
514
|
[ 1.536384] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
|
515
|
[ 1.536392] usb usb3: Product: Generic Platform OHCI controller
|
516
|
[ 1.536400] usb usb3: Manufacturer: Linux 4.19.232 ohci_hcd
|
517
|
[ 1.536406] usb usb3: SerialNumber: fd840000.usb
|
518
|
[ 1.536758] hub 3-0:1.0: USB hub found
|
519
|
[ 1.536799] hub 3-0:1.0: 1 port detected
|
520
|
[ 1.537222] ohci-platform fd8c0000.usb: Generic Platform OHCI controller
|
521
|
[ 1.537374] ohci-platform fd8c0000.usb: new USB bus registered, assigned bus number 4
|
522
|
[ 1.537525] ohci-platform fd8c0000.usb: irq 15, io mem 0xfd8c0000
|
523
|
[ 1.596368] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
|
524
|
[ 1.596385] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
|
525
|
[ 1.596394] usb usb4: Product: Generic Platform OHCI controller
|
526
|
[ 1.596402] usb usb4: Manufacturer: Linux 4.19.232 ohci_hcd
|
527
|
[ 1.596408] usb usb4: SerialNumber: fd8c0000.usb
|
528
|
[ 1.596751] hub 4-0:1.0: USB hub found
|
529
|
[ 1.596791] hub 4-0:1.0: 1 port detected
|
530
|
[ 1.598137] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
|
531
|
[ 1.598299] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 5
|
532
|
[ 1.598615] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000011002010010
|
533
|
[ 1.598667] xhci-hcd xhci-hcd.0.auto: irq 74, io mem 0xfcc00000
|
534
|
[ 1.598955] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
|
535
|
[ 1.598972] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
|
536
|
[ 1.598986] usb usb5: Product: xHCI Host Controller
|
537
|
[ 1.598997] usb usb5: Manufacturer: Linux 4.19.232 xhci-hcd
|
538
|
[ 1.599008] usb usb5: SerialNumber: xhci-hcd.0.auto
|
539
|
[ 1.599369] hub 5-0:1.0: USB hub found
|
540
|
[ 1.599412] hub 5-0:1.0: 1 port detected
|
541
|
[ 1.599699] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
|
542
|
[ 1.599860] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 6
|
543
|
[ 1.599884] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
|
544
|
[ 1.599954] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
|
545
|
[ 1.600075] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
|
546
|
[ 1.600090] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
|
547
|
[ 1.600104] usb usb6: Product: xHCI Host Controller
|
548
|
[ 1.600115] usb usb6: Manufacturer: Linux 4.19.232 xhci-hcd
|
549
|
[ 1.600126] usb usb6: SerialNumber: xhci-hcd.0.auto
|
550
|
[ 1.600472] hub 6-0:1.0: USB hub found
|
551
|
[ 1.600512] hub 6-0:1.0: 1 port detected
|
552
|
[ 1.600927] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
|
553
|
[ 1.601081] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 7
|
554
|
[ 1.601398] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000011002010010
|
555
|
[ 1.601456] xhci-hcd xhci-hcd.1.auto: irq 75, io mem 0xfd000000
|
556
|
[ 1.601703] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
|
557
|
[ 1.601720] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
|
558
|
[ 1.601733] usb usb7: Product: xHCI Host Controller
|
559
|
[ 1.601744] usb usb7: Manufacturer: Linux 4.19.232 xhci-hcd
|
560
|
[ 1.601755] usb usb7: SerialNumber: xhci-hcd.1.auto
|
561
|
[ 1.601955] ata1: SATA link down (SStatus 0 SControl 300)
|
562
|
[ 1.602131] hub 7-0:1.0: USB hub found
|
563
|
[ 1.602178] hub 7-0:1.0: 1 port detected
|
564
|
[ 1.602479] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
|
565
|
[ 1.602633] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 8
|
566
|
[ 1.602651] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
|
567
|
[ 1.602715] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
|
568
|
[ 1.602831] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
|
569
|
[ 1.602848] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
|
570
|
[ 1.602860] usb usb8: Product: xHCI Host Controller
|
571
|
[ 1.602871] usb usb8: Manufacturer: Linux 4.19.232 xhci-hcd
|
572
|
[ 1.602882] usb usb8: SerialNumber: xhci-hcd.1.auto
|
573
|
[ 1.603230] hub 8-0:1.0: USB hub found
|
574
|
[ 1.603268] hub 8-0:1.0: 1 port detected
|
575
|
[ 1.603683] usbcore: registered new interface driver cdc_acm
|
576
|
[ 1.603698] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
|
577
|
[ 1.603752] usbcore: registered new interface driver cdc_wdm
|
578
|
[ 1.603968] usbcore: registered new interface driver uas
|
579
|
[ 1.604110] usbcore: registered new interface driver usb-storage
|
580
|
[ 1.604197] usbcore: registered new interface driver usbserial_generic
|
581
|
[ 1.604230] usbserial: USB Serial support registered for generic
|
582
|
[ 1.604283] usbcore: registered new interface driver ch341
|
583
|
[ 1.604312] usbserial: USB Serial support registered for ch341-uart
|
584
|
[ 1.604362] usbcore: registered new interface driver cp210x
|
585
|
[ 1.604392] usbserial: USB Serial support registered for cp210x
|
586
|
[ 1.604487] usbcore: registered new interface driver ftdi_sio
|
587
|
[ 1.604521] usbserial: USB Serial support registered for FTDI USB Serial Device
|
588
|
[ 1.604752] usbcore: registered new interface driver keyspan
|
589
|
[ 1.604783] usbserial: USB Serial support registered for Keyspan - (without firmware)
|
590
|
[ 1.604812] usbserial: USB Serial support registered for Keyspan 1 port adapter
|
591
|
[ 1.604834] usbserial: USB Serial support registered for Keyspan 2 port adapter
|
592
|
[ 1.604864] usbserial: USB Serial support registered for Keyspan 4 port adapter
|
593
|
[ 1.604920] usbcore: registered new interface driver option
|
594
|
[ 1.604950] usbserial: USB Serial support registered for GSM modem (1-port)
|
595
|
[ 1.605280] usbcore: registered new interface driver oti6858
|
596
|
[ 1.605305] usbserial: USB Serial support registered for oti6858
|
597
|
[ 1.605357] usbcore: registered new interface driver pl2303
|
598
|
[ 1.605386] usbserial: USB Serial support registered for pl2303
|
599
|
[ 1.605452] usbcore: registered new interface driver qcserial
|
600
|
[ 1.605483] usbserial: USB Serial support registered for Qualcomm USB modem
|
601
|
[ 1.605587] usbcore: registered new interface driver sierra
|
602
|
[ 1.605619] usbserial: USB Serial support registered for Sierra USB modem
|
603
|
[ 1.606922] usbcore: registered new interface driver usbtouchscreen
|
604
|
[ 1.606982] cyttsp5_loader_init: Parade TTSP FW Loader Driver (Built TTDA.03.08.874312) rc=0
|
605
|
[ 1.606992] cyttsp5_device_access_init: Parade TTSP Device Access Driver (Built TTDA.03.08.874312) rc=0
|
606
|
[ 1.607260] .. rk pwm remotectl v2.0 init
|
607
|
[ 1.607501] input: fe6e0030.pwm as /devices/platform/fe6e0030.pwm/input/input0
|
608
|
[ 1.607789] remotectl-pwm fe6e0030.pwm: pwm version is 0x2130000
|
609
|
[ 1.607813] remotectl-pwm fe6e0030.pwm: cannot find PWR IRQ
|
610
|
[ 1.607827] remotectl-pwm fe6e0030.pwm: pwm sip wakeup config error!!
|
611
|
[ 1.607839] remotectl-pwm fe6e0030.pwm: Donot support ATF Wakeup
|
612
|
[ 1.608234] i2c /dev entries driver
|
613
|
[ 1.609936] fan53555-regulator 0-001c: FAN53555 Option[12] Rev[15] Detected!
|
614
|
[ 1.610427] vdd_cpu: override max_uV, 1390000 -> 1387500
|
615
|
[ 1.612916] fan53555-regulator 0-001c: Looking up vin-supply from device tree
|
616
|
[ 1.612927] vdd_cpu: supplied by vcc5v0_sys
|
617
|
[ 1.612946] vcc5v0_sys: could not add device link regulator.19 err -2
|
618
|
[ 1.615700] vdd_cpu: 712 <--> 1387 mV at 900 mV
|
619
|
[ 1.617084] ztl test rk808 probe!
|
620
|
[ 1.618014] rk808 0-0020: chip id: 0x8090
|
621
|
[ 1.618048] rk808 0-0020: No cache defaults, reading back from HW
|
622
|
[ 1.641723] rk808 0-0020: source: on=0x40, off=0x00
|
623
|
[ 1.641745] rk808 0-0020: support dcdc3 fb mode:-22, 63
|
624
|
[ 1.641760] rk808 0-0020: support pmic reset mode:0,1
|
625
|
[ 1.647320] rk808-regulator rk808-regulator: there is no dvs0 gpio
|
626
|
[ 1.647357] rk808-regulator rk808-regulator: there is no dvs1 gpio
|
627
|
[ 1.647756] rk808 0-0020: Looking up vcc1-supply from device tree
|
628
|
[ 1.647768] vdd_logic: supplied by vcc3v3_sys
|
629
|
[ 1.647788] vcc3v3_sys: could not add device link regulator.20 err -2
|
630
|
[ 1.647833] vdd_logic: 500 <--> 1350 mV at 900 mV
|
631
|
[ 1.648401] rk808 0-0020: Looking up vcc2-supply from device tree
|
632
|
[ 1.648410] vdd_gpu: supplied by vcc3v3_sys
|
633
|
[ 1.648429] vcc3v3_sys: could not add device link regulator.21 err -2
|
634
|
[ 1.648464] vdd_gpu: 500 <--> 1350 mV at 900 mV
|
635
|
[ 1.648666] rk808 0-0020: Looking up vcc3-supply from device tree
|
636
|
[ 1.648675] vcc_ddr: supplied by vcc3v3_sys
|
637
|
[ 1.648693] vcc3v3_sys: could not add device link regulator.22 err -2
|
638
|
[ 1.648721] vcc_ddr: at 500 mV
|
639
|
[ 1.648955] rk808 0-0020: Looking up vcc4-supply from device tree
|
640
|
[ 1.648963] vdd_npu: supplied by vcc3v3_sys
|
641
|
[ 1.648986] vcc3v3_sys: could not add device link regulator.23 err -2
|
642
|
[ 1.649024] vdd_npu: 500 <--> 1350 mV at 900 mV
|
643
|
[ 1.649563] rk808 0-0020: Looking up vcc9-supply from device tree
|
644
|
[ 1.649572] vcc_1v8: supplied by vcc3v3_sys
|
645
|
[ 1.649590] vcc3v3_sys: could not add device link regulator.24 err -2
|
646
|
[ 1.649624] vcc_1v8: 1800 mV
|
647
|
[ 1.649799] rk808 0-0020: Looking up vcc5-supply from device tree
|
648
|
[ 1.649807] vdda0v9_image: supplied by vcc3v3_sys
|
649
|
[ 1.649825] vcc3v3_sys: could not add device link regulator.25 err -2
|
650
|
[ 1.649866] vdda0v9_image: 900 mV
|
651
|
[ 1.650378] rk808 0-0020: Looking up vcc5-supply from device tree
|
652
|
[ 1.650386] vdda_0v9: supplied by vcc3v3_sys
|
653
|
[ 1.650404] vcc3v3_sys: could not add device link regulator.26 err -2
|
654
|
[ 1.650446] vdda_0v9: 900 mV
|
655
|
[ 1.650626] rk808 0-0020: Looking up vcc5-supply from device tree
|
656
|
[ 1.650634] vdda0v9_pmu: supplied by vcc3v3_sys
|
657
|
[ 1.650652] vcc3v3_sys: could not add device link regulator.27 err -2
|
658
|
[ 1.650683] vdda0v9_pmu: 900 mV
|
659
|
[ 1.650866] rk808 0-0020: Looking up vcc6-supply from device tree
|
660
|
[ 1.650875] vccio_acodec: supplied by vcc3v3_sys
|
661
|
[ 1.650892] vcc3v3_sys: could not add device link regulator.28 err -2
|
662
|
[ 1.650922] vccio_acodec: 3300 mV
|
663
|
[ 1.651445] rk808 0-0020: Looking up vcc6-supply from device tree
|
664
|
[ 1.651453] vccio_sd: supplied by vcc3v3_sys
|
665
|
[ 1.651464] vcc3v3_sys: could not add device link regulator.29 err -2
|
666
|
[ 1.651496] vccio_sd: 1800 <--> 3300 mV at 3300 mV
|
667
|
[ 1.651692] rk808 0-0020: Looking up vcc6-supply from device tree
|
668
|
[ 1.651700] vcc3v3_pmu: supplied by vcc3v3_sys
|
669
|
[ 1.651720] vcc3v3_sys: could not add device link regulator.30 err -2
|
670
|
[ 1.651751] vcc3v3_pmu: 3300 mV
|
671
|
[ 1.652288] rk808 0-0020: Looking up vcc7-supply from device tree
|
672
|
[ 1.652296] vcca_1v8: supplied by vcc3v3_sys
|
673
|
[ 1.652314] vcc3v3_sys: could not add device link regulator.31 err -2
|
674
|
[ 1.652345] vcca_1v8: 1800 mV
|
675
|
[ 1.652525] rk808 0-0020: Looking up vcc7-supply from device tree
|
676
|
[ 1.652533] vcca1v8_pmu: supplied by vcc3v3_sys
|
677
|
[ 1.652550] vcc3v3_sys: could not add device link regulator.32 err -2
|
678
|
[ 1.652592] vcca1v8_pmu: 1800 mV
|
679
|
[ 1.652773] rk808 0-0020: Looking up vcc7-supply from device tree
|
680
|
[ 1.652781] vcca1v8_image: supplied by vcc3v3_sys
|
681
|
[ 1.652798] vcc3v3_sys: could not add device link regulator.33 err -2
|
682
|
[ 1.652840] vcca1v8_image: 1800 mV
|
683
|
[ 1.653354] rk808 0-0020: Looking up vcc9-supply from device tree
|
684
|
[ 1.653362] vcc_3v3: supplied by vcc3v3_sys
|
685
|
[ 1.653374] vcc3v3_sys: could not add device link regulator.34 err -2
|
686
|
[ 1.653403] vcc_3v3: at 3300 mV
|
687
|
[ 1.653917] rk808 0-0020: Looking up vcc8-supply from device tree
|
688
|
[ 1.653925] vcc3v3_sd: supplied by vcc3v3_sys
|
689
|
[ 1.653943] vcc3v3_sys: could not add device link regulator.35 err -2
|
690
|
[ 1.653971] vcc3v3_sd: at 3300 mV
|
691
|
[ 1.654269] rk817-battery rk817-battery: Failed to find matching dt id
|
692
|
[ 1.654477] rk817-charger rk817-charger: Failed to find matching dt id
|
693
|
[ 1.657516] input: rk805 pwrkey as /devices/platform/fdd40000.i2c/i2c-0/0-0020/rk805-pwrkey/input/input1
|
694
|
[ 1.658160] ztl test rk808 end!
|
695
|
[ 1.659072] goodix_ts_probe() start
|
696
|
[ 1.659093] Goodix-TS 1-005d: no tp-size defined
|
697
|
[ 1.659104] Goodix-TS 1-005d: Looking up tp-supply from device tree
|
698
|
[ 1.659110] Goodix-TS 1-005d: Looking up tp-supply property in node /i2c@fe5a0000/gt9xx@5d failed
|
699
|
[ 1.659139] Goodix-TS 1-005d: 1-005d supply tp not found, using dummy regulator
|
700
|
[ 1.659198] Goodix-TS 1-005d: Linked as a consumer to regulator.0
|
701
|
[ 1.685581] ztl gt9xx x_y_invert:
|
702
|
[ 1.685595] ztl gt9xx x_reverse:
|
703
|
[ 1.685601] ztl gt9xx y_reverse:
|
704
|
[ 1.725559] usb 2-1: new high-speed USB device number 2 using ehci-platform
|
705
|
[ 1.809634] <<-GTP-ERROR->> I2C Read: 0x8000, 10 bytes failed, errcode: -6! Process reset.
|
706
|
[ 1.852216] usb 7-1: new high-speed USB device number 2 using xhci-hcd
|
707
|
[ 1.872842] usb 2-1: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
|
708
|
[ 1.872859] usb 2-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
|
709
|
[ 1.872867] usb 2-1: Product: USB 2.0 Hub
|
710
|
[ 1.873308] hub 2-1:1.0: USB hub found
|
711
|
[ 1.873467] hub 2-1:1.0: 4 ports detected
|
712
|
[ 1.906301] <<-GTP-ERROR->> I2C Read: 0x8000, 10 bytes failed, errcode: -6! Process reset.
|
713
|
[ 1.994529] usb 7-1: New USB device found, idVendor=2109, idProduct=2813, bcdDevice=90.11
|
714
|
[ 1.994552] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
|
715
|
[ 1.994560] usb 7-1: Product: USB2.0 Hub
|
716
|
[ 1.994567] usb 7-1: Manufacturer: VIA Labs, Inc.
|
717
|
[ 2.002970] <<-GTP-ERROR->> I2C Read: 0x8000, 10 bytes failed, errcode: -6! Process reset.
|
718
|
[ 2.050995] hub 7-1:1.0: USB hub found
|
719
|
[ 2.051815] hub 7-1:1.0: 4 ports detected
|
720
|
[ 2.099623] <<-GTP-ERROR->> I2C Read: 0x8000, 10 bytes failed, errcode: -6! Process reset.
|
721
|
[ 2.156811] usb 8-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd
|
722
|
[ 2.196295] <<-GTP-ERROR->> I2C Read: 0x8000, 10 bytes failed, errcode: -6! Process reset.
|
723
|
[ 2.257130] usb 8-1: New USB device found, idVendor=2109, idProduct=0813, bcdDevice=90.11
|
724
|
[ 2.257148] usb 8-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
|
725
|
[ 2.257156] usb 8-1: Product: USB3.0 Hub
|
726
|
[ 2.257162] usb 8-1: Manufacturer: VIA Labs, Inc.
|
727
|
[ 2.274913] hub 8-1:1.0: USB hub found
|
728
|
[ 2.275067] hub 8-1:1.0: 4 ports detected
|
729
|
[ 2.292967] <<-GTP-ERROR->> I2C Read: 0x8000, 10 bytes failed, errcode: -6! Process reset.
|
730
|
[ 2.358890] usb 7-1.1: new full-speed USB device number 3 using xhci-hcd
|
731
|
[ 2.388884] <<-GTP-ERROR->> I2C read 0x8000, 10 bytes, double check failed!
|
732
|
[ 2.388898] <<-GTP-ERROR->> Failed to get chip-type, set chip type default: GOODIX_GT9
|
733
|
[ 2.389653] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -6! Process reset.
|
734
|
[ 2.461253] usb 7-1.1: New USB device found, idVendor=258a, idProduct=002a, bcdDevice=90.28
|
735
|
[ 2.461271] usb 7-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
|
736
|
[ 2.461279] usb 7-1.1: Product: Gaming KB
|
737
|
[ 2.461286] usb 7-1.1: Manufacturer: SINO WEALTH
|
738
|
[ 2.485551] <<-GTP-ERROR->> GTP i2c test failed time 1.
|
739
|
[ 2.502962] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -6! Process reset.
|
740
|
[ 2.598882] <<-GTP-ERROR->> GTP i2c test failed time 2.
|
741
|
[ 2.615555] usb 7-1.2: new full-speed USB device number 4 using xhci-hcd
|
742
|
[ 2.616300] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -6! Process reset.
|
743
|
[ 2.712215] <<-GTP-ERROR->> GTP i2c test failed time 3.
|
744
|
[ 2.717968] usb 7-1.2: New USB device found, idVendor=046d, idProduct=c246, bcdDevice=70.03
|
745
|
[ 2.717985] usb 7-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
|
746
|
[ 2.717993] usb 7-1.2: Product: G300s Optical Gaming Mouse
|
747
|
[ 2.718000] usb 7-1.2: Manufacturer: Logitech
|
748
|
[ 2.729634] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -6! Process reset.
|
749
|
[ 2.788958] usb 8-1.4: new SuperSpeed Gen 1 USB device number 3 using xhci-hcd
|
750
|
[ 2.806342] usb 8-1.4: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=30.00
|
751
|
[ 2.806360] usb 8-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=6
|
752
|
[ 2.806368] usb 8-1.4: Product: USB 10/100/1000 LAN
|
753
|
[ 2.806375] usb 8-1.4: Manufacturer: Realtek
|
754
|
[ 2.806381] usb 8-1.4: SerialNumber: 000001
|
755
|
[ 2.825552] <<-GTP-ERROR->> GTP i2c test failed time 4.
|
756
|
[ 2.842968] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -6! Process reset.
|
757
|
[ 2.938883] <<-GTP-ERROR->> GTP i2c test failed time 5.
|
758
|
[ 2.955550] <goodix_ts_probe>_2861 I2C communication ERROR!
|
759
|
[ 2.955563] <goodix_ts_probe>_2936 prob error !!!!!!!!!!!!!!!
|
760
|
[ 2.955628] Goodix-TS 1-005d: Dropping the link to regulator.0
|
761
|
[ 2.958276] rtc-hym8563 5-0051: rtc information is valid
|
762
|
[ 2.962864] usb 8-1.4: reset SuperSpeed Gen 1 USB device number 3 using xhci-hcd
|
763
|
[ 2.963632] rtc-hym8563 5-0051: rtc core: registered hym8563 as rtc0
|
764
|
[ 2.964661] rtc-hym8563 5-0051: setting system clock to 2025-09-09 23:04:25 UTC (1757459065)
|
765
|
[ 2.967874] iommu: Adding device fdff0000.rkisp to group 7
|
766
|
[ 2.967909] rkisp_hw fdff0000.rkisp: Linked as a consumer to fdff1a00.iommu
|
767
|
[ 2.968067] rkisp_hw fdff0000.rkisp: is_thunderboot: 0
|
768
|
[ 2.968085] rkisp_hw fdff0000.rkisp: max input:0x0@0fps
|
769
|
[ 2.968112] rkisp_hw fdff0000.rkisp: can't request region for resource [mem 0xfdff0000-0xfdffffff]
|
770
|
[ 2.969105] usbcore: registered new interface driver uvcvideo
|
771
|
[ 2.969121] USB Video Class driver (1.1.1)
|
772
|
[ 2.969257] rockchip-iodomain fdc20000.syscon:io-domains: Looking up pmuio1-supply from device tree
|
773
|
[ 2.969340] rockchip-iodomain fdc20000.syscon:io-domains: Linked as a consumer to regulator.30
|
774
|
[ 2.969378] rockchip-iodomain fdc20000.syscon:io-domains: pmuio1(3300000 uV) supplied by vcc3v3_pmu
|
775
|
[ 2.969405] rockchip-iodomain fdc20000.syscon:io-domains: Looking up pmuio2-supply from device tree
|
776
|
[ 2.969497] rockchip-iodomain fdc20000.syscon:io-domains: pmuio2(3300000 uV) supplied by vcc3v3_pmu
|
777
|
[ 2.969525] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio1-supply from device tree
|
778
|
[ 2.969577] rockchip-iodomain fdc20000.syscon:io-domains: Linked as a consumer to regulator.28
|
779
|
[ 2.969609] rockchip-iodomain fdc20000.syscon:io-domains: vccio1(3300000 uV) supplied by vccio_acodec
|
780
|
[ 2.969630] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio2-supply from device tree
|
781
|
[ 2.969638] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio2-supply property in node /syscon@fdc20000/io-domains failed
|
782
|
[ 2.969667] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio3-supply from device tree
|
783
|
[ 2.969712] rockchip-iodomain fdc20000.syscon:io-domains: Linked as a consumer to regulator.29
|
784
|
[ 2.969744] rockchip-iodomain fdc20000.syscon:io-domains: vccio3(3300000 uV) supplied by vccio_sd
|
785
|
[ 2.969770] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio4-supply from device tree
|
786
|
[ 2.969829] rockchip-iodomain fdc20000.syscon:io-domains: Linked as a consumer to regulator.34
|
787
|
[ 2.969857] rockchip-iodomain fdc20000.syscon:io-domains: vccio4(3300000 uV) supplied by vcc_3v3
|
788
|
[ 2.969897] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio5-supply from device tree
|
789
|
[ 2.969959] rockchip-iodomain fdc20000.syscon:io-domains: vccio5(3300000 uV) supplied by vcc_3v3
|
790
|
[ 2.969986] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio6-supply from device tree
|
791
|
[ 2.970031] rockchip-iodomain fdc20000.syscon:io-domains: Linked as a consumer to regulator.24
|
792
|
[ 2.970063] rockchip-iodomain fdc20000.syscon:io-domains: vccio6(1800000 uV) supplied by vcc_1v8
|
793
|
[ 2.970088] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio7-supply from device tree
|
794
|
[ 2.970171] rockchip-iodomain fdc20000.syscon:io-domains: vccio7(3300000 uV) supplied by vcc_3v3
|
795
|
[ 2.972866] rockchip-thermal fe710000.tsadc: tsadc is probed successfully!
|
796
|
[ 2.973788] Bluetooth: HCI UART driver ver 2.3
|
797
|
[ 2.973806] Bluetooth: HCI UART protocol H4 registered
|
798
|
[ 2.973818] Bluetooth: HCI UART protocol ATH3K registered
|
799
|
[ 2.973906] usbcore: registered new interface driver bfusb
|
800
|
[ 2.973985] usbcore: registered new interface driver btusb
|
801
|
[ 2.974246] cpu cpu0: leakage=25
|
802
|
[ 2.974293] cpu cpu0: pvtm = 88690, from nvmem
|
803
|
[ 2.974312] cpu cpu0: pvtm-volt-sel=1
|
804
|
[ 2.974540] cpu cpu0: Looking up cpu-supply from device tree
|
805
|
[ 2.975072] cpu cpu0: Linked as a consumer to regulator.19
|
806
|
[ 2.975124] cpu cpu0: Dropping the link to regulator.19
|
807
|
[ 2.975205] cpu cpu0: Looking up cpu-supply from device tree
|
808
|
[ 2.975709] cpu cpu0: Linked as a consumer to regulator.19
|
809
|
[ 2.976340] cpu cpu0: avs=0
|
810
|
[ 2.976394] energy_model: pd0: hertz/watts ratio non-monotonically decreasing: em_cap_state 2 >= em_cap_state1
|
811
|
[ 2.976551] energy_model: Created perf domain 0-3
|
812
|
[ 2.976598] cpu cpu0: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
|
813
|
[ 2.980014] cpu cpu0: failed to find power_model node
|
814
|
[ 2.981286] sdhci: Secure Digital Host Controller Interface driver
|
815
|
[ 2.981304] sdhci: Copyright(c) Pierre Ossman
|
816
|
[ 2.981314] Synopsys Designware Multimedia Card Interface Driver
|
817
|
[ 2.982240] dwmmc_rockchip fe000000.dwmmc: IDMAC supports 32-bit address mode.
|
818
|
[ 2.982411] dwmmc_rockchip fe000000.dwmmc: Using internal DMA controller.
|
819
|
[ 2.982431] dwmmc_rockchip fe000000.dwmmc: Version ID is 270a
|
820
|
[ 2.982482] dwmmc_rockchip fe000000.dwmmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
|
821
|
[ 2.982510] dwmmc_rockchip fe000000.dwmmc: Looking up vmmc-supply from device tree
|
822
|
[ 2.982520] dwmmc_rockchip fe000000.dwmmc: Looking up vmmc-supply property in node /dwmmc@fe000000 failed
|
823
|
[ 2.982553] dwmmc_rockchip fe000000.dwmmc: Looking up vqmmc-supply from device tree
|
824
|
[ 2.982559] dwmmc_rockchip fe000000.dwmmc: Looking up vqmmc-supply property in node /dwmmc@fe000000 failed
|
825
|
[ 2.982615] dwmmc_rockchip fe000000.dwmmc: allocated mmc-pwrseq
|
826
|
[ 2.982633] mmc_host mmc3: card is non-removable.
|
827
|
[ 3.015698] r8152 8-1.4:1.0: Direct firmware load for rtl_nic/rtl8153a-4.fw failed with error -2
|
828
|
[ 3.015724] r8152 8-1.4:1.0: unable to load firmware patch rtl_nic/rtl8153a-4.fw (-2)
|
829
|
[ 3.046329] r8152 8-1.4:1.0 eth1: v1.11.11
|
830
|
[ 3.199909] mmc_host mmc3: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
|
831
|
[ 3.213794] dwmmc_rockchip fe2b0000.dwmmc: IDMAC supports 32-bit address mode.
|
832
|
[ 3.214032] dwmmc_rockchip fe2b0000.dwmmc: Using internal DMA controller.
|
833
|
[ 3.214080] dwmmc_rockchip fe2b0000.dwmmc: Version ID is 270a
|
834
|
[ 3.214194] dwmmc_rockchip fe2b0000.dwmmc: DW MMC controller at irq 45,32 bit host data width,256 deep fifo
|
835
|
[ 3.214249] dwmmc_rockchip fe2b0000.dwmmc: Looking up vmmc-supply from device tree
|
836
|
[ 3.214409] dwmmc_rockchip fe2b0000.dwmmc: Linked as a consumer to regulator.35
|
837
|
[ 3.214455] dwmmc_rockchip fe2b0000.dwmmc: Looking up vqmmc-supply from device tree
|
838
|
[ 3.214654] dwmmc_rockchip fe2b0000.dwmmc: Linked as a consumer to regulator.29
|
839
|
[ 3.226105] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
|
840
|
[ 3.234372] mmc3: queuing unknown CIS tuple 0x80 (2 bytes)
|
841
|
[ 3.236484] mmc3: queuing unknown CIS tuple 0x80 (3 bytes)
|
842
|
[ 3.238587] mmc3: queuing unknown CIS tuple 0x80 (3 bytes)
|
843
|
[ 3.239324] sdhci-pltfm: SDHCI platform and OF driver helper
|
844
|
[ 3.240525] sdhci-dwcmshc fe310000.sdhci: Looking up vmmc-supply from device tree
|
845
|
[ 3.240552] sdhci-dwcmshc fe310000.sdhci: Looking up vmmc-supply property in node /sdhci@fe310000 failed
|
846
|
[ 3.240623] sdhci-dwcmshc fe310000.sdhci: Looking up vqmmc-supply from device tree
|
847
|
[ 3.240630] sdhci-dwcmshc fe310000.sdhci: Looking up vqmmc-supply property in node /sdhci@fe310000 failed
|
848
|
[ 3.240654] mmc0: Unknown controller version (5). You may experience problems.
|
849
|
[ 3.242113] mmc3: queuing unknown CIS tuple 0x80 (7 bytes)
|
850
|
[ 3.246299] mmc3: queuing unknown CIS tuple 0x81 (9 bytes)
|
851
|
[ 3.272009] mmc0: SDHCI controller on fe310000.sdhci [fe310000.sdhci] using ADMA
|
852
|
[ 3.272620] leds-gpio: probe of leds failed with error -16
|
853
|
[ 3.273721] cryptodev: driver 1.12 loaded.
|
854
|
[ 3.273792] hidraw: raw HID events driver (C) Jiri Kosina
|
855
|
[ 3.276691] input: SINO WEALTH Gaming KB as /devices/platform/usbhost/fd000000.dwc3/xhci-hcd.1.auto/usb7/7-1/7-1.1/7-1.1:1.0/0003:258A:002A.0001/input/input2
|
856
|
[ 3.304805] mmc0: new HS200 MMC card at address 0001
|
857
|
[ 3.305688] mmcblk0: mmc0:0001 BJTD4R 29.1 GiB
|
858
|
[ 3.306224] mmcblk0boot0: mmc0:0001 BJTD4R partition 1 4.00 MiB
|
859
|
[ 3.306804] mmcblk0boot1: mmc0:0001 BJTD4R partition 2 4.00 MiB
|
860
|
[ 3.307051] mmcblk0rpmb: mmc0:0001 BJTD4R partition 3 4.00 MiB, chardev (238:0)
|
861
|
[ 3.310396] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8
|
862
|
[ 3.333868] hid-generic 0003:258A:002A.0001: input,hidraw0: USB HID v1.11 Keyboard [SINO WEALTH Gaming KB ] on usb-xhci-hcd.1.auto-1.1/input0
|
863
|
[ 3.340869] input: SINO WEALTH Gaming KB System Control as /devices/platform/usbhost/fd000000.dwc3/xhci-hcd.1.auto/usb7/7-1/7-1.1/7-1.1:1.1/0003:258A:002A.0002/input/input3
|
864
|
[ 3.358735] mmc_host mmc3: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
|
865
|
[ 3.367315] mmc3: new high speed SDIO card at address 0001
|
866
|
[ 3.397341] input: SINO WEALTH Gaming KB Consumer Control as /devices/platform/usbhost/fd000000.dwc3/xhci-hcd.1.auto/usb7/7-1/7-1.1/7-1.1:1.1/0003:258A:002A.0002/input/input4
|
867
|
[ 3.398699] input: SINO WEALTH Gaming KB Keyboard as /devices/platform/usbhost/fd000000.dwc3/xhci-hcd.1.auto/usb7/7-1/7-1.1/7-1.1:1.1/0003:258A:002A.0002/input/input5
|
868
|
[ 3.400660] hid-generic 0003:258A:002A.0002: input,hiddev96,hidraw1: USB HID v1.11 Keyboard [SINO WEALTH Gaming KB ] on usb-xhci-hcd.1.auto-1.1/input1
|
869
|
[ 3.404353] input: Logitech G300s Optical Gaming Mouse as /devices/platform/usbhost/fd000000.dwc3/xhci-hcd.1.auto/usb7/7-1/7-1.2/7-1.2:1.0/0003:046D:C246.0003/input/input6
|
870
|
[ 3.459707] hid-generic 0003:046D:C246.0003: input,hidraw2: USB HID v1.10 Mouse [Logitech G300s Optical Gaming Mouse] on usb-xhci-hcd.1.auto-1.2/input0
|
871
|
[ 3.464656] input: Logitech G300s Optical Gaming Mouse Keyboard as /devices/platform/usbhost/fd000000.dwc3/xhci-hcd.1.auto/usb7/7-1/7-1.2/7-1.2:1.1/0003:046D:C246.0004/input/input7
|
872
|
[ 3.520036] input: Logitech G300s Optical Gaming Mouse as /devices/platform/usbhost/fd000000.dwc3/xhci-hcd.1.auto/usb7/7-1/7-1.2/7-1.2:1.1/0003:046D:C246.0004/input/input8
|
873
|
[ 3.521777] hid-generic 0003:046D:C246.0004: input,hiddev97,hidraw3: USB HID v1.10 Keyboard [Logitech G300s Optical Gaming Mouse] on usb-xhci-hcd.1.auto-1.2/input1
|
874
|
[ 3.522168] usbcore: registered new interface driver usbhid
|
875
|
[ 3.522258] usbhid: USB HID core driver
|
876
|
[ 3.523104] rockchip,bus bus-npu: Looking up bus-supply from device tree
|
877
|
[ 3.523304] rockchip,bus bus-npu: Linked as a consumer to regulator.20
|
878
|
[ 3.523372] rockchip,bus bus-npu: Failed to get leakage
|
879
|
[ 3.523542] rockchip,bus bus-npu: pvtm = 88690, from nvmem
|
880
|
[ 3.523600] rockchip,bus bus-npu: pvtm-volt-sel=1
|
881
|
[ 3.524592] rockchip,bus bus-npu: avs=0
|
882
|
[ 3.534904] rockchip-saradc fe720000.saradc: Looking up vref-supply from device tree
|
883
|
[ 3.535143] rockchip-saradc fe720000.saradc: Linked as a consumer to regulator.31
|
884
|
[ 3.538133] optee: probing for conduit method from DT.
|
885
|
[ 3.538230] optee: revision 3.13 (9f2aca7d)
|
886
|
[ 3.539516] optee: initialized driver
|
887
|
[ 3.539569] rksfc_base v1.1 2016-01-08
|
888
|
[ 3.540508] rksfc fe300000.sfc: rksfc_probe clk rate = 99000000
|
889
|
[ 3.540667] rkflash_dev_init enter
|
890
|
[ 3.540703] sfc nor id: 0 0 0
|
891
|
[ 3.540719] rkflash[1] is invalid
|
892
|
[ 3.540723] rkflash_dev_init enter
|
893
|
[ 3.540756] sfc_nand id: 0 0 0
|
894
|
[ 3.540784] rkflash[2] is invalid
|
895
|
[ 3.541273] usbcore: registered new interface driver usb_ch343
|
896
|
[ 3.541321] ch343: USB serial driver for ch342/ch343/ch344/ch347/ch9101/ch9102/ch9103/ch9104, etc.
|
897
|
[ 3.541345] ch343: V1.5 On 2023.03
|
898
|
[ 3.542669] usbcore: registered new interface driver snd-usb-audio
|
899
|
[ 3.546415] rk817-codec rk817-codec: DMA mask not set
|
900
|
[ 3.560370] IPVS: Registered protocols (TCP, UDP)
|
901
|
[ 3.560573] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
|
902
|
[ 3.560844] IPVS: ipvs loaded.
|
903
|
[ 3.560885] IPVS: [rr] scheduler registered.
|
904
|
[ 3.561585] Initializing XFRM netlink socket
|
905
|
[ 3.562293] NET: Registered protocol family 10
|
906
|
[ 3.563742] Segment Routing with IPv6
|
907
|
[ 3.564115] NET: Registered protocol family 17
|
908
|
[ 3.564171] NET: Registered protocol family 15
|
909
|
[ 3.564274] Bridge firewalling registered
|
910
|
[ 3.564301] can: controller area network core (rev 20170425 abi 9)
|
911
|
[ 3.564531] NET: Registered protocol family 29
|
912
|
[ 3.564564] can: raw protocol (rev 20170425)
|
913
|
[ 3.564589] can: broadcast manager protocol (rev 20170425 t)
|
914
|
[ 3.564621] can: netlink gateway (rev 20170425) max_hops=1
|
915
|
[ 3.565098] Bluetooth: RFCOMM socket layer initialized
|
916
|
[ 3.565156] Bluetooth: RFCOMM ver 1.11
|
917
|
[ 3.565192] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
|
918
|
[ 3.565222] Bluetooth: HIDP socket layer initialized
|
919
|
[ 3.565296] [BT_RFKILL]: Enter rfkill_rk_init
|
920
|
[ 3.565321] [WLAN_RFKILL]: Enter rfkill_wlan_init
|
921
|
[ 3.566057] [WLAN_RFKILL]: Enter rfkill_wlan_probe
|
922
|
[ 3.566099] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6212
|
923
|
[ 3.566115] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
|
924
|
[ 3.566127] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
|
925
|
[ 3.566165] [WLAN_RFKILL]: wlan_platdata_parse_dt: WIFI,host_wake_irq = 124, flags = 0.
|
926
|
[ 3.566181] [WLAN_RFKILL]: wlan_platdata_parse_dt: The ref_wifi_clk not found !
|
927
|
[ 3.566192] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
|
928
|
[ 3.566203] [WLAN_RFKILL]: rfkill_set_wifi_bt_power: 1
|
929
|
[ 3.566215] [WLAN_RFKILL]: Exit rfkill_wlan_probe
|
930
|
[ 3.566757] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 73.
|
931
|
[ 3.566789] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 96.
|
932
|
[ 3.566804] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 98.
|
933
|
[ 3.566823] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 97.
|
934
|
[ 3.566891] [BT_RFKILL]: Request irq for bt wakeup host
|
935
|
[ 3.566974] [BT_RFKILL]: ** disable irq
|
936
|
[ 3.567088] [BT_RFKILL]: bt_default device registered.
|
937
|
[ 3.567226] Key type dns_resolver registered
|
938
|
[ 3.567625] flash vendor_init_thread!
|
939
|
[ 3.567641] flash vendor storage:20170308 ret = -1
|
940
|
[ 3.569474] Loading compiled-in X.509 certificates
|
941
|
[ 3.570632] Btrfs loaded, crc32c=crc32c-generic
|
942
|
[ 3.570815] pstore: Using compression: deflate
|
943
|
[ 3.571821] rga2: Driver loaded successfully ver:3.2.63318
|
944
|
[ 3.572223] rga2: Module initialized.
|
945
|
[ 3.584724] vendor storage:20190527 ret = 0
|
946
|
[ 3.597263] rockchip-drm display-subsystem: defer getting devfreq
|
947
|
[ 3.597588] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x2a, primary plane phy id: 5
|
948
|
[ 3.597609] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp1 assign plane mask: 0x15, primary plane phy id: 4
|
949
|
[ 3.597630] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x0, primary plane phy id: -1
|
950
|
[ 3.598286] rockchip-drm display-subsystem: bound fe040000.vop (ops 0xffffff80090d6458)
|
951
|
[ 3.598476] dwhdmi-rockchip fe0a0000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
|
952
|
[ 3.599283] dwhdmi-rockchip fe0a0000.hdmi: registered DesignWare HDMI I2C bus driver
|
953
|
[ 3.600720] rockchip-drm display-subsystem: bound fe0a0000.hdmi (ops 0xffffff80090d9f70)
|
954
|
[ 3.600781] rockchip-drm display-subsystem: bound fe060000.dsi (ops 0xffffff80090db038)
|
955
|
[ 3.600805] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
|
956
|
[ 3.600812] [drm] No driver support for vblank timestamp query.
|
957
|
[ 3.601386] get_framebuffer_by_node: failed to get logo,offset
|
958
|
[ 3.630001] Freeing drm_logo memory: 1384K
|
959
|
[ 3.649710] Console: switching to colour frame buffer device 128x37
|
960
|
[ 3.665114] rockchip-drm display-subsystem: fb0: frame buffer device
|
961
|
[ 3.666121] [drm] Initialized rockchip 2.0.0 20140818 for display-subsystem on minor 0
|
962
|
[ 3.666881] mali fde60000.gpu: Kernel DDK version g7p1-01bet0
|
963
|
[ 3.666924] input: adc-keys as /devices/platform/adc-keys/input/input9
|
964
|
[ 3.667049] mali fde60000.gpu: Looking up mali-supply from device tree
|
965
|
[ 3.667128] mali fde60000.gpu: Linked as a consumer to regulator.21
|
966
|
[ 3.667147] mali fde60000.gpu: Looking up shadercores-supply from device tree
|
967
|
[ 3.667156] mali fde60000.gpu: Looking up shadercores-supply property in node /gpu@fde60000 failed
|
968
|
[ 3.667226] mali fde60000.gpu: Looking up mali-supply from device tree
|
969
|
[ 3.667250] vdd_gpu: could not add device link fde60000.gpu err -17
|
970
|
[ 3.667257] vdd_gpu: Failed to create debugfs directory
|
971
|
[ 3.667267] mali fde60000.gpu: Looking up shadercores-supply from device tree
|
972
|
[ 3.667278] mali fde60000.gpu: Looking up shadercores-supply property in node /gpu@fde60000 failed
|
973
|
[ 3.667301] mali fde60000.gpu: dev_pm_opp_set_regulators: no regulator (shadercores) found: -19
|
974
|
[ 3.667416] mali fde60000.gpu: leakage=7
|
975
|
[ 3.667466] mali fde60000.gpu: pvtm = 88690, from nvmem
|
976
|
[ 3.667487] mali fde60000.gpu: pvtm-volt-sel=1
|
977
|
[ 3.667534] rockchip-dmc dmc: Looking up center-supply from device tree
|
978
|
[ 3.667589] rockchip-dmc dmc: Linked as a consumer to regulator.20
|
979
|
[ 3.667664] mali fde60000.gpu: avs=0
|
980
|
[ 3.667684] rockchip-dmc dmc: leakage=47
|
981
|
[ 3.667691] W : [File] : drivers/gpu/arm/bifrost/platform/rk/mali_kbase_config_rk.c; [Line] : 112; [Func] : kbase_platform_rk_init(); power-off-delay-ms not available.
|
982
|
[ 3.667706] rockchip-dmc dmc: leakage-volt-sel=0
|
983
|
[ 3.667752] rockchip-dmc dmc: pvtm = 88690, from nvmem
|
984
|
[ 3.667775] rockchip-dmc dmc: pvtm-volt-sel=1
|
985
|
[ 3.667916] rockchip-dmc dmc: avs=0
|
986
|
[ 3.667936] rockchip-dmc dmc: current ATF version 0x102
|
987
|
[ 3.668048] mali fde60000.gpu: GPU identified as 0x2 arch 7.4.0 r1p0 status 0
|
988
|
[ 3.668120] mali fde60000.gpu: No priority control manager is configured
|
989
|
[ 3.668131] mali fde60000.gpu: No memory group manager is configured
|
990
|
[ 3.668563] mali fde60000.gpu: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0 h_table=0
|
991
|
[ 3.668628] rockchip-dmc dmc: normal_rate = 780000000
|
992
|
[ 3.668639] rockchip-dmc dmc: reboot_rate = 1560000000
|
993
|
[ 3.668647] rockchip-dmc dmc: suspend_rate = 324000000
|
994
|
[ 3.668655] rockchip-dmc dmc: video_4k_rate = 780000000
|
995
|
[ 3.668662] rockchip-dmc dmc: video_4k_10b_rate = 780000000
|
996
|
[ 3.668670] rockchip-dmc dmc: boost_rate = 1560000000
|
997
|
[ 3.668677] rockchip-dmc dmc: fixed_rate(isp|cif0|cif1|dualview) = 1560000000
|
998
|
[ 3.668684] rockchip-dmc dmc: performance_rate = 1560000000
|
999
|
[ 3.668706] rockchip-dmc dmc: failed to get vop pn to msch rl
|
1000
|
[ 3.668829] rockchip-dmc dmc: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
|
1001
|
[ 3.668925] rockchip-dmc dmc: could not find power_model node
|
1002
|
[ 3.669360] mali fde60000.gpu: Probed as mali0
|
1003
|
[ 3.677861] asoc-simple-card hdmi-sound: i2s-hifi <-> fe400000.i2s mapping ok
|
1004
|
[ 3.680297] rk817-codec rk817-codec: rk817_probe: chip_name:0x80, chip_ver:0x94
|
1005
|
[ 3.685165] asoc-simple-card rk809-sound: rk817-hifi <-> fe410000.i2s mapping ok
|
1006
|
[ 3.688268] dhd_module_init: in Dongle Host Driver, version 1.579.77.41.22 (r-20191105-2)(20191120-1)
|
1007
|
[ 3.688301] ======== dhd_wlan_init_plat_data ========
|
1008
|
[ 3.688309] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: Enter
|
1009
|
[ 3.688381] dhd_wlan_init_gpio: WL_HOST_WAKE=-1, oob_irq=103, oob_irq_flags=0x414
|
1010
|
[ 3.688391] dhd_wlan_init_gpio: WL_REG_ON=-1
|
1011
|
[ 3.688403] dhd_wifi_platform_load: Enter
|
1012
|
[ 3.688418] Power-up adapter 'DHD generic adapter'
|
1013
|
[ 3.690143] wifi_platform_set_power = 1
|
1014
|
[ 3.690174] ======== PULL WL_REG_ON(-1) HIGH! ========
|
1015
|
[ 3.690180] iommu: Adding device fde40000.npu to group 0
|
1016
|
[ 3.690189] [WLAN_RFKILL]: rockchip_wifi_power: 1
|
1017
|
[ 3.690210] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
|
1018
|
[ 3.690219] RKNPU fde40000.npu: Linked as a consumer to fde4b000.iommu
|
1019
|
[ 3.690230] [WLAN_RFKILL]: wifi turn on power [GPIO-1-0]
|
1020
|
[ 3.690812] RKNPU fde40000.npu: RKNPU: rknpu iommu is enabled, using iommu mode
|
1021
|
[ 3.690871] RKNPU fde40000.npu: Looking up rknpu-supply from device tree
|
1022
|
[ 3.690961] RKNPU fde40000.npu: Linked as a consumer to regulator.23
|
1023
|
[ 3.690993] RKNPU fde40000.npu: can't request region for resource [mem 0xfde40000-0xfde4ffff]
|
1024
|
[ 3.691649] [drm] Initialized rknpu 0.4.2 20210701 for fde40000.npu on minor 1
|
1025
|
[ 3.691914] RKNPU fde40000.npu: leakage=3
|
1026
|
[ 3.691964] RKNPU fde40000.npu: pvtm = 88690, from nvmem
|
1027
|
[ 3.691985] RKNPU fde40000.npu: pvtm-volt-sel=1
|
1028
|
[ 3.692574] RKNPU fde40000.npu: avs=0
|
1029
|
[ 3.693209] RKNPU fde40000.npu: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
|
1030
|
[ 3.693239] RKNPU fde40000.npu: failed to find power_model node
|
1031
|
[ 3.693255] RKNPU fde40000.npu: RKNPU: failed to initialize power model
|
1032
|
[ 3.693267] RKNPU fde40000.npu: RKNPU: failed to get dynamic-coefficient
|
1033
|
[ 3.694498] cfg80211: Loading compiled-in X.509 certificates for regulatory database
|
1034
|
[ 3.695966] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
|
1035
|
[ 3.696763] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
|
1036
|
[ 3.696788] cfg80211: failed to load regulatory.db
|
1037
|
[ 3.697645] rockchip-pm rockchip-suspend: not set pwm-regulator-config
|
1038
|
[ 3.698459] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 417; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '', rk_ko_ver is '5', built at '09:16:54', on 'Feb 20 2024'.
|
1039
|
[ 3.698964] Mali:
|
1040
|
[ 3.698966] Mali device driver loaded
|
1041
|
[ 3.699226] ALSA device list:
|
1042
|
[ 3.699239] #0: rockchip,hdmi
|
1043
|
[ 3.699251] #1: rockchip,rk809-codec
|
1044
|
[ 3.751306] EXT4-fs (mmcblk0p8): 6 orphan inodes deleted
|
1045
|
[ 3.751364] EXT4-fs (mmcblk0p8): recovery complete
|
1046
|
[ 3.761121] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: (null)
|
1047
|
[ 3.761252] VFS: Mounted root (ext4 filesystem) on device 179:8.
|
1048
|
[ 3.763088] devtmpfs: mounted
|
1049
|
[ 3.766171] Freeing unused kernel memory: 1664K
|
1050
|
[ 3.769148] devfreq fde60000.gpu: Couldn't update frequency transition information.
|
1051
|
[ 3.802462] Run /sbin/init as init process
|
1052
|
[ 3.995471] systemd[1]: systemd 245.4-4ubuntu3.24 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
|
1053
|
[ 3.995842] wifi_platform_bus_enumerate device present 1
|
1054
|
[ 3.995865] ======== Card detection to detect SDIO card! ========
|
1055
|
[ 3.995884] mmc3:mmc host rescan start!
|
1056
|
[ 3.996970] systemd[1]: Detected architecture arm64.
|
1057
|
[ 4.005197] systemd[1]: Set hostname to <RK356x>.
|
1058
|
[ 4.012124] bcmsdh_register: register client driver
|
1059
|
[ 4.012566] bcmsdh_sdmmc_probe: Enter num=1
|
1060
|
[ 4.012808] bcmsdh_sdmmc_probe: Enter num=2
|
1061
|
[ 4.012822] bus num (host idx)=3, slot num (rca)=1
|
1062
|
[ 4.012834] found adapter info 'DHD generic adapter'
|
1063
|
[ 4.012932] sdioh_attach: set sd_f2_blocksize 256
|
1064
|
[ 4.012991] sdioh_attach: sd clock rate = 0
|
1065
|
[ 4.013420] dhdsdio_probe : no mutex held. set lock
|
1066
|
[ 4.013611] F1 signature read @0x18000000=0x1541a9a6
|
1067
|
[ 4.016459] F1 signature OK, socitype:0x1 chip:0xa9a6 rev:0x1 pkg:0x4
|
1068
|
[ 4.017360] DHD: dongle ram size is set to 524288(orig 524288) at 0x0
|
1069
|
[ 4.017520] [dhd] dhd_conf_set_chiprev : chip=0xa9a6, chiprev=1
|
1070
|
[ 4.017749] [dhd] CFG80211-ERROR) wl_setup_wiphy : Registering Vendor80211
|
1071
|
[ 4.018242] [dhd] CFG80211-ERROR) wl_setup_wiphy : SAE support
|
1072
|
[ 4.018641] [dhd] CFG80211-ERROR) wl_init_prof : wl_init_prof: No profile
|
1073
|
[ 4.019574] dhd_attach(): thread:dhd_watchdog_thread:79 started
|
1074
|
[ 4.019757] dhd_attach(): thread:dhd_dpc:7a started
|
1075
|
[ 4.019915] dhd_attach(): thread:dhd_rxf:7b started
|
1076
|
[ 4.019945] dhd_deferred_work_init: work queue initialized
|
1077
|
[ 4.019956] dhd_tcpack_suppress_set: TCP ACK Suppress mode 0 -> mode 2
|
1078
|
[ 4.020035] dhd_bus_set_default_min_res_mask: Unhandled chip id
|
1079
|
[ 4.020426] sdioh_cis_read: func_cis_ptr[0]=0x1070
|
1080
|
[ 4.030235] Dongle Host Driver, version 1.579.77.41.22 (r-20191105-2)(20191120-1)
|
1081
|
[ 4.031273] Register interface [wlan0] MAC: b8:13:32:32:53:4a
|
1082
|
|
1083
|
[ 4.031413] dhd_tcpack_suppress_set: TCP ACK Suppress mode 2 -> mode 0
|
1084
|
[ 4.031439] dhd_wl_ioctl: returning as busstate=0
|
1085
|
[ 4.031452] dhd_dbg_detach_pkt_monitor, 2204
|
1086
|
[ 4.031468] dhd_bus_devreset: == Power OFF ==
|
1087
|
[ 4.031785] bcmsdh_oob_intr_unregister: Enter
|
1088
|
[ 4.031799] bcmsdh_oob_intr_unregister: irq is not registered
|
1089
|
[ 4.031820] dhd_txglom_enable: enable 0
|
1090
|
[ 4.031831] dhd_bus_devreset: WLAN OFF DONE
|
1091
|
[ 4.031885] wifi_platform_set_power = 0
|
1092
|
[ 4.031899] ======== PULL WL_REG_ON(-1) LOW! ========
|
1093
|
[ 4.031913] [WLAN_RFKILL]: rockchip_wifi_power: 0
|
1094
|
[ 4.031947] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
|
1095
|
[ 4.031960] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
|
1096
|
[ 4.031977] dhdsdio_probe : the lock is released.
|
1097
|
[ 4.033044] dhd_module_init: Exit err=0
|
1098
|
[ 4.218268] systemd[1]: sysinit.target: Wants dependency dropin /etc/systemd/system/sysinit.target.wants/rkaiq_3A.service is not a symlink, ignoring.
|
1099
|
[ 4.320052] systemd[1]: /lib/systemd/system/snapd.service:23: Unknown key name 'RestartMode' in section 'Service', ignoring.
|
1100
|
[ 4.448296] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
|
1101
|
[ 4.448397] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
|
1102
|
[ 4.451149] systemd[1]: Created slice system-getty.slice.
|
1103
|
[ 4.453204] systemd[1]: Created slice system-modprobe.slice.
|
1104
|
[ 4.454813] systemd[1]: Created slice system-serial\x2dgetty.slice.
|
1105
|
[ 4.456689] systemd[1]: Created slice system-systemd\x2dfsck.slice.
|
1106
|
[ 4.458244] systemd[1]: Created slice User and Session Slice.
|
1107
|
[ 4.459482] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
|
1108
|
[ 4.460719] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
|
1109
|
[ 4.461071] systemd[1]: Reached target User and Group Name Lookups.
|
1110
|
[ 4.461709] systemd[1]: Reached target Slices.
|
1111
|
[ 4.462130] systemd[1]: Reached target Mounting snaps.
|
1112
|
[ 4.462641] systemd[1]: Reached target Mounted snaps.
|
1113
|
[ 4.463229] systemd[1]: Reached target Swap.
|
1114
|
[ 4.466017] systemd[1]: Listening on RPCbind Server Activation Socket.
|
1115
|
[ 4.467732] systemd[1]: Listening on Syslog Socket.
|
1116
|
[ 4.468763] systemd[1]: Listening on fsck to fsckd communication Socket.
|
1117
|
[ 4.469893] systemd[1]: Listening on initctl Compatibility Named Pipe.
|
1118
|
[ 4.485895] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
|
1119
|
[ 4.487065] systemd[1]: Listening on Journal Socket (/dev/log).
|
1120
|
[ 4.488585] systemd[1]: Listening on Journal Socket.
|
1121
|
[ 4.490096] systemd[1]: Listening on udev Control Socket.
|
1122
|
[ 4.491105] systemd[1]: Listening on udev Kernel Socket.
|
1123
|
[ 4.491806] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
|
1124
|
[ 4.496696] systemd[1]: Mounting POSIX Message Queue File System...
|
1125
|
[ 4.503571] systemd[1]: Mounting RPC Pipe File System...
|
1126
|
[ 4.511153] systemd[1]: Mounting /sys/kernel/config...
|
1127
|
[ 4.518393] systemd[1]: Mounting /sys/kernel/debug...
|
1128
|
[ 4.526246] systemd[1]: Mounting Kernel Trace File System...
|
1129
|
[ 4.534508] systemd[1]: Starting Journal Service...
|
1130
|
[ 4.536120] systemd[1]: Condition check resulted in Create list of static device nodes for the current kernel being skipped.
|
1131
|
[ 4.543561] systemd[1]: Starting Load Kernel Module chromeos_pstore...
|
1132
|
[ 4.544891] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
|
1133
|
[ 4.553326] systemd[1]: Starting Load Kernel Module efi_pstore...
|
1134
|
[ 4.562110] systemd[1]: Starting Load Kernel Module pstore_blk...
|
1135
|
[ 4.571498] systemd[1]: Starting Load Kernel Module pstore_zone...
|
1136
|
[ 4.573156] systemd[1]: Condition check resulted in Load Kernel Module ramoops being skipped.
|
1137
|
[ 4.577440] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
|
1138
|
[ 4.577908] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
|
1139
|
[ 4.585657] systemd[1]: Starting Load Kernel Modules...
|
1140
|
[ 4.589133] systemd[1]: Starting Remount Root and Kernel File Systems...
|
1141
|
[ 4.593574] systemd[1]: Starting udev Coldplug all Devices...
|
1142
|
[ 4.599494] systemd[1]: Mounted POSIX Message Queue File System.
|
1143
|
[ 4.600971] systemd[1]: Mounted RPC Pipe File System.
|
1144
|
[ 4.602291] systemd[1]: Mounted /sys/kernel/config.
|
1145
|
[ 4.603533] systemd[1]: Mounted /sys/kernel/debug.
|
1146
|
[ 4.604901] systemd[1]: Mounted Kernel Trace File System.
|
1147
|
[ 4.607024] systemd[1]: modprobe@chromeos_pstore.service: Succeeded.
|
1148
|
[ 4.608230] systemd[1]: Finished Load Kernel Module chromeos_pstore.
|
1149
|
[ 4.628317] systemd[1]: modprobe@efi_pstore.service: Succeeded.
|
1150
|
[ 4.629252] systemd[1]: Finished Load Kernel Module efi_pstore.
|
1151
|
[ 4.630822] systemd[1]: modprobe@pstore_blk.service: Succeeded.
|
1152
|
[ 4.631814] systemd[1]: Finished Load Kernel Module pstore_blk.
|
1153
|
[ 4.633367] systemd[1]: modprobe@pstore_zone.service: Succeeded.
|
1154
|
[ 4.634175] systemd[1]: Finished Load Kernel Module pstore_zone.
|
1155
|
[ 4.635306] systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
|
1156
|
[ 4.636121] systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
|
1157
|
[ 4.637196] systemd[1]: Failed to start Load Kernel Modules.
|
1158
|
[ 4.641903] systemd[1]: Mounting FUSE Control File System...
|
1159
|
[ 4.646244] systemd[1]: Starting Apply Kernel Variables...
|
1160
|
[ 4.656039] systemd[1]: Mounted FUSE Control File System.
|
1161
|
[ 4.680735] systemd[1]: Finished Apply Kernel Variables.
|
1162
|
[ 4.711358] EXT4-fs (mmcblk0p8): re-mounted. Opts: (null)
|
1163
|
[ 4.716094] systemd[1]: Finished Remount Root and Kernel File Systems.
|
1164
|
[ 4.720116] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
|
1165
|
[ 4.720354] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
|
1166
|
[ 4.723935] systemd[1]: Starting Load/Save Random Seed...
|
1167
|
[ 4.728036] systemd[1]: Starting Create System Users...
|
1168
|
[ 4.770882] systemd[1]: Finished Load/Save Random Seed.
|
1169
|
[ 4.777196] systemd[1]: Finished Create System Users.
|
1170
|
[ 4.781160] systemd[1]: Starting Create Static Device Nodes in /dev...
|
1171
|
[ 4.813729] systemd[1]: Finished Create Static Device Nodes in /dev.
|
1172
|
[ 4.814571] systemd[1]: Reached target Local File Systems (Pre).
|
1173
|
[ 4.818083] systemd[1]: Starting udev Kernel Device Manager...
|
1174
|
[ 4.976532] systemd[1]: Finished udev Coldplug all Devices.
|
1175
|
[ 4.981420] systemd[1]: Starting Helper to synchronize boot up for ifupdown...
|
1176
|
[ 4.989653] systemd[1]: Started Journal Service.
|
1177
|
[ 5.010634] systemd-journald[150]: Received client request to flush runtime journal.
|
1178
|
[ 5.022747] systemd-journald[150]: File /var/log/journal/bb2b195502dd4ec4bc3db165586c93dd/system.journal corrupted or uncleanly shut down, renaming and replacing.
|
1179
|
[ 6.970326] [BT_RFKILL]: bt shut off power
|
1180
|
[ 7.037148] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
|
1181
|
[ 7.041077] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null)
|
1182
|
[ 7.750987] file system registered
|
1183
|
[ 8.036664] read descriptors
|
1184
|
[ 8.036680] read strings
|
1185
|
[ 8.770786] rockchip-usb2phy fe8a0000.usb2-phy: Same as current mode
|
1186
|
[ 9.325151] EXT4-fs (mmcblk0p8): re-mounted. Opts: (null)
|
1187
|
[ 9.358957] usb 2-1.2: new high-speed USB device number 3 using ehci-platform
|
1188
|
[ 9.373198] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
|
1189
|
[ 9.379859] ztl test old sdk 8201 b3
|
1190
|
[ 9.380600] ztl rtl8201f fixed !
|
1191
|
[ 9.381357] Generic PHY stmmac-0:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
|
1192
|
[ 9.403003] dwmac4: Master AXI performs any burst length
|
1193
|
[ 9.403031] rk_gmac-dwmac fe2a0000.ethernet eth0: No Safety Features support found
|
1194
|
[ 9.403055] rk_gmac-dwmac fe2a0000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
|
1195
|
[ 9.419936] rk_gmac-dwmac fe2a0000.ethernet eth0: registered PTP clock
|
1196
|
[ 9.421091] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
|
1197
|
[ 9.464577] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
|
1198
|
[ 9.478760] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
|
1199
|
[ 9.501203] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
|
1200
|
[ 9.501608] dhd_open: Enter 00000000ab53c94d
|
1201
|
[ 9.501616] dhd_open : no mutex held. set lock
|
1202
|
[ 9.501624]
|
1203
|
Dongle Host Driver, version 1.579.77.41.22 (r-20191105-2)(20191120-1)
|
1204
|
[ 9.501634] [dhd-wlan0] wl_android_wifi_on : in g_wifi_on=0
|
1205
|
[ 9.501672] wifi_platform_set_power = 1
|
1206
|
[ 9.501675] ======== PULL WL_REG_ON(-1) HIGH! ========
|
1207
|
[ 9.501679] [WLAN_RFKILL]: rockchip_wifi_power: 1
|
1208
|
[ 9.501683] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
|
1209
|
[ 9.501686] [WLAN_RFKILL]: wifi turn on power [GPIO-1-0]
|
1210
|
[ 9.637781] usb 2-1.2: New USB device found, idVendor=2c7c, idProduct=0125, bcdDevice= 3.18
|
1211
|
[ 9.637792] usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
|
1212
|
[ 9.637796] usb 2-1.2: Product: EC20-CE-HDLG
|
1213
|
[ 9.637800] usb 2-1.2: Manufacturer: Quectel
|
1214
|
[ 9.637802] usb 2-1.2: SerialNumber: 0123456789ABCDEF
|
1215
|
[ 9.640415] option 2-1.2:1.0: GSM modem (1-port) converter detected
|
1216
|
[ 9.641447] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB0
|
1217
|
[ 9.641951] option 2-1.2:1.1: GSM modem (1-port) converter detected
|
1218
|
[ 9.645034] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB1
|
1219
|
[ 9.646586] option 2-1.2:1.2: GSM modem (1-port) converter detected
|
1220
|
[ 9.648587] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB2
|
1221
|
[ 9.650442] option 2-1.2:1.3: GSM modem (1-port) converter detected
|
1222
|
[ 9.652937] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB3
|
1223
|
[ 9.656845] qmi_wwan_q 2-1.2:1.4: cdc-wdm0: USB WDM device
|
1224
|
[ 9.656857] qmi_wwan_q 2-1.2:1.4: Quectel EC25&EC21&EG91&EG95&EG06&EP06&EM06&EG12&EP12&EM12&EG16&EG18&BG96&AG35 work on RawIP mode
|
1225
|
[ 9.657479] qmi_wwan_q 2-1.2:1.4: rx_urb_size = 1520
|
1226
|
[ 9.805762] sdio_reset_comm():
|
1227
|
[ 10.025659] mmc_host mmc3: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
|
1228
|
[ 10.040847] mmc_host mmc3: Bus speed (slot 0) = 375000Hz (slot req 375000Hz, actual 375000HZ div = 0)
|
1229
|
[ 10.051075] mmc3: queuing unknown CIS tuple 0x80 (2 bytes)
|
1230
|
[ 10.052716] mmc3: queuing unknown CIS tuple 0x80 (3 bytes)
|
1231
|
[ 10.054344] mmc3: queuing unknown CIS tuple 0x80 (3 bytes)
|
1232
|
[ 10.057283] mmc3: queuing unknown CIS tuple 0x80 (7 bytes)
|
1233
|
[ 10.060910] mmc3: queuing unknown CIS tuple 0x81 (9 bytes)
|
1234
|
[ 10.155994] mmc_host mmc3: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
|
1235
|
[ 10.156105] sdioh_start: set sd_f2_blocksize 256
|
1236
|
[ 10.156385]
|
1237
|
|
1238
|
dhd_bus_devreset: == WLAN ON ==
|
1239
|
[ 10.156483] F1 signature read @0x18000000=0x1541a9a6
|
1240
|
[ 10.159157] F1 signature OK, socitype:0x1 chip:0xa9a6 rev:0x1 pkg:0x4
|
1241
|
[ 10.160070] DHD: dongle ram size is set to 524288(orig 524288) at 0x0
|
1242
|
[ 10.160181] dhd_bus_set_default_min_res_mask: Unhandled chip id
|
1243
|
[ 10.161964] dhd_os_open_image: /vendor/etc/firmware/config.txt (240 bytes) open success
|
1244
|
[ 10.162821] [dhd] dhd_conf_read_pm_params : PM = 0
|
1245
|
[ 10.162855] [dhd] dhd_conf_read_pm_params : pm_in_suspend = 2
|
1246
|
[ 10.162867] [dhd] dhd_conf_read_others : keep_alive_period = 120000
|
1247
|
[ 10.162875] [dhd] dhd_conf_read_others : garp = 1
|
1248
|
[ 10.162883] [dhd] dhd_conf_read_pm_params : suspend_bcn_li_dtim = 10
|
1249
|
[ 10.162947] [dhd] dhd_conf_read_others : wl_preinit = pm2_sleep_ret=20
|
1250
|
[ 10.162963] [dhd] dhd_conf_read_pkt_filter : pkt_filter_del id =
|
1251
|
[ 10.162965] 100
|
1252
|
[ 10.162975] 102
|
1253
|
[ 10.162976] 103
|
1254
|
[ 10.162977] 104
|
1255
|
[ 10.162979] 105
|
1256
|
[ 10.162980] 107
|
1257
|
|
1258
|
[ 10.162988] [dhd] dhd_conf_read_pkt_filter : pkt_filter_add[0][] = 142 0 0 77 0xffffffffffffffffffffffffffffff 0x2F6465766963652F77616B6575702F
|
1259
|
[ 10.163013] [dhd] dhd_conf_set_path_params : Final fw_path=/vendor/etc/firmware/fw_bcm43438a1.bin
|
1260
|
[ 10.163022] [dhd] dhd_conf_set_path_params : Final nv_path=/vendor/etc/firmware/nvram_ap6212a.txt
|
1261
|
[ 10.163031] [dhd] dhd_conf_set_path_params : Final clm_path=/vendor/etc/firmware/clm_bcm43438a1.blob
|
1262
|
[ 10.163038] [dhd] dhd_conf_set_path_params : Final conf_path=/vendor/etc/firmware/config.txt
|
1263
|
[ 10.163874] dhd_os_open_image: /vendor/etc/firmware/fw_bcm43438a1.bin (414579 bytes) open success
|
1264
|
[ 10.224658] dhd_os_open_image: /vendor/etc/firmware/nvram_ap6212a.txt (1003 bytes) open success
|
1265
|
[ 10.225071] NVRAM version: AP6212A_NVRAM_V1.0.1_20160606
|
1266
|
[ 10.225870] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
|
1267
|
[ 10.242367] systemd-journald[150]: File /var/log/journal/bb2b195502dd4ec4bc3db165586c93dd/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
|
1268
|
[ 10.301983] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
|
1269
|
[ 10.303228] bcmsdh_oob_intr_register: HW_OOB irq=103 flags=0x4
|
1270
|
[ 10.303634] dhd_get_memdump_info: File [/data/misc/wifi/.memdump.info] doesn't exist
|
1271
|
[ 10.303645] dhd_get_memdump_info: MEMDUMP ENABLED = 2
|
1272
|
[ 10.304981] Disable tdls_auto_op failed. -1
|
1273
|
[ 10.305001] dhd_tcpack_suppress_set 352: already set to 0
|
1274
|
[ 10.306374] dhd_apply_default_clm: Ignore clm file /vendor/etc/firmware/clm_bcm43438a1.blob
|
1275
|
[ 10.311307] Firmware up: op_mode=0x0005, MAC=b8:13:32:32:53:4a
|
1276
|
[ 10.316317] dhd_preinit_ioctls Set scancache failed -23
|
1277
|
[ 10.326044] [dhd] dhd_conf_add_pkt_filter : 142 0 0 77 0xffffffffffffffffffffffffffffff 0x2F6465766963652F77616B6575702F
|
1278
|
[ 10.327470] [dhd] dhd_conf_del_pkt_filter : 102
|
1279
|
[ 10.327519] [dhd] dhd_conf_del_pkt_filter : 103
|
1280
|
[ 10.337244] Driver: 1.579.77.41.22 (r-20191105-2)(20191120-1)
|
1281
|
Firmware: wl0: Jun 13 2018 13:18:38 version 7.45.96.24 (7ffe8b7@shgit) (r) FWID 01-40f9deb0 es7.c5.n4.a3
|
1282
|
CLM: 7.11.15 (2014-05-26 10:53:55)
|
1283
|
[ 10.338582] dhd_txglom_enable: enable 1
|
1284
|
[ 10.338600] [dhd] dhd_conf_set_txglom_params : txglom_mode=copy
|
1285
|
[ 10.338651] [dhd] dhd_conf_set_txglom_params : txglomsize=36, deferred_tx_len=0
|
1286
|
[ 10.338662] [dhd] dhd_conf_set_txglom_params : txinrx_thres=-1, dhd_txminmax=1
|
1287
|
[ 10.338671] [dhd] dhd_conf_set_txglom_params : tx_max_offset=0, txctl_tmo_fix=300
|
1288
|
[ 10.338690] [dhd] dhd_conf_get_disable_proptx : fw_proptx=1, disable_proptx=-1
|
1289
|
[ 10.341227] dhd_wlfc_hostreorder_init(): successful bdcv2 tlv signaling, 64
|
1290
|
[ 10.345032] dhd_pno_init: Support Android Location Service
|
1291
|
[ 10.370131] [dhd] CFG80211-ERROR) wl_cfg80211_event : Event handler is not created
|
1292
|
[ 10.370980] rtt_do_get_ioctl: failed to send getbuf proxd iovar (CMD ID : 1), status=-23
|
1293
|
[ 10.370988] dhd_rtt_init : FTM is not supported
|
1294
|
[ 10.370992] dhd_preinit_ioctls: SensorHub diabled 0
|
1295
|
[ 10.371715] dhd_preinit_ioctls failed to set ShubHub disable
|
1296
|
[ 10.374462] dhd_wl_ioctl_get_intiovar: get int iovar wnm_bsstrans_resp failed, ERR -23
|
1297
|
[ 10.374467] failed to get wnm_bsstrans_resp
|
1298
|
[ 10.375395] failed to set WNM capabilities
|
1299
|
[ 10.375819] [dhd] dhd_conf_set_country : set country CN, revision 0
|
1300
|
[ 10.375835] [dhd] CFG80211-ERROR) wl_cfg80211_event : Event handler is not created
|
1301
|
[ 10.380036] [dhd] dhd_conf_set_country : Country code: CN (CN/0)
|
1302
|
[ 10.385581] [dhd] CONFIG-ERROR) dhd_conf_set_intiovar : ampdu_mpdu setting failed -29
|
1303
|
[ 10.386422] [dhd-wlan0] wl_android_wifi_on : Success
|
1304
|
[ 10.414907] [dhd] CFG80211-ERROR) __wl_update_wiphybands : error reading vhtmode (-23)
|
1305
|
[ 10.430184] rk_gmac-dwmac fe2a0000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
|
1306
|
[ 10.436434] dhd_open : the lock is released.
|
1307
|
[ 10.436443] dhd_open: Exit ret=0
|
1308
|
[ 10.437645] qmi_wwan_q 2-1.2:1.4 wwan0: register 'qmi_wwan_q' at usb-fd880000.usb-1.2, WWAN/QMI device, b6:f2:e9:68:4c:9c
|
1309
|
[ 10.448175] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
|
1310
|
[ 10.748963] P2P interface registered
|
1311
|
[ 10.748977] wl_cfgp2p_add_p2p_disc_if: wdev: 00000000f6202a14, wdev->net: (null)
|
1312
|
[ 10.801297] WLC_E_IF: NO_IF set, event Ignored
|
1313
|
[ 10.807283] P2P interface started
|
1314
|
[ 10.869105] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
|
1315
|
[ 10.914419] dwhdmi-rockchip fe0a0000.hdmi: Rate 0 missing; compute N dynamically
|
1316
|
[ 10.933546] dwhdmi-rockchip fe0a0000.hdmi: Rate 0 missing; compute N dynamically
|
1317
|
[ 10.942575] dwhdmi-rockchip fe0a0000.hdmi: Rate 0 missing; compute N dynamically
|
1318
|
[ 11.261657] ttyFIQ ttyFIQ0: tty_port_close_start: tty->count = 1 port count = 2
|
1319
|
[ 12.152257] [dhd-wlan0] wl_cfg80211_connect : Connecting with e4:a7:c5:fe:2c:64 ssid "yangzl_home", len (11), sec=wpa2psk/mfpc/516, channel=11
|
1320
|
|
1321
|
[ 12.153384] dhd_dbg_start_pkt_monitor, 1724
|
1322
|
[ 12.199397] [dhd-wlan0] wl_iw_event : Link UP with e4:a7:c5:fe:2c:64
|
1323
|
[ 12.199447] [dhd-wlan0] wl_ext_iapsta_event : [S] Link UP with e4:a7:c5:fe:2c:64
|
1324
|
[ 12.199521] [dhd-wlan0] wl_notify_connect_status : wl_bss_connect_done succeeded with e4:a7:c5:fe:2c:64
|
1325
|
[ 12.227013] [dhd-wlan0] wl_notify_connect_status : wl_bss_connect_done succeeded with e4:a7:c5:fe:2c:64 vndr_oui: 00-E0-4C 00-E0-FC
|
1326
|
[ 12.234156] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
|
1327
|
[ 13.096627] [drm:dw_hdmi_rockchip_set_property] *ERROR* failed to set rockchip hdmi connector property CONNECTOR_ID
|
1328
|
[ 33.762289] vcc3v3_lcd1_n: disabling
|
1329
|
[ 33.762308] vcc_edp_regulator: disabling
|
1330
|
[ 33.762313] pcie30_3v3: disabling
|
1331
|
[ 42.225968] [drm] only support 1 gamma
|
1332
|
[ 150.809284] [drm] only support 1 gamma
|
1333
|
root@RK356x:/home/ztl/下载/mpp/build/linux/aarch64/test# dmesg
|
1334
|
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
|
1335
|
[ 0.000000] Linux version 4.19.232 (dzl@pc253-B450M-AORUS-ELITE) (gcc version 6.3.1 20170404 (Linaro GCC 6.3-2017.05), GNU ld (Linaro_Binutils-2017.05) 2.27.0.20161019) #695 SMP Wed Feb 21 09:09:37 CST 2024
|
1336
|
[ 0.000000] Machine model: ztl,rk3568 Firefly roc-rk3399-pc PLUS
|
1337
|
[ 0.000000] earlycon: uart8250 at MMIO32 0x00000000fe660000 (options '')
|
1338
|
[ 0.000000] bootconsole [uart8250] enabled
|
1339
|
[ 0.000000] Reserved memory: created CMA memory pool at 0x00000001f8000000, size 128 MiB
|
1340
|
[ 0.000000] OF: reserved mem: initialized node rknpu, compatible id shared-dma-pool
|
1341
|
[ 0.000000] ztl test 6666666666
|
1342
|
[ 0.000000] ztl test 111111
|
1343
|
[ 0.000000] cma: Reserved 16 MiB at 0x00000000eec00000
|
1344
|
[ 0.000000] ztl test 2222222
|
1345
|
[ 0.000000] ztl test 333333333
|
1346
|
[ 0.000000] ztl test 4444444444
|
1347
|
[ 0.000000] ztl test 555555555
|
1348
|
[ 0.000000] ztl test 77777777
|
1349
|
[ 0.000000] ztl test 8888888888
|
1350
|
[ 0.000000] ztl test 9999999
|
1351
|
[ 0.000000] ztl test 10 10 10 10 10
|
1352
|
[ 0.000000] On node 0 totalpages: 1043968
|
1353
|
[ 0.000000] DMA32 zone: 15288 pages used for memmap
|
1354
|
[ 0.000000] DMA32 zone: 0 pages reserved
|
1355
|
[ 0.000000] DMA32 zone: 978432 pages, LIFO batch:63
|
1356
|
[ 0.000000] Normal zone: 1024 pages used for memmap
|
1357
|
[ 0.000000] Normal zone: 65536 pages, LIFO batch:15
|
1358
|
[ 0.000000] ztl test!
|
1359
|
[ 0.000000] psci: probing for conduit method from DT.
|
1360
|
[ 0.000000] psci: PSCIv1.1 detected in firmware.
|
1361
|
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
|
1362
|
[ 0.000000] psci: Trusted OS migration not required
|
1363
|
[ 0.000000] psci: SMC Calling Convention v1.2
|
1364
|
[ 0.000000] percpu: Embedded 23 pages/cpu s54312 r8192 d31704 u94208
|
1365
|
[ 0.000000] pcpu-alloc: s54312 r8192 d31704 u94208 alloc=23*4096
|
1366
|
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
|
1367
|
[ 0.000000] Detected VIPT I-cache on CPU0
|
1368
|
[ 0.000000] CPU features: detected: Virtualization Host Extensions
|
1369
|
[ 0.000000] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
|
1370
|
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1027656
|
1371
|
[ 0.000000] Kernel command line: storagemedia=emmc androidboot.storagemedia=emmc androidboot.mode=normal androidboot.verifiedbootstate=orange androidboot.serialno=bbf8d8db79b9bdf3 rw rootwait earlycon=uart8250,mmio32,0xfe660000 console=ttyFIQ0 root=PARTUUID=614e0000-0000 androidboot.fwver=ddr-v1.23-03ea844c5d,spl-v1.14,bl31-v1.44,bl32-v2.15,uboot-08/09/2025
|
1372
|
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
|
1373
|
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
|
1374
|
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
|
1375
|
[ 0.000000] software IO TLB: mapped [mem 0xe9f00000-0xedf00000] (64MB)
|
1376
|
[ 0.000000] Memory: 3844936K/4175872K available (15742K kernel code, 2142K rwdata, 5392K rodata, 1664K init, 603K bss, 183480K reserved, 147456K cma-reserved)
|
1377
|
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
|
1378
|
[ 0.000000] ftrace: allocating 55717 entries in 218 pages
|
1379
|
[ 0.000000] rcu: Hierarchical RCU implementation.
|
1380
|
[ 0.000000] rcu: RCU event tracing is enabled.
|
1381
|
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
|
1382
|
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
|
1383
|
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
|
1384
|
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
|
1385
|
[ 0.000000] GICv3: Distributor has no Range Selector support
|
1386
|
[ 0.000000] GICv3: no VLPI support, no direct LPI support
|
1387
|
[ 0.000000] ITS [mem 0xfd440000-0xfd45ffff]
|
1388
|
[ 0.000000] ITS@0x00000000fd440000: allocated 8192 Devices @210000 (indirect, esz 8, psz 64K, shr 0)
|
1389
|
[ 0.000000] ITS@0x00000000fd440000: allocated 32768 Interrupt Collections @220000 (flat, esz 2, psz 64K, shr 0)
|
1390
|
[ 0.000000] ITS: using cache flushing for cmd queue
|
1391
|
[ 0.000000] GIC: using LPI property table @0x0000000000230000
|
1392
|
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fd460000
|
1393
|
[ 0.000000] CPU0: using LPI pending table @0x0000000000240000
|
1394
|
[ 0.000000] GIC: using cache flushing for LPI property table
|
1395
|
[ 0.000000] random: random: get_random_bytes called from start_kernel+0x36c/0x510 with crng_init=0
|
1396
|
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
|
1397
|
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
|
1398
|
[ 0.000003] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
|
1399
|
[ 0.001593] Console: colour dummy device 80x25
|
1400
|
[ 0.002033] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=80000)
|
1401
|
[ 0.002977] pid_max: default: 32768 minimum: 301
|
1402
|
[ 0.003498] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
|
1403
|
[ 0.004125] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
|
1404
|
[ 0.005913] ASID allocator initialised with 32768 entries
|
1405
|
[ 0.006505] rcu: Hierarchical SRCU implementation.
|
1406
|
[ 0.008762] Platform MSI: interrupt-controller@fd440000 domain created
|
1407
|
[ 0.009674] PCI/MSI: /interrupt-controller@fd400000/interrupt-controller@fd440000 domain created
|
1408
|
[ 0.010992] smp: Bringing up secondary CPUs ...
|
1409
|
[ 0.012609] Detected VIPT I-cache on CPU1
|
1410
|
[ 0.012635] GICv3: CPU1: found redistributor 100 region 0:0x00000000fd480000
|
1411
|
[ 0.012670] CPU1: using LPI pending table @0x0000000000250000
|
1412
|
[ 0.012711] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
|
1413
|
[ 0.013925] Detected VIPT I-cache on CPU2
|
1414
|
[ 0.013945] GICv3: CPU2: found redistributor 200 region 0:0x00000000fd4a0000
|
1415
|
[ 0.013975] CPU2: using LPI pending table @0x0000000000260000
|
1416
|
[ 0.014006] CPU2: Booted secondary processor 0x0000000200 [0x412fd050]
|
1417
|
[ 0.015187] Detected VIPT I-cache on CPU3
|
1418
|
[ 0.015205] GICv3: CPU3: found redistributor 300 region 0:0x00000000fd4c0000
|
1419
|
[ 0.015236] CPU3: using LPI pending table @0x0000000000270000
|
1420
|
[ 0.015266] CPU3: Booted secondary processor 0x0000000300 [0x412fd050]
|
1421
|
[ 0.015352] smp: Brought up 1 node, 4 CPUs
|
1422
|
[ 0.022099] SMP: Total of 4 processors activated.
|
1423
|
[ 0.022534] CPU features: detected: GIC system register CPU interface
|
1424
|
[ 0.023123] CPU features: detected: Privileged Access Never
|
1425
|
[ 0.023633] CPU features: detected: LSE atomic instructions
|
1426
|
[ 0.024143] CPU features: detected: User Access Override
|
1427
|
[ 0.024630] CPU features: detected: 32-bit EL0 Support
|
1428
|
[ 0.025100] CPU features: detected: RAS Extension Support
|
1429
|
[ 0.025710] CPU: All CPU(s) started at EL2
|
1430
|
[ 0.026103] alternatives: patching kernel code
|
1431
|
[ 0.030995] devtmpfs: initialized
|
1432
|
[ 0.047317] Registered cp15_barrier emulation handler
|
1433
|
[ 0.047794] Registered setend emulation handler
|
1434
|
[ 0.048412] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
|
1435
|
[ 0.049313] futex hash table entries: 1024 (order: 4, 65536 bytes)
|
1436
|
[ 0.050325] xor: measuring software checksum speed
|
1437
|
[ 0.084184] 8regs : 3036.000 MB/sec
|
1438
|
[ 0.117570] 8regs_prefetch: 2768.400 MB/sec
|
1439
|
[ 0.150959] 32regs : 3864.000 MB/sec
|
1440
|
[ 0.184348] 32regs_prefetch: 3567.600 MB/sec
|
1441
|
[ 0.184773] xor: using function: 32regs (3864.000 MB/sec)
|
1442
|
[ 0.185275] pinctrl core: initialized pinctrl subsystem
|
1443
|
[ 0.185973] regulator-dummy: no parameters
|
1444
|
[ 0.186448] NET: Registered protocol family 16
|
1445
|
[ 0.189483] cpuidle: using governor menu
|
1446
|
[ 0.189871] Registered FIQ tty driver
|
1447
|
[ 0.190654] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
|
1448
|
[ 0.191984] DMA: preallocated 256 KiB pool for atomic allocations
|
1449
|
[ 0.194961] console [pstore-1] enabled
|
1450
|
[ 0.195309] pstore: Registered ramoops as persistent store backend
|
1451
|
[ 0.195878] ramoops: attached 0xf0000@0x110000, ecc: 0/0
|
1452
|
[ 0.200317] platform fde40000.npu: assigned reserved memory node rknpu
|
1453
|
[ 0.218594] rockchip-gpio fdd60000.gpio: probed gpio0 (fdd60000.gpio)
|
1454
|
[ 0.219588] rockchip-gpio fe740000.gpio: probed gpio1 (fe740000.gpio)
|
1455
|
[ 0.220556] rockchip-gpio fe750000.gpio: probed gpio2 (fe750000.gpio)
|
1456
|
[ 0.221542] rockchip-gpio fe760000.gpio: probed gpio3 (fe760000.gpio)
|
1457
|
[ 0.222508] rockchip-gpio fe770000.gpio: probed gpio4 (fe770000.gpio)
|
1458
|
[ 0.223162] rockchip-pinctrl pinctrl: probed pinctrl
|
1459
|
[ 0.232983] cryptd: max_cpu_qlen set to 1000
|
1460
|
[ 0.289242] raid6: int64x1 gen() 255 MB/s
|
1461
|
[ 0.345958] raid6: int64x1 xor() 315 MB/s
|
1462
|
[ 0.402695] raid6: int64x2 gen() 473 MB/s
|
1463
|
[ 0.459430] raid6: int64x2 xor() 509 MB/s
|
1464
|
[ 0.516131] raid6: int64x4 gen() 781 MB/s
|
1465
|
[ 0.572891] raid6: int64x4 xor() 764 MB/s
|
1466
|
[ 0.629676] raid6: int64x8 gen() 894 MB/s
|
1467
|
[ 0.686362] raid6: int64x8 xor() 793 MB/s
|
1468
|
[ 0.743166] raid6: neonx1 gen() 507 MB/s
|
1469
|
[ 0.799847] raid6: neonx1 xor() 650 MB/s
|
1470
|
[ 0.856593] raid6: neonx2 gen() 871 MB/s
|
1471
|
[ 0.913341] raid6: neonx2 xor() 1121 MB/s
|
1472
|
[ 0.970083] raid6: neonx4 gen() 1368 MB/s
|
1473
|
[ 1.026813] raid6: neonx4 xor() 1572 MB/s
|
1474
|
[ 1.083553] raid6: neonx8 gen() 1344 MB/s
|
1475
|
[ 1.140307] raid6: neonx8 xor() 1529 MB/s
|
1476
|
[ 1.140703] raid6: using algorithm neonx4 gen() 1368 MB/s
|
1477
|
[ 1.141199] raid6: .... xor() 1572 MB/s, rmw enabled
|
1478
|
[ 1.141656] raid6: using neon recovery algorithm
|
1479
|
[ 1.143157] console [ttyFIQ0] enabled
|
1480
|
[ 1.143824] bootconsole [uart8250] disabled
|
1481
|
[ 1.144380] Registered fiq debugger ttyFIQ0
|
1482
|
[ 1.144772] dc_12v: 12000 mV
|
1483
|
[ 1.144920] reg-fixed-voltage dc-12v: dc_12v supplying 12000000uV
|
1484
|
[ 1.145014] reg-fixed-voltage vcc3v3-sys: Looking up vin-supply from device tree
|
1485
|
[ 1.145022] vcc3v3_sys: supplied by dc_12v
|
1486
|
[ 1.145041] dc_12v: could not add device link regulator.2 err -2
|
1487
|
[ 1.145071] vcc3v3_sys: 3300 mV
|
1488
|
[ 1.145215] reg-fixed-voltage vcc3v3-sys: vcc3v3_sys supplying 3300000uV
|
1489
|
[ 1.145291] reg-fixed-voltage vcc5v0-sys: Looking up vin-supply from device tree
|
1490
|
[ 1.145298] vcc5v0_sys: supplied by dc_12v
|
1491
|
[ 1.145316] dc_12v: could not add device link regulator.3 err -2
|
1492
|
[ 1.145343] vcc5v0_sys: 5000 mV
|
1493
|
[ 1.145480] reg-fixed-voltage vcc5v0-sys: vcc5v0_sys supplying 5000000uV
|
1494
|
[ 1.145555] reg-fixed-voltage vcc5v0-usb: Looking up vin-supply from device tree
|
1495
|
[ 1.145561] vcc5v0_usb: supplied by dc_12v
|
1496
|
[ 1.145579] dc_12v: could not add device link regulator.4 err -2
|
1497
|
[ 1.145606] vcc5v0_usb: 5000 mV
|
1498
|
[ 1.145749] reg-fixed-voltage vcc5v0-usb: vcc5v0_usb supplying 5000000uV
|
1499
|
[ 1.145920] reg-fixed-voltage vcc5v0-host-regulator: Looking up vin-supply from device tree
|
1500
|
[ 1.145928] vcc5v0_host: supplied by vcc5v0_usb
|
1501
|
[ 1.145946] vcc5v0_usb: could not add device link regulator.5 err -2
|
1502
|
[ 1.145993] vcc5v0_host: 5000 mV
|
1503
|
[ 1.146112] reg-fixed-voltage vcc5v0-host-regulator: vcc5v0_host supplying 5000000uV
|
1504
|
[ 1.146248] vcc5v0_otg: no parameters
|
1505
|
[ 1.146385] reg-fixed-voltage vcc5v0-otg-regulator: vcc5v0_otg supplying 0uV
|
1506
|
[ 1.146479] vcc3v3_lcd0_n: no parameters
|
1507
|
[ 1.146605] reg-fixed-voltage vcc3v3-lcd0-n: vcc3v3_lcd0_n supplying 0uV
|
1508
|
[ 1.146691] reg-fixed-voltage vcc3v3-lcd1-n: Looking up vin-supply from device tree
|
1509
|
[ 1.146698] vcc3v3_lcd1_n: supplied by vcc3v3_sys
|
1510
|
[ 1.146717] vcc3v3_sys: could not add device link regulator.8 err -2
|
1511
|
[ 1.146748] vcc3v3_lcd1_n: 3300 mV
|
1512
|
[ 1.146890] reg-fixed-voltage vcc3v3-lcd1-n: vcc3v3_lcd1_n supplying 3300000uV
|
1513
|
[ 1.146983] rs485-enable-regulator: no parameters
|
1514
|
[ 1.147117] reg-fixed-voltage rs485-enable: rs485-enable-regulator supplying 0uV
|
1515
|
[ 1.147198] reg-fixed-voltage vcc2v5-ddr: Looking up vin-supply from device tree
|
1516
|
[ 1.147206] vcc2v5-sys: supplied by vcc3v3_sys
|
1517
|
[ 1.147225] vcc3v3_sys: could not add device link regulator.10 err -2
|
1518
|
[ 1.147258] vcc2v5-sys: 2500 mV
|
1519
|
[ 1.147387] reg-fixed-voltage vcc2v5-ddr: vcc2v5-sys supplying 2500000uV
|
1520
|
[ 1.147474] reg-fixed-voltage vcc3v3-vga: Looking up vin-supply from device tree
|
1521
|
[ 1.147481] vcc3v3_vga: supplied by vcc3v3_sys
|
1522
|
[ 1.147499] vcc3v3_sys: could not add device link regulator.11 err -2
|
1523
|
[ 1.147544] vcc3v3_vga: at 3300 mV
|
1524
|
[ 1.147667] reg-fixed-voltage vcc3v3-vga: vcc3v3_vga supplying 0uV
|
1525
|
[ 1.147741] reg-fixed-voltage pcie30-avdd0v9: Looking up vin-supply from device tree
|
1526
|
[ 1.147748] pcie30_avdd0v9: supplied by vcc3v3_sys
|
1527
|
[ 1.147766] vcc3v3_sys: could not add device link regulator.12 err -2
|
1528
|
[ 1.147793] pcie30_avdd0v9: 900 mV
|
1529
|
[ 1.147925] reg-fixed-voltage pcie30-avdd0v9: pcie30_avdd0v9 supplying 900000uV
|
1530
|
[ 1.148008] reg-fixed-voltage pcie30-avdd1v8: Looking up vin-supply from device tree
|
1531
|
[ 1.148015] pcie30_avdd1v8: supplied by vcc3v3_sys
|
1532
|
[ 1.148033] vcc3v3_sys: could not add device link regulator.13 err -2
|
1533
|
[ 1.148061] pcie30_avdd1v8: 1800 mV
|
1534
|
[ 1.148197] reg-fixed-voltage pcie30-avdd1v8: pcie30_avdd1v8 supplying 1800000uV
|
1535
|
[ 1.148284] reg-fixed-voltage vcc3v3-bu: Looking up vin-supply from device tree
|
1536
|
[ 1.148291] vcc3v3_bu: supplied by vcc5v0_sys
|
1537
|
[ 1.148310] vcc5v0_sys: could not add device link regulator.14 err -2
|
1538
|
[ 1.148337] vcc3v3_bu: 3300 mV
|
1539
|
[ 1.148468] reg-fixed-voltage vcc3v3-bu: vcc3v3_bu supplying 3300000uV
|
1540
|
[ 1.148591] vcc_camera: no parameters
|
1541
|
[ 1.148734] reg-fixed-voltage vcc-camera-regulator: vcc_camera supplying 0uV
|
1542
|
[ 1.148826] vcc_edp_regulator: no parameters
|
1543
|
[ 1.148957] reg-fixed-voltage vcc-edp: vcc_edp_regulator supplying 0uV
|
1544
|
[ 1.149065] ztl-work-led-regulator: no parameters
|
1545
|
[ 1.149206] reg-fixed-voltage ztl-work-led: ztl-work-led-regulator supplying 0uV
|
1546
|
[ 1.149607] pcie30_3v3: 100 <--> 3300 mV at 3300 mV
|
1547
|
[ 1.149710] gpio-regulator gpio-regulator: Looking up vin-supply from device tree
|
1548
|
[ 1.149717] pcie30_3v3: supplied by dc_12v
|
1549
|
[ 1.150208] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_npu-supply from device tree
|
1550
|
[ 1.150222] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_npu-supply property in node /power-management@fdd90000/power-controller failed
|
1551
|
[ 1.150261] rk_iommu fde4b000.iommu: version = 2
|
1552
|
[ 1.150678] rk_iommu fdea0800.iommu: version = 2
|
1553
|
[ 1.150991] rk_iommu fded0480.iommu: version = 2
|
1554
|
[ 1.151199] rk_iommu fdee0800.iommu: version = 2
|
1555
|
[ 1.151393] rk_iommu fdef0800.iommu: version = 2
|
1556
|
[ 1.151597] rk_iommu fdf40f00.iommu: version = 2
|
1557
|
[ 1.151838] rk_iommu fdf80800.iommu: version = 2
|
1558
|
[ 1.152049] rk_iommu fdff1a00.iommu: version = 2
|
1559
|
[ 1.152233] rk_iommu fe043e00.iommu: version = 2
|
1560
|
[ 1.152644] ztl gm8775 chip i2c init...
|
1561
|
[ 1.152680] ztl nn gm8775 0
|
1562
|
[ 1.152965] SCSI subsystem initialized
|
1563
|
[ 1.153012] libata version 3.00 loaded.
|
1564
|
[ 1.153163] usbcore: registered new interface driver usbfs
|
1565
|
[ 1.153214] usbcore: registered new interface driver hub
|
1566
|
[ 1.153258] usbcore: registered new device driver usb
|
1567
|
[ 1.153341] media: Linux media interface: v0.10
|
1568
|
[ 1.153379] videodev: Linux video capture interface: v2.00
|
1569
|
[ 1.153443] pps_core: LinuxPPS API ver. 1 registered
|
1570
|
[ 1.153458] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
|
1571
|
[ 1.153481] PTP clock support registered
|
1572
|
[ 1.153730] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0
|
1573
|
[ 1.154188] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_vpu-supply from device tree
|
1574
|
[ 1.154204] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_vpu-supply property in node /power-management@fdd90000/power-controller failed
|
1575
|
[ 1.154255] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rga-supply from device tree
|
1576
|
[ 1.154267] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rga-supply property in node /power-management@fdd90000/power-controller failed
|
1577
|
[ 1.154320] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rkvenc-supply from device tree
|
1578
|
[ 1.154331] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rkvenc-supply property in node /power-management@fdd90000/power-controller failed
|
1579
|
[ 1.154371] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rkvdec-supply from device tree
|
1580
|
[ 1.154382] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rkvdec-supply property in node /power-management@fdd90000/power-controller failed
|
1581
|
[ 1.154412] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_vi-supply from device tree
|
1582
|
[ 1.154438] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_vi-supply property in node /power-management@fdd90000/power-controller failed
|
1583
|
[ 1.155862] jerry think sdemmc_pin request is:0
|
1584
|
[ 1.155887] jerry think the sdemmc value is:117
|
1585
|
[ 1.155919] jerry think fan_pin request is:0
|
1586
|
[ 1.155934] jerry think the sdemmc value is:154
|
1587
|
[ 1.155949] jerry sdemmc gpio is error:-1
|
1588
|
[ 1.155963] jerry sdemmc gpio is error:-1
|
1589
|
[ 1.155972] jerry probe is successl
|
1590
|
[ 1.156038] module init error *************************
|
1591
|
[ 1.156090] Advanced Linux Sound Architecture Driver Initialized.
|
1592
|
[ 1.156458] Bluetooth: Core ver 2.22
|
1593
|
[ 1.156501] NET: Registered protocol family 31
|
1594
|
[ 1.156514] Bluetooth: HCI device and connection manager initialized
|
1595
|
[ 1.156532] Bluetooth: HCI socket layer initialized
|
1596
|
[ 1.156546] Bluetooth: L2CAP socket layer initialized
|
1597
|
[ 1.156577] Bluetooth: SCO socket layer initialized
|
1598
|
[ 1.157949] rockchip-cpuinfo cpuinfo: SoC : 35682000
|
1599
|
[ 1.157977] rockchip-cpuinfo cpuinfo: Serial : bbf8d8db79b9bdf3
|
1600
|
[ 1.158869] clocksource: Switched to clocksource arch_sys_counter
|
1601
|
[ 1.220355] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
|
1602
|
[ 1.220623] NET: Registered protocol family 2
|
1603
|
[ 1.220822] IP idents hash table entries: 65536 (order: 7, 524288 bytes)
|
1604
|
[ 1.222001] tcp_listen_portaddr_hash hash table entries: 2048 (order: 4, 81920 bytes)
|
1605
|
[ 1.222081] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
|
1606
|
[ 1.222293] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes)
|
1607
|
[ 1.222949] TCP: Hash tables configured (established 32768 bind 32768)
|
1608
|
[ 1.223072] UDP hash table entries: 2048 (order: 5, 196608 bytes)
|
1609
|
[ 1.223228] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes)
|
1610
|
[ 1.223483] NET: Registered protocol family 1
|
1611
|
[ 1.223891] RPC: Registered named UNIX socket transport module.
|
1612
|
[ 1.223907] RPC: Registered udp transport module.
|
1613
|
[ 1.223918] RPC: Registered tcp transport module.
|
1614
|
[ 1.223928] RPC: Registered tcp NFSv4.1 backchannel transport module.
|
1615
|
[ 1.224445] PCI: CLS 0 bytes, default 64
|
1616
|
[ 1.225961] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
|
1617
|
[ 1.227535] Initialise system trusted keyrings
|
1618
|
[ 1.227703] workingset: timestamp_bits=61 max_order=20 bucket_order=0
|
1619
|
[ 1.232366] squashfs: version 4.0 (2009/01/31) Phillip Lougher
|
1620
|
[ 1.233049] NFS: Registering the id_resolver key type
|
1621
|
[ 1.233087] Key type id_resolver registered
|
1622
|
[ 1.233095] Key type id_legacy registered
|
1623
|
[ 1.233122] ntfs: driver 2.1.32 [Flags: R/O].
|
1624
|
[ 1.233274] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
|
1625
|
[ 1.233579] fuse init (API version 7.27)
|
1626
|
[ 1.233887] SGI XFS with security attributes, no debug enabled
|
1627
|
[ 1.235927] NET: Registered protocol family 38
|
1628
|
[ 1.235961] Key type asymmetric registered
|
1629
|
[ 1.235975] Asymmetric key parser 'x509' registered
|
1630
|
[ 1.236020] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
|
1631
|
[ 1.236141] io scheduler noop registered
|
1632
|
[ 1.236154] io scheduler deadline registered
|
1633
|
[ 1.236260] io scheduler cfq registered (default)
|
1634
|
[ 1.236269] io scheduler mq-deadline registered
|
1635
|
[ 1.236285] io scheduler kyber registered
|
1636
|
[ 1.237176] rockchip-csi2-dphy csi2-dphy0: csi2 dphy0 probe successfully!
|
1637
|
[ 1.237318] rockchip-csi2-dphy-hw fe870000.csi2-dphy-hw: csi2 dphy hw probe successfully!
|
1638
|
[ 1.239191] phy phy-fe8a0000.usb2-phy.0: Looking up phy-supply from device tree
|
1639
|
[ 1.239207] vcc5v0_host: could not add device link phy-fe8a0000.usb2-phy.0 err -2
|
1640
|
[ 1.239258] phy phy-fe8a0000.usb2-phy.0: Linked as a consumer to regulator.5
|
1641
|
[ 1.239359] phy phy-fe8a0000.usb2-phy.1: Looking up phy-supply from device tree
|
1642
|
[ 1.239366] phy phy-fe8a0000.usb2-phy.1: Looking up phy-supply property in node /usb2-phy@fe8a0000/otg-port failed
|
1643
|
[ 1.239437] phy phy-fe8a0000.usb2-phy.1: Looking up vbus-supply from device tree
|
1644
|
[ 1.239485] phy phy-fe8a0000.usb2-phy.1: Linked as a consumer to regulator.6
|
1645
|
[ 1.240753] extcon extcon1: failed to create extcon usb2-phy link
|
1646
|
[ 1.240811] phy phy-fe8b0000.usb2-phy.2: Looking up phy-supply from device tree
|
1647
|
[ 1.240824] vcc5v0_host: could not add device link phy-fe8b0000.usb2-phy.2 err -2
|
1648
|
[ 1.240857] phy phy-fe8b0000.usb2-phy.2: Linked as a consumer to regulator.5
|
1649
|
[ 1.240940] phy phy-fe8b0000.usb2-phy.3: Looking up phy-supply from device tree
|
1650
|
[ 1.240950] vcc5v0_host: could not add device link phy-fe8b0000.usb2-phy.3 err -2
|
1651
|
[ 1.240991] phy phy-fe8b0000.usb2-phy.3: Linked as a consumer to regulator.5
|
1652
|
[ 1.241070] phy phy-fe8b0000.usb2-phy.3: Looking up vbus-supply from device tree
|
1653
|
[ 1.241077] phy phy-fe8b0000.usb2-phy.3: Looking up vbus-supply property in node /usb2-phy@fe8b0000/otg-port failed
|
1654
|
[ 1.241097] phy phy-fe8b0000.usb2-phy.3: No vbus specified for otg port
|
1655
|
[ 1.242572] ztl test v probe start!
|
1656
|
[ 1.242707] phy phy-fe850000.video-phy.4: Looking up phy-supply from device tree
|
1657
|
[ 1.242715] phy phy-fe850000.video-phy.4: Looking up phy-supply property in node /video-phy@fe850000 failed
|
1658
|
[ 1.243146] ztl test v probe end!
|
1659
|
[ 1.244270] phy phy-fe820000.phy.5: Looking up phy-supply from device tree
|
1660
|
[ 1.244279] phy phy-fe820000.phy.5: Looking up phy-supply property in node /phy@fe820000 failed
|
1661
|
[ 1.244644] phy phy-fe830000.phy.6: Looking up phy-supply from device tree
|
1662
|
[ 1.244651] phy phy-fe830000.phy.6: Looking up phy-supply property in node /phy@fe830000 failed
|
1663
|
[ 1.244957] phy phy-fe840000.phy.7: Looking up phy-supply from device tree
|
1664
|
[ 1.244965] phy phy-fe840000.phy.7: Looking up phy-supply property in node /phy@fe840000 failed
|
1665
|
[ 1.247702] pwm-backlight backlight: Looking up power-supply from device tree
|
1666
|
[ 1.247712] pwm-backlight backlight: Looking up power-supply property in node /backlight failed
|
1667
|
[ 1.247729] pwm-backlight backlight: backlight supply power not found, using dummy regulator
|
1668
|
[ 1.247808] pwm-backlight backlight: Linked as a consumer to regulator.0
|
1669
|
[ 1.248049] mpp_service mpp-srv: 7d00153560b9 author: mark83136 2022-05-20 new kernel
|
1670
|
[ 1.248067] mpp_service mpp-srv: probe start
|
1671
|
[ 1.248759] iommu: Adding device fdf40000.rkvenc to group 5
|
1672
|
[ 1.248784] mpp_rkvenc fdf40000.rkvenc: Linked as a consumer to fdf40f00.iommu
|
1673
|
[ 1.248992] mpp_rkvenc fdf40000.rkvenc: probing start
|
1674
|
[ 1.249386] mpp_rkvenc fdf40000.rkvenc: Looking up venc-supply from device tree
|
1675
|
[ 1.249396] mpp_rkvenc fdf40000.rkvenc: Looking up venc-supply property in node /rkvenc@fdf40000 failed
|
1676
|
[ 1.249415] mpp_rkvenc fdf40000.rkvenc: no regulator, devfreq is disabled
|
1677
|
[ 1.249681] mpp_rkvenc fdf40000.rkvenc: probing finish
|
1678
|
[ 1.250542] iommu: Adding device fdea0400.vdpu to group 1
|
1679
|
[ 1.250575] mpp_vdpu2 fdea0400.vdpu: Linked as a consumer to fdea0800.iommu
|
1680
|
[ 1.250714] mpp_vdpu2 fdea0400.vdpu: probe device
|
1681
|
[ 1.251178] mpp_vdpu2 fdea0400.vdpu: probing finish
|
1682
|
[ 1.251648] iommu: Adding device fdee0000.vepu to group 3
|
1683
|
[ 1.251674] mpp_vepu2 fdee0000.vepu: Linked as a consumer to fdee0800.iommu
|
1684
|
[ 1.251829] mpp_vepu2 fdee0000.vepu: probe device
|
1685
|
[ 1.252275] mpp_vepu2 fdee0000.vepu: probing finish
|
1686
|
[ 1.252736] iommu: Adding device fdef0000.iep to group 4
|
1687
|
[ 1.252768] mpp-iep2 fdef0000.iep: Linked as a consumer to fdef0800.iommu
|
1688
|
[ 1.252886] mpp-iep2 fdef0000.iep: probe device
|
1689
|
[ 1.253274] mpp-iep2 fdef0000.iep: allocate roi buffer failed
|
1690
|
[ 1.253419] mpp-iep2 fdef0000.iep: probing finish
|
1691
|
[ 1.253848] iommu: Adding device fded0000.jpegd to group 2
|
1692
|
[ 1.253883] mpp_jpgdec fded0000.jpegd: Linked as a consumer to fded0480.iommu
|
1693
|
[ 1.253994] mpp_jpgdec fded0000.jpegd: probe device
|
1694
|
[ 1.254445] mpp_jpgdec fded0000.jpegd: probing finish
|
1695
|
[ 1.254906] iommu: Adding device fdf80200.rkvdec to group 6
|
1696
|
[ 1.254936] mpp_rkvdec2 fdf80200.rkvdec: Linked as a consumer to fdf80800.iommu
|
1697
|
[ 1.255119] mpp_rkvdec2 fdf80200.rkvdec: probing start
|
1698
|
[ 1.255244] mpp_rkvdec2 fdf80200.rkvdec: 16 task capacity link mode detected
|
1699
|
[ 1.255519] mpp_rkvdec2 fdf80200.rkvdec: shared_niu_a is not found!
|
1700
|
[ 1.255577] rkvdec2_init:661: No niu aclk reset resource define
|
1701
|
[ 1.255593] mpp_rkvdec2 fdf80200.rkvdec: shared_niu_h is not found!
|
1702
|
[ 1.255604] rkvdec2_init:664: No niu hclk reset resource define
|
1703
|
[ 1.255755] mpp_rkvdec2 fdf80200.rkvdec: sram_start 0x00000000fdcc0000
|
1704
|
[ 1.255773] mpp_rkvdec2 fdf80200.rkvdec: rcb_iova 0x0000000010000000
|
1705
|
[ 1.255785] mpp_rkvdec2 fdf80200.rkvdec: sram_size 45056
|
1706
|
[ 1.255796] mpp_rkvdec2 fdf80200.rkvdec: rcb_size 65536
|
1707
|
[ 1.255808] mpp_rkvdec2 fdf80200.rkvdec: min_width 512
|
1708
|
[ 1.255855] mpp_rkvdec2 fdf80200.rkvdec: link mode probe finish
|
1709
|
[ 1.255920] mpp_rkvdec2 fdf80200.rkvdec: probing finish
|
1710
|
[ 1.256205] mpp_service mpp-srv: probe success
|
1711
|
[ 1.259600] dma-pl330 fe530000.dmac: Loaded driver for PL330 DMAC-241330
|
1712
|
[ 1.259618] dma-pl330 fe530000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
|
1713
|
[ 1.261338] dma-pl330 fe550000.dmac: Loaded driver for PL330 DMAC-241330
|
1714
|
[ 1.261361] dma-pl330 fe550000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
|
1715
|
[ 1.262414] rockchip-system-monitor rockchip-system-monitor: system monitor probe
|
1716
|
[ 1.263256] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
|
1717
|
[ 1.263929] fe670000.serial: ttyS3 at MMIO 0xfe670000 (irq = 58, base_baud = 1500000) is a 16550A
|
1718
|
[ 1.263949] ztl ready to ttyS3 rename to ttyS1 !
|
1719
|
[ 1.264349] fe680000.serial: ttyS4 at MMIO 0xfe680000 (irq = 59, base_baud = 1500000) is a 16550A
|
1720
|
[ 1.264370] ztl ready to ttyS4 rename to ttyS3 !
|
1721
|
[ 1.264722] fe690000.serial: ttyS5 at MMIO 0xfe690000 (irq = 60, base_baud = 1500000) is a 16550A
|
1722
|
[ 1.264743] ztl ready to ttyS5 rename to ttyS4 !
|
1723
|
[ 1.265113] fe6c0000.serial: ttyS8 at MMIO 0xfe6c0000 (irq = 61, base_baud = 1500000) is a 16550A
|
1724
|
[ 1.267404] random: fast init done
|
1725
|
[ 1.267678] iommu: Adding device fe040000.vop to group 8
|
1726
|
[ 1.267699] random: crng init done
|
1727
|
[ 1.267718] rockchip-vop2 fe040000.vop: Linked as a consumer to fe043e00.iommu
|
1728
|
[ 1.271545] rockchip-drm display-subsystem: Linked as a consumer to fe040000.vop
|
1729
|
[ 1.272466] rockchip-drm display-subsystem: Linked as a consumer to fe0a0000.hdmi
|
1730
|
[ 1.272818] rockchip-drm display-subsystem: Linked as a consumer to fe060000.dsi
|
1731
|
[ 1.273873] rockchip-drm display-subsystem: defer getting devfreq
|
1732
|
[ 1.274125] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x2a, primary plane phy id: 5
|
1733
|
[ 1.274149] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp1 assign plane mask: 0x15, primary plane phy id: 4
|
1734
|
[ 1.274166] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x0, primary plane phy id: -1
|
1735
|
[ 1.274610] [drm] unsupported AFBC format[3432564e]
|
1736
|
[ 1.274878] rockchip-drm display-subsystem: bound fe040000.vop (ops 0xffffff80090d6458)
|
1737
|
[ 1.275068] dwhdmi-rockchip fe0a0000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
|
1738
|
[ 1.275621] dwhdmi-rockchip fe0a0000.hdmi: registered DesignWare HDMI I2C bus driver
|
1739
|
[ 1.276095] rockchip-drm display-subsystem: bound fe0a0000.hdmi (ops 0xffffff80090d9f70)
|
1740
|
[ 1.276137] dw-mipi-dsi fe060000.dsi: [drm:dw_mipi_dsi_bind] *ERROR* Failed to find panel or bridge: -517
|
1741
|
[ 1.280533] panel-simple-dsi fe060000.dsi.0: Looking up power-supply from device tree
|
1742
|
[ 1.280610] panel-simple-dsi fe060000.dsi.0: Linked as a consumer to regulator.7
|
1743
|
[ 1.280634] panel-simple-dsi fe060000.dsi.0: Looking up vsp-supply from device tree
|
1744
|
[ 1.280647] panel-simple-dsi fe060000.dsi.0: Looking up vsp-supply property in node /dsi@fe060000/dsi0-panel@0 failed
|
1745
|
[ 1.280666] panel-simple-dsi fe060000.dsi.0: fe060000.dsi.0 supply vsp not found, using dummy regulator
|
1746
|
[ 1.280716] panel-simple-dsi fe060000.dsi.0: Linked as a consumer to regulator.0
|
1747
|
[ 1.280732] panel-simple-dsi fe060000.dsi.0: Looking up vsn-supply from device tree
|
1748
|
[ 1.280742] panel-simple-dsi fe060000.dsi.0: Looking up vsn-supply property in node /dsi@fe060000/dsi0-panel@0 failed
|
1749
|
[ 1.280754] panel-simple-dsi fe060000.dsi.0: fe060000.dsi.0 supply vsn not found, using dummy regulator
|
1750
|
[ 1.281758] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_gpu-supply from device tree
|
1751
|
[ 1.281773] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_gpu-supply property in node /power-management@fdd90000/power-controller failed
|
1752
|
[ 1.281816] mali fde60000.gpu: Kernel DDK version g7p1-01bet0
|
1753
|
[ 1.281904] mali fde60000.gpu: Looking up mali-supply from device tree
|
1754
|
[ 1.281932] mali fde60000.gpu: Device initialization Deferred
|
1755
|
[ 1.282024] cacheinfo: Unable to detect cache hierarchy for CPU 0
|
1756
|
[ 1.282706] brd: module loaded
|
1757
|
[ 1.288131] loop: module loaded
|
1758
|
[ 1.288487] zram: Added device: zram0
|
1759
|
[ 1.288583] lkdtm: No crash points registered, enable through debugfs
|
1760
|
[ 1.289668] ahci fc800000.sata: Looking up target-supply from device tree
|
1761
|
[ 1.289679] ahci fc800000.sata: Looking up target-supply property in node /sata@fc800000 failed
|
1762
|
[ 1.289777] ahci fc800000.sata: forcing port_map 0x0 -> 0x1
|
1763
|
[ 1.289832] ahci fc800000.sata: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl platform mode
|
1764
|
[ 1.289850] ahci fc800000.sata: flags: ncq sntf pm led clo only pmp fbs pio slum part ccc apst
|
1765
|
[ 1.289871] ahci fc800000.sata: port 0 is not capable of FBS
|
1766
|
[ 1.290552] scsi host0: ahci
|
1767
|
[ 1.290840] ata1: SATA max UDMA/133 mmio [mem 0xfc800000-0xfc800fff] port 0x100 irq 11
|
1768
|
[ 1.292723] tun: Universal TUN/TAP device driver, 1.6
|
1769
|
[ 1.292895] vcan: Virtual CAN interface driver
|
1770
|
[ 1.292913] CAN device driver interface
|
1771
|
[ 1.294367] rk_gmac-dwmac fe2a0000.ethernet: Looking up phy-supply from device tree
|
1772
|
[ 1.294382] rk_gmac-dwmac fe2a0000.ethernet: Looking up phy-supply property in node /ethernet@fe2a0000 failed
|
1773
|
[ 1.294403] rk_gmac-dwmac fe2a0000.ethernet: no regulator found
|
1774
|
[ 1.294429] rk_gmac-dwmac fe2a0000.ethernet: clock input or output? (output).
|
1775
|
[ 1.294443] rk_gmac-dwmac fe2a0000.ethernet: Can not read property: tx_delay.
|
1776
|
[ 1.294455] rk_gmac-dwmac fe2a0000.ethernet: set tx_delay to 0xffffffff
|
1777
|
[ 1.294466] rk_gmac-dwmac fe2a0000.ethernet: Can not read property: rx_delay.
|
1778
|
[ 1.294477] rk_gmac-dwmac fe2a0000.ethernet: set rx_delay to 0xffffffff
|
1779
|
[ 1.294492] rk_gmac-dwmac fe2a0000.ethernet: integrated PHY? (no).
|
1780
|
[ 1.294526] rk_gmac-dwmac fe2a0000.ethernet: cannot get clock clk_mac_ref
|
1781
|
[ 1.299568] rk_gmac-dwmac fe2a0000.ethernet: init for RMII
|
1782
|
[ 1.299803] rk_gmac-dwmac fe2a0000.ethernet: User ID: 0x30, Synopsys ID: 0x51
|
1783
|
[ 1.299821] rk_gmac-dwmac fe2a0000.ethernet: DWMAC4/5
|
1784
|
[ 1.299836] rk_gmac-dwmac fe2a0000.ethernet: DMA HW capability register supported
|
1785
|
[ 1.299847] rk_gmac-dwmac fe2a0000.ethernet: RX Checksum Offload Engine supported
|
1786
|
[ 1.299858] rk_gmac-dwmac fe2a0000.ethernet: TX Checksum insertion supported
|
1787
|
[ 1.299868] rk_gmac-dwmac fe2a0000.ethernet: Wake-Up On Lan supported
|
1788
|
[ 1.299910] rk_gmac-dwmac fe2a0000.ethernet: TSO supported
|
1789
|
[ 1.299923] rk_gmac-dwmac fe2a0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
|
1790
|
[ 1.299937] ztl use cpuid generate mac address:5a:39:b2:39:65:64
|
1791
|
[ 1.299948] rk_gmac-dwmac fe2a0000.ethernet: device MAC address 5a:39:b2:39:65:64
|
1792
|
[ 1.299960] rk_gmac-dwmac fe2a0000.ethernet: TSO feature enabled
|
1793
|
[ 1.434184] usbcore: registered new interface driver rndis_wlan
|
1794
|
[ 1.434250] usbcore: registered new interface driver rtl8150
|
1795
|
[ 1.434295] usbcore: registered new interface driver r8152
|
1796
|
[ 1.434338] usbcore: registered new interface driver asix
|
1797
|
[ 1.434390] usbcore: registered new interface driver ax88179_178a
|
1798
|
[ 1.434436] usbcore: registered new interface driver cdc_ether
|
1799
|
[ 1.434479] usbcore: registered new interface driver rndis_host
|
1800
|
[ 1.434531] usbcore: registered new interface driver cdc_ncm
|
1801
|
[ 1.434579] usbcore: registered new interface driver qmi_wwan_q
|
1802
|
[ 1.434622] usbcore: registered new interface driver qmi_wwan
|
1803
|
[ 1.434664] usbcore: registered new interface driver cdc_mbim
|
1804
|
[ 1.435745] dwc3 fcc00000.dwc3: Failed to get clk 'ref': -2
|
1805
|
[ 1.438831] dwc3 fd000000.dwc3: Failed to get clk 'ref': -2
|
1806
|
[ 1.442880] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
|
1807
|
[ 1.442909] ehci-pci: EHCI PCI platform driver
|
1808
|
[ 1.442980] ehci-platform: EHCI generic platform driver
|
1809
|
[ 1.445271] ehci-platform fd800000.usb: EHCI Host Controller
|
1810
|
[ 1.445422] ehci-platform fd800000.usb: new USB bus registered, assigned bus number 1
|
1811
|
[ 1.445650] ehci-platform fd800000.usb: irq 12, io mem 0xfd800000
|
1812
|
[ 1.458893] ehci-platform fd800000.usb: USB 2.0 started, EHCI 1.00
|
1813
|
[ 1.459097] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
|
1814
|
[ 1.459114] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
|
1815
|
[ 1.459133] usb usb1: Product: EHCI Host Controller
|
1816
|
[ 1.459145] usb usb1: Manufacturer: Linux 4.19.232 ehci_hcd
|
1817
|
[ 1.459155] usb usb1: SerialNumber: fd800000.usb
|
1818
|
[ 1.459536] hub 1-0:1.0: USB hub found
|
1819
|
[ 1.459582] hub 1-0:1.0: 1 port detected
|
1820
|
[ 1.462051] ehci-platform fd880000.usb: EHCI Host Controller
|
1821
|
[ 1.462221] ehci-platform fd880000.usb: new USB bus registered, assigned bus number 2
|
1822
|
[ 1.462420] ehci-platform fd880000.usb: irq 14, io mem 0xfd880000
|
1823
|
[ 1.475560] ehci-platform fd880000.usb: USB 2.0 started, EHCI 1.00
|
1824
|
[ 1.475742] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
|
1825
|
[ 1.475759] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
|
1826
|
[ 1.475774] usb usb2: Product: EHCI Host Controller
|
1827
|
[ 1.475785] usb usb2: Manufacturer: Linux 4.19.232 ehci_hcd
|
1828
|
[ 1.475796] usb usb2: SerialNumber: fd880000.usb
|
1829
|
[ 1.476151] hub 2-0:1.0: USB hub found
|
1830
|
[ 1.476191] hub 2-0:1.0: 1 port detected
|
1831
|
[ 1.476841] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
|
1832
|
[ 1.476880] ohci-platform: OHCI generic platform driver
|
1833
|
[ 1.477087] ohci-platform fd840000.usb: Generic Platform OHCI controller
|
1834
|
[ 1.477240] ohci-platform fd840000.usb: new USB bus registered, assigned bus number 3
|
1835
|
[ 1.477391] ohci-platform fd840000.usb: irq 13, io mem 0xfd840000
|
1836
|
[ 1.536366] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
|
1837
|
[ 1.536384] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
|
1838
|
[ 1.536392] usb usb3: Product: Generic Platform OHCI controller
|
1839
|
[ 1.536400] usb usb3: Manufacturer: Linux 4.19.232 ohci_hcd
|
1840
|
[ 1.536406] usb usb3: SerialNumber: fd840000.usb
|
1841
|
[ 1.536758] hub 3-0:1.0: USB hub found
|
1842
|
[ 1.536799] hub 3-0:1.0: 1 port detected
|
1843
|
[ 1.537222] ohci-platform fd8c0000.usb: Generic Platform OHCI controller
|
1844
|
[ 1.537374] ohci-platform fd8c0000.usb: new USB bus registered, assigned bus number 4
|
1845
|
[ 1.537525] ohci-platform fd8c0000.usb: irq 15, io mem 0xfd8c0000
|
1846
|
[ 1.596368] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
|
1847
|
[ 1.596385] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
|
1848
|
[ 1.596394] usb usb4: Product: Generic Platform OHCI controller
|
1849
|
[ 1.596402] usb usb4: Manufacturer: Linux 4.19.232 ohci_hcd
|
1850
|
[ 1.596408] usb usb4: SerialNumber: fd8c0000.usb
|
1851
|
[ 1.596751] hub 4-0:1.0: USB hub found
|
1852
|
[ 1.596791] hub 4-0:1.0: 1 port detected
|
1853
|
[ 1.598137] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
|
1854
|
[ 1.598299] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 5
|
1855
|
[ 1.598615] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000011002010010
|
1856
|
[ 1.598667] xhci-hcd xhci-hcd.0.auto: irq 74, io mem 0xfcc00000
|
1857
|
[ 1.598955] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
|
1858
|
[ 1.598972] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
|
1859
|
[ 1.598986] usb usb5: Product: xHCI Host Controller
|
1860
|
[ 1.598997] usb usb5: Manufacturer: Linux 4.19.232 xhci-hcd
|
1861
|
[ 1.599008] usb usb5: SerialNumber: xhci-hcd.0.auto
|
1862
|
[ 1.599369] hub 5-0:1.0: USB hub found
|
1863
|
[ 1.599412] hub 5-0:1.0: 1 port detected
|
1864
|
[ 1.599699] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
|
1865
|
[ 1.599860] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 6
|
1866
|
[ 1.599884] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
|
1867
|
[ 1.599954] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
|
1868
|
[ 1.600075] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
|
1869
|
[ 1.600090] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
|
1870
|
[ 1.600104] usb usb6: Product: xHCI Host Controller
|
1871
|
[ 1.600115] usb usb6: Manufacturer: Linux 4.19.232 xhci-hcd
|
1872
|
[ 1.600126] usb usb6: SerialNumber: xhci-hcd.0.auto
|
1873
|
[ 1.600472] hub 6-0:1.0: USB hub found
|
1874
|
[ 1.600512] hub 6-0:1.0: 1 port detected
|
1875
|
[ 1.600927] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
|
1876
|
[ 1.601081] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 7
|
1877
|
[ 1.601398] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000011002010010
|
1878
|
[ 1.601456] xhci-hcd xhci-hcd.1.auto: irq 75, io mem 0xfd000000
|
1879
|
[ 1.601703] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
|
1880
|
[ 1.601720] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
|
1881
|
[ 1.601733] usb usb7: Product: xHCI Host Controller
|
1882
|
[ 1.601744] usb usb7: Manufacturer: Linux 4.19.232 xhci-hcd
|
1883
|
[ 1.601755] usb usb7: SerialNumber: xhci-hcd.1.auto
|
1884
|
[ 1.601955] ata1: SATA link down (SStatus 0 SControl 300)
|
1885
|
[ 1.602131] hub 7-0:1.0: USB hub found
|
1886
|
[ 1.602178] hub 7-0:1.0: 1 port detected
|
1887
|
[ 1.602479] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
|
1888
|
[ 1.602633] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 8
|
1889
|
[ 1.602651] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
|
1890
|
[ 1.602715] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
|
1891
|
[ 1.602831] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
|
1892
|
[ 1.602848] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
|
1893
|
[ 1.602860] usb usb8: Product: xHCI Host Controller
|
1894
|
[ 1.602871] usb usb8: Manufacturer: Linux 4.19.232 xhci-hcd
|
1895
|
[ 1.602882] usb usb8: SerialNumber: xhci-hcd.1.auto
|
1896
|
[ 1.603230] hub 8-0:1.0: USB hub found
|
1897
|
[ 1.603268] hub 8-0:1.0: 1 port detected
|
1898
|
[ 1.603683] usbcore: registered new interface driver cdc_acm
|
1899
|
[ 1.603698] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
|
1900
|
[ 1.603752] usbcore: registered new interface driver cdc_wdm
|
1901
|
[ 1.603968] usbcore: registered new interface driver uas
|
1902
|
[ 1.604110] usbcore: registered new interface driver usb-storage
|
1903
|
[ 1.604197] usbcore: registered new interface driver usbserial_generic
|
1904
|
[ 1.604230] usbserial: USB Serial support registered for generic
|
1905
|
[ 1.604283] usbcore: registered new interface driver ch341
|
1906
|
[ 1.604312] usbserial: USB Serial support registered for ch341-uart
|
1907
|
[ 1.604362] usbcore: registered new interface driver cp210x
|
1908
|
[ 1.604392] usbserial: USB Serial support registered for cp210x
|
1909
|
[ 1.604487] usbcore: registered new interface driver ftdi_sio
|
1910
|
[ 1.604521] usbserial: USB Serial support registered for FTDI USB Serial Device
|
1911
|
[ 1.604752] usbcore: registered new interface driver keyspan
|
1912
|
[ 1.604783] usbserial: USB Serial support registered for Keyspan - (without firmware)
|
1913
|
[ 1.604812] usbserial: USB Serial support registered for Keyspan 1 port adapter
|
1914
|
[ 1.604834] usbserial: USB Serial support registered for Keyspan 2 port adapter
|
1915
|
[ 1.604864] usbserial: USB Serial support registered for Keyspan 4 port adapter
|
1916
|
[ 1.604920] usbcore: registered new interface driver option
|
1917
|
[ 1.604950] usbserial: USB Serial support registered for GSM modem (1-port)
|
1918
|
[ 1.605280] usbcore: registered new interface driver oti6858
|
1919
|
[ 1.605305] usbserial: USB Serial support registered for oti6858
|
1920
|
[ 1.605357] usbcore: registered new interface driver pl2303
|
1921
|
[ 1.605386] usbserial: USB Serial support registered for pl2303
|
1922
|
[ 1.605452] usbcore: registered new interface driver qcserial
|
1923
|
[ 1.605483] usbserial: USB Serial support registered for Qualcomm USB modem
|
1924
|
[ 1.605587] usbcore: registered new interface driver sierra
|
1925
|
[ 1.605619] usbserial: USB Serial support registered for Sierra USB modem
|
1926
|
[ 1.606922] usbcore: registered new interface driver usbtouchscreen
|
1927
|
[ 1.606982] cyttsp5_loader_init: Parade TTSP FW Loader Driver (Built TTDA.03.08.874312) rc=0
|
1928
|
[ 1.606992] cyttsp5_device_access_init: Parade TTSP Device Access Driver (Built TTDA.03.08.874312) rc=0
|
1929
|
[ 1.607260] .. rk pwm remotectl v2.0 init
|
1930
|
[ 1.607501] input: fe6e0030.pwm as /devices/platform/fe6e0030.pwm/input/input0
|
1931
|
[ 1.607789] remotectl-pwm fe6e0030.pwm: pwm version is 0x2130000
|
1932
|
[ 1.607813] remotectl-pwm fe6e0030.pwm: cannot find PWR IRQ
|
1933
|
[ 1.607827] remotectl-pwm fe6e0030.pwm: pwm sip wakeup config error!!
|
1934
|
[ 1.607839] remotectl-pwm fe6e0030.pwm: Donot support ATF Wakeup
|
1935
|
[ 1.608234] i2c /dev entries driver
|
1936
|
[ 1.609936] fan53555-regulator 0-001c: FAN53555 Option[12] Rev[15] Detected!
|
1937
|
[ 1.610427] vdd_cpu: override max_uV, 1390000 -> 1387500
|
1938
|
[ 1.612916] fan53555-regulator 0-001c: Looking up vin-supply from device tree
|
1939
|
[ 1.612927] vdd_cpu: supplied by vcc5v0_sys
|
1940
|
[ 1.612946] vcc5v0_sys: could not add device link regulator.19 err -2
|
1941
|
[ 1.615700] vdd_cpu: 712 <--> 1387 mV at 900 mV
|
1942
|
[ 1.617084] ztl test rk808 probe!
|
1943
|
[ 1.618014] rk808 0-0020: chip id: 0x8090
|
1944
|
[ 1.618048] rk808 0-0020: No cache defaults, reading back from HW
|
1945
|
[ 1.641723] rk808 0-0020: source: on=0x40, off=0x00
|
1946
|
[ 1.641745] rk808 0-0020: support dcdc3 fb mode:-22, 63
|
1947
|
[ 1.641760] rk808 0-0020: support pmic reset mode:0,1
|
1948
|
[ 1.647320] rk808-regulator rk808-regulator: there is no dvs0 gpio
|
1949
|
[ 1.647357] rk808-regulator rk808-regulator: there is no dvs1 gpio
|
1950
|
[ 1.647756] rk808 0-0020: Looking up vcc1-supply from device tree
|
1951
|
[ 1.647768] vdd_logic: supplied by vcc3v3_sys
|
1952
|
[ 1.647788] vcc3v3_sys: could not add device link regulator.20 err -2
|
1953
|
[ 1.647833] vdd_logic: 500 <--> 1350 mV at 900 mV
|
1954
|
[ 1.648401] rk808 0-0020: Looking up vcc2-supply from device tree
|
1955
|
[ 1.648410] vdd_gpu: supplied by vcc3v3_sys
|
1956
|
[ 1.648429] vcc3v3_sys: could not add device link regulator.21 err -2
|
1957
|
[ 1.648464] vdd_gpu: 500 <--> 1350 mV at 900 mV
|
1958
|
[ 1.648666] rk808 0-0020: Looking up vcc3-supply from device tree
|
1959
|
[ 1.648675] vcc_ddr: supplied by vcc3v3_sys
|
1960
|
[ 1.648693] vcc3v3_sys: could not add device link regulator.22 err -2
|
1961
|
[ 1.648721] vcc_ddr: at 500 mV
|
1962
|
[ 1.648955] rk808 0-0020: Looking up vcc4-supply from device tree
|
1963
|
[ 1.648963] vdd_npu: supplied by vcc3v3_sys
|
1964
|
[ 1.648986] vcc3v3_sys: could not add device link regulator.23 err -2
|
1965
|
[ 1.649024] vdd_npu: 500 <--> 1350 mV at 900 mV
|
1966
|
[ 1.649563] rk808 0-0020: Looking up vcc9-supply from device tree
|
1967
|
[ 1.649572] vcc_1v8: supplied by vcc3v3_sys
|
1968
|
[ 1.649590] vcc3v3_sys: could not add device link regulator.24 err -2
|
1969
|
[ 1.649624] vcc_1v8: 1800 mV
|
1970
|
[ 1.649799] rk808 0-0020: Looking up vcc5-supply from device tree
|
1971
|
[ 1.649807] vdda0v9_image: supplied by vcc3v3_sys
|
1972
|
[ 1.649825] vcc3v3_sys: could not add device link regulator.25 err -2
|
1973
|
[ 1.649866] vdda0v9_image: 900 mV
|
1974
|
[ 1.650378] rk808 0-0020: Looking up vcc5-supply from device tree
|
1975
|
[ 1.650386] vdda_0v9: supplied by vcc3v3_sys
|
1976
|
[ 1.650404] vcc3v3_sys: could not add device link regulator.26 err -2
|
1977
|
[ 1.650446] vdda_0v9: 900 mV
|
1978
|
[ 1.650626] rk808 0-0020: Looking up vcc5-supply from device tree
|
1979
|
[ 1.650634] vdda0v9_pmu: supplied by vcc3v3_sys
|
1980
|
[ 1.650652] vcc3v3_sys: could not add device link regulator.27 err -2
|
1981
|
[ 1.650683] vdda0v9_pmu: 900 mV
|
1982
|
[ 1.650866] rk808 0-0020: Looking up vcc6-supply from device tree
|
1983
|
[ 1.650875] vccio_acodec: supplied by vcc3v3_sys
|
1984
|
[ 1.650892] vcc3v3_sys: could not add device link regulator.28 err -2
|
1985
|
[ 1.650922] vccio_acodec: 3300 mV
|
1986
|
[ 1.651445] rk808 0-0020: Looking up vcc6-supply from device tree
|
1987
|
[ 1.651453] vccio_sd: supplied by vcc3v3_sys
|
1988
|
[ 1.651464] vcc3v3_sys: could not add device link regulator.29 err -2
|
1989
|
[ 1.651496] vccio_sd: 1800 <--> 3300 mV at 3300 mV
|
1990
|
[ 1.651692] rk808 0-0020: Looking up vcc6-supply from device tree
|
1991
|
[ 1.651700] vcc3v3_pmu: supplied by vcc3v3_sys
|
1992
|
[ 1.651720] vcc3v3_sys: could not add device link regulator.30 err -2
|
1993
|
[ 1.651751] vcc3v3_pmu: 3300 mV
|
1994
|
[ 1.652288] rk808 0-0020: Looking up vcc7-supply from device tree
|
1995
|
[ 1.652296] vcca_1v8: supplied by vcc3v3_sys
|
1996
|
[ 1.652314] vcc3v3_sys: could not add device link regulator.31 err -2
|
1997
|
[ 1.652345] vcca_1v8: 1800 mV
|
1998
|
[ 1.652525] rk808 0-0020: Looking up vcc7-supply from device tree
|
1999
|
[ 1.652533] vcca1v8_pmu: supplied by vcc3v3_sys
|
2000
|
[ 1.652550] vcc3v3_sys: could not add device link regulator.32 err -2
|
2001
|
[ 1.652592] vcca1v8_pmu: 1800 mV
|
2002
|
[ 1.652773] rk808 0-0020: Looking up vcc7-supply from device tree
|
2003
|
[ 1.652781] vcca1v8_image: supplied by vcc3v3_sys
|
2004
|
[ 1.652798] vcc3v3_sys: could not add device link regulator.33 err -2
|
2005
|
[ 1.652840] vcca1v8_image: 1800 mV
|
2006
|
[ 1.653354] rk808 0-0020: Looking up vcc9-supply from device tree
|
2007
|
[ 1.653362] vcc_3v3: supplied by vcc3v3_sys
|
2008
|
[ 1.653374] vcc3v3_sys: could not add device link regulator.34 err -2
|
2009
|
[ 1.653403] vcc_3v3: at 3300 mV
|
2010
|
[ 1.653917] rk808 0-0020: Looking up vcc8-supply from device tree
|
2011
|
[ 1.653925] vcc3v3_sd: supplied by vcc3v3_sys
|
2012
|
[ 1.653943] vcc3v3_sys: could not add device link regulator.35 err -2
|
2013
|
[ 1.653971] vcc3v3_sd: at 3300 mV
|
2014
|
[ 1.654269] rk817-battery rk817-battery: Failed to find matching dt id
|
2015
|
[ 1.654477] rk817-charger rk817-charger: Failed to find matching dt id
|
2016
|
[ 1.657516] input: rk805 pwrkey as /devices/platform/fdd40000.i2c/i2c-0/0-0020/rk805-pwrkey/input/input1
|
2017
|
[ 1.658160] ztl test rk808 end!
|
2018
|
[ 1.659072] goodix_ts_probe() start
|
2019
|
[ 1.659093] Goodix-TS 1-005d: no tp-size defined
|
2020
|
[ 1.659104] Goodix-TS 1-005d: Looking up tp-supply from device tree
|
2021
|
[ 1.659110] Goodix-TS 1-005d: Looking up tp-supply property in node /i2c@fe5a0000/gt9xx@5d failed
|
2022
|
[ 1.659139] Goodix-TS 1-005d: 1-005d supply tp not found, using dummy regulator
|
2023
|
[ 1.659198] Goodix-TS 1-005d: Linked as a consumer to regulator.0
|
2024
|
[ 1.685581] ztl gt9xx x_y_invert:
|
2025
|
[ 1.685595] ztl gt9xx x_reverse:
|
2026
|
[ 1.685601] ztl gt9xx y_reverse:
|
2027
|
[ 1.725559] usb 2-1: new high-speed USB device number 2 using ehci-platform
|
2028
|
[ 1.809634] <<-GTP-ERROR->> I2C Read: 0x8000, 10 bytes failed, errcode: -6! Process reset.
|
2029
|
[ 1.852216] usb 7-1: new high-speed USB device number 2 using xhci-hcd
|
2030
|
[ 1.872842] usb 2-1: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
|
2031
|
[ 1.872859] usb 2-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
|
2032
|
[ 1.872867] usb 2-1: Product: USB 2.0 Hub
|
2033
|
[ 1.873308] hub 2-1:1.0: USB hub found
|
2034
|
[ 1.873467] hub 2-1:1.0: 4 ports detected
|
2035
|
[ 1.906301] <<-GTP-ERROR->> I2C Read: 0x8000, 10 bytes failed, errcode: -6! Process reset.
|
2036
|
[ 1.994529] usb 7-1: New USB device found, idVendor=2109, idProduct=2813, bcdDevice=90.11
|
2037
|
[ 1.994552] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
|
2038
|
[ 1.994560] usb 7-1: Product: USB2.0 Hub
|
2039
|
[ 1.994567] usb 7-1: Manufacturer: VIA Labs, Inc.
|
2040
|
[ 2.002970] <<-GTP-ERROR->> I2C Read: 0x8000, 10 bytes failed, errcode: -6! Process reset.
|
2041
|
[ 2.050995] hub 7-1:1.0: USB hub found
|
2042
|
[ 2.051815] hub 7-1:1.0: 4 ports detected
|
2043
|
[ 2.099623] <<-GTP-ERROR->> I2C Read: 0x8000, 10 bytes failed, errcode: -6! Process reset.
|
2044
|
[ 2.156811] usb 8-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd
|
2045
|
[ 2.196295] <<-GTP-ERROR->> I2C Read: 0x8000, 10 bytes failed, errcode: -6! Process reset.
|
2046
|
[ 2.257130] usb 8-1: New USB device found, idVendor=2109, idProduct=0813, bcdDevice=90.11
|
2047
|
[ 2.257148] usb 8-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
|
2048
|
[ 2.257156] usb 8-1: Product: USB3.0 Hub
|
2049
|
[ 2.257162] usb 8-1: Manufacturer: VIA Labs, Inc.
|
2050
|
[ 2.274913] hub 8-1:1.0: USB hub found
|
2051
|
[ 2.275067] hub 8-1:1.0: 4 ports detected
|
2052
|
[ 2.292967] <<-GTP-ERROR->> I2C Read: 0x8000, 10 bytes failed, errcode: -6! Process reset.
|
2053
|
[ 2.358890] usb 7-1.1: new full-speed USB device number 3 using xhci-hcd
|
2054
|
[ 2.388884] <<-GTP-ERROR->> I2C read 0x8000, 10 bytes, double check failed!
|
2055
|
[ 2.388898] <<-GTP-ERROR->> Failed to get chip-type, set chip type default: GOODIX_GT9
|
2056
|
[ 2.389653] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -6! Process reset.
|
2057
|
[ 2.461253] usb 7-1.1: New USB device found, idVendor=258a, idProduct=002a, bcdDevice=90.28
|
2058
|
[ 2.461271] usb 7-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
|
2059
|
[ 2.461279] usb 7-1.1: Product: Gaming KB
|
2060
|
[ 2.461286] usb 7-1.1: Manufacturer: SINO WEALTH
|
2061
|
[ 2.485551] <<-GTP-ERROR->> GTP i2c test failed time 1.
|
2062
|
[ 2.502962] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -6! Process reset.
|
2063
|
[ 2.598882] <<-GTP-ERROR->> GTP i2c test failed time 2.
|
2064
|
[ 2.615555] usb 7-1.2: new full-speed USB device number 4 using xhci-hcd
|
2065
|
[ 2.616300] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -6! Process reset.
|
2066
|
[ 2.712215] <<-GTP-ERROR->> GTP i2c test failed time 3.
|
2067
|
[ 2.717968] usb 7-1.2: New USB device found, idVendor=046d, idProduct=c246, bcdDevice=70.03
|
2068
|
[ 2.717985] usb 7-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
|
2069
|
[ 2.717993] usb 7-1.2: Product: G300s Optical Gaming Mouse
|
2070
|
[ 2.718000] usb 7-1.2: Manufacturer: Logitech
|
2071
|
[ 2.729634] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -6! Process reset.
|
2072
|
[ 2.788958] usb 8-1.4: new SuperSpeed Gen 1 USB device number 3 using xhci-hcd
|
2073
|
[ 2.806342] usb 8-1.4: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=30.00
|
2074
|
[ 2.806360] usb 8-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=6
|
2075
|
[ 2.806368] usb 8-1.4: Product: USB 10/100/1000 LAN
|
2076
|
[ 2.806375] usb 8-1.4: Manufacturer: Realtek
|
2077
|
[ 2.806381] usb 8-1.4: SerialNumber: 000001
|
2078
|
[ 2.825552] <<-GTP-ERROR->> GTP i2c test failed time 4.
|
2079
|
[ 2.842968] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -6! Process reset.
|
2080
|
[ 2.938883] <<-GTP-ERROR->> GTP i2c test failed time 5.
|
2081
|
[ 2.955550] <goodix_ts_probe>_2861 I2C communication ERROR!
|
2082
|
[ 2.955563] <goodix_ts_probe>_2936 prob error !!!!!!!!!!!!!!!
|
2083
|
[ 2.955628] Goodix-TS 1-005d: Dropping the link to regulator.0
|
2084
|
[ 2.958276] rtc-hym8563 5-0051: rtc information is valid
|
2085
|
[ 2.962864] usb 8-1.4: reset SuperSpeed Gen 1 USB device number 3 using xhci-hcd
|
2086
|
[ 2.963632] rtc-hym8563 5-0051: rtc core: registered hym8563 as rtc0
|
2087
|
[ 2.964661] rtc-hym8563 5-0051: setting system clock to 2025-09-09 23:04:25 UTC (1757459065)
|
2088
|
[ 2.967874] iommu: Adding device fdff0000.rkisp to group 7
|
2089
|
[ 2.967909] rkisp_hw fdff0000.rkisp: Linked as a consumer to fdff1a00.iommu
|
2090
|
[ 2.968067] rkisp_hw fdff0000.rkisp: is_thunderboot: 0
|
2091
|
[ 2.968085] rkisp_hw fdff0000.rkisp: max input:0x0@0fps
|
2092
|
[ 2.968112] rkisp_hw fdff0000.rkisp: can't request region for resource [mem 0xfdff0000-0xfdffffff]
|
2093
|
[ 2.969105] usbcore: registered new interface driver uvcvideo
|
2094
|
[ 2.969121] USB Video Class driver (1.1.1)
|
2095
|
[ 2.969257] rockchip-iodomain fdc20000.syscon:io-domains: Looking up pmuio1-supply from device tree
|
2096
|
[ 2.969340] rockchip-iodomain fdc20000.syscon:io-domains: Linked as a consumer to regulator.30
|
2097
|
[ 2.969378] rockchip-iodomain fdc20000.syscon:io-domains: pmuio1(3300000 uV) supplied by vcc3v3_pmu
|
2098
|
[ 2.969405] rockchip-iodomain fdc20000.syscon:io-domains: Looking up pmuio2-supply from device tree
|
2099
|
[ 2.969497] rockchip-iodomain fdc20000.syscon:io-domains: pmuio2(3300000 uV) supplied by vcc3v3_pmu
|
2100
|
[ 2.969525] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio1-supply from device tree
|
2101
|
[ 2.969577] rockchip-iodomain fdc20000.syscon:io-domains: Linked as a consumer to regulator.28
|
2102
|
[ 2.969609] rockchip-iodomain fdc20000.syscon:io-domains: vccio1(3300000 uV) supplied by vccio_acodec
|
2103
|
[ 2.969630] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio2-supply from device tree
|
2104
|
[ 2.969638] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio2-supply property in node /syscon@fdc20000/io-domains failed
|
2105
|
[ 2.969667] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio3-supply from device tree
|
2106
|
[ 2.969712] rockchip-iodomain fdc20000.syscon:io-domains: Linked as a consumer to regulator.29
|
2107
|
[ 2.969744] rockchip-iodomain fdc20000.syscon:io-domains: vccio3(3300000 uV) supplied by vccio_sd
|
2108
|
[ 2.969770] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio4-supply from device tree
|
2109
|
[ 2.969829] rockchip-iodomain fdc20000.syscon:io-domains: Linked as a consumer to regulator.34
|
2110
|
[ 2.969857] rockchip-iodomain fdc20000.syscon:io-domains: vccio4(3300000 uV) supplied by vcc_3v3
|
2111
|
[ 2.969897] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio5-supply from device tree
|
2112
|
[ 2.969959] rockchip-iodomain fdc20000.syscon:io-domains: vccio5(3300000 uV) supplied by vcc_3v3
|
2113
|
[ 2.969986] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio6-supply from device tree
|
2114
|
[ 2.970031] rockchip-iodomain fdc20000.syscon:io-domains: Linked as a consumer to regulator.24
|
2115
|
[ 2.970063] rockchip-iodomain fdc20000.syscon:io-domains: vccio6(1800000 uV) supplied by vcc_1v8
|
2116
|
[ 2.970088] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio7-supply from device tree
|
2117
|
[ 2.970171] rockchip-iodomain fdc20000.syscon:io-domains: vccio7(3300000 uV) supplied by vcc_3v3
|
2118
|
[ 2.972866] rockchip-thermal fe710000.tsadc: tsadc is probed successfully!
|
2119
|
[ 2.973788] Bluetooth: HCI UART driver ver 2.3
|
2120
|
[ 2.973806] Bluetooth: HCI UART protocol H4 registered
|
2121
|
[ 2.973818] Bluetooth: HCI UART protocol ATH3K registered
|
2122
|
[ 2.973906] usbcore: registered new interface driver bfusb
|
2123
|
[ 2.973985] usbcore: registered new interface driver btusb
|
2124
|
[ 2.974246] cpu cpu0: leakage=25
|
2125
|
[ 2.974293] cpu cpu0: pvtm = 88690, from nvmem
|
2126
|
[ 2.974312] cpu cpu0: pvtm-volt-sel=1
|
2127
|
[ 2.974540] cpu cpu0: Looking up cpu-supply from device tree
|
2128
|
[ 2.975072] cpu cpu0: Linked as a consumer to regulator.19
|
2129
|
[ 2.975124] cpu cpu0: Dropping the link to regulator.19
|
2130
|
[ 2.975205] cpu cpu0: Looking up cpu-supply from device tree
|
2131
|
[ 2.975709] cpu cpu0: Linked as a consumer to regulator.19
|
2132
|
[ 2.976340] cpu cpu0: avs=0
|
2133
|
[ 2.976394] energy_model: pd0: hertz/watts ratio non-monotonically decreasing: em_cap_state 2 >= em_cap_state1
|
2134
|
[ 2.976551] energy_model: Created perf domain 0-3
|
2135
|
[ 2.976598] cpu cpu0: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
|
2136
|
[ 2.980014] cpu cpu0: failed to find power_model node
|
2137
|
[ 2.981286] sdhci: Secure Digital Host Controller Interface driver
|
2138
|
[ 2.981304] sdhci: Copyright(c) Pierre Ossman
|
2139
|
[ 2.981314] Synopsys Designware Multimedia Card Interface Driver
|
2140
|
[ 2.982240] dwmmc_rockchip fe000000.dwmmc: IDMAC supports 32-bit address mode.
|
2141
|
[ 2.982411] dwmmc_rockchip fe000000.dwmmc: Using internal DMA controller.
|
2142
|
[ 2.982431] dwmmc_rockchip fe000000.dwmmc: Version ID is 270a
|
2143
|
[ 2.982482] dwmmc_rockchip fe000000.dwmmc: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
|
2144
|
[ 2.982510] dwmmc_rockchip fe000000.dwmmc: Looking up vmmc-supply from device tree
|
2145
|
[ 2.982520] dwmmc_rockchip fe000000.dwmmc: Looking up vmmc-supply property in node /dwmmc@fe000000 failed
|
2146
|
[ 2.982553] dwmmc_rockchip fe000000.dwmmc: Looking up vqmmc-supply from device tree
|
2147
|
[ 2.982559] dwmmc_rockchip fe000000.dwmmc: Looking up vqmmc-supply property in node /dwmmc@fe000000 failed
|
2148
|
[ 2.982615] dwmmc_rockchip fe000000.dwmmc: allocated mmc-pwrseq
|
2149
|
[ 2.982633] mmc_host mmc3: card is non-removable.
|
2150
|
[ 3.015698] r8152 8-1.4:1.0: Direct firmware load for rtl_nic/rtl8153a-4.fw failed with error -2
|
2151
|
[ 3.015724] r8152 8-1.4:1.0: unable to load firmware patch rtl_nic/rtl8153a-4.fw (-2)
|
2152
|
[ 3.046329] r8152 8-1.4:1.0 eth1: v1.11.11
|
2153
|
[ 3.199909] mmc_host mmc3: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
|
2154
|
[ 3.213794] dwmmc_rockchip fe2b0000.dwmmc: IDMAC supports 32-bit address mode.
|
2155
|
[ 3.214032] dwmmc_rockchip fe2b0000.dwmmc: Using internal DMA controller.
|
2156
|
[ 3.214080] dwmmc_rockchip fe2b0000.dwmmc: Version ID is 270a
|
2157
|
[ 3.214194] dwmmc_rockchip fe2b0000.dwmmc: DW MMC controller at irq 45,32 bit host data width,256 deep fifo
|
2158
|
[ 3.214249] dwmmc_rockchip fe2b0000.dwmmc: Looking up vmmc-supply from device tree
|
2159
|
[ 3.214409] dwmmc_rockchip fe2b0000.dwmmc: Linked as a consumer to regulator.35
|
2160
|
[ 3.214455] dwmmc_rockchip fe2b0000.dwmmc: Looking up vqmmc-supply from device tree
|
2161
|
[ 3.214654] dwmmc_rockchip fe2b0000.dwmmc: Linked as a consumer to regulator.29
|
2162
|
[ 3.226105] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
|
2163
|
[ 3.234372] mmc3: queuing unknown CIS tuple 0x80 (2 bytes)
|
2164
|
[ 3.236484] mmc3: queuing unknown CIS tuple 0x80 (3 bytes)
|
2165
|
[ 3.238587] mmc3: queuing unknown CIS tuple 0x80 (3 bytes)
|
2166
|
[ 3.239324] sdhci-pltfm: SDHCI platform and OF driver helper
|
2167
|
[ 3.240525] sdhci-dwcmshc fe310000.sdhci: Looking up vmmc-supply from device tree
|
2168
|
[ 3.240552] sdhci-dwcmshc fe310000.sdhci: Looking up vmmc-supply property in node /sdhci@fe310000 failed
|
2169
|
[ 3.240623] sdhci-dwcmshc fe310000.sdhci: Looking up vqmmc-supply from device tree
|
2170
|
[ 3.240630] sdhci-dwcmshc fe310000.sdhci: Looking up vqmmc-supply property in node /sdhci@fe310000 failed
|
2171
|
[ 3.240654] mmc0: Unknown controller version (5). You may experience problems.
|
2172
|
[ 3.242113] mmc3: queuing unknown CIS tuple 0x80 (7 bytes)
|
2173
|
[ 3.246299] mmc3: queuing unknown CIS tuple 0x81 (9 bytes)
|
2174
|
[ 3.272009] mmc0: SDHCI controller on fe310000.sdhci [fe310000.sdhci] using ADMA
|
2175
|
[ 3.272620] leds-gpio: probe of leds failed with error -16
|
2176
|
[ 3.273721] cryptodev: driver 1.12 loaded.
|
2177
|
[ 3.273792] hidraw: raw HID events driver (C) Jiri Kosina
|
2178
|
[ 3.276691] input: SINO WEALTH Gaming KB as /devices/platform/usbhost/fd000000.dwc3/xhci-hcd.1.auto/usb7/7-1/7-1.1/7-1.1:1.0/0003:258A:002A.0001/input/input2
|
2179
|
[ 3.304805] mmc0: new HS200 MMC card at address 0001
|
2180
|
[ 3.305688] mmcblk0: mmc0:0001 BJTD4R 29.1 GiB
|
2181
|
[ 3.306224] mmcblk0boot0: mmc0:0001 BJTD4R partition 1 4.00 MiB
|
2182
|
[ 3.306804] mmcblk0boot1: mmc0:0001 BJTD4R partition 2 4.00 MiB
|
2183
|
[ 3.307051] mmcblk0rpmb: mmc0:0001 BJTD4R partition 3 4.00 MiB, chardev (238:0)
|
2184
|
[ 3.310396] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8
|
2185
|
[ 3.333868] hid-generic 0003:258A:002A.0001: input,hidraw0: USB HID v1.11 Keyboard [SINO WEALTH Gaming KB ] on usb-xhci-hcd.1.auto-1.1/input0
|
2186
|
[ 3.340869] input: SINO WEALTH Gaming KB System Control as /devices/platform/usbhost/fd000000.dwc3/xhci-hcd.1.auto/usb7/7-1/7-1.1/7-1.1:1.1/0003:258A:002A.0002/input/input3
|
2187
|
[ 3.358735] mmc_host mmc3: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
|
2188
|
[ 3.367315] mmc3: new high speed SDIO card at address 0001
|
2189
|
[ 3.397341] input: SINO WEALTH Gaming KB Consumer Control as /devices/platform/usbhost/fd000000.dwc3/xhci-hcd.1.auto/usb7/7-1/7-1.1/7-1.1:1.1/0003:258A:002A.0002/input/input4
|
2190
|
[ 3.398699] input: SINO WEALTH Gaming KB Keyboard as /devices/platform/usbhost/fd000000.dwc3/xhci-hcd.1.auto/usb7/7-1/7-1.1/7-1.1:1.1/0003:258A:002A.0002/input/input5
|
2191
|
[ 3.400660] hid-generic 0003:258A:002A.0002: input,hiddev96,hidraw1: USB HID v1.11 Keyboard [SINO WEALTH Gaming KB ] on usb-xhci-hcd.1.auto-1.1/input1
|
2192
|
[ 3.404353] input: Logitech G300s Optical Gaming Mouse as /devices/platform/usbhost/fd000000.dwc3/xhci-hcd.1.auto/usb7/7-1/7-1.2/7-1.2:1.0/0003:046D:C246.0003/input/input6
|
2193
|
[ 3.459707] hid-generic 0003:046D:C246.0003: input,hidraw2: USB HID v1.10 Mouse [Logitech G300s Optical Gaming Mouse] on usb-xhci-hcd.1.auto-1.2/input0
|
2194
|
[ 3.464656] input: Logitech G300s Optical Gaming Mouse Keyboard as /devices/platform/usbhost/fd000000.dwc3/xhci-hcd.1.auto/usb7/7-1/7-1.2/7-1.2:1.1/0003:046D:C246.0004/input/input7
|
2195
|
[ 3.520036] input: Logitech G300s Optical Gaming Mouse as /devices/platform/usbhost/fd000000.dwc3/xhci-hcd.1.auto/usb7/7-1/7-1.2/7-1.2:1.1/0003:046D:C246.0004/input/input8
|
2196
|
[ 3.521777] hid-generic 0003:046D:C246.0004: input,hiddev97,hidraw3: USB HID v1.10 Keyboard [Logitech G300s Optical Gaming Mouse] on usb-xhci-hcd.1.auto-1.2/input1
|
2197
|
[ 3.522168] usbcore: registered new interface driver usbhid
|
2198
|
[ 3.522258] usbhid: USB HID core driver
|
2199
|
[ 3.523104] rockchip,bus bus-npu: Looking up bus-supply from device tree
|
2200
|
[ 3.523304] rockchip,bus bus-npu: Linked as a consumer to regulator.20
|
2201
|
[ 3.523372] rockchip,bus bus-npu: Failed to get leakage
|
2202
|
[ 3.523542] rockchip,bus bus-npu: pvtm = 88690, from nvmem
|
2203
|
[ 3.523600] rockchip,bus bus-npu: pvtm-volt-sel=1
|
2204
|
[ 3.524592] rockchip,bus bus-npu: avs=0
|
2205
|
[ 3.534904] rockchip-saradc fe720000.saradc: Looking up vref-supply from device tree
|
2206
|
[ 3.535143] rockchip-saradc fe720000.saradc: Linked as a consumer to regulator.31
|
2207
|
[ 3.538133] optee: probing for conduit method from DT.
|
2208
|
[ 3.538230] optee: revision 3.13 (9f2aca7d)
|
2209
|
[ 3.539516] optee: initialized driver
|
2210
|
[ 3.539569] rksfc_base v1.1 2016-01-08
|
2211
|
[ 3.540508] rksfc fe300000.sfc: rksfc_probe clk rate = 99000000
|
2212
|
[ 3.540667] rkflash_dev_init enter
|
2213
|
[ 3.540703] sfc nor id: 0 0 0
|
2214
|
[ 3.540719] rkflash[1] is invalid
|
2215
|
[ 3.540723] rkflash_dev_init enter
|
2216
|
[ 3.540756] sfc_nand id: 0 0 0
|
2217
|
[ 3.540784] rkflash[2] is invalid
|
2218
|
[ 3.541273] usbcore: registered new interface driver usb_ch343
|
2219
|
[ 3.541321] ch343: USB serial driver for ch342/ch343/ch344/ch347/ch9101/ch9102/ch9103/ch9104, etc.
|
2220
|
[ 3.541345] ch343: V1.5 On 2023.03
|
2221
|
[ 3.542669] usbcore: registered new interface driver snd-usb-audio
|
2222
|
[ 3.546415] rk817-codec rk817-codec: DMA mask not set
|
2223
|
[ 3.560370] IPVS: Registered protocols (TCP, UDP)
|
2224
|
[ 3.560573] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
|
2225
|
[ 3.560844] IPVS: ipvs loaded.
|
2226
|
[ 3.560885] IPVS: [rr] scheduler registered.
|
2227
|
[ 3.561585] Initializing XFRM netlink socket
|
2228
|
[ 3.562293] NET: Registered protocol family 10
|
2229
|
[ 3.563742] Segment Routing with IPv6
|
2230
|
[ 3.564115] NET: Registered protocol family 17
|
2231
|
[ 3.564171] NET: Registered protocol family 15
|
2232
|
[ 3.564274] Bridge firewalling registered
|
2233
|
[ 3.564301] can: controller area network core (rev 20170425 abi 9)
|
2234
|
[ 3.564531] NET: Registered protocol family 29
|
2235
|
[ 3.564564] can: raw protocol (rev 20170425)
|
2236
|
[ 3.564589] can: broadcast manager protocol (rev 20170425 t)
|
2237
|
[ 3.564621] can: netlink gateway (rev 20170425) max_hops=1
|
2238
|
[ 3.565098] Bluetooth: RFCOMM socket layer initialized
|
2239
|
[ 3.565156] Bluetooth: RFCOMM ver 1.11
|
2240
|
[ 3.565192] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
|
2241
|
[ 3.565222] Bluetooth: HIDP socket layer initialized
|
2242
|
[ 3.565296] [BT_RFKILL]: Enter rfkill_rk_init
|
2243
|
[ 3.565321] [WLAN_RFKILL]: Enter rfkill_wlan_init
|
2244
|
[ 3.566057] [WLAN_RFKILL]: Enter rfkill_wlan_probe
|
2245
|
[ 3.566099] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6212
|
2246
|
[ 3.566115] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
|
2247
|
[ 3.566127] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
|
2248
|
[ 3.566165] [WLAN_RFKILL]: wlan_platdata_parse_dt: WIFI,host_wake_irq = 124, flags = 0.
|
2249
|
[ 3.566181] [WLAN_RFKILL]: wlan_platdata_parse_dt: The ref_wifi_clk not found !
|
2250
|
[ 3.566192] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
|
2251
|
[ 3.566203] [WLAN_RFKILL]: rfkill_set_wifi_bt_power: 1
|
2252
|
[ 3.566215] [WLAN_RFKILL]: Exit rfkill_wlan_probe
|
2253
|
[ 3.566757] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 73.
|
2254
|
[ 3.566789] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 96.
|
2255
|
[ 3.566804] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 98.
|
2256
|
[ 3.566823] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 97.
|
2257
|
[ 3.566891] [BT_RFKILL]: Request irq for bt wakeup host
|
2258
|
[ 3.566974] [BT_RFKILL]: ** disable irq
|
2259
|
[ 3.567088] [BT_RFKILL]: bt_default device registered.
|
2260
|
[ 3.567226] Key type dns_resolver registered
|
2261
|
[ 3.567625] flash vendor_init_thread!
|
2262
|
[ 3.567641] flash vendor storage:20170308 ret = -1
|
2263
|
[ 3.569474] Loading compiled-in X.509 certificates
|
2264
|
[ 3.570632] Btrfs loaded, crc32c=crc32c-generic
|
2265
|
[ 3.570815] pstore: Using compression: deflate
|
2266
|
[ 3.571821] rga2: Driver loaded successfully ver:3.2.63318
|
2267
|
[ 3.572223] rga2: Module initialized.
|
2268
|
[ 3.584724] vendor storage:20190527 ret = 0
|
2269
|
[ 3.597263] rockchip-drm display-subsystem: defer getting devfreq
|
2270
|
[ 3.597588] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x2a, primary plane phy id: 5
|
2271
|
[ 3.597609] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp1 assign plane mask: 0x15, primary plane phy id: 4
|
2272
|
[ 3.597630] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x0, primary plane phy id: -1
|
2273
|
[ 3.598286] rockchip-drm display-subsystem: bound fe040000.vop (ops 0xffffff80090d6458)
|
2274
|
[ 3.598476] dwhdmi-rockchip fe0a0000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
|
2275
|
[ 3.599283] dwhdmi-rockchip fe0a0000.hdmi: registered DesignWare HDMI I2C bus driver
|
2276
|
[ 3.600720] rockchip-drm display-subsystem: bound fe0a0000.hdmi (ops 0xffffff80090d9f70)
|
2277
|
[ 3.600781] rockchip-drm display-subsystem: bound fe060000.dsi (ops 0xffffff80090db038)
|
2278
|
[ 3.600805] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
|
2279
|
[ 3.600812] [drm] No driver support for vblank timestamp query.
|
2280
|
[ 3.601386] get_framebuffer_by_node: failed to get logo,offset
|
2281
|
[ 3.630001] Freeing drm_logo memory: 1384K
|
2282
|
[ 3.649710] Console: switching to colour frame buffer device 128x37
|
2283
|
[ 3.665114] rockchip-drm display-subsystem: fb0: frame buffer device
|
2284
|
[ 3.666121] [drm] Initialized rockchip 2.0.0 20140818 for display-subsystem on minor 0
|
2285
|
[ 3.666881] mali fde60000.gpu: Kernel DDK version g7p1-01bet0
|
2286
|
[ 3.666924] input: adc-keys as /devices/platform/adc-keys/input/input9
|
2287
|
[ 3.667049] mali fde60000.gpu: Looking up mali-supply from device tree
|
2288
|
[ 3.667128] mali fde60000.gpu: Linked as a consumer to regulator.21
|
2289
|
[ 3.667147] mali fde60000.gpu: Looking up shadercores-supply from device tree
|
2290
|
[ 3.667156] mali fde60000.gpu: Looking up shadercores-supply property in node /gpu@fde60000 failed
|
2291
|
[ 3.667226] mali fde60000.gpu: Looking up mali-supply from device tree
|
2292
|
[ 3.667250] vdd_gpu: could not add device link fde60000.gpu err -17
|
2293
|
[ 3.667257] vdd_gpu: Failed to create debugfs directory
|
2294
|
[ 3.667267] mali fde60000.gpu: Looking up shadercores-supply from device tree
|
2295
|
[ 3.667278] mali fde60000.gpu: Looking up shadercores-supply property in node /gpu@fde60000 failed
|
2296
|
[ 3.667301] mali fde60000.gpu: dev_pm_opp_set_regulators: no regulator (shadercores) found: -19
|
2297
|
[ 3.667416] mali fde60000.gpu: leakage=7
|
2298
|
[ 3.667466] mali fde60000.gpu: pvtm = 88690, from nvmem
|
2299
|
[ 3.667487] mali fde60000.gpu: pvtm-volt-sel=1
|
2300
|
[ 3.667534] rockchip-dmc dmc: Looking up center-supply from device tree
|
2301
|
[ 3.667589] rockchip-dmc dmc: Linked as a consumer to regulator.20
|
2302
|
[ 3.667664] mali fde60000.gpu: avs=0
|
2303
|
[ 3.667684] rockchip-dmc dmc: leakage=47
|
2304
|
[ 3.667691] W : [File] : drivers/gpu/arm/bifrost/platform/rk/mali_kbase_config_rk.c; [Line] : 112; [Func] : kbase_platform_rk_init(); power-off-delay-ms not available.
|
2305
|
[ 3.667706] rockchip-dmc dmc: leakage-volt-sel=0
|
2306
|
[ 3.667752] rockchip-dmc dmc: pvtm = 88690, from nvmem
|
2307
|
[ 3.667775] rockchip-dmc dmc: pvtm-volt-sel=1
|
2308
|
[ 3.667916] rockchip-dmc dmc: avs=0
|
2309
|
[ 3.667936] rockchip-dmc dmc: current ATF version 0x102
|
2310
|
[ 3.668048] mali fde60000.gpu: GPU identified as 0x2 arch 7.4.0 r1p0 status 0
|
2311
|
[ 3.668120] mali fde60000.gpu: No priority control manager is configured
|
2312
|
[ 3.668131] mali fde60000.gpu: No memory group manager is configured
|
2313
|
[ 3.668563] mali fde60000.gpu: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0 h_table=0
|
2314
|
[ 3.668628] rockchip-dmc dmc: normal_rate = 780000000
|
2315
|
[ 3.668639] rockchip-dmc dmc: reboot_rate = 1560000000
|
2316
|
[ 3.668647] rockchip-dmc dmc: suspend_rate = 324000000
|
2317
|
[ 3.668655] rockchip-dmc dmc: video_4k_rate = 780000000
|
2318
|
[ 3.668662] rockchip-dmc dmc: video_4k_10b_rate = 780000000
|
2319
|
[ 3.668670] rockchip-dmc dmc: boost_rate = 1560000000
|
2320
|
[ 3.668677] rockchip-dmc dmc: fixed_rate(isp|cif0|cif1|dualview) = 1560000000
|
2321
|
[ 3.668684] rockchip-dmc dmc: performance_rate = 1560000000
|
2322
|
[ 3.668706] rockchip-dmc dmc: failed to get vop pn to msch rl
|
2323
|
[ 3.668829] rockchip-dmc dmc: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
|
2324
|
[ 3.668925] rockchip-dmc dmc: could not find power_model node
|
2325
|
[ 3.669360] mali fde60000.gpu: Probed as mali0
|
2326
|
[ 3.677861] asoc-simple-card hdmi-sound: i2s-hifi <-> fe400000.i2s mapping ok
|
2327
|
[ 3.680297] rk817-codec rk817-codec: rk817_probe: chip_name:0x80, chip_ver:0x94
|
2328
|
[ 3.685165] asoc-simple-card rk809-sound: rk817-hifi <-> fe410000.i2s mapping ok
|
2329
|
[ 3.688268] dhd_module_init: in Dongle Host Driver, version 1.579.77.41.22 (r-20191105-2)(20191120-1)
|
2330
|
[ 3.688301] ======== dhd_wlan_init_plat_data ========
|
2331
|
[ 3.688309] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: Enter
|
2332
|
[ 3.688381] dhd_wlan_init_gpio: WL_HOST_WAKE=-1, oob_irq=103, oob_irq_flags=0x414
|
2333
|
[ 3.688391] dhd_wlan_init_gpio: WL_REG_ON=-1
|
2334
|
[ 3.688403] dhd_wifi_platform_load: Enter
|
2335
|
[ 3.688418] Power-up adapter 'DHD generic adapter'
|
2336
|
[ 3.690143] wifi_platform_set_power = 1
|
2337
|
[ 3.690174] ======== PULL WL_REG_ON(-1) HIGH! ========
|
2338
|
[ 3.690180] iommu: Adding device fde40000.npu to group 0
|
2339
|
[ 3.690189] [WLAN_RFKILL]: rockchip_wifi_power: 1
|
2340
|
[ 3.690210] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
|
2341
|
[ 3.690219] RKNPU fde40000.npu: Linked as a consumer to fde4b000.iommu
|
2342
|
[ 3.690230] [WLAN_RFKILL]: wifi turn on power [GPIO-1-0]
|
2343
|
[ 3.690812] RKNPU fde40000.npu: RKNPU: rknpu iommu is enabled, using iommu mode
|
2344
|
[ 3.690871] RKNPU fde40000.npu: Looking up rknpu-supply from device tree
|
2345
|
[ 3.690961] RKNPU fde40000.npu: Linked as a consumer to regulator.23
|
2346
|
[ 3.690993] RKNPU fde40000.npu: can't request region for resource [mem 0xfde40000-0xfde4ffff]
|
2347
|
[ 3.691649] [drm] Initialized rknpu 0.4.2 20210701 for fde40000.npu on minor 1
|
2348
|
[ 3.691914] RKNPU fde40000.npu: leakage=3
|
2349
|
[ 3.691964] RKNPU fde40000.npu: pvtm = 88690, from nvmem
|
2350
|
[ 3.691985] RKNPU fde40000.npu: pvtm-volt-sel=1
|
2351
|
[ 3.692574] RKNPU fde40000.npu: avs=0
|
2352
|
[ 3.693209] RKNPU fde40000.npu: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
|
2353
|
[ 3.693239] RKNPU fde40000.npu: failed to find power_model node
|
2354
|
[ 3.693255] RKNPU fde40000.npu: RKNPU: failed to initialize power model
|
2355
|
[ 3.693267] RKNPU fde40000.npu: RKNPU: failed to get dynamic-coefficient
|
2356
|
[ 3.694498] cfg80211: Loading compiled-in X.509 certificates for regulatory database
|
2357
|
[ 3.695966] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
|
2358
|
[ 3.696763] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
|
2359
|
[ 3.696788] cfg80211: failed to load regulatory.db
|
2360
|
[ 3.697645] rockchip-pm rockchip-suspend: not set pwm-regulator-config
|
2361
|
[ 3.698459] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 417; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '', rk_ko_ver is '5', built at '09:16:54', on 'Feb 20 2024'.
|
2362
|
[ 3.698964] Mali:
|
2363
|
[ 3.698966] Mali device driver loaded
|
2364
|
[ 3.699226] ALSA device list:
|
2365
|
[ 3.699239] #0: rockchip,hdmi
|
2366
|
[ 3.699251] #1: rockchip,rk809-codec
|
2367
|
[ 3.751306] EXT4-fs (mmcblk0p8): 6 orphan inodes deleted
|
2368
|
[ 3.751364] EXT4-fs (mmcblk0p8): recovery complete
|
2369
|
[ 3.761121] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: (null)
|
2370
|
[ 3.761252] VFS: Mounted root (ext4 filesystem) on device 179:8.
|
2371
|
[ 3.763088] devtmpfs: mounted
|
2372
|
[ 3.766171] Freeing unused kernel memory: 1664K
|
2373
|
[ 3.769148] devfreq fde60000.gpu: Couldn't update frequency transition information.
|
2374
|
[ 3.802462] Run /sbin/init as init process
|
2375
|
[ 3.995471] systemd[1]: systemd 245.4-4ubuntu3.24 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
|
2376
|
[ 3.995842] wifi_platform_bus_enumerate device present 1
|
2377
|
[ 3.995865] ======== Card detection to detect SDIO card! ========
|
2378
|
[ 3.995884] mmc3:mmc host rescan start!
|
2379
|
[ 3.996970] systemd[1]: Detected architecture arm64.
|
2380
|
[ 4.005197] systemd[1]: Set hostname to <RK356x>.
|
2381
|
[ 4.012124] bcmsdh_register: register client driver
|
2382
|
[ 4.012566] bcmsdh_sdmmc_probe: Enter num=1
|
2383
|
[ 4.012808] bcmsdh_sdmmc_probe: Enter num=2
|
2384
|
[ 4.012822] bus num (host idx)=3, slot num (rca)=1
|
2385
|
[ 4.012834] found adapter info 'DHD generic adapter'
|
2386
|
[ 4.012932] sdioh_attach: set sd_f2_blocksize 256
|
2387
|
[ 4.012991] sdioh_attach: sd clock rate = 0
|
2388
|
[ 4.013420] dhdsdio_probe : no mutex held. set lock
|
2389
|
[ 4.013611] F1 signature read @0x18000000=0x1541a9a6
|
2390
|
[ 4.016459] F1 signature OK, socitype:0x1 chip:0xa9a6 rev:0x1 pkg:0x4
|
2391
|
[ 4.017360] DHD: dongle ram size is set to 524288(orig 524288) at 0x0
|
2392
|
[ 4.017520] [dhd] dhd_conf_set_chiprev : chip=0xa9a6, chiprev=1
|
2393
|
[ 4.017749] [dhd] CFG80211-ERROR) wl_setup_wiphy : Registering Vendor80211
|
2394
|
[ 4.018242] [dhd] CFG80211-ERROR) wl_setup_wiphy : SAE support
|
2395
|
[ 4.018641] [dhd] CFG80211-ERROR) wl_init_prof : wl_init_prof: No profile
|
2396
|
[ 4.019574] dhd_attach(): thread:dhd_watchdog_thread:79 started
|
2397
|
[ 4.019757] dhd_attach(): thread:dhd_dpc:7a started
|
2398
|
[ 4.019915] dhd_attach(): thread:dhd_rxf:7b started
|
2399
|
[ 4.019945] dhd_deferred_work_init: work queue initialized
|
2400
|
[ 4.019956] dhd_tcpack_suppress_set: TCP ACK Suppress mode 0 -> mode 2
|
2401
|
[ 4.020035] dhd_bus_set_default_min_res_mask: Unhandled chip id
|
2402
|
[ 4.020426] sdioh_cis_read: func_cis_ptr[0]=0x1070
|
2403
|
[ 4.030235] Dongle Host Driver, version 1.579.77.41.22 (r-20191105-2)(20191120-1)
|
2404
|
[ 4.031273] Register interface [wlan0] MAC: b8:13:32:32:53:4a
|
2405
|
|
2406
|
[ 4.031413] dhd_tcpack_suppress_set: TCP ACK Suppress mode 2 -> mode 0
|
2407
|
[ 4.031439] dhd_wl_ioctl: returning as busstate=0
|
2408
|
[ 4.031452] dhd_dbg_detach_pkt_monitor, 2204
|
2409
|
[ 4.031468] dhd_bus_devreset: == Power OFF ==
|
2410
|
[ 4.031785] bcmsdh_oob_intr_unregister: Enter
|
2411
|
[ 4.031799] bcmsdh_oob_intr_unregister: irq is not registered
|
2412
|
[ 4.031820] dhd_txglom_enable: enable 0
|
2413
|
[ 4.031831] dhd_bus_devreset: WLAN OFF DONE
|
2414
|
[ 4.031885] wifi_platform_set_power = 0
|
2415
|
[ 4.031899] ======== PULL WL_REG_ON(-1) LOW! ========
|
2416
|
[ 4.031913] [WLAN_RFKILL]: rockchip_wifi_power: 0
|
2417
|
[ 4.031947] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
|
2418
|
[ 4.031960] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
|
2419
|
[ 4.031977] dhdsdio_probe : the lock is released.
|
2420
|
[ 4.033044] dhd_module_init: Exit err=0
|
2421
|
[ 4.218268] systemd[1]: sysinit.target: Wants dependency dropin /etc/systemd/system/sysinit.target.wants/rkaiq_3A.service is not a symlink, ignoring.
|
2422
|
[ 4.320052] systemd[1]: /lib/systemd/system/snapd.service:23: Unknown key name 'RestartMode' in section 'Service', ignoring.
|
2423
|
[ 4.448296] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
|
2424
|
[ 4.448397] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
|
2425
|
[ 4.451149] systemd[1]: Created slice system-getty.slice.
|
2426
|
[ 4.453204] systemd[1]: Created slice system-modprobe.slice.
|
2427
|
[ 4.454813] systemd[1]: Created slice system-serial\x2dgetty.slice.
|
2428
|
[ 4.456689] systemd[1]: Created slice system-systemd\x2dfsck.slice.
|
2429
|
[ 4.458244] systemd[1]: Created slice User and Session Slice.
|
2430
|
[ 4.459482] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
|
2431
|
[ 4.460719] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
|
2432
|
[ 4.461071] systemd[1]: Reached target User and Group Name Lookups.
|
2433
|
[ 4.461709] systemd[1]: Reached target Slices.
|
2434
|
[ 4.462130] systemd[1]: Reached target Mounting snaps.
|
2435
|
[ 4.462641] systemd[1]: Reached target Mounted snaps.
|
2436
|
[ 4.463229] systemd[1]: Reached target Swap.
|
2437
|
[ 4.466017] systemd[1]: Listening on RPCbind Server Activation Socket.
|
2438
|
[ 4.467732] systemd[1]: Listening on Syslog Socket.
|
2439
|
[ 4.468763] systemd[1]: Listening on fsck to fsckd communication Socket.
|
2440
|
[ 4.469893] systemd[1]: Listening on initctl Compatibility Named Pipe.
|
2441
|
[ 4.485895] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
|
2442
|
[ 4.487065] systemd[1]: Listening on Journal Socket (/dev/log).
|
2443
|
[ 4.488585] systemd[1]: Listening on Journal Socket.
|
2444
|
[ 4.490096] systemd[1]: Listening on udev Control Socket.
|
2445
|
[ 4.491105] systemd[1]: Listening on udev Kernel Socket.
|
2446
|
[ 4.491806] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
|
2447
|
[ 4.496696] systemd[1]: Mounting POSIX Message Queue File System...
|
2448
|
[ 4.503571] systemd[1]: Mounting RPC Pipe File System...
|
2449
|
[ 4.511153] systemd[1]: Mounting /sys/kernel/config...
|
2450
|
[ 4.518393] systemd[1]: Mounting /sys/kernel/debug...
|
2451
|
[ 4.526246] systemd[1]: Mounting Kernel Trace File System...
|
2452
|
[ 4.534508] systemd[1]: Starting Journal Service...
|
2453
|
[ 4.536120] systemd[1]: Condition check resulted in Create list of static device nodes for the current kernel being skipped.
|
2454
|
[ 4.543561] systemd[1]: Starting Load Kernel Module chromeos_pstore...
|
2455
|
[ 4.544891] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
|
2456
|
[ 4.553326] systemd[1]: Starting Load Kernel Module efi_pstore...
|
2457
|
[ 4.562110] systemd[1]: Starting Load Kernel Module pstore_blk...
|
2458
|
[ 4.571498] systemd[1]: Starting Load Kernel Module pstore_zone...
|
2459
|
[ 4.573156] systemd[1]: Condition check resulted in Load Kernel Module ramoops being skipped.
|
2460
|
[ 4.577440] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
|
2461
|
[ 4.577908] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
|
2462
|
[ 4.585657] systemd[1]: Starting Load Kernel Modules...
|
2463
|
[ 4.589133] systemd[1]: Starting Remount Root and Kernel File Systems...
|
2464
|
[ 4.593574] systemd[1]: Starting udev Coldplug all Devices...
|
2465
|
[ 4.599494] systemd[1]: Mounted POSIX Message Queue File System.
|
2466
|
[ 4.600971] systemd[1]: Mounted RPC Pipe File System.
|
2467
|
[ 4.602291] systemd[1]: Mounted /sys/kernel/config.
|
2468
|
[ 4.603533] systemd[1]: Mounted /sys/kernel/debug.
|
2469
|
[ 4.604901] systemd[1]: Mounted Kernel Trace File System.
|
2470
|
[ 4.607024] systemd[1]: modprobe@chromeos_pstore.service: Succeeded.
|
2471
|
[ 4.608230] systemd[1]: Finished Load Kernel Module chromeos_pstore.
|
2472
|
[ 4.628317] systemd[1]: modprobe@efi_pstore.service: Succeeded.
|
2473
|
[ 4.629252] systemd[1]: Finished Load Kernel Module efi_pstore.
|
2474
|
[ 4.630822] systemd[1]: modprobe@pstore_blk.service: Succeeded.
|
2475
|
[ 4.631814] systemd[1]: Finished Load Kernel Module pstore_blk.
|
2476
|
[ 4.633367] systemd[1]: modprobe@pstore_zone.service: Succeeded.
|
2477
|
[ 4.634175] systemd[1]: Finished Load Kernel Module pstore_zone.
|
2478
|
[ 4.635306] systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
|
2479
|
[ 4.636121] systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
|
2480
|
[ 4.637196] systemd[1]: Failed to start Load Kernel Modules.
|
2481
|
[ 4.641903] systemd[1]: Mounting FUSE Control File System...
|
2482
|
[ 4.646244] systemd[1]: Starting Apply Kernel Variables...
|
2483
|
[ 4.656039] systemd[1]: Mounted FUSE Control File System.
|
2484
|
[ 4.680735] systemd[1]: Finished Apply Kernel Variables.
|
2485
|
[ 4.711358] EXT4-fs (mmcblk0p8): re-mounted. Opts: (null)
|
2486
|
[ 4.716094] systemd[1]: Finished Remount Root and Kernel File Systems.
|
2487
|
[ 4.720116] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
|
2488
|
[ 4.720354] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
|
2489
|
[ 4.723935] systemd[1]: Starting Load/Save Random Seed...
|
2490
|
[ 4.728036] systemd[1]: Starting Create System Users...
|
2491
|
[ 4.770882] systemd[1]: Finished Load/Save Random Seed.
|
2492
|
[ 4.777196] systemd[1]: Finished Create System Users.
|
2493
|
[ 4.781160] systemd[1]: Starting Create Static Device Nodes in /dev...
|
2494
|
[ 4.813729] systemd[1]: Finished Create Static Device Nodes in /dev.
|
2495
|
[ 4.814571] systemd[1]: Reached target Local File Systems (Pre).
|
2496
|
[ 4.818083] systemd[1]: Starting udev Kernel Device Manager...
|
2497
|
[ 4.976532] systemd[1]: Finished udev Coldplug all Devices.
|
2498
|
[ 4.981420] systemd[1]: Starting Helper to synchronize boot up for ifupdown...
|
2499
|
[ 4.989653] systemd[1]: Started Journal Service.
|
2500
|
[ 5.010634] systemd-journald[150]: Received client request to flush runtime journal.
|
2501
|
[ 5.022747] systemd-journald[150]: File /var/log/journal/bb2b195502dd4ec4bc3db165586c93dd/system.journal corrupted or uncleanly shut down, renaming and replacing.
|
2502
|
[ 6.970326] [BT_RFKILL]: bt shut off power
|
2503
|
[ 7.037148] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
|
2504
|
[ 7.041077] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null)
|
2505
|
[ 7.750987] file system registered
|
2506
|
[ 8.036664] read descriptors
|
2507
|
[ 8.036680] read strings
|
2508
|
[ 8.770786] rockchip-usb2phy fe8a0000.usb2-phy: Same as current mode
|
2509
|
[ 9.325151] EXT4-fs (mmcblk0p8): re-mounted. Opts: (null)
|
2510
|
[ 9.358957] usb 2-1.2: new high-speed USB device number 3 using ehci-platform
|
2511
|
[ 9.373198] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
|
2512
|
[ 9.379859] ztl test old sdk 8201 b3
|
2513
|
[ 9.380600] ztl rtl8201f fixed !
|
2514
|
[ 9.381357] Generic PHY stmmac-0:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
|
2515
|
[ 9.403003] dwmac4: Master AXI performs any burst length
|
2516
|
[ 9.403031] rk_gmac-dwmac fe2a0000.ethernet eth0: No Safety Features support found
|
2517
|
[ 9.403055] rk_gmac-dwmac fe2a0000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
|
2518
|
[ 9.419936] rk_gmac-dwmac fe2a0000.ethernet eth0: registered PTP clock
|
2519
|
[ 9.421091] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
|
2520
|
[ 9.464577] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
|
2521
|
[ 9.478760] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
|
2522
|
[ 9.501203] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
|
2523
|
[ 9.501608] dhd_open: Enter 00000000ab53c94d
|
2524
|
[ 9.501616] dhd_open : no mutex held. set lock
|
2525
|
[ 9.501624]
|
2526
|
Dongle Host Driver, version 1.579.77.41.22 (r-20191105-2)(20191120-1)
|
2527
|
[ 9.501634] [dhd-wlan0] wl_android_wifi_on : in g_wifi_on=0
|
2528
|
[ 9.501672] wifi_platform_set_power = 1
|
2529
|
[ 9.501675] ======== PULL WL_REG_ON(-1) HIGH! ========
|
2530
|
[ 9.501679] [WLAN_RFKILL]: rockchip_wifi_power: 1
|
2531
|
[ 9.501683] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
|
2532
|
[ 9.501686] [WLAN_RFKILL]: wifi turn on power [GPIO-1-0]
|
2533
|
[ 9.637781] usb 2-1.2: New USB device found, idVendor=2c7c, idProduct=0125, bcdDevice= 3.18
|
2534
|
[ 9.637792] usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
|
2535
|
[ 9.637796] usb 2-1.2: Product: EC20-CE-HDLG
|
2536
|
[ 9.637800] usb 2-1.2: Manufacturer: Quectel
|
2537
|
[ 9.637802] usb 2-1.2: SerialNumber: 0123456789ABCDEF
|
2538
|
[ 9.640415] option 2-1.2:1.0: GSM modem (1-port) converter detected
|
2539
|
[ 9.641447] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB0
|
2540
|
[ 9.641951] option 2-1.2:1.1: GSM modem (1-port) converter detected
|
2541
|
[ 9.645034] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB1
|
2542
|
[ 9.646586] option 2-1.2:1.2: GSM modem (1-port) converter detected
|
2543
|
[ 9.648587] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB2
|
2544
|
[ 9.650442] option 2-1.2:1.3: GSM modem (1-port) converter detected
|
2545
|
[ 9.652937] usb 2-1.2: GSM modem (1-port) converter now attached to ttyUSB3
|
2546
|
[ 9.656845] qmi_wwan_q 2-1.2:1.4: cdc-wdm0: USB WDM device
|
2547
|
[ 9.656857] qmi_wwan_q 2-1.2:1.4: Quectel EC25&EC21&EG91&EG95&EG06&EP06&EM06&EG12&EP12&EM12&EG16&EG18&BG96&AG35 work on RawIP mode
|
2548
|
[ 9.657479] qmi_wwan_q 2-1.2:1.4: rx_urb_size = 1520
|
2549
|
[ 9.805762] sdio_reset_comm():
|
2550
|
[ 10.025659] mmc_host mmc3: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
|
2551
|
[ 10.040847] mmc_host mmc3: Bus speed (slot 0) = 375000Hz (slot req 375000Hz, actual 375000HZ div = 0)
|
2552
|
[ 10.051075] mmc3: queuing unknown CIS tuple 0x80 (2 bytes)
|
2553
|
[ 10.052716] mmc3: queuing unknown CIS tuple 0x80 (3 bytes)
|
2554
|
[ 10.054344] mmc3: queuing unknown CIS tuple 0x80 (3 bytes)
|
2555
|
[ 10.057283] mmc3: queuing unknown CIS tuple 0x80 (7 bytes)
|
2556
|
[ 10.060910] mmc3: queuing unknown CIS tuple 0x81 (9 bytes)
|
2557
|
[ 10.155994] mmc_host mmc3: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
|
2558
|
[ 10.156105] sdioh_start: set sd_f2_blocksize 256
|
2559
|
[ 10.156385]
|
2560
|
|
2561
|
dhd_bus_devreset: == WLAN ON ==
|
2562
|
[ 10.156483] F1 signature read @0x18000000=0x1541a9a6
|
2563
|
[ 10.159157] F1 signature OK, socitype:0x1 chip:0xa9a6 rev:0x1 pkg:0x4
|
2564
|
[ 10.160070] DHD: dongle ram size is set to 524288(orig 524288) at 0x0
|
2565
|
[ 10.160181] dhd_bus_set_default_min_res_mask: Unhandled chip id
|
2566
|
[ 10.161964] dhd_os_open_image: /vendor/etc/firmware/config.txt (240 bytes) open success
|
2567
|
[ 10.162821] [dhd] dhd_conf_read_pm_params : PM = 0
|
2568
|
[ 10.162855] [dhd] dhd_conf_read_pm_params : pm_in_suspend = 2
|
2569
|
[ 10.162867] [dhd] dhd_conf_read_others : keep_alive_period = 120000
|
2570
|
[ 10.162875] [dhd] dhd_conf_read_others : garp = 1
|
2571
|
[ 10.162883] [dhd] dhd_conf_read_pm_params : suspend_bcn_li_dtim = 10
|
2572
|
[ 10.162947] [dhd] dhd_conf_read_others : wl_preinit = pm2_sleep_ret=20
|
2573
|
[ 10.162963] [dhd] dhd_conf_read_pkt_filter : pkt_filter_del id =
|
2574
|
[ 10.162965] 100
|
2575
|
[ 10.162975] 102
|
2576
|
[ 10.162976] 103
|
2577
|
[ 10.162977] 104
|
2578
|
[ 10.162979] 105
|
2579
|
[ 10.162980] 107
|
2580
|
|
2581
|
[ 10.162988] [dhd] dhd_conf_read_pkt_filter : pkt_filter_add[0][] = 142 0 0 77 0xffffffffffffffffffffffffffffff 0x2F6465766963652F77616B6575702F
|
2582
|
[ 10.163013] [dhd] dhd_conf_set_path_params : Final fw_path=/vendor/etc/firmware/fw_bcm43438a1.bin
|
2583
|
[ 10.163022] [dhd] dhd_conf_set_path_params : Final nv_path=/vendor/etc/firmware/nvram_ap6212a.txt
|
2584
|
[ 10.163031] [dhd] dhd_conf_set_path_params : Final clm_path=/vendor/etc/firmware/clm_bcm43438a1.blob
|
2585
|
[ 10.163038] [dhd] dhd_conf_set_path_params : Final conf_path=/vendor/etc/firmware/config.txt
|
2586
|
[ 10.163874] dhd_os_open_image: /vendor/etc/firmware/fw_bcm43438a1.bin (414579 bytes) open success
|
2587
|
[ 10.224658] dhd_os_open_image: /vendor/etc/firmware/nvram_ap6212a.txt (1003 bytes) open success
|
2588
|
[ 10.225071] NVRAM version: AP6212A_NVRAM_V1.0.1_20160606
|
2589
|
[ 10.225870] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
|
2590
|
[ 10.242367] systemd-journald[150]: File /var/log/journal/bb2b195502dd4ec4bc3db165586c93dd/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
|
2591
|
[ 10.301983] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
|
2592
|
[ 10.303228] bcmsdh_oob_intr_register: HW_OOB irq=103 flags=0x4
|
2593
|
[ 10.303634] dhd_get_memdump_info: File [/data/misc/wifi/.memdump.info] doesn't exist
|
2594
|
[ 10.303645] dhd_get_memdump_info: MEMDUMP ENABLED = 2
|
2595
|
[ 10.304981] Disable tdls_auto_op failed. -1
|
2596
|
[ 10.305001] dhd_tcpack_suppress_set 352: already set to 0
|
2597
|
[ 10.306374] dhd_apply_default_clm: Ignore clm file /vendor/etc/firmware/clm_bcm43438a1.blob
|
2598
|
[ 10.311307] Firmware up: op_mode=0x0005, MAC=b8:13:32:32:53:4a
|
2599
|
[ 10.316317] dhd_preinit_ioctls Set scancache failed -23
|
2600
|
[ 10.326044] [dhd] dhd_conf_add_pkt_filter : 142 0 0 77 0xffffffffffffffffffffffffffffff 0x2F6465766963652F77616B6575702F
|
2601
|
[ 10.327470] [dhd] dhd_conf_del_pkt_filter : 102
|
2602
|
[ 10.327519] [dhd] dhd_conf_del_pkt_filter : 103
|
2603
|
[ 10.337244] Driver: 1.579.77.41.22 (r-20191105-2)(20191120-1)
|
2604
|
Firmware: wl0: Jun 13 2018 13:18:38 version 7.45.96.24 (7ffe8b7@shgit) (r) FWID 01-40f9deb0 es7.c5.n4.a3
|
2605
|
CLM: 7.11.15 (2014-05-26 10:53:55)
|
2606
|
[ 10.338582] dhd_txglom_enable: enable 1
|
2607
|
[ 10.338600] [dhd] dhd_conf_set_txglom_params : txglom_mode=copy
|
2608
|
[ 10.338651] [dhd] dhd_conf_set_txglom_params : txglomsize=36, deferred_tx_len=0
|
2609
|
[ 10.338662] [dhd] dhd_conf_set_txglom_params : txinrx_thres=-1, dhd_txminmax=1
|
2610
|
[ 10.338671] [dhd] dhd_conf_set_txglom_params : tx_max_offset=0, txctl_tmo_fix=300
|
2611
|
[ 10.338690] [dhd] dhd_conf_get_disable_proptx : fw_proptx=1, disable_proptx=-1
|
2612
|
[ 10.341227] dhd_wlfc_hostreorder_init(): successful bdcv2 tlv signaling, 64
|
2613
|
[ 10.345032] dhd_pno_init: Support Android Location Service
|
2614
|
[ 10.370131] [dhd] CFG80211-ERROR) wl_cfg80211_event : Event handler is not created
|
2615
|
[ 10.370980] rtt_do_get_ioctl: failed to send getbuf proxd iovar (CMD ID : 1), status=-23
|
2616
|
[ 10.370988] dhd_rtt_init : FTM is not supported
|
2617
|
[ 10.370992] dhd_preinit_ioctls: SensorHub diabled 0
|
2618
|
[ 10.371715] dhd_preinit_ioctls failed to set ShubHub disable
|
2619
|
[ 10.374462] dhd_wl_ioctl_get_intiovar: get int iovar wnm_bsstrans_resp failed, ERR -23
|
2620
|
[ 10.374467] failed to get wnm_bsstrans_resp
|
2621
|
[ 10.375395] failed to set WNM capabilities
|
2622
|
[ 10.375819] [dhd] dhd_conf_set_country : set country CN, revision 0
|
2623
|
[ 10.375835] [dhd] CFG80211-ERROR) wl_cfg80211_event : Event handler is not created
|
2624
|
[ 10.380036] [dhd] dhd_conf_set_country : Country code: CN (CN/0)
|
2625
|
[ 10.385581] [dhd] CONFIG-ERROR) dhd_conf_set_intiovar : ampdu_mpdu setting failed -29
|
2626
|
[ 10.386422] [dhd-wlan0] wl_android_wifi_on : Success
|
2627
|
[ 10.414907] [dhd] CFG80211-ERROR) __wl_update_wiphybands : error reading vhtmode (-23)
|
2628
|
[ 10.430184] rk_gmac-dwmac fe2a0000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
|
2629
|
[ 10.436434] dhd_open : the lock is released.
|
2630
|
[ 10.436443] dhd_open: Exit ret=0
|
2631
|
[ 10.437645] qmi_wwan_q 2-1.2:1.4 wwan0: register 'qmi_wwan_q' at usb-fd880000.usb-1.2, WWAN/QMI device, b6:f2:e9:68:4c:9c
|
2632
|
[ 10.448175] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
|
2633
|
[ 10.748963] P2P interface registered
|
2634
|
[ 10.748977] wl_cfgp2p_add_p2p_disc_if: wdev: 00000000f6202a14, wdev->net: (null)
|
2635
|
[ 10.801297] WLC_E_IF: NO_IF set, event Ignored
|
2636
|
[ 10.807283] P2P interface started
|
2637
|
[ 10.869105] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
|
2638
|
[ 10.914419] dwhdmi-rockchip fe0a0000.hdmi: Rate 0 missing; compute N dynamically
|
2639
|
[ 10.933546] dwhdmi-rockchip fe0a0000.hdmi: Rate 0 missing; compute N dynamically
|
2640
|
[ 10.942575] dwhdmi-rockchip fe0a0000.hdmi: Rate 0 missing; compute N dynamically
|
2641
|
[ 11.261657] ttyFIQ ttyFIQ0: tty_port_close_start: tty->count = 1 port count = 2
|
2642
|
[ 12.152257] [dhd-wlan0] wl_cfg80211_connect : Connecting with e4:a7:c5:fe:2c:64 ssid "yangzl_home", len (11), sec=wpa2psk/mfpc/516, channel=11
|
2643
|
|
2644
|
[ 12.153384] dhd_dbg_start_pkt_monitor, 1724
|
2645
|
[ 12.199397] [dhd-wlan0] wl_iw_event : Link UP with e4:a7:c5:fe:2c:64
|
2646
|
[ 12.199447] [dhd-wlan0] wl_ext_iapsta_event : [S] Link UP with e4:a7:c5:fe:2c:64
|
2647
|
[ 12.199521] [dhd-wlan0] wl_notify_connect_status : wl_bss_connect_done succeeded with e4:a7:c5:fe:2c:64
|
2648
|
[ 12.227013] [dhd-wlan0] wl_notify_connect_status : wl_bss_connect_done succeeded with e4:a7:c5:fe:2c:64 vndr_oui: 00-E0-4C 00-E0-FC
|
2649
|
[ 12.234156] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
|
2650
|
[ 13.096627] [drm:dw_hdmi_rockchip_set_property] *ERROR* failed to set rockchip hdmi connector property CONNECTOR_ID
|
2651
|
[ 33.762289] vcc3v3_lcd1_n: disabling
|
2652
|
[ 33.762308] vcc_edp_regulator: disabling
|
2653
|
[ 33.762313] pcie30_3v3: disabling
|
2654
|
[ 42.225968] [drm] only support 1 gamma
|
2655
|
[ 150.809284] [drm] only support 1 gamma
|
2656
|
[ 787.976894] rk_vcodec: fdf80200.rkvdec: pid: 3353, session: 00000000b4bb4302, time: 2447 us
|
2657
|
[ 787.979385] rk_vcodec: fdf80200.rkvdec: pid: 3353, session: 00000000b4bb4302, time: 4510 us
|
2658
|
[ 787.981678] rk_vcodec: fdf80200.rkvdec: pid: 3353, session: 00000000b4bb4302, time: 6414 us
|
2659
|
[ 787.984311] rk_vcodec: fdf80200.rkvdec: pid: 3353, session: 00000000b4bb4302, time: 6344 us
|
2660
|
[ 787.986761] rk_vcodec: fdf80200.rkvdec: pid: 3353, session: 00000000b4bb4302, time: 6425 us
|
2661
|
[ 787.990102] rk_vcodec: fdf80200.rkvdec: pid: 3353, session: 00000000b4bb4302, time: 7451 us
|
2662
|
[ 787.993248] rk_vcodec: fdf80200.rkvdec: pid: 3353, session: 00000000b4bb4302, time: 7601 us
|
2663
|
[ 787.995535] rk_vcodec: fdf80200.rkvdec: pid: 3353, session: 00000000b4bb4302, time: 7748 us
|
2664
|
[ 795.297994] rk_vcodec: fdf80200.rkvdec: pid: 3353, session: 00000000b4bb4302, time: 2440 us
|
2665
|
[ 795.300200] rk_vcodec: fdf80200.rkvdec: pid: 3353, session: 00000000b4bb4302, time: 4260 us
|
2666
|
[ 795.302547] rk_vcodec: fdf80200.rkvdec: pid: 3353, session: 00000000b4bb4302, time: 6274 us
|
2667
|
root@RK356x:/home/ztl/下载/mpp/build/linux/aarch64/test#
|
2668
|
|