Advertisement
CorneliusSmith

Firefly Dmesg

Sep 29th, 2018
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 59.22 KB | None | 0 0
  1. [    0.000000] Booting Linux on physical CPU 0x0
  2. [    0.000000] Initializing cgroup subsys cpuset
  3. [    0.000000] Initializing cgroup subsys cpu
  4. [    0.000000] Initializing cgroup subsys cpuacct
  5. [    0.000000] Linux version 4.4.114 (zouxf@tchip14) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.9) ) #63 SMP Thu Sep 20 19:36:41 CST 2018
  6. [    0.000000] Boot CPU: AArch64 Processor [410fd034]
  7. [    0.000000] earlycon: Early serial console at MMIO32 0xff130000 (options '')
  8. [    0.000000] bootconsole [uart0] enabled
  9. [    0.000000] On node 0 totalpages: 523776
  10. [    0.000000]   DMA zone: 8184 pages used for memmap
  11. [    0.000000]   DMA zone: 0 pages reserved
  12. [    0.000000]   DMA zone: 523776 pages, LIFO batch:31
  13. [    0.000000] psci: probing for conduit method from DT.
  14. [    0.000000] psci: PSCIv1.0 detected in firmware.
  15. [    0.000000] psci: Using standard PSCI v0.2 function IDs
  16. [    0.000000] psci: MIGRATE_INFO_TYPE not supported.
  17. [    0.000000] PERCPU: Embedded 21 pages/cpu @ffffffc07ff40000 s45800 r8192 d32024 u86016
  18. [    0.000000] pcpu-alloc: s45800 r8192 d32024 u86016 alloc=21*4096
  19. [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  20. [    0.000000] Detected VIPT I-cache on CPU0
  21. [    0.000000] CPU features: enabling workaround for ARM erratum 845719
  22. [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 515592
  23. [    0.000000] Kernel command line: rockchip_jtag earlyprintk=uart8250-32bit,0xff130000 earlycon=uart8250,mmio32,0xff130000 rw root=PARTUUID=b921b045-1d rootwait rootfstype=ext4 init=/sbin/init
  24. [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  25. [    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
  26. [    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
  27. [    0.000000] software IO TLB [mem 0x79800000-0x7d800000] (64MB) mapped at [ffffffc079800000-ffffffc07d7fffff]
  28. [    0.000000] Memory: 1975416K/2095104K available (9982K kernel code, 1404K rwdata, 3776K rodata, 1088K init, 695K bss, 119688K reserved, 0K cma-reserved)
  29. [    0.000000] Virtual kernel memory layout:
  30.                    modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
  31.                    vmalloc : 0xffffff8008000000 - 0xffffffbdbfff0000   (   246 GB)
  32.                      .init : 0xffffff8008e00000 - 0xffffff8008f10000   (  1088 KB)
  33.                      .text : 0xffffff8008080000 - 0xffffff8008a40000   (  9984 KB)
  34.                    .rodata : 0xffffff8008a40000 - 0xffffff8008e00000   (  3840 KB)
  35.                      .data : 0xffffff8008f10000 - 0xffffff800906f008   (  1405 KB)
  36.                    vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000   (     8 GB maximum)
  37.                              0xffffffbdc0008000 - 0xffffffbdc2000000   (    31 MB actual)
  38.                    fixed   : 0xffffffbffe7fb000 - 0xffffffbffec00000   (  4116 KB)
  39.                    PCI I/O : 0xffffffbffee00000 - 0xffffffbfffe00000   (    16 MB)
  40.                    memory  : 0xffffffc000200000 - 0xffffffc080000000   (  2046 MB)
  41. [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  42. [    0.000000] Hierarchical RCU implementation.
  43. [    0.000000]  Build-time adjustment of leaf fanout to 64.
  44. [    0.000000]  RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  45. [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
  46. [    0.000000] NR_IRQS:64 nr_irqs:64 0
  47. [    0.000000] GIC: Using split EOI/Deactivate mode
  48. [    0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
  49. [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  50. [    0.000010] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  51. [    0.001845] Console: colour dummy device 80x25
  52. [    0.002263] console [tty0] enabled
  53. [    0.002589] bootconsole [uart0] disabled
  54. [    0.003000] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
  55. [    0.003041] pid_max: default: 32768 minimum: 301
  56. [    0.003251] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
  57. [    0.003286] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
  58. [    0.004353] Initializing cgroup subsys devices
  59. [    0.004396] Initializing cgroup subsys freezer
  60. [    0.004445] ftrace: allocating 37192 entries in 146 pages
  61. [    0.118386] sched-energy: CPU device node has no sched-energy-costs
  62. [    0.118431] Invalid sched_group_energy for CPU0
  63. [    0.118452] CPU0: update cpu_capacity 1024
  64. [    0.118536] ASID allocator initialised with 32768 entries
  65. [    0.124760] Detected VIPT I-cache on CPU1
  66. [    0.124839] Invalid sched_group_energy for CPU1
  67. [    0.124846] CPU1: update cpu_capacity 1024
  68. [    0.124853] CPU1: Booted secondary processor [410fd034]
  69. [    0.125651] Detected VIPT I-cache on CPU2
  70. [    0.125711] Invalid sched_group_energy for CPU2
  71. [    0.125718] CPU2: update cpu_capacity 1024
  72. [    0.125722] CPU2: Booted secondary processor [410fd034]
  73. [    0.126520] Detected VIPT I-cache on CPU3
  74. [    0.126571] Invalid sched_group_energy for CPU3
  75. [    0.126578] CPU3: update cpu_capacity 1024
  76. [    0.126583] CPU3: Booted secondary processor [410fd034]
  77. [    0.126709] Brought up 4 CPUs
  78. [    0.126912] SMP: Total of 4 processors activated.
  79. [    0.126948] CPU: All CPU(s) started at EL2
  80. [    0.127024] alternatives: patching kernel code
  81. [    0.127365] Invalid sched_group_energy for CPU3
  82. [    0.127402] Invalid sched_group_energy for Cluster3
  83. [    0.127430] Invalid sched_group_energy for CPU2
  84. [    0.127497] Invalid sched_group_energy for Cluster2
  85. [    0.127527] Invalid sched_group_energy for CPU1
  86. [    0.127556] Invalid sched_group_energy for Cluster1
  87. [    0.127585] Invalid sched_group_energy for CPU0
  88. [    0.127612] Invalid sched_group_energy for Cluster0
  89. [    0.128590] devtmpfs: initialized
  90. [    0.152406] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
  91. [    0.152504] futex hash table entries: 1024 (order: 4, 65536 bytes)
  92. [    0.153204] xor: measuring software checksum speed
  93. [    0.163013]    8regs     :  1080.000 MB/sec
  94. [    0.173104]    8regs_prefetch:   968.000 MB/sec
  95. [    0.183187]    32regs    :  1352.000 MB/sec
  96. [    0.193282]    32regs_prefetch:  1116.000 MB/sec
  97. [    0.193314] xor: using function: 32regs (1352.000 MB/sec)
  98. [    0.193389] pinctrl core: initialized pinctrl subsystem
  99. [    0.193869] regulator-dummy: no parameters
  100. [    0.194960] NET: Registered protocol family 16
  101. [    0.199423] cpuidle: using governor ladder
  102. [    0.203447] cpuidle: using governor menu
  103. [    0.203497] Registered FIQ tty driver
  104. [    0.203914] vdso: 2 pages (1 code @ ffffff8008a46000, 1 data @ ffffff8008f14000)
  105. [    0.203994] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  106. [    0.204220] DMA: preallocated 256 KiB pool for atomic allocations
  107. [    0.222559] gpiochip_add: registered GPIOs 1000 to 1031 on device: gpio0
  108. [    0.222721] gpiochip_add: registered GPIOs 1032 to 1063 on device: gpio1
  109. [    0.222859] gpiochip_add: registered GPIOs 1064 to 1095 on device: gpio2
  110. [    0.223038] gpiochip_add: registered GPIOs 1096 to 1127 on device: gpio3
  111. [    0.234331] genirq: Setting trigger mode 8 for irq 176 failed (gic_set_type+0x0/0x68)
  112. [    0.289129] console [ttyFIQ0] enabled
  113. [    0.289890] Registered fiq debugger ttyFIQ0
  114. [    0.326929] raid6: int64x1  gen()   187 MB/s
  115. [    0.343930] raid6: int64x1  xor()   179 MB/s
  116. [    0.361148] raid6: int64x2  gen()   292 MB/s
  117. [    0.378116] raid6: int64x2  xor()   269 MB/s
  118. [    0.395304] raid6: int64x4  gen()   457 MB/s
  119. [    0.412377] raid6: int64x4  xor()   326 MB/s
  120. [    0.429412] raid6: int64x8  gen()   328 MB/s
  121. [    0.446564] raid6: int64x8  xor()   265 MB/s
  122. [    0.463708] raid6: neonx1   gen()   359 MB/s
  123. [    0.480766] raid6: neonx1   xor()   353 MB/s
  124. [    0.497953] raid6: neonx2   gen()   562 MB/s
  125. [    0.514972] raid6: neonx2   xor()   482 MB/s
  126. [    0.532115] raid6: neonx4   gen()   753 MB/s
  127. [    0.549231] raid6: neonx4   xor()   570 MB/s
  128. [    0.566304] raid6: neonx8   gen()   769 MB/s
  129. [    0.583459] raid6: neonx8   xor()   574 MB/s
  130. [    0.583864] raid6: using algorithm neonx8 gen() 769 MB/s
  131. [    0.584357] raid6: .... xor() 574 MB/s, rmw enabled
  132. [    0.584821] raid6: using intx1 recovery algorithm
  133. [    0.585914] mpp venc_srv: mpp_probe enter
  134. [    0.586339] mpp venc_srv: init success
  135. [    0.587600] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc-phy-regulator[0]'
  136. [    0.587648] vcc_phy: no parameters
  137. [    0.588031] reg-fixed-voltage vcc-phy-regulator: vcc_phy supplying 0uV
  138. [    0.588410] of_get_named_gpiod_flags: parsed 'gpio' property of node '/sdmmc-regulator[0]' - status (0)
  139. [    0.588489] reg-fixed-voltage sdmmc-regulator: Looking up vin-supply from device tree
  140. [    0.588515] vcc_sd: unable to resolve supply
  141. [    0.588535] vcc_sd: 3300 mV
  142. [    0.588836] reg-fixed-voltage sdmmc-regulator: Looking up vin-supply from device tree
  143. [    0.588863] vcc_sd: regulator get failed, ret=-517
  144. [    0.589364] reg-fixed-voltage sdmmc-regulator: Looking up vin-supply from device tree
  145. [    0.589387] vcc_sd: unable to resolve supply
  146. [    0.589406] reg-fixed-voltage sdmmc-regulator: vcc_sd supplying 3300000uV
  147. [    0.589735] of_get_named_gpiod_flags: parsed 'gpio' property of node '/vcc5v0-host-regulator[0]' - status (0)
  148. [    0.589803] vcc_host1_5v: no parameters
  149. [    0.590163] reg-fixed-voltage sdmmc-regulator: Looking up vin-supply from device tree
  150. [    0.590191] vcc_sd: unable to resolve supply
  151. [    0.590210] reg-fixed-voltage vcc5v0-host-regulator: vcc_host1_5v supplying 0uV
  152. [    0.590515] of_get_named_gpiod_flags: parsed 'gpio' property of node '/vcc-host-5v-regulator[0]' - status (0)
  153. [    0.590588] reg-fixed-voltage vcc-host-5v-regulator: Looking up vin-supply from device tree
  154. [    0.590656] vcc_host_5v: unable to resolve supply
  155. [    0.590679] vcc_host_5v: no parameters
  156. [    0.590963] reg-fixed-voltage vcc-host-5v-regulator: Looking up vin-supply from device tree
  157. [    0.591029] vcc_host_5v: regulator get failed, ret=-517
  158. [    0.591571] reg-fixed-voltage sdmmc-regulator: Looking up vin-supply from device tree
  159. [    0.591595] vcc_sd: unable to resolve supply
  160. [    0.591612] reg-fixed-voltage vcc-host-5v-regulator: Looking up vin-supply from device tree
  161. [    0.591660] vcc_host_5v: unable to resolve supply
  162. [    0.591678] reg-fixed-voltage vcc-host-5v-regulator: vcc_host_5v supplying 0uV
  163. [    0.591806] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc-sys[0]'
  164. [    0.591846] vcc_sys: 5000 mV
  165. [    0.592182] reg-fixed-voltage sdmmc-regulator: Looking up vin-supply from device tree
  166. [    0.592209] vcc_sd: unable to resolve supply
  167. [    0.592224] reg-fixed-voltage vcc-host-5v-regulator: Looking up vin-supply from device tree
  168. [    0.592286] vcc_host_5v: supplied by vcc_sys
  169. [    0.592793] reg-fixed-voltage vcc-sys: vcc_sys supplying 5000000uV
  170. [    0.593718] iommu: Adding device ff350000.vpu_service to group 0
  171. [    0.594418] iommu: Adding device ff351000.avsd to group 1
  172. [    0.595056] iommu: Adding device ff360000.rkvdec to group 2
  173. [    0.595664] iommu: Adding device ff330000.h265e to group 3
  174. [    0.596284] iommu: Adding device ff340000.vepu to group 4
  175. [    0.596882] iommu: Adding device ff370000.vop to group 5
  176. [    0.598671] rk_iommu ff360480.iommu: can't get aclk
  177. [    0.599153] rk_iommu ff360480.iommu: can't get hclk
  178. [    0.599854] rk_iommu ff330200.iommu: can't get aclk
  179. [    0.600329] rk_iommu ff330200.iommu: can't get hclk
  180. [    0.601229] rk_iommu ff373f00.iommu: can't get aclk
  181. [    0.601701] rk_iommu ff373f00.iommu: can't get hclk
  182. [    0.603005] SCSI subsystem initialized
  183. [    0.603775] usbcore: registered new interface driver usbfs
  184. [    0.604369] usbcore: registered new interface driver hub
  185. [    0.605030] usbcore: registered new device driver usb
  186. [    0.605598] media: Linux media interface: v0.10
  187. [    0.606099] Linux video capture interface: v2.00
  188. [    0.606619] pps_core: LinuxPPS API ver. 1 registered
  189. [    0.607099] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  190. [    0.607968] PTP clock support registered
  191. [    0.610476] Advanced Linux Sound Architecture Driver Initialized.
  192. [    0.612012] Bluetooth: Core ver 2.21
  193. [    0.612431] NET: Registered protocol family 31
  194. [    0.612849] Bluetooth: HCI device and connection manager initialized
  195. [    0.613460] Bluetooth: HCI socket layer initialized
  196. [    0.613933] Bluetooth: L2CAP socket layer initialized
  197. [    0.614457] Bluetooth: SCO socket layer initialized
  198. [    0.616347] rockchip-cpuinfo cpuinfo: Serial     : 5f2ca1dd6ce95496
  199. [    0.617868] clocksource: Switched to clocksource arch_sys_counter
  200. [    0.733059] NET: Registered protocol family 2
  201. [    0.734447] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
  202. [    0.735418] TCP bind hash table entries: 16384 (order: 7, 524288 bytes)
  203. [    0.737078] TCP: Hash tables configured (established 16384 bind 16384)
  204. [    0.737840] UDP hash table entries: 1024 (order: 4, 98304 bytes)
  205. [    0.738621] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes)
  206. [    0.739835] NET: Registered protocol family 1
  207. [    0.741005] RPC: Registered named UNIX socket transport module.
  208. [    0.741579] RPC: Registered udp transport module.
  209. [    0.742055] RPC: Registered tcp transport module.
  210. [    0.742494] RPC: Registered tcp NFSv4.1 backchannel transport module.
  211. [    0.743127] PCI: CLS 0 bytes, default 64
  212. [    0.744342] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
  213. [    0.750025] Initialise system trusted keyring
  214. [    0.766699] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  215. [    0.768925] NFS: Registering the id_resolver key type
  216. [    0.769473] Key type id_resolver registered
  217. [    0.769894] Key type id_legacy registered
  218. [    0.770384] fuse init (API version 7.23)
  219. [    0.771577] SGI XFS with security attributes, no debug enabled
  220. [    0.779835] NET: Registered protocol family 38
  221. [    0.780343] Key type asymmetric registered
  222. [    0.780746] Asymmetric key parser 'x509' registered
  223. [    0.781596] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
  224. [    0.782337] io scheduler noop registered
  225. [    0.782724] io scheduler deadline registered
  226. [    0.783404] io scheduler cfq registered (default)
  227. [    0.785643] phy phy-ff450000.syscon:usb2-phy@100.0: Looking up phy-supply from device tree
  228. [    0.785790] vcc_host1_5v: could not add device link phy-ff450000.syscon:usb2-phy@100.0 err -2
  229. [    0.786507] phy phy-ff450000.syscon:usb2-phy@100.1: Looking up phy-supply from device tree
  230. [    0.786641] vcc_host1_5v: could not add device link phy-ff450000.syscon:usb2-phy@100.1 err -2
  231. [    0.787264] rockchip-usb2phy ff450000.syscon:usb2-phy@100: GPIO lookup for consumer otg-vbus
  232. [    0.787281] rockchip-usb2phy ff450000.syscon:usb2-phy@100: using device tree for GPIO lookup
  233. [    0.787301] of_get_named_gpiod_flags: can't parse 'otg-vbus-gpios' property of node '/syscon@ff450000/usb2-phy@100[0]'
  234. [    0.787319] of_get_named_gpiod_flags: can't parse 'otg-vbus-gpio' property of node '/syscon@ff450000/usb2-phy@100[0]'
  235. [    0.787334] rockchip-usb2phy ff450000.syscon:usb2-phy@100: using lookup tables for GPIO lookup
  236. [    0.787350] rockchip-usb2phy ff450000.syscon:usb2-phy@100: lookup for GPIO otg-vbus failed
  237. [    0.787364] rockchip-usb2phy ff450000.syscon:usb2-phy@100: vbus_drv is not assigned
  238. [    0.789177] rockchip-u3phy ff470000.usb3-phy: GPIO lookup for consumer vbus-drv
  239. [    0.789198] rockchip-u3phy ff470000.usb3-phy: using device tree for GPIO lookup
  240. [    0.789217] of_get_named_gpiod_flags: can't parse 'vbus-drv-gpios' property of node '/usb3-phy@ff470000[0]'
  241. [    0.789231] of_get_named_gpiod_flags: can't parse 'vbus-drv-gpio' property of node '/usb3-phy@ff470000[0]'
  242. [    0.789253] rockchip-u3phy ff470000.usb3-phy: using lookup tables for GPIO lookup
  243. [    0.789270] rockchip-u3phy ff470000.usb3-phy: lookup for GPIO vbus-drv failed
  244. [    0.789283] rockchip-u3phy ff470000.usb3-phy: vbus_drv is not assigned
  245. [    0.790359] phy phy-ff470000.usb3-phy.2: Looking up phy-supply from device tree
  246. [    0.790381] phy phy-ff470000.usb3-phy.2: Looking up phy-supply property in node /usb3-phy@ff470000/utmi@ff470000 failed
  247. [    0.790970] phy phy-ff470000.usb3-phy.3: Looking up phy-supply from device tree
  248. [    0.790992] phy phy-ff470000.usb3-phy.3: Looking up phy-supply property in node /usb3-phy@ff470000/pipe@ff478000 failed
  249. [    0.792833] rockchip-u3phy ff470000.usb3-phy: Rockchip u3phy initialized successfully
  250. [    0.794351] phy phy-ff430000.hdmiphy.4: Looking up phy-supply from device tree
  251. [    0.794375] phy phy-ff430000.hdmiphy.4: Looking up phy-supply property in node /hdmiphy@ff430000 failed
  252. [    0.797539] rk-vcodec vpu_combo: Looking up vcodec-supply from device tree
  253. [    0.797564] rk-vcodec vpu_combo: Looking up vcodec-supply property in node /vpu_combo failed
  254. [    0.797591] rk-vcodec vpu_combo: no regulator for vcodec
  255. [    0.798487] rk-vcodec vpu_combo: failed on clk_get clk_cabac
  256. [    0.799077] rk-vcodec vpu_combo: failed on clk_get clk_core
  257. [    0.799698] platform ff350000.vpu_service: probe device
  258. [    0.800277] platform ff350000.vpu_service: vpu mmu dec ffffffc0791e7010
  259. [    0.801279] platform ff350000.vpu_service: allocator is drm
  260. [    0.801939] platform ff350000.vpu_service: checking hw id 0
  261. [    0.803554] platform ff351000.avsd: probe device
  262. [    0.804181] platform ff351000.avsd: vpu mmu dec ffffffc0791e7010
  263. [    0.805172] platform ff351000.avsd: allocator is drm
  264. [    0.805713] platform ff351000.avsd: checking hw id 6731
  265. [    0.808577] rk-vcodec vpu_combo: could not find power_model node
  266. [    0.809194] rk-vcodec vpu_combo: init success
  267. [    0.810026] rk-vcodec ff360000.rkvdec: Looking up vcodec-supply from device tree
  268. [    0.810049] rk-vcodec ff360000.rkvdec: Looking up vcodec-supply property in node /rkvdec@ff36000 failed
  269. [    0.810078] rk-vcodec ff360000.rkvdec: no regulator for vcodec
  270. [    0.810677] rk-vcodec ff360000.rkvdec: parent devfreq retry
  271. [    0.812258] probe device ff330000.h265e
  272. [    0.813130] mpp_dev ff330000.h265e: try to get iommu dev ffffffc079248c10
  273. [    0.814342] mpp_dev ff330000.h265e: resource ready, register device
  274. [    0.815629] probe device ff340000.vepu
  275. [    0.816480] mpp_dev ff340000.vepu: try to get iommu dev ffffffc079249410
  276. [    0.817606] mpp_dev ff340000.vepu: resource ready, register device
  277. [    0.822057] dma-pl330 ff1f0000.dmac: Loaded driver for PL330 DMAC-241330
  278. [    0.822707] dma-pl330 ff1f0000.dmac:     DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
  279. [    0.824812] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled
  280. [    0.828763] ff120000.serial: ttyS1 at MMIO 0xff120000 (irq = 12, base_baud = 1500000) is a 16550A
  281. [    0.831603] [drm] Initialized drm 1.1.0 20060810
  282. [    0.836092] rockchip-drm display-subsystem: devfreq is not set
  283. [    0.837179] rockchip-vop ff370000.vop: failed to get vop register byname
  284. [    0.837896] rockchip-vop ff370000.vop: invalid resource
  285. [    0.838393] rockchip-vop ff370000.vop: failed to get vop lut registers
  286. [    0.839017] rockchip-vop ff370000.vop: invalid resource
  287. [    0.839510] rockchip-vop ff370000.vop: failed to get vop cabc lut registers
  288. [    0.840506] rockchip-drm display-subsystem: bound ff370000.vop (ops 0xffffff8008aef678)
  289. [    0.841790] i2c i2c-4: of_i2c: modalias failure on /hdmi@ff3c0000/ports
  290. [    0.842446] dwhdmi-rockchip ff3c0000.hdmi: registered DesignWare HDMI I2C bus driver
  291. [    0.843416] dwhdmi-rockchip ff3c0000.hdmi: Detected HDMI TX controller v2.11a with HDCP (inno_dw_hdmi_phy2)
  292. [    0.845692] rockchip-drm display-subsystem: bound ff3c0000.hdmi (ops 0xffffff8008ae7508)
  293. [    0.846511] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  294. [    0.847139] [drm] No driver support for vblank timestamp query.
  295. [    0.847819] rockchip-drm display-subsystem: failed to parse display resources
  296. [    1.073240] rockchip-vop ff370000.vop: [drm:vop_crtc_enable] Update mode to 1920*1080, close all win
  297. [    1.160248] Console: switching to colour frame buffer device 240x67
  298. [    1.224783] rockchip-drm display-subsystem: fb0:  frame buffer device
  299. [    1.235062] Unable to detect cache hierarchy for CPU 0
  300. [    1.237405] brd: module loaded
  301. [    1.249415] loop: module loaded
  302. [    1.251197] zram: Added device: zram0
  303. [    1.252215] lkdtm: No crash points registered, enable through debugfs
  304. [    1.256542] force_sf_dma_mode is ignored if force_thresh_dma_mode is set.
  305. [    1.257503] rk_gmac-dwmac ff540000.ethernet: Looking up phy-supply from device tree
  306. [    1.257721] rk_gmac-dwmac ff540000.ethernet: clock input or output? (input).
  307. [    1.258677] rk_gmac-dwmac ff540000.ethernet: TX delay(0x28).
  308. [    1.259441] rk_gmac-dwmac ff540000.ethernet: RX delay(0x16).
  309. [    1.260208] rk_gmac-dwmac ff540000.ethernet: integrated PHY? (no).
  310. [    1.261264] rk_gmac-dwmac ff540000.ethernet: cannot get clock clk_mac_speed
  311. [    1.262176] rk_gmac-dwmac ff540000.ethernet: clock input from PHY
  312. [    1.268011] rk_gmac-dwmac ff540000.ethernet: init for RGMII
  313. [    1.268933] stmmac - user ID: 0x10, Synopsys ID: 0x35
  314. [    1.269597]  Ring mode enabled
  315. [    1.270021]  DMA HW capability register supported
  316. [    1.270617]  Normal descriptors
  317. [    1.271087]  RX Checksum Offload Engine supported (type 2)
  318. [    1.271804]  Wake-Up On Lan supported
  319. [    1.272436]  Enable RX Mitigation via HW Watchdog Timer
  320. [    1.273395] of_get_named_gpiod_flags: parsed 'snps,reset-gpio' property of node '/ethernet@ff540000[0]' - status (0)
  321. [    1.338251] libphy: stmmac: probed
  322. [    1.338738] eth%d: PHY ID 001cc915 at 0 IRQ POLL (stmmac-0:00) active
  323. [    1.339594] eth%d: PHY ID 001cc915 at 1 IRQ POLL (stmmac-0:01)
  324. [    1.342053] Rockchip WiFi SYS interface (V1.00) ...
  325. [    1.345157] phy phy-ff470000.usb3-phy.2: u3phy u2 power on
  326. [    1.345963] phy phy-ff470000.usb3-phy.3: u3phy u3 power on
  327. [    1.348117] dwc2 ff580000.usb: Looking up vusb_d-supply from device tree
  328. [    1.348143] dwc2 ff580000.usb: Looking up vusb_d-supply property in node /usb@ff580000 failed
  329. [    1.348171] ff580000.usb supply vusb_d not found, using dummy regulator
  330. [    1.349163] dwc2 ff580000.usb: Looking up vusb_a-supply from device tree
  331. [    1.349184] dwc2 ff580000.usb: Looking up vusb_a-supply property in node /usb@ff580000 failed
  332. [    1.349201] ff580000.usb supply vusb_a not found, using dummy regulator
  333. [    1.362815] dwc2 ff580000.usb: DWC OTG Controller
  334. [    1.363548] dwc2 ff580000.usb: new USB bus registered, assigned bus number 1
  335. [    1.364542] dwc2 ff580000.usb: irq 40, io mem 0xff580000
  336. [    1.365587] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  337. [    1.366511] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  338. [    1.378286] usb usb1: Product: DWC OTG Controller
  339. [    1.389560] usb usb1: Manufacturer: Linux 4.4.114 dwc2_hsotg
  340. [    1.400706] usb usb1: SerialNumber: ff580000.usb
  341. [    1.412780] hub 1-0:1.0: USB hub found
  342. [    1.423906] hub 1-0:1.0: 1 port detected
  343. [    1.436634] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  344. [    1.448040] ehci-pci: EHCI PCI platform driver
  345. [    1.459117] ehci-platform: EHCI generic platform driver
  346. [    1.472977] ehci-platform ff5c0000.usb: EHCI Host Controller
  347. [    1.484583] ehci-platform ff5c0000.usb: new USB bus registered, assigned bus number 2
  348. [    1.496242] ehci-platform ff5c0000.usb: irq 41, io mem 0xff5c0000
  349. [    1.512920] ehci-platform ff5c0000.usb: USB 2.0 started, EHCI 1.00
  350. [    1.524409] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
  351. [    1.535615] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  352. [    1.546721] usb usb2: Product: EHCI Host Controller
  353. [    1.557481] usb usb2: Manufacturer: Linux 4.4.114 ehci_hcd
  354. [    1.568216] usb usb2: SerialNumber: ff5c0000.usb
  355. [    1.579937] hub 2-0:1.0: USB hub found
  356. [    1.590451] hub 2-0:1.0: 1 port detected
  357. [    1.601564] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  358. [    1.612096] ohci-platform: OHCI generic platform driver
  359. [    1.623027] ohci-platform ff5d0000.usb: Generic Platform OHCI controller
  360. [    1.633917] ohci-platform ff5d0000.usb: new USB bus registered, assigned bus number 3
  361. [    1.644603] ohci-platform ff5d0000.usb: irq 42, io mem 0xff5d0000
  362. [    1.709167] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
  363. [    1.719356] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  364. [    1.729450] usb usb3: Product: Generic Platform OHCI controller
  365. [    1.739389] usb usb3: Manufacturer: Linux 4.4.114 ohci_hcd
  366. [    1.749232] usb usb3: SerialNumber: ff5d0000.usb
  367. [    1.760197] hub 3-0:1.0: USB hub found
  368. [    1.770176] hub 3-0:1.0: 1 port detected
  369. [    1.781512] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller
  370. [    1.792055] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 4
  371. [    1.802478] xhci-hcd xhci-hcd.9.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x00210010
  372. [    1.812805] xhci-hcd xhci-hcd.9.auto: irq 180, io mem 0xff600000
  373. [    1.823165] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
  374. [    1.833453] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  375. [    1.843799] usb usb4: Product: xHCI Host Controller
  376. [    1.853949] usb usb4: Manufacturer: Linux 4.4.114 xhci-hcd
  377. [    1.864173] usb usb4: SerialNumber: xhci-hcd.9.auto
  378. [    1.875558] hub 4-0:1.0: USB hub found
  379. [    1.885928] hub 4-0:1.0: 1 port detected
  380. [    1.896680] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller
  381. [    1.907437] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 5
  382. [    1.918240] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
  383. [    1.929109] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003
  384. [    1.939674] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  385. [    1.950275] usb usb5: Product: xHCI Host Controller
  386. [    1.960641] usb usb5: Manufacturer: Linux 4.4.114 xhci-hcd
  387. [    1.971122] usb usb5: SerialNumber: xhci-hcd.9.auto
  388. [    1.982598] hub 5-0:1.0: USB hub found
  389. [    1.992946] hub 5-0:1.0: 1 port detected
  390. [    2.004387] usbcore: registered new interface driver usb-storage
  391. [    2.015706] mousedev: PS/2 mouse device common for all mice
  392. [    2.028214] usbcore: registered new interface driver usbtouchscreen
  393. [    2.039641] .. rk pwm remotectl v1.1 init
  394. [    2.050956] input: ff1b0030.pwm as /devices/platform/ff1b0030.pwm/input/input0
  395. [    2.063729] i2c /dev entries driver
  396. [    2.077954] rk808 1-0018: Pmic Chip id: 0x8050
  397. [    2.090020] rk808 1-0018: source: on=0x40, off=0x00
  398. [    2.107569] rk808 1-0018: Looking up vcc1-supply from device tree
  399. [    2.107600] rk808 1-0018: Looking up vcc1-supply property in node /i2c@ff160000/rk805@18 failed
  400. [    2.110195] vdd_logic: 712 <--> 1450 mV at 1100 mV
  401. [    2.110643] rk808 1-0018: Looking up vcc1-supply from device tree
  402. [    2.110665] rk808 1-0018: Looking up vcc1-supply property in node /i2c@ff160000/rk805@18 failed
  403. [    2.110784] reg-fixed-voltage sdmmc-regulator: Looking up vin-supply from device tree
  404. [    2.110839] vcc_sd: unable to resolve supply
  405. [    2.110894] rk808 1-0018: Looking up vcc1-supply from device tree
  406. [    2.110910] rk808 1-0018: Looking up vcc1-supply property in node /i2c@ff160000/rk805@18 failed
  407. [    2.110947] rk808 1-0018: Looking up vcc2-supply from device tree
  408. [    2.110964] rk808 1-0018: Looking up vcc2-supply property in node /i2c@ff160000/rk805@18 failed
  409. [    2.113020] vdd_arm: 712 <--> 1450 mV at 1100 mV
  410. [    2.113374] rk808 1-0018: Looking up vcc2-supply from device tree
  411. [    2.113392] rk808 1-0018: Looking up vcc2-supply property in node /i2c@ff160000/rk805@18 failed
  412. [    2.113538] reg-fixed-voltage sdmmc-regulator: Looking up vin-supply from device tree
  413. [    2.113584] vcc_sd: unable to resolve supply
  414. [    2.113600] rk808 1-0018: Looking up vcc1-supply from device tree
  415. [    2.113616] rk808 1-0018: Looking up vcc1-supply property in node /i2c@ff160000/rk805@18 failed
  416. [    2.113637] rk808 1-0018: Looking up vcc2-supply from device tree
  417. [    2.113652] rk808 1-0018: Looking up vcc2-supply property in node /i2c@ff160000/rk805@18 failed
  418. [    2.113683] rk808 1-0018: Looking up vcc3-supply from device tree
  419. [    2.113699] rk808 1-0018: Looking up vcc3-supply property in node /i2c@ff160000/rk805@18 failed
  420. [    2.114905] vcc_ddr: no parameters
  421. [    2.115201] rk808 1-0018: Looking up vcc3-supply from device tree
  422. [    2.115221] rk808 1-0018: Looking up vcc3-supply property in node /i2c@ff160000/rk805@18 failed
  423. [    2.115321] reg-fixed-voltage sdmmc-regulator: Looking up vin-supply from device tree
  424. [    2.115358] vcc_sd: unable to resolve supply
  425. [    2.115373] rk808 1-0018: Looking up vcc1-supply from device tree
  426. [    2.115389] rk808 1-0018: Looking up vcc1-supply property in node /i2c@ff160000/rk805@18 failed
  427. [    2.115409] rk808 1-0018: Looking up vcc2-supply from device tree
  428. [    2.115424] rk808 1-0018: Looking up vcc2-supply property in node /i2c@ff160000/rk805@18 failed
  429. [    2.115443] rk808 1-0018: Looking up vcc3-supply from device tree
  430. [    2.115458] rk808 1-0018: Looking up vcc3-supply property in node /i2c@ff160000/rk805@18 failed
  431. [    2.115490] rk808 1-0018: Looking up vcc4-supply from device tree
  432. [    2.115505] rk808 1-0018: Looking up vcc4-supply property in node /i2c@ff160000/rk805@18 failed
  433. [    2.116712] vcc_io: 3300 mV
  434. [    2.117098] rk808 1-0018: Looking up vcc4-supply from device tree
  435. [    2.117116] rk808 1-0018: Looking up vcc4-supply property in node /i2c@ff160000/rk805@18 failed
  436. [    2.117264] reg-fixed-voltage sdmmc-regulator: Looking up vin-supply from device tree
  437. [    2.117305] rk808 1-0018: Looking up vcc4-supply from device tree
  438. [    2.117321] rk808 1-0018: Looking up vcc4-supply property in node /i2c@ff160000/rk805@18 failed
  439. [    2.117341] vcc_sd: supplied by vcc_io
  440. [    2.128068] rk808 1-0018: Looking up vcc1-supply from device tree
  441. [    2.128087] rk808 1-0018: Looking up vcc1-supply property in node /i2c@ff160000/rk805@18 failed
  442. [    2.128108] rk808 1-0018: Looking up vcc2-supply from device tree
  443. [    2.128123] rk808 1-0018: Looking up vcc2-supply property in node /i2c@ff160000/rk805@18 failed
  444. [    2.128144] rk808 1-0018: Looking up vcc3-supply from device tree
  445. [    2.128159] rk808 1-0018: Looking up vcc3-supply property in node /i2c@ff160000/rk805@18 failed
  446. [    2.128185] rk808 1-0018: Looking up vcc4-supply from device tree
  447. [    2.128200] rk808 1-0018: Looking up vcc4-supply property in node /i2c@ff160000/rk805@18 failed
  448. [    2.128244] rk808 1-0018: Looking up vcc5-supply from device tree
  449. [    2.128260] rk808 1-0018: Looking up vcc5-supply property in node /i2c@ff160000/rk805@18 failed
  450. [    2.130208] vdd_18: 1800 mV
  451. [    2.130632] rk808 1-0018: Looking up vcc5-supply from device tree
  452. [    2.130651] rk808 1-0018: Looking up vcc5-supply property in node /i2c@ff160000/rk805@18 failed
  453. [    2.131250] rk808 1-0018: Looking up vcc1-supply from device tree
  454. [    2.131270] rk808 1-0018: Looking up vcc1-supply property in node /i2c@ff160000/rk805@18 failed
  455. [    2.131292] rk808 1-0018: Looking up vcc2-supply from device tree
  456. [    2.131310] rk808 1-0018: Looking up vcc2-supply property in node /i2c@ff160000/rk805@18 failed
  457. [    2.131330] rk808 1-0018: Looking up vcc3-supply from device tree
  458. [    2.131345] rk808 1-0018: Looking up vcc3-supply property in node /i2c@ff160000/rk805@18 failed
  459. [    2.131365] rk808 1-0018: Looking up vcc4-supply from device tree
  460. [    2.131384] rk808 1-0018: Looking up vcc4-supply property in node /i2c@ff160000/rk805@18 failed
  461. [    2.131404] rk808 1-0018: Looking up vcc5-supply from device tree
  462. [    2.131419] rk808 1-0018: Looking up vcc5-supply property in node /i2c@ff160000/rk805@18 failed
  463. [    2.131461] rk808 1-0018: Looking up vcc5-supply from device tree
  464. [    2.131477] rk808 1-0018: Looking up vcc5-supply property in node /i2c@ff160000/rk805@18 failed
  465. [    2.133354] vcc_18emmc: 1800 mV
  466. [    2.133709] rk808 1-0018: Looking up vcc5-supply from device tree
  467. [    2.133726] rk808 1-0018: Looking up vcc5-supply property in node /i2c@ff160000/rk805@18 failed
  468. [    2.134367] rk808 1-0018: Looking up vcc1-supply from device tree
  469. [    2.134385] rk808 1-0018: Looking up vcc1-supply property in node /i2c@ff160000/rk805@18 failed
  470. [    2.134407] rk808 1-0018: Looking up vcc2-supply from device tree
  471. [    2.134422] rk808 1-0018: Looking up vcc2-supply property in node /i2c@ff160000/rk805@18 failed
  472. [    2.134443] rk808 1-0018: Looking up vcc3-supply from device tree
  473. [    2.134464] rk808 1-0018: Looking up vcc3-supply property in node /i2c@ff160000/rk805@18 failed
  474. [    2.134484] rk808 1-0018: Looking up vcc4-supply from device tree
  475. [    2.134500] rk808 1-0018: Looking up vcc4-supply property in node /i2c@ff160000/rk805@18 failed
  476. [    2.134520] rk808 1-0018: Looking up vcc5-supply from device tree
  477. [    2.134536] rk808 1-0018: Looking up vcc5-supply property in node /i2c@ff160000/rk805@18 failed
  478. [    2.134558] rk808 1-0018: Looking up vcc5-supply from device tree
  479. [    2.134580] rk808 1-0018: Looking up vcc5-supply property in node /i2c@ff160000/rk805@18 failed
  480. [    2.134624] rk808 1-0018: Looking up vcc6-supply from device tree
  481. [    2.134641] rk808 1-0018: Looking up vcc6-supply property in node /i2c@ff160000/rk805@18 failed
  482. [    2.136488] vdd_10: 1000 mV
  483. [    2.136836] rk808 1-0018: Looking up vcc6-supply from device tree
  484. [    2.136905] rk808 1-0018: Looking up vcc6-supply property in node /i2c@ff160000/rk805@18 failed
  485. [    2.137494] rk808 1-0018: Looking up vcc1-supply from device tree
  486. [    2.137512] rk808 1-0018: Looking up vcc1-supply property in node /i2c@ff160000/rk805@18 failed
  487. [    2.137534] rk808 1-0018: Looking up vcc2-supply from device tree
  488. [    2.137550] rk808 1-0018: Looking up vcc2-supply property in node /i2c@ff160000/rk805@18 failed
  489. [    2.137571] rk808 1-0018: Looking up vcc3-supply from device tree
  490. [    2.137592] rk808 1-0018: Looking up vcc3-supply property in node /i2c@ff160000/rk805@18 failed
  491. [    2.137613] rk808 1-0018: Looking up vcc4-supply from device tree
  492. [    2.137628] rk808 1-0018: Looking up vcc4-supply property in node /i2c@ff160000/rk805@18 failed
  493. [    2.137650] rk808 1-0018: Looking up vcc5-supply from device tree
  494. [    2.137665] rk808 1-0018: Looking up vcc5-supply property in node /i2c@ff160000/rk805@18 failed
  495. [    2.137686] rk808 1-0018: Looking up vcc5-supply from device tree
  496. [    2.137702] rk808 1-0018: Looking up vcc5-supply property in node /i2c@ff160000/rk805@18 failed
  497. [    2.137729] rk808 1-0018: Looking up vcc6-supply from device tree
  498. [    2.137745] rk808 1-0018: Looking up vcc6-supply property in node /i2c@ff160000/rk805@18 failed
  499. [    2.137780] rk808 1-0018: register rk8050 regulators
  500. [    2.148844] gpiochip_find_base: found new base at 1510
  501. [    2.149051] gpiochip_add: registered GPIOs 1510 to 1511 on device: rk8xx-gpio
  502. [    2.149068] rk8xx-gpio rk8xx-gpio: register rk8050 gpio successful
  503. [    2.170328] rk808-rtc rk808-rtc: rtc core: registered rk808-rtc as rtc0
  504. [    2.182488] rk3x-i2c ff160000.i2c: Initialized RK3xxx I2C bus at ffffff80091ba000
  505. [    2.195528] IR NEC protocol handler initialized
  506. [    2.207534] usbcore: registered new interface driver uvcvideo
  507. [    2.218703] USB Video Class driver (1.1.1)
  508. [    2.230281] rockchip-iodomain ff100000.syscon:io-domains: Looking up vccio1-supply from device tree
  509. [    2.230350] rk808 1-0018: Looking up vcc4-supply from device tree
  510. [    2.230373] rk808 1-0018: Looking up vcc4-supply property in node /i2c@ff160000/rk805@18 failed
  511. [    2.230537] rockchip-iodomain ff100000.syscon:io-domains: Looking up vccio2-supply from device tree
  512. [    2.230580] rk808 1-0018: Looking up vcc5-supply from device tree
  513. [    2.230597] rk808 1-0018: Looking up vcc5-supply property in node /i2c@ff160000/rk805@18 failed
  514. [    2.231286] rockchip-iodomain ff100000.syscon:io-domains: Looking up vccio3-supply from device tree
  515. [    2.231323] rk808 1-0018: Looking up vcc4-supply from device tree
  516. [    2.231340] rk808 1-0018: Looking up vcc4-supply property in node /i2c@ff160000/rk805@18 failed
  517. [    2.231483] rockchip-iodomain ff100000.syscon:io-domains: Looking up vccio4-supply from device tree
  518. [    2.231518] rk808 1-0018: Looking up vcc5-supply from device tree
  519. [    2.231534] rk808 1-0018: Looking up vcc5-supply property in node /i2c@ff160000/rk805@18 failed
  520. [    2.232150] rockchip-iodomain ff100000.syscon:io-domains: Looking up vccio5-supply from device tree
  521. [    2.232183] rk808 1-0018: Looking up vcc4-supply from device tree
  522. [    2.232199] rk808 1-0018: Looking up vcc4-supply property in node /i2c@ff160000/rk805@18 failed
  523. [    2.232295] rockchip-iodomain ff100000.syscon:io-domains: Looking up vccio6-supply from device tree
  524. [    2.232330] rk808 1-0018: Looking up vcc4-supply from device tree
  525. [    2.232348] rk808 1-0018: Looking up vcc4-supply property in node /i2c@ff160000/rk805@18 failed
  526. [    2.232437] rockchip-iodomain ff100000.syscon:io-domains: Looking up pmuio-supply from device tree
  527. [    2.232465] rk808 1-0018: Looking up vcc4-supply from device tree
  528. [    2.232480] rk808 1-0018: Looking up vcc4-supply property in node /i2c@ff160000/rk805@18 failed
  529. [    2.235092] rockchip-thermal ff250000.tsadc: Missing tshut mode property, using default (cru)
  530. [    2.246780] rockchip-thermal ff250000.tsadc: Missing tshut-polarity property, using default (low)
  531. [    2.259779] Bluetooth: Virtual HCI driver ver 1.5
  532. [    2.271537] Bluetooth: HCI UART driver ver 2.3
  533. [    2.282734] Bluetooth: HCI UART protocol H4 registered
  534. [    2.293748] Bluetooth: HCI UART protocol LL registered
  535. [    2.304649] Bluetooth: HCI UART protocol ATH3K registered
  536. [    2.315733] usbcore: registered new interface driver bfusb
  537. [    2.326710] usb 5-1: new SuperSpeed USB device number 2 using xhci-hcd
  538. [    2.338045] usbcore: registered new interface driver btusb
  539. [    2.349991] cpu cpu0: cpu_leakage=10
  540. [    2.353777] usb 5-1: New USB device found, idVendor=090c, idProduct=1000
  541. [    2.353791] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  542. [    2.353799] usb 5-1: Product: Flash Drive
  543. [    2.353806] usb 5-1: Manufacturer: Samsung
  544. [    2.353813] usb 5-1: SerialNumber: 0363917080008411
  545. [    2.355938] usb-storage 5-1:1.0: USB Mass Storage device detected
  546. [    2.356467] scsi host0: usb-storage 5-1:1.0
  547. [    2.438289] cpu cpu0: cpu_leakage=10
  548. [    2.448965] cpu cpu0: cpu_leakage-volt-sel=1
  549. [    2.459666] cpu cpu0: Looking up cpu-supply from device tree
  550. [    2.459711] rk808 1-0018: Looking up vcc2-supply from device tree
  551. [    2.459734] rk808 1-0018: Looking up vcc2-supply property in node /i2c@ff160000/rk805@18 failed
  552. [    2.460529] cpu cpu0: Looking up cpu-supply from device tree
  553. [    2.460568] rk808 1-0018: Looking up vcc2-supply from device tree
  554. [    2.460586] rk808 1-0018: Looking up vcc2-supply property in node /i2c@ff160000/rk805@18 failed
  555. [    2.460810] cpu cpu0: Looking up cpu-supply from device tree
  556. [    2.460837] rk808 1-0018: Looking up vcc2-supply from device tree
  557. [    2.460948] rk808 1-0018: Looking up vcc2-supply property in node /i2c@ff160000/rk805@18 failed
  558. [    2.463728] sdhci: Secure Digital Host Controller Interface driver
  559. [    2.469494] sdhci: Copyright(c) Pierre Ossman
  560. [    2.474917] Synopsys Designware Multimedia Card Interface Driver
  561. [    2.481478] dwmmc_rockchip ff500000.dwmmc: IDMAC supports 32-bit address mode.
  562. [    2.487411] dwmmc_rockchip ff500000.dwmmc: Using internal DMA controller.
  563. [    2.493068] dwmmc_rockchip ff500000.dwmmc: Version ID is 270a
  564. [    2.498629] dwmmc_rockchip ff500000.dwmmc: DW MMC controller at irq 37,32 bit host data width,256 deep fifo
  565. [    2.504544] dwmmc_rockchip ff500000.dwmmc: 'clock-freq-min-max' property was deprecated.
  566. [    2.510278] dwmmc_rockchip ff500000.dwmmc: Looking up vmmc-supply from device tree
  567. [    2.510456] dwmmc_rockchip ff500000.dwmmc: Looking up vqmmc-supply from device tree
  568. [    2.510468] dwmmc_rockchip ff500000.dwmmc: Looking up vqmmc-supply property in node /dwmmc@ff500000 failed
  569. [    2.510491] dwmmc_rockchip ff500000.dwmmc: No vqmmc regulator found
  570. [    2.516081] dwmmc_rockchip ff500000.dwmmc: GPIO lookup for consumer cd
  571. [    2.516088] dwmmc_rockchip ff500000.dwmmc: using device tree for GPIO lookup
  572. [    2.516098] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/dwmmc@ff500000[0]'
  573. [    2.516106] of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/dwmmc@ff500000[0]'
  574. [    2.516114] dwmmc_rockchip ff500000.dwmmc: using lookup tables for GPIO lookup
  575. [    2.516123] dwmmc_rockchip ff500000.dwmmc: lookup for GPIO cd failed
  576. [    2.516131] dwmmc_rockchip ff500000.dwmmc: GPIO lookup for consumer wp
  577. [    2.516136] dwmmc_rockchip ff500000.dwmmc: using device tree for GPIO lookup
  578. [    2.516142] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@ff500000[0]'
  579. [    2.516148] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@ff500000[0]'
  580. [    2.516157] dwmmc_rockchip ff500000.dwmmc: using lookup tables for GPIO lookup
  581. [    2.516163] dwmmc_rockchip ff500000.dwmmc: lookup for GPIO wp failed
  582. [    2.526921] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  583. [    2.543991] dwmmc_rockchip ff500000.dwmmc: 1 slots initialized
  584. [    2.550390] dwmmc_rockchip ff520000.dwmmc: IDMAC supports 32-bit address mode.
  585. [    2.556446] dwmmc_rockchip ff520000.dwmmc: Using internal DMA controller.
  586. [    2.562261] dwmmc_rockchip ff520000.dwmmc: Version ID is 270a
  587. [    2.567981] dwmmc_rockchip ff520000.dwmmc: DW MMC controller at irq 38,32 bit host data width,256 deep fifo
  588. [    2.574077] dwmmc_rockchip ff520000.dwmmc: 'clock-freq-min-max' property was deprecated.
  589. [    2.579999] dwmmc_rockchip ff520000.dwmmc: Looking up vmmc-supply from device tree
  590. [    2.580013] dwmmc_rockchip ff520000.dwmmc: Looking up vmmc-supply property in node /dwmmc@ff520000 failed
  591. [    2.580037] dwmmc_rockchip ff520000.dwmmc: Looking up vqmmc-supply from device tree
  592. [    2.580044] dwmmc_rockchip ff520000.dwmmc: Looking up vqmmc-supply property in node /dwmmc@ff520000 failed
  593. [    2.580054] dwmmc_rockchip ff520000.dwmmc: No vmmc regulator found
  594. [    2.585673] dwmmc_rockchip ff520000.dwmmc: No vqmmc regulator found
  595. [    2.591259] dwmmc_rockchip ff520000.dwmmc: GPIO lookup for consumer wp
  596. [    2.591267] dwmmc_rockchip ff520000.dwmmc: using device tree for GPIO lookup
  597. [    2.591278] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@ff520000[0]'
  598. [    2.591284] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@ff520000[0]'
  599. [    2.591292] dwmmc_rockchip ff520000.dwmmc: using lookup tables for GPIO lookup
  600. [    2.591301] dwmmc_rockchip ff520000.dwmmc: lookup for GPIO wp failed
  601. [    2.601887] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  602. [    2.619037] dwmmc_rockchip ff520000.dwmmc: 1 slots initialized
  603. [    2.625003] sdhci-pltfm: SDHCI platform and OF driver helper
  604. [    2.631441] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/power[0]' - status (0)
  605. [    2.632137] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/user[0]' - status (0)
  606. [    2.632708] hidraw: raw HID events driver (C) Jiri Kosina
  607. [    2.639077] usbcore: registered new interface driver usbhid
  608. [    2.645064] usbhid: USB HID core driver
  609. [    2.651588] rockchip-dmc dmc: Looking up center-supply from device tree
  610. [    2.651632] rk808 1-0018: Looking up vcc1-supply from device tree
  611. [    2.651642] rk808 1-0018: Looking up vcc1-supply property in node /i2c@ff160000/rk805@18 failed
  612. [    2.651821] rockchip-dmc dmc: unable to get devfreq-event device : dfi
  613. [    2.659638] usbcore: registered new interface driver snd-usb-audio
  614. [    2.666679] rk3328-codec ff410000.codec: spk_depop_time use default value.
  615. [    2.675836] Initializing XFRM netlink socket
  616. [    2.682599] NET: Registered protocol family 10
  617. [    2.689465] NET: Registered protocol family 17
  618. [    2.695340] NET: Registered protocol family 15
  619. [    2.701085] Bluetooth: RFCOMM socket layer initialized
  620. [    2.706812] Bluetooth: RFCOMM ver 1.11
  621. [    2.712304] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  622. [    2.717996] Bluetooth: HIDP socket layer initialized
  623. [    2.723579] [WLAN_RFKILL]: Enter rfkill_wlan_init
  624. [    2.729363] [BT_RFKILL]: Enter rfkill_rk_init
  625. [    2.735048] Key type dns_resolver registered
  626. [    2.741078] Registered cp15_barrier emulation handler
  627. [    2.746693] Registered setend emulation handler
  628. [    2.752727] Loading compiled-in X.509 certificates
  629. [    2.760337] Btrfs loaded
  630. [    2.766267] rk-vcodec ff360000.rkvdec: Looking up vcodec-supply from device tree
  631. [    2.766287] rk-vcodec ff360000.rkvdec: Looking up vcodec-supply property in node /rkvdec@ff36000 failed
  632. [    2.766310] rk-vcodec ff360000.rkvdec: no regulator for vcodec
  633. [    2.771973] rk-vcodec ff360000.rkvdec: parent devfreq retry
  634. [    2.778136] rockchip-dmc dmc: Looking up center-supply from device tree
  635. [    2.778182] rk808 1-0018: Looking up vcc1-supply from device tree
  636. [    2.778193] rk808 1-0018: Looking up vcc1-supply property in node /i2c@ff160000/rk805@18 failed
  637. [    2.778369] rockchip-dmc dmc: current ATF version 0x101!
  638. [    2.783988] rockchip-dmc dmc: read tf version 0x101!
  639. [    2.790900] rockchip-dmc dmc: ddr_leakage=9
  640. [    2.796296] rockchip-dmc dmc: ddr_leakage-volt-sel=0
  641. [    2.796326] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
  642. [    2.807433] mmc0: new high speed SDHC card at address aaaa
  643. [    2.808034] rockchip-dmc dmc: failed to get vop bandwidth to dmc rate
  644. [    2.819291] mmcblk0: mmc0:aaaa SC32G 29.7 GiB
  645. [    2.824273] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/sound[0]'
  646. [    2.824277] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/sound[0]'
  647. [    2.833739] GPT:Primary header thinks Alt. header is not at the end of the disk.
  648. [    2.838751] GPT:6496255 != 62333951
  649. [    2.843363] GPT:Alternate GPT header not at the end of the disk.
  650. [    2.844913] asoc-simple-card sound: rk3328-hifi <-> ff010000.i2s mapping ok
  651. [    2.853295] GPT:6496255 != 62333951
  652. [    2.857918] GPT: Use GNU Parted to correct GPT errors.
  653. [    2.862778]  mmcblk0: p1 p2 p3 p4 p5
  654. [    2.868494] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/hdmi-sound[0]'
  655. [    2.868505] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/hdmi-sound[0]'
  656. [    2.868908] asoc-simple-card hdmi-sound: i2s-hifi <-> ff000000.i2s mapping ok
  657. [    2.874724] rk-vcodec ff360000.rkvdec: Looking up vcodec-supply from device tree
  658. [    2.874734] rk-vcodec ff360000.rkvdec: Looking up vcodec-supply property in node /rkvdec@ff36000 failed
  659. [    2.874750] rk-vcodec ff360000.rkvdec: no regulator for vcodec
  660. [    2.879804] rk-vcodec ff360000.rkvdec: parent devfreq is ok
  661. [    2.885051] rk-vcodec ff360000.rkvdec: probe device
  662. [    2.889901] rk-vcodec ff360000.rkvdec: vpu mmu dec ffffffc079248410
  663. [    2.895123] rk-vcodec ff360000.rkvdec: allocator is drm
  664. [    2.900029] rk-vcodec ff360000.rkvdec: checking hw id 3410
  665. [    2.905269] rk-vcodec ff360000.rkvdec: init success
  666. [    2.912011] rk808-rtc rk808-rtc: setting system clock to 2016-01-21 08:50:07 UTC (1453366207)
  667. [    2.926615] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 415; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '-release_v1.02-15-gf59fc18', rk_ko_ver is '5', built at '16:42:38', on 'Sep 20 2018'.
  668. [    2.938030] mali-utgard ff300000.gpu: mali_platform_device->num_resources = 9
  669. [    2.943396] mali-utgard ff300000.gpu: resource[0].start = 0x0x00000000ff300000
  670. [    2.948762] mali-utgard ff300000.gpu: resource[1].start = 0x0x00000000ff300000
  671. [    2.954082] mali-utgard ff300000.gpu: resource[2].start = 0x0x0000000000000011
  672. [    2.959339] mali-utgard ff300000.gpu: resource[3].start = 0x0x0000000000000012
  673. [    2.964512] mali-utgard ff300000.gpu: resource[4].start = 0x0x0000000000000013
  674. [    2.969635] mali-utgard ff300000.gpu: resource[5].start = 0x0x0000000000000014
  675. [    2.974738] mali-utgard ff300000.gpu: resource[6].start = 0x0x0000000000000015
  676. [    2.979726] mali-utgard ff300000.gpu: resource[7].start = 0x0x0000000000000016
  677. [    2.984603] mali-utgard ff300000.gpu: resource[8].start = 0x0x0000000000000017
  678. [    2.989425] D : [File] : drivers/gpu/arm/mali400/mali/platform/rk/rk.c; [Line] : 617; [Func] : mali_platform_device_init(); to add platform_specific_data to platform_device_of_mali.
  679. [    2.995380] mali-utgard ff300000.gpu: gpu_leakage=9
  680. [    3.000266] mali-utgard ff300000.gpu: gpu_leakage-volt-sel=1
  681. [    3.005252] mali-utgard ff300000.gpu: Looking up mali-supply from device tree
  682. [    3.005269] rk808 1-0018: Looking up vcc1-supply from device tree
  683. [    3.005278] rk808 1-0018: Looking up vcc1-supply property in node /i2c@ff160000/rk805@18 failed
  684. [    3.005717] devfreq ff300000.gpu: Couldn't update frequency transition information.
  685. [    3.012129] Mali: Mali device driver loaded
  686. [    3.018213] ALSA device list:
  687. [    3.022904]   #0: rockchip,rk3328
  688. [    3.027542]   #1: rockchip,hdmi
  689. [    3.053887] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null)
  690. [    3.059157] VFS: Mounted root (ext4 filesystem) on device 179:5.
  691. [    3.069046] devtmpfs: mounted
  692. [    3.074222] Freeing unused kernel memory: 1088K
  693. [    3.521287] scsi 0:0:0:0: Direct-Access     Samsung  Flash Drive      1100 PQ: 0 ANSI: 6
  694. [    3.527813] sd 0:0:0:0: [sda] 62668800 512-byte logical blocks: (32.1 GB/29.9 GiB)
  695. [    3.533792] sd 0:0:0:0: [sda] Write Protect is off
  696. [    3.538913] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
  697. [    3.539434] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  698. [    3.548968]  sda: sda1
  699. [    3.556029] sd 0:0:0:0: [sda] Attached SCSI removable disk
  700. [    3.662470] systemd[1]: System time before build time, advancing clock.
  701. [    3.732613] systemd[1]: Failed to insert module 'autofs4': No such file or directory
  702. [    3.739669] cgroup: cgroup2: unknown option "nsdelegate"
  703. [    3.761752] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
  704. [    3.774570] systemd[1]: Detected architecture arm64.
  705. [    3.792187] systemd[1]: Set hostname to <firefly>.
  706. [    4.141545] systemd[1]: File /lib/systemd/system/systemd-udevd.service:34 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
  707. [    4.148756] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
  708. [    4.458944] random: systemd: uninitialized urandom read (16 bytes read, 97 bits of entropy available)
  709. [    4.465667] systemd[1]: Reached target Remote File Systems.
  710. [    4.472399] random: systemd: uninitialized urandom read (16 bytes read, 97 bits of entropy available)
  711. [    4.479833] systemd[1]: Created slice System Slice.
  712. [    4.486408] random: systemd: uninitialized urandom read (16 bytes read, 97 bits of entropy available)
  713. [    4.493675] systemd[1]: Listening on Journal Socket.
  714. [    4.500320] random: systemd: uninitialized urandom read (16 bytes read, 97 bits of entropy available)
  715. [    4.509310] systemd[1]: Starting Remount Root and Kernel File Systems...
  716. [    4.516260] random: systemd: uninitialized urandom read (16 bytes read, 97 bits of entropy available)
  717. [    4.524113] systemd[1]: Created slice system-getty.slice.
  718. [    4.531224] random: systemd: uninitialized urandom read (16 bytes read, 97 bits of entropy available)
  719. [    4.540484] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  720. [    4.548177] random: systemd: uninitialized urandom read (16 bytes read, 97 bits of entropy available)
  721. [    4.557740] systemd[1]: Mounting Kernel Debug File System...
  722. [    4.564950] random: systemd: uninitialized urandom read (16 bytes read, 97 bits of entropy available)
  723. [    4.572783] systemd[1]: Listening on udev Control Socket.
  724. [    4.580167] random: systemd: uninitialized urandom read (16 bytes read, 97 bits of entropy available)
  725. [    4.588040] systemd[1]: Listening on udev Kernel Socket.
  726. [    4.595509] random: systemd: uninitialized urandom read (16 bytes read, 98 bits of entropy available)
  727. [    4.605418] systemd[1]: Starting udev Coldplug all Devices...
  728. [    4.613619] systemd[1]: Listening on Journal Socket (/dev/log).
  729. [    4.635620] systemd[1]: Reached target User and Group Name Lookups.
  730. [    4.643088] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  731. [    4.651250] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  732. [    4.672826] systemd[1]: Created slice User and Session Slice.
  733. [    4.680603] systemd[1]: Created slice system-serial\x2dgetty.slice.
  734. [    4.687895] systemd[1]: Reached target Slices.
  735. [    4.703780] systemd[1]: Starting Load Kernel Modules...
  736. [    4.711531] systemd[1]: Listening on Syslog Socket.
  737. [    4.720983] systemd[1]: Starting Journal Service...
  738. [    4.728455] systemd[1]: Reached target Swap.
  739. [    4.737070] systemd[1]: Started Remount Root and Kernel File Systems.
  740. [    4.747780] systemd[1]: Started Create list of required static device nodes for the current kernel.
  741. [    4.761811] systemd[1]: Starting Create Static Device Nodes in /dev...
  742. [    4.771731] systemd[1]: Starting Load/Save Random Seed...
  743. [    4.793414] systemd[1]: Started Load Kernel Modules.
  744. [    4.803982] systemd[1]: Starting Apply Kernel Variables...
  745. [    4.814595] systemd[1]: Mounting FUSE Control File System...
  746. [    4.825069] systemd[1]: Mounting Kernel Configuration File System...
  747. [    4.835189] systemd[1]: Mounted Kernel Debug File System.
  748. [    4.845181] systemd[1]: Started Load/Save Random Seed.
  749. [    4.852813] systemd[1]: Mounted FUSE Control File System.
  750. [    4.860464] systemd[1]: Mounted Kernel Configuration File System.
  751. [    4.868813] systemd[1]: Started Apply Kernel Variables.
  752. [    4.877780] systemd[1]: Started Create Static Device Nodes in /dev.
  753. [    4.880794] systemd[1]: Starting udev Kernel Device Manager...
  754. [    4.881354] systemd[1]: Reached target Local File Systems (Pre).
  755. [    4.881737] systemd[1]: Reached target Local File Systems.
  756. [    4.884673] systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
  757. [    4.918006] systemd[1]: Started Tell Plymouth To Write Out Runtime Data.
  758. [    4.939422] systemd[1]: Started udev Coldplug all Devices.
  759. [    5.053084] systemd[1]: Started Journal Service.
  760. [    5.073741] systemd-journald[160]: Received request to flush runtime journal from PID 1
  761. [    5.108958] random: nonblocking pool is initialized
  762. [    5.745886] vendor storage:20160801 ret = -1
  763. [    6.139939] usbcore: registered new interface driver uas
  764. [    7.696219] cfg80211: World regulatory domain updated:
  765. [    7.696231] cfg80211:  DFS Master region: unset
  766. [    7.696235] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  767. [    7.696242] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
  768. [    7.696248] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz, 92000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  769. [    7.696254] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
  770. [    7.696260] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
  771. [    7.696266] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
  772. [    7.696272] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
  773. [    7.696277] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
  774. [    7.696282] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
  775. [   10.803121] FAT-fs (mmcblk0p4): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
  776. [   11.504067] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  777. [   11.802213] rk_gmac-dwmac ff540000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  778. [   11.802261] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  779. [   14.808097] rk_gmac-dwmac ff540000.ethernet eth0: Link is Down
  780. [   16.757192] tty_port_close_start: tty->count = 1 port count = 2.
  781. [   16.812184] rk_gmac-dwmac ff540000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  782. [   17.547416]  sda: sda1
  783. [   18.760996]  sda: sda1
  784. [   28.565895]  sda: sda1
  785. [   32.009111] EXT4-fs (mmcblk0p5): resizing filesystem from 3115301 to 31035884 blocks
  786. [   32.009124] EXT4-fs (mmcblk0p5): Converting file system to meta_bg
  787. [   37.822368] EXT4-fs (mmcblk0p5): resized filesystem to 31035884
  788. [   41.737447] [drm] failed to set rockchip hdmi connector property hdmi_color_depth_capacity
  789. [   41.737474] [drm] failed to set rockchip hdmi connector property hdmi_output_mode_capacity
  790. [   41.737484] [drm] failed to set rockchip hdmi connector property brightness
  791. [   41.737494] [drm] failed to set rockchip hdmi connector property contrast
  792. [   41.737504] [drm] failed to set rockchip hdmi connector property saturation
  793. [   41.737514] [drm] failed to set rockchip hdmi connector property hue
  794. [  375.545322] rk_gmac-dwmac ff540000.ethernet eth0: Link is Down
  795. [  379.553482] rk_gmac-dwmac ff540000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  796. [  399.594025] rk_gmac-dwmac ff540000.ethernet eth0: Link is Down
  797. [  401.598124] rk_gmac-dwmac ff540000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  798. [  419.634564] rk_gmac-dwmac ff540000.ethernet eth0: Link is Down
  799. [  421.638641] rk_gmac-dwmac ff540000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  800. [  423.642664] rk_gmac-dwmac ff540000.ethernet eth0: Link is Down
  801. [  425.646768] rk_gmac-dwmac ff540000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  802. [  427.650769] rk_gmac-dwmac ff540000.ethernet eth0: Link is Down
  803. [  428.652833] rk_gmac-dwmac ff540000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  804. [  431.658877] rk_gmac-dwmac ff540000.ethernet eth0: Link is Down
  805. [  432.660949] rk_gmac-dwmac ff540000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  806. [  434.664956] rk_gmac-dwmac ff540000.ethernet eth0: Link is Down
  807. [  438.673103] rk_gmac-dwmac ff540000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
  808. [  448.919629] rockchip-vop ff370000.vop: wait win close timeout
  809. [  448.920153] rockchip-vop ff370000.vop: [drm:vop_crtc_enable] Update mode to 1920*1080, close all win
  810. [  450.455292] rockchip-vop ff370000.vop: wait win close timeout
  811. [  450.455807] rockchip-vop ff370000.vop: [drm:vop_crtc_enable] Update mode to 1920*1080, close all win
  812. [  463.044435] usb 3-1: new full-speed USB device number 2 using ohci-platform
  813. [  463.233463] usb 3-1: New USB device found, idVendor=046d, idProduct=c534
  814. [  463.233474] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  815. [  463.233480] usb 3-1: Product: USB Receiver
  816. [  463.233486] usb 3-1: Manufacturer: Logitech
  817. [  463.242354] input: Logitech USB Receiver as /devices/platform/ff5d0000.usb/usb3/3-1/3-1:1.0/0003:046D:C534.0001/input/input1
  818. [  463.293256] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-ff5d0000.usb-1/input0
  819. [  463.299076] input: Logitech USB Receiver as /devices/platform/ff5d0000.usb/usb3/3-1/3-1:1.1/0003:046D:C534.0002/input/input2
  820. [  463.350069] hid-generic 0003:046D:C534.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-ff5d0000.usb-1/input1
  821. [  568.861759] rockchip-vop ff370000.vop: wait win close timeout
  822. [  568.862274] rockchip-vop ff370000.vop: [drm:vop_crtc_enable] Update mode to 1920*1080, close all win
  823. [  570.640472] rockchip-vop ff370000.vop: wait win close timeout
  824. [  570.640996] rockchip-vop ff370000.vop: [drm:vop_crtc_enable] Update mode to 1920*1080, close all win
  825. [  571.959038] usb 3-1: USB disconnect, device number 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement