Advertisement
Guest User

Untitled

a guest
Oct 1st, 2019
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 64.94 KB | None | 0 0
  1. root@v2 /home/user > dmesg
  2. [ 0.000000] Booting Linux on physical CPU 0xf00
  3. [ 0.000000] Initializing cgroup subsys cpuset
  4. [ 0.000000] Initializing cgroup subsys cpu
  5. [ 0.000000] Initializing cgroup subsys cpuacct
  6. [ 0.000000] Linux version 4.4.138-respeaker-r0 (root@bz) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11) ) #2 SMP Wed Jul 25 11:29:18 CST 2018
  7. [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
  8. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  9. [ 0.000000] Machine model: RK3229 ReSpeaker Board V1.0
  10. [ 0.000000] earlycon: Early serial console at MMIO32 0x11030000 (options '')
  11. [ 0.000000] bootconsole [uart0] enabled
  12. [ 0.000000] Reserved memory: failed to reserve memory for node 'drm-logo@00000000': base 0x00000000, size 0 MiB
  13. [ 0.000000] cma: Reserved 128 MiB at 0x98000000
  14. [ 0.000000] Memory policy: Data cache writealloc
  15. [ 0.000000] On node 0 totalpages: 258560
  16. [ 0.000000] free_area_init_node: node 0, pgdat c0f84e40, node_mem_map ef6fa000
  17. [ 0.000000] Normal zone: 1728 pages used for memmap
  18. [ 0.000000] Normal zone: 0 pages reserved
  19. [ 0.000000] Normal zone: 193024 pages, LIFO batch:31
  20. [ 0.000000] HighMem zone: 65536 pages, LIFO batch:15
  21. [ 0.000000] psci: probing for conduit method from DT.
  22. [ 0.000000] psci: PSCIv65535.65535 detected in firmware.
  23. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  24. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  25. [ 0.000000] PERCPU: Embedded 14 pages/cpu @ef699000 s24792 r8192 d24360 u57344
  26. [ 0.000000] pcpu-alloc: s24792 r8192 d24360 u57344 alloc=14*4096
  27. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  28. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 256832
  29. [ 0.000000] Kernel command line: console=ttyS2,115200n8 rw coherent_pool=1M quiet init=/lib/systemd/systemd root=PARTUUID=a3e55f77-02 rootfstype=ext4 earlycon=uart8250,mmio32,0x11030000
  30. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  31. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  32. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  33. [ 0.000000] Memory: 871328K/1034240K available (9216K kernel code, 565K rwdata, 2312K rodata, 1024K init, 558K bss, 31840K reserved, 131072K cma-reserved, 131072K highmem)
  34. [ 0.000000] Virtual kernel memory layout:
  35. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  36. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  37. vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
  38. lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
  39. pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  40. modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  41. .text : 0xc0008000 - 0xc0a00000 (10208 kB)
  42. .init : 0xc0e00000 - 0xc0f00000 (1024 kB)
  43. .data : 0xc0f00000 - 0xc0f8d424 ( 566 kB)
  44. .bss : 0xc0f8f000 - 0xc101a8c4 ( 559 kB)
  45. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  46. [ 0.000000] Hierarchical RCU implementation.
  47. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  48. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  49. [ 0.000000] rockchip_mmc_get_phase: invalid clk rate
  50. [ 0.000000] rockchip_mmc_get_phase: invalid clk rate
  51. [ 0.000000] rockchip_mmc_get_phase: invalid clk rate
  52. [ 0.000000] rockchip_mmc_get_phase: invalid clk rate
  53. [ 0.000000] rockchip_mmc_get_phase: invalid clk rate
  54. [ 0.000000] rockchip_mmc_get_phase: invalid clk rate
  55. [ 0.000000] Architected cp15 timer(s) running at 24.00MHz (virt).
  56. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  57. [ 0.000008] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  58. [ 0.000026] Switching to timer-based delay loop, resolution 41ns
  59. [ 0.002024] Console: colour dummy device 80x30
  60. [ 0.002064] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
  61. [ 0.002087] pid_max: default: 32768 minimum: 301
  62. [ 0.002250] Security Framework initialized
  63. [ 0.002265] Yama: becoming mindful.
  64. [ 0.002352] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  65. [ 0.002371] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  66. [ 0.003377] Initializing cgroup subsys io
  67. [ 0.003412] Initializing cgroup subsys memory
  68. [ 0.003459] Initializing cgroup subsys devices
  69. [ 0.003479] Initializing cgroup subsys freezer
  70. [ 0.003499] Initializing cgroup subsys net_cls
  71. [ 0.003519] Initializing cgroup subsys perf_event
  72. [ 0.003541] Initializing cgroup subsys net_prio
  73. [ 0.003574] Initializing cgroup subsys pids
  74. [ 0.003618] CPU: Testing write buffer coherency: ok
  75. [ 0.003668] ftrace: allocating 33382 entries in 98 pages
  76. [ 0.066171] /cpus/cpu@f00 missing clock-frequency property
  77. [ 0.072139] /cpus/cpu@f01 missing clock-frequency property
  78. [ 0.078175] /cpus/cpu@f02 missing clock-frequency property
  79. [ 0.084155] /cpus/cpu@f03 missing clock-frequency property
  80. [ 0.090137] CPU0: update cpu_capacity 430
  81. [ 0.090152] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
  82. [ 0.090286] Setting up static identity map for 0x60100000 - 0x60100058
  83. [ 0.093120] CPU1: update cpu_capacity 430
  84. [ 0.093129] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
  85. [ 0.094151] CPU2: update cpu_capacity 430
  86. [ 0.094161] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
  87. [ 0.095176] CPU3: update cpu_capacity 430
  88. [ 0.095185] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
  89. [ 0.095309] Brought up 4 CPUs
  90. [ 0.095353] SMP: Total of 4 processors activated (192.00 BogoMIPS).
  91. [ 0.095363] CPU: All CPU(s) started in SVC mode.
  92. [ 0.097145] devtmpfs: initialized
  93. [ 0.116679] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  94. [ 0.117294] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  95. [ 0.117336] futex hash table entries: 1024 (order: 4, 65536 bytes)
  96. [ 0.124132] pinctrl core: initialized pinctrl subsystem
  97. [ 0.125880] NET: Registered protocol family 16
  98. [ 0.128431] DMA: preallocated 1024 KiB pool for atomic coherent allocations
  99. [ 0.150428] cpuidle: using governor ladder
  100. [ 0.180454] cpuidle: using governor menu
  101. [ 0.200559] gpiochip_add_data: registered GPIOs 0 to 31 on device: gpio0
  102. [ 0.200738] gpiochip_add_data: registered GPIOs 32 to 63 on device: gpio1
  103. [ 0.200922] gpiochip_add_data: registered GPIOs 64 to 95 on device: gpio2
  104. [ 0.201103] gpiochip_add_data: registered GPIOs 96 to 127 on device: gpio3
  105. [ 0.207898] console [pstore-1] enabled
  106. [ 0.207911] pstore: Registered ramoops as persistent store backend
  107. [ 0.207926] ramoops: attached 0xf0000@0x62e00000, ecc: 0/0
  108. [ 0.210482] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  109. [ 0.210504] hw-breakpoint: maximum watchpoint size is 8 bytes.
  110. [ 0.285912] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc-phy-regulator[0]'
  111. [ 0.286628] of_get_named_gpiod_flags: parsed 'gpio' property of node '/vcc-host-regulator[0]' - status (0)
  112. [ 0.287343] of_get_named_gpiod_flags: parsed 'gpio' property of node '/otg-vbus-regulator[0]' - status (0)
  113. [ 0.288345] iommu: Adding device 20020000.vpu-service to group 0
  114. [ 0.288464] iommu: Adding device 20030000.rkvdec to group 1
  115. [ 0.288576] iommu: Adding device 20050000.vop to group 2
  116. [ 0.288685] iommu: Adding device 20070000.iep to group 3
  117. [ 0.290134] rk_iommu 20070800.iommu: can't get aclk
  118. [ 0.290162] rk_iommu 20070800.iommu: can't get hclk
  119. [ 0.290982] SCSI subsystem initialized
  120. [ 0.291437] usbcore: registered new interface driver usbfs
  121. [ 0.291548] usbcore: registered new interface driver hub
  122. [ 0.291711] usbcore: registered new device driver usb
  123. [ 0.293246] Linux video capture interface: v2.00
  124. [ 0.293452] pps_core: LinuxPPS API ver. 1 registered
  125. [ 0.293467] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  126. [ 0.293509] PTP clock support registered
  127. [ 0.295942] Advanced Linux Sound Architecture Driver Initialized.
  128. [ 0.297103] Bluetooth: Core ver 2.21
  129. [ 0.297174] NET: Registered protocol family 31
  130. [ 0.297190] Bluetooth: HCI device and connection manager initialized
  131. [ 0.297213] Bluetooth: HCI socket layer initialized
  132. [ 0.297233] Bluetooth: L2CAP socket layer initialized
  133. [ 0.297282] Bluetooth: SCO socket layer initialized
  134. [ 0.298085] NetLabel: Initializing
  135. [ 0.298107] NetLabel: domain hash size = 128
  136. [ 0.298119] NetLabel: protocols = UNLABELED CIPSOv4
  137. [ 0.298198] NetLabel: unlabeled traffic allowed by default
  138. [ 0.299550] clocksource: Switched to clocksource arch_sys_counter
  139. [ 0.373409] NET: Registered protocol family 2
  140. [ 0.374376] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  141. [ 0.374517] TCP bind hash table entries: 8192 (order: 5, 163840 bytes)
  142. [ 0.374875] TCP: Hash tables configured (established 8192 bind 8192)
  143. [ 0.374973] UDP hash table entries: 512 (order: 2, 24576 bytes)
  144. [ 0.375047] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes)
  145. [ 0.375404] NET: Registered protocol family 1
  146. [ 0.375792] Trying to unpack rootfs image as initramfs...
  147. [ 0.818223] Freeing initrd memory: 5052K
  148. [ 0.819175] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
  149. [ 0.822589] Initialise system trusted keyring
  150. [ 0.837202] VFS: Disk quotas dquot_6.6.0
  151. [ 0.837535] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  152. [ 0.841486] ntfs: driver 2.1.32 [Flags: R/W].
  153. [ 0.848957] NET: Registered protocol family 38
  154. [ 0.849016] Key type asymmetric registered
  155. [ 0.849040] Asymmetric key parser 'x509' registered
  156. [ 0.849177] bounce: pool size: 64 pages
  157. [ 0.849627] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
  158. [ 0.849922] io scheduler noop registered
  159. [ 0.849954] io scheduler deadline registered
  160. [ 0.850321] io scheduler cfq registered (default)
  161. [ 0.854887] phy phy-11000000.syscon:usb2-phy@800.2: Failed to get VBUS supply regulator
  162. [ 0.859715] rk-vcodec 20020000.vpu-service: no regulator for vcodec
  163. [ 0.860117] rk-vcodec 20020000.vpu-service: probe device
  164. [ 0.860182] rk-vcodec 20020000.vpu-service: vpu mmu dec ef2d8c10
  165. [ 0.860583] rk-vcodec 20020000.vpu-service: allocator is drm
  166. [ 0.860687] rk-vcodec 20020000.vpu-service: checking hw id 0
  167. [ 0.862457] rk-vcodec 20020000.vpu-service: could not find power_model node
  168. [ 0.870094] rk-vcodec 20020000.vpu-service: init success
  169. [ 0.870527] rk-vcodec 20030000.rkvdec: no regulator for vcodec
  170. [ 0.871044] rk-vcodec 20030000.rkvdec: probe device
  171. [ 0.871116] rk-vcodec 20030000.rkvdec: vpu mmu dec ef2d9210
  172. [ 0.871507] rk-vcodec 20030000.rkvdec: allocator is drm
  173. [ 0.871613] rk-vcodec 20030000.rkvdec: checking hw id 6876
  174. [ 0.872561] rk-vcodec 20030000.rkvdec: init success
  175. [ 0.876812] dma-pl330 110f0000.pdma: Loaded driver for PL330 DMAC-241330
  176. [ 0.876842] dma-pl330 110f0000.pdma: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
  177. [ 0.878725] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  178. [ 0.881850] 11010000.serial: ttyS0 at MMIO 0x11010000 (irq = 29, base_baud = 1500000) is a 16550A
  179. [ 0.883213] 11020000.serial: ttyS1 at MMIO 0x11020000 (irq = 30, base_baud = 1500000) is a 16550A
  180. [ 0.884410] console [ttyS2] disabled
  181. [ 0.884496] 11030000.serial: ttyS2 at MMIO 0x11030000 (irq = 31, base_baud = 1500000) is a 16550A
  182. [ 0.884619] console [ttyS2] enabled
  183. [ 0.884635] bootconsole [uart0] disabled
  184. [ 0.886598] [drm] Initialized drm 1.1.0 20060810
  185. [ 0.889960] [drm] Rockchip DRM driver version: v1.0.1
  186. [ 0.890238] rockchip-drm display-subsystem: devfreq is not set
  187. [ 0.890776] rockchip-vop 20050000.vop: invalid resource
  188. [ 0.896568] rockchip-vop 20050000.vop: failed to get vop lut registers
  189. [ 0.896586] rockchip-vop 20050000.vop: invalid resource
  190. [ 0.902407] rockchip-vop 20050000.vop: failed to get vop cabc lut registers
  191. [ 0.902430] rockchip-vop 20050000.vop: missing rockchip,grf property
  192. [ 0.909716] [drm] no mcu-timing node found in /vop@20050000
  193. [ 0.909749] rockchip-drm display-subsystem: bound 20050000.vop (ops 0xc0a5aba8)
  194. [ 0.910198] i2c i2c-0: of_i2c: modalias failure on /hdmi@200a0000/ports
  195. [ 0.917533] dwhdmi-rockchip 200a0000.hdmi: registered DesignWare HDMI I2C bus driver
  196. [ 0.917669] dwhdmi-rockchip 200a0000.hdmi: Detected HDMI TX controller v2.01a with HDCP (inno_dw_hdmi_phy)
  197. [ 0.919023] rockchip-drm display-subsystem: bound 200a0000.hdmi (ops 0xc0a54100)
  198. [ 0.919050] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  199. [ 0.919062] [drm] No driver support for vblank timestamp query.
  200. [ 0.919246] rockchip-drm display-subsystem: failed to parse loader memory
  201. [ 0.919315] rockchip-drm display-subsystem: No connectors reported connected with modes
  202. [ 0.919409] [drm] Cannot find any crtc or sizes - going 1024x768
  203. [ 0.944398] Console: switching to colour frame buffer device 128x48
  204. [ 0.961373] rockchip-drm display-subsystem: fb0: frame buffer device
  205. [ 0.991680] usbcore: registered new interface driver udl
  206. [ 0.997191] brd: module loaded
  207. [ 1.009190] loop: module loaded
  208. [ 1.009258] lkdtm: No crash points registered, enable through debugfs
  209. [ 1.011159] rockchip-spi 11090000.spi: Failed to request TX DMA channel
  210. [ 1.011187] rockchip-spi 11090000.spi: Failed to request RX DMA channel
  211. [ 1.011205] rockchip-spi 11090000.spi: no high_speed pinctrl state
  212. [ 1.014716] Rockchip WiFi SYS interface (V1.00) ...
  213. [ 1.014903] usbcore: registered new interface driver cdc_ether
  214. [ 1.015004] usbcore: registered new interface driver rndis_host
  215. [ 1.015176] usbcore: registered new interface driver cdc_ncm
  216. [ 1.015792] 30040000.usb supply vusb_d not found, using dummy regulator
  217. [ 1.015926] 30040000.usb supply vusb_a not found, using dummy regulator
  218. [ 1.139633] dwc2 30040000.usb: EPs: 10, dedicated fifos, 972 entries in SPRAM
  219. [ 1.140774] dwc2 30040000.usb: DWC OTG Controller
  220. [ 1.140828] dwc2 30040000.usb: new USB bus registered, assigned bus number 1
  221. [ 1.140886] dwc2 30040000.usb: irq 53, io mem 0x30040000
  222. [ 1.141215] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  223. [ 1.141240] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  224. [ 1.141258] usb usb1: Product: DWC OTG Controller
  225. [ 1.141275] usb usb1: Manufacturer: Linux 4.4.138-respeaker-r0 dwc2_hsotg
  226. [ 1.141293] usb usb1: SerialNumber: 30040000.usb
  227. [ 1.142439] hub 1-0:1.0: USB hub found
  228. [ 1.142524] hub 1-0:1.0: 1 port detected
  229. [ 1.779702] phy phy-11000000.syscon:usb2-phy@760.0: charger = USB_FLOATING_CHARGER
  230. [ 1.779974] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  231. [ 1.780004] ehci-platform: EHCI generic platform driver
  232. [ 1.783955] ehci-platform 30080000.usb: EHCI Host Controller
  233. [ 1.784012] ehci-platform 30080000.usb: new USB bus registered, assigned bus number 2
  234. [ 1.784319] ehci-platform 30080000.usb: irq 54, io mem 0x30080000
  235. [ 1.799629] ehci-platform 30080000.usb: USB 2.0 started, EHCI 1.00
  236. [ 1.799990] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
  237. [ 1.800014] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  238. [ 1.800031] usb usb2: Product: EHCI Host Controller
  239. [ 1.800049] usb usb2: Manufacturer: Linux 4.4.138-respeaker-r0 ehci_hcd
  240. [ 1.800065] usb usb2: SerialNumber: 30080000.usb
  241. [ 1.801249] hub 2-0:1.0: USB hub found
  242. [ 1.801325] hub 2-0:1.0: 1 port detected
  243. [ 1.804389] ehci-platform 300c0000.usb: EHCI Host Controller
  244. [ 1.804448] ehci-platform 300c0000.usb: new USB bus registered, assigned bus number 3
  245. [ 1.804743] ehci-platform 300c0000.usb: irq 56, io mem 0x300c0000
  246. [ 1.819596] ehci-platform 300c0000.usb: USB 2.0 started, EHCI 1.00
  247. [ 1.819947] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
  248. [ 1.819971] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  249. [ 1.819988] usb usb3: Product: EHCI Host Controller
  250. [ 1.820005] usb usb3: Manufacturer: Linux 4.4.138-respeaker-r0 ehci_hcd
  251. [ 1.820023] usb usb3: SerialNumber: 300c0000.usb
  252. [ 1.821139] hub 3-0:1.0: USB hub found
  253. [ 1.821220] hub 3-0:1.0: 1 port detected
  254. [ 1.824256] ehci-platform 30100000.usb: EHCI Host Controller
  255. [ 1.824313] ehci-platform 30100000.usb: new USB bus registered, assigned bus number 4
  256. [ 1.824606] ehci-platform 30100000.usb: irq 58, io mem 0x30100000
  257. [ 1.839590] ehci-platform 30100000.usb: USB 2.0 started, EHCI 1.00
  258. [ 1.839919] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
  259. [ 1.839942] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  260. [ 1.839960] usb usb4: Product: EHCI Host Controller
  261. [ 1.839977] usb usb4: Manufacturer: Linux 4.4.138-respeaker-r0 ehci_hcd
  262. [ 1.839994] usb usb4: SerialNumber: 30100000.usb
  263. [ 1.841134] hub 4-0:1.0: USB hub found
  264. [ 1.841212] hub 4-0:1.0: 1 port detected
  265. [ 1.842074] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  266. [ 1.842123] ohci-platform: OHCI generic platform driver
  267. [ 1.842561] ohci-platform 300a0000.usb: Generic Platform OHCI controller
  268. [ 1.842614] ohci-platform 300a0000.usb: new USB bus registered, assigned bus number 5
  269. [ 1.842839] ohci-platform 300a0000.usb: irq 55, io mem 0x300a0000
  270. [ 1.904670] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
  271. [ 1.904696] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  272. [ 1.904713] usb usb5: Product: Generic Platform OHCI controller
  273. [ 1.904731] usb usb5: Manufacturer: Linux 4.4.138-respeaker-r0 ohci_hcd
  274. [ 1.904748] usb usb5: SerialNumber: 300a0000.usb
  275. [ 1.905843] hub 5-0:1.0: USB hub found
  276. [ 1.905925] hub 5-0:1.0: 1 port detected
  277. [ 1.906846] ohci-platform 300e0000.usb: Generic Platform OHCI controller
  278. [ 1.906900] ohci-platform 300e0000.usb: new USB bus registered, assigned bus number 6
  279. [ 1.907159] ohci-platform 300e0000.usb: irq 57, io mem 0x300e0000
  280. [ 1.963880] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
  281. [ 1.963906] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  282. [ 1.963924] usb usb6: Product: Generic Platform OHCI controller
  283. [ 1.963942] usb usb6: Manufacturer: Linux 4.4.138-respeaker-r0 ohci_hcd
  284. [ 1.963959] usb usb6: SerialNumber: 300e0000.usb
  285. [ 1.965028] hub 6-0:1.0: USB hub found
  286. [ 1.965107] hub 6-0:1.0: 1 port detected
  287. [ 1.966018] ohci-platform 30120000.usb: Generic Platform OHCI controller
  288. [ 1.966072] ohci-platform 30120000.usb: new USB bus registered, assigned bus number 7
  289. [ 1.966302] ohci-platform 30120000.usb: irq 59, io mem 0x30120000
  290. [ 2.024030] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
  291. [ 2.024056] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  292. [ 2.024074] usb usb7: Product: Generic Platform OHCI controller
  293. [ 2.024093] usb usb7: Manufacturer: Linux 4.4.138-respeaker-r0 ohci_hcd
  294. [ 2.024110] usb usb7: SerialNumber: 30120000.usb
  295. [ 2.025216] hub 7-0:1.0: USB hub found
  296. [ 2.025306] hub 7-0:1.0: 1 port detected
  297. [ 2.026348] usbcore: registered new interface driver cdc_wdm
  298. [ 2.026382] usb20_otg: version 3.10a 21-DEC-2012
  299. [ 2.026912] usb20_host: version 3.10a 21-DEC-2012
  300. [ 2.028361] usbcore: registered new interface driver iforce
  301. [ 2.028539] usbcore: registered new interface driver xpad
  302. [ 2.028871] usbcore: registered new interface driver usbtouchscreen
  303. [ 2.029946] i2c /dev entries driver
  304. [ 2.061433] rk808 1-0018: Pmic Chip id: 0x0
  305. [ 2.139597] usb 3-1: new high-speed USB device number 2 using ehci-platform
  306. [ 2.290684] usb 3-1: New USB device found, idVendor=0ccd, idProduct=00b0
  307. [ 2.290710] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  308. [ 2.290727] usb 3-1: Product: USB Stick
  309. [ 2.290744] usb 3-1: Manufacturer: Max
  310. [ 2.290760] usb 3-1: SerialNumber: 080116
  311. [ 2.315567] rk808 1-0018: GPIO lookup for consumer dvs
  312. [ 2.315592] rk808 1-0018: using device tree for GPIO lookup
  313. [ 2.315613] of_get_named_gpiod_flags: can't parse 'dvs-gpios' property of node '/i2c@11050000/rk805@18[0]'
  314. [ 2.315632] of_get_named_gpiod_flags: can't parse 'dvs-gpio' property of node '/i2c@11050000/rk805@18[0]'
  315. [ 2.315648] rk808 1-0018: using lookup tables for GPIO lookup
  316. [ 2.315665] rk808 1-0018: lookup for GPIO dvs failed
  317. [ 2.315682] rk808-regulator rk808-regulator: there is no dvs0 gpio
  318. [ 2.315699] rk808 1-0018: GPIO lookup for consumer dvs
  319. [ 2.315714] rk808 1-0018: using device tree for GPIO lookup
  320. [ 2.315731] of_get_named_gpiod_flags: can't parse 'dvs-gpios' property of node '/i2c@11050000/rk805@18[1]'
  321. [ 2.315749] of_get_named_gpiod_flags: can't parse 'dvs-gpio' property of node '/i2c@11050000/rk805@18[1]'
  322. [ 2.315764] rk808 1-0018: using lookup tables for GPIO lookup
  323. [ 2.315780] rk808 1-0018: lookup for GPIO dvs failed
  324. [ 2.315795] rk808-regulator rk808-regulator: there is no dvs1 gpio
  325. [ 2.812670] rk808-rtc rk808-rtc: rtc core: registered rk808-rtc as rtc0
  326. [ 2.845448] rk3x-i2c 11050000.i2c: Initialized RK3xxx I2C bus at f0a78000
  327. [ 2.846893] rk3x-i2c 11060000.i2c: Initialized RK3xxx I2C bus at f0a7a000
  328. [ 2.847893] rk3x-i2c 11070000.i2c: Initialized RK3xxx I2C bus at f0a7c000
  329. [ 2.849388] usbcore: registered new interface driver uvcvideo
  330. [ 2.849404] USB Video Class driver (1.1.1)
  331. [ 2.852339] rockchip-thermal 11150000.tsadc: Missing tshut-polarity property, using default (low)
  332. [ 2.852367] rockchip-thermal 11150000.tsadc: Missing rockchip,grf property
  333. [ 2.852765] rockchip-thermal 11150000.tsadc: tsadc is probed successfully!
  334. [ 2.854583] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
  335. [ 2.854916] Bluetooth: Virtual HCI driver ver 1.5
  336. [ 2.855226] Bluetooth: HCI UART driver ver 2.3
  337. [ 2.855246] Bluetooth: HCI UART protocol H4 registered
  338. [ 2.855260] Bluetooth: HCI UART protocol LL registered
  339. [ 2.855273] Bluetooth: HCI UART protocol ATH3K registered
  340. [ 2.855285] Bluetooth: HCI UART protocol Three-wire (H5) registered
  341. [ 2.855466] Bluetooth: HCI UART protocol BCM registered
  342. [ 2.855624] usbcore: registered new interface driver bfusb
  343. [ 2.855789] usbcore: registered new interface driver btusb
  344. [ 2.855814] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
  345. [ 2.856252] cpu cpu0: leakage=4
  346. [ 2.856284] cpu cpu0: leakage-volt-sel=0
  347. [ 2.856354] cpu cpu0: Failed to get reg
  348. [ 2.856956] sdhci: Secure Digital Host Controller Interface driver
  349. [ 2.856972] sdhci: Copyright(c) Pierre Ossman
  350. [ 2.856994] Synopsys Designware Multimedia Card Interface Driver
  351. [ 2.858030] dwmmc_rockchip 30000000.dwmmc: IDMAC supports 32-bit address mode.
  352. [ 2.858146] dwmmc_rockchip 30000000.dwmmc: Using internal DMA controller.
  353. [ 2.858172] dwmmc_rockchip 30000000.dwmmc: Version ID is 270a
  354. [ 2.858272] dwmmc_rockchip 30000000.dwmmc: DW MMC controller at irq 50,32 bit host data width,256 deep fifo
  355. [ 2.858372] dwmmc_rockchip 30000000.dwmmc: No vmmc regulator found
  356. [ 2.858391] dwmmc_rockchip 30000000.dwmmc: No vqmmc regulator found
  357. [ 2.858424] dwmmc_rockchip 30000000.dwmmc: GPIO lookup for consumer cd
  358. [ 2.858442] dwmmc_rockchip 30000000.dwmmc: using device tree for GPIO lookup
  359. [ 2.858461] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/dwmmc@30000000[0]'
  360. [ 2.858478] of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/dwmmc@30000000[0]'
  361. [ 2.858495] dwmmc_rockchip 30000000.dwmmc: using lookup tables for GPIO lookup
  362. [ 2.858513] dwmmc_rockchip 30000000.dwmmc: lookup for GPIO cd failed
  363. [ 2.858533] dwmmc_rockchip 30000000.dwmmc: GPIO lookup for consumer wp
  364. [ 2.858549] dwmmc_rockchip 30000000.dwmmc: using device tree for GPIO lookup
  365. [ 2.858566] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@30000000[0]'
  366. [ 2.858582] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@30000000[0]'
  367. [ 2.858599] dwmmc_rockchip 30000000.dwmmc: using lookup tables for GPIO lookup
  368. [ 2.858616] dwmmc_rockchip 30000000.dwmmc: lookup for GPIO wp failed
  369. [ 2.869666] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  370. [ 2.890714] dwmmc_rockchip 30000000.dwmmc: 1 slots initialized
  371. [ 2.893379] dwmmc_rockchip 30010000.dwmmc: IDMAC supports 32-bit address mode.
  372. [ 2.893531] dwmmc_rockchip 30010000.dwmmc: Using internal DMA controller.
  373. [ 2.893558] dwmmc_rockchip 30010000.dwmmc: Version ID is 270a
  374. [ 2.893645] dwmmc_rockchip 30010000.dwmmc: DW MMC controller at irq 51,32 bit host data width,256 deep fifo
  375. [ 2.893732] dwmmc_rockchip 30010000.dwmmc: No vmmc regulator found
  376. [ 2.893750] dwmmc_rockchip 30010000.dwmmc: No vqmmc regulator found
  377. [ 2.893778] dwmmc_rockchip 30010000.dwmmc: GPIO lookup for consumer wp
  378. [ 2.893795] dwmmc_rockchip 30010000.dwmmc: using device tree for GPIO lookup
  379. [ 2.893814] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@30010000[0]'
  380. [ 2.893833] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@30010000[0]'
  381. [ 2.893849] dwmmc_rockchip 30010000.dwmmc: using lookup tables for GPIO lookup
  382. [ 2.893905] dwmmc_rockchip 30010000.dwmmc: lookup for GPIO wp failed
  383. [ 2.897885] dwmmc_rockchip 30020000.dwmmc: IDMAC supports 32-bit address mode.
  384. [ 2.897993] dwmmc_rockchip 30020000.dwmmc: Using internal DMA controller.
  385. [ 2.898019] dwmmc_rockchip 30020000.dwmmc: Version ID is 270a
  386. [ 2.898100] dwmmc_rockchip 30020000.dwmmc: DW MMC controller at irq 52,32 bit host data width,256 deep fifo
  387. [ 2.898178] dwmmc_rockchip 30020000.dwmmc: 'clock-freq-min-max' property was deprecated.
  388. [ 2.898243] dwmmc_rockchip 30020000.dwmmc: No vmmc regulator found
  389. [ 2.898260] dwmmc_rockchip 30020000.dwmmc: No vqmmc regulator found
  390. [ 2.898287] dwmmc_rockchip 30020000.dwmmc: GPIO lookup for consumer wp
  391. [ 2.898303] dwmmc_rockchip 30020000.dwmmc: using device tree for GPIO lookup
  392. [ 2.898322] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@30020000[0]'
  393. [ 2.898340] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@30020000[0]'
  394. [ 2.898356] dwmmc_rockchip 30020000.dwmmc: using lookup tables for GPIO lookup
  395. [ 2.898374] dwmmc_rockchip 30020000.dwmmc: lookup for GPIO wp failed
  396. [ 2.909686] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  397. [ 2.918367] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
  398. [ 2.918477] mmc0: new high speed SDHC card at address 0001
  399. [ 2.919657] mmcblk0: mmc0:0001 00000 14.6 GiB
  400. [ 2.921212] mmcblk0: p1 p2
  401. [ 2.929729] dwmmc_rockchip 30020000.dwmmc: 1 slots initialized
  402. [ 2.929943] sdhci-pltfm: SDHCI platform and OF driver helper
  403. [ 2.930501] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-leds/heartbeat[0]' - status (0)
  404. [ 2.930813] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-leds/mmc[0]' - status (0)
  405. [ 2.931296] ledtrig-cpu: registered to indicate activity on CPUs
  406. [ 2.931448] hidraw: raw HID events driver (C) Jiri Kosina
  407. [ 2.932002] ashmem: initialized
  408. [ 2.932577] rockchip-dmc dmc: Cannot get the regulator "center"
  409. [ 2.941142] rknandbase v1.2 2018-05-08
  410. [ 2.946694] usbcore: registered new interface driver snd-usb-audio
  411. [ 2.946862] usbcore: registered new interface driver snd-ua101
  412. [ 2.947012] usbcore: registered new interface driver snd-usb-caiaq
  413. [ 2.947150] usbcore: registered new interface driver snd-usb-6fire
  414. [ 2.947299] usbcore: registered new interface driver snd-usb-hiface
  415. [ 2.947409] usbcore: registered new interface driver snd-bcd2000
  416. [ 2.947529] usbcore: registered new interface driver snd_usb_pod
  417. [ 2.947641] usbcore: registered new interface driver snd_usb_podhd
  418. [ 2.947753] usbcore: registered new interface driver snd_usb_toneport
  419. [ 2.947863] usbcore: registered new interface driver snd_usb_variax
  420. [ 2.949042] u32 classifier
  421. [ 2.949062] input device check on
  422. [ 2.949073] Actions configured
  423. [ 2.949096] Netfilter messages via NETLINK v0.30.
  424. [ 2.949132] nfnl_acct: registering with nfnetlink.
  425. [ 2.949265] nf_conntrack version 0.5.0 (15741 buckets, 62964 max)
  426. [ 2.950689] Initializing XFRM netlink socket
  427. [ 2.951962] NET: Registered protocol family 10
  428. [ 2.953902] ip6_tables: (C) 2000-2006 Netfilter Core Team
  429. [ 2.954461] sit: IPv6 over IPv4 tunneling driver
  430. [ 2.955552] NET: Registered protocol family 17
  431. [ 2.955611] NET: Registered protocol family 15
  432. [ 2.955712] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
  433. [ 2.955775] Bridge firewalling registered
  434. [ 2.956006] Bluetooth: RFCOMM TTY layer initialized
  435. [ 2.956044] Bluetooth: RFCOMM socket layer initialized
  436. [ 2.956083] Bluetooth: RFCOMM ver 1.11
  437. [ 2.956123] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  438. [ 2.956147] Bluetooth: HIDP socket layer initialized
  439. [ 2.956172] 8021q: 802.1Q VLAN Support v1.8
  440. [ 2.956225] [WLAN_RFKILL]: Enter rfkill_wlan_init
  441. [ 2.956552] [WLAN_RFKILL]: Enter rfkill_wlan_probe
  442. [ 2.956587] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6212
  443. [ 2.956603] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
  444. [ 2.956617] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
  445. [ 2.956634] of_get_named_gpiod_flags: can't parse 'WIFI,poweren_gpio' property of node '/wireless-wlan[0]'
  446. [ 2.956652] of_get_named_gpiod_flags: can't parse 'WIFI,vbat_gpio' property of node '/wireless-wlan[0]'
  447. [ 2.956669] of_get_named_gpiod_flags: can't parse 'WIFI,reset_gpio' property of node '/wireless-wlan[0]'
  448. [ 2.956720] of_get_named_gpiod_flags: parsed 'WIFI,host_wake_irq' property of node '/wireless-wlan[0]' - status (0)
  449. [ 2.956735] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,host_wake_irq = 28, flags = 0.
  450. [ 2.956748] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
  451. [ 2.956766] [WLAN_RFKILL]: Exit rfkill_wlan_probe
  452. [ 2.956879] [BT_RFKILL]: Enter rfkill_rk_init
  453. [ 2.957365] of_get_named_gpiod_flags: parsed 'uart_rts_gpios' property of node '/wireless-bluetooth[0]' - status (0)
  454. [ 2.957387] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 102.
  455. [ 2.957409] of_get_named_gpiod_flags: can't parse 'BT,power_gpio' property of node '/wireless-bluetooth[0]'
  456. [ 2.957441] of_get_named_gpiod_flags: parsed 'BT,reset_gpio' property of node '/wireless-bluetooth[0]' - status (0)
  457. [ 2.957456] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 93.
  458. [ 2.957486] of_get_named_gpiod_flags: parsed 'BT,wake_gpio' property of node '/wireless-bluetooth[0]' - status (0)
  459. [ 2.957502] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 123.
  460. [ 2.957530] of_get_named_gpiod_flags: parsed 'BT,wake_host_irq' property of node '/wireless-bluetooth[0]' - status (0)
  461. [ 2.957546] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 122.
  462. [ 2.983186] [BT_RFKILL]: Request irq for bt wakeup host
  463. [ 2.983240] [BT_RFKILL]: BT_WAKE_HOST IRQ fired
  464. [ 2.983282] [BT_RFKILL]: ** disable irq
  465. [ 2.983601] [BT_RFKILL]: bt_default device registered.
  466. [ 2.983807] Key type dns_resolver registered
  467. [ 2.984911] ThumbEE CPU extension supported.
  468. [ 2.984957] Registering SWP/SWPB emulation handler
  469. [ 2.986307] Loading compiled-in X.509 certificates
  470. [ 2.987519] rga: Driver loaded successfully ver:4.01
  471. [ 2.987779] pvtm list NULL
  472. [ 2.989966] dwmmc_rockchip 30010000.dwmmc: IDMAC supports 32-bit address mode.
  473. [ 2.990108] dwmmc_rockchip 30010000.dwmmc: Using internal DMA controller.
  474. [ 2.990133] dwmmc_rockchip 30010000.dwmmc: Version ID is 270a
  475. [ 2.990207] dwmmc_rockchip 30010000.dwmmc: DW MMC controller at irq 51,32 bit host data width,256 deep fifo
  476. [ 2.990298] dwmmc_rockchip 30010000.dwmmc: No vmmc regulator found
  477. [ 2.990317] dwmmc_rockchip 30010000.dwmmc: No vqmmc regulator found
  478. [ 2.990345] dwmmc_rockchip 30010000.dwmmc: GPIO lookup for consumer wp
  479. [ 2.990361] dwmmc_rockchip 30010000.dwmmc: using device tree for GPIO lookup
  480. [ 2.990380] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@30010000[0]'
  481. [ 2.990399] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@30010000[0]'
  482. [ 2.990416] dwmmc_rockchip 30010000.dwmmc: using lookup tables for GPIO lookup
  483. [ 2.990432] dwmmc_rockchip 30010000.dwmmc: lookup for GPIO wp failed
  484. [ 2.990619] platform sdio-pwrseq: GPIO lookup for consumer reset
  485. [ 2.990638] platform sdio-pwrseq: using device tree for GPIO lookup
  486. [ 2.990672] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/sdio-pwrseq[0]' - status (0)
  487. [ 2.990738] dwmmc_rockchip 30010000.dwmmc: allocated mmc-pwrseq
  488. [ 3.009656] mmc_host mmc2: Bus speed (slot 0) = 976562Hz (slot req 400000Hz, actual 244140HZ div = 2)
  489. [ 3.029695] dwmmc_rockchip 30010000.dwmmc: 1 slots initialized
  490. [ 3.030401] rockchip-dmc dmc: Cannot get the regulator "center"
  491. [ 3.038486] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio_keys/key-1[0]' - status (0)
  492. [ 3.038575] gpio-121 (GPIO User Key): gpiod_set_debounce: missing set() or set_debounce() operations
  493. [ 3.039070] input: gpio_keys as /devices/platform/gpio_keys/input/input0
  494. [ 3.040364] rockchip-dmc dmc: Cannot get the regulator "center"
  495. [ 3.069613] mmc_host mmc2: Voltage change didn't complete
  496. [ 3.096548] rk808-rtc rk808-rtc: setting system clock to 1999-11-14 00:00:00 UTC (942537600)
  497. [ 3.104960] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
  498. [ 3.105058] mmc2: error -110 whilst initialising SDIO card
  499. [ 3.115473] vcc_otg_vbus: disabling
  500. [ 3.115840] ALSA device list:
  501. [ 3.115857] No soundcards found.
  502. [ 3.116201] ttyS2 - failed to request DMA, use interrupt mode
  503. [ 3.439547] dwmmc_rockchip 30020000.dwmmc: Busy; trying anyway
  504. [ 3.446013] mmc_host mmc1: Timeout sending command (cmd 0x202000 arg 0x0 status 0x0)
  505. [ 3.454860] mmc_host mmc2: Bus speed (slot 0) = 976562Hz (slot req 300000Hz, actual 244140HZ div = 2)
  506. [ 3.456999] Freeing unused kernel memory: 1024K
  507. [ 3.499713] mmc_host mmc2: Voltage change didn't complete
  508. [ 3.536994] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
  509. [ 3.537111] mmc2: error -110 whilst initialising SDIO card
  510. [ 3.559737] mmc_host mmc2: Bus speed (slot 0) = 976562Hz (slot req 200000Hz, actual 162760HZ div = 3)
  511. [ 3.583625] random: systemd-udevd: uninitialized urandom read (16 bytes read, 6 bits of entropy available)
  512. [ 3.584488] random: systemd-udevd: uninitialized urandom read (16 bytes read, 6 bits of entropy available)
  513. [ 3.584672] random: systemd-udevd: uninitialized urandom read (16 bytes read, 6 bits of entropy available)
  514. [ 3.592991] random: udevadm: uninitialized urandom read (16 bytes read, 6 bits of entropy available)
  515. [ 3.593358] random: udevadm: uninitialized urandom read (16 bytes read, 6 bits of entropy available)
  516. [ 3.594200] random: udevadm: uninitialized urandom read (16 bytes read, 6 bits of entropy available)
  517. [ 3.594868] random: udevadm: uninitialized urandom read (16 bytes read, 6 bits of entropy available)
  518. [ 3.595501] random: udevadm: uninitialized urandom read (16 bytes read, 6 bits of entropy available)
  519. [ 3.596165] random: udevadm: uninitialized urandom read (16 bytes read, 6 bits of entropy available)
  520. [ 3.599017] random: udevadm: uninitialized urandom read (16 bytes read, 6 bits of entropy available)
  521. [ 3.619677] mmc_host mmc2: Voltage change didn't complete
  522. [ 3.672722] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
  523. [ 3.672813] mmc2: error -110 whilst initialising SDIO card
  524. [ 3.699689] mmc_host mmc2: Bus speed (slot 0) = 976562Hz (slot req 100000Hz, actual 97656HZ div = 5)
  525. [ 3.759656] mmc_host mmc2: Voltage change didn't complete
  526. [ 3.846464] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
  527. [ 3.846575] mmc2: error -110 whilst initialising SDIO card
  528. [ 3.965024] rk_gmac-dwmac 30200000.ethernet: clock input or output? (output).
  529. [ 3.965059] rk_gmac-dwmac 30200000.ethernet: Can not read property: tx_delay.
  530. [ 3.973073] rk_gmac-dwmac 30200000.ethernet: set tx_delay to 0x30
  531. [ 3.979894] rk_gmac-dwmac 30200000.ethernet: Can not read property: rx_delay.
  532. [ 3.987801] rk_gmac-dwmac 30200000.ethernet: set rx_delay to 0x10
  533. [ 3.995047] rk_gmac-dwmac 30200000.ethernet: integrated PHY? (yes).
  534. [ 3.995314] rk_gmac-dwmac 30200000.ethernet: cannot get clock clk_mac_speed
  535. [ 4.015499] rk_gmac-dwmac 30200000.ethernet: init for RMII
  536. [ 4.049816] stmmac - user ID: 0x10, Synopsys ID: 0x35
  537. [ 4.049842] Ring mode enabled
  538. [ 4.049856] DMA HW capability register supported
  539. [ 4.049866] Normal descriptors
  540. [ 4.049878] RX Checksum Offload Engine supported (type 2)
  541. [ 4.049888] TX Checksum insertion supported
  542. [ 4.049898] Wake-Up On Lan supported
  543. [ 4.049999] Enable RX Mitigation via HW Watchdog Timer
  544. [ 4.058381] rockchip-dmc dmc: Cannot get the regulator "center"
  545. [ 4.239594] dwmmc_rockchip 30010000.dwmmc: Unexpected CMD11 timeout
  546. [ 4.253198] libphy: stmmac: probed
  547. [ 4.253229] eth%d: PHY ID 1234d400 at 0 IRQ POLL (stmmac-0:00) active
  548. [ 4.253243] eth%d: PHY ID 00000000 at 1 IRQ POLL (stmmac-0:01)
  549. [ 4.253258] eth%d: PHY ID 00000000 at 2 IRQ POLL (stmmac-0:02)
  550. [ 4.253272] eth%d: PHY ID 00000000 at 3 IRQ POLL (stmmac-0:03)
  551. [ 4.253285] eth%d: PHY ID 00000000 at 4 IRQ POLL (stmmac-0:04)
  552. [ 4.253298] eth%d: PHY ID 00000000 at 5 IRQ POLL (stmmac-0:05)
  553. [ 4.253311] eth%d: PHY ID 00000000 at 6 IRQ POLL (stmmac-0:06)
  554. [ 4.253326] eth%d: PHY ID 00000000 at 7 IRQ POLL (stmmac-0:07)
  555. [ 4.253340] eth%d: PHY ID 00000000 at 8 IRQ POLL (stmmac-0:08)
  556. [ 4.253354] eth%d: PHY ID 00000000 at 9 IRQ POLL (stmmac-0:09)
  557. [ 4.253367] eth%d: PHY ID 00000000 at 10 IRQ POLL (stmmac-0:0a)
  558. [ 4.253380] eth%d: PHY ID 00000000 at 11 IRQ POLL (stmmac-0:0b)
  559. [ 4.253394] eth%d: PHY ID 00000000 at 12 IRQ POLL (stmmac-0:0c)
  560. [ 4.253408] eth%d: PHY ID 00000000 at 13 IRQ POLL (stmmac-0:0d)
  561. [ 4.253422] eth%d: PHY ID 00000000 at 14 IRQ POLL (stmmac-0:0e)
  562. [ 4.253437] eth%d: PHY ID 00000000 at 15 IRQ POLL (stmmac-0:0f)
  563. [ 4.253451] eth%d: PHY ID 00000000 at 16 IRQ POLL (stmmac-0:10)
  564. [ 4.253465] eth%d: PHY ID 00000000 at 17 IRQ POLL (stmmac-0:11)
  565. [ 4.253479] eth%d: PHY ID 00000000 at 18 IRQ POLL (stmmac-0:12)
  566. [ 4.253495] eth%d: PHY ID 00000000 at 19 IRQ POLL (stmmac-0:13)
  567. [ 4.253509] eth%d: PHY ID 00000000 at 20 IRQ POLL (stmmac-0:14)
  568. [ 4.253522] eth%d: PHY ID 00000000 at 21 IRQ POLL (stmmac-0:15)
  569. [ 4.253535] eth%d: PHY ID 00000000 at 22 IRQ POLL (stmmac-0:16)
  570. [ 4.253549] eth%d: PHY ID 00000000 at 23 IRQ POLL (stmmac-0:17)
  571. [ 4.253563] eth%d: PHY ID 00000000 at 24 IRQ POLL (stmmac-0:18)
  572. [ 4.253576] eth%d: PHY ID 00000000 at 25 IRQ POLL (stmmac-0:19)
  573. [ 4.253589] eth%d: PHY ID 00000000 at 26 IRQ POLL (stmmac-0:1a)
  574. [ 4.253605] eth%d: PHY ID 00000000 at 27 IRQ POLL (stmmac-0:1b)
  575. [ 4.253621] eth%d: PHY ID 00000000 at 28 IRQ POLL (stmmac-0:1c)
  576. [ 4.253636] eth%d: PHY ID 00000000 at 29 IRQ POLL (stmmac-0:1d)
  577. [ 4.253652] eth%d: PHY ID 00000000 at 30 IRQ POLL (stmmac-0:1e)
  578. [ 4.253667] eth%d: PHY ID 00000000 at 31 IRQ POLL (stmmac-0:1f)
  579. [ 4.255677] rockchip-dmc dmc: Cannot get the regulator "center"
  580. [ 4.834012] random: nonblocking pool is initialized
  581. [ 5.471360] EXT4-fs (mmcblk0p2): recovery complete
  582. [ 5.490056] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  583. [ 5.974285] systemd[1]: System time before build time, advancing clock.
  584. [ 6.039618] vendor storage:20160801 ret = -1
  585. [ 6.042574] ip_tables: (C) 2000-2006 Netfilter Core Team
  586. [ 6.075935] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
  587. [ 6.076866] systemd[1]: Detected architecture arm.
  588. [ 6.084108] systemd[1]: Set hostname to <v2>.
  589. [ 6.620863] systemd[1]: Configuration file /lib/systemd/system/generic-board-startup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
  590. [ 6.633368] systemd[1]: Configuration file /lib/systemd/system/x11vnc.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
  591. [ 6.687722] systemd[1]: Created slice User and Session Slice.
  592. [ 6.688442] systemd[1]: Listening on Journal Socket (/dev/log).
  593. [ 6.688828] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  594. [ 6.689169] systemd[1]: Listening on RPCbind Server Activation Socket.
  595. [ 6.689461] systemd[1]: Listening on Syslog Socket.
  596. [ 6.690729] systemd[1]: Created slice System Slice.
  597. [ 6.690969] systemd[1]: Reached target Slices.
  598. [ 6.692165] systemd[1]: Created slice system-serial\x2dgetty.slice.
  599. [ 6.693347] systemd[1]: Created slice system-getty.slice.
  600. [ 6.698089] systemd[1]: Mounting RPC Pipe File System...
  601. [ 6.698686] systemd[1]: Listening on udev Kernel Socket.
  602. [ 6.699713] systemd[1]: Listening on Journal Socket.
  603. [ 6.704915] systemd[1]: Starting Remount Root and Kernel File Systems...
  604. [ 6.711891] systemd[1]: Starting Journal Service...
  605. [ 6.733395] systemd[1]: Starting Load Kernel Modules...
  606. [ 6.741379] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  607. [ 6.742760] systemd[1]: Reached target Swap.
  608. [ 6.757204] systemd[1]: Mounting POSIX Message Queue File System...
  609. [ 6.758184] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  610. [ 6.768050] systemd[1]: Starting Nameserver information manager...
  611. [ 6.769069] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  612. [ 6.769448] systemd[1]: Reached target Encrypted Volumes.
  613. [ 6.770022] systemd[1]: Reached target Paths.
  614. [ 6.789190] systemd[1]: Mounting Debug File System...
  615. [ 6.793471] systemd[1]: Listening on udev Control Socket.
  616. [ 6.837867] systemd[1]: Mounted POSIX Message Queue File System.
  617. [ 6.852009] systemd[1]: Started Remount Root and Kernel File Systems.
  618. [ 6.873862] systemd[1]: Started Create list of required static device nodes for the current kernel.
  619. [ 6.889521] systemd[1]: Started Load Kernel Modules.
  620. [ 6.903432] RPC: Registered named UNIX socket transport module.
  621. [ 6.903460] RPC: Registered udp transport module.
  622. [ 6.903473] RPC: Registered tcp transport module.
  623. [ 6.903484] RPC: Registered tcp NFSv4.1 backchannel transport module.
  624. [ 6.911109] systemd[1]: Mounted RPC Pipe File System.
  625. [ 6.912532] systemd[1]: Mounted Debug File System.
  626. [ 6.927537] systemd[1]: Started Nameserver information manager.
  627. [ 6.958740] systemd[1]: Starting Apply Kernel Variables...
  628. [ 6.968978] systemd[1]: Mounting Configuration File System...
  629. [ 6.984618] systemd[1]: Starting Create Static Device Nodes in /dev...
  630. [ 7.001106] systemd[1]: Starting udev Coldplug all Devices...
  631. [ 7.024040] systemd[1]: Starting Load/Save Random Seed...
  632. [ 7.031254] systemd[1]: Mounted Configuration File System.
  633. [ 7.072454] systemd[1]: Started Apply Kernel Variables.
  634. [ 7.129034] systemd[1]: Started Load/Save Random Seed.
  635. [ 7.165763] systemd[1]: Started Create Static Device Nodes in /dev.
  636. [ 7.172144] systemd[1]: Starting udev Kernel Device Manager...
  637. [ 7.172417] systemd[1]: Reached target Local File Systems (Pre).
  638. [ 7.174305] systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
  639. [ 7.178558] systemd[1]: Mounting /tmp...
  640. [ 7.180985] systemd[1]: var-log.mount: Directory /var/log to mount over is not empty, mounting anyway.
  641. [ 7.210340] systemd[1]: Mounting /var/log...
  642. [ 7.216121] systemd[1]: var-tmp.mount: Directory /var/tmp to mount over is not empty, mounting anyway.
  643. [ 7.222165] systemd[1]: Mounting /var/tmp...
  644. [ 7.229329] systemd[1]: var-cache-apt-archives.mount: Directory /var/cache/apt/archives to mount over is not empty, mounting anyway.
  645. [ 7.243746] systemd[1]: Mounting /var/cache/apt/archives...
  646. [ 7.325211] systemd[1]: Mounted /var/log.
  647. [ 7.325595] systemd[1]: Mounted /var/cache/apt/archives.
  648. [ 7.325986] systemd[1]: Mounted /var/tmp.
  649. [ 7.326404] systemd[1]: Mounted /tmp.
  650. [ 7.359406] systemd[1]: Reached target Local File Systems.
  651. [ 7.378083] systemd[1]: Starting Raise network interfaces...
  652. [ 7.395257] systemd[1]: Starting Preprocess NFS configuration...
  653. [ 7.454909] systemd[1]: Started Preprocess NFS configuration.
  654. [ 7.456136] systemd[1]: Reached target NFS client services.
  655. [ 7.638568] systemd[1]: Started Journal Service.
  656. [ 7.730286] systemd-journald[248]: Received request to flush runtime journal from PID 1
  657. [ 8.364503] rockchip-dmc dmc: Cannot get the regulator "center"
  658. [ 8.461442] get ac108 regulator name failed
  659. [ 8.480544] ac108_write error->[REG-0x06,val-0x01]
  660. [ 8.498815] ac108_write error->[REG-0x07,val-0x9b]
  661. [ 8.515205] ac108_write error->[REG-0x09,val-0x81]
  662. [ 8.527403] rk3228-codec 12010000.codec: GPIO lookup for consumer spk-en
  663. [ 8.527440] rk3228-codec 12010000.codec: using device tree for GPIO lookup
  664. [ 8.527460] of_get_named_gpiod_flags: can't parse 'spk-en-gpios' property of node '/codec@12010000[0]'
  665. [ 8.527508] of_get_named_gpiod_flags: parsed 'spk-en-gpio' property of node '/codec@12010000[0]' - status (0)
  666. [ 8.527576] rk3228-codec 12010000.codec: spk_depop_time use default value.
  667. [ 8.528678] rockchip-dmc dmc: Cannot get the regulator "center"
  668. [ 8.547569] ac108_write error->[REG-0xb4,val-0x03]
  669. [ 8.569760] ac108_read error2, ret = -6.
  670. [ 8.585484] 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 '-030a1a9', rk_ko_ver is '5', built at '11:23:52', on 'Jul 25 2018'.
  671. [ 8.585839] mali-utgard 20001000.gpu: mali_platform_device->num_resources = 13
  672. [ 8.585864] mali-utgard 20001000.gpu: resource[0].start = 0x0x20001000
  673. [ 8.585880] mali-utgard 20001000.gpu: resource[1].start = 0x0x20000000
  674. [ 8.585896] mali-utgard 20001000.gpu: resource[2].start = 0x0x20003000
  675. [ 8.585912] mali-utgard 20001000.gpu: resource[3].start = 0x0x20008000
  676. [ 8.585927] mali-utgard 20001000.gpu: resource[4].start = 0x0x20004000
  677. [ 8.585943] mali-utgard 20001000.gpu: resource[5].start = 0x0x2000a000
  678. [ 8.585959] mali-utgard 20001000.gpu: resource[6].start = 0x0x20005000
  679. [ 8.585974] mali-utgard 20001000.gpu: resource[7].start = 0x0x00000025
  680. [ 8.585989] mali-utgard 20001000.gpu: resource[8].start = 0x0x00000026
  681. [ 8.586005] mali-utgard 20001000.gpu: resource[9].start = 0x0x00000027
  682. [ 8.586020] mali-utgard 20001000.gpu: resource[10].start = 0x0x00000026
  683. [ 8.586036] mali-utgard 20001000.gpu: resource[11].start = 0x0x00000027
  684. [ 8.586051] mali-utgard 20001000.gpu: resource[12].start = 0x0x00000026
  685. [ 8.586067] D : [File] : drivers/gpu/arm/mali400/mali/platform/rk/rk.c; [Line] : 623; [Func] : mali_platform_device_init(); to add platform_specific_data to platform_device_of_mali.
  686. [ 8.586260] mali-utgard 20001000.gpu: leakage=3
  687. [ 8.586296] mali-utgard 20001000.gpu: leakage-volt-sel=0
  688. [ 8.586356] mali-utgard 20001000.gpu: Failed to get reg
  689. [ 8.586848] ac108_write error->[REG-0x20,val-0xef]
  690. [ 8.603166] ac108_write error->[REG-0x21,val-0x93]
  691. [ 8.606908] Mali: Mali device driver loaded
  692. [ 8.609390] rockchip-dmc dmc: Cannot get the regulator "center"
  693. [ 8.637300] ac108_write error->[REG-0x22,val-0x93]
  694. [ 8.653887] ac108_read error2, ret = -6.
  695. [ 8.679726] devfreq 20001000.gpu: Couldn't update frequency transition information.
  696. [ 8.694826] ac108_read error1
  697. [ 8.704658] ac108_write error->[REG-0x31,val-0xce]
  698. [ 8.720375] ac108_read error2, ret = -6.
  699. [ 8.747850] ac108_write error->[REG-0x33,val-0x1f]
  700. [ 8.763208] ac108_read error2, ret = -6.
  701. [ 8.774029] ac108_write error->[REG-0x34,val-0xad]
  702. [ 8.786385] ac108_read error1
  703. [ 8.798594] ac108_write error->[REG-0x35,val-0xfe]
  704. [ 8.830278] ac108_write error->[REG-0x3d,val-0x00]
  705. [ 8.856175] ac108_write error->[REG-0x3f,val-0x00]
  706. [ 8.881305] ac108_write error->[REG-0x45,val-0x00]
  707. [ 8.916194] ac108_write error->[REG-0x47,val-0x00]
  708. [ 8.933605] ac108_write error->[REG-0x61,val-0x1f]
  709. [ 8.947537] ac108_write error->[REG-0xbb,val-0x0f]
  710. [ 8.989175] ac108_write error->[REG-0xa0,val-0x07]
  711. [ 9.025087] ac108_write error->[REG-0xa7,val-0x07]
  712. [ 9.069777] ac108_write error->[REG-0xae,val-0x07]
  713. [ 9.116524] ac108_write error->[REG-0xb5,val-0x07]
  714. [ 9.215612] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/sound@0[0]'
  715. [ 9.215646] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/sound@0[0]'
  716. [ 9.241297] Unable to handle kernel NULL pointer dereference at virtual address 00000002
  717. [ 9.250381] pgd = ed178000
  718. [ 9.253398] [00000002] *pgd=00000000
  719. [ 9.257410] Internal error: Oops: 5 [#1] SMP ARM
  720. [ 9.262551] Modules linked in: snd_soc_simple_card(+) mali snd_soc_rk3228 snd_soc_ac108(+) snd_soc_rockchip_i2s sunrpc ip_tables autofs4 rockchip dwmac_rk stmmac_platform stmmac
  721. [ 9.280421] CPU: 3 PID: 401 Comm: systemd-udevd Not tainted 4.4.138-respeaker-r0 #2
  722. [ 9.288914] Hardware name: Generic DT based system
  723. [ 9.294250] task: ef39a580 task.stack: edae2000
  724. [ 9.299297] PC is at i2c_master_send+0x20/0x5c
  725. [ 9.304265] LR is at ac108_write+0x38/0x64 [snd_soc_ac108]
  726. [ 9.310358] pc : [<c05c3168>] lr : [<bf0b7094>] psr: 60030013
  727. sp : edae3b88 ip : edae3bb0 fp : edae3bac
  728. [ 9.323080] r10: 00000000 r9 : edab4e58 r8 : edab4ea0
  729. [ 9.328881] r7 : edab4e10 r6 : ee08b2d8 r5 : 00000012 r4 : 00000002
  730. [ 9.336130] r3 : 00000000 r2 : 00000002 r1 : edae3bb6 r0 : 00000000
  731. [ 9.343372] Flags: nZCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment none
  732. [ 9.351291] Control: 10c5387d Table: 8d17806a DAC: 00000051
  733. [ 9.357676]
  734. PC: 0xc05c30e8:
  735. [ 9.362422] 30e8 e3c33d7f e3c3303f e5933044 e3530000 0a000005 e1a00004 ebfffddf e3500000
  736. [ 9.371693] 3108 1a000005 e3e0500a ea00000a e10f3000 e3130080 1afffff6 ebfffb71 e1a01005
  737. [ 9.380958] 3128 e1a02006 e1a00004 ebfffeb8 e1a05000 e1a00004 ebfffb7f e1a00005 e89da8f0
  738. [ 9.390250] 3148 e1a0c00d e92dd810 e24cb004 e24dd014 e52de004 e8bd4000 e1a03000 e1a04002
  739. [ 9.399555] 3168 e1d320b2 e1d330b0 e50b1018 e24b1020 e14b22b0 e3a02001 e2033010 e5900018
  740. [ 9.408882] 3188 e14b31be e14b41bc ebffffc6 e3500001 01a00004 e24bd010 e89da810 e1a0c00d
  741. [ 9.418200] 31a8 e92dd810 e24cb004 e24dd014 e52de004 e8bd4000 e1a03000 e1a04002 e1d320b2
  742. [ 9.427488] 31c8 e1d330b0 e50b1018 e24b1020 e14b22b0 e3a02001 e2033010 e5900018 e3833001
  743. [ 9.436745]
  744. SP: 0xedae3b08:
  745. [ 9.441490] 3b08 ed87d018 00000000 00000001 00000000 c05c3168 60030013 ffffffff edae3b6c
  746. [ 9.450775] 3b28 edae3bac edae3b38 c010c820 c01011e4 00000000 edae3bb6 00000002 00000000
  747. [ 9.460031] 3b48 00000002 00000012 ee08b2d8 edab4e10 edab4ea0 edab4e58 00000000 edae3bac
  748. [ 9.469318] 3b68 edae3bb0 edae3b88 bf0b7094 c05c3168 60030013 ffffffff 00000051 bf0b7094
  749. [ 9.478662] 3b88 00000000 0000003b 00000002 edae3bb6 00000000 00000000 edae3bcc edae3bb0
  750. [ 9.487996] 3ba8 bf0b7094 c05c3154 00000000 12000000 edab4e00 bf0bb840 edae3bec edae3bd0
  751. [ 9.497314] 3bc8 bf0b8080 bf0b7068 edab4e28 ee044418 00000000 edab4e10 edae3bfc edae3bf0
  752. [ 9.506643] 3be8 c0743c80 bf0b8048 edae3c24 edae3c00 c074650c
  753. [ 9.512696] ac108_read error1
  754. [ 9.516266] c0743c68
  755. [ 9.518804] ee044418
  756. [ 9.519167] ac108_read error1
  757. [ 9.519435] get ac108 regulator name failed
  758. [ 9.519992] rockchip-dmc dmc: Cannot get the regulator "center"
  759. [ 9.534258] 00000000
  760.  
  761. [ 9.537039]
  762. IP: 0xedae3b30:
  763. [ 9.541789] 3b30 c010c820 c01011e4 00000000 edae3bb6 00000002 00000000 00000002 00000012
  764. [ 9.551015] 3b50 ee08b2d8 edab4e10 edab4ea0 edab4e58 00000000 edae3bac edae3bb0 edae3b88
  765. [ 9.560239] 3b70 bf0b7094 c05c3168 60030013 ffffffff 00000051 bf0b7094 00000000 0000003b
  766. [ 9.569477] 3b90 00000002 edae3bb6 00000000 00000000 edae3bcc edae3bb0 bf0b7094 c05c3154
  767. [ 9.578648] 3bb0 00000000 12000000 edab4e00 bf0bb840 edae3bec edae3bd0 bf0b8080 bf0b7068
  768. [ 9.587814] 3bd0 edab4e28 ee044418 00000000 edab4e10 edae3bfc edae3bf0 c0743c80 bf0b8048
  769. [ 9.596991] 3bf0 edae3c24 edae3c00 c074650c c0743c68 ee044418 00000000 00000000 ee803018
  770. [ 9.606120] 3c10 00000000 eda2c80c edae3c84 edae3c28 c0749130 c07463c8 00000000 ee044428
  771. [ 9.615250]
  772. FP: 0xedae3b2c:
  773. [ 9.619975] 3b2c edae3b38 c010c820 c01011e4 00000000 edae3bb6 00000002 00000000 00000002
  774. [ 9.629103] 3b4c 00000012 ee08b2d8 edab4e10 edab4ea0 edab4e58 00000000 edae3bac edae3bb0
  775. [ 9.638228] 3b6c edae3b88 bf0b7094 c05c3168 60030013 ffffffff 00000051 bf0b7094 00000000
  776. [ 9.647353] 3b8c 0000003b 00000002 edae3bb6 00000000 00000000 edae3bcc edae3bb0 bf0b7094
  777. [ 9.656480] 3bac c05c3154 00000000 12000000 edab4e00 bf0bb840 edae3bec edae3bd0 bf0b8080
  778. [ 9.665606] 3bcc bf0b7068 edab4e28 ee044418 00000000 edab4e10 edae3bfc edae3bf0 c0743c80
  779. [ 9.674737] 3bec bf0b8048 edae3c24 edae3c00 c074650c c0743c68 ee044418 00000000 00000000
  780. [ 9.683866] 3c0c ee803018 00000000 eda2c80c edae3c84 edae3c28 c0749130 c07463c8 00000000
  781. [ 9.692993]
  782. R1: 0xedae3b36:
  783. [ 9.697716] 3b34 c01011e4 00000000 edae3bb6 00000002 00000000 00000002 00000012 ee08b2d8
  784. [ 9.706842] 3b54 edab4e10 edab4ea0 edab4e58 00000000 edae3bac edae3bb0 edae3b88 bf0b7094
  785. [ 9.715974] 3b74 c05c3168 60030013 ffffffff 00000051 bf0b7094 00000000 0000003b 00000002
  786. [ 9.725106] 3b94 edae3bb6 00000000 00000000 edae3bcc edae3bb0 bf0b7094 c05c3154 00000000
  787. [ 9.734232] 3bb4 12000000 edab4e00 bf0bb840 edae3bec edae3bd0 bf0b8080 bf0b7068 edab4e28
  788. [ 9.743356] 3bd4 ee044418 00000000 edab4e10 edae3bfc edae3bf0 c0743c80 bf0b8048 edae3c24
  789. [ 9.752476] 3bf4 edae3c00 c074650c c0743c68 ee044418 00000000 00000000 ee803018 00000000
  790. [ 9.761595] 3c14 eda2c80c edae3c84 edae3c28 c0749130 c07463c8 00000000 ee044428 edae3cb8
  791. [ 9.770712] 3c34 c0f6c728 00000000 ee044430 ee044538 ee700618 ef2fd210 00000000 ef6d77d0
  792. [ 9.779837]
  793. R6: 0xee08b258:
  794. [ 9.784575] b258 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  795. [ 9.793708] b278 00000000 00000000 30302d32 ee006233 c04d5ac0 c0b8c5f5 00000014 00000000
  796. [ 9.802831] b298 ee08b300 ffffffed 00000000 00000000 00000000 00000000 00000000 00000000
  797. [ 9.811953] b2b8 00000000 00000000 ed8855c4 ed8855c4 c04d5ac0 c0b8c5f5 0000000c 00000000
  798. [ 9.821079] b2d8 ed885400 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  799. [ 9.830198] b2f8 00000000 00000000 30316361 2d322e38 62333030 ee08b300 ee08b30c 00000000
  800. [ 9.839321] b318 ee08b318 ee08b318 00000000 00000000 00000000 00000000 00000000 00000000
  801. [ 9.848434] b338 00000000 00000000 30316361 63702d38 0000306d 00000200 00000100 00000200
  802. [ 9.857561]
  803. R7: 0xedab4d90:
  804. [ 9.862286] 4d90 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  805. [ 9.871408] 4db0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  806. [ 9.880523] 4dd0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  807. [ 9.889646] 4df0 00000000 00000000 00000000 00000000 ed885420 bf0b97ac ed8d2008 ee186a08
  808. [ 9.898773] 4e10 00000000 00000000 00000004 00000000 00000000 00000000 ee08b300 0002003b
  809. [ 9.907893] 4e30 00000000 ed885420 ee044418 00000000 00000000 eda2ca38 ee186a44 bf0bb128
  810. [ 9.917017] 4e50 00000001 bf0b97bc ed919bc8 ed919bc8 00000000 00000000 00000000 00000000
  811. [ 9.926135] 4e70 00000001 00000000 dead4ead ffffffff ffffffff edab4e84 edab4e84 00000000
  812. [ 9.935262]
  813. R8: 0xedab4e20:
  814. [ 9.939986] 4e20 00000000 00000000 ee08b300 0002003b 00000000 ed885420 ee044418 00000000
  815. [ 9.949102] 4e40 00000000 eda2ca38 ee186a44 bf0bb128 00000001 bf0b97bc ed919bc8 ed919bc8
  816. [ 9.958230] 4e60 00000000 00000000 00000000 00000000 00000001 00000000 dead4ead ffffffff
  817. [ 9.967351] 4e80 ffffffff edab4e84 edab4e84 00000000 00000000 edab4e94 edab4e94 ed659260
  818. [ 9.976474] 4ea0 00000000 00000000 00000000 ed885420 edab4e28 ee044418 00000000 00000000
  819. [ 9.985599] 4ec0 00000000 00000000 00000000 00000000 00000000 ed6592f8 bf0b9b1c 00000010
  820. [ 9.994723] 4ee0 00000000 00000000 00000000 00000000 edab4e00 c0743c5c c0743c84 c0748348
  821. [ 10.003844] 4f00 c0b8faa5 ed659428 00000000 00000000 00000000 00000000 00000000 00000000
  822. [ 10.012961]
  823. R9: 0xedab4dd8:
  824. [ 10.017685] 4dd8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  825. [ 10.026811] 4df8 00000000 00000000 ed885420 bf0b97ac ed8d2008 ee186a08 00000000 00000000
  826. [ 10.035933] 4e18 00000004 00000000 00000000 00000000 ee08b300 0002003b 00000000 ed885420
  827. [ 10.045058] 4e38 ee044418 00000000 00000000 eda2ca38 ee186a44 bf0bb128 00000001 bf0b97bc
  828. [ 10.054181] 4e58 ed919bc8 ed919bc8 00000000 00000000 00000000 00000000 00000001 00000000
  829. [ 10.063304] 4e78 dead4ead ffffffff ffffffff edab4e84 edab4e84 00000000 00000000 edab4e94
  830. [ 10.072428] 4e98 edab4e94 ed659260 00000000 00000000 00000000 ed885420 edab4e28 ee044418
  831. [ 10.081552] 4eb8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 ed6592f8
  832. [ 10.090672] Process systemd-udevd (pid: 401, stack limit = 0xedae2258)
  833. [ 10.097893] Stack: (0xedae3b88 to 0xedae4000)
  834. [ 10.102717] 3b80: 00000000 0000003b 00000002 edae3bb6 00000000 00000000
  835. [ 10.111775] 3ba0: edae3bcc edae3bb0 bf0b7094 c05c3154 00000000 12000000 edab4e00 bf0bb840
  836. [ 10.120830] 3bc0: edae3bec edae3bd0 bf0b8080 bf0b7068 edab4e28 ee044418 00000000 edab4e10
  837. [ 10.129884] 3be0: edae3bfc edae3bf0 c0743c80 bf0b8048 edae3c24 edae3c00 c074650c c0743c68
  838. [ 10.138939] 3c00: ee044418 00000000 00000000 ee803018 00000000 eda2c80c edae3c84 edae3c28
  839. [ 10.147995] 3c20: c0749130 c07463c8 00000000 ee044428 edae3cb8 c0f6c728 00000000 ee044430
  840. [ 10.157049] 3c40: ee044538 ee700618 ef2fd210 00000000 ef6d77d0 00000000 edae3c84 ee700598
  841. [ 10.166102] 3c60: ef6f12c4 ee044418 ef2fd210 00000000 00000002 00000024 edae3cac edae3c88
  842. [ 10.175157] 3c80: c07544e4 c0748918 c0bde82a ef6f12c4 ee044418 ef6f12c4 fffffdfb ef2fd210
  843. [ 10.184212] 3ca0: edae3ce4 edae3cb0 bf121cb4 c07544a0 00000000 bf12314c 00000000 00000100
  844. [ 10.193266] 3cc0: bf1219c0 ef2fd210 bf12314c 00000009 bf12314c ee7002a4 edae3d04 edae3ce8
  845. [ 10.202322] 3ce0: c04d3cdc bf1219cc ef2fd210 c0ffc7cc 00000000 00000009 edae3d2c edae3d08
  846. [ 10.211381] 3d00: c04d2020 c04d3c88 ef2fd210 ef2fd244 bf12314c c0f46290 c0f0bb60 ee7002a4
  847. [ 10.220433] 3d20: edae3d4c edae3d30 c04d216c c04d1e84 00000000 bf12314c c04d2110 c0f46290
  848. [ 10.229491] 3d40: edae3d74 edae3d50 c04d0504 c04d211c ef1a0e74 ef1e8fc0 c097f1fc bf12314c
  849. [ 10.238548] 3d60: ee657580 00000000 edae3d84 edae3d78 c04d1aa8 c04d0480 edae3dac edae3d88
  850. [ 10.247602] 3d80: c04d16e4 c04d1a8c bf122418 edae3d98 bf12314c ee700380 00000000 c0f0bb60
  851. [ 10.256656] 3da0: edae3dc4 edae3db0 c04d2cd4 c04d156c bf126000 ee700380 edae3dd4 edae3dc8
  852. [ 10.265713] 3dc0: c04d3c1c c04d2c30 edae3de4 edae3dd8 bf126018 c04d3be8 edae3e5c edae3de8
  853. [ 10.274768] 3de0: c0101ba8 bf12600c edae3e34 edae3df8 c01f3aec ee670580 c0222308 f0f6f000
  854. [ 10.283824] 3e00: 00000001 c022e27c 024000c0 edae3f44 edae3e5c edae3e20 c022e27c c097bf4c
  855. [ 10.292881] 3e20: 00000001 c0222308 00000004 c0fef8b4 f0f6f000 bf1231c0 edae3f44 bf1231c0
  856. [ 10.301934] 3e40: edae3f44 ee700340 ee700280 00000001 edae3e84 edae3e60 c01ec0a8 c0101a14
  857. [ 10.310988] 3e60: edae3e84 edae3e70 c022245c bf1231c0 edae3f44 00000001 edae3f3c edae3e88
  858. [ 10.320032] 3e80: c01a51e8 c01ec048 bf1231cc 00007fff bf1231c0 c01a2038 00000000 b6e91bb8
  859. [ 10.329085] 3ea0: bf12339c edae3eb0 bf127000 00000000 c0a02e2c bf123208 bf1231cc 00000000
  860. [ 10.338139] 3ec0: 000095cf 00000000 0b300002 c0f281a4 00000001 00000000 00000000 bf122024
  861. [ 10.347190] 3ee0: 00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  862. [ 10.356245] 3f00: 00000000 00000000 00000000 00000000 edae3f2c 00000000 b6e91bb8 00000007
  863. [ 10.365300] 3f20: 0000017b c0107844 edae2000 00000080 edae3fa4 edae3f40 c01a5400 c01a34ac
  864. [ 10.374354] 3f40: 7fcc1cb0 f0f6f000 00003528 f0f71f88 f0f71e10 f0f711a8 00003000 00003240
  865. [ 10.383410] 3f60: 00000000 00000000 00000000 00001f10 00000021 00000022 00000019 00000000
  866. [ 10.392465] 3f80: 00000011 00000000 7fcc1cb0 7fcc1cb0 7fcb55a0 3010fc00 00000000 edae3fa8
  867. [ 10.401522] 3fa0: c0107820 c01a539c 7fcc1cb0 7fcb55a0 00000007 b6e91bb8 00000000 b6e92398
  868. [ 10.410575] 3fc0: 7fcc1cb0 7fcb55a0 3010fc00 0000017b 00020000 7f65c3cc 00000000 7fcc1cb0
  869. [ 10.419618] 3fe0: beb8e8e8 beb8e8d8 b6e8baeb b6d9c1c2 60070030 00000007 00000000 00000000
  870. [ 10.428706] [<c05c3168>] (i2c_master_send) from [<bf0b7094>] (ac108_write+0x38/0x64 [snd_soc_ac108])
  871. [ 10.438843] [<bf0b7094>] (ac108_write [snd_soc_ac108]) from [<bf0b8080>] (ac108_probe+0x44/0x54 [snd_soc_ac108])
  872. [ 10.450124] [<bf0b8080>] (ac108_probe [snd_soc_ac108]) from [<c0743c80>] (snd_soc_codec_drv_probe+0x24/0x28)
  873. [ 10.461011] [<c0743c80>] (snd_soc_codec_drv_probe) from [<c074650c>] (soc_probe_component+0x150/0x308)
  874. [ 10.471319] [<c074650c>] (soc_probe_component) from [<c0749130>] (snd_soc_register_card+0x824/0xe44)
  875. [ 10.481435] [<c0749130>] (snd_soc_register_card) from [<c07544e4>] (devm_snd_soc_register_card+0x50/0x8c)
  876. [ 10.492043] [<c07544e4>] (devm_snd_soc_register_card) from [<bf121cb4>] (asoc_simple_card_probe+0x2f4/0x424 [snd_soc_simple_card])
  877. [ 10.505052] [<bf121cb4>] (asoc_simple_card_probe [snd_soc_simple_card]) from [<c04d3cdc>] (platform_drv_probe+0x60/0xac)
  878. [ 10.517091] [<c04d3cdc>] (platform_drv_probe) from [<c04d2020>] (driver_probe_device+0x1a8/0x298)
  879. [ 10.526917] [<c04d2020>] (driver_probe_device) from [<c04d216c>] (__driver_attach+0x5c/0x9c)
  880. [ 10.536263] [<c04d216c>] (__driver_attach) from [<c04d0504>] (bus_for_each_dev+0x90/0xa0)
  881. [ 10.545320] [<c04d0504>] (bus_for_each_dev) from [<c04d1aa8>] (driver_attach+0x28/0x30)
  882. [ 10.554204] [<c04d1aa8>] (driver_attach) from [<c04d16e4>] (bus_add_driver+0x184/0x1ec)
  883. [ 10.563084] [<c04d16e4>] (bus_add_driver) from [<c04d2cd4>] (driver_register+0xb0/0xf0)
  884. [ 10.571958] [<c04d2cd4>] (driver_register) from [<c04d3c1c>] (__platform_driver_register+0x40/0x54)
  885. [ 10.581995] [<c04d3c1c>] (__platform_driver_register) from [<bf126018>] (asoc_simple_card_init+0x18/0x1000 [snd_soc_simple_card])
  886. [ 10.594913] [<bf126018>] (asoc_simple_card_init [snd_soc_simple_card]) from [<c0101ba8>] (do_one_initcall+0x1a0/0x1d4)
  887. [ 10.606762] [<c0101ba8>] (do_one_initcall) from [<c01ec0a8>] (do_init_module+0x6c/0x3a4)
  888. [ 10.615733] [<c01ec0a8>] (do_init_module) from [<c01a51e8>] (load_module+0x1d48/0x1d94)
  889. [ 10.624604] [<c01a51e8>] (load_module) from [<c01a5400>] (SyS_finit_module+0x70/0x78)
  890. [ 10.633281] [<c01a5400>] (SyS_finit_module) from [<c0107820>] (__sys_trace_return+0x0/0x10)
  891. [ 10.642529] Code: e52de004 e8bd4000 e1a03000 e1a04002 (e1d320b2)
  892. [ 10.649438] ---[ end trace 572ffdd542488a3e ]---
  893. [ 10.911526] [BT_RFKILL]: rfkill_rk_set_power: set bt wake_host pin output high!
  894. [ 10.979723] [BT_RFKILL]: ENABLE UART_RTS
  895. [ 11.089674] [BT_RFKILL]: DISABLE UART_RTS
  896. [ 11.094194] [BT_RFKILL]: bt turn on power
  897. [ 11.332048] cfg80211: World regulatory domain updated:
  898. [ 11.337765] cfg80211: DFS Master region: unset
  899. [ 11.342707] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  900. [ 11.353573] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  901. [ 11.362554] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz, 92000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  902. [ 11.373104] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
  903. [ 11.382113] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  904. [ 11.392793] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
  905. [ 11.403404] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
  906. [ 11.412484] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
  907. [ 11.421498] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
  908. [ 14.400063] rk_gmac-dwmac 30200000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
  909. [ 17.388821] dwc2 30040000.usb: bound driver configfs-gadget
  910. [ 28.108025] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement