emveepee1

Untitled

Nov 13th, 2025
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 181.40 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
  2. [ 0.000000] Linux version 4.19.232 (root@1804) (firefly: de4cbd1026ad12db7a811180023b5ab6704f0dc8) (sdk version: rk356x_linux_release_20221015_v1.3.0b.xml) (gcc version 6.3.1 20170404 (Linaro GCC 6.3-2017.05), GNU ld (Linaro_Binutils-2017.05) 2.27.0.20161019) #1 SMP Fri Jan 13 06:08:08 PST 2023
  3. [ 0.000000] Machine model: Rockchip RK3566 BOX DEMO V10 ANDROID Board
  4. [ 0.000000] earlycon: uart8250 at MMIO32 0x00000000fe660000 (options '')
  5. [ 0.000000] bootconsole [uart8250] enabled
  6. [ 0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'drm-cubic-lut@00000000': base 0x0000000000000000, size 0 MiB
  7. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000010000000, size 8 MiB
  8. [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  9. [ 0.000000] On node 0 totalpages: 978432
  10. [ 0.000000] DMA32 zone: 15352 pages used for memmap
  11. [ 0.000000] DMA32 zone: 0 pages reserved
  12. [ 0.000000] DMA32 zone: 978432 pages, LIFO batch:63
  13. [ 0.000000] psci: probing for conduit method from DT.
  14. [ 0.000000] psci: PSCIv1.1 detected in firmware.
  15. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  16. [ 0.000000] psci: Trusted OS migration not required
  17. [ 0.000000] psci: SMC Calling Convention v1.2
  18. [ 0.000000] percpu: Embedded 24 pages/cpu s60136 r8192 d29976 u98304
  19. [ 0.000000] pcpu-alloc: s60136 r8192 d29976 u98304 alloc=24*4096
  20. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  21. [ 0.000000] Detected VIPT I-cache on CPU0
  22. [ 0.000000] CPU features: detected: Virtualization Host Extensions
  23. [ 0.000000] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
  24. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 963080
  25. [ 0.000000] Kernel command line: root=/dev/mmcblk0p4 rootfstype=ext4 rw rootwait console=ttyFIQ0 fsck.fix=yes fsck.repair=yes earlycon=uart8250,mmio32,0xfe660000
  26. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
  27. [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
  28. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  29. [ 0.000000] Memory: 3796804K/3913728K available (15166K kernel code, 1956K rwdata, 5324K rodata, 1600K init, 598K bss, 108732K reserved, 8192K cma-reserved)
  30. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  31. [ 0.000000] ftrace: allocating 54442 entries in 213 pages
  32. [ 0.000000] rcu: Hierarchical RCU implementation.
  33. [ 0.000000] rcu: RCU event tracing is enabled.
  34. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  35. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  36. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  37. [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
  38. [ 0.000000] GICv3: Distributor has no Range Selector support
  39. [ 0.000000] GICv3: no VLPI support, no direct LPI support
  40. [ 0.000000] ITS [mem 0xfd440000-0xfd45ffff]
  41. [ 0.000000] ITS@0x00000000fd440000: allocated 8192 Devices @ef180000 (indirect, esz 8, psz 64K, shr 0)
  42. [ 0.000000] ITS@0x00000000fd440000: allocated 32768 Interrupt Collections @ef190000 (flat, esz 2, psz 64K, shr 0)
  43. [ 0.000000] ITS: using cache flushing for cmd queue
  44. [ 0.000000] GIC: using LPI property table @0x00000000ef1a0000
  45. [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fd460000
  46. [ 0.000000] CPU0: using LPI pending table @0x00000000ef1b0000
  47. [ 0.000000] GIC: using cache flushing for LPI property table
  48. [ 0.000000] random: random: get_random_bytes called from start_kernel+0x36c/0x514 with crng_init=0
  49. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  50. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  51. [ 0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  52. [ 0.002001] Console: colour dummy device 80x25
  53. [ 0.002462] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=80000)
  54. [ 0.003416] pid_max: default: 32768 minimum: 301
  55. [ 0.003994] Security Framework initialized
  56. [ 0.004386] AppArmor: AppArmor disabled by boot time parameter
  57. [ 0.004996] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
  58. [ 0.005673] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
  59. [ 0.008289] ASID allocator initialised with 32768 entries
  60. [ 0.008971] rcu: Hierarchical SRCU implementation.
  61. [ 0.012363] Platform MSI: interrupt-controller@fd440000 domain created
  62. [ 0.013462] PCI/MSI: /interrupt-controller@fd400000/interrupt-controller@fd440000 domain created
  63. [ 0.014979] smp: Bringing up secondary CPUs ...
  64. [ 0.016914] Detected VIPT I-cache on CPU1
  65. [ 0.016955] GICv3: CPU1: found redistributor 100 region 0:0x00000000fd480000
  66. [ 0.017011] CPU1: using LPI pending table @0x00000000ef350000
  67. [ 0.017071] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
  68. [ 0.018689] Detected VIPT I-cache on CPU2
  69. [ 0.018724] GICv3: CPU2: found redistributor 200 region 0:0x00000000fd4a0000
  70. [ 0.018778] CPU2: using LPI pending table @0x00000000ef3a0000
  71. [ 0.018827] CPU2: Booted secondary processor 0x0000000200 [0x412fd050]
  72. [ 0.020390] Detected VIPT I-cache on CPU3
  73. [ 0.020423] GICv3: CPU3: found redistributor 300 region 0:0x00000000fd4c0000
  74. [ 0.020478] CPU3: using LPI pending table @0x00000000ef3c0000
  75. [ 0.020527] CPU3: Booted secondary processor 0x0000000300 [0x412fd050]
  76. [ 0.020669] smp: Brought up 1 node, 4 CPUs
  77. [ 0.027606] SMP: Total of 4 processors activated.
  78. [ 0.028047] CPU features: detected: GIC system register CPU interface
  79. [ 0.028643] CPU features: detected: Privileged Access Never
  80. [ 0.029159] CPU features: detected: LSE atomic instructions
  81. [ 0.029675] CPU features: detected: User Access Override
  82. [ 0.030186] CPU features: detected: 32-bit EL0 Support
  83. [ 0.030668] CPU features: detected: RAS Extension Support
  84. [ 0.031359] CPU: All CPU(s) started at EL2
  85. [ 0.031774] alternatives: patching kernel code
  86. [ 0.039465] devtmpfs: initialized
  87. [ 0.063448] Registered cp15_barrier emulation handler
  88. [ 0.063940] Registered setend emulation handler
  89. [ 0.064736] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
  90. [ 0.065714] futex hash table entries: 1024 (order: 4, 65536 bytes)
  91. [ 0.066561] pinctrl core: initialized pinctrl subsystem
  92. [ 0.067374] regulator-dummy: no parameters
  93. [ 0.068169] NET: Registered protocol family 16
  94. [ 0.069394] audit: initializing netlink subsys (disabled)
  95. [ 0.070165] audit: type=2000 audit(0.063:1): state=initialized audit_enabled=0 res=1
  96. [ 0.073534] cpuidle: using governor menu
  97. [ 0.073935] Registered FIQ tty driver
  98. [ 0.074846] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  99. [ 0.075819] DMA: preallocated 256 KiB pool for atomic allocations
  100. [ 0.080158] console [pstore-1] enabled
  101. [ 0.080513] pstore: Registered ramoops as persistent store backend
  102. [ 0.081087] ramoops: attached 0xf0000@0x110000, ecc: 0/0
  103. [ 0.114450] rockchip-gpio fdd60000.gpio: probed gpio0 (fdd60000.gpio)
  104. [ 0.115811] rockchip-gpio fe740000.gpio: probed gpio1 (fe740000.gpio)
  105. [ 0.117133] rockchip-gpio fe750000.gpio: probed gpio2 (fe750000.gpio)
  106. [ 0.118463] rockchip-gpio fe760000.gpio: probed gpio3 (fe760000.gpio)
  107. [ 0.119804] rockchip-gpio fe770000.gpio: probed gpio4 (fe770000.gpio)
  108. [ 0.120510] rockchip-pinctrl pinctrl: probed pinctrl
  109. [ 0.139033] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  110. [ 0.139928] cryptd: max_cpu_qlen set to 1000
  111. [ 0.142264] console [ttyFIQ0] enabled
  112. [ 0.142945] bootconsole [uart8250] disabled
  113. [ 0.143615] Registered fiq debugger ttyFIQ0
  114. [ 0.144158] dc_12v: 12000 mV
  115. [ 0.144459] reg-fixed-voltage dc-12v: dc_12v supplying 12000000uV
  116. [ 0.144610] reg-fixed-voltage vcc3v3-sys: Looking up vin-supply from device tree
  117. [ 0.144624] vcc3v3_sys: supplied by dc_12v
  118. [ 0.144704] vcc3v3_sys: 3300 mV
  119. [ 0.144966] reg-fixed-voltage vcc3v3-sys: vcc3v3_sys supplying 3300000uV
  120. [ 0.145109] reg-fixed-voltage vcc5v0-sys: Looking up vin-supply from device tree
  121. [ 0.145122] vcc5v0_sys: supplied by dc_12v
  122. [ 0.145201] vcc5v0_sys: 5000 mV
  123. [ 0.145498] reg-fixed-voltage vcc5v0-sys: vcc5v0_sys supplying 5000000uV
  124. [ 0.145633] reg-fixed-voltage vcc_1v8: Looking up vin-supply from device tree
  125. [ 0.145647] vcc_1v8: supplied by vcc5v0_sys
  126. [ 0.145726] vcc_1v8: 1800 mV
  127. [ 0.145972] reg-fixed-voltage vcc_1v8: vcc_1v8 supplying 1800000uV
  128. [ 0.146106] reg-fixed-voltage vcc_3v3: Looking up vin-supply from device tree
  129. [ 0.146120] vcc_3v3: supplied by vcc5v0_sys
  130. [ 0.146218] vcc_3v3: 3300 mV
  131. [ 0.146461] reg-fixed-voltage vcc_3v3: vcc_3v3 supplying 3300000uV
  132. [ 0.146596] reg-fixed-voltage vdd-fixed: Looking up vin-supply from device tree
  133. [ 0.146609] vdd_fixed: supplied by vcc5v0_sys
  134. [ 0.146686] vdd_fixed: 950 mV
  135. [ 0.146953] reg-fixed-voltage vdd-fixed: vdd_fixed supplying 950000uV
  136. [ 0.147098] reg-fixed-voltage vcc2v5-ddr: Looking up vin-supply from device tree
  137. [ 0.147111] vcc2v5-sys: supplied by vcc3v3_sys
  138. [ 0.147189] vcc2v5-sys: 2500 mV
  139. [ 0.147454] reg-fixed-voltage vcc2v5-ddr: vcc2v5-sys supplying 2500000uV
  140. [ 0.148353] rk_iommu fdea0800.iommu: version = 2
  141. [ 0.149076] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_vpu-supply from device tree
  142. [ 0.149101] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_vpu-supply property in node /power-management@fdd90000/power-controller failed
  143. [ 0.149170] rk_iommu fded0480.iommu: version = 2
  144. [ 0.149486] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rga-supply from device tree
  145. [ 0.149510] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rga-supply property in node /power-management@fdd90000/power-controller failed
  146. [ 0.149759] rk_iommu fdee0800.iommu: version = 2
  147. [ 0.150261] rk_iommu fdef0800.iommu: version = 2
  148. [ 0.150717] rk_iommu fdf40f00.iommu: version = 2
  149. [ 0.151060] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rkvenc-supply from device tree
  150. [ 0.151085] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rkvenc-supply property in node /power-management@fdd90000/power-controller failed
  151. [ 0.151266] rk_iommu fdf80800.iommu: version = 2
  152. [ 0.151554] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rkvdec-supply from device tree
  153. [ 0.151578] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rkvdec-supply property in node /power-management@fdd90000/power-controller failed
  154. [ 0.151724] rk_iommu fe043e00.iommu: version = 2
  155. [ 0.152814] SCSI subsystem initialized
  156. [ 0.152904] libata version 3.00 loaded.
  157. [ 0.153170] usbcore: registered new interface driver usbfs
  158. [ 0.153263] usbcore: registered new interface driver hub
  159. [ 0.153341] usbcore: registered new device driver usb
  160. [ 0.153481] media: Linux media interface: v0.10
  161. [ 0.153556] videodev: Linux video capture interface: v2.00
  162. [ 0.153685] pps_core: LinuxPPS API ver. 1 registered
  163. [ 0.153710] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
  164. [ 0.153754] PTP clock support registered
  165. [ 0.154185] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0
  166. [ 0.156829] Advanced Linux Sound Architecture Driver Initialized.
  167. [ 0.157553] Bluetooth: Core ver 2.22
  168. [ 0.157629] NET: Registered protocol family 31
  169. [ 0.157653] Bluetooth: HCI device and connection manager initialized
  170. [ 0.157682] Bluetooth: HCI socket layer initialized
  171. [ 0.157709] Bluetooth: L2CAP socket layer initialized
  172. [ 0.157790] Bluetooth: SCO socket layer initialized
  173. [ 0.159951] rockchip-cpuinfo cpuinfo: SoC : 35662000
  174. [ 0.159994] rockchip-cpuinfo cpuinfo: Serial : ef998085d5541d56
  175. [ 0.161167] clocksource: Switched to clocksource arch_sys_counter
  176. [ 0.260872] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
  177. [ 0.261337] NET: Registered protocol family 2
  178. [ 0.261641] IP idents hash table entries: 65536 (order: 7, 524288 bytes)
  179. [ 0.264176] tcp_listen_portaddr_hash hash table entries: 2048 (order: 4, 81920 bytes)
  180. [ 0.264307] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
  181. [ 0.264696] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes)
  182. [ 0.265684] TCP: Hash tables configured (established 32768 bind 32768)
  183. [ 0.265880] UDP hash table entries: 2048 (order: 5, 196608 bytes)
  184. [ 0.266093] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes)
  185. [ 0.266476] NET: Registered protocol family 1
  186. [ 0.267379] PCI: CLS 0 bytes, default 64
  187. [ 0.268395] Trying to unpack rootfs image as initramfs...
  188. [ 0.750309] Freeing initrd memory: 9020K
  189. [ 0.751763] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
  190. [ 0.752490] kvm [1]: 16-bit VMID
  191. [ 0.752535] kvm [1]: GICv3: no GICV resource entry
  192. [ 0.752549] kvm [1]: disabling GICv2 emulation
  193. [ 0.752562] kvm [1]: GIC system register CPU interface enabled
  194. [ 0.752746] kvm [1]: vgic interrupt IRQ1
  195. [ 0.752966] kvm [1]: VHE mode initialized successfully
  196. [ 0.755542] Initialise system trusted keyrings
  197. [ 0.755824] workingset: timestamp_bits=45 max_order=20 bucket_order=0
  198. [ 0.766299] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  199. [ 0.766746] jffs2: version 2.2. (NAND) Β© 2001-2006 Red Hat, Inc.
  200. [ 0.767078] fuse init (API version 7.27)
  201. [ 0.767726] SGI XFS with security attributes, no debug enabled
  202. [ 0.771834] NET: Registered protocol family 38
  203. [ 0.771891] Key type asymmetric registered
  204. [ 0.771906] Asymmetric key parser 'x509' registered
  205. [ 0.771964] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
  206. [ 0.772181] io scheduler noop registered
  207. [ 0.772206] io scheduler deadline registered
  208. [ 0.772413] io scheduler cfq registered (default)
  209. [ 0.772431] io scheduler mq-deadline registered
  210. [ 0.772454] io scheduler kyber registered
  211. [ 0.775616] phy phy-fe8a0000.usb2-phy.0: Looking up phy-supply from device tree
  212. [ 0.775717] phy phy-fe8a0000.usb2-phy.0: Linked as a consumer to regulator.3
  213. [ 0.775902] phy phy-fe8a0000.usb2-phy.1: Looking up phy-supply from device tree
  214. [ 0.775915] phy phy-fe8a0000.usb2-phy.1: Looking up phy-supply property in node /usb2-phy@fe8a0000/otg-port failed
  215. [ 0.776047] phy phy-fe8a0000.usb2-phy.1: Looking up vbus-supply from device tree
  216. [ 0.776123] phy phy-fe8a0000.usb2-phy.1: Linked as a consumer to regulator.3
  217. [ 0.779808] phy phy-fe830000.phy.2: Looking up phy-supply from device tree
  218. [ 0.779826] phy phy-fe830000.phy.2: Looking up phy-supply property in node /phy@fe830000 failed
  219. [ 0.780386] phy phy-fe840000.phy.3: Looking up phy-supply from device tree
  220. [ 0.780400] phy phy-fe840000.phy.3: Looking up phy-supply property in node /phy@fe840000 failed
  221. [ 0.785315] mpp_service mpp-srv: 17e24d4a84af author: Ding Wei 2022-05-05 video: rockchip: mpp: rkvdec2: task->irq_status set for link mode
  222. [ 0.785365] mpp_service mpp-srv: probe start
  223. [ 0.786393] iommu: Adding device fdf40000.rkvenc to group 4
  224. [ 0.786453] mpp_rkvenc fdf40000.rkvenc: Linked as a consumer to fdf40f00.iommu
  225. [ 0.786732] mpp_rkvenc fdf40000.rkvenc: probing start
  226. [ 0.787362] mpp_rkvenc fdf40000.rkvenc: Looking up venc-supply from device tree
  227. [ 0.787378] mpp_rkvenc fdf40000.rkvenc: Looking up venc-supply property in node /rkvenc@fdf40000 failed
  228. [ 0.787398] mpp_rkvenc fdf40000.rkvenc: no regulator, devfreq is disabled
  229. [ 0.787918] mpp_rkvenc fdf40000.rkvenc: probing finish
  230. [ 0.789272] iommu: Adding device fdea0400.vdpu to group 0
  231. [ 0.789330] mpp_vdpu2 fdea0400.vdpu: Linked as a consumer to fdea0800.iommu
  232. [ 0.789583] mpp_vdpu2 fdea0400.vdpu: probe device
  233. [ 0.790332] mpp_vdpu2 fdea0400.vdpu: probing finish
  234. [ 0.790928] iommu: Adding device fdee0000.vepu to group 2
  235. [ 0.790983] mpp_vepu2 fdee0000.vepu: Linked as a consumer to fdee0800.iommu
  236. [ 0.791287] mpp_vepu2 fdee0000.vepu: probe device
  237. [ 0.792049] mpp_vepu2 fdee0000.vepu: probing finish
  238. [ 0.792673] iommu: Adding device fdef0000.iep to group 3
  239. [ 0.792727] mpp-iep2 fdef0000.iep: Linked as a consumer to fdef0800.iommu
  240. [ 0.792943] mpp-iep2 fdef0000.iep: probe device
  241. [ 0.793575] mpp-iep2 fdef0000.iep: allocate roi buffer failed
  242. [ 0.793803] mpp-iep2 fdef0000.iep: probing finish
  243. [ 0.794377] iommu: Adding device fded0000.jpegd to group 1
  244. [ 0.794432] mpp_jpgdec fded0000.jpegd: Linked as a consumer to fded0480.iommu
  245. [ 0.794737] mpp_jpgdec fded0000.jpegd: probe device
  246. [ 0.795490] mpp_jpgdec fded0000.jpegd: probing finish
  247. [ 0.796131] iommu: Adding device fdf80200.rkvdec to group 5
  248. [ 0.796186] mpp_rkvdec2 fdf80200.rkvdec: Linked as a consumer to fdf80800.iommu
  249. [ 0.796486] mpp_rkvdec2 fdf80200.rkvdec: probing start
  250. [ 0.797071] mpp_rkvdec2 fdf80200.rkvdec: shared_niu_a is not found!
  251. [ 0.797103] rkvdec2_init:661: No niu aclk reset resource define
  252. [ 0.797124] mpp_rkvdec2 fdf80200.rkvdec: shared_niu_h is not found!
  253. [ 0.797136] rkvdec2_init:664: No niu hclk reset resource define
  254. [ 0.797368] mpp_rkvdec2 fdf80200.rkvdec: sram_start 0x00000000fdcc0000
  255. [ 0.797386] mpp_rkvdec2 fdf80200.rkvdec: rcb_iova 0x0000000010000000
  256. [ 0.797412] mpp_rkvdec2 fdf80200.rkvdec: sram_size 45056
  257. [ 0.797434] mpp_rkvdec2 fdf80200.rkvdec: rcb_size 65536
  258. [ 0.797457] mpp_rkvdec2 fdf80200.rkvdec: min_width 512
  259. [ 0.797482] mpp_rkvdec2 fdf80200.rkvdec: link mode resource not found
  260. [ 0.797731] mpp_rkvdec2 fdf80200.rkvdec: probing finish
  261. [ 0.798180] mpp_service mpp-srv: probe success
  262. [ 0.803517] dma-pl330 fe530000.dmac: Loaded driver for PL330 DMAC-241330
  263. [ 0.803557] dma-pl330 fe530000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
  264. [ 0.806845] dma-pl330 fe550000.dmac: Loaded driver for PL330 DMAC-241330
  265. [ 0.806880] dma-pl330 fe550000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
  266. [ 0.808428] rockchip-system-monitor rockchip-system-monitor: system monitor probe
  267. [ 0.809316] pwm-regulator vdd-cpu: Looking up pwm-supply from device tree
  268. [ 0.809335] vdd_cpu: supplied by vcc5v0_sys
  269. [ 0.809447] vdd_cpu: 800 <--> 1200 mV at 948 mV
  270. [ 0.809927] pwm-regulator vdd-logic: Looking up pwm-supply from device tree
  271. [ 0.809942] vdd_logic: supplied by vcc5v0_sys
  272. [ 0.810026] vdd_logic: 800 <--> 1100 mV at 950 mV
  273. [ 0.810970] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
  274. [ 0.812126] fe650000.serial: ttyS1 at MMIO 0xfe650000 (irq = 45, base_baud = 1500000) is a 16550A
  275. [ 0.815463] random: fast init done
  276. [ 0.815815] random: crng init done
  277. [ 0.815993] iommu: Adding device fe040000.vop to group 6
  278. [ 0.816039] rockchip-vop2 fe040000.vop: Linked as a consumer to fe043e00.iommu
  279. [ 0.821134] rockchip-drm display-subsystem: Linked as a consumer to fe040000.vop
  280. [ 0.822519] rockchip-drm display-subsystem: Linked as a consumer to fe0a0000.hdmi
  281. [ 0.824644] rockchip-drm display-subsystem: defer getting devfreq
  282. [ 0.825037] vp0: rgb_pixelclk: 0
  283. [ 0.825085] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x3f, primary plane phy id: 4
  284. [ 0.825113] vp1: rgb_pixelclk: 0
  285. [ 0.825141] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp1 assign plane mask: 0x0, primary plane phy id: -1
  286. [ 0.825167] vp2: rgb_pixelclk: 0
  287. [ 0.825193] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x0, primary plane phy id: -1
  288. [ 0.825630] [drm] unsupported AFBC format[3432564e]
  289. [ 0.825918] rockchip-drm display-subsystem: bound fe040000.vop (ops 0xffffff8009032338)
  290. [ 0.826231] dwhdmi-rockchip fe0a0000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
  291. [ 0.827091] dwhdmi-rockchip fe0a0000.hdmi: registered DesignWare HDMI I2C bus driver
  292. [ 0.827998] rockchip-drm display-subsystem: bound fe0a0000.hdmi (ops 0xffffff8009035e50)
  293. [ 0.828024] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  294. [ 0.828049] [drm] No driver support for vblank timestamp query.
  295. [ 1.075245] fbcon: Deferring console take-over
  296. [ 1.075294] rockchip-drm display-subsystem: fb0: frame buffer device
  297. [ 1.076532] [drm] Initialized rockchip 2.0.0 20140818 for display-subsystem on minor 0
  298. [ 1.082985] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_gpu-supply from device tree
  299. [ 1.083015] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_gpu-supply property in node /power-management@fdd90000/power-controller failed
  300. [ 1.083077] mali fde60000.gpu: Kernel DDK version g7p1-01bet0
  301. [ 1.083171] cacheinfo: Unable to detect cache hierarchy for CPU 0
  302. [ 1.083200] mali fde60000.gpu: Looking up mali-supply from device tree
  303. [ 1.083308] mali fde60000.gpu: Linked as a consumer to regulator.6
  304. [ 1.083340] mali fde60000.gpu: Looking up shadercores-supply from device tree
  305. [ 1.083357] mali fde60000.gpu: Looking up shadercores-supply property in node /gpu@fde60000 failed
  306. [ 1.083426] mali fde60000.gpu: Looking up mali-supply from device tree
  307. [ 1.083459] vdd_fixed: could not add device link fde60000.gpu err -17
  308. [ 1.083472] vdd_fixed: Failed to create debugfs directory
  309. [ 1.083484] mali fde60000.gpu: Looking up shadercores-supply from device tree
  310. [ 1.083498] mali fde60000.gpu: Looking up shadercores-supply property in node /gpu@fde60000 failed
  311. [ 1.083514] mali fde60000.gpu: dev_pm_opp_set_regulators: no regulator (shadercores) found: -19
  312. [ 1.083669] mali fde60000.gpu: leakage=7
  313. [ 1.083732] mali fde60000.gpu: pvtm = 87640, from nvmem
  314. [ 1.084255] brd: module loaded
  315. [ 1.084451] mali fde60000.gpu: avs=0
  316. [ 1.084536] 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.
  317. [ 1.085092] mali fde60000.gpu: GPU identified as 0x2 arch 7.4.0 r1p0 status 0
  318. [ 1.085245] mali fde60000.gpu: No priority control manager is configured
  319. [ 1.085267] mali fde60000.gpu: No memory group manager is configured
  320. [ 1.086320] mali fde60000.gpu: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0 h_table=0
  321. [ 1.087456] mali fde60000.gpu: Probed as mali0
  322. [ 1.094661] loop: module loaded
  323. [ 1.095355] zram: Added device: zram0
  324. [ 1.095555] lkdtm: No crash points registered, enable through debugfs
  325. [ 1.098747] register firefly_spi_init spi return v = :0
  326. [ 1.099167] CAN device driver interface
  327. [ 1.101085] rk_gmac-dwmac fe010000.ethernet: Looking up phy-supply from device tree
  328. [ 1.101110] rk_gmac-dwmac fe010000.ethernet: Looking up phy-supply property in node /ethernet@fe010000 failed
  329. [ 1.101134] rk_gmac-dwmac fe010000.ethernet: no regulator found
  330. [ 1.101212] rk_gmac-dwmac fe010000.ethernet: clock input or output? (input).
  331. [ 1.101246] rk_gmac-dwmac fe010000.ethernet: TX delay(0x4f).
  332. [ 1.101271] rk_gmac-dwmac fe010000.ethernet: RX delay(0x2d).
  333. [ 1.101300] rk_gmac-dwmac fe010000.ethernet: integrated PHY? (no).
  334. [ 1.101385] rk_gmac-dwmac fe010000.ethernet: clock input from PHY
  335. [ 1.106423] rk_gmac-dwmac fe010000.ethernet: init for RGMII
  336. [ 1.106782] rk_gmac-dwmac fe010000.ethernet: User ID: 0x30, Synopsys ID: 0x51
  337. [ 1.106811] rk_gmac-dwmac fe010000.ethernet: DWMAC4/5
  338. [ 1.106836] rk_gmac-dwmac fe010000.ethernet: DMA HW capability register supported
  339. [ 1.106858] rk_gmac-dwmac fe010000.ethernet: RX Checksum Offload Engine supported
  340. [ 1.106878] rk_gmac-dwmac fe010000.ethernet: TX Checksum insertion supported
  341. [ 1.106897] rk_gmac-dwmac fe010000.ethernet: Wake-Up On Lan supported
  342. [ 1.106956] rk_gmac-dwmac fe010000.ethernet: TSO supported
  343. [ 1.106972] rk_gmac-dwmac fe010000.ethernet: Enable RX Mitigation via HW Watchdog Timer
  344. [ 1.106988] rk_gmac-dwmac fe010000.ethernet: TSO feature enabled
  345. [ 1.245797] usbcore: registered new interface driver rndis_wlan
  346. [ 1.245910] usbcore: registered new interface driver rtl8150
  347. [ 1.245996] usbcore: registered new interface driver r8152
  348. [ 1.246082] usbcore: registered new interface driver asix
  349. [ 1.246164] usbcore: registered new interface driver ax88179_178a
  350. [ 1.246249] usbcore: registered new interface driver cdc_ether
  351. [ 1.246328] usbcore: registered new interface driver rndis_host
  352. [ 1.246411] usbcore: registered new interface driver cdc_ncm
  353. [ 1.246506] usbcore: registered new interface driver qmi_wwan_q
  354. [ 1.246594] usbcore: registered new interface driver qmi_wwan
  355. [ 1.246662] usbcore: registered new interface driver cdc_mbim
  356. [ 1.248302] dwc3 fcc00000.dwc3: Failed to get clk 'ref': -2
  357. [ 1.251882] dwc3 fd000000.dwc3: Failed to get clk 'ref': -2
  358. [ 1.256737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  359. [ 1.256787] ehci-pci: EHCI PCI platform driver
  360. [ 1.256895] ehci-platform: EHCI generic platform driver
  361. [ 1.257339] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  362. [ 1.257381] ohci-platform: OHCI generic platform driver
  363. [ 1.258711] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
  364. [ 1.259036] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 1
  365. [ 1.259269] xhci-hcd xhci-hcd.4.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000001002010010
  366. [ 1.259361] xhci-hcd xhci-hcd.4.auto: irq 58, io mem 0xfcc00000
  367. [ 1.259836] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
  368. [ 1.259857] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  369. [ 1.259872] usb usb1: Product: xHCI Host Controller
  370. [ 1.259899] usb usb1: Manufacturer: Linux 4.19.232 xhci-hcd
  371. [ 1.259921] usb usb1: SerialNumber: xhci-hcd.4.auto
  372. [ 1.260605] hub 1-0:1.0: USB hub found
  373. [ 1.260672] hub 1-0:1.0: 1 port detected
  374. [ 1.261248] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
  375. [ 1.261523] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 2
  376. [ 1.261567] xhci-hcd xhci-hcd.4.auto: Host supports USB 3.0 SuperSpeed
  377. [ 1.261695] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
  378. [ 1.261917] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
  379. [ 1.261949] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  380. [ 1.261973] usb usb2: Product: xHCI Host Controller
  381. [ 1.261995] usb usb2: Manufacturer: Linux 4.19.232 xhci-hcd
  382. [ 1.262015] usb usb2: SerialNumber: xhci-hcd.4.auto
  383. [ 1.262664] hub 2-0:1.0: USB hub found
  384. [ 1.262743] hub 2-0:1.0: 1 port detected
  385. [ 1.263502] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
  386. [ 1.263796] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 3
  387. [ 1.264025] xhci-hcd xhci-hcd.5.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000011002010010
  388. [ 1.264122] xhci-hcd xhci-hcd.5.auto: irq 59, io mem 0xfd000000
  389. [ 1.264643] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
  390. [ 1.264675] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  391. [ 1.264691] usb usb3: Product: xHCI Host Controller
  392. [ 1.264705] usb usb3: Manufacturer: Linux 4.19.232 xhci-hcd
  393. [ 1.264727] usb usb3: SerialNumber: xhci-hcd.5.auto
  394. [ 1.265423] hub 3-0:1.0: USB hub found
  395. [ 1.265490] hub 3-0:1.0: 1 port detected
  396. [ 1.266024] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
  397. [ 1.266283] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 4
  398. [ 1.266326] xhci-hcd xhci-hcd.5.auto: Host supports USB 3.0 SuperSpeed
  399. [ 1.266450] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
  400. [ 1.266651] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
  401. [ 1.266681] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  402. [ 1.266707] usb usb4: Product: xHCI Host Controller
  403. [ 1.266722] usb usb4: Manufacturer: Linux 4.19.232 xhci-hcd
  404. [ 1.266735] usb usb4: SerialNumber: xhci-hcd.5.auto
  405. [ 1.267378] hub 4-0:1.0: USB hub found
  406. [ 1.267451] hub 4-0:1.0: 1 port detected
  407. [ 1.268218] usbcore: registered new interface driver cdc_acm
  408. [ 1.268234] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  409. [ 1.268312] usbcore: registered new interface driver cdc_wdm
  410. [ 1.268653] usbcore: registered new interface driver uas
  411. [ 1.268840] usbcore: registered new interface driver usb-storage
  412. [ 1.269001] usbcore: registered new interface driver usbserial_generic
  413. [ 1.269048] usbserial: USB Serial support registered for generic
  414. [ 1.269135] usbcore: registered new interface driver cp210x
  415. [ 1.269190] usbserial: USB Serial support registered for cp210x
  416. [ 1.269321] usbcore: registered new interface driver ftdi_sio
  417. [ 1.269377] usbserial: USB Serial support registered for FTDI USB Serial Device
  418. [ 1.269636] usbcore: registered new interface driver keyspan
  419. [ 1.269695] usbserial: USB Serial support registered for Keyspan - (without firmware)
  420. [ 1.269748] usbserial: USB Serial support registered for Keyspan 1 port adapter
  421. [ 1.269792] usbserial: USB Serial support registered for Keyspan 2 port adapter
  422. [ 1.269848] usbserial: USB Serial support registered for Keyspan 4 port adapter
  423. [ 1.269946] usbcore: registered new interface driver option
  424. [ 1.270004] usbserial: USB Serial support registered for GSM modem (1-port)
  425. [ 1.270358] usbcore: registered new interface driver oti6858
  426. [ 1.270417] usbserial: USB Serial support registered for oti6858
  427. [ 1.270504] usbcore: registered new interface driver pl2303
  428. [ 1.270560] usbserial: USB Serial support registered for pl2303
  429. [ 1.270669] usbcore: registered new interface driver qcserial
  430. [ 1.270727] usbserial: USB Serial support registered for Qualcomm USB modem
  431. [ 1.270842] usbcore: registered new interface driver sierra
  432. [ 1.270899] usbserial: USB Serial support registered for Sierra USB modem
  433. [ 1.272496] usbcore: registered new interface driver usbtouchscreen
  434. [ 1.272571] ============ himax_hx83102_init 1742 jjlook ==========
  435. [ 1.272587] ============ himax_hx83102_probe 1725 jjlook ==========
  436. [ 1.272670] cyttsp5_loader_init: Parade TTSP FW Loader Driver (Built TTDA.03.08.874312) rc=0
  437. [ 1.272698] cyttsp5_device_access_init: Parade TTSP Device Access Driver (Built TTDA.03.08.874312) rc=0
  438. [ 1.273092] .. rk pwm remotectl v2.0 init
  439. [ 1.273514] input: fe700030.pwm as /devices/platform/fe700030.pwm/input/input0
  440. [ 1.274031] remotectl-pwm fe700030.pwm: pwm version is 0x2130000
  441. [ 1.274129] remotectl-pwm fe700030.pwm: Controller support pwrkey capture
  442. [ 1.275027] i2c /dev entries driver
  443. [ 1.279165] usbcore: registered new interface driver uvcvideo
  444. [ 1.279196] USB Video Class driver (1.1.1)
  445. [ 1.279418] rockchip-iodomain fdc20000.syscon:io-domains: Looking up pmuio1-supply from device tree
  446. [ 1.279515] rockchip-iodomain fdc20000.syscon:io-domains: Linked as a consumer to regulator.5
  447. [ 1.279567] rockchip-iodomain fdc20000.syscon:io-domains: pmuio1(3300000 uV) supplied by vcc_3v3
  448. [ 1.279616] rockchip-iodomain fdc20000.syscon:io-domains: Looking up pmuio2-supply from device tree
  449. [ 1.279729] rockchip-iodomain fdc20000.syscon:io-domains: pmuio2(3300000 uV) supplied by vcc_3v3
  450. [ 1.279769] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio1-supply from device tree
  451. [ 1.279843] rockchip-iodomain fdc20000.syscon:io-domains: Linked as a consumer to regulator.4
  452. [ 1.279891] rockchip-iodomain fdc20000.syscon:io-domains: vccio1(1800000 uV) supplied by vcc_1v8
  453. [ 1.279940] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio2-supply from device tree
  454. [ 1.279956] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio2-supply property in node /syscon@fdc20000/io-domains failed
  455. [ 1.279980] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio3-supply from device tree
  456. [ 1.280074] rockchip-iodomain fdc20000.syscon:io-domains: vccio3(3300000 uV) supplied by vcc_3v3
  457. [ 1.280146] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio4-supply from device tree
  458. [ 1.280231] rockchip-iodomain fdc20000.syscon:io-domains: vccio4(1800000 uV) supplied by vcc_1v8
  459. [ 1.280273] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio5-supply from device tree
  460. [ 1.280355] rockchip-iodomain fdc20000.syscon:io-domains: vccio5(3300000 uV) supplied by vcc_3v3
  461. [ 1.280416] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio6-supply from device tree
  462. [ 1.280499] rockchip-iodomain fdc20000.syscon:io-domains: vccio6(1800000 uV) supplied by vcc_1v8
  463. [ 1.280557] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio7-supply from device tree
  464. [ 1.280641] rockchip-iodomain fdc20000.syscon:io-domains: vccio7(3300000 uV) supplied by vcc_3v3
  465. [ 1.284342] rockchip-thermal fe710000.tsadc: tsadc is probed successfully!
  466. [ 1.285850] Bluetooth: HCI UART driver ver 2.3
  467. [ 1.285873] Bluetooth: HCI UART protocol H4 registered
  468. [ 1.285902] Bluetooth: HCI UART protocol ATH3K registered
  469. [ 1.286156] Bluetooth: HCI UART protocol Broadcom registered
  470. [ 1.286272] usbcore: registered new interface driver bfusb
  471. [ 1.286380] usbcore: registered new interface driver btusb
  472. [ 1.286731] cpu cpu0: leakage=25
  473. [ 1.286810] cpu cpu0: pvtm = 87640, from nvmem
  474. [ 1.286844] cpu cpu0: pvtm-volt-sel=1
  475. [ 1.287192] cpu cpu0: Looking up cpu-supply from device tree
  476. [ 1.287300] cpu cpu0: Linked as a consumer to regulator.8
  477. [ 1.287391] cpu cpu0: Dropping the link to regulator.8
  478. [ 1.287563] cpu cpu0: Looking up cpu-supply from device tree
  479. [ 1.287640] cpu cpu0: Linked as a consumer to regulator.8
  480. [ 1.288717] cpu cpu0: avs=0
  481. [ 1.288795] energy_model: pd0: hertz/watts ratio non-monotonically decreasing: em_cap_state 2 >= em_cap_state1
  482. [ 1.289073] energy_model: Created perf domain 0-3
  483. [ 1.289126] cpu cpu0: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
  484. [ 1.289252] vdd_cpu: ramp_delay not set
  485. [ 1.291800] sdhci: Secure Digital Host Controller Interface driver
  486. [ 1.291828] sdhci: Copyright(c) Pierre Ossman
  487. [ 1.291842] Synopsys Designware Multimedia Card Interface Driver
  488. [ 1.293219] dwmmc_rockchip fe2b0000.dwmmc: IDMAC supports 32-bit address mode.
  489. [ 1.293277] dwmmc_rockchip fe2b0000.dwmmc: Using internal DMA controller.
  490. [ 1.293298] dwmmc_rockchip fe2b0000.dwmmc: Version ID is 270a
  491. [ 1.293355] dwmmc_rockchip fe2b0000.dwmmc: DW MMC controller at irq 33,32 bit host data width,256 deep fifo
  492. [ 1.293389] dwmmc_rockchip fe2b0000.dwmmc: Looking up vmmc-supply from device tree
  493. [ 1.293470] dwmmc_rockchip fe2b0000.dwmmc: Linked as a consumer to regulator.2
  494. [ 1.293491] dwmmc_rockchip fe2b0000.dwmmc: Looking up vqmmc-supply from device tree
  495. [ 1.293501] dwmmc_rockchip fe2b0000.dwmmc: Looking up vqmmc-supply property in node /dwmmc@fe2b0000 failed
  496. [ 1.306583] mmc_host mmc0: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
  497. [ 1.319781] dwmmc_rockchip fe2c0000.dwmmc: IDMAC supports 32-bit address mode.
  498. [ 1.319843] dwmmc_rockchip fe2c0000.dwmmc: Using internal DMA controller.
  499. [ 1.319864] dwmmc_rockchip fe2c0000.dwmmc: Version ID is 270a
  500. [ 1.319924] dwmmc_rockchip fe2c0000.dwmmc: DW MMC controller at irq 34,32 bit host data width,256 deep fifo
  501. [ 1.319958] dwmmc_rockchip fe2c0000.dwmmc: Looking up vmmc-supply from device tree
  502. [ 1.319968] dwmmc_rockchip fe2c0000.dwmmc: Looking up vmmc-supply property in node /dwmmc@fe2c0000 failed
  503. [ 1.319985] dwmmc_rockchip fe2c0000.dwmmc: Looking up vqmmc-supply from device tree
  504. [ 1.319992] dwmmc_rockchip fe2c0000.dwmmc: Looking up vqmmc-supply property in node /dwmmc@fe2c0000 failed
  505. [ 1.320049] dwmmc_rockchip fe2c0000.dwmmc: allocated mmc-pwrseq
  506. [ 1.320062] mmc_host mmc1: card is non-removable.
  507. [ 1.331581] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
  508. [ 1.342698] sdhci-pltfm: SDHCI platform and OF driver helper
  509. [ 1.343647] sdhci-dwcmshc fe310000.sdhci: Looking up vmmc-supply from device tree
  510. [ 1.343657] sdhci-dwcmshc fe310000.sdhci: Looking up vmmc-supply property in node /sdhci@fe310000 failed
  511. [ 1.343674] sdhci-dwcmshc fe310000.sdhci: Looking up vqmmc-supply from device tree
  512. [ 1.343680] sdhci-dwcmshc fe310000.sdhci: Looking up vqmmc-supply property in node /sdhci@fe310000 failed
  513. [ 1.343694] mmc2: Unknown controller version (5). You may experience problems.
  514. [ 1.355846] vdd_cpu: ramp_delay not set
  515. [ 1.366963] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
  516. [ 1.367054] mmc0: new high speed SDHC card at address b36a
  517. [ 1.368185] mmcblk0: mmc0:b36a SDABC 29.1 GiB
  518. [ 1.373619] mmcblk0: p1 p2 p3 p4
  519. [ 1.374539] mmc2: SDHCI controller on fe310000.sdhci [fe310000.sdhci] using ADMA
  520. [ 1.376464] hidraw: raw HID events driver (C) Jiri Kosina
  521. [ 1.376928] usbcore: registered new interface driver usbhid
  522. [ 1.376949] usbhid: USB HID core driver
  523. [ 1.377403] rockchip,bus bus-npu: Looking up bus-supply from device tree
  524. [ 1.377476] rockchip,bus bus-npu: Linked as a consumer to regulator.9
  525. [ 1.377506] rockchip,bus bus-npu: Failed to get leakage
  526. [ 1.377573] rockchip,bus bus-npu: pvtm = 87640, from nvmem
  527. [ 1.377595] rockchip,bus bus-npu: pvtm-volt-sel=1
  528. [ 1.377803] rockchip,bus bus-npu: avs=0
  529. [ 1.380138] rockchip-saradc fe720000.saradc: Looking up vref-supply from device tree
  530. [ 1.380211] rockchip-saradc fe720000.saradc: Linked as a consumer to regulator.4
  531. [ 1.380764] rksfc_base v1.1 2016-01-08
  532. [ 1.381321] rksfc fe300000.sfc: rksfc_probe clk rate = 99000000
  533. [ 1.381415] rkflash_dev_init enter
  534. [ 1.381437] sfc nor id: 0 0 0
  535. [ 1.381445] rkflash[1] is invalid
  536. [ 1.381447] rkflash_dev_init enter
  537. [ 1.381466] sfc_nand id: 0 0 0
  538. [ 1.381472] rkflash[2] is invalid
  539. [ 1.382281] usbcore: registered new interface driver snd-usb-audio
  540. [ 1.388794] NET: Registered protocol family 10
  541. [ 1.389699] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  542. [ 1.389735] Segment Routing with IPv6
  543. [ 1.389801] NET: Registered protocol family 17
  544. [ 1.389817] can: controller area network core (rev 20170425 abi 9)
  545. [ 1.389967] NET: Registered protocol family 29
  546. [ 1.389987] can: raw protocol (rev 20170425)
  547. [ 1.390002] can: broadcast manager protocol (rev 20170425 t)
  548. [ 1.390022] can: netlink gateway (rev 20170425) max_hops=1
  549. [ 1.390304] Bluetooth: RFCOMM socket layer initialized
  550. [ 1.390340] Bluetooth: RFCOMM ver 1.11
  551. [ 1.390363] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  552. [ 1.390382] Bluetooth: HIDP socket layer initialized
  553. [ 1.390395] [BT_RFKILL]: Enter rfkill_rk_init
  554. [ 1.390406] [WLAN_RFKILL]: Enter rfkill_wlan_init
  555. [ 1.390882] [WLAN_RFKILL]: Enter rfkill_wlan_probe
  556. [ 1.390933] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6398s
  557. [ 1.390948] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
  558. [ 1.390961] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
  559. [ 1.391005] [WLAN_RFKILL]: wlan_platdata_parse_dt: WIFI,host_wake_irq = 74, flags = 0.
  560. [ 1.391023] [WLAN_RFKILL]: wlan_platdata_parse_dt: The ref_wifi_clk not found !
  561. [ 1.391031] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
  562. [ 1.391040] [WLAN_RFKILL]: rfkill_set_wifi_bt_power: 1
  563. [ 1.391055] [WLAN_RFKILL]: Exit rfkill_wlan_probe
  564. [ 1.391636] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 77.
  565. [ 1.391674] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 79.
  566. [ 1.391699] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 81.
  567. [ 1.391721] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 80.
  568. [ 1.391791] [BT_RFKILL]: Request irq for bt wakeup host
  569. [ 1.391895] [BT_RFKILL]: ** disable irq
  570. [ 1.392024] [BT_RFKILL]: bt_default device registered.
  571. [ 1.392173] Key type dns_resolver registered
  572. [ 1.392592] flash vendor_init_thread!
  573. [ 1.392609] flash vendor storage:20170308 ret = -1
  574. [ 1.392921] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  575. [ 1.394148] Loading compiled-in X.509 certificates
  576. [ 1.394727] pstore: Using compression: deflate
  577. [ 1.394758] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  578. [ 1.395763] rga2: Driver loaded successfully ver:3.2.63318
  579. [ 1.396077] rga2: Module initialized.
  580. [ 1.406644] mmc2: new HS200 MMC card at address 0001
  581. [ 1.407695] mmcblk2: mmc2:0001 BJNB4R 29.1 GiB
  582. [ 1.408303] mmcblk2boot0: mmc2:0001 BJNB4R partition 1 4.00 MiB
  583. [ 1.408833] mmcblk2boot1: mmc2:0001 BJNB4R partition 2 4.00 MiB
  584. [ 1.409146] mmcblk2rpmb: mmc2:0001 BJNB4R partition 3 4.00 MiB, chardev (239:0)
  585. [ 1.412202] mmcblk2: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15
  586. [ 1.423271] input: adc-keys as /devices/platform/adc-keys/input/input1
  587. [ 1.423911] rockchip-dmc dmc: Looking up center-supply from device tree
  588. [ 1.423966] rockchip-dmc dmc: Linked as a consumer to regulator.6
  589. [ 1.423995] ERROR: could not get clock /dmc:dmc_clk(0)
  590. [ 1.424009] rockchip-dmc dmc: Cannot get the clk dmc_clk. If using SCMI, trusted firmware need update to V1.01 and above.
  591. [ 1.424060] rockchip-dmc dmc: Dropping the link to regulator.6
  592. [ 1.424087] rockchip-dmc: probe of dmc failed with error -2
  593. [ 1.424956] asoc-simple-card hdmi-sound: i2s-hifi <-> fe400000.i2s mapping ok
  594. [ 1.426369] asoc-simple-card spdif-sound: dit-hifi <-> fe460000.spdif mapping ok
  595. [ 1.427226] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_vi-supply from device tree
  596. [ 1.427242] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_vi-supply property in node /power-management@fdd90000/power-controller failed
  597. [ 1.427766] register spi return v = :0
  598. [ 1.427781] dhd_module_init: in Dongle Host Driver, version 100.10.545.9 (r826445-20200316-8)
  599. [ 1.427796] ======== dhd_wlan_init_plat_data ========
  600. [ 1.427807] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: Enter
  601. [ 1.427889] dhd_wlan_init_gpio: WL_HOST_WAKE=-1, oob_irq=61, oob_irq_flags=0x414
  602. [ 1.427914] dhd_wlan_init_gpio: WL_REG_ON=-1
  603. [ 1.427927] dhd_wifi_platform_load: Enter
  604. [ 1.427936] Power-up adapter 'DHD generic adapter'
  605. [ 1.427970] wifi_platform_set_power = 1, delay: 200 msec
  606. [ 1.427983] ======== PULL WL_REG_ON(-1) HIGH! ========
  607. [ 1.427993] [WLAN_RFKILL]: rockchip_wifi_power: 1
  608. [ 1.428003] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  609. [ 1.428009] [WLAN_RFKILL]: wifi turn on power [GPIO-1-0]
  610. [ 1.459378] mmc_host mmc1: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
  611. [ 1.464447] dwmmc_rockchip fe2c0000.dwmmc: Successfully tuned phase to 238
  612. [ 1.466902] mmc1: new ultra high speed SDR104 SDIO card at address 0001
  613. [ 1.511366] vendor storage:20190527 ret = 0
  614. [ 1.581660] vdd_cpu: ramp_delay not set
  615. [ 1.738430] wifi_platform_bus_enumerate device present 1
  616. [ 1.738447] ======== Card detection to detect SDIO card! ========
  617. [ 1.738453] mmc1:mmc host rescan start!
  618. [ 1.754580] bcmsdh_register: register client driver
  619. [ 1.754698] bcmsdh_sdmmc_probe: Enter num=1
  620. [ 1.754976] bcmsdh_sdmmc_probe: Enter num=2
  621. [ 1.754988] bus num (host idx)=1, slot num (rca)=1
  622. [ 1.755003] found adapter info 'DHD generic adapter'
  623. [ 1.755037] sdioh_attach: set sd_f2_blocksize 256
  624. [ 1.755065] sdioh_attach: sd clock rate = 0
  625. [ 1.755187] dhdsdio_probe : no mutex held. set lock
  626. [ 1.755258] F1 signature read @0x18000000=0x16024335
  627. [ 1.757315] F1 signature OK, socitype:0x1 chip:0x4339 rev:0x1 pkg:0x0
  628. [ 1.757628] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
  629. [ 1.757694] [dhd] dhd_conf_set_chiprev : chip=0x4339, chiprev=1
  630. [ 1.758270] vdd_cpu: ramp_delay not set
  631. [ 1.758988] [dhd] CFG80211-ERROR) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  632. [ 1.759003] [dhd] CFG80211-ERROR) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  633. [ 1.759308] dhd_log_dump_init: kernel log buf size = 256KB; logdump_prsrv_tailsize = 80KB; limit prsrv tail size to = 38KB
  634. [ 1.760322] dhd_attach(): thread:dhd_watchdog_thread:63 started
  635. [ 1.760511] dhd_attach(): thread:dhd_dpc:64 started
  636. [ 1.760733] dhd_attach(): thread:dhd_rxf:65 started
  637. [ 1.760761] dhd_deferred_work_init: work queue initialized
  638. [ 1.760781] dhd_tcpack_suppress_set: TCP ACK Suppress mode 0 -> mode 2
  639. [ 1.760863] get_mem_val_from_file: File [/data/misc/wifi/.memdump.info] doesn't exist
  640. [ 1.760884] dhd_get_memdump_info: MEMDUMP ENABLED = 3
  641. [ 1.760904] sdioh_cis_read: func_cis_ptr[0]=0x10ac
  642. [ 1.769175] dhdsdio_probe_init: making DHD_BUS_DOWN
  643. [ 1.769320] Dongle Host Driver, version 100.10.545.9 (r826445-20200316-8)
  644. [ 1.769792] Register interface [wlan0] MAC: d0:22:be:87:7f:87
  645.  
  646. [ 1.769896] dhd_dbg_detach_pkt_monitor, 2100
  647. [ 1.769911] dhd_bus_devreset: == Power OFF ==
  648. [ 1.770116] dhd_bus_stop: making DHD_BUS_DOWN
  649. [ 1.770153] bcmsdh_oob_intr_unregister: Enter
  650. [ 1.770160] bcmsdh_oob_intr_unregister: irq is not registered
  651. [ 1.770170] dhd_bus_devreset: making dhdpub up FALSE
  652. [ 1.770183] dhd_txglom_enable: enable 0
  653. [ 1.770192] dhd_bus_devreset: making DHD_BUS_DOWN
  654. [ 1.770201] dhd_bus_devreset: WLAN OFF DONE
  655. [ 1.770244] wifi_platform_set_power = 0, delay: 0 msec
  656. [ 1.770258] ======== PULL WL_REG_ON(-1) LOW! ========
  657. [ 1.770267] [WLAN_RFKILL]: rockchip_wifi_power: 0
  658. [ 1.770284] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  659. [ 1.770293] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  660. [ 1.770301] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
  661. [ 1.770311] dhdsdio_probe : the lock is released.
  662. [ 1.770617] dhd_module_init: Exit err=0
  663. [ 1.770929] ==gsl_ts_init==
  664. [ 1.770983] ret=0
  665. [ 1.772261] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_npu-supply from device tree
  666. [ 1.772276] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_npu-supply property in node /power-management@fdd90000/power-controller failed
  667. [ 1.772323] RKNPU fde40000.npu: RKNPU: rknpu iommu is disabled, using non-iommu mode
  668. [ 1.772350] RKNPU fde40000.npu: RKNPU: failed to get rknpu reset control: srst_a, -2
  669. [ 1.772383] RKNPU fde40000.npu: Looking up rknpu-supply from device tree
  670. [ 1.772442] RKNPU fde40000.npu: Linked as a consumer to regulator.6
  671. [ 1.772457] RKNPU fde40000.npu: Looking up mem-supply from device tree
  672. [ 1.772462] RKNPU fde40000.npu: Looking up mem-supply property in node /npu@fde40000 failed
  673. [ 1.772971] [drm] Initialized rknpu 0.7.2 20220428 for fde40000.npu on minor 1
  674. [ 1.773053] RKNPU fde40000.npu: leakage=4
  675. [ 1.773094] RKNPU fde40000.npu: pvtm = 87640, from nvmem
  676. [ 1.773526] RKNPU fde40000.npu: avs=0
  677. [ 1.773678] RKNPU fde40000.npu: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
  678. [ 1.773712] RKNPU fde40000.npu: failed to find power_model node
  679. [ 1.773725] RKNPU fde40000.npu: RKNPU: failed to initialize power model
  680. [ 1.773734] RKNPU fde40000.npu: RKNPU: failed to get dynamic-coefficient
  681. [ 1.774617] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  682. [ 1.779743] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  683. [ 1.780569] rockchip-pm rockchip-suspend: not set pwm-regulator-config
  684. [ 1.781087] 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 '06:10:21', on 'Jan 13 2023'.
  685. [ 1.781399] Mali:
  686. [ 1.781400] Mali device driver loaded
  687. [ 1.781542] ret 1024 1
  688. [ 1.781845] ALSA device list:
  689. [ 1.781860] #0: hdmi-sound
  690. [ 1.781867] #1: ROCKCHIP,SPDIF
  691. [ 1.781932] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
  692. [ 1.781947] cfg80211: failed to load regulatory.db
  693. [ 1.783707] Freeing unused kernel memory: 1600K
  694. [ 1.804640] Run /init as init process
  695. [ 1.818277] vdd_cpu: ramp_delay not set
  696. [ 1.878089] vdd_cpu: ramp_delay not set
  697. [ 2.494745] vdd_cpu: ramp_delay not set
  698. [ 2.548093] vdd_cpu: ramp_delay not set
  699. [ 2.653147] vdd_cpu: ramp_delay not set
  700. [ 2.849678] EXT4-fs (mmcblk0p4): mounted filesystem with writeback data mode. Opts: (null)
  701. [ 2.914787] vdd_cpu: ramp_delay not set
  702. [ 2.981461] vdd_cpu: ramp_delay not set
  703. [ 3.066146] vdd_cpu: ramp_delay not set
  704. [ 3.164772] vdd_cpu: ramp_delay not set
  705. [ 3.424706] vdd_cpu: ramp_delay not set
  706. [ 3.439518] EXT4-fs (mmcblk0p3): recovery complete
  707. [ 3.440674] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
  708. [ 3.525587] vdd_cpu: ramp_delay not set
  709. [ 4.084794] systemd[1]: System time before build time, advancing clock.
  710. [ 4.088720] systemd[1]: Failed to find module 'autofs4'
  711. [ 4.101461] vdd_cpu: ramp_delay not set
  712. [ 4.112431] cgroup: cgroup2: unknown option "memory_recursiveprot"
  713. [ 4.134122] systemd[1]: systemd 247.3-7+deb11u1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
  714. [ 4.135289] systemd[1]: Detected architecture arm64.
  715. [ 4.144326] systemd[1]: Set hostname to <station-m2>.
  716. [ 4.154650] [dhd] CFG80211-ERROR) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  717. [ 4.154877] [dhd] CFG80211-ERROR) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  718. [ 4.451389] vdd_cpu: ramp_delay not set
  719. [ 4.600812] systemd[279]: /usr/lib/systemd/system-generators/netplan failed with exit status 1.
  720. [ 4.684878] systemd[1]: /lib/systemd/system/plymouth-start.service:16: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
  721. [ 4.761943] vdd_cpu: ramp_delay not set
  722. [ 5.052674] systemd[1]: Queued start job for default target Graphical Interface.
  723. [ 5.058156] systemd[1]: Created slice system-getty.slice.
  724. [ 5.060146] systemd[1]: Created slice system-modprobe.slice.
  725. [ 5.062468] systemd[1]: Created slice system-serial\x2dgetty.slice.
  726. [ 5.064115] systemd[1]: Created slice User and Session Slice.
  727. [ 5.065089] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  728. [ 5.065731] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
  729. [ 5.066113] systemd[1]: Reached target Slices.
  730. [ 5.066605] systemd[1]: Reached target Swap.
  731. [ 5.067169] systemd[1]: Reached target System Time Set.
  732. [ 5.080055] systemd[1]: Listening on RPCbind Server Activation Socket.
  733. [ 5.081527] systemd[1]: Listening on Syslog Socket.
  734. [ 5.082549] systemd[1]: Listening on fsck to fsckd communication Socket.
  735. [ 5.083599] systemd[1]: Listening on initctl Compatibility Named Pipe.
  736. [ 5.084665] systemd[1]: Listening on Journal Audit Socket.
  737. [ 5.085715] systemd[1]: Listening on Journal Socket (/dev/log).
  738. [ 5.086785] systemd[1]: Listening on Journal Socket.
  739. [ 5.087594] systemd[1]: systemd-networkd.socket: Socket service systemd-networkd.service not loaded, refusing.
  740. [ 5.087626] systemd[1]: Failed to listen on Network Service Netlink Socket.
  741. [ 5.096608] systemd[1]: Listening on udev Control Socket.
  742. [ 5.097665] systemd[1]: Listening on udev Kernel Socket.
  743. [ 5.100669] systemd[1]: Mounting Huge Pages File System...
  744. [ 5.104301] vdd_cpu: ramp_delay not set
  745. [ 5.104400] systemd[1]: Mounting POSIX Message Queue File System...
  746. [ 5.108879] systemd[1]: Mounting RPC Pipe File System...
  747. [ 5.113886] systemd[1]: Mounting Kernel Debug File System...
  748. [ 5.118289] systemd[1]: Mounting Kernel Trace File System...
  749. [ 5.119763] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
  750. [ 5.125139] systemd[1]: Starting Restore / save the current clock...
  751. [ 5.129456] systemd[1]: Starting Wait for network to be configured by ifupdown...
  752. [ 5.133936] systemd[1]: Starting Set the console keyboard layout...
  753. [ 5.138061] systemd[1]: Starting Create list of static device nodes for the current kernel...
  754. [ 5.142447] systemd[1]: Starting Load Kernel Module configfs...
  755. [ 5.146570] systemd[1]: Starting Load Kernel Module drm...
  756. [ 5.151277] systemd[1]: Starting Load Kernel Module fuse...
  757. [ 5.155597] systemd[1]: Started Nameserver information manager.
  758. [ 5.157094] systemd[1]: Reached target Network (Pre).
  759. [ 5.164225] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
  760. [ 5.164691] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
  761. [ 5.170353] RPC: Registered named UNIX socket transport module.
  762. [ 5.170383] RPC: Registered udp transport module.
  763. [ 5.170389] RPC: Registered tcp transport module.
  764. [ 5.170394] RPC: Registered tcp NFSv4.1 backchannel transport module.
  765. [ 5.172023] systemd[1]: Starting Load Kernel Modules...
  766. [ 5.175839] systemd[1]: Starting Remount Root and Kernel File Systems...
  767. [ 5.180962] systemd[1]: Starting Coldplug All udev Devices...
  768. [ 5.193629] systemd[1]: Mounted Huge Pages File System.
  769. [ 5.195214] systemd[1]: Mounted POSIX Message Queue File System.
  770. [ 5.197136] systemd[1]: Mounted RPC Pipe File System.
  771. [ 5.198990] systemd[1]: Mounted Kernel Debug File System.
  772. [ 5.200533] systemd[1]: Mounted Kernel Trace File System.
  773. [ 5.203283] systemd[1]: Finished Restore / save the current clock.
  774. [ 5.206276] systemd[1]: Finished Wait for network to be configured by ifupdown.
  775. [ 5.208854] systemd[1]: Finished Create list of static device nodes for the current kernel.
  776. [ 5.210849] EXT4-fs (mmcblk0p4): re-mounted. Opts: commit=600,errors=remount-ro
  777. [ 5.210991] systemd[1]: [email protected]: Succeeded.
  778. [ 5.211848] systemd[1]: Finished Load Kernel Module configfs.
  779. [ 5.215908] systemd[1]: [email protected]: Succeeded.
  780. [ 5.216640] systemd[1]: Finished Load Kernel Module drm.
  781. [ 5.218632] systemd[1]: [email protected]: Succeeded.
  782. [ 5.219609] systemd[1]: Finished Load Kernel Module fuse.
  783. [ 5.222820] systemd[1]: Finished Load Kernel Modules.
  784. [ 5.225262] systemd[1]: Finished Remount Root and Kernel File Systems.
  785. [ 5.229471] systemd[1]: Mounting FUSE Control File System...
  786. [ 5.232972] systemd[1]: Mounting Kernel Configuration File System...
  787. [ 5.248247] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
  788. [ 5.248486] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
  789. [ 5.251054] systemd[1]: Starting Load/Save Random Seed...
  790. [ 5.254666] systemd[1]: Starting Apply Kernel Variables...
  791. [ 5.258372] systemd[1]: Starting Create System Users...
  792. [ 5.262976] systemd[1]: Mounted FUSE Control File System.
  793. [ 5.264453] systemd[1]: Mounted Kernel Configuration File System.
  794. [ 5.301127] systemd[1]: Finished Apply Kernel Variables.
  795. [ 5.331237] systemd[1]: Finished Load/Save Random Seed.
  796. [ 5.332514] systemd[1]: Condition check resulted in First Boot Complete being skipped.
  797. [ 5.335228] systemd[1]: Finished Create System Users.
  798. [ 5.339104] systemd[1]: Starting Create Static Device Nodes in /dev...
  799. [ 5.383831] systemd[1]: Finished Create Static Device Nodes in /dev.
  800. [ 5.389796] systemd[1]: Starting Rule-based Manager for Device Events and Files...
  801. [ 5.422988] systemd[1]: Finished Set the console keyboard layout.
  802. [ 5.424349] systemd[1]: Reached target Local File Systems (Pre).
  803. [ 5.428377] systemd[1]: Mounting /tmp...
  804. [ 5.438013] systemd[1]: Mounted /tmp.
  805. [ 5.438829] systemd[1]: Reached target Local File Systems.
  806. [ 5.442215] systemd[1]: Starting Armbian leds state...
  807. [ 5.445802] systemd[1]: Starting Armbian ZRAM config...
  808. [ 5.449794] systemd[1]: Starting Set console font and keymap...
  809. [ 5.453762] systemd[1]: Starting Preprocess NFS configuration...
  810. [ 5.457757] systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
  811. [ 5.458775] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
  812. [ 5.459000] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
  813. [ 5.477138] systemd[1]: nfs-config.service: Succeeded.
  814. [ 5.478167] systemd[1]: Finished Preprocess NFS configuration.
  815. [ 5.479486] systemd[1]: Condition check resulted in RPC security service for NFS client and server being skipped.
  816. [ 5.479570] systemd[1]: Condition check resulted in RPC security service for NFS server being skipped.
  817. [ 5.479642] systemd[1]: Reached target NFS client services.
  818. [ 5.500492] systemd[1]: Finished Tell Plymouth To Write Out Runtime Data.
  819. [ 5.507566] systemd[1]: Finished Set console font and keymap.
  820. [ 5.567879] systemd[1]: Finished Coldplug All udev Devices.
  821. [ 5.571714] systemd[1]: Starting Helper to synchronize boot up for ifupdown...
  822. [ 5.573596] systemd[1]: Finished Armbian leds state.
  823. [ 5.582741] systemd[1]: Finished Helper to synchronize boot up for ifupdown.
  824. [ 5.587010] systemd[1]: Starting Raise network interfaces...
  825. [ 5.588407] systemd[1]: Started Rule-based Manager for Device Events and Files.
  826. [ 5.594139] systemd[1]: Starting Show Plymouth Boot Screen...
  827. [ 5.653779] systemd[1]: Received SIGRTMIN+20 from PID 388 (plymouthd).
  828. [ 5.677749] systemd[1]: Started Show Plymouth Boot Screen.
  829. [ 5.678816] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped.
  830. [ 5.679345] systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
  831. [ 5.679598] systemd[1]: Reached target Local Encrypted Volumes.
  832. [ 6.125033] systemd[1]: Found device /dev/ttyFIQ0.
  833. [ 6.309404] zram0: detected capacity change from 0 to 52428800
  834. [ 6.350820] systemd[1]: Finished Raise network interfaces.
  835. [ 6.389140] systemd[1]: Finished Armbian ZRAM config.
  836. [ 6.389950] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped.
  837. [ 6.390055] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
  838. [ 6.390322] systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
  839. [ 6.393728] systemd[1]: Starting Armbian memory supported logging...
  840. [ 6.394291] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
  841. [ 6.394517] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
  842. [ 6.394835] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
  843. [ 6.395046] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
  844. [ 6.395176] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
  845. [ 6.398725] systemd[1]: Starting Load/Save RF Kill Switch Status...
  846. [ 6.421354] [BT_RFKILL]: bt shut off power
  847. [ 6.425712] systemd[1]: Started Load/Save RF Kill Switch Status.
  848. [ 6.439868] EXT4-fs (zram0): mounted filesystem without journal. Opts: discard
  849. [ 6.608130] vdd_cpu: ramp_delay not set
  850. [ 7.230334] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped.
  851. [ 7.230474] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
  852. [ 7.230842] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
  853. [ 7.230954] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
  854. [ 7.231219] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
  855. [ 7.231375] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
  856. [ 7.231468] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
  857. [ 7.884777] vdd_cpu: ramp_delay not set
  858. [ 8.053412] systemd[1]: Finished Armbian memory supported logging.
  859. [ 8.058689] systemd[1]: Starting Journal Service...
  860. [ 8.352267] systemd[1]: Started Journal Service.
  861. [ 8.380504] systemd-journald[587]: Received client request to flush runtime journal.
  862. [ 8.388667] systemd-journald[587]: File /var/log/journal/2c9764bc1d60408db8587920c07878a1/system.journal corrupted or uncleanly shut down, renaming and replacing.
  863. [ 8.475016] vdd_cpu: ramp_delay not set
  864. [ 8.531876] [dhd] CFG80211-ERROR) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  865. [ 8.532330] [dhd] CFG80211-ERROR) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  866. [ 8.532897] [dhd] CFG80211-ERROR) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  867. [ 8.533072] [dhd] CFG80211-ERROR) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  868. [ 8.540657] vdd_cpu: ramp_delay not set
  869. [ 8.608252] vdd_cpu: ramp_delay not set
  870. [ 8.675874] proc: unrecognized mount option "hidepid=invisible" or missing value
  871. [ 9.826274] vdd_cpu: ramp_delay not set
  872. [ 9.954665] vdd_cpu: ramp_delay not set
  873. [ 10.348131] vdd_cpu: ramp_delay not set
  874. [ 10.611428] vdd_cpu: ramp_delay not set
  875. [ 10.751515] vdd_cpu: ramp_delay not set
  876. [ 10.984398] [dhd] CFG80211-ERROR) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  877. [ 10.989732] [dhd] CFG80211-ERROR) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  878. [ 10.993202] [dhd] CFG80211-ERROR) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  879. [ 10.993541] [dhd] CFG80211-ERROR) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  880. [ 11.059140] proc: unrecognized mount option "hidepid=invisible" or missing value
  881. [ 11.187937] [dhd] CFG80211-ERROR) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  882. [ 11.188271] [dhd] CFG80211-ERROR) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  883. [ 11.188587] [dhd] CFG80211-ERROR) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  884. [ 11.268011] vdd_cpu: ramp_delay not set
  885. [ 11.405050] vdd_cpu: ramp_delay not set
  886. [ 11.408068] vdd_cpu: ramp_delay not set
  887. [ 11.429158] vdd_cpu: ramp_delay not set
  888. [ 11.450429] vdd_cpu: ramp_delay not set
  889. [ 11.492010] vdd_cpu: ramp_delay not set
  890. [ 11.502235] vdd_cpu: ramp_delay not set
  891. [ 11.522662] vdd_cpu: ramp_delay not set
  892. [ 11.594666] vdd_cpu: ramp_delay not set
  893. [ 11.615565] vdd_cpu: ramp_delay not set
  894. [ 11.657992] vdd_cpu: ramp_delay not set
  895. [ 11.676179] vdd_cpu: ramp_delay not set
  896. [ 11.678316] vdd_cpu: ramp_delay not set
  897. [ 11.748834] systemd-journald[587]: Received client request to relinquish /var/log/journal/2c9764bc1d60408db8587920c07878a1 access.
  898. [ 11.750762] vdd_cpu: ramp_delay not set
  899. [ 11.761317] vdd_cpu: ramp_delay not set
  900. [ 11.814858] vdd_cpu: ramp_delay not set
  901. [ 11.841354] vdd_cpu: ramp_delay not set
  902. [ 11.927996] vdd_cpu: ramp_delay not set
  903. [ 11.950621] vdd_cpu: ramp_delay not set
  904. [ 12.035284] vdd_cpu: ramp_delay not set
  905. [ 12.055971] vdd_cpu: ramp_delay not set
  906. [ 12.076891] vdd_cpu: ramp_delay not set
  907. [ 12.187004] [dhd] CFG80211-ERROR) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  908. [ 12.187474] [dhd] CFG80211-ERROR) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  909. [ 12.188195] [dhd] CFG80211-ERROR) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  910. [ 12.188411] [dhd] CFG80211-ERROR) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  911. [ 12.284884] vdd_cpu: ramp_delay not set
  912. [ 12.349205] proc: unrecognized mount option "hidepid=invisible" or missing value
  913. [ 12.527971] vdd_cpu: ramp_delay not set
  914. [ 12.568049] vdd_cpu: ramp_delay not set
  915. [ 12.578743] vdd_cpu: ramp_delay not set
  916. [ 12.594687] vdd_cpu: ramp_delay not set
  917. [ 12.651359] vdd_cpu: ramp_delay not set
  918. [ 12.671481] vdd_cpu: ramp_delay not set
  919. [ 12.783298] vdd_cpu: ramp_delay not set
  920. [ 12.908020] vdd_cpu: ramp_delay not set
  921. [ 12.951311] vdd_cpu: ramp_delay not set
  922. [ 13.177141] vdd_cpu: ramp_delay not set
  923. [ 13.221307] vdd_cpu: ramp_delay not set
  924. [ 13.251368] vdd_cpu: ramp_delay not set
  925. [ 13.261444] vdd_cpu: ramp_delay not set
  926. [ 13.294635] vdd_cpu: ramp_delay not set
  927. [ 13.318020] vdd_cpu: ramp_delay not set
  928. [ 13.375335] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  929. [ 13.375548] [dhd] CFG80211-ERROR) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  930. [ 13.375599] Generic PHY stmmac-1:00: [phy_probe-1990] led_status_value normal
  931. [ 13.376508] Generic PHY stmmac-1:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=stmmac-1:00, irq=POLL)
  932. [ 13.387267] dwmac4: Master AXI performs any burst length
  933. [ 13.387311] rk_gmac-dwmac fe010000.ethernet eth0: No Safety Features support found
  934. [ 13.387335] rk_gmac-dwmac fe010000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
  935. [ 13.387682] rk_gmac-dwmac fe010000.ethernet eth0: registered PTP clock
  936. [ 13.388311] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  937. [ 13.388336] [dhd] CFG80211-ERROR) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  938. [ 13.388523] [dhd] CFG80211-ERROR) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  939. [ 13.402719] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  940. [ 13.402919] dhd_open: Enter wlan0
  941. [ 13.402931] dhd_open : no mutex held. set lock
  942. [ 13.402941]
  943. Dongle Host Driver, version 100.10.545.9 (r826445-20200316-8)
  944. [ 13.402959] [dhd-wlan0] wl_android_wifi_on : in g_wifi_on=0
  945. [ 13.402966] wifi_platform_set_power = 1, delay: 200 msec
  946. [ 13.402974] ======== PULL WL_REG_ON(-1) HIGH! ========
  947. [ 13.402980] [WLAN_RFKILL]: rockchip_wifi_power: 1
  948. [ 13.402987] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  949. [ 13.402993] [WLAN_RFKILL]: wifi turn on power [GPIO-1-0]
  950. [ 13.504604] vdd_cpu: ramp_delay not set
  951. [ 13.547981] vdd_cpu: ramp_delay not set
  952. [ 13.591296] vdd_cpu: ramp_delay not set
  953. [ 13.601342] vdd_cpu: ramp_delay not set
  954. [ 13.707970] sdio_reset_comm():
  955. [ 13.723518] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
  956. [ 13.739253] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 375000Hz, actual 375000HZ div = 0)
  957. [ 13.783342] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  958. [ 13.787413] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  959. [ 13.789622] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  960. [ 13.868092] mmc_host mmc1: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
  961. [ 13.880771] dwmmc_rockchip fe2c0000.dwmmc: Successfully tuned phase to 238
  962. [ 13.880879] sdioh_start: set sd_f2_blocksize 256
  963. [ 13.881362]
  964.  
  965. dhd_bus_devreset: == Power ON ==
  966. [ 13.881541] F1 signature read @0x18000000=0x16024335
  967. [ 13.886546] F1 signature OK, socitype:0x1 chip:0x4339 rev:0x1 pkg:0x0
  968. [ 13.887294] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
  969. [ 13.887405] dhd_bus_devreset: making DHD_BUS_DOWN
  970. [ 13.887484] dhdsdio_probe_init: making DHD_BUS_DOWN
  971. [ 13.887811] [dhd] dhd_conf_read_config : Ignore config file /vendor/etc/firmware/config.txt
  972. [ 13.887905] [dhd] dhd_conf_set_path_params : Final fw_path=/vendor/etc/firmware/fw_bcm4339a0_ag.bin
  973. [ 13.887917] [dhd] dhd_conf_set_path_params : Final nv_path=/vendor/etc/firmware/nvram.txt
  974. [ 13.887926] [dhd] dhd_conf_set_path_params : Final clm_path=/vendor/etc/firmware/clm_bcm4339a0_ag.blob
  975. [ 13.887935] [dhd] dhd_conf_set_path_params : Final conf_path=/vendor/etc/firmware/config.txt
  976. [ 13.888530] dhdsdio_download_code_file: Open firmware file failed /vendor/etc/firmware/fw_bcm4339a0_ag.bin
  977. [ 13.888543] _dhdsdio_download_firmware: dongle image file download failed
  978. [ 13.888589] dhd_bus_devreset Failed to download binary to the dongle
  979. [ 13.888609] dhd_net_bus_devreset: dhd_bus_devreset: -35
  980. [ 13.888625] dhd_dbg_detach_pkt_monitor, 2100
  981. [ 13.888637] dhd_net_bus_devreset: dhd_bus_devreset: -35
  982. [ 13.888702] wifi_platform_set_power = 0, delay: 0 msec
  983. [ 13.888715] ======== PULL WL_REG_ON(-1) LOW! ========
  984. [ 13.888724] [WLAN_RFKILL]: rockchip_wifi_power: 0
  985. [ 13.888744] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  986. [ 13.888752] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  987. [ 13.888759] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
  988. [ 13.888767] [dhd-wlan0] wl_android_wifi_on : Failed
  989. [ 13.888775] dhd_open : wl_android_wifi_on failed (-35)
  990. [ 13.888786] dhd_stop: Enter wlan0
  991. [ 13.888796] [dhd-wlan0] wl_android_wifi_off : in g_wifi_on=0, on_failure=1
  992. [ 13.888805] dhd_dbg_detach_pkt_monitor, 2100
  993. [ 13.888815] dhd_net_bus_devreset: dhd_bus_devreset: -35
  994. [ 13.888895] sdioh_disable_func_intr: error for read SDIO_CCCR_IENx : 0xffffff92
  995. [ 13.888914] wifi_platform_set_power = 0, delay: 0 msec
  996. [ 13.888930] ======== PULL WL_REG_ON(-1) LOW! ========
  997. [ 13.888942] [WLAN_RFKILL]: rockchip_wifi_power: 0
  998. [ 13.888956] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  999. [ 13.888970] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1000. [ 13.888981] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
  1001. [ 13.888992] [dhd-wlan0] wl_android_wifi_off : out
  1002. [ 13.898491] vdd_cpu: ramp_delay not set
  1003. [ 13.928077] dhd_stop: Exit wlan0
  1004. [ 13.928135] dhd_open : the lock is released.
  1005. [ 13.928153] dhd_open: Exit wlan0 ret=-1
  1006. [ 13.928169] Failed to open primary dev ret -1
  1007. [ 13.952142] vdd_cpu: ramp_delay not set
  1008. [ 14.008025] vdd_cpu: ramp_delay not set
  1009. [ 14.070803] vdd_cpu: ramp_delay not set
  1010. [ 14.114110] dhd_open: Enter wlan0
  1011. [ 14.114173] dhd_open : no mutex held. set lock
  1012. [ 14.114202]
  1013. Dongle Host Driver, version 100.10.545.9 (r826445-20200316-8)
  1014. [ 14.114242] [dhd-wlan0] wl_android_wifi_on : in g_wifi_on=0
  1015. [ 14.114261] wifi_platform_set_power = 1, delay: 200 msec
  1016. [ 14.114283] ======== PULL WL_REG_ON(-1) HIGH! ========
  1017. [ 14.114299] [WLAN_RFKILL]: rockchip_wifi_power: 1
  1018. [ 14.114315] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1019. [ 14.114331] [WLAN_RFKILL]: wifi turn on power [GPIO-1-0]
  1020. [ 14.228011] vdd_cpu: ramp_delay not set
  1021. [ 14.377954] vdd_cpu: ramp_delay not set
  1022. [ 14.421395] sdio_reset_comm():
  1023. [ 14.434821] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
  1024. [ 14.451942] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 375000Hz, actual 375000HZ div = 0)
  1025. [ 14.495514] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  1026. [ 14.499035] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  1027. [ 14.500872] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1028. [ 14.575569] mmc_host mmc1: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
  1029. [ 14.582054] dwmmc_rockchip fe2c0000.dwmmc: Successfully tuned phase to 237
  1030. [ 14.582143] sdioh_start: set sd_f2_blocksize 256
  1031. [ 14.582390]
  1032.  
  1033. dhd_bus_devreset: == Power ON ==
  1034. [ 14.582543] F1 signature read @0x18000000=0x16024335
  1035. [ 14.585627] F1 signature OK, socitype:0x1 chip:0x4339 rev:0x1 pkg:0x0
  1036. [ 14.586131] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
  1037. [ 14.586217] dhd_bus_devreset: making DHD_BUS_DOWN
  1038. [ 14.586268] dhdsdio_probe_init: making DHD_BUS_DOWN
  1039. [ 14.586450] [dhd] dhd_conf_read_config : Ignore config file /vendor/etc/firmware/config.txt
  1040. [ 14.586475] [dhd] dhd_conf_set_path_params : Final fw_path=/vendor/etc/firmware/fw_bcm4339a0_ag.bin
  1041. [ 14.586485] [dhd] dhd_conf_set_path_params : Final nv_path=/vendor/etc/firmware/nvram.txt
  1042. [ 14.586494] [dhd] dhd_conf_set_path_params : Final clm_path=/vendor/etc/firmware/clm_bcm4339a0_ag.blob
  1043. [ 14.586502] [dhd] dhd_conf_set_path_params : Final conf_path=/vendor/etc/firmware/config.txt
  1044. [ 14.586886] dhdsdio_download_code_file: Open firmware file failed /vendor/etc/firmware/fw_bcm4339a0_ag.bin
  1045. [ 14.586907] _dhdsdio_download_firmware: dongle image file download failed
  1046. [ 14.586952] dhd_bus_devreset Failed to download binary to the dongle
  1047. [ 14.586980] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1048. [ 14.586998] dhd_dbg_detach_pkt_monitor, 2100
  1049. [ 14.587018] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1050. [ 14.587073] wifi_platform_set_power = 0, delay: 0 msec
  1051. [ 14.587097] ======== PULL WL_REG_ON(-1) LOW! ========
  1052. [ 14.587112] [WLAN_RFKILL]: rockchip_wifi_power: 0
  1053. [ 14.587140] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1054. [ 14.587156] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1055. [ 14.587170] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
  1056. [ 14.587184] [dhd-wlan0] wl_android_wifi_on : Failed
  1057. [ 14.587199] dhd_open : wl_android_wifi_on failed (-35)
  1058. [ 14.587216] dhd_stop: Enter wlan0
  1059. [ 14.587230] [dhd-wlan0] wl_android_wifi_off : in g_wifi_on=0, on_failure=1
  1060. [ 14.587251] dhd_dbg_detach_pkt_monitor, 2100
  1061. [ 14.587269] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1062. [ 14.587308] sdioh_disable_func_intr: error for read SDIO_CCCR_IENx : 0xffffff92
  1063. [ 14.587330] wifi_platform_set_power = 0, delay: 0 msec
  1064. [ 14.587353] ======== PULL WL_REG_ON(-1) LOW! ========
  1065. [ 14.587368] [WLAN_RFKILL]: rockchip_wifi_power: 0
  1066. [ 14.587385] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1067. [ 14.587400] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1068. [ 14.587413] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
  1069. [ 14.587425] [dhd-wlan0] wl_android_wifi_off : out
  1070. [ 14.600326] vdd_cpu: ramp_delay not set
  1071. [ 14.611539] dhd_stop: Exit wlan0
  1072. [ 14.611596] dhd_open : the lock is released.
  1073. [ 14.611615] dhd_open: Exit wlan0 ret=-1
  1074. [ 14.611630] Failed to open primary dev ret -1
  1075. [ 14.614633] dhd_open: Enter wlan0
  1076. [ 14.614703] dhd_open : no mutex held. set lock
  1077. [ 14.614734]
  1078. Dongle Host Driver, version 100.10.545.9 (r826445-20200316-8)
  1079. [ 14.614776] [dhd-wlan0] wl_android_wifi_on : in g_wifi_on=0
  1080. [ 14.614795] wifi_platform_set_power = 1, delay: 200 msec
  1081. [ 14.614818] ======== PULL WL_REG_ON(-1) HIGH! ========
  1082. [ 14.614850] [WLAN_RFKILL]: rockchip_wifi_power: 1
  1083. [ 14.614891] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1084. [ 14.614908] [WLAN_RFKILL]: wifi turn on power [GPIO-1-0]
  1085. [ 14.717977] vdd_cpu: ramp_delay not set
  1086. [ 14.921300] sdio_reset_comm():
  1087. [ 14.934717] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
  1088. [ 14.951913] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 375000Hz, actual 375000HZ div = 0)
  1089. [ 14.993540] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  1090. [ 14.997188] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  1091. [ 14.999084] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1092. [ 15.076317] mmc_host mmc1: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
  1093. [ 15.087607] dwmmc_rockchip fe2c0000.dwmmc: Successfully tuned phase to 237
  1094. [ 15.087697] sdioh_start: set sd_f2_blocksize 256
  1095. [ 15.088336]
  1096.  
  1097. dhd_bus_devreset: == Power ON ==
  1098. [ 15.088565] F1 signature read @0x18000000=0x16024335
  1099. [ 15.092909] F1 signature OK, socitype:0x1 chip:0x4339 rev:0x1 pkg:0x0
  1100. [ 15.093576] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
  1101. [ 15.093667] dhd_bus_devreset: making DHD_BUS_DOWN
  1102. [ 15.093740] dhdsdio_probe_init: making DHD_BUS_DOWN
  1103. [ 15.093956] [dhd] dhd_conf_read_config : Ignore config file /vendor/etc/firmware/config.txt
  1104. [ 15.093984] [dhd] dhd_conf_set_path_params : Final fw_path=/vendor/etc/firmware/fw_bcm4339a0_ag.bin
  1105. [ 15.093998] [dhd] dhd_conf_set_path_params : Final nv_path=/vendor/etc/firmware/nvram.txt
  1106. [ 15.094006] [dhd] dhd_conf_set_path_params : Final clm_path=/vendor/etc/firmware/clm_bcm4339a0_ag.blob
  1107. [ 15.094013] [dhd] dhd_conf_set_path_params : Final conf_path=/vendor/etc/firmware/config.txt
  1108. [ 15.094598] dhdsdio_download_code_file: Open firmware file failed /vendor/etc/firmware/fw_bcm4339a0_ag.bin
  1109. [ 15.094619] _dhdsdio_download_firmware: dongle image file download failed
  1110. [ 15.094686] dhd_bus_devreset Failed to download binary to the dongle
  1111. [ 15.094713] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1112. [ 15.094736] dhd_dbg_detach_pkt_monitor, 2100
  1113. [ 15.094757] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1114. [ 15.094827] wifi_platform_set_power = 0, delay: 0 msec
  1115. [ 15.094849] ======== PULL WL_REG_ON(-1) LOW! ========
  1116. [ 15.094858] [WLAN_RFKILL]: rockchip_wifi_power: 0
  1117. [ 15.094882] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1118. [ 15.094890] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1119. [ 15.094898] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
  1120. [ 15.094906] [dhd-wlan0] wl_android_wifi_on : Failed
  1121. [ 15.094915] dhd_open : wl_android_wifi_on failed (-35)
  1122. [ 15.094926] dhd_stop: Enter wlan0
  1123. [ 15.094944] [dhd-wlan0] wl_android_wifi_off : in g_wifi_on=0, on_failure=1
  1124. [ 15.094955] dhd_dbg_detach_pkt_monitor, 2100
  1125. [ 15.094974] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1126. [ 15.095023] sdioh_disable_func_intr: error for read SDIO_CCCR_IENx : 0xffffff92
  1127. [ 15.095037] wifi_platform_set_power = 0, delay: 0 msec
  1128. [ 15.095048] ======== PULL WL_REG_ON(-1) LOW! ========
  1129. [ 15.095056] [WLAN_RFKILL]: rockchip_wifi_power: 0
  1130. [ 15.095076] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1131. [ 15.095090] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1132. [ 15.095101] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
  1133. [ 15.095112] [dhd-wlan0] wl_android_wifi_off : out
  1134. [ 15.104793] vdd_cpu: ramp_delay not set
  1135. [ 15.121587] dhd_stop: Exit wlan0
  1136. [ 15.121642] dhd_open : the lock is released.
  1137. [ 15.121661] dhd_open: Exit wlan0 ret=-1
  1138. [ 15.121676] Failed to open primary dev ret -1
  1139. [ 15.148029] vdd_cpu: ramp_delay not set
  1140. [ 16.111362] vdd_cpu: ramp_delay not set
  1141. [ 18.033872] vdd_cpu: ramp_delay not set
  1142. [ 18.184663] vdd_cpu: ramp_delay not set
  1143. [ 18.407984] vdd_cpu: ramp_delay not set
  1144. [ 18.524363] vdd_cpu: ramp_delay not set
  1145. [ 18.568022] vdd_cpu: ramp_delay not set
  1146. [ 18.611432] vdd_cpu: ramp_delay not set
  1147. [ 18.621445] vdd_cpu: ramp_delay not set
  1148. [ 18.698065] vdd_cpu: ramp_delay not set
  1149. [ 19.512064] ttyFIQ ttyFIQ0: tty_port_close_start: tty->count = 1 port count = 2
  1150. [ 19.535359] fbcon: Taking over console
  1151. [ 19.535980] Console: switching to colour frame buffer device 240x67
  1152. [ 19.536404] rockchip-vop2 fe040000.vop: [drm:vop2_crtc_atomic_disable] Crtc atomic disable vp0
  1153. [ 19.560854] rockchip-vop2 fe040000.vop: [drm:vop2_crtc_atomic_enable] Update mode to 1920x1080p75, type: 11 for vp0
  1154. [ 19.581338] dwhdmi-rockchip fe0a0000.hdmi: Rate 174500000 missing; compute N dynamically
  1155. [ 19.588374] Freeing drm_logo memory: 1236K
  1156. [ 22.078016] vdd_cpu: ramp_delay not set
  1157. [ 22.121345] vdd_cpu: ramp_delay not set
  1158. [ 22.164691] vdd_cpu: ramp_delay not set
  1159. [ 22.174653] vdd_cpu: ramp_delay not set
  1160. [ 23.381321] vdd_cpu: ramp_delay not set
  1161. [ 23.845017] vdd_cpu: ramp_delay not set
  1162. [ 24.041392] vdd_cpu: ramp_delay not set
  1163. [ 25.022892] dhd_open: Enter wlan0
  1164. [ 25.022953] dhd_open : no mutex held. set lock
  1165. [ 25.022982]
  1166. Dongle Host Driver, version 100.10.545.9 (r826445-20200316-8)
  1167. [ 25.023022] [dhd-wlan0] wl_android_wifi_on : in g_wifi_on=0
  1168. [ 25.023041] wifi_platform_set_power = 1, delay: 200 msec
  1169. [ 25.023065] ======== PULL WL_REG_ON(-1) HIGH! ========
  1170. [ 25.023080] [WLAN_RFKILL]: rockchip_wifi_power: 1
  1171. [ 25.023099] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1172. [ 25.023131] [WLAN_RFKILL]: wifi turn on power [GPIO-1-0]
  1173. [ 25.134646] vdd_cpu: ramp_delay not set
  1174. [ 25.328117] sdio_reset_comm():
  1175. [ 25.343686] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
  1176. [ 25.360908] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 375000Hz, actual 375000HZ div = 0)
  1177. [ 25.404463] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  1178. [ 25.407908] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  1179. [ 25.410033] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1180. [ 25.488750] mmc_host mmc1: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
  1181. [ 25.497023] dwmmc_rockchip fe2c0000.dwmmc: Successfully tuned phase to 237
  1182. [ 25.497103] sdioh_start: set sd_f2_blocksize 256
  1183. [ 25.497356]
  1184.  
  1185. dhd_bus_devreset: == Power ON ==
  1186. [ 25.497495] F1 signature read @0x18000000=0x16024335
  1187. [ 25.500532] F1 signature OK, socitype:0x1 chip:0x4339 rev:0x1 pkg:0x0
  1188. [ 25.501021] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
  1189. [ 25.501106] dhd_bus_devreset: making DHD_BUS_DOWN
  1190. [ 25.501210] dhdsdio_probe_init: making DHD_BUS_DOWN
  1191. [ 25.501410] [dhd] dhd_conf_read_config : Ignore config file /vendor/etc/firmware/config.txt
  1192. [ 25.501452] [dhd] dhd_conf_set_path_params : Final fw_path=/vendor/etc/firmware/fw_bcm4339a0_ag.bin
  1193. [ 25.501463] [dhd] dhd_conf_set_path_params : Final nv_path=/vendor/etc/firmware/nvram.txt
  1194. [ 25.501473] [dhd] dhd_conf_set_path_params : Final clm_path=/vendor/etc/firmware/clm_bcm4339a0_ag.blob
  1195. [ 25.501481] [dhd] dhd_conf_set_path_params : Final conf_path=/vendor/etc/firmware/config.txt
  1196. [ 25.501872] dhdsdio_download_code_file: Open firmware file failed /vendor/etc/firmware/fw_bcm4339a0_ag.bin
  1197. [ 25.501887] _dhdsdio_download_firmware: dongle image file download failed
  1198. [ 25.501932] dhd_bus_devreset Failed to download binary to the dongle
  1199. [ 25.501961] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1200. [ 25.501987] dhd_dbg_detach_pkt_monitor, 2100
  1201. [ 25.502008] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1202. [ 25.502065] wifi_platform_set_power = 0, delay: 0 msec
  1203. [ 25.502089] ======== PULL WL_REG_ON(-1) LOW! ========
  1204. [ 25.502105] [WLAN_RFKILL]: rockchip_wifi_power: 0
  1205. [ 25.502134] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1206. [ 25.502145] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1207. [ 25.502160] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
  1208. [ 25.502175] [dhd-wlan0] wl_android_wifi_on : Failed
  1209. [ 25.502189] dhd_open : wl_android_wifi_on failed (-35)
  1210. [ 25.502208] dhd_stop: Enter wlan0
  1211. [ 25.502228] [dhd-wlan0] wl_android_wifi_off : in g_wifi_on=0, on_failure=1
  1212. [ 25.502244] dhd_dbg_detach_pkt_monitor, 2100
  1213. [ 25.502263] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1214. [ 25.502303] sdioh_disable_func_intr: error for read SDIO_CCCR_IENx : 0xffffff92
  1215. [ 25.502324] wifi_platform_set_power = 0, delay: 0 msec
  1216. [ 25.502343] ======== PULL WL_REG_ON(-1) LOW! ========
  1217. [ 25.502357] [WLAN_RFKILL]: rockchip_wifi_power: 0
  1218. [ 25.502369] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1219. [ 25.502378] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1220. [ 25.502389] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
  1221. [ 25.502403] [dhd-wlan0] wl_android_wifi_off : out
  1222. [ 25.514666] vdd_cpu: ramp_delay not set
  1223. [ 25.541522] dhd_stop: Exit wlan0
  1224. [ 25.541592] dhd_open : the lock is released.
  1225. [ 25.541619] dhd_open: Exit wlan0 ret=-1
  1226. [ 25.541642] Failed to open primary dev ret -1
  1227. [ 25.545227] dhd_open: Enter wlan0
  1228. [ 25.545310] dhd_open : no mutex held. set lock
  1229. [ 25.545352]
  1230. Dongle Host Driver, version 100.10.545.9 (r826445-20200316-8)
  1231. [ 25.545412] [dhd-wlan0] wl_android_wifi_on : in g_wifi_on=0
  1232. [ 25.545439] wifi_platform_set_power = 1, delay: 200 msec
  1233. [ 25.545472] ======== PULL WL_REG_ON(-1) HIGH! ========
  1234. [ 25.545493] [WLAN_RFKILL]: rockchip_wifi_power: 1
  1235. [ 25.545516] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1236. [ 25.545602] [WLAN_RFKILL]: wifi turn on power [GPIO-1-0]
  1237. [ 25.658005] vdd_cpu: ramp_delay not set
  1238. [ 25.851351] sdio_reset_comm():
  1239. [ 25.867294] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
  1240. [ 25.884708] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 375000Hz, actual 375000HZ div = 0)
  1241. [ 25.930484] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  1242. [ 25.934286] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  1243. [ 25.936615] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1244. [ 26.007936] mmc_host mmc1: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
  1245. [ 26.015661] dwmmc_rockchip fe2c0000.dwmmc: Successfully tuned phase to 237
  1246. [ 26.015792] sdioh_start: set sd_f2_blocksize 256
  1247. [ 26.016216]
  1248.  
  1249. dhd_bus_devreset: == Power ON ==
  1250. [ 26.016473] F1 signature read @0x18000000=0x16024335
  1251. [ 26.019828] F1 signature OK, socitype:0x1 chip:0x4339 rev:0x1 pkg:0x0
  1252. [ 26.020167] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
  1253. [ 26.020221] dhd_bus_devreset: making DHD_BUS_DOWN
  1254. [ 26.020258] dhdsdio_probe_init: making DHD_BUS_DOWN
  1255. [ 26.020376] [dhd] dhd_conf_read_config : Ignore config file /vendor/etc/firmware/config.txt
  1256. [ 26.020398] [dhd] dhd_conf_set_path_params : Final fw_path=/vendor/etc/firmware/fw_bcm4339a0_ag.bin
  1257. [ 26.020408] [dhd] dhd_conf_set_path_params : Final nv_path=/vendor/etc/firmware/nvram.txt
  1258. [ 26.020416] [dhd] dhd_conf_set_path_params : Final clm_path=/vendor/etc/firmware/clm_bcm4339a0_ag.blob
  1259. [ 26.020424] [dhd] dhd_conf_set_path_params : Final conf_path=/vendor/etc/firmware/config.txt
  1260. [ 26.020682] dhdsdio_download_code_file: Open firmware file failed /vendor/etc/firmware/fw_bcm4339a0_ag.bin
  1261. [ 26.020694] _dhdsdio_download_firmware: dongle image file download failed
  1262. [ 26.020721] dhd_bus_devreset Failed to download binary to the dongle
  1263. [ 26.020738] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1264. [ 26.020754] dhd_dbg_detach_pkt_monitor, 2100
  1265. [ 26.020766] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1266. [ 26.020801] wifi_platform_set_power = 0, delay: 0 msec
  1267. [ 26.020815] ======== PULL WL_REG_ON(-1) LOW! ========
  1268. [ 26.020824] [WLAN_RFKILL]: rockchip_wifi_power: 0
  1269. [ 26.020843] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1270. [ 26.020852] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1271. [ 26.020862] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
  1272. [ 26.020869] [dhd-wlan0] wl_android_wifi_on : Failed
  1273. [ 26.020876] dhd_open : wl_android_wifi_on failed (-35)
  1274. [ 26.020883] dhd_stop: Enter wlan0
  1275. [ 26.020895] [dhd-wlan0] wl_android_wifi_off : in g_wifi_on=0, on_failure=1
  1276. [ 26.020905] dhd_dbg_detach_pkt_monitor, 2100
  1277. [ 26.020916] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1278. [ 26.020954] sdioh_disable_func_intr: error for read SDIO_CCCR_IENx : 0xffffff92
  1279. [ 26.020966] wifi_platform_set_power = 0, delay: 0 msec
  1280. [ 26.020978] ======== PULL WL_REG_ON(-1) LOW! ========
  1281. [ 26.020986] [WLAN_RFKILL]: rockchip_wifi_power: 0
  1282. [ 26.020998] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1283. [ 26.021006] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1284. [ 26.021014] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
  1285. [ 26.021022] [dhd-wlan0] wl_android_wifi_off : out
  1286. [ 26.027964] vdd_cpu: ramp_delay not set
  1287. [ 26.044890] dhd_stop: Exit wlan0
  1288. [ 26.044937] dhd_open : the lock is released.
  1289. [ 26.044956] dhd_open: Exit wlan0 ret=-1
  1290. [ 26.044972] Failed to open primary dev ret -1
  1291. [ 26.208074] usb 1-1: new high-speed USB device number 2 using xhci-hcd
  1292. [ 26.348778] usb 1-1: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
  1293. [ 26.348856] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  1294. [ 26.348888] usb 1-1: Product: USB 2.0 Hub
  1295. [ 26.371348] vdd_cpu: ramp_delay not set
  1296. [ 26.414629] hub 1-1:1.0: USB hub found
  1297. [ 26.414834] hub 1-1:1.0: 4 ports detected
  1298. [ 26.451357] vdd_cpu: ramp_delay not set
  1299. [ 26.461392] vdd_cpu: ramp_delay not set
  1300. [ 26.811396] usb 1-1.1: new full-speed USB device number 3 using xhci-hcd
  1301. [ 27.026405] usb 1-1.1: New USB device found, idVendor=04d9, idProduct=fc61, bcdDevice= 1.10
  1302. [ 27.026484] usb 1-1.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
  1303. [ 27.026517] usb 1-1.1: Product: USB Gaming Mouse
  1304. [ 27.157513] input: USB Gaming Mouse as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.1/1-1.1:1.0/0003:04D9:FC61.0001/input/input2
  1305. [ 27.158978] hid-generic 0003:04D9:FC61.0001: input,hidraw0: USB HID v1.10 Mouse [USB Gaming Mouse] on usb-xhci-hcd.4.auto-1.1/input0
  1306. [ 27.164191] input: USB Gaming Mouse as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.1/1-1.1:1.1/0003:04D9:FC61.0002/input/input3
  1307. [ 27.171397] vdd_cpu: ramp_delay not set
  1308. [ 27.219560] hid-generic 0003:04D9:FC61.0002: input,hidraw1: USB HID v1.10 Keyboard [USB Gaming Mouse] on usb-xhci-hcd.4.auto-1.1/input1
  1309. [ 27.230428] input: USB Gaming Mouse Consumer Control as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.1/1-1.1:1.2/0003:04D9:FC61.0003/input/input4
  1310. [ 27.285970] input: USB Gaming Mouse as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.1/1-1.1:1.2/0003:04D9:FC61.0003/input/input5
  1311. [ 27.287984] hid-generic 0003:04D9:FC61.0003: input,hiddev96,hidraw2: USB HID v1.10 Device [USB Gaming Mouse] on usb-xhci-hcd.4.auto-1.1/input2
  1312. [ 27.305139] vdd_cpu: ramp_delay not set
  1313. [ 27.361352] vdd_cpu: ramp_delay not set
  1314. [ 27.371375] vdd_cpu: ramp_delay not set
  1315. [ 27.414679] vdd_cpu: ramp_delay not set
  1316. [ 27.468064] vdd_cpu: ramp_delay not set
  1317. [ 27.484679] usb 1-1.3: new full-speed USB device number 4 using xhci-hcd
  1318. [ 27.694574] usb 1-1.3: New USB device found, idVendor=0c45, idProduct=8006, bcdDevice= 1.07
  1319. [ 27.694657] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  1320. [ 27.694689] usb 1-1.3: Product: Gaming Keyboard
  1321. [ 27.694717] usb 1-1.3: Manufacturer: SONiX
  1322. [ 27.718023] vdd_cpu: ramp_delay not set
  1323. [ 27.795773] input: SONiX Gaming Keyboard as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.3/1-1.3:1.0/0003:0C45:8006.0004/input/input6
  1324. [ 27.856194] hid-generic 0003:0C45:8006.0004: input,hidraw3: USB HID v1.11 Keyboard [SONiX Gaming Keyboard] on usb-xhci-hcd.4.auto-1.3/input0
  1325. [ 27.861629] input: SONiX Gaming Keyboard Consumer Control as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.3/1-1.3:1.1/0003:0C45:8006.0005/input/input7
  1326. [ 27.868008] vdd_cpu: ramp_delay not set
  1327. [ 27.881322] vdd_cpu: ramp_delay not set
  1328. [ 27.922777] input: SONiX Gaming Keyboard System Control as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.3/1-1.3:1.1/0003:0C45:8006.0005/input/input8
  1329. [ 27.923874] input: SONiX Gaming Keyboard Keyboard as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.3/1-1.3:1.1/0003:0C45:8006.0005/input/input9
  1330. [ 27.926128] input: SONiX Gaming Keyboard Mouse as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.3/1-1.3:1.1/0003:0C45:8006.0005/input/input10
  1331. [ 27.927183] input: SONiX Gaming Keyboard as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.3/1-1.3:1.1/0003:0C45:8006.0005/input/input11
  1332. [ 27.929639] hid-generic 0003:0C45:8006.0005: input,hiddev97,hidraw4: USB HID v1.11 Keyboard [SONiX Gaming Keyboard] on usb-xhci-hcd.4.auto-1.3/input1
  1333. [ 27.941375] vdd_cpu: ramp_delay not set
  1334. [ 28.004693] vdd_cpu: ramp_delay not set
  1335. [ 28.051374] vdd_cpu: ramp_delay not set
  1336. [ 28.239300] vdd_cpu: ramp_delay not set
  1337. [ 29.694713] vdd_cpu: ramp_delay not set
  1338. [ 30.119333] vdd_cpu: ramp_delay not set
  1339. [ 30.131320] vdd_cpu: ramp_delay not set
  1340. [ 31.124736] vdd_cpu: ramp_delay not set
  1341. [ 32.369214] vdd_cpu: ramp_delay not set
  1342. [ 32.381370] vdd_cpu: ramp_delay not set
  1343. [ 33.297971] vdd_cpu: ramp_delay not set
  1344. [ 34.619614] vdd_cpu: ramp_delay not set
  1345. [ 36.028796] dhd_open: Enter wlan0
  1346. [ 36.028832] dhd_open : no mutex held. set lock
  1347. [ 36.028848]
  1348. Dongle Host Driver, version 100.10.545.9 (r826445-20200316-8)
  1349. [ 36.028869] [dhd-wlan0] wl_android_wifi_on : in g_wifi_on=0
  1350. [ 36.028878] wifi_platform_set_power = 1, delay: 200 msec
  1351. [ 36.028889] ======== PULL WL_REG_ON(-1) HIGH! ========
  1352. [ 36.028896] [WLAN_RFKILL]: rockchip_wifi_power: 1
  1353. [ 36.028904] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1354. [ 36.028911] [WLAN_RFKILL]: wifi turn on power [GPIO-1-0]
  1355. [ 36.141296] vdd_cpu: ramp_delay not set
  1356. [ 36.334728] sdio_reset_comm():
  1357. [ 36.350396] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
  1358. [ 36.367802] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 375000Hz, actual 375000HZ div = 0)
  1359. [ 36.413325] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  1360. [ 36.417140] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  1361. [ 36.419456] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1362. [ 36.500087] mmc_host mmc1: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
  1363. [ 36.511971] dwmmc_rockchip fe2c0000.dwmmc: Successfully tuned phase to 237
  1364. [ 36.512058] sdioh_start: set sd_f2_blocksize 256
  1365. [ 36.512402]
  1366.  
  1367. dhd_bus_devreset: == Power ON ==
  1368. [ 36.512591] F1 signature read @0x18000000=0x16024335
  1369. [ 36.516625] F1 signature OK, socitype:0x1 chip:0x4339 rev:0x1 pkg:0x0
  1370. [ 36.517269] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
  1371. [ 36.517359] dhd_bus_devreset: making DHD_BUS_DOWN
  1372. [ 36.517424] dhdsdio_probe_init: making DHD_BUS_DOWN
  1373. [ 36.517637] [dhd] dhd_conf_read_config : Ignore config file /vendor/etc/firmware/config.txt
  1374. [ 36.517666] [dhd] dhd_conf_set_path_params : Final fw_path=/vendor/etc/firmware/fw_bcm4339a0_ag.bin
  1375. [ 36.517680] [dhd] dhd_conf_set_path_params : Final nv_path=/vendor/etc/firmware/nvram.txt
  1376. [ 36.517692] [dhd] dhd_conf_set_path_params : Final clm_path=/vendor/etc/firmware/clm_bcm4339a0_ag.blob
  1377. [ 36.517700] [dhd] dhd_conf_set_path_params : Final conf_path=/vendor/etc/firmware/config.txt
  1378. [ 36.518261] dhdsdio_download_code_file: Open firmware file failed /vendor/etc/firmware/fw_bcm4339a0_ag.bin
  1379. [ 36.518287] _dhdsdio_download_firmware: dongle image file download failed
  1380. [ 36.518357] dhd_bus_devreset Failed to download binary to the dongle
  1381. [ 36.518382] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1382. [ 36.518403] dhd_dbg_detach_pkt_monitor, 2100
  1383. [ 36.518419] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1384. [ 36.518490] wifi_platform_set_power = 0, delay: 0 msec
  1385. [ 36.518509] ======== PULL WL_REG_ON(-1) LOW! ========
  1386. [ 36.518523] [WLAN_RFKILL]: rockchip_wifi_power: 0
  1387. [ 36.518548] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1388. [ 36.518562] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1389. [ 36.518574] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
  1390. [ 36.518586] [dhd-wlan0] wl_android_wifi_on : Failed
  1391. [ 36.518600] dhd_open : wl_android_wifi_on failed (-35)
  1392. [ 36.518614] dhd_stop: Enter wlan0
  1393. [ 36.518629] [dhd-wlan0] wl_android_wifi_off : in g_wifi_on=0, on_failure=1
  1394. [ 36.518642] dhd_dbg_detach_pkt_monitor, 2100
  1395. [ 36.518657] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1396. [ 36.518705] sdioh_disable_func_intr: error for read SDIO_CCCR_IENx : 0xffffff92
  1397. [ 36.518718] wifi_platform_set_power = 0, delay: 0 msec
  1398. [ 36.518728] ======== PULL WL_REG_ON(-1) LOW! ========
  1399. [ 36.518744] [WLAN_RFKILL]: rockchip_wifi_power: 0
  1400. [ 36.518761] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1401. [ 36.518774] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1402. [ 36.518785] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
  1403. [ 36.518796] [dhd-wlan0] wl_android_wifi_off : out
  1404. [ 36.520518] vdd_cpu: ramp_delay not set
  1405. [ 36.548135] dhd_stop: Exit wlan0
  1406. [ 36.548187] dhd_open : the lock is released.
  1407. [ 36.548204] dhd_open: Exit wlan0 ret=-1
  1408. [ 36.548221] Failed to open primary dev ret -1
  1409. [ 36.550661] dhd_open: Enter wlan0
  1410. [ 36.550722] dhd_open : no mutex held. set lock
  1411. [ 36.550753]
  1412. Dongle Host Driver, version 100.10.545.9 (r826445-20200316-8)
  1413. [ 36.550796] [dhd-wlan0] wl_android_wifi_on : in g_wifi_on=0
  1414. [ 36.550815] wifi_platform_set_power = 1, delay: 200 msec
  1415. [ 36.550839] ======== PULL WL_REG_ON(-1) HIGH! ========
  1416. [ 36.550855] [WLAN_RFKILL]: rockchip_wifi_power: 1
  1417. [ 36.550871] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1418. [ 36.550887] [WLAN_RFKILL]: wifi turn on power [GPIO-1-0]
  1419. [ 36.654663] vdd_cpu: ramp_delay not set
  1420. [ 36.858101] sdio_reset_comm():
  1421. [ 36.871316] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
  1422. [ 36.881362] vdd_cpu: ramp_delay not set
  1423. [ 36.888408] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 375000Hz, actual 375000HZ div = 0)
  1424. [ 36.927089] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  1425. [ 36.930891] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  1426. [ 36.932738] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1427. [ 37.008138] mmc_host mmc1: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
  1428. [ 37.022293] dwmmc_rockchip fe2c0000.dwmmc: Successfully tuned phase to 237
  1429. [ 37.022397] sdioh_start: set sd_f2_blocksize 256
  1430. [ 37.022812]
  1431.  
  1432. dhd_bus_devreset: == Power ON ==
  1433. [ 37.023042] F1 signature read @0x18000000=0x16024335
  1434. [ 37.027954] F1 signature OK, socitype:0x1 chip:0x4339 rev:0x1 pkg:0x0
  1435. [ 37.028712] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
  1436. [ 37.028808] dhd_bus_devreset: making DHD_BUS_DOWN
  1437. [ 37.028887] dhdsdio_probe_init: making DHD_BUS_DOWN
  1438. [ 37.029165] [dhd] dhd_conf_read_config : Ignore config file /vendor/etc/firmware/config.txt
  1439. [ 37.029200] [dhd] dhd_conf_set_path_params : Final fw_path=/vendor/etc/firmware/fw_bcm4339a0_ag.bin
  1440. [ 37.029216] [dhd] dhd_conf_set_path_params : Final nv_path=/vendor/etc/firmware/nvram.txt
  1441. [ 37.029230] [dhd] dhd_conf_set_path_params : Final clm_path=/vendor/etc/firmware/clm_bcm4339a0_ag.blob
  1442. [ 37.029240] [dhd] dhd_conf_set_path_params : Final conf_path=/vendor/etc/firmware/config.txt
  1443. [ 37.029802] dhdsdio_download_code_file: Open firmware file failed /vendor/etc/firmware/fw_bcm4339a0_ag.bin
  1444. [ 37.029814] _dhdsdio_download_firmware: dongle image file download failed
  1445. [ 37.029866] dhd_bus_devreset Failed to download binary to the dongle
  1446. [ 37.029884] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1447. [ 37.029900] dhd_dbg_detach_pkt_monitor, 2100
  1448. [ 37.029911] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1449. [ 37.029971] wifi_platform_set_power = 0, delay: 0 msec
  1450. [ 37.029992] ======== PULL WL_REG_ON(-1) LOW! ========
  1451. [ 37.030006] [WLAN_RFKILL]: rockchip_wifi_power: 0
  1452. [ 37.030030] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1453. [ 37.030042] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1454. [ 37.030054] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
  1455. [ 37.030066] [dhd-wlan0] wl_android_wifi_on : Failed
  1456. [ 37.030079] dhd_open : wl_android_wifi_on failed (-35)
  1457. [ 37.030093] dhd_stop: Enter wlan0
  1458. [ 37.030108] [dhd-wlan0] wl_android_wifi_off : in g_wifi_on=0, on_failure=1
  1459. [ 37.030122] dhd_dbg_detach_pkt_monitor, 2100
  1460. [ 37.030138] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1461. [ 37.030174] sdioh_disable_func_intr: error for read SDIO_CCCR_IENx : 0xffffff92
  1462. [ 37.030192] wifi_platform_set_power = 0, delay: 0 msec
  1463. [ 37.030209] ======== PULL WL_REG_ON(-1) LOW! ========
  1464. [ 37.030220] [WLAN_RFKILL]: rockchip_wifi_power: 0
  1465. [ 37.030234] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1466. [ 37.030245] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1467. [ 37.030256] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
  1468. [ 37.030268] [dhd-wlan0] wl_android_wifi_off : out
  1469. [ 37.039937] vdd_cpu: ramp_delay not set
  1470. [ 37.058161] dhd_stop: Exit wlan0
  1471. [ 37.058209] dhd_open : the lock is released.
  1472. [ 37.058228] dhd_open: Exit wlan0 ret=-1
  1473. [ 37.058244] Failed to open primary dev ret -1
  1474. [ 39.118077] vdd_cpu: ramp_delay not set
  1475. [ 39.128053] vdd_cpu: ramp_delay not set
  1476. [ 39.728039] vdd_cpu: ramp_delay not set
  1477. [ 39.748034] vdd_cpu: ramp_delay not set
  1478. [ 39.791346] vdd_cpu: ramp_delay not set
  1479. [ 39.954602] vdd_cpu: ramp_delay not set
  1480. [ 40.016201] vdd_cpu: ramp_delay not set
  1481. [ 40.038010] vdd_cpu: ramp_delay not set
  1482. [ 40.078243] vdd_cpu: ramp_delay not set
  1483. [ 40.154691] vdd_cpu: ramp_delay not set
  1484. [ 40.174995] vdd_cpu: ramp_delay not set
  1485. [ 40.290612] vdd_cpu: ramp_delay not set
  1486. [ 40.311335] vdd_cpu: ramp_delay not set
  1487. [ 40.331413] vdd_cpu: ramp_delay not set
  1488. [ 40.362094] vdd_cpu: ramp_delay not set
  1489. [ 40.394657] vdd_cpu: ramp_delay not set
  1490. [ 40.404742] vdd_cpu: ramp_delay not set
  1491. [ 40.481412] vdd_cpu: ramp_delay not set
  1492. [ 40.511289] vdd_cpu: ramp_delay not set
  1493. [ 40.538006] vdd_cpu: ramp_delay not set
  1494. [ 40.861364] vdd_cpu: ramp_delay not set
  1495. [ 40.902217] vdd_cpu: ramp_delay not set
  1496. [ 40.922493] vdd_cpu: ramp_delay not set
  1497. [ 40.944704] vdd_cpu: ramp_delay not set
  1498. [ 41.021322] vdd_cpu: ramp_delay not set
  1499. [ 41.031417] vdd_cpu: ramp_delay not set
  1500. [ 41.088006] vdd_cpu: ramp_delay not set
  1501. [ 41.384664] vdd_cpu: ramp_delay not set
  1502. [ 42.624719] vdd_cpu: ramp_delay not set
  1503. [ 42.658015] [dhd] CFG80211-ERROR) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  1504. [ 42.658974] [dhd] CFG80211-ERROR) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  1505. [ 42.660021] [dhd] CFG80211-ERROR) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  1506. [ 42.694750] vdd_cpu: ramp_delay not set
  1507. [ 43.618058] vdd_cpu: ramp_delay not set
  1508. [ 43.628044] vdd_cpu: ramp_delay not set
  1509. [ 45.868056] vdd_cpu: ramp_delay not set
  1510. [ 45.878039] vdd_cpu: ramp_delay not set
  1511. [ 47.020959] dhd_open: Enter wlan0
  1512. [ 47.021027] dhd_open : no mutex held. set lock
  1513. [ 47.021056]
  1514. Dongle Host Driver, version 100.10.545.9 (r826445-20200316-8)
  1515. [ 47.021097] [dhd-wlan0] wl_android_wifi_on : in g_wifi_on=0
  1516. [ 47.021116] wifi_platform_set_power = 1, delay: 200 msec
  1517. [ 47.021138] ======== PULL WL_REG_ON(-1) HIGH! ========
  1518. [ 47.021269] [WLAN_RFKILL]: rockchip_wifi_power: 1
  1519. [ 47.021313] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1520. [ 47.021361] [WLAN_RFKILL]: wifi turn on power [GPIO-1-0]
  1521. [ 47.134628] vdd_cpu: ramp_delay not set
  1522. [ 47.328102] sdio_reset_comm():
  1523. [ 47.343839] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
  1524. [ 47.361077] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 375000Hz, actual 375000HZ div = 0)
  1525. [ 47.403890] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  1526. [ 47.407783] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  1527. [ 47.410111] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1528. [ 47.489894] mmc_host mmc1: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
  1529. [ 47.497586] dwmmc_rockchip fe2c0000.dwmmc: Successfully tuned phase to 237
  1530. [ 47.497715] sdioh_start: set sd_f2_blocksize 256
  1531. [ 47.498239]
  1532.  
  1533. dhd_bus_devreset: == Power ON ==
  1534. [ 47.498503] F1 signature read @0x18000000=0x16024335
  1535. [ 47.501239] F1 signature OK, socitype:0x1 chip:0x4339 rev:0x1 pkg:0x0
  1536. [ 47.501585] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
  1537. [ 47.501645] dhd_bus_devreset: making DHD_BUS_DOWN
  1538. [ 47.501685] dhdsdio_probe_init: making DHD_BUS_DOWN
  1539. [ 47.501818] [dhd] dhd_conf_read_config : Ignore config file /vendor/etc/firmware/config.txt
  1540. [ 47.501841] [dhd] dhd_conf_set_path_params : Final fw_path=/vendor/etc/firmware/fw_bcm4339a0_ag.bin
  1541. [ 47.501852] [dhd] dhd_conf_set_path_params : Final nv_path=/vendor/etc/firmware/nvram.txt
  1542. [ 47.501861] [dhd] dhd_conf_set_path_params : Final clm_path=/vendor/etc/firmware/clm_bcm4339a0_ag.blob
  1543. [ 47.501870] [dhd] dhd_conf_set_path_params : Final conf_path=/vendor/etc/firmware/config.txt
  1544. [ 47.502149] dhdsdio_download_code_file: Open firmware file failed /vendor/etc/firmware/fw_bcm4339a0_ag.bin
  1545. [ 47.502162] _dhdsdio_download_firmware: dongle image file download failed
  1546. [ 47.502192] dhd_bus_devreset Failed to download binary to the dongle
  1547. [ 47.502210] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1548. [ 47.502227] dhd_dbg_detach_pkt_monitor, 2100
  1549. [ 47.502240] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1550. [ 47.502279] wifi_platform_set_power = 0, delay: 0 msec
  1551. [ 47.502294] ======== PULL WL_REG_ON(-1) LOW! ========
  1552. [ 47.502305] [WLAN_RFKILL]: rockchip_wifi_power: 0
  1553. [ 47.502326] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1554. [ 47.502336] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1555. [ 47.502345] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
  1556. [ 47.502355] [dhd-wlan0] wl_android_wifi_on : Failed
  1557. [ 47.502365] dhd_open : wl_android_wifi_on failed (-35)
  1558. [ 47.502377] dhd_stop: Enter wlan0
  1559. [ 47.502390] [dhd-wlan0] wl_android_wifi_off : in g_wifi_on=0, on_failure=1
  1560. [ 47.502400] dhd_dbg_detach_pkt_monitor, 2100
  1561. [ 47.502412] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1562. [ 47.502444] sdioh_disable_func_intr: error for read SDIO_CCCR_IENx : 0xffffff92
  1563. [ 47.502458] wifi_platform_set_power = 0, delay: 0 msec
  1564. [ 47.502471] ======== PULL WL_REG_ON(-1) LOW! ========
  1565. [ 47.502480] [WLAN_RFKILL]: rockchip_wifi_power: 0
  1566. [ 47.502488] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1567. [ 47.502494] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1568. [ 47.502500] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
  1569. [ 47.502510] [dhd-wlan0] wl_android_wifi_off : out
  1570. [ 47.509466] vdd_cpu: ramp_delay not set
  1571. [ 47.528209] dhd_stop: Exit wlan0
  1572. [ 47.528260] dhd_open : the lock is released.
  1573. [ 47.528278] dhd_open: Exit wlan0 ret=-1
  1574. [ 47.528294] Failed to open primary dev ret -1
  1575. [ 47.530655] dhd_open: Enter wlan0
  1576. [ 47.530717] dhd_open : no mutex held. set lock
  1577. [ 47.530748]
  1578. Dongle Host Driver, version 100.10.545.9 (r826445-20200316-8)
  1579. [ 47.530790] [dhd-wlan0] wl_android_wifi_on : in g_wifi_on=0
  1580. [ 47.530809] wifi_platform_set_power = 1, delay: 200 msec
  1581. [ 47.530832] ======== PULL WL_REG_ON(-1) HIGH! ========
  1582. [ 47.530849] [WLAN_RFKILL]: rockchip_wifi_power: 1
  1583. [ 47.530865] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1584. [ 47.530881] [WLAN_RFKILL]: wifi turn on power [GPIO-1-0]
  1585. [ 47.634630] vdd_cpu: ramp_delay not set
  1586. [ 47.834771] sdio_reset_comm():
  1587. [ 47.850405] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
  1588. [ 47.867712] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 375000Hz, actual 375000HZ div = 0)
  1589. [ 47.910435] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  1590. [ 47.914381] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  1591. [ 47.916623] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1592. [ 47.999910] mmc_host mmc1: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
  1593. [ 48.012811] dwmmc_rockchip fe2c0000.dwmmc: Successfully tuned phase to 237
  1594. [ 48.012897] sdioh_start: set sd_f2_blocksize 256
  1595. [ 48.013246]
  1596.  
  1597. dhd_bus_devreset: == Power ON ==
  1598. [ 48.013438] F1 signature read @0x18000000=0x16024335
  1599. [ 48.017492] F1 signature OK, socitype:0x1 chip:0x4339 rev:0x1 pkg:0x0
  1600. [ 48.018201] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
  1601. [ 48.018297] dhd_bus_devreset: making DHD_BUS_DOWN
  1602. [ 48.018364] dhdsdio_probe_init: making DHD_BUS_DOWN
  1603. [ 48.018604] [dhd] dhd_conf_read_config : Ignore config file /vendor/etc/firmware/config.txt
  1604. [ 48.018633] [dhd] dhd_conf_set_path_params : Final fw_path=/vendor/etc/firmware/fw_bcm4339a0_ag.bin
  1605. [ 48.018646] [dhd] dhd_conf_set_path_params : Final nv_path=/vendor/etc/firmware/nvram.txt
  1606. [ 48.018658] [dhd] dhd_conf_set_path_params : Final clm_path=/vendor/etc/firmware/clm_bcm4339a0_ag.blob
  1607. [ 48.018669] [dhd] dhd_conf_set_path_params : Final conf_path=/vendor/etc/firmware/config.txt
  1608. [ 48.019160] dhdsdio_download_code_file: Open firmware file failed /vendor/etc/firmware/fw_bcm4339a0_ag.bin
  1609. [ 48.019177] _dhdsdio_download_firmware: dongle image file download failed
  1610. [ 48.019221] dhd_bus_devreset Failed to download binary to the dongle
  1611. [ 48.019245] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1612. [ 48.019261] dhd_dbg_detach_pkt_monitor, 2100
  1613. [ 48.019278] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1614. [ 48.019342] wifi_platform_set_power = 0, delay: 0 msec
  1615. [ 48.019363] ======== PULL WL_REG_ON(-1) LOW! ========
  1616. [ 48.019377] [WLAN_RFKILL]: rockchip_wifi_power: 0
  1617. [ 48.019403] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1618. [ 48.019415] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1619. [ 48.019426] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
  1620. [ 48.019438] [dhd-wlan0] wl_android_wifi_on : Failed
  1621. [ 48.019451] dhd_open : wl_android_wifi_on failed (-35)
  1622. [ 48.019467] dhd_stop: Enter wlan0
  1623. [ 48.019481] [dhd-wlan0] wl_android_wifi_off : in g_wifi_on=0, on_failure=1
  1624. [ 48.019489] dhd_dbg_detach_pkt_monitor, 2100
  1625. [ 48.019499] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1626. [ 48.019541] sdioh_disable_func_intr: error for read SDIO_CCCR_IENx : 0xffffff92
  1627. [ 48.019559] wifi_platform_set_power = 0, delay: 0 msec
  1628. [ 48.019575] ======== PULL WL_REG_ON(-1) LOW! ========
  1629. [ 48.019587] [WLAN_RFKILL]: rockchip_wifi_power: 0
  1630. [ 48.019600] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1631. [ 48.019612] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1632. [ 48.019624] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
  1633. [ 48.019634] [dhd-wlan0] wl_android_wifi_off : out
  1634. [ 48.021577] vdd_cpu: ramp_delay not set
  1635. [ 48.044801] dhd_stop: Exit wlan0
  1636. [ 48.044874] dhd_open : the lock is released.
  1637. [ 48.044900] dhd_open: Exit wlan0 ret=-1
  1638. [ 48.044924] Failed to open primary dev ret -1
  1639. [ 48.071344] vdd_cpu: ramp_delay not set
  1640. [ 48.117158] vdd_cpu: ramp_delay not set
  1641. [ 48.131357] vdd_cpu: ramp_delay not set
  1642. [ 50.381341] vdd_cpu: ramp_delay not set
  1643. [ 51.897962] vdd_cpu: ramp_delay not set
  1644. [ 52.618069] vdd_cpu: ramp_delay not set
  1645. [ 52.628044] vdd_cpu: ramp_delay not set
  1646. [ 54.868068] vdd_cpu: ramp_delay not set
  1647. [ 54.878050] vdd_cpu: ramp_delay not set
  1648. [ 54.891366] vdd_cpu: ramp_delay not set
  1649. [ 55.919272] vdd_cpu: ramp_delay not set
  1650. [ 58.021544] dhd_open: Enter wlan0
  1651. [ 58.021548] dhd_open : no mutex held. set lock
  1652. [ 58.021558]
  1653. Dongle Host Driver, version 100.10.545.9 (r826445-20200316-8)
  1654. [ 58.021573] [dhd-wlan0] wl_android_wifi_on : in g_wifi_on=0
  1655. [ 58.021576] wifi_platform_set_power = 1, delay: 200 msec
  1656. [ 58.021581] ======== PULL WL_REG_ON(-1) HIGH! ========
  1657. [ 58.021584] [WLAN_RFKILL]: rockchip_wifi_power: 1
  1658. [ 58.021587] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1659. [ 58.021590] [WLAN_RFKILL]: wifi turn on power [GPIO-1-0]
  1660. [ 58.327867] sdio_reset_comm():
  1661. [ 58.343150] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
  1662. [ 58.358814] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 375000Hz, actual 375000HZ div = 0)
  1663. [ 58.396129] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  1664. [ 58.399075] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  1665. [ 58.400708] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1666. [ 58.461829] mmc_host mmc1: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
  1667. [ 58.465222] dwmmc_rockchip fe2c0000.dwmmc: Successfully tuned phase to 237
  1668. [ 58.465262] sdioh_start: set sd_f2_blocksize 256
  1669. [ 58.465420]
  1670.  
  1671. dhd_bus_devreset: == Power ON ==
  1672. [ 58.465507] F1 signature read @0x18000000=0x16024335
  1673. [ 58.467575] F1 signature OK, socitype:0x1 chip:0x4339 rev:0x1 pkg:0x0
  1674. [ 58.467940] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
  1675. [ 58.467983] dhd_bus_devreset: making DHD_BUS_DOWN
  1676. [ 58.468009] dhdsdio_probe_init: making DHD_BUS_DOWN
  1677. [ 58.468126] [dhd] dhd_conf_read_config : Ignore config file /vendor/etc/firmware/config.txt
  1678. [ 58.468138] [dhd] dhd_conf_set_path_params : Final fw_path=/vendor/etc/firmware/fw_bcm4339a0_ag.bin
  1679. [ 58.468140] [dhd] dhd_conf_set_path_params : Final nv_path=/vendor/etc/firmware/nvram.txt
  1680. [ 58.468142] [dhd] dhd_conf_set_path_params : Final clm_path=/vendor/etc/firmware/clm_bcm4339a0_ag.blob
  1681. [ 58.468143] [dhd] dhd_conf_set_path_params : Final conf_path=/vendor/etc/firmware/config.txt
  1682. [ 58.468401] dhdsdio_download_code_file: Open firmware file failed /vendor/etc/firmware/fw_bcm4339a0_ag.bin
  1683. [ 58.468403] _dhdsdio_download_firmware: dongle image file download failed
  1684. [ 58.468423] dhd_bus_devreset Failed to download binary to the dongle
  1685. [ 58.468433] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1686. [ 58.468442] dhd_dbg_detach_pkt_monitor, 2100
  1687. [ 58.468447] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1688. [ 58.468475] wifi_platform_set_power = 0, delay: 0 msec
  1689. [ 58.468480] ======== PULL WL_REG_ON(-1) LOW! ========
  1690. [ 58.468483] [WLAN_RFKILL]: rockchip_wifi_power: 0
  1691. [ 58.468497] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1692. [ 58.468499] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1693. [ 58.468501] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
  1694. [ 58.468504] [dhd-wlan0] wl_android_wifi_on : Failed
  1695. [ 58.468507] dhd_open : wl_android_wifi_on failed (-35)
  1696. [ 58.468512] dhd_stop: Enter wlan0
  1697. [ 58.468516] [dhd-wlan0] wl_android_wifi_off : in g_wifi_on=0, on_failure=1
  1698. [ 58.468519] dhd_dbg_detach_pkt_monitor, 2100
  1699. [ 58.468523] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1700. [ 58.468556] sdioh_disable_func_intr: error for read SDIO_CCCR_IENx : 0xffffff92
  1701. [ 58.468560] wifi_platform_set_power = 0, delay: 0 msec
  1702. [ 58.468565] ======== PULL WL_REG_ON(-1) LOW! ========
  1703. [ 58.468566] [WLAN_RFKILL]: rockchip_wifi_power: 0
  1704. [ 58.468571] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1705. [ 58.468573] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1706. [ 58.468574] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
  1707. [ 58.468576] [dhd-wlan0] wl_android_wifi_off : out
  1708. [ 58.511259] dhd_stop: Exit wlan0
  1709. [ 58.511264] dhd_open : the lock is released.
  1710. [ 58.511266] dhd_open: Exit wlan0 ret=-1
  1711. [ 58.511268] Failed to open primary dev ret -1
  1712. [ 58.512272] dhd_open: Enter wlan0
  1713. [ 58.512275] dhd_open : no mutex held. set lock
  1714. [ 58.512284]
  1715. Dongle Host Driver, version 100.10.545.9 (r826445-20200316-8)
  1716. [ 58.512297] [dhd-wlan0] wl_android_wifi_on : in g_wifi_on=0
  1717. [ 58.512302] wifi_platform_set_power = 1, delay: 200 msec
  1718. [ 58.512306] ======== PULL WL_REG_ON(-1) HIGH! ========
  1719. [ 58.512309] [WLAN_RFKILL]: rockchip_wifi_power: 1
  1720. [ 58.512312] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1721. [ 58.512315] [WLAN_RFKILL]: wifi turn on power [GPIO-1-0]
  1722. [ 58.817870] sdio_reset_comm():
  1723. [ 58.833145] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
  1724. [ 58.850066] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 375000Hz, actual 375000HZ div = 0)
  1725. [ 58.890010] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  1726. [ 58.893078] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  1727. [ 58.894763] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1728. [ 58.905355] vdd_cpu: ramp_delay not set
  1729. [ 58.959298] mmc_host mmc1: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
  1730. [ 58.964630] dwmmc_rockchip fe2c0000.dwmmc: Successfully tuned phase to 238
  1731. [ 58.964681] sdioh_start: set sd_f2_blocksize 256
  1732. [ 58.964941]
  1733.  
  1734. dhd_bus_devreset: == Power ON ==
  1735. [ 58.965071] F1 signature read @0x18000000=0x16024335
  1736. [ 58.968223] F1 signature OK, socitype:0x1 chip:0x4339 rev:0x1 pkg:0x0
  1737. [ 58.968702] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
  1738. [ 58.968761] dhd_bus_devreset: making DHD_BUS_DOWN
  1739. [ 58.968799] dhdsdio_probe_init: making DHD_BUS_DOWN
  1740. [ 58.968959] [dhd] dhd_conf_read_config : Ignore config file /vendor/etc/firmware/config.txt
  1741. [ 58.968971] [dhd] dhd_conf_set_path_params : Final fw_path=/vendor/etc/firmware/fw_bcm4339a0_ag.bin
  1742. [ 58.968972] [dhd] dhd_conf_set_path_params : Final nv_path=/vendor/etc/firmware/nvram.txt
  1743. [ 58.968974] [dhd] dhd_conf_set_path_params : Final clm_path=/vendor/etc/firmware/clm_bcm4339a0_ag.blob
  1744. [ 58.968976] [dhd] dhd_conf_set_path_params : Final conf_path=/vendor/etc/firmware/config.txt
  1745. [ 58.969353] dhdsdio_download_code_file: Open firmware file failed /vendor/etc/firmware/fw_bcm4339a0_ag.bin
  1746. [ 58.969355] _dhdsdio_download_firmware: dongle image file download failed
  1747. [ 58.969381] dhd_bus_devreset Failed to download binary to the dongle
  1748. [ 58.969391] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1749. [ 58.969400] dhd_dbg_detach_pkt_monitor, 2100
  1750. [ 58.969405] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1751. [ 58.969443] wifi_platform_set_power = 0, delay: 0 msec
  1752. [ 58.969449] ======== PULL WL_REG_ON(-1) LOW! ========
  1753. [ 58.969452] [WLAN_RFKILL]: rockchip_wifi_power: 0
  1754. [ 58.969467] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1755. [ 58.969469] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1756. [ 58.969471] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
  1757. [ 58.969474] [dhd-wlan0] wl_android_wifi_on : Failed
  1758. [ 58.969477] dhd_open : wl_android_wifi_on failed (-35)
  1759. [ 58.969482] dhd_stop: Enter wlan0
  1760. [ 58.969488] [dhd-wlan0] wl_android_wifi_off : in g_wifi_on=0, on_failure=1
  1761. [ 58.969490] dhd_dbg_detach_pkt_monitor, 2100
  1762. [ 58.969494] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1763. [ 58.969518] sdioh_disable_func_intr: error for read SDIO_CCCR_IENx : 0xffffff92
  1764. [ 58.969522] wifi_platform_set_power = 0, delay: 0 msec
  1765. [ 58.969527] ======== PULL WL_REG_ON(-1) LOW! ========
  1766. [ 58.969531] [WLAN_RFKILL]: rockchip_wifi_power: 0
  1767. [ 58.969535] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1768. [ 58.969536] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1769. [ 58.969538] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
  1770. [ 58.969539] [dhd-wlan0] wl_android_wifi_off : out
  1771. [ 59.007931] dhd_stop: Exit wlan0
  1772. [ 59.007936] dhd_open : the lock is released.
  1773. [ 59.007937] dhd_open: Exit wlan0 ret=-1
  1774. [ 59.007940] Failed to open primary dev ret -1
  1775. [ 59.217922] vdd_cpu: ramp_delay not set
  1776. [ 59.563842] vdd_cpu: ramp_delay not set
  1777. [ 66.748950] vdd_cpu: ramp_delay not set
  1778. [ 66.791324] vdd_cpu: ramp_delay not set
  1779. [ 68.368851] vdd_cpu: ramp_delay not set
  1780. [ 68.384671] vdd_cpu: ramp_delay not set
  1781. [ 69.027087] dhd_open: Enter wlan0
  1782. [ 69.027154] dhd_open : no mutex held. set lock
  1783. [ 69.027183]
  1784. Dongle Host Driver, version 100.10.545.9 (r826445-20200316-8)
  1785. [ 69.027224] [dhd-wlan0] wl_android_wifi_on : in g_wifi_on=0
  1786. [ 69.027243] wifi_platform_set_power = 1, delay: 200 msec
  1787. [ 69.027266] ======== PULL WL_REG_ON(-1) HIGH! ========
  1788. [ 69.027282] [WLAN_RFKILL]: rockchip_wifi_power: 1
  1789. [ 69.027322] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1790. [ 69.027350] [WLAN_RFKILL]: wifi turn on power [GPIO-1-0]
  1791. [ 69.137953] vdd_cpu: ramp_delay not set
  1792. [ 69.331434] sdio_reset_comm():
  1793. [ 69.347304] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
  1794. [ 69.364440] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 375000Hz, actual 375000HZ div = 0)
  1795. [ 69.409704] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  1796. [ 69.413773] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  1797. [ 69.416024] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1798. [ 69.497367] mmc_host mmc1: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
  1799. [ 69.638394] dwmmc_rockchip fe2c0000.dwmmc: Successfully tuned phase to 240
  1800. [ 69.638497] sdioh_start: set sd_f2_blocksize 256
  1801. [ 69.638818]
  1802.  
  1803. dhd_bus_devreset: == Power ON ==
  1804. [ 69.639016] F1 signature read @0x18000000=0x16024335
  1805. [ 69.642790] F1 signature OK, socitype:0x1 chip:0x4339 rev:0x1 pkg:0x0
  1806. [ 69.643408] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
  1807. [ 69.643501] dhd_bus_devreset: making DHD_BUS_DOWN
  1808. [ 69.643579] dhdsdio_probe_init: making DHD_BUS_DOWN
  1809. [ 69.643812] [dhd] dhd_conf_read_config : Ignore config file /vendor/etc/firmware/config.txt
  1810. [ 69.643856] [dhd] dhd_conf_set_path_params : Final fw_path=/vendor/etc/firmware/fw_bcm4339a0_ag.bin
  1811. [ 69.643879] [dhd] dhd_conf_set_path_params : Final nv_path=/vendor/etc/firmware/nvram.txt
  1812. [ 69.643899] [dhd] dhd_conf_set_path_params : Final clm_path=/vendor/etc/firmware/clm_bcm4339a0_ag.blob
  1813. [ 69.643916] [dhd] dhd_conf_set_path_params : Final conf_path=/vendor/etc/firmware/config.txt
  1814. [ 69.644390] dhdsdio_download_code_file: Open firmware file failed /vendor/etc/firmware/fw_bcm4339a0_ag.bin
  1815. [ 69.644419] _dhdsdio_download_firmware: dongle image file download failed
  1816. [ 69.644530] dhd_bus_devreset Failed to download binary to the dongle
  1817. [ 69.644588] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1818. [ 69.644626] dhd_dbg_detach_pkt_monitor, 2100
  1819. [ 69.644645] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1820. [ 69.644715] wifi_platform_set_power = 0, delay: 0 msec
  1821. [ 69.644737] ======== PULL WL_REG_ON(-1) LOW! ========
  1822. [ 69.644749] [WLAN_RFKILL]: rockchip_wifi_power: 0
  1823. [ 69.644782] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1824. [ 69.644795] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1825. [ 69.644805] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
  1826. [ 69.644817] [dhd-wlan0] wl_android_wifi_on : Failed
  1827. [ 69.644829] dhd_open : wl_android_wifi_on failed (-35)
  1828. [ 69.644846] dhd_stop: Enter wlan0
  1829. [ 69.644866] [dhd-wlan0] wl_android_wifi_off : in g_wifi_on=0, on_failure=1
  1830. [ 69.644901] dhd_dbg_detach_pkt_monitor, 2100
  1831. [ 69.644939] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1832. [ 69.645006] sdioh_disable_func_intr: error for read SDIO_CCCR_IENx : 0xffffff92
  1833. [ 69.645036] wifi_platform_set_power = 0, delay: 0 msec
  1834. [ 69.645062] ======== PULL WL_REG_ON(-1) LOW! ========
  1835. [ 69.645086] [WLAN_RFKILL]: rockchip_wifi_power: 0
  1836. [ 69.645104] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1837. [ 69.645131] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1838. [ 69.645154] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
  1839. [ 69.645174] [dhd-wlan0] wl_android_wifi_off : out
  1840. [ 69.655381] vdd_cpu: ramp_delay not set
  1841. [ 69.671402] dhd_stop: Exit wlan0
  1842. [ 69.671454] dhd_open : the lock is released.
  1843. [ 69.671471] dhd_open: Exit wlan0 ret=-1
  1844. [ 69.671486] Failed to open primary dev ret -1
  1845. [ 69.673835] dhd_open: Enter wlan0
  1846. [ 69.673891] dhd_open : no mutex held. set lock
  1847. [ 69.673921]
  1848. Dongle Host Driver, version 100.10.545.9 (r826445-20200316-8)
  1849. [ 69.673962] [dhd-wlan0] wl_android_wifi_on : in g_wifi_on=0
  1850. [ 69.673993] wifi_platform_set_power = 1, delay: 200 msec
  1851. [ 69.674027] ======== PULL WL_REG_ON(-1) HIGH! ========
  1852. [ 69.674053] [WLAN_RFKILL]: rockchip_wifi_power: 1
  1853. [ 69.674078] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1854. [ 69.674103] [WLAN_RFKILL]: wifi turn on power [GPIO-1-0]
  1855. [ 69.784647] vdd_cpu: ramp_delay not set
  1856. [ 69.978122] sdio_reset_comm():
  1857. [ 69.993724] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
  1858. [ 70.010955] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 375000Hz, actual 375000HZ div = 0)
  1859. [ 70.056109] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  1860. [ 70.059933] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  1861. [ 70.062030] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  1862. [ 70.139178] mmc_host mmc1: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
  1863. [ 70.152015] dwmmc_rockchip fe2c0000.dwmmc: Successfully tuned phase to 237
  1864. [ 70.152119] sdioh_start: set sd_f2_blocksize 256
  1865. [ 70.152535]
  1866.  
  1867. dhd_bus_devreset: == Power ON ==
  1868. [ 70.152768] F1 signature read @0x18000000=0x16024335
  1869. [ 70.157425] F1 signature OK, socitype:0x1 chip:0x4339 rev:0x1 pkg:0x0
  1870. [ 70.158121] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
  1871. [ 70.158219] dhd_bus_devreset: making DHD_BUS_DOWN
  1872. [ 70.158290] dhdsdio_probe_init: making DHD_BUS_DOWN
  1873. [ 70.158515] [dhd] dhd_conf_read_config : Ignore config file /vendor/etc/firmware/config.txt
  1874. [ 70.158536] [dhd] dhd_conf_set_path_params : Final fw_path=/vendor/etc/firmware/fw_bcm4339a0_ag.bin
  1875. [ 70.158552] [dhd] dhd_conf_set_path_params : Final nv_path=/vendor/etc/firmware/nvram.txt
  1876. [ 70.158564] [dhd] dhd_conf_set_path_params : Final clm_path=/vendor/etc/firmware/clm_bcm4339a0_ag.blob
  1877. [ 70.158577] [dhd] dhd_conf_set_path_params : Final conf_path=/vendor/etc/firmware/config.txt
  1878. [ 70.159066] dhdsdio_download_code_file: Open firmware file failed /vendor/etc/firmware/fw_bcm4339a0_ag.bin
  1879. [ 70.159084] _dhdsdio_download_firmware: dongle image file download failed
  1880. [ 70.159127] dhd_bus_devreset Failed to download binary to the dongle
  1881. [ 70.159150] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1882. [ 70.159170] dhd_dbg_detach_pkt_monitor, 2100
  1883. [ 70.159187] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1884. [ 70.159250] wifi_platform_set_power = 0, delay: 0 msec
  1885. [ 70.159270] ======== PULL WL_REG_ON(-1) LOW! ========
  1886. [ 70.159283] [WLAN_RFKILL]: rockchip_wifi_power: 0
  1887. [ 70.159307] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1888. [ 70.159319] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1889. [ 70.159331] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
  1890. [ 70.159342] [dhd-wlan0] wl_android_wifi_on : Failed
  1891. [ 70.159355] dhd_open : wl_android_wifi_on failed (-35)
  1892. [ 70.159369] dhd_stop: Enter wlan0
  1893. [ 70.159384] [dhd-wlan0] wl_android_wifi_off : in g_wifi_on=0, on_failure=1
  1894. [ 70.159399] dhd_dbg_detach_pkt_monitor, 2100
  1895. [ 70.159414] dhd_net_bus_devreset: dhd_bus_devreset: -35
  1896. [ 70.159454] sdioh_disable_func_intr: error for read SDIO_CCCR_IENx : 0xffffff92
  1897. [ 70.159473] wifi_platform_set_power = 0, delay: 0 msec
  1898. [ 70.159485] ======== PULL WL_REG_ON(-1) LOW! ========
  1899. [ 70.159492] [WLAN_RFKILL]: rockchip_wifi_power: 0
  1900. [ 70.159506] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1901. [ 70.159518] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
  1902. [ 70.159530] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
  1903. [ 70.159540] [dhd-wlan0] wl_android_wifi_off : out
  1904. [ 70.167084] vdd_cpu: ramp_delay not set
  1905. [ 70.188244] dhd_stop: Exit wlan0
  1906. [ 70.188313] dhd_open : the lock is released.
  1907. [ 70.188338] dhd_open: Exit wlan0 ret=-1
  1908. [ 70.188359] Failed to open primary dev ret -1
  1909. [ 70.217996] vdd_cpu: ramp_delay not set
  1910. [ 70.627999] vdd_cpu: ramp_delay not set
  1911. [ 71.761330] vdd_cpu: ramp_delay not set
  1912. [ 72.869326] vdd_cpu: ramp_delay not set
  1913. [ 72.881324] vdd_cpu: ramp_delay not set
  1914. [ 75.119252] vdd_cpu: ramp_delay not set
  1915. [ 75.131348] vdd_cpu: ramp_delay not set
  1916. [ 75.707958] vdd_cpu: ramp_delay not set
  1917. [ 77.368910] vdd_cpu: ramp_delay not set
  1918. [ 77.381343] vdd_cpu: ramp_delay not set
  1919. [ 77.491345] vdd_cpu: ramp_delay not set
  1920. [ 77.994676] vdd_cpu: ramp_delay not set
  1921. [ 79.618101] vdd_cpu: ramp_delay not set
  1922. [ 79.628122] vdd_cpu: ramp_delay not set
  1923. [ 81.881345] vdd_cpu: ramp_delay not set
  1924. [ 84.118058] vdd_cpu: ramp_delay not set
  1925. [ 84.128067] vdd_cpu: ramp_delay not set
  1926. [ 84.288364] vdd_cpu: ramp_delay not set
  1927. [ 84.454625] vdd_cpu: ramp_delay not set
  1928. [ 86.368069] vdd_cpu: ramp_delay not set
  1929. [ 86.378034] vdd_cpu: ramp_delay not set
  1930. [ 87.861283] vdd_cpu: ramp_delay not set
  1931. [ 88.637983] vdd_cpu: ramp_delay not set
  1932. [ 90.881338] vdd_cpu: ramp_delay not set
  1933. [ 93.118062] vdd_cpu: ramp_delay not set
  1934. [ 93.128028] vdd_cpu: ramp_delay not set
  1935. [ 95.381328] vdd_cpu: ramp_delay not set
  1936. [ 97.618051] vdd_cpu: ramp_delay not set
  1937. [ 97.628049] vdd_cpu: ramp_delay not set
  1938. [ 99.868079] vdd_cpu: ramp_delay not set
  1939. [ 99.878038] vdd_cpu: ramp_delay not set
  1940. [ 102.119707] vdd_cpu: ramp_delay not set
  1941. [ 102.131312] vdd_cpu: ramp_delay not set
  1942. [ 102.787917] vdd_cpu: ramp_delay not set
  1943. [ 104.374661] vdd_cpu: ramp_delay not set
  1944. [ 106.617111] vdd_cpu: ramp_delay not set
  1945. [ 106.631328] vdd_cpu: ramp_delay not set
  1946. [ 107.317951] vdd_cpu: ramp_delay not set
  1947. [ 108.868082] vdd_cpu: ramp_delay not set
  1948. [ 108.878114] vdd_cpu: ramp_delay not set
  1949. [ 111.131375] vdd_cpu: ramp_delay not set
  1950. [ 113.381362] vdd_cpu: ramp_delay not set
  1951. [ 115.277953] vdd_cpu: ramp_delay not set
  1952. [ 115.631299] vdd_cpu: ramp_delay not set
  1953. [ 117.221508] usb 4-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd
  1954. [ 117.239818] usb 4-1: New USB device found, idVendor=0781, idProduct=5581, bcdDevice= 1.00
  1955. [ 117.239877] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  1956. [ 117.239899] usb 4-1: Product: Ultra
  1957. [ 117.239917] usb 4-1: Manufacturer: SanDisk
  1958. [ 117.239934] usb 4-1: SerialNumber: 4C530001110621102594
  1959. [ 117.242297] usb-storage 4-1:1.0: USB Mass Storage device detected
  1960. [ 117.248027] scsi host0: usb-storage 4-1:1.0
  1961. [ 117.261337] vdd_cpu: ramp_delay not set
  1962. [ 117.284632] vdd_cpu: ramp_delay not set
  1963. [ 117.878057] vdd_cpu: ramp_delay not set
  1964. [ 118.273565] scsi 0:0:0:0: Direct-Access SanDisk Ultra 1.00 PQ: 0 ANSI: 6
  1965. [ 118.279435] sd 0:0:0:0: [sda] 60063744 512-byte logical blocks: (30.8 GB/28.6 GiB)
  1966. [ 118.280692] sd 0:0:0:0: [sda] Write Protect is off
  1967. [ 118.280761] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
  1968. [ 118.282149] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
  1969. [ 118.300394] sda: sda1 sda2
  1970. [ 118.301774] vdd_cpu: ramp_delay not set
  1971. [ 118.303931] sd 0:0:0:0: [sda] Attached SCSI removable disk
  1972. [ 118.325007] vdd_cpu: ramp_delay not set
  1973. [ 118.378003] vdd_cpu: ramp_delay not set
  1974. [ 118.428000] vdd_cpu: ramp_delay not set
  1975. [ 118.517996] vdd_cpu: ramp_delay not set
  1976. [ 120.118040] vdd_cpu: ramp_delay not set
  1977. [ 120.128020] vdd_cpu: ramp_delay not set
  1978. [ 121.578948] vdd_cpu: ramp_delay not set
  1979. [ 121.747977] vdd_cpu: ramp_delay not set
  1980. [ 122.368045] vdd_cpu: ramp_delay not set
  1981. [ 122.378026] vdd_cpu: ramp_delay not set
  1982. [ 124.624641] vdd_cpu: ramp_delay not set
  1983. [ 126.868040] vdd_cpu: ramp_delay not set
  1984. [ 126.878036] vdd_cpu: ramp_delay not set
  1985. [ 129.118050] vdd_cpu: ramp_delay not set
  1986. [ 129.128041] vdd_cpu: ramp_delay not set
  1987. [ 131.368711] vdd_cpu: ramp_delay not set
  1988. [ 131.381302] vdd_cpu: ramp_delay not set
  1989. [ 133.631293] vdd_cpu: ramp_delay not set
  1990. [ 135.868040] vdd_cpu: ramp_delay not set
  1991. [ 135.878050] vdd_cpu: ramp_delay not set
  1992. [ 137.467777] vdd_cpu: ramp_delay not set
  1993. [ 137.498006] vdd_cpu: ramp_delay not set
  1994. [ 137.544649] vdd_cpu: ramp_delay not set
  1995. [ 137.597968] vdd_cpu: ramp_delay not set
  1996. [ 137.611360] vdd_cpu: ramp_delay not set
  1997. [ 138.118073] vdd_cpu: ramp_delay not set
  1998. [ 138.128090] vdd_cpu: ramp_delay not set
  1999. [ 140.381322] vdd_cpu: ramp_delay not set
  2000. [ 142.631333] vdd_cpu: ramp_delay not set
  2001. [ 144.868035] vdd_cpu: ramp_delay not set
  2002. [ 144.878048] vdd_cpu: ramp_delay not set
  2003. [ 147.131356] vdd_cpu: ramp_delay not set
  2004. [ 148.538020] vdd_cpu: ramp_delay not set
  2005. [ 149.369138] vdd_cpu: ramp_delay not set
  2006. [ 149.381330] vdd_cpu: ramp_delay not set
  2007. [ 150.394023] vdd_cpu: ramp_delay not set
  2008. [ 150.862486] vdd_cpu: ramp_delay not set
  2009. [ 151.051308] vdd_cpu: ramp_delay not set
  2010. [ 151.064661] vdd_cpu: ramp_delay not set
  2011. [ 151.618025] vdd_cpu: ramp_delay not set
  2012. [ 151.628038] vdd_cpu: ramp_delay not set
  2013. [ 153.868042] vdd_cpu: ramp_delay not set
  2014. [ 153.878045] vdd_cpu: ramp_delay not set
  2015. [ 156.134623] vdd_cpu: ramp_delay not set
  2016. [ 158.381334] vdd_cpu: ramp_delay not set
  2017. [ 160.618038] vdd_cpu: ramp_delay not set
  2018. [ 160.628016] vdd_cpu: ramp_delay not set
  2019. [ 162.874649] vdd_cpu: ramp_delay not set
  2020. [ 165.118049] vdd_cpu: ramp_delay not set
  2021. [ 165.128028] vdd_cpu: ramp_delay not set
  2022. [ 167.381317] vdd_cpu: ramp_delay not set
  2023. [ 169.618036] vdd_cpu: ramp_delay not set
  2024. [ 169.628046] vdd_cpu: ramp_delay not set
  2025. [ 169.641364] vdd_cpu: ramp_delay not set
  2026. [ 171.869245] vdd_cpu: ramp_delay not set
  2027. [ 171.881310] vdd_cpu: ramp_delay not set
  2028. [ 174.114759] vdd_cpu: ramp_delay not set
  2029. [ 174.124918] vdd_cpu: ramp_delay not set
  2030. [ 174.674258] usb 1-1: USB disconnect, device number 2
  2031. [ 174.674336] usb 1-1.1: USB disconnect, device number 3
  2032. [ 174.696077] vdd_cpu: ramp_delay not set
  2033. [ 174.751363] vdd_cpu: ramp_delay not set
  2034. [ 174.798781] usb 1-1.3: USB disconnect, device number 4
  2035. [ 174.818055] vdd_cpu: ramp_delay not set
  2036. [ 174.871367] vdd_cpu: ramp_delay not set
  2037. [ 174.918295] vdd_cpu: ramp_delay not set
  2038. [ 175.071339] vdd_cpu: ramp_delay not set
  2039. [ 175.111312] vdd_cpu: ramp_delay not set
  2040. [ 176.381343] vdd_cpu: ramp_delay not set
  2041. [ 178.631286] vdd_cpu: ramp_delay not set
  2042. [ 179.117968] vdd_cpu: ramp_delay not set
  2043. [ 180.869100] vdd_cpu: ramp_delay not set
  2044. [ 180.881328] vdd_cpu: ramp_delay not set
  2045. [ 183.134632] vdd_cpu: ramp_delay not set
  2046. [ 183.307982] vdd_cpu: ramp_delay not set
  2047. [ 185.381295] vdd_cpu: ramp_delay not set
  2048. [ 187.618028] vdd_cpu: ramp_delay not set
  2049. [ 187.628024] vdd_cpu: ramp_delay not set
  2050. [ 189.868051] vdd_cpu: ramp_delay not set
  2051. [ 189.878025] vdd_cpu: ramp_delay not set
  2052. [ 192.131296] vdd_cpu: ramp_delay not set
  2053. [ 194.368044] vdd_cpu: ramp_delay not set
  2054. [ 194.378059] vdd_cpu: ramp_delay not set
  2055. [ 196.618017] vdd_cpu: ramp_delay not set
  2056. [ 196.628017] vdd_cpu: ramp_delay not set
  2057. [ 196.638036] vdd_cpu: ramp_delay not set
  2058. [ 198.868037] vdd_cpu: ramp_delay not set
  2059. [ 198.878014] vdd_cpu: ramp_delay not set
  2060. [ 201.117120] vdd_cpu: ramp_delay not set
  2061. [ 201.131290] vdd_cpu: ramp_delay not set
  2062. [ 203.381311] vdd_cpu: ramp_delay not set
  2063. [ 205.619588] vdd_cpu: ramp_delay not set
  2064. [ 205.631324] vdd_cpu: ramp_delay not set
  2065. [ 207.868037] vdd_cpu: ramp_delay not set
  2066. [ 207.878012] vdd_cpu: ramp_delay not set
  2067. [ 207.891353] vdd_cpu: ramp_delay not set
  2068. [ 210.118667] vdd_cpu: ramp_delay not set
  2069. [ 210.131386] vdd_cpu: ramp_delay not set
  2070. [ 212.368034] vdd_cpu: ramp_delay not set
  2071. [ 212.378027] vdd_cpu: ramp_delay not set
  2072. [ 214.618029] vdd_cpu: ramp_delay not set
  2073. [ 214.628032] vdd_cpu: ramp_delay not set
  2074. [ 216.869121] vdd_cpu: ramp_delay not set
  2075. [ 216.884613] vdd_cpu: ramp_delay not set
  2076. [ 219.131289] vdd_cpu: ramp_delay not set
  2077. [ 221.368850] vdd_cpu: ramp_delay not set
  2078. [ 221.381298] vdd_cpu: ramp_delay not set
  2079. [ 223.618017] vdd_cpu: ramp_delay not set
  2080. [ 223.628018] vdd_cpu: ramp_delay not set
  2081. [ 225.868023] vdd_cpu: ramp_delay not set
  2082. [ 225.878020] vdd_cpu: ramp_delay not set
  2083. [ 227.557926] vdd_cpu: ramp_delay not set
  2084. [ 228.118040] vdd_cpu: ramp_delay not set
  2085. [ 228.131314] vdd_cpu: ramp_delay not set
  2086. [ 230.381305] vdd_cpu: ramp_delay not set
  2087. [ 232.618032] vdd_cpu: ramp_delay not set
  2088. [ 232.628018] vdd_cpu: ramp_delay not set
  2089. [ 234.869381] vdd_cpu: ramp_delay not set
  2090. [ 234.881278] vdd_cpu: ramp_delay not set
  2091. [ 237.118020] vdd_cpu: ramp_delay not set
  2092. [ 237.128007] vdd_cpu: ramp_delay not set
  2093. [ 239.381292] vdd_cpu: ramp_delay not set
  2094. [ 241.618047] vdd_cpu: ramp_delay not set
  2095. [ 241.628038] vdd_cpu: ramp_delay not set
  2096. [ 243.868018] vdd_cpu: ramp_delay not set
  2097. [ 243.878056] vdd_cpu: ramp_delay not set
  2098. [ 246.124615] vdd_cpu: ramp_delay not set
  2099. [ 248.381288] vdd_cpu: ramp_delay not set
  2100. [ 248.641257] vdd_cpu: ramp_delay not set
  2101. [ 250.631280] vdd_cpu: ramp_delay not set
  2102. [ 252.868077] vdd_cpu: ramp_delay not set
  2103. [ 252.878039] vdd_cpu: ramp_delay not set
  2104. [ 255.118015] vdd_cpu: ramp_delay not set
  2105. [ 255.131288] vdd_cpu: ramp_delay not set
  2106. [ 257.381316] vdd_cpu: ramp_delay not set
  2107. [ 259.619096] vdd_cpu: ramp_delay not set
  2108. [ 259.631275] vdd_cpu: ramp_delay not set
  2109. [ 261.868021] vdd_cpu: ramp_delay not set
  2110. [ 261.878013] vdd_cpu: ramp_delay not set
  2111. [ 264.119486] vdd_cpu: ramp_delay not set
  2112. [ 264.131284] vdd_cpu: ramp_delay not set
  2113. [ 266.369279] vdd_cpu: ramp_delay not set
  2114. [ 266.381320] vdd_cpu: ramp_delay not set
  2115. [ 268.631311] vdd_cpu: ramp_delay not set
  2116. [ 270.868016] vdd_cpu: ramp_delay not set
  2117. [ 270.877992] vdd_cpu: ramp_delay not set
  2118. [ 270.891337] vdd_cpu: ramp_delay not set
  2119. [ 273.119876] vdd_cpu: ramp_delay not set
  2120. [ 275.381310] vdd_cpu: ramp_delay not set
  2121. [ 277.617977] vdd_cpu: ramp_delay not set
  2122. [ 277.628041] vdd_cpu: ramp_delay not set
  2123. [ 279.867285] vdd_cpu: ramp_delay not set
  2124. [ 279.881313] vdd_cpu: ramp_delay not set
  2125. [ 282.117971] vdd_cpu: ramp_delay not set
  2126. [ 282.128001] vdd_cpu: ramp_delay not set
  2127. [ 282.138029] vdd_cpu: ramp_delay not set
  2128. [ 284.381279] vdd_cpu: ramp_delay not set
  2129. [ 286.631290] vdd_cpu: ramp_delay not set
  2130. [ 288.868007] vdd_cpu: ramp_delay not set
  2131. [ 288.878002] vdd_cpu: ramp_delay not set
  2132. [ 291.118002] vdd_cpu: ramp_delay not set
  2133. [ 291.128029] vdd_cpu: ramp_delay not set
  2134. [ 293.369302] vdd_cpu: ramp_delay not set
  2135. [ 293.381297] vdd_cpu: ramp_delay not set
  2136. [ 294.137918] vdd_cpu: ramp_delay not set
  2137. [ 295.618006] vdd_cpu: ramp_delay not set
  2138. [ 295.631291] vdd_cpu: ramp_delay not set
  2139. [ 297.866705] vdd_cpu: ramp_delay not set
  2140. [ 297.877983] vdd_cpu: ramp_delay not set
  2141. [ 300.118020] vdd_cpu: ramp_delay not set
  2142. [ 300.128015] vdd_cpu: ramp_delay not set
  2143. [ 302.381301] vdd_cpu: ramp_delay not set
  2144. [ 304.618002] vdd_cpu: ramp_delay not set
  2145. [ 304.627991] vdd_cpu: ramp_delay not set
  2146. [ 306.868008] vdd_cpu: ramp_delay not set
  2147. [ 306.877991] vdd_cpu: ramp_delay not set
  2148. [ 309.119200] vdd_cpu: ramp_delay not set
  2149. [ 309.131260] vdd_cpu: ramp_delay not set
  2150. [ 311.381299] vdd_cpu: ramp_delay not set
  2151. [ 313.619285] vdd_cpu: ramp_delay not set
  2152. [ 313.634615] vdd_cpu: ramp_delay not set
  2153. [ 315.867997] vdd_cpu: ramp_delay not set
  2154. [ 315.881277] vdd_cpu: ramp_delay not set
  2155. [ 318.117998] vdd_cpu: ramp_delay not set
  2156. [ 318.127994] vdd_cpu: ramp_delay not set
  2157. [ 320.374602] vdd_cpu: ramp_delay not set
  2158. [ 322.631281] vdd_cpu: ramp_delay not set
  2159. [ 324.868007] vdd_cpu: ramp_delay not set
  2160. [ 324.877990] vdd_cpu: ramp_delay not set
  2161. [ 326.777909] vdd_cpu: ramp_delay not set
  2162. [ 327.118972] vdd_cpu: ramp_delay not set
  2163. [ 327.131250] vdd_cpu: ramp_delay not set
  2164. [ 329.381280] vdd_cpu: ramp_delay not set
  2165. [ 330.881230] vdd_cpu: ramp_delay not set
  2166. [ 331.631285] vdd_cpu: ramp_delay not set
  2167. [ 333.868004] vdd_cpu: ramp_delay not set
  2168. [ 333.877989] vdd_cpu: ramp_delay not set
  2169. [ 336.117947] vdd_cpu: ramp_delay not set
  2170. [ 336.127966] vdd_cpu: ramp_delay not set
  2171. [ 338.368047] vdd_cpu: ramp_delay not set
  2172. [ 338.378091] vdd_cpu: ramp_delay not set
  2173. [ 340.631312] vdd_cpu: ramp_delay not set
  2174. [ 342.881258] vdd_cpu: ramp_delay not set
  2175. [ 345.118029] vdd_cpu: ramp_delay not set
  2176. [ 345.128027] vdd_cpu: ramp_delay not set
  2177. [ 347.381252] vdd_cpu: ramp_delay not set
  2178. [ 349.631283] vdd_cpu: ramp_delay not set
  2179. [ 351.867062] vdd_cpu: ramp_delay not set
  2180. [ 351.881281] vdd_cpu: ramp_delay not set
  2181. [ 354.117996] vdd_cpu: ramp_delay not set
  2182. [ 354.127991] vdd_cpu: ramp_delay not set
  2183. [ 356.368806] vdd_cpu: ramp_delay not set
  2184. [ 356.384583] vdd_cpu: ramp_delay not set
  2185. [ 358.618005] vdd_cpu: ramp_delay not set
  2186. [ 358.628009] vdd_cpu: ramp_delay not set
  2187. [ 360.867996] vdd_cpu: ramp_delay not set
  2188. [ 360.878035] vdd_cpu: ramp_delay not set
  2189. [ 363.117993] vdd_cpu: ramp_delay not set
  2190. [ 363.127984] vdd_cpu: ramp_delay not set
  2191. [ 365.368809] vdd_cpu: ramp_delay not set
  2192. [ 365.384632] vdd_cpu: ramp_delay not set
  2193. [ 367.191232] vdd_cpu: ramp_delay not set
  2194. [ 367.628027] vdd_cpu: ramp_delay not set
  2195. [ 369.867993] vdd_cpu: ramp_delay not set
  2196. [ 369.877973] vdd_cpu: ramp_delay not set
  2197. [ 372.117988] vdd_cpu: ramp_delay not set
  2198. [ 372.127990] vdd_cpu: ramp_delay not set
  2199. [ 374.381273] vdd_cpu: ramp_delay not set
  2200. [ 376.624617] vdd_cpu: ramp_delay not set
  2201. [ 378.867996] vdd_cpu: ramp_delay not set
  2202. [ 378.877992] vdd_cpu: ramp_delay not set
  2203. [ 381.094979] vdd_cpu: ramp_delay not set
  2204. [ 381.118002] vdd_cpu: ramp_delay not set
  2205. [ 381.127984] vdd_cpu: ramp_delay not set
  2206. [ 383.381254] vdd_cpu: ramp_delay not set
  2207. [ 385.624595] vdd_cpu: ramp_delay not set
  2208. [ 386.727891] vdd_cpu: ramp_delay not set
  2209. [ 387.257904] vdd_cpu: ramp_delay not set
  2210. [ 387.867993] vdd_cpu: ramp_delay not set
  2211. [ 387.877986] vdd_cpu: ramp_delay not set
  2212. [ 390.117988] vdd_cpu: ramp_delay not set
  2213. [ 390.127977] vdd_cpu: ramp_delay not set
  2214. [ 392.368005] vdd_cpu: ramp_delay not set
  2215. [ 392.378001] vdd_cpu: ramp_delay not set
  2216. [ 394.631284] vdd_cpu: ramp_delay not set
  2217. [ 396.867993] vdd_cpu: ramp_delay not set
  2218. [ 396.877992] vdd_cpu: ramp_delay not set
  2219. [ 399.119504] vdd_cpu: ramp_delay not set
  2220. [ 399.131286] vdd_cpu: ramp_delay not set
  2221. [ 401.369117] vdd_cpu: ramp_delay not set
  2222. [ 401.381263] vdd_cpu: ramp_delay not set
  2223. [ 403.631243] vdd_cpu: ramp_delay not set
  2224. [ 405.881250] vdd_cpu: ramp_delay not set
  2225. [ 408.117994] vdd_cpu: ramp_delay not set
  2226. [ 408.127998] vdd_cpu: ramp_delay not set
  2227. [ 410.368001] vdd_cpu: ramp_delay not set
  2228. [ 410.377993] vdd_cpu: ramp_delay not set
  2229. [ 412.620124] vdd_cpu: ramp_delay not set
  2230. [ 412.641587] vdd_cpu: ramp_delay not set
  2231. [ 414.868951] vdd_cpu: ramp_delay not set
  2232. [ 414.881277] vdd_cpu: ramp_delay not set
  2233. [ 417.119046] vdd_cpu: ramp_delay not set
  2234. [ 417.131278] vdd_cpu: ramp_delay not set
  2235. [ 419.368992] vdd_cpu: ramp_delay not set
  2236. [ 419.384597] vdd_cpu: ramp_delay not set
  2237. [ 421.631239] vdd_cpu: ramp_delay not set
  2238. [ 423.867017] vdd_cpu: ramp_delay not set
  2239. [ 423.877929] vdd_cpu: ramp_delay not set
  2240. [ 426.119507] vdd_cpu: ramp_delay not set
  2241. [ 426.131320] vdd_cpu: ramp_delay not set
  2242. [ 428.366777] vdd_cpu: ramp_delay not set
  2243. [ 428.377953] vdd_cpu: ramp_delay not set
  2244. [ 430.012295] vdd_cpu: ramp_delay not set
  2245. [ 430.237882] vdd_cpu: ramp_delay not set
  2246. [ 430.617989] vdd_cpu: ramp_delay not set
  2247. [ 430.627968] vdd_cpu: ramp_delay not set
  2248. [ 430.987880] vdd_cpu: ramp_delay not set
  2249. [ 432.867981] vdd_cpu: ramp_delay not set
  2250. [ 432.878034] vdd_cpu: ramp_delay not set
  2251. [ 435.116689] vdd_cpu: ramp_delay not set
  2252. [ 435.134572] vdd_cpu: ramp_delay not set
  2253. [ 437.381250] vdd_cpu: ramp_delay not set
  2254. [ 439.631268] vdd_cpu: ramp_delay not set
  2255. [ 441.867947] vdd_cpu: ramp_delay not set
  2256. [ 441.877961] vdd_cpu: ramp_delay not set
  2257. [ 444.118007] vdd_cpu: ramp_delay not set
  2258. [ 444.131265] vdd_cpu: ramp_delay not set
  2259. [ 446.369246] vdd_cpu: ramp_delay not set
  2260. [ 446.384564] vdd_cpu: ramp_delay not set
  2261. [ 448.631226] vdd_cpu: ramp_delay not set
  2262. [ 449.124602] vdd_cpu: ramp_delay not set
  2263. [ 450.307876] vdd_cpu: ramp_delay not set
  2264. [ 450.869144] vdd_cpu: ramp_delay not set
  2265. [ 450.884570] vdd_cpu: ramp_delay not set
  2266. [ 453.116992] vdd_cpu: ramp_delay not set
  2267. [ 453.127922] vdd_cpu: ramp_delay not set
  2268. [ 455.367979] vdd_cpu: ramp_delay not set
  2269. [ 455.377982] vdd_cpu: ramp_delay not set
  2270. [ 457.617979] vdd_cpu: ramp_delay not set
  2271. [ 457.627955] vdd_cpu: ramp_delay not set
  2272. [ 459.867975] vdd_cpu: ramp_delay not set
  2273. [ 459.877969] vdd_cpu: ramp_delay not set
  2274. [ 462.131253] vdd_cpu: ramp_delay not set
  2275. [ 464.374574] vdd_cpu: ramp_delay not set
  2276. [ 464.384636] vdd_cpu: ramp_delay not set
  2277. [ 466.617972] vdd_cpu: ramp_delay not set
  2278. [ 466.631265] vdd_cpu: ramp_delay not set
  2279. [ 468.867969] vdd_cpu: ramp_delay not set
  2280. [ 468.881257] vdd_cpu: ramp_delay not set
  2281. [ 471.131236] vdd_cpu: ramp_delay not set
  2282. [ 473.381222] vdd_cpu: ramp_delay not set
  2283. [ 475.619899] vdd_cpu: ramp_delay not set
  2284. [ 475.641303] vdd_cpu: ramp_delay not set
  2285. [ 476.071208] vdd_cpu: ramp_delay not set
  2286. [ 477.868936] vdd_cpu: ramp_delay not set
  2287. [ 477.881239] vdd_cpu: ramp_delay not set
  2288. [ 479.851204] vdd_cpu: ramp_delay not set
  2289. [ 480.117986] vdd_cpu: ramp_delay not set
  2290. [ 480.131239] vdd_cpu: ramp_delay not set
  2291. [ 482.381236] vdd_cpu: ramp_delay not set
  2292. [ 484.624583] vdd_cpu: ramp_delay not set
  2293. [ 484.634600] vdd_cpu: ramp_delay not set
  2294. [ 485.195065] vdd_cpu: ramp_delay not set
  2295. [ 485.207916] vdd_cpu: ramp_delay not set
  2296. [ 486.877954] vdd_cpu: ramp_delay not set
  2297. [ 488.337863] vdd_cpu: ramp_delay not set
  2298. [ 489.131264] vdd_cpu: ramp_delay not set
  2299. [ 491.381267] vdd_cpu: ramp_delay not set
  2300. [ 493.616971] vdd_cpu: ramp_delay not set
  2301. [ 493.631265] vdd_cpu: ramp_delay not set
  2302. [ 495.867967] vdd_cpu: ramp_delay not set
  2303. [ 495.881269] vdd_cpu: ramp_delay not set
  2304. [ 498.119101] vdd_cpu: ramp_delay not set
  2305. [ 498.131267] vdd_cpu: ramp_delay not set
  2306. [ 500.374561] vdd_cpu: ramp_delay not set
  2307. [ 500.384619] vdd_cpu: ramp_delay not set
  2308. [ 502.617999] vdd_cpu: ramp_delay not set
  2309. [ 502.628025] vdd_cpu: ramp_delay not set
  2310. [ 503.753823] vdd_cpu: ramp_delay not set
  2311. [ 504.867936] vdd_cpu: ramp_delay not set
  2312. [ 504.877969] vdd_cpu: ramp_delay not set
  2313. [ 507.118024] vdd_cpu: ramp_delay not set
  2314. [ 507.131270] vdd_cpu: ramp_delay not set
  2315. [ 509.368627] vdd_cpu: ramp_delay not set
  2316. [ 509.381255] vdd_cpu: ramp_delay not set
  2317. [ 511.617984] vdd_cpu: ramp_delay not set
  2318. [ 511.627964] vdd_cpu: ramp_delay not set
  2319. [ 513.867967] vdd_cpu: ramp_delay not set
  2320. [ 513.877967] vdd_cpu: ramp_delay not set
  2321. [ 516.117979] vdd_cpu: ramp_delay not set
  2322. [ 516.127964] vdd_cpu: ramp_delay not set
  2323. [ 518.381224] vdd_cpu: ramp_delay not set
  2324. [ 520.617962] vdd_cpu: ramp_delay not set
  2325. [ 520.627952] vdd_cpu: ramp_delay not set
  2326. [ 522.874564] vdd_cpu: ramp_delay not set
  2327. [ 522.884647] vdd_cpu: ramp_delay not set
  2328. [ 525.119267] vdd_cpu: ramp_delay not set
  2329. [ 525.131241] vdd_cpu: ramp_delay not set
  2330. [ 527.381293] vdd_cpu: ramp_delay not set
  2331. [ 529.631240] vdd_cpu: ramp_delay not set
  2332. [ 531.874581] vdd_cpu: ramp_delay not set
  2333. [ 531.884598] vdd_cpu: ramp_delay not set
  2334. [ 534.117951] vdd_cpu: ramp_delay not set
  2335. [ 534.127962] vdd_cpu: ramp_delay not set
  2336. [ 536.367952] vdd_cpu: ramp_delay not set
  2337. [ 536.381244] vdd_cpu: ramp_delay not set
  2338. [ 538.631207] vdd_cpu: ramp_delay not set
  2339. [ 540.877975] vdd_cpu: ramp_delay not set
  2340. [ 543.117971] vdd_cpu: ramp_delay not set
  2341. [ 543.127965] vdd_cpu: ramp_delay not set
  2342. [ 545.381224] vdd_cpu: ramp_delay not set
  2343. [ 547.551195] vdd_cpu: ramp_delay not set
  2344. [ 547.631222] vdd_cpu: ramp_delay not set
  2345. [ 549.514528] vdd_cpu: ramp_delay not set
  2346. [ 549.867955] vdd_cpu: ramp_delay not set
  2347. [ 549.877948] vdd_cpu: ramp_delay not set
  2348. [ 552.117988] vdd_cpu: ramp_delay not set
  2349. [ 552.127983] vdd_cpu: ramp_delay not set
  2350. [ 553.784537] vdd_cpu: ramp_delay not set
  2351. [ 554.369145] vdd_cpu: ramp_delay not set
  2352. [ 554.381235] vdd_cpu: ramp_delay not set
  2353. [ 556.624549] vdd_cpu: ramp_delay not set
  2354. [ 558.867958] vdd_cpu: ramp_delay not set
  2355. [ 558.881234] vdd_cpu: ramp_delay not set
  2356. [ 561.118963] vdd_cpu: ramp_delay not set
  2357. [ 561.134589] vdd_cpu: ramp_delay not set
  2358. [ 562.191187] vdd_cpu: ramp_delay not set
  2359. [ 563.381226] vdd_cpu: ramp_delay not set
  2360. [ 565.617956] vdd_cpu: ramp_delay not set
  2361. [ 565.627935] vdd_cpu: ramp_delay not set
  2362. [ 567.867971] vdd_cpu: ramp_delay not set
  2363. [ 567.878013] vdd_cpu: ramp_delay not set
  2364. [ 569.564523] vdd_cpu: ramp_delay not set
  2365. [ 570.117949] vdd_cpu: ramp_delay not set
  2366. [ 570.127944] vdd_cpu: ramp_delay not set
  2367. [ 572.381218] vdd_cpu: ramp_delay not set
  2368. [ 574.634549] vdd_cpu: ramp_delay not set
  2369. [ 576.867982] vdd_cpu: ramp_delay not set
  2370. [ 576.878021] vdd_cpu: ramp_delay not set
  2371. [ 579.117948] vdd_cpu: ramp_delay not set
  2372. [ 579.127958] vdd_cpu: ramp_delay not set
  2373. [ 581.368742] vdd_cpu: ramp_delay not set
  2374. [ 581.384538] vdd_cpu: ramp_delay not set
  2375. [ 583.631242] vdd_cpu: ramp_delay not set
  2376. [ 585.867950] vdd_cpu: ramp_delay not set
  2377. [ 585.877945] vdd_cpu: ramp_delay not set
  2378. [ 586.824521] vdd_cpu: ramp_delay not set
  2379. [ 587.651181] vdd_cpu: ramp_delay not set
  2380. [ 588.117991] vdd_cpu: ramp_delay not set
  2381. [ 588.127999] vdd_cpu: ramp_delay not set
  2382. [ 590.368723] vdd_cpu: ramp_delay not set
  2383. [ 590.381274] vdd_cpu: ramp_delay not set
  2384. [ 592.616835] vdd_cpu: ramp_delay not set
  2385. [ 592.627893] vdd_cpu: ramp_delay not set
  2386. [ 594.867942] vdd_cpu: ramp_delay not set
  2387. [ 594.877952] vdd_cpu: ramp_delay not set
  2388. [ 597.118020] vdd_cpu: ramp_delay not set
  2389. [ 597.127992] vdd_cpu: ramp_delay not set
  2390. [ 598.607846] vdd_cpu: ramp_delay not set
  2391. [ 599.021179] vdd_cpu: ramp_delay not set
  2392. [ 599.367945] vdd_cpu: ramp_delay not set
  2393. [ 599.377958] vdd_cpu: ramp_delay not set
  2394. [ 601.619408] vdd_cpu: ramp_delay not set
  2395. [ 601.631228] vdd_cpu: ramp_delay not set
  2396. [ 603.869005] vdd_cpu: ramp_delay not set
  2397. [ 603.881196] vdd_cpu: ramp_delay not set
  2398. [ 606.117006] vdd_cpu: ramp_delay not set
  2399. [ 606.127864] vdd_cpu: ramp_delay not set
  2400. [ 608.368962] vdd_cpu: ramp_delay not set
  2401. [ 608.381249] vdd_cpu: ramp_delay not set
  2402. [ 610.617037] vdd_cpu: ramp_delay not set
  2403. [ 610.631246] vdd_cpu: ramp_delay not set
  2404. [ 612.867943] vdd_cpu: ramp_delay not set
  2405. [ 612.877919] vdd_cpu: ramp_delay not set
  2406. [ 614.024544] vdd_cpu: ramp_delay not set
  2407. [ 615.117948] vdd_cpu: ramp_delay not set
  2408. [ 615.131236] vdd_cpu: ramp_delay not set
  2409. [ 617.381202] vdd_cpu: ramp_delay not set
  2410. [ 619.631215] vdd_cpu: ramp_delay not set
  2411. [ 621.867956] vdd_cpu: ramp_delay not set
  2412. [ 621.877979] vdd_cpu: ramp_delay not set
  2413. [ 624.117942] vdd_cpu: ramp_delay not set
  2414. [ 624.127929] vdd_cpu: ramp_delay not set
  2415. [ 626.381193] vdd_cpu: ramp_delay not set
  2416. [ 628.641241] vdd_cpu: ramp_delay not set
  2417. [ 630.867942] vdd_cpu: ramp_delay not set
  2418. [ 630.877955] vdd_cpu: ramp_delay not set
  2419. [ 633.117948] vdd_cpu: ramp_delay not set
  2420. [ 633.127929] vdd_cpu: ramp_delay not set
  2421. [ 635.381206] vdd_cpu: ramp_delay not set
  2422. [ 637.617938] vdd_cpu: ramp_delay not set
  2423. [ 637.627938] vdd_cpu: ramp_delay not set
  2424. [ 639.881203] vdd_cpu: ramp_delay not set
  2425. [ 642.124611] vdd_cpu: ramp_delay not set
  2426. [ 644.369046] vdd_cpu: ramp_delay not set
  2427. [ 644.384525] vdd_cpu: ramp_delay not set
  2428. [ 644.751190] vdd_cpu: ramp_delay not set
  2429. [ 646.617938] vdd_cpu: ramp_delay not set
  2430. [ 646.627932] vdd_cpu: ramp_delay not set
  2431. [ 648.874563] vdd_cpu: ramp_delay not set
  2432. [ 651.119067] vdd_cpu: ramp_delay not set
  2433. [ 651.134577] vdd_cpu: ramp_delay not set
  2434. [ 653.368785] vdd_cpu: ramp_delay not set
  2435. [ 653.384539] vdd_cpu: ramp_delay not set
  2436. [ 655.617972] vdd_cpu: ramp_delay not set
  2437. [ 655.627979] vdd_cpu: ramp_delay not set
  2438. [ 657.867977] vdd_cpu: ramp_delay not set
  2439. [ 657.877999] vdd_cpu: ramp_delay not set
  2440. [ 660.119559] vdd_cpu: ramp_delay not set
  2441. [ 660.131238] vdd_cpu: ramp_delay not set
  2442. [ 662.384536] vdd_cpu: ramp_delay not set
  2443. [ 664.054537] vdd_cpu: ramp_delay not set
  2444. [ 664.619024] vdd_cpu: ramp_delay not set
  2445. [ 664.631221] vdd_cpu: ramp_delay not set
  2446. [ 666.867926] vdd_cpu: ramp_delay not set
  2447. [ 666.877945] vdd_cpu: ramp_delay not set
  2448. [ 669.131207] vdd_cpu: ramp_delay not set
  2449. [ 671.368775] vdd_cpu: ramp_delay not set
  2450. [ 671.384518] vdd_cpu: ramp_delay not set
  2451. [ 673.617927] vdd_cpu: ramp_delay not set
  2452. [ 673.627929] vdd_cpu: ramp_delay not set
  2453. [ 675.867932] vdd_cpu: ramp_delay not set
  2454. [ 675.877915] vdd_cpu: ramp_delay not set
  2455. [ 678.116616] vdd_cpu: ramp_delay not set
  2456. [ 678.131225] vdd_cpu: ramp_delay not set
  2457. [ 680.381212] vdd_cpu: ramp_delay not set
  2458. [ 682.617917] vdd_cpu: ramp_delay not set
  2459. [ 682.627919] vdd_cpu: ramp_delay not set
  2460. [ 684.867945] vdd_cpu: ramp_delay not set
  2461. [ 684.877923] vdd_cpu: ramp_delay not set
  2462. [ 687.131222] vdd_cpu: ramp_delay not set
  2463. [ 689.381176] vdd_cpu: ramp_delay not set
  2464. [ 691.617925] vdd_cpu: ramp_delay not set
  2465. [ 691.627909] vdd_cpu: ramp_delay not set
  2466. [ 692.771162] vdd_cpu: ramp_delay not set
  2467. [ 693.877877] vdd_cpu: ramp_delay not set
  2468. [ 696.117960] vdd_cpu: ramp_delay not set
  2469. [ 696.127958] vdd_cpu: ramp_delay not set
  2470. [ 698.384549] vdd_cpu: ramp_delay not set
  2471. [ 700.617924] vdd_cpu: ramp_delay not set
  2472. [ 700.627916] vdd_cpu: ramp_delay not set
  2473. [ 702.867921] vdd_cpu: ramp_delay not set
  2474. [ 702.877930] vdd_cpu: ramp_delay not set
  2475. [ 705.117933] vdd_cpu: ramp_delay not set
  2476. [ 705.127928] vdd_cpu: ramp_delay not set
  2477. [ 707.368928] vdd_cpu: ramp_delay not set
  2478. [ 707.384552] vdd_cpu: ramp_delay not set
  2479. [ 709.631209] vdd_cpu: ramp_delay not set
  2480. [ 711.867924] vdd_cpu: ramp_delay not set
  2481. [ 711.877909] vdd_cpu: ramp_delay not set
  2482. [ 714.118824] vdd_cpu: ramp_delay not set
  2483. [ 714.131174] vdd_cpu: ramp_delay not set
  2484. [ 714.697824] vdd_cpu: ramp_delay not set
  2485. [ 716.369396] vdd_cpu: ramp_delay not set
  2486. [ 716.381197] vdd_cpu: ramp_delay not set
  2487. [ 718.617915] vdd_cpu: ramp_delay not set
  2488. [ 718.627930] vdd_cpu: ramp_delay not set
  2489. [ 720.867885] vdd_cpu: ramp_delay not set
  2490. [ 720.877898] vdd_cpu: ramp_delay not set
  2491. [ 721.504496] vdd_cpu: ramp_delay not set
  2492. [ 722.424497] vdd_cpu: ramp_delay not set
  2493. [ 723.131208] vdd_cpu: ramp_delay not set
  2494. [ 725.368741] vdd_cpu: ramp_delay not set
  2495. [ 725.381226] vdd_cpu: ramp_delay not set
  2496. [ 727.617923] vdd_cpu: ramp_delay not set
  2497. [ 727.627904] vdd_cpu: ramp_delay not set
  2498. [ 727.637933] vdd_cpu: ramp_delay not set
  2499. [ 729.867912] vdd_cpu: ramp_delay not set
  2500. [ 729.877936] vdd_cpu: ramp_delay not set
  2501. [ 732.120124] vdd_cpu: ramp_delay not set
  2502. [ 734.367917] vdd_cpu: ramp_delay not set
  2503. [ 734.381231] vdd_cpu: ramp_delay not set
  2504. [ 736.634496] vdd_cpu: ramp_delay not set
  2505. [ 738.554489] vdd_cpu: ramp_delay not set
  2506. [ 738.868531] vdd_cpu: ramp_delay not set
  2507. [ 738.884521] vdd_cpu: ramp_delay not set
  2508. [ 741.117929] vdd_cpu: ramp_delay not set
  2509. [ 741.127916] vdd_cpu: ramp_delay not set
  2510. [ 743.368880] vdd_cpu: ramp_delay not set
  2511. [ 743.381254] vdd_cpu: ramp_delay not set
  2512. [ 745.617912] vdd_cpu: ramp_delay not set
  2513. [ 745.627928] vdd_cpu: ramp_delay not set
  2514. [ 747.881197] vdd_cpu: ramp_delay not set
  2515. [ 750.117921] vdd_cpu: ramp_delay not set
  2516. [ 750.127900] vdd_cpu: ramp_delay not set
  2517. [ 752.367948] vdd_cpu: ramp_delay not set
  2518. [ 752.377977] vdd_cpu: ramp_delay not set
  2519. [ 754.617909] vdd_cpu: ramp_delay not set
  2520. [ 754.627905] vdd_cpu: ramp_delay not set
  2521. [ 756.884512] vdd_cpu: ramp_delay not set
  2522. [ 759.117948] vdd_cpu: ramp_delay not set
  2523. [ 759.127954] vdd_cpu: ramp_delay not set
  2524. [ 760.674504] vdd_cpu: ramp_delay not set
  2525. [ 761.381164] vdd_cpu: ramp_delay not set
  2526. [ 762.244474] vdd_cpu: ramp_delay not set
  2527. [ 763.617924] vdd_cpu: ramp_delay not set
  2528. [ 763.627918] vdd_cpu: ramp_delay not set
  2529. [ 765.887867] vdd_cpu: ramp_delay not set
  2530. [ 768.131199] vdd_cpu: ramp_delay not set
  2531. [ 770.367951] vdd_cpu: ramp_delay not set
  2532. [ 770.377972] vdd_cpu: ramp_delay not set
  2533. [ 772.617924] vdd_cpu: ramp_delay not set
  2534. [ 772.627937] vdd_cpu: ramp_delay not set
  2535. [ 774.881158] vdd_cpu: ramp_delay not set
  2536. [ 777.119117] vdd_cpu: ramp_delay not set
  2537. [ 777.134530] vdd_cpu: ramp_delay not set
  2538. [ 779.381198] vdd_cpu: ramp_delay not set
  2539. [ 779.791140] vdd_cpu: ramp_delay not set
  2540. [ 781.617911] vdd_cpu: ramp_delay not set
  2541. [ 781.627899] vdd_cpu: ramp_delay not set
  2542. [ 783.291355] vdd_cpu: ramp_delay not set
  2543. [ 783.314528] vdd_cpu: ramp_delay not set
  2544. [ 783.847910] vdd_cpu: ramp_delay not set
  2545. [ 783.884563] vdd_cpu: ramp_delay not set
  2546. [ 784.227849] vdd_cpu: ramp_delay not set
  2547. [ 784.237904] vdd_cpu: ramp_delay not set
  2548. [ 786.127853] vdd_cpu: ramp_delay not set
  2549. [ 788.369116] vdd_cpu: ramp_delay not set
  2550. [ 788.381214] vdd_cpu: ramp_delay not set
  2551. [ 790.619041] vdd_cpu: ramp_delay not set
  2552. [ 790.637835] vdd_cpu: ramp_delay not set
  2553. [ 792.867912] vdd_cpu: ramp_delay not set
  2554. [ 792.877892] vdd_cpu: ramp_delay not set
  2555. [ 795.131174] vdd_cpu: ramp_delay not set
  2556. [ 797.381170] vdd_cpu: ramp_delay not set
  2557. [ 799.617916] vdd_cpu: ramp_delay not set
  2558. [ 799.627915] vdd_cpu: ramp_delay not set
  2559. [ 801.866547] vdd_cpu: ramp_delay not set
  2560. [ 801.881209] vdd_cpu: ramp_delay not set
  2561. [ 804.117900] vdd_cpu: ramp_delay not set
  2562. [ 804.127891] vdd_cpu: ramp_delay not set
  2563. [ 806.367914] vdd_cpu: ramp_delay not set
  2564. [ 806.377898] vdd_cpu: ramp_delay not set
  2565. [ 808.627878] vdd_cpu: ramp_delay not set
  2566. [ 810.867901] vdd_cpu: ramp_delay not set
  2567. [ 810.877910] vdd_cpu: ramp_delay not set
  2568. [ 813.117917] vdd_cpu: ramp_delay not set
  2569. [ 813.127903] vdd_cpu: ramp_delay not set
  2570. [ 815.381181] vdd_cpu: ramp_delay not set
  2571. [ 817.618962] vdd_cpu: ramp_delay not set
  2572. [ 817.631181] vdd_cpu: ramp_delay not set
  2573. [ 819.874494] vdd_cpu: ramp_delay not set
  2574. [ 819.887869] vdd_cpu: ramp_delay not set
  2575. [ 822.117912] vdd_cpu: ramp_delay not set
  2576. [ 822.127910] vdd_cpu: ramp_delay not set
  2577. [ 824.381224] vdd_cpu: ramp_delay not set
  2578. [ 826.617896] vdd_cpu: ramp_delay not set
  2579. [ 826.627916] vdd_cpu: ramp_delay not set
  2580. [ 828.881132] vdd_cpu: ramp_delay not set
  2581. [ 831.117899] vdd_cpu: ramp_delay not set
  2582. [ 831.127911] vdd_cpu: ramp_delay not set
  2583. [ 833.381158] vdd_cpu: ramp_delay not set
  2584. [ 835.619502] vdd_cpu: ramp_delay not set
  2585. [ 835.631298] vdd_cpu: ramp_delay not set
  2586. [ 835.931128] vdd_cpu: ramp_delay not set
  2587. [ 836.757795] vdd_cpu: ramp_delay not set
  2588. [ 837.857856] vdd_cpu: ramp_delay not set
  2589. [ 837.868322] vdd_cpu: ramp_delay not set
  2590. [ 840.131146] vdd_cpu: ramp_delay not set
  2591. [ 841.821131] vdd_cpu: ramp_delay not set
  2592. [ 842.368774] vdd_cpu: ramp_delay not set
  2593. [ 842.381167] vdd_cpu: ramp_delay not set
  2594. [ 844.617887] vdd_cpu: ramp_delay not set
  2595. [ 844.627878] vdd_cpu: ramp_delay not set
  2596. [ 844.644529] vdd_cpu: ramp_delay not set
  2597. [ 846.867893] vdd_cpu: ramp_delay not set
  2598. [ 846.881165] vdd_cpu: ramp_delay not set
  2599. [ 849.119691] vdd_cpu: ramp_delay not set
  2600. [ 849.141211] vdd_cpu: ramp_delay not set
  2601. [ 851.369012] vdd_cpu: ramp_delay not set
  2602. [ 851.384500] vdd_cpu: ramp_delay not set
  2603. [ 853.617947] vdd_cpu: ramp_delay not set
  2604. [ 853.627928] vdd_cpu: ramp_delay not set
  2605. [ 855.874512] vdd_cpu: ramp_delay not set
  2606. [ 855.884567] vdd_cpu: ramp_delay not set
  2607. [ 858.131113] vdd_cpu: ramp_delay not set
  2608. [ 860.367893] vdd_cpu: ramp_delay not set
  2609. [ 860.377892] vdd_cpu: ramp_delay not set
  2610. [ 862.624494] vdd_cpu: ramp_delay not set
  2611. [ 864.869325] vdd_cpu: ramp_delay not set
  2612. [ 864.884496] vdd_cpu: ramp_delay not set
  2613. [ 867.117928] vdd_cpu: ramp_delay not set
  2614. [ 867.127946] vdd_cpu: ramp_delay not set
  2615. [ 868.274460] vdd_cpu: ramp_delay not set
  2616. [ 869.381174] vdd_cpu: ramp_delay not set
  2617. [ 871.631169] vdd_cpu: ramp_delay not set
  2618. [ 873.867885] vdd_cpu: ramp_delay not set
  2619. [ 873.877879] vdd_cpu: ramp_delay not set
  2620. [ 876.117858] vdd_cpu: ramp_delay not set
  2621. [ 876.127929] vdd_cpu: ramp_delay not set
  2622. [ 878.369122] vdd_cpu: ramp_delay not set
  2623. [ 878.381285] vdd_cpu: ramp_delay not set
  2624. [ 879.721121] vdd_cpu: ramp_delay not set
  2625. [ 880.634510] vdd_cpu: ramp_delay not set
  2626. [ 882.866867] vdd_cpu: ramp_delay not set
  2627. [ 882.881175] vdd_cpu: ramp_delay not set
  2628. [ 885.117936] vdd_cpu: ramp_delay not set
  2629. [ 885.127941] vdd_cpu: ramp_delay not set
  2630. [ 887.381172] vdd_cpu: ramp_delay not set
  2631. [ 889.619374] vdd_cpu: ramp_delay not set
  2632. [ 889.631183] vdd_cpu: ramp_delay not set
  2633. [ 891.868990] vdd_cpu: ramp_delay not set
  2634. [ 891.881178] vdd_cpu: ramp_delay not set
  2635. [ 894.117895] vdd_cpu: ramp_delay not set
  2636. [ 894.127901] vdd_cpu: ramp_delay not set
  2637. [ 894.141184] vdd_cpu: ramp_delay not set
  2638. [ 896.381133] vdd_cpu: ramp_delay not set
  2639. [ 898.617892] vdd_cpu: ramp_delay not set
  2640. [ 898.627873] vdd_cpu: ramp_delay not set
  2641. [ 900.137821] vdd_cpu: ramp_delay not set
  2642. [ 900.231201] vdd_cpu: ramp_delay not set
  2643. [ 900.867875] vdd_cpu: ramp_delay not set
  2644. [ 900.877879] vdd_cpu: ramp_delay not set
  2645. [ 903.117892] vdd_cpu: ramp_delay not set
  2646. [ 903.141157] vdd_cpu: ramp_delay not set
  2647. [ 905.381163] vdd_cpu: ramp_delay not set
  2648. [ 907.619004] vdd_cpu: ramp_delay not set
  2649. [ 907.634511] vdd_cpu: ramp_delay not set
  2650. [ 909.867851] vdd_cpu: ramp_delay not set
  2651. [ 909.877894] vdd_cpu: ramp_delay not set
  2652. [ 912.116756] vdd_cpu: ramp_delay not set
  2653. [ 912.131169] vdd_cpu: ramp_delay not set
  2654. [ 914.367954] vdd_cpu: ramp_delay not set
  2655. [ 914.377897] vdd_cpu: ramp_delay not set
  2656. [ 916.634484] vdd_cpu: ramp_delay not set
  2657. [ 918.867872] vdd_cpu: ramp_delay not set
  2658. [ 918.877866] vdd_cpu: ramp_delay not set
  2659. [ 921.117879] vdd_cpu: ramp_delay not set
  2660. [ 921.127883] vdd_cpu: ramp_delay not set
  2661. [ 923.381174] vdd_cpu: ramp_delay not set
  2662. [ 925.616985] vdd_cpu: ramp_delay not set
  2663. [ 925.631187] vdd_cpu: ramp_delay not set
  2664. [ 927.867868] vdd_cpu: ramp_delay not set
  2665. [ 927.877873] vdd_cpu: ramp_delay not set
  2666. [ 930.131146] vdd_cpu: ramp_delay not set
  2667. [ 932.367880] vdd_cpu: ramp_delay not set
  2668. [ 932.377854] vdd_cpu: ramp_delay not set
  2669. [ 934.617883] vdd_cpu: ramp_delay not set
  2670. [ 934.627867] vdd_cpu: ramp_delay not set
  2671. [ 936.867888] vdd_cpu: ramp_delay not set
  2672. [ 936.877884] vdd_cpu: ramp_delay not set
  2673. [ 939.131156] vdd_cpu: ramp_delay not set
  2674. [ 941.377823] vdd_cpu: ramp_delay not set
  2675. [ 943.304445] vdd_cpu: ramp_delay not set
  2676. [ 943.617887] vdd_cpu: ramp_delay not set
  2677. [ 943.631180] vdd_cpu: ramp_delay not set
  2678. [ 945.869009] vdd_cpu: ramp_delay not set
  2679. [ 945.881158] vdd_cpu: ramp_delay not set
  2680. [ 948.117836] vdd_cpu: ramp_delay not set
  2681. [ 948.127863] vdd_cpu: ramp_delay not set
  2682. [ 950.367875] vdd_cpu: ramp_delay not set
  2683. [ 950.377873] vdd_cpu: ramp_delay not set
  2684. [ 952.624468] vdd_cpu: ramp_delay not set
  2685. [ 952.634576] vdd_cpu: ramp_delay not set
  2686. [ 954.867906] vdd_cpu: ramp_delay not set
  2687. [ 954.877907] vdd_cpu: ramp_delay not set
  2688. [ 954.891199] vdd_cpu: ramp_delay not set
  2689. [ 957.117920] vdd_cpu: ramp_delay not set
  2690. [ 957.127927] vdd_cpu: ramp_delay not set
  2691. [ 959.369260] vdd_cpu: ramp_delay not set
  2692. [ 959.381171] vdd_cpu: ramp_delay not set
  2693. [ 961.619052] vdd_cpu: ramp_delay not set
  2694. [ 961.631179] vdd_cpu: ramp_delay not set
  2695. [ 963.869113] vdd_cpu: ramp_delay not set
  2696. [ 963.881179] vdd_cpu: ramp_delay not set
  2697. [ 966.117872] vdd_cpu: ramp_delay not set
  2698. [ 966.127859] vdd_cpu: ramp_delay not set
  2699. [ 968.367867] vdd_cpu: ramp_delay not set
  2700. [ 968.377896] vdd_cpu: ramp_delay not set
  2701. [ 970.631149] vdd_cpu: ramp_delay not set
  2702. [ 972.867894] vdd_cpu: ramp_delay not set
  2703. [ 972.877873] vdd_cpu: ramp_delay not set
  2704. [ 975.124461] vdd_cpu: ramp_delay not set
  2705. [ 975.134544] vdd_cpu: ramp_delay not set
  2706. [ 976.057772] vdd_cpu: ramp_delay not set
  2707. [ 977.381148] vdd_cpu: ramp_delay not set
  2708. [ 979.617882] vdd_cpu: ramp_delay not set
  2709. [ 979.627858] vdd_cpu: ramp_delay not set
  2710. [ 981.881143] vdd_cpu: ramp_delay not set
  2711. [ 984.119562] vdd_cpu: ramp_delay not set
  2712. [ 984.131212] vdd_cpu: ramp_delay not set
  2713. [ 986.367869] vdd_cpu: ramp_delay not set
  2714. [ 986.377868] vdd_cpu: ramp_delay not set
  2715. [ 988.431107] vdd_cpu: ramp_delay not set
  2716. [ 988.631156] vdd_cpu: ramp_delay not set
  2717. [ 990.887823] vdd_cpu: ramp_delay not set
  2718. [ 993.117873] vdd_cpu: ramp_delay not set
  2719. [ 993.127854] vdd_cpu: ramp_delay not set
  2720. [ 995.368969] vdd_cpu: ramp_delay not set
  2721. [ 995.381157] vdd_cpu: ramp_delay not set
  2722. [ 997.631155] vdd_cpu: ramp_delay not set
  2723. [ 999.867867] vdd_cpu: ramp_delay not set
  2724. [ 999.877886] vdd_cpu: ramp_delay not set
  2725. [ 1002.117867] vdd_cpu: ramp_delay not set
  2726. [ 1002.127852] vdd_cpu: ramp_delay not set
  2727. [ 1004.367900] vdd_cpu: ramp_delay not set
  2728. [ 1004.377911] vdd_cpu: ramp_delay not set
  2729. [ 1006.631157] vdd_cpu: ramp_delay not set
  2730. [ 1008.869712] vdd_cpu: ramp_delay not set
  2731. [ 1011.117884] vdd_cpu: ramp_delay not set
  2732. [ 1011.127862] vdd_cpu: ramp_delay not set
  2733. [ 1012.101096] vdd_cpu: ramp_delay not set
  2734. [ 1013.368857] vdd_cpu: ramp_delay not set
  2735. [ 1013.381154] vdd_cpu: ramp_delay not set
  2736. [ 1014.677763] vdd_cpu: ramp_delay not set
  2737. [ 1015.617874] vdd_cpu: ramp_delay not set
  2738. [ 1015.627854] vdd_cpu: ramp_delay not set
  2739. [ 1017.868947] vdd_cpu: ramp_delay not set
  2740. [ 1017.881151] vdd_cpu: ramp_delay not set
  2741. [ 1020.124454] vdd_cpu: ramp_delay not set
  2742. [ 1020.134503] vdd_cpu: ramp_delay not set
  2743. [ 1022.381126] vdd_cpu: ramp_delay not set
  2744. [ 1024.617873] vdd_cpu: ramp_delay not set
  2745. [ 1024.627852] vdd_cpu: ramp_delay not set
  2746. [ 1026.877853] vdd_cpu: ramp_delay not set
  2747. [ 1029.117892] vdd_cpu: ramp_delay not set
  2748. [ 1029.127914] vdd_cpu: ramp_delay not set
  2749. [ 1031.381150] vdd_cpu: ramp_delay not set
  2750. [ 1032.716205] vdd_cpu: ramp_delay not set
  2751. [ 1033.618770] vdd_cpu: ramp_delay not set
  2752. [ 1033.631111] vdd_cpu: ramp_delay not set
  2753. [ 1035.551192] usb 1-1: new high-speed USB device number 5 using xhci-hcd
  2754. [ 1035.691810] usb 1-1: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
  2755. [ 1035.691888] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  2756. [ 1035.691920] usb 1-1: Product: USB 2.0 Hub
  2757. [ 1035.726511] hub 1-1:1.0: USB hub found
  2758. [ 1035.726716] hub 1-1:1.0: 4 ports detected
  2759. [ 1035.757818] vdd_cpu: ramp_delay not set
  2760. [ 1035.866973] vdd_cpu: ramp_delay not set
  2761. [ 1035.877812] vdd_cpu: ramp_delay not set
  2762. [ 1036.124517] usb 1-1.1: new full-speed USB device number 6 using xhci-hcd
  2763. [ 1036.338966] usb 1-1.1: New USB device found, idVendor=04d9, idProduct=fc61, bcdDevice= 1.10
  2764. [ 1036.339023] usb 1-1.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
  2765. [ 1036.339045] usb 1-1.1: Product: USB Gaming Mouse
  2766. [ 1036.361141] vdd_cpu: ramp_delay not set
  2767. [ 1036.469224] input: USB Gaming Mouse as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.1/1-1.1:1.0/0003:04D9:FC61.0006/input/input12
  2768. [ 1036.470534] hid-generic 0003:04D9:FC61.0006: input,hidraw0: USB HID v1.10 Mouse [USB Gaming Mouse] on usb-xhci-hcd.4.auto-1.1/input0
  2769. [ 1036.475507] input: USB Gaming Mouse as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.1/1-1.1:1.1/0003:04D9:FC61.0007/input/input13
  2770. [ 1036.484500] vdd_cpu: ramp_delay not set
  2771. [ 1036.532645] hid-generic 0003:04D9:FC61.0007: input,hidraw1: USB HID v1.10 Keyboard [USB Gaming Mouse] on usb-xhci-hcd.4.auto-1.1/input1
  2772. [ 1036.542182] input: USB Gaming Mouse Consumer Control as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.1/1-1.1:1.2/0003:04D9:FC61.0008/input/input14
  2773. [ 1036.599114] input: USB Gaming Mouse as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.1/1-1.1:1.2/0003:04D9:FC61.0008/input/input15
  2774. [ 1036.600829] hid-generic 0003:04D9:FC61.0008: input,hiddev96,hidraw2: USB HID v1.10 Device [USB Gaming Mouse] on usb-xhci-hcd.4.auto-1.1/input2
  2775. [ 1036.654463] vdd_cpu: ramp_delay not set
  2776. [ 1036.687811] vdd_cpu: ramp_delay not set
  2777. [ 1036.707818] vdd_cpu: ramp_delay not set
  2778. [ 1036.754503] vdd_cpu: ramp_delay not set
  2779. [ 1036.791168] usb 1-1.3: new full-speed USB device number 7 using xhci-hcd
  2780. [ 1037.000529] usb 1-1.3: New USB device found, idVendor=0c45, idProduct=8006, bcdDevice= 1.07
  2781. [ 1037.000607] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  2782. [ 1037.000638] usb 1-1.3: Product: Gaming Keyboard
  2783. [ 1037.000665] usb 1-1.3: Manufacturer: SONiX
  2784. [ 1037.021176] vdd_cpu: ramp_delay not set
  2785. [ 1037.075688] input: SONiX Gaming Keyboard as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.3/1-1.3:1.0/0003:0C45:8006.0009/input/input16
  2786. [ 1037.134198] hid-generic 0003:0C45:8006.0009: input,hidraw3: USB HID v1.11 Keyboard [SONiX Gaming Keyboard] on usb-xhci-hcd.4.auto-1.3/input0
  2787. [ 1037.141960] input: SONiX Gaming Keyboard Consumer Control as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.3/1-1.3:1.1/0003:0C45:8006.000A/input/input17
  2788. [ 1037.157796] vdd_cpu: ramp_delay not set
  2789. [ 1037.199043] input: SONiX Gaming Keyboard System Control as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.3/1-1.3:1.1/0003:0C45:8006.000A/input/input18
  2790. [ 1037.200212] input: SONiX Gaming Keyboard Keyboard as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.3/1-1.3:1.1/0003:0C45:8006.000A/input/input19
  2791. [ 1037.201387] input: SONiX Gaming Keyboard Mouse as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.3/1-1.3:1.1/0003:0C45:8006.000A/input/input20
  2792. [ 1037.202615] input: SONiX Gaming Keyboard as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.3/1-1.3:1.1/0003:0C45:8006.000A/input/input21
  2793. [ 1037.204200] hid-generic 0003:0C45:8006.000A: input,hiddev97,hidraw4: USB HID v1.11 Keyboard [SONiX Gaming Keyboard] on usb-xhci-hcd.4.auto-1.3/input1
  2794. [ 1037.267790] vdd_cpu: ramp_delay not set
  2795. [ 1037.301114] vdd_cpu: ramp_delay not set
  2796. [ 1037.321181] vdd_cpu: ramp_delay not set
  2797. [ 1038.117843] vdd_cpu: ramp_delay not set
  2798. [ 1038.127857] vdd_cpu: ramp_delay not set
  2799. [ 1038.404483] vdd_cpu: ramp_delay not set
  2800. [ 1038.424456] vdd_cpu: ramp_delay not set
  2801. [ 1038.437808] vdd_cpu: ramp_delay not set
  2802. [ 1039.638761] vdd_cpu: ramp_delay not set
  2803. [ 1039.827807] vdd_cpu: ramp_delay not set
  2804. [ 1039.837858] vdd_cpu: ramp_delay not set
  2805. [ 1040.367851] vdd_cpu: ramp_delay not set
  2806. [ 1040.377895] vdd_cpu: ramp_delay not set
  2807. [ 1041.117934] vdd_cpu: ramp_delay not set
  2808. [ 1042.617865] vdd_cpu: ramp_delay not set
  2809. [ 1042.627859] vdd_cpu: ramp_delay not set
  2810. [ 1042.644487] vdd_cpu: ramp_delay not set
  2811. [ 1044.874505] vdd_cpu: ramp_delay not set
  2812. [ 1047.117868] vdd_cpu: ramp_delay not set
  2813. [ 1047.127851] vdd_cpu: ramp_delay not set
  2814. [ 1047.687794] vdd_cpu: ramp_delay not set
  2815. [ 1048.801469] usb 4-1: USB disconnect, device number 2
  2816. [ 1048.833396] vdd_cpu: ramp_delay not set
  2817. [ 1049.381150] vdd_cpu: ramp_delay not set
  2818. [ 1051.617860] vdd_cpu: ramp_delay not set
  2819. [ 1051.627872] vdd_cpu: ramp_delay not set
  2820. [ 1052.121201] vdd_cpu: ramp_delay not set
  2821. [ 1052.558029] usb 4-1: new SuperSpeed Gen 1 USB device number 3 using xhci-hcd
  2822. [ 1052.579906] usb 4-1: New USB device found, idVendor=0781, idProduct=5581, bcdDevice= 1.00
  2823. [ 1052.579983] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  2824. [ 1052.580015] usb 4-1: Product: Ultra
  2825. [ 1052.580043] usb 4-1: Manufacturer: SanDisk
  2826. [ 1052.580068] usb 4-1: SerialNumber: 4C530001310621103001
  2827. [ 1052.582993] usb-storage 4-1:1.0: USB Mass Storage device detected
  2828. [ 1052.586486] scsi host0: usb-storage 4-1:1.0
  2829. [ 1052.617808] vdd_cpu: ramp_delay not set
  2830. [ 1053.606613] scsi 0:0:0:0: Direct-Access SanDisk Ultra 1.00 PQ: 0 ANSI: 6
  2831. [ 1053.610329] sd 0:0:0:0: [sda] 60063744 512-byte logical blocks: (30.8 GB/28.6 GiB)
  2832. [ 1053.612049] sd 0:0:0:0: [sda] Write Protect is off
  2833. [ 1053.612138] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
  2834. [ 1053.613273] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
  2835. [ 1053.623238] sda: sda1 sda2
  2836. [ 1053.626226] sd 0:0:0:0: [sda] Attached SCSI removable disk
  2837. [ 1053.635608] vdd_cpu: ramp_delay not set
  2838. [ 1053.647764] vdd_cpu: ramp_delay not set
  2839. [ 1053.698127] vdd_cpu: ramp_delay not set
  2840. [ 1053.721594] vdd_cpu: ramp_delay not set
  2841. [ 1053.752944] vdd_cpu: ramp_delay not set
  2842. [ 1053.764480] vdd_cpu: ramp_delay not set
  2843. [ 1053.861130] vdd_cpu: ramp_delay not set
  2844. [ 1055.866738] vdd_cpu: ramp_delay not set
  2845. [ 1055.877749] vdd_cpu: ramp_delay not set
  2846. [ 1055.981099] vdd_cpu: ramp_delay not set
  2847. [ 1057.227842] vdd_cpu: ramp_delay not set
  2848. [ 1057.771281] vdd_cpu: ramp_delay not set
  2849. [ 1057.801133] vdd_cpu: ramp_delay not set
  2850. [ 1058.119044] vdd_cpu: ramp_delay not set
  2851. [ 1058.131149] vdd_cpu: ramp_delay not set
  2852. [ 1060.084509] vdd_cpu: ramp_delay not set
  2853. [ 1060.367848] vdd_cpu: ramp_delay not set
  2854. [ 1060.377866] vdd_cpu: ramp_delay not set
  2855. [ 1060.594456] vdd_cpu: ramp_delay not set
  2856. [ 1060.604514] vdd_cpu: ramp_delay not set
  2857. [ 1062.627782] vdd_cpu: ramp_delay not set
  2858. [ 1064.869401] vdd_cpu: ramp_delay not set
  2859. [ 1064.881158] vdd_cpu: ramp_delay not set
  2860. [ 1067.131114] vdd_cpu: ramp_delay not set
  2861. [ 1068.774393] vdd_cpu: ramp_delay not set
  2862. [ 1069.381115] vdd_cpu: ramp_delay not set
  2863. [ 1069.766017] vdd_cpu: ramp_delay not set
  2864. [ 1071.617842] vdd_cpu: ramp_delay not set
  2865. [ 1071.627837] vdd_cpu: ramp_delay not set
  2866. [ 1071.641155] vdd_cpu: ramp_delay not set
  2867. [ 1072.846614] vdd_cpu: ramp_delay not set
  2868. [ 1072.861132] vdd_cpu: ramp_delay not set
  2869. [ 1073.868929] vdd_cpu: ramp_delay not set
  2870. [ 1073.881134] vdd_cpu: ramp_delay not set
  2871. [ 1074.507806] vdd_cpu: ramp_delay not set
  2872. [ 1074.527784] vdd_cpu: ramp_delay not set
  2873. [ 1074.537776] vdd_cpu: ramp_delay not set
  2874. [ 1076.117020] vdd_cpu: ramp_delay not set
  2875. [ 1076.127790] vdd_cpu: ramp_delay not set
  2876. [ 1078.369051] vdd_cpu: ramp_delay not set
  2877. [ 1078.381136] vdd_cpu: ramp_delay not set
  2878. [ 1080.617843] vdd_cpu: ramp_delay not set
  2879. [ 1080.627843] vdd_cpu: ramp_delay not set
  2880. [ 1082.866801] vdd_cpu: ramp_delay not set
  2881. [ 1082.877816] vdd_cpu: ramp_delay not set
  2882. [ 1083.948025] vdd_cpu: ramp_delay not set
  2883. [ 1084.277795] vdd_cpu: ramp_delay not set
  2884. [ 1084.287848] vdd_cpu: ramp_delay not set
  2885. [ 1085.119531] vdd_cpu: ramp_delay not set
  2886. [ 1085.131152] vdd_cpu: ramp_delay not set
  2887. [ 1087.368658] vdd_cpu: ramp_delay not set
  2888. [ 1087.381144] vdd_cpu: ramp_delay not set
  2889. [ 1089.617872] vdd_cpu: ramp_delay not set
  2890. [ 1089.627862] vdd_cpu: ramp_delay not set
  2891. [ 1091.869520] vdd_cpu: ramp_delay not set
  2892. [ 1091.884489] vdd_cpu: ramp_delay not set
  2893. [ 1094.131121] vdd_cpu: ramp_delay not set
  2894. [ 1096.381135] vdd_cpu: ramp_delay not set
  2895. [ 1097.277800] vdd_cpu: ramp_delay not set
  2896. [ 1098.627773] vdd_cpu: ramp_delay not set
  2897. [ 1098.774399] vdd_cpu: ramp_delay not set
  2898. [ 1099.597802] vdd_cpu: ramp_delay not set
  2899. [ 1099.611156] vdd_cpu: ramp_delay not set
  2900. [ 1099.887762] vdd_cpu: ramp_delay not set
  2901. [ 1099.921084] vdd_cpu: ramp_delay not set
  2902. [ 1100.868980] vdd_cpu: ramp_delay not set
  2903. [ 1100.887766] vdd_cpu: ramp_delay not set
  2904. [ 1103.117844] vdd_cpu: ramp_delay not set
  2905. [ 1103.127844] vdd_cpu: ramp_delay not set
  2906. [ 1105.384420] vdd_cpu: ramp_delay not set
  2907. [ 1105.828987] vdd_cpu: ramp_delay not set
  2908. [ 1105.841116] vdd_cpu: ramp_delay not set
  2909. [ 1107.631128] vdd_cpu: ramp_delay not set
  2910. [ 1108.044479] vdd_cpu: ramp_delay not set
  2911. [ 1108.064484] vdd_cpu: ramp_delay not set
  2912. [ 1108.074525] vdd_cpu: ramp_delay not set
  2913. [ 1108.103820] FAT-fs (sda): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
  2914. [ 1108.191056] vdd_cpu: ramp_delay not set
  2915. [ 1109.881093] vdd_cpu: ramp_delay not set
  2916. [ 1112.119514] vdd_cpu: ramp_delay not set
  2917. [ 1112.131097] vdd_cpu: ramp_delay not set
  2918. [ 1114.384448] vdd_cpu: ramp_delay not set
  2919. [ 1114.424230] FAT-fs (sda1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
  2920. [ 1114.471178] vdd_cpu: ramp_delay not set
  2921. [ 1116.617881] vdd_cpu: ramp_delay not set
  2922. [ 1116.627905] vdd_cpu: ramp_delay not set
  2923. [ 1117.751174] vdd_cpu: ramp_delay not set
  2924. [ 1118.797756] vdd_cpu: ramp_delay not set
  2925. [ 1118.807834] vdd_cpu: ramp_delay not set
  2926. [ 1118.880079] vdd_cpu: ramp_delay not set
  2927. [ 1119.221368] vdd_cpu: ramp_delay not set
  2928. [ 1119.267775] vdd_cpu: ramp_delay not set
  2929. [ 1121.131125] vdd_cpu: ramp_delay not set
  2930. [ 1123.384443] vdd_cpu: ramp_delay not set
  2931. [ 1125.317738] vdd_cpu: ramp_delay not set
  2932. [ 1125.617833] vdd_cpu: ramp_delay not set
  2933. [ 1125.627841] vdd_cpu: ramp_delay not set
  2934. [ 1127.867832] vdd_cpu: ramp_delay not set
  2935. [ 1127.877846] vdd_cpu: ramp_delay not set
  2936. [ 1130.134435] vdd_cpu: ramp_delay not set
  2937. [ 1132.367872] vdd_cpu: ramp_delay not set
  2938. [ 1132.377898] vdd_cpu: ramp_delay not set
  2939. [ 1134.617832] vdd_cpu: ramp_delay not set
  2940. [ 1134.627847] vdd_cpu: ramp_delay not set
  2941. [ 1135.477735] vdd_cpu: ramp_delay not set
  2942. [ 1136.867845] vdd_cpu: ramp_delay not set
  2943. [ 1136.877843] vdd_cpu: ramp_delay not set
  2944. [ 1138.508415] vdd_cpu: ramp_delay not set
  2945. [ 1138.521172] vdd_cpu: ramp_delay not set
  2946. [ 1139.127811] vdd_cpu: ramp_delay not set
  2947. [ 1141.381119] vdd_cpu: ramp_delay not set
  2948. [ 1143.617847] vdd_cpu: ramp_delay not set
  2949. [ 1143.627900] vdd_cpu: ramp_delay not set
  2950. [ 1143.981103] vdd_cpu: ramp_delay not set
  2951. [ 1145.881078] vdd_cpu: ramp_delay not set
  2952. [ 1147.561112] vdd_cpu: ramp_delay not set
  2953. [ 1147.581139] vdd_cpu: ramp_delay not set
  2954. [ 1148.116715] vdd_cpu: ramp_delay not set
  2955. [ 1148.131130] vdd_cpu: ramp_delay not set
  2956. [ 1150.384484] vdd_cpu: ramp_delay not set
  2957. [ 1152.617807] vdd_cpu: ramp_delay not set
  2958. [ 1152.627836] vdd_cpu: ramp_delay not set
  2959. [ 1153.971041] vdd_cpu: ramp_delay not set
  2960. [ 1154.881123] vdd_cpu: ramp_delay not set
  2961. [ 1157.116915] vdd_cpu: ramp_delay not set
  2962. [ 1157.127791] vdd_cpu: ramp_delay not set
  2963. [ 1159.369024] vdd_cpu: ramp_delay not set
  2964. [ 1159.381109] vdd_cpu: ramp_delay not set
  2965. [ 1161.617856] vdd_cpu: ramp_delay not set
  2966. [ 1161.627851] vdd_cpu: ramp_delay not set
  2967. [ 1163.027795] vdd_cpu: ramp_delay not set
  2968. [ 1163.047764] vdd_cpu: ramp_delay not set
  2969. [ 1163.057835] vdd_cpu: ramp_delay not set
  2970. [ 1163.867853] vdd_cpu: ramp_delay not set
  2971. [ 1163.877823] vdd_cpu: ramp_delay not set
  2972. [ 1165.751069] vdd_cpu: ramp_delay not set
  2973. [ 1166.117832] vdd_cpu: ramp_delay not set
  2974. [ 1166.127830] vdd_cpu: ramp_delay not set
  2975. [ 1168.369255] vdd_cpu: ramp_delay not set
  2976. [ 1168.381144] vdd_cpu: ramp_delay not set
  2977. [ 1169.814499] vdd_cpu: ramp_delay not set
  2978. [ 1170.031100] vdd_cpu: ramp_delay not set
  2979. [ 1170.634449] vdd_cpu: ramp_delay not set
  2980. [ 1172.867829] vdd_cpu: ramp_delay not set
  2981. [ 1172.877833] vdd_cpu: ramp_delay not set
  2982. [ 1175.117827] vdd_cpu: ramp_delay not set
  2983. [ 1175.127828] vdd_cpu: ramp_delay not set
  2984. [ 1177.369223] vdd_cpu: ramp_delay not set
  2985. [ 1177.384458] vdd_cpu: ramp_delay not set
  2986. [ 1179.617799] vdd_cpu: ramp_delay not set
  2987. [ 1179.627833] vdd_cpu: ramp_delay not set
  2988. [ 1179.641143] vdd_cpu: ramp_delay not set
  2989. [ 1181.867790] vdd_cpu: ramp_delay not set
  2990. [ 1181.877840] vdd_cpu: ramp_delay not set
  2991. [ 1182.485401] vdd_cpu: ramp_delay not set
  2992. [ 1182.501153] vdd_cpu: ramp_delay not set
  2993. [ 1184.127815] vdd_cpu: ramp_delay not set
  2994. [ 1185.396741] vdd_cpu: ramp_delay not set
  2995. [ 1185.417760] vdd_cpu: ramp_delay not set
  2996. [ 1185.871078] vdd_cpu: ramp_delay not set
  2997. [ 1186.381103] vdd_cpu: ramp_delay not set
  2998. [ 1188.617779] vdd_cpu: ramp_delay not set
  2999. [ 1188.627815] vdd_cpu: ramp_delay not set
  3000. [ 1190.867818] vdd_cpu: ramp_delay not set
  3001. [ 1190.877839] vdd_cpu: ramp_delay not set
  3002. [ 1190.891233] vdd_cpu: ramp_delay not set
  3003. [ 1191.607722] vdd_cpu: ramp_delay not set
  3004. [ 1193.131100] vdd_cpu: ramp_delay not set
  3005. [ 1195.384406] vdd_cpu: ramp_delay not set
  3006. [ 1197.627824] vdd_cpu: ramp_delay not set
  3007. [ 1199.881107] vdd_cpu: ramp_delay not set
  3008. [ 1202.131110] vdd_cpu: ramp_delay not set
  3009. [ 1204.324392] vdd_cpu: ramp_delay not set
  3010. [ 1204.374417] vdd_cpu: ramp_delay not set
  3011. [ 1206.617832] vdd_cpu: ramp_delay not set
  3012. [ 1206.627820] vdd_cpu: ramp_delay not set
  3013. [ 1208.867865] vdd_cpu: ramp_delay not set
  3014. [ 1208.877874] vdd_cpu: ramp_delay not set
  3015. [ 1211.117816] vdd_cpu: ramp_delay not set
  3016. [ 1211.127845] vdd_cpu: ramp_delay not set
  3017. [ 1213.369028] vdd_cpu: ramp_delay not set
  3018. [ 1213.381125] vdd_cpu: ramp_delay not set
  3019. [ 1215.617814] vdd_cpu: ramp_delay not set
  3020. [ 1215.627818] vdd_cpu: ramp_delay not set
  3021. [ 1217.869258] vdd_cpu: ramp_delay not set
  3022. [ 1217.881122] vdd_cpu: ramp_delay not set
  3023. [ 1220.117831] vdd_cpu: ramp_delay not set
  3024. [ 1220.127821] vdd_cpu: ramp_delay not set
  3025. [ 1220.977473] usb 1-1: USB disconnect, device number 5
  3026. [ 1220.977557] usb 1-1.1: USB disconnect, device number 6
  3027. [ 1221.001135] vdd_cpu: ramp_delay not set
  3028. [ 1221.061793] vdd_cpu: ramp_delay not set
  3029. [ 1221.102644] usb 1-1.3: USB disconnect, device number 7
  3030. [ 1221.117744] vdd_cpu: ramp_delay not set
  3031. [ 1221.144484] vdd_cpu: ramp_delay not set
  3032. [ 1221.214490] vdd_cpu: ramp_delay not set
  3033. [ 1221.251138] vdd_cpu: ramp_delay not set
  3034. [ 1221.347788] vdd_cpu: ramp_delay not set
  3035. [ 1221.381092] vdd_cpu: ramp_delay not set
  3036. [ 1222.377791] vdd_cpu: ramp_delay not set
  3037. [ 1222.717721] vdd_cpu: ramp_delay not set
  3038. [ 1223.807713] vdd_cpu: ramp_delay not set
  3039. [ 1224.617791] vdd_cpu: ramp_delay not set
  3040. [ 1224.627809] vdd_cpu: ramp_delay not set
  3041. [ 1225.117756] vdd_cpu: ramp_delay not set
  3042. [ 1226.867829] vdd_cpu: ramp_delay not set
  3043. [ 1226.877812] vdd_cpu: ramp_delay not set
  3044. [ 1228.671148] usb 1-1: new high-speed USB device number 8 using xhci-hcd
  3045. [ 1228.811850] usb 1-1: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
  3046. [ 1228.811926] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  3047. [ 1228.811957] usb 1-1: Product: USB 2.0 Hub
  3048. [ 1228.846517] hub 1-1:1.0: USB hub found
  3049. [ 1228.846725] hub 1-1:1.0: 4 ports detected
  3050. [ 1228.874433] vdd_cpu: ramp_delay not set
  3051. [ 1229.119374] vdd_cpu: ramp_delay not set
  3052. [ 1229.131108] vdd_cpu: ramp_delay not set
  3053. [ 1229.244501] usb 1-1.1: new full-speed USB device number 9 using xhci-hcd
  3054. [ 1229.459614] usb 1-1.1: New USB device found, idVendor=04d9, idProduct=fc61, bcdDevice= 1.10
  3055. [ 1229.459696] usb 1-1.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
  3056. [ 1229.459728] usb 1-1.1: Product: USB Gaming Mouse
  3057. [ 1229.477771] vdd_cpu: ramp_delay not set
  3058. [ 1229.589495] input: USB Gaming Mouse as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.1/1-1.1:1.0/0003:04D9:FC61.000B/input/input22
  3059. [ 1229.590542] hid-generic 0003:04D9:FC61.000B: input,hidraw0: USB HID v1.10 Mouse [USB Gaming Mouse] on usb-xhci-hcd.4.auto-1.1/input0
  3060. [ 1229.595503] input: USB Gaming Mouse as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.1/1-1.1:1.1/0003:04D9:FC61.000C/input/input23
  3061. [ 1229.604449] vdd_cpu: ramp_delay not set
  3062. [ 1229.655895] hid-generic 0003:04D9:FC61.000C: input,hidraw1: USB HID v1.10 Keyboard [USB Gaming Mouse] on usb-xhci-hcd.4.auto-1.1/input1
  3063. [ 1229.664922] input: USB Gaming Mouse Consumer Control as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.1/1-1.1:1.2/0003:04D9:FC61.000D/input/input24
  3064. [ 1229.722322] input: USB Gaming Mouse as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.1/1-1.1:1.2/0003:04D9:FC61.000D/input/input25
  3065. [ 1229.724128] hid-generic 0003:04D9:FC61.000D: input,hiddev96,hidraw2: USB HID v1.10 Device [USB Gaming Mouse] on usb-xhci-hcd.4.auto-1.1/input2
  3066. [ 1229.774406] vdd_cpu: ramp_delay not set
  3067. [ 1229.784449] vdd_cpu: ramp_delay not set
  3068. [ 1229.817782] vdd_cpu: ramp_delay not set
  3069. [ 1229.834472] vdd_cpu: ramp_delay not set
  3070. [ 1229.894411] vdd_cpu: ramp_delay not set
  3071. [ 1229.921135] usb 1-1.3: new full-speed USB device number 10 using xhci-hcd
  3072. [ 1230.131256] usb 1-1.3: New USB device found, idVendor=0c45, idProduct=8006, bcdDevice= 1.07
  3073. [ 1230.131338] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  3074. [ 1230.131371] usb 1-1.3: Product: Gaming Keyboard
  3075. [ 1230.131399] usb 1-1.3: Manufacturer: SONiX
  3076. [ 1230.227878] input: SONiX Gaming Keyboard as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.3/1-1.3:1.0/0003:0C45:8006.000E/input/input26
  3077. [ 1230.287497] hid-generic 0003:0C45:8006.000E: input,hidraw3: USB HID v1.11 Keyboard [SONiX Gaming Keyboard] on usb-xhci-hcd.4.auto-1.3/input0
  3078. [ 1230.295499] input: SONiX Gaming Keyboard Consumer Control as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.3/1-1.3:1.1/0003:0C45:8006.000F/input/input27
  3079. [ 1230.311091] vdd_cpu: ramp_delay not set
  3080. [ 1230.352389] input: SONiX Gaming Keyboard System Control as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.3/1-1.3:1.1/0003:0C45:8006.000F/input/input28
  3081. [ 1230.353459] input: SONiX Gaming Keyboard Keyboard as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.3/1-1.3:1.1/0003:0C45:8006.000F/input/input29
  3082. [ 1230.354598] input: SONiX Gaming Keyboard Mouse as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.3/1-1.3:1.1/0003:0C45:8006.000F/input/input30
  3083. [ 1230.355274] input: SONiX Gaming Keyboard as /devices/platform/usbdrd/fcc00000.dwc3/xhci-hcd.4.auto/usb1/1-1/1-1.3/1-1.3:1.1/0003:0C45:8006.000F/input/input31
  3084. [ 1230.356142] hid-generic 0003:0C45:8006.000F: input,hiddev97,hidraw4: USB HID v1.11 Keyboard [SONiX Gaming Keyboard] on usb-xhci-hcd.4.auto-1.3/input1
  3085. [ 1230.421126] vdd_cpu: ramp_delay not set
  3086. [ 1230.464421] vdd_cpu: ramp_delay not set
  3087. [ 1230.484459] vdd_cpu: ramp_delay not set
  3088. [ 1231.381110] vdd_cpu: ramp_delay not set
  3089. [ 1233.617848] vdd_cpu: ramp_delay not set
  3090. [ 1233.627849] vdd_cpu: ramp_delay not set
  3091. [ 1234.121088] vdd_cpu: ramp_delay not set
  3092. [ 1235.866572] vdd_cpu: ramp_delay not set
  3093. [ 1235.881105] vdd_cpu: ramp_delay not set
  3094. [ 1238.117816] vdd_cpu: ramp_delay not set
  3095. [ 1238.127838] vdd_cpu: ramp_delay not set
  3096. [ 1240.368947] vdd_cpu: ramp_delay not set
  3097. [ 1240.380080] vdd_cpu: ramp_delay not set
  3098. [ 1242.617827] vdd_cpu: ramp_delay not set
  3099. [ 1242.627806] vdd_cpu: ramp_delay not set
  3100. [ 1244.881087] vdd_cpu: ramp_delay not set
  3101. [ 1245.467774] vdd_cpu: ramp_delay not set
  3102. [ 1245.491116] vdd_cpu: ramp_delay not set
  3103.  
Advertisement
Add Comment
Please, Sign In to add comment