forked from WengJunFeng/release
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path__leez_p710_reboot1.log
4366 lines (4310 loc) · 238 KB
/
__leez_p710_reboot1.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
U-Boot 2017.09 (Sep 23 2019 - 09:47:48 -0700)
Model: Rockchip RK3399 Evaluation Board
DRAM: 3.8 GiB
Sysmem: init
Relocation Offset is: f7cf0000
I2c speed: 400000Hz
PMIC: RK808
vdd-center init 950000 uV
MMC: dwmmc@fe320000: 1, sdhci@fe330000: 0
*** Warning - bad CRC, using default environment
Model: Rockchip RK3399 Evaluation Board
Card did not respond to voltage select!
mmc_init: -95, time 9
switch to partitions #0, OK
mmc0(part 0) is current device
Bootdev: mmc 0
MMC0: HS400, 150Mhz
PartType: EFI
boot mode: None
CLK: (uboot. arml: enter 816000 KHz, init 816000 KHz, kernel 0N/A)
CLK: (uboot. armb: enter 24000 KHz, init 24000 KHz, kernel 0N/A)
aplll 816000 KHz
apllb 24000 KHz
dpll 800000 KHz
cpll 24000 KHz
gpll 800000 KHz
npll 600000 KHz
vpll 24000 KHz
aclk_perihp 133333 KHz
hclk_perihp 66666 KHz
pclk_perihp 33333 KHz
aclk_perilp0 266666 KHz
hclk_perilp0 88888 KHz
pclk_perilp0 44444 KHz
hclk_perilp1 100000 KHz
pclk_perilp1 50000 KHz
Net: eth0: ethernet@fe300000
Hit key to stop autoboot('CTRL+C'): 0
ANDROID: reboot reason: "(none)"
Not AVB images, AVB skip
Load FDT from boot part
DTB: rk-kernel.dtb
Android header version 0
Fdt Ramdisk skip relocation
Booting IMAGE kernel at 0x00280000 with fdt at 0x8300000...
## Booting Android Image at 0x0027f800 ...
Kernel load addr 0x00280000 size 16483 KiB
## Flattened Device Tree blob at 08300000
Booting using the fdt blob at 0x8300000
XIP Kernel Image ... OK
'reserved-memory' region@110000: addr=110000 size=f0000
Using Device Tree in place at 0000000008300000, end 000000000831bf4d
Adding bank: 0x00200000 - 0x08400000 (size: 0x08200000)
Adding bank: 0x0a200000 - 0xf8000000 (size: 0xede00000)
Total: 1134.194 ms
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.185 (chen@ubuntu) (gcc version 6.3.1 20170404 (Linaro GCC 6.3-2017.05) ) #1 SMP Mon Sep 23 17:26:53 PDT 2019
[ 0.000000] Boot CPU: AArch64 Processor [410fd034]
[ 0.000000] earlycon: Early serial console at MMIO32 0xff1a0000 (options '')
[ 0.000000] bootconsole [uart0] enabled
[ 0.000000] Reserved memory: failed to reserve memory for node 'drm-logo@00000000': base 0x0000000000000000, size 0 MiB
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] PERCPU: Embedded 21 pages/cpu @ffffffc0f7ece000 s45800 r8192 d32024 u86016
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: enabling workaround for ARM erratum 845719
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 991752
[ 0.000000] Kernel command line: storagemedia=emmc androidboot.storagemedia=emmc androidboot.mode=normal androidboot.verifiedbootstate=orange androidboot.slot_suffix= androidboot.serialno=b54cffce2fa1ba47 rw rootwait earlycon=uart8250,mmio32,0xff1a0000 swiotlb=1 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rootfstype=ext4 coherent_pool=1m
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.000000] software IO TLB: mapped [mem 0xf7e86000-0xf7ec6000] (0MB)
[ 0.000000] Memory: 3938752K/4030464K available (9918K kernel code, 1506K rwdata, 3988K rodata, 1024K init, 1867K bss, 91712K reserved, 0K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB)
[ 0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbdbfff0000 ( 246 GB)
[ 0.000000] .init : 0xffffff8008e20000 - 0xffffff8008f20000 ( 1024 KB)
[ 0.000000] .text : 0xffffff8008080000 - 0xffffff8008a30000 ( 9920 KB)
[ 0.000000] .rodata : 0xffffff8008a30000 - 0xffffff8008e20000 ( 4032 KB)
[ 0.000000] .data : 0xffffff8008f20000 - 0xffffff8009098808 ( 1507 KB)
[ 0.000000] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
[ 0.000000] 0xffffffbdc0008000 - 0xffffffbdc3e00000 ( 61 MB actual)
[ 0.000000] fixed : 0xffffffbffe7fb000 - 0xffffffbffec00000 ( 4116 KB)
[ 0.000000] PCI I/O : 0xffffffbffee00000 - 0xffffffbfffe00000 ( 16 MB)
[ 0.000000] memory : 0xffffffc000200000 - 0xffffffc0f8000000 ( 3966 MB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=6.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6
[ 0.000000] NR_IRQS:64 nr_irqs:64 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] ITS: /interrupt-controller@fee00000/interrupt-controller@fee20000
[ 0.000000] ITS: allocated 65536 Devices @a280000 (psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GIC: using LPI property table @0x000000000a210000
[ 0.000000] ITS: Allocated 1792 chunks for LPIs
[ 0.000000] CPU0: found redistributor 0 region 0:0x00000000fef00000
[ 0.000000] CPU0: using LPI pending table @0x000000000a220000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] }
[ 0.000000] GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] }
[ 0.000000] rockchip_clk_register_frac_branch: could not find dclk_vop0_frac as parent of dclk_vop0, rate changes may not work
[ 0.000000] rockchip_clk_register_frac_branch: could not find dclk_vop1_frac as parent of dclk_vop1, rate changes may not work
[ 0.000000] rockchip_cpuclk_pre_rate_change: limiting alt-divider 33 to 31
[ 0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.002285] Console: colour dummy device 80x25
[ 0.002728] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
[ 0.003718] pid_max: default: 32768 minimum: 301
[ 0.004304] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.004958] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.006411] Initializing cgroup subsys devices
[ 0.006847] Initializing cgroup subsys freezer
[ 0.007309] ftrace: allocating 37615 entries in 147 pages
[ 0.104811] sched-energy: Sched-energy-costs installed from DT
[ 0.105379] CPU0: update cpu_capacity 401
[ 0.105830] ASID allocator initialised with 32768 entries
[ 0.109473] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[ 0.110870] Platform MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[ 0.113126] Detected VIPT I-cache on CPU1
[ 0.113160] CPU1: found redistributor 1 region 0:0x00000000fef20000
[ 0.113190] CPU1: using LPI pending table @0x00000000f2ca0000
[ 0.113234] CPU1: update cpu_capacity 401
[ 0.113238] CPU1: Booted secondary processor [410fd034]
[ 0.113784] Detected VIPT I-cache on CPU2
[ 0.113805] CPU2: found redistributor 2 region 0:0x00000000fef40000
[ 0.113833] CPU2: using LPI pending table @0x00000000f2cc0000
[ 0.113859] CPU2: update cpu_capacity 401
[ 0.113863] CPU2: Booted secondary processor [410fd034]
[ 0.114385] Detected VIPT I-cache on CPU3
[ 0.114405] CPU3: found redistributor 3 region 0:0x00000000fef60000
[ 0.114432] CPU3: using LPI pending table @0x00000000f2d10000
[ 0.114458] CPU3: update cpu_capacity 401
[ 0.114461] CPU3: Booted secondary processor [410fd034]
[ 0.115013] Detected PIPT I-cache on CPU4
[ 0.115040] CPU4: found redistributor 100 region 0:0x00000000fef80000
[ 0.115077] CPU4: using LPI pending table @0x00000000f2d50000
[ 0.115116] CPU4: update cpu_capacity 1024
[ 0.115120] CPU4: Booted secondary processor [410fd082]
[ 0.115670] Detected PIPT I-cache on CPU5
[ 0.115688] CPU5: found redistributor 101 region 0:0x00000000fefa0000
[ 0.115725] CPU5: using LPI pending table @0x00000000f2d80000
[ 0.115750] CPU5: update cpu_capacity 1024
[ 0.115754] CPU5: Booted secondary processor [410fd082]
[ 0.115852] Brought up 6 CPUs
[ 0.128219] SMP: Total of 6 processors activated.
[ 0.128671] CPU features: detected feature: GIC system register CPU interface
[ 0.129360] CPU features: detected feature: 32-bit EL0 Support
[ 0.129920] CPU: All CPU(s) started at EL2
[ 0.130351] alternatives: patching kernel code
[ 0.132169] devtmpfs: initialized
[ 0.150292] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.151212] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.152276] pinctrl core: initialized pinctrl subsystem
[ 0.153497] NET: Registered protocol family 16
[ 0.158969] cpuidle: using governor ladder
[ 0.162979] cpuidle: using governor menu
[ 0.163366] Registered FIQ tty driver
[ 0.164008] vdso: 2 pages (1 code @ ffffff8008a36000, 1 data @ ffffff8008f24000)
[ 0.164710] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.165867] DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.191678] console [pstore-1] enabled
[ 0.192028] pstore: Registered ramoops as persistent store backend
[ 0.192596] ramoops: attached 0xf0000@0x110000, ecc: 0/0
[ 0.194445] console [ttyFIQ0] enabled
[ 0.194445] console [ttyFIQ0] enabled
[ 0.195125] bootconsole [uart0] disabled
[ 0.195125] bootconsole [uart0] disabled
[ 0.196013] Registered fiq debugger ttyFIQ0
[ 0.211873] iommu: Adding device ff650000.vpu_service to group 0
[ 0.212489] iommu: Adding device ff660000.rkvdec to group 1
[ 0.213103] iommu: Adding device ff8f0000.vop to group 2
[ 0.213666] iommu: Adding device ff900000.vop to group 3
[ 0.214235] iommu: Adding device ff910000.rkisp1 to group 4
[ 0.214815] iommu: Adding device ff920000.rkisp1 to group 5
[ 0.215804] rk_iommu ff650800.iommu: can't get sclk
[ 0.216518] rk_iommu ff660480.iommu: can't get sclk
[ 0.217166] rk_iommu ff8f3f00.iommu: can't get sclk
[ 0.217781] rk_iommu ff903f00.iommu: can't get sclk
[ 0.218383] rk_iommu ff914000.iommu: can't get sclk
[ 0.218995] rk_iommu ff924000.iommu: can't get sclk
[ 0.219785] SCSI subsystem initialized
[ 0.220310] usbcore: registered new interface driver usbfs
[ 0.220838] usbcore: registered new interface driver hub
[ 0.221393] usbcore: registered new device driver usb
[ 0.221915] media: Linux media interface: v0.10
[ 0.222357] Linux video capture interface: v2.00
[ 0.222846] pps_core: LinuxPPS API ver. 1 registered
[ 0.223292] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[ 0.224118] PTP clock support registered
[ 0.225763] Advanced Linux Sound Architecture Driver Initialized.
[ 0.226811] Bluetooth: Core ver 2.21
[ 0.227154] NET: Registered protocol family 31
[ 0.227567] Bluetooth: HCI device and connection manager initialized
[ 0.228134] Bluetooth: HCI socket layer initialized
[ 0.228580] Bluetooth: L2CAP socket layer initialized
[ 0.229044] Bluetooth: SCO socket layer initialized
[ 0.230120] rockchip-cpuinfo cpuinfo: Serial : b54cffce2fa1ba47
[ 0.231245] clocksource: Switched to clocksource arch_sys_counter
[ 0.280323] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
[ 0.281229] NET: Registered protocol family 2
[ 0.282058] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.282974] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes)
[ 0.284477] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.285170] UDP hash table entries: 2048 (order: 5, 196608 bytes)
[ 0.285893] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes)
[ 0.286846] NET: Registered protocol family 1
[ 0.287553] RPC: Registered named UNIX socket transport module.
[ 0.288081] RPC: Registered udp transport module.
[ 0.288520] RPC: Registered tcp transport module.
[ 0.288942] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.290761] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.291589] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.295378] Initialise system trusted keyring
[ 0.303846] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.305129] NFS: Registering the id_resolver key type
[ 0.305619] Key type id_resolver registered
[ 0.305997] Key type id_legacy registered
[ 0.306436] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.307052] fuse init (API version 7.23)
[ 0.307783] SGI XFS with security attributes, no debug enabled
[ 0.313288] NET: Registered protocol family 38
[ 0.313702] Key type asymmetric registered
[ 0.314071] Asymmetric key parser 'x509' registered
[ 0.314678] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 0.315349] io scheduler noop registered
[ 0.315706] io scheduler deadline registered
[ 0.316204] io scheduler cfq registered (default)
[ 0.318213] phy phy-ff770000.syscon:[email protected]: Failed to get VBUS supply regulator
[ 0.325367] rockchip-pcie f8000000.pcie: no vpcie3v3 regulator found
[ 0.325956] rockchip-pcie f8000000.pcie: no vpcie1v8 regulator found
[ 0.326554] rockchip-pcie f8000000.pcie: no vpcie0v9 regulator found
[ 0.327119] rockchip-pcie f8000000.pcie: missing "memory-region" property
[ 0.327731] PCI host bridge /pcie@f8000000 ranges:
[ 0.328168] MEM 0xfa000000..0xfbdfffff -> 0xfa000000
[ 0.328636] IO 0xfbe00000..0xfbefffff -> 0xfbe00000
[ 0.870308] rockchip-pcie f8000000.pcie: PCIe link training gen1 timeout!
[ 0.870928] rockchip-pcie f8000000.pcie: deferred probe failed
[ 0.871573] rockchip-pcie: probe of f8000000.pcie failed with error -110
[ 0.873164] backlight supply power not found, using dummy regulator
[ 0.874533] rk-vcodec ff650000.vpu_service: no regulator for vcodec
[ 0.875497] rk-vcodec ff650000.vpu_service: probe device
[ 0.876303] rk-vcodec ff650000.vpu_service: drm allocator with mmu enabled
[ 0.877664] rk-vcodec ff650000.vpu_service: could not find power_model node
[ 0.878303] rk-vcodec ff650000.vpu_service: init success
[ 0.879191] rk-vcodec ff660000.rkvdec: no regulator for vcodec
[ 0.880214] rk-vcodec ff660000.rkvdec: probe device
[ 0.880891] rk-vcodec ff660000.rkvdec: drm allocator with mmu enabled
[ 0.881871] rk-vcodec ff660000.rkvdec: could not find power_model node
[ 0.882462] rk-vcodec ff660000.rkvdec: init success
[ 0.884431] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 0.885103] dma-pl330 ff6d0000.dma-controller: DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
[ 0.887402] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 0.888073] dma-pl330 ff6e0000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[ 0.889971] rockchip-system-monitor rockchip-system-monitor: system monitor probe
[ 0.891876] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled
[ 0.893071] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 39, base_baud = 1500000) is a 16550A
[ 0.895039] [drm] Initialized drm 1.1.0 20060810
[ 0.899601] [drm] Rockchip DRM driver version: v1.0.1
[ 0.902472] mali ff9a0000.gpu: Failed to get regulator
[ 0.902932] mali ff9a0000.gpu: Power control initialization failed
[ 0.903856] Unable to detect cache hierarchy for CPU 0
[ 0.905064] brd: module loaded
[ 0.910501] loop: module loaded
[ 0.911326] zram: Added device: zram0
[ 0.911974] lkdtm: No crash points registered, enable through debugfs
[ 0.913474] rockchip-spi ff1d0000.spi: no high_speed pinctrl state
[ 0.914955] rockchip-spi ff1d0000.spi: cs2 >= max 2
[ 0.915412] spi_master spi32766: spi_device register error /spi@ff1d0000/spi_test@03
[ 0.916094] spi_master spi32766: Failed to create SPI device for /spi@ff1d0000/spi_test@03
[ 0.916841] rockchip-spi ff1d0000.spi: cs3 >= max 2
[ 0.917286] spi_master spi32766: spi_device register error /spi@ff1d0000/spi_test@04
[ 0.917965] spi_master spi32766: Failed to create SPI device for /spi@ff1d0000/spi_test@04
[ 0.920022] rk_gmac-dwmac fe300000.ethernet: clock input or output? (input).
[ 0.920661] rk_gmac-dwmac fe300000.ethernet: TX delay(0x28).
[ 0.921168] rk_gmac-dwmac fe300000.ethernet: RX delay(0x11).
[ 0.921696] rk_gmac-dwmac fe300000.ethernet: integrated PHY? (no).
[ 0.922431] rk_gmac-dwmac fe300000.ethernet: cannot get clock clk_mac_speed
[ 0.923052] rk_gmac-dwmac fe300000.ethernet: clock input from PHY
[ 0.928606] rk_gmac-dwmac fe300000.ethernet: init for RGMII
[ 0.929218] stmmac - user ID: 0x10, Synopsys ID: 0x35
[ 0.929674] Ring mode enabled
[ 0.929947] DMA HW capability register supported
[ 0.930354] Normal descriptors
[ 0.930663] RX Checksum Offload Engine supported (type 2)
[ 0.931154] TX Checksum insertion supported
[ 0.931536] Wake-Up On Lan supported
[ 0.931902] Enable RX Mitigation via HW Watchdog Timer
[ 0.997557] libphy: stmmac: probed
[ 0.997869] eth%d: PHY ID 001cc916 at 0 IRQ POLL (stmmac-0:00) active
[ 0.998454] eth%d: PHY ID 001cc916 at 1 IRQ POLL (stmmac-0:01)
[ 1.000337] usbcore: registered new interface driver rndis_wlan
[ 1.001068] Rockchip WiFi SYS interface (V1.00) ...
[ 1.001689] usbcore: registered new interface driver rtl8150
[ 1.002253] usbcore: registered new interface driver r8152
[ 1.002804] usbcore: registered new interface driver asix
[ 1.003343] usbcore: registered new interface driver ax88179_178a
[ 1.003930] usbcore: registered new interface driver cdc_ether
[ 1.004504] usbcore: registered new interface driver rndis_host
[ 1.005113] usbcore: registered new interface driver cdc_ncm
[ 1.005675] usbcore: registered new interface driver cdc_mbim
[ 1.008341] rockchip-dwc3 usb0: failed to get drvdata dwc3
[ 1.014052] rockchip-dwc3 usb1: fail to get drvdata hcd
[ 1.015795] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.016402] ehci-pci: EHCI PCI platform driver
[ 1.016850] ehci-platform: EHCI generic platform driver
[ 1.021188] ehci-platform fe3c0000.usb: EHCI Host Controller
[ 1.021909] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 1
[ 1.022718] ehci-platform fe3c0000.usb: irq 30, io mem 0xfe3c0000
[ 1.029268] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
[ 1.029974] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.030588] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.031243] usb usb1: Product: EHCI Host Controller
[ 1.031680] usb usb1: Manufacturer: Linux 4.4.185 ehci_hcd
[ 1.032173] usb usb1: SerialNumber: fe3c0000.usb
[ 1.033066] hub 1-0:1.0: USB hub found
[ 1.033449] hub 1-0:1.0: 1 port detected
[ 1.034390] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.034954] ohci-platform: OHCI generic platform driver
[ 1.035932] ohci-platform fe3e0000.usb: Generic Platform OHCI controller
[ 1.036739] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 2
[ 1.037530] ohci-platform fe3e0000.usb: irq 31, io mem 0xfe3e0000
[ 1.092419] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.093020] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.093677] usb usb2: Product: Generic Platform OHCI controller
[ 1.094205] usb usb2: Manufacturer: Linux 4.4.185 ohci_hcd
[ 1.094706] usb usb2: SerialNumber: fe3e0000.usb
[ 1.095714] hub 2-0:1.0: USB hub found
[ 1.096097] hub 2-0:1.0: 1 port detected
[ 1.098111] usbcore: registered new interface driver cdc_acm
[ 1.098634] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 1.099405] usbcore: registered new interface driver cdc_wdm
[ 1.099961] usbcore: registered new interface driver uas
[ 1.100554] usbcore: registered new interface driver usb-storage
[ 1.101202] usbcore: registered new interface driver usbserial
[ 1.101774] usbcore: registered new interface driver usbserial_generic
[ 1.102402] usbserial: USB Serial support registered for generic
[ 1.102985] usbcore: registered new interface driver cp210x
[ 1.103521] usbserial: USB Serial support registered for cp210x
[ 1.104114] usbcore: registered new interface driver ftdi_sio
[ 1.104677] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 1.105486] usbcore: registered new interface driver keyspan
[ 1.106020] usbserial: USB Serial support registered for Keyspan - (without firmware)
[ 1.106761] usbserial: USB Serial support registered for Keyspan 1 port adapter
[ 1.107455] usbserial: USB Serial support registered for Keyspan 2 port adapter
[ 1.108135] usbserial: USB Serial support registered for Keyspan 4 port adapter
[ 1.108848] usbcore: registered new interface driver option
[ 1.109385] usbserial: USB Serial support registered for GSM modem (1-port)
[ 1.110199] usbcore: registered new interface driver oti6858
[ 1.110748] usbserial: USB Serial support registered for oti6858
[ 1.111344] usbcore: registered new interface driver pl2303
[ 1.111865] usbserial: USB Serial support registered for pl2303
[ 1.112459] usbcore: registered new interface driver qcserial
[ 1.113004] usbserial: USB Serial support registered for Qualcomm USB modem
[ 1.113702] usbcore: registered new interface driver sierra
[ 1.114228] usbserial: USB Serial support registered for Sierra USB modem
[ 1.116520] usbcore: registered new interface driver usbtouchscreen
[ 1.117969] i2c /dev entries driver
[ 1.119602] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
[ 1.120293] fan53555-reg: supplied by vcc5v0_sys
[ 1.123103] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
[ 1.123780] fan53555-reg: supplied by vcc5v0_sys
[ 1.126550] rk808 0-001b: Pmic Chip id: 0x0
[ 1.130130] rk808-regulator rk808-regulator: there is no dvs0 gpio
[ 1.130759] rk808-regulator rk808-regulator: there is no dvs1 gpio
[ 1.131409] DCDC_REG1: supplied by vcc3v3_sys
[ 1.132578] DCDC_REG2: supplied by vcc3v3_sys
[ 1.133665] DCDC_REG3: supplied by vcc3v3_sys
[ 1.134388] DCDC_REG4: supplied by vcc3v3_sys
[ 1.135287] LDO_REG1: supplied by vcc3v3_sys
[ 1.136919] LDO_REG2: supplied by vcc3v3_sys
[ 1.138449] LDO_REG3: supplied by vcc3v3_sys
[ 1.139837] LDO_REG4: supplied by vcc3v3_sys
[ 1.141270] LDO_REG5: supplied by vcc3v3_sys
[ 1.141819] vcca3v0_codec: Bringing 1800000uV into 3000000-3000000uV
[ 1.143503] LDO_REG6: supplied by vcc3v3_sys
[ 1.144898] LDO_REG7: supplied by vcc3v3_sys
[ 1.145463] vcca1v8_codec: Bringing 800000uV into 900000-900000uV
[ 1.147089] LDO_REG8: supplied by vcc3v3_sys
[ 1.148520] SWITCH_REG1: supplied by vcc3v3_sys
[ 1.149259] SWITCH_REG2: supplied by vcc3v3_sys
[ 1.153067] rk808-rtc rk808-rtc: rtc core: registered rk808-rtc as rtc0
[ 1.154095] rk3x-i2c ff3c0000.i2c: Initialized RK3xxx I2C bus at ffffff80092fa000
[ 1.155933] input: gsl3673 as /devices/platform/ff110000.i2c/i2c-1/1-0040/input/input0
[ 1.204445] gsl3673 1-0040: GSL3673 test_i2c error!
[ 1.204884] gsl3673 1-0040: gsl_probe: init_chip failed
[ 1.210381] gsl3673: probe of 1-0040 failed with error -1
[ 1.211002] rk3x-i2c ff110000.i2c: Initialized RK3xxx I2C bus at ffffff80092fc000
[ 1.212461] rk3x-i2c ff120000.i2c: Initialized RK3xxx I2C bus at ffffff80092fe000
[ 1.213361] rockchip-pinctrl pinctrl: pin gpio4-17 already requested by ff940000.hdmi; cannot claim for ff130000.i2c
[ 1.214305] rockchip-pinctrl pinctrl: pin-145 (ff130000.i2c) status -22
[ 1.214895] rockchip-pinctrl pinctrl: could not request pin 145 (gpio4-17) from group i2c3-xfer on device rockchip-pinctrl
[ 1.215889] rk3x-i2c ff130000.i2c: Error applying setting, reverse things back
[ 1.217127] rk3x-i2c ff130000.i2c: Initialized RK3xxx I2C bus at ffffff80094c2000
[ 1.218497] rk3x-i2c ff160000.i2c: Initialized RK3xxx I2C bus at ffffff80094c4000
[ 1.220818] fusb302 4-0022: Can't get property of role, set role to default DRP
[ 1.222002] fusb302 4-0022: fusb302 send extcon to disable vbus 5v
[ 1.231573] fusb302 4-0022: port 0 probe success with role ROLE_MODE_DRP, try_role ROLE_MODE_NONE
[ 1.232574] input: Typec_Headphone as /devices/platform/ff3d0000.i2c/i2c-4/4-0022/input/input1
[ 1.233769] rk3x-i2c ff3d0000.i2c: Initialized RK3xxx I2C bus at ffffff80094c6000
[ 1.236163] IR NEC protocol handler initialized
[ 1.237750] rkisp1 ff910000.rkisp1: rkisp1 driver version: v00.01.05
[ 1.238347] rkisp1 ff910000.rkisp1: Missing rockchip,grf property
[ 1.241325] rkisp1 ff920000.rkisp1: rkisp1 driver version: v00.01.05
[ 1.241909] rkisp1 ff920000.rkisp1: Missing rockchip,grf property
[ 1.244803] usbcore: registered new interface driver uvcvideo
[ 1.245335] USB Video Class driver (1.1.1)
[ 1.248604] Boot mode: coldboot
[ 1.250313] rk_tsadcv2_temp_to_code: Invalid conversion table: code=1023, temperature=2147483647
[ 1.251346] rockchip-thermal ff260000.tsadc: tsadc is probed successfully!
[ 1.252970] dw_wdt ff848000.watchdog: Should better to setup a 'resets' property in dt, that must been named with reset
[ 1.254308] Bluetooth: Virtual HCI driver ver 1.5
[ 1.254927] Bluetooth: HCI UART driver ver 2.3
[ 1.255348] Bluetooth: HCI UART protocol H4 registered
[ 1.255806] Bluetooth: HCI UART protocol LL registered
[ 1.256276] Bluetooth: HCI UART protocol ATH3K registered
[ 1.256843] usbcore: registered new interface driver bfusb
[ 1.257416] usbcore: registered new interface driver btusb
[ 1.258569] cpu cpu0: bin=1
[ 1.258892] cpu cpu0: leakage=28
[ 1.272296] cpu cpu0: temp=48125, pvtm=149724 (149262 + 462)
[ 1.273075] cpu cpu0: pvtm-volt-sel=2
[ 1.273501] cpu cpu0: bin-scale=34
[ 1.274211] cpu cpu4: bin=1
[ 1.274587] cpu cpu4: leakage=50
[ 1.287001] cpu cpu4: temp=48125, pvtm=159464 (159219 + 245)
[ 1.287591] cpu cpu4: pvtm-volt-sel=3
[ 1.287981] cpu cpu4: bin-scale=17
[ 1.289919] cpu cpu0: avs=0
[ 1.290330] cpu cpu0: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0
[ 1.291750] cpu cpu0: failed to find power_model node
[ 1.293558] cpu cpu4: avs=0
[ 1.293950] cpu cpu4: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0
[ 1.296259] cpu cpu4: failed to find power_model node
[ 1.297877] sdhci: Secure Digital Host Controller Interface driver
[ 1.298452] sdhci: Copyright(c) Pierre Ossman
[ 1.298848] Synopsys Designware Multimedia Card Interface Driver
[ 1.300794] dwmmc_rockchip fe310000.dwmmc: IDMAC supports 32-bit address mode.
[ 1.301483] dwmmc_rockchip fe310000.dwmmc: Using internal DMA controller.
[ 1.302099] dwmmc_rockchip fe310000.dwmmc: Version ID is 270a
[ 1.302684] dwmmc_rockchip fe310000.dwmmc: DW MMC controller at irq 25,32 bit host data width,256 deep fifo
[ 1.303589] dwmmc_rockchip fe310000.dwmmc: 'clock-freq-min-max' property was deprecated.
[ 1.304425] dwmmc_rockchip fe310000.dwmmc: No vmmc regulator found
[ 1.304976] dwmmc_rockchip fe310000.dwmmc: No vqmmc regulator found
[ 1.306863] dwmmc_rockchip fe320000.dwmmc: IDMAC supports 32-bit address mode.
[ 1.307550] dwmmc_rockchip fe320000.dwmmc: Using internal DMA controller.
[ 1.308164] dwmmc_rockchip fe320000.dwmmc: Version ID is 270a
[ 1.308739] dwmmc_rockchip fe320000.dwmmc: DW MMC controller at irq 26,32 bit host data width,256 deep fifo
[ 1.309625] dwmmc_rockchip fe320000.dwmmc: 'clock-freq-min-max' property was deprecated.
[ 1.310987] vccio_sd: unsupportable voltage range: 3300000-3000000uV
[ 1.311605] rockchip-iodomain ff770000.syscon:io-domains: Setting to 3000000 done
[ 1.312293] rockchip-iodomain ff770000.syscon:io-domains: Setting to 3000000 done
[ 1.323309] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 1.334418] dwmmc_rockchip fe320000.dwmmc: 1 slots initialized
[ 1.335279] usb 1-1: new high-speed USB device number 2 using ehci-platform
[ 1.335486] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.337490] sdhci-arasan fe330000.sdhci: No vmmc regulator found
[ 1.338028] sdhci-arasan fe330000.sdhci: No vqmmc regulator found
[ 1.365364] mmc1: SDHCI controller on fe330000.sdhci [fe330000.sdhci] using ADMA
[ 1.367255] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.368252] usbcore: registered new interface driver usbhid
[ 1.368747] usbhid: USB HID core driver
[ 1.372167] usbcore: registered new interface driver snd-usb-audio
[ 1.380845] Initializing XFRM netlink socket
[ 1.381984] NET: Registered protocol family 10
[ 1.383465] NET: Registered protocol family 17
[ 1.383890] NET: Registered protocol family 15
[ 1.384530] Bluetooth: RFCOMM socket layer initialized
[ 1.385011] Bluetooth: RFCOMM ver 1.11
[ 1.385381] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 1.385912] Bluetooth: HIDP socket layer initialized
[ 1.386431] [WLAN_RFKILL]: Enter rfkill_wlan_init
[ 1.387337] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[ 1.387854] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6354
[ 1.388472] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[ 1.389099] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
[ 1.389861] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,host_wake_irq = 3, flags = 0.
[ 1.390676] [WLAN_RFKILL]: wlan_platdata_parse_dt: The ref_wifi_clk not found !
[ 1.391335] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[ 1.391805] [WLAN_RFKILL]: Exit rfkill_wlan_probe
[ 1.392330] [BT_RFKILL]: Enter rfkill_rk_init
[ 1.393336] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 83.
[ 1.394088] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 9.
[ 1.394840] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 90.
[ 1.395575] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 4.
[ 1.397223] [BT_RFKILL]: Request irq for bt wakeup host
[ 1.397813] [BT_RFKILL]: ** disable irq
[ 1.398330] [BT_RFKILL]: bt_default device registered.
[ 1.398903] Key type dns_resolver registered
[ 1.400006] ov13850 1-0010: driver version: 00.01.01
[ 1.400471] ov13850 1-0010: could not get module information!
[ 1.400992] ov13850: probe of 1-0010 failed with error -22
[ 1.401609] ov13850 2-0010: driver version: 00.01.01
[ 1.402054] ov13850 2-0010: could not get module information!
[ 1.402582] ov13850: probe of 2-0010 failed with error -22
[ 1.403675] Registered cp15_barrier emulation handler
[ 1.404244] Registered setend emulation handler
[ 1.405922] Loading compiled-in X.509 certificates
[ 1.407641] rga2: Driver loaded successfully ver:3.02
[ 1.408489] rga2: Module initialized.
[ 1.410428] phy phy-ff770000.syscon:[email protected]: Failed to get VBUS supply regulator
[ 1.413119] rockchip-drm display-subsystem: dmc is disabled
[ 1.413931] rockchip-vop ff900000.vop: missing rockchip,grf property
[ 1.414773] rockchip-drm display-subsystem: bound ff900000.vop (ops 0xffffff8008ad4c48)
[ 1.415525] rockchip-vop ff8f0000.vop: missing rockchip,grf property
[ 1.416337] rockchip-drm display-subsystem: bound ff8f0000.vop (ops 0xffffff8008ad4c48)
[ 1.417386] dwhdmi-rockchip ff940000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
[ 1.420480] rockchip-drm display-subsystem: bound ff940000.hdmi (ops 0xffffff8008ac94c8)
[ 1.422003] i2c i2c-9: of_i2c: modalias failure on /dp@fec00000/ports
[ 1.423051] rockchip-drm display-subsystem: bound fec00000.dp (ops 0xffffff8008aca4e8)
[ 1.423803] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 1.424401] [drm] No driver support for vblank timestamp query.
[ 1.425118] rockchip-drm display-subsystem: failed to parse loader memory
[ 1.425793] rockchip-drm display-subsystem: No connectors reported connected with modes
[ 1.426603] [drm] Cannot find any crtc or sizes - going 1024x768
[ 1.431747] rockchip-drm display-subsystem: fb0: frame buffer device
[ 1.438512] rockchip-pinctrl pinctrl: pin gpio4-30 already requested by gpio-leds; cannot claim for edp-panel
[ 1.439444] rockchip-pinctrl pinctrl: pin-158 (edp-panel) status -22
[ 1.440021] rockchip-pinctrl pinctrl: could not request pin 158 (gpio4-30) from group lcd-panel-reset on device rockchip-pinctrl
[ 1.441073] panel-simple edp-panel: Error applying setting, reverse things back
[ 1.442000] panel-simple edp-panel: failed to request enable GPIO: -16
[ 1.442639] panel-simple: probe of edp-panel failed with error -16
[ 1.444067] mali ff9a0000.gpu: leakage=35
[ 1.445976] mmc1: new HS400 Enhanced strobe MMC card at address 0001
[ 1.447289] mmcblk1: mmc1:0001 AJNB4R 14.6 GiB
[ 1.448123] mmcblk1boot0: mmc1:0001 AJNB4R partition 1 4.00 MiB
[ 1.449060] mmcblk1boot1: mmc1:0001 AJNB4R partition 2 4.00 MiB
[ 1.449964] mmcblk1rpmb: mmc1:0001 AJNB4R partition 3 4.00 MiB
[ 1.453474] mmcblk1: p1 p2 p3 p4 p5 p6 p7 p8 p9
[ 1.454857] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[ 1.455503] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.456138] usb 1-1: Product: USB2.0 Hub
[ 1.457081] mali ff9a0000.gpu: temp=47500, pvtm=126481 (126409 + 72)
[ 1.457384] hub 1-1:1.0: USB hub found
[ 1.457853] hub 1-1:1.0: 4 ports detected
[ 1.459970] mali ff9a0000.gpu: pvtm-volt-sel=2
[ 1.460940] mali ff9a0000.gpu: avs=0
[ 1.461925] mali ff9a0000.gpu: GPU identified as 0x0860 r2p0 status 0
[ 1.463574] mali ff9a0000.gpu: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0
[ 1.464375] I : [File] : drivers/gpu/arm/midgard_for_linux/backend/gpu/mali_kbase_devfreq.c; [Line] : 315; [Func] : kbase_devfreq_init(); success initing power_model_simple.
[ 1.466428] mali ff9a0000.gpu: Probed as mali0
[ 1.471537] xhci-hcd xhci-hcd.10.auto: xHCI Host Controller
[ 1.472327] xhci-hcd xhci-hcd.10.auto: new USB bus registered, assigned bus number 3
[ 1.473305] xhci-hcd xhci-hcd.10.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x06030010
[ 1.474191] xhci-hcd xhci-hcd.10.auto: irq 232, io mem 0xfe800000
[ 1.475352] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.475974] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.476659] usb usb3: Product: xHCI Host Controller
[ 1.477112] usb usb3: Manufacturer: Linux 4.4.185 xhci-hcd
[ 1.477656] usb usb3: SerialNumber: xhci-hcd.10.auto
[ 1.478929] hub 3-0:1.0: USB hub found
[ 1.479312] hub 3-0:1.0: 1 port detected
[ 1.479979] xhci-hcd xhci-hcd.10.auto: xHCI Host Controller
[ 1.480717] xhci-hcd xhci-hcd.10.auto: new USB bus registered, assigned bus number 4
[ 1.481480] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.482312] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[ 1.482920] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.483613] usb usb4: Product: xHCI Host Controller
[ 1.484048] usb usb4: Manufacturer: Linux 4.4.185 xhci-hcd
[ 1.484552] usb usb4: SerialNumber: xhci-hcd.10.auto
[ 1.485669] hub 4-0:1.0: USB hub found
[ 1.486038] hub 4-0:1.0: 1 port detected
[ 1.488148] xhci-hcd xhci-hcd.10.auto: remove, state 1
[ 1.488700] usb usb4: USB disconnect, device number 1
[ 1.492862] xhci-hcd xhci-hcd.11.auto: xHCI Host Controller
[ 1.493587] xhci-hcd xhci-hcd.11.auto: new USB bus registered, assigned bus number 5
[ 1.494443] xhci-hcd xhci-hcd.11.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x06030010
[ 1.495284] xhci-hcd xhci-hcd.11.auto: irq 233, io mem 0xfe900000
[ 1.496056] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.496674] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.497330] usb usb5: Product: xHCI Host Controller
[ 1.497765] usb usb5: Manufacturer: Linux 4.4.185 xhci-hcd
[ 1.498265] usb usb5: SerialNumber: xhci-hcd.11.auto
[ 1.499216] hub 5-0:1.0: USB hub found
[ 1.499596] hub 5-0:1.0: 1 port detected
[ 1.500269] xhci-hcd xhci-hcd.11.auto: xHCI Host Controller
[ 1.500906] xhci-hcd xhci-hcd.11.auto: new USB bus registered, assigned bus number 6
[ 1.501665] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.502493] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003
[ 1.503100] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.503750] usb usb6: Product: xHCI Host Controller
[ 1.504185] usb usb6: Manufacturer: Linux 4.4.185 xhci-hcd
[ 1.504685] usb usb6: SerialNumber: xhci-hcd.11.auto
[ 1.505595] hub 6-0:1.0: USB hub found
[ 1.505961] hub 6-0:1.0: 1 port detected
[ 1.506049] xhci-hcd xhci-hcd.10.auto: Host not halted after 16000 microseconds.
[ 1.506055] xhci-hcd xhci-hcd.10.auto: Host controller not halted, aborting reset.
[ 1.506086] xhci-hcd xhci-hcd.10.auto: USB bus 4 deregistered
[ 1.508882] xhci-hcd xhci-hcd.10.auto: remove, state 1
[ 1.509505] usb usb3: USB disconnect, device number 1
[ 1.510669] xhci-hcd xhci-hcd.10.auto: USB bus 3 deregistered
[ 1.511305] ehci-platform fe380000.usb: EHCI Host Controller
[ 1.512050] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 3
[ 1.512895] ehci-platform fe380000.usb: irq 28, io mem 0xfe380000
[ 1.519335] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
[ 1.520069] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.520693] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.521344] usb usb3: Product: EHCI Host Controller
[ 1.521779] usb usb3: Manufacturer: Linux 4.4.185 ehci_hcd
[ 1.522280] usb usb3: SerialNumber: fe380000.usb
[ 1.523451] hub 3-0:1.0: USB hub found
[ 1.523818] hub 3-0:1.0: 1 port detected
[ 1.525132] ohci-platform fe3a0000.usb: Generic Platform OHCI controller
[ 1.526054] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 4
[ 1.526882] ohci-platform fe3a0000.usb: irq 29, io mem 0xfe3a0000
[ 1.582872] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.583540] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.584194] usb usb4: Product: Generic Platform OHCI controller
[ 1.584765] usb usb4: Manufacturer: Linux 4.4.185 ohci_hcd
[ 1.585289] usb usb4: SerialNumber: fe3a0000.usb
[ 1.587151] hub 4-0:1.0: USB hub found
[ 1.587594] hub 4-0:1.0: 1 port detected
[ 1.589781] input: adc-keys as /devices/platform/adc-keys/input/input2
[ 1.593977] dwmmc_rockchip fe310000.dwmmc: IDMAC supports 32-bit address mode.
[ 1.594730] dwmmc_rockchip fe310000.dwmmc: Using internal DMA controller.
[ 1.595387] dwmmc_rockchip fe310000.dwmmc: Version ID is 270a
[ 1.595954] dwmmc_rockchip fe310000.dwmmc: DW MMC controller at irq 25,32 bit host data width,256 deep fifo
[ 1.596880] dwmmc_rockchip fe310000.dwmmc: 'clock-freq-min-max' property was deprecated.
[ 1.597828] dwmmc_rockchip fe310000.dwmmc: No vmmc regulator found
[ 1.598448] dwmmc_rockchip fe310000.dwmmc: No vqmmc regulator found
[ 1.599644] dwmmc_rockchip fe310000.dwmmc: allocated mmc-pwrseq
[ 1.611424] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 1.623688] dwmmc_rockchip fe310000.dwmmc: 1 slots initialized
[ 1.625776] asoc-simple-card hdmi-sound: i2s-hifi <-> ff8a0000.i2s mapping ok
[ 1.669838] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
[ 1.672117] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.674388] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[ 1.677932] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
[ 1.682284] mmc2: queuing unknown CIS tuple 0x81 (9 bytes)
[ 1.739017] mmc_host mmc2: Bus speed (slot 0) = 150000000Hz (slot req 150000000Hz, actual 150000000HZ div = 0)
[ 1.755390] asoc-simple-card es8316-sound: ES8316 HiFi <-> ff890000.i2s mapping ok
[ 1.756113] asoc-simple-card es8316-sound: ASoC: no source widget found for MICBIAS1
[ 1.756844] asoc-simple-card es8316-sound: ASoC: Failed to add route MICBIAS1 -> direct -> Mic Jack
[ 1.757689] asoc-simple-card es8316-sound: ASoC: no sink widget found for IN1P
[ 1.758366] asoc-simple-card es8316-sound: ASoC: Failed to add route Mic Jack -> direct -> IN1P
[ 1.759573] es8316 1-0011: ASoC: Failed to create Left Hp mixer debugfs file
[ 1.760224] es8316 1-0011: ASoC: Failed to create Right Hp mixer debugfs file
[ 1.760977] es8316 1-0011: ASoC: Failed to create HPCP L debugfs file
[ 1.761598] es8316 1-0011: ASoC: Failed to create HPCP R debugfs file
[ 1.762219] es8316 1-0011: ASoC: Failed to create HPVOL L debugfs file
[ 1.762860] es8316 1-0011: ASoC: Failed to create HPVOL R debugfs file
[ 1.769468] input: gpio-keys as /devices/platform/gpio-keys/input/input3
[ 1.772660] rk808-rtc rk808-rtc: setting system clock to 2013-01-18 08:53:39 UTC (1358499219)
[ 1.811120] vcc_sd: disabling
[ 1.811936] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 417; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '', rk_ko_ver is '5', built at '17:14:24', on 'Sep 23 2019'.
[ 1.814111] Mali: Mali device driver loaded
[ 1.814737] rkisp1 ff910000.rkisp1: clear unready subdev num: 1
[ 1.815979] rockchip-mipi-dphy-rx: No link between dphy and sensor
[ 1.816551] rkisp1 ff910000.rkisp1: failed to get fmt for rockchip-mipi-dphy-rx
[ 1.817206] rkisp1 ff920000.rkisp1: clear unready subdev num: 1
[ 1.818292] rockchip-mipi-dphy-rx: No link between dphy and sensor
[ 1.818843] rkisp1 ff920000.rkisp1: failed to get fmt for rockchip-mipi-dphy-rx
[ 1.819952] ALSA device list:
[ 1.820225] #0: rockchip,hdmi
[ 1.820520] #1: rockchip,es8316-codec
[ 1.850974] EXT4-fs (mmcblk1p8): recovery complete
[ 1.852777] EXT4-fs (mmcblk1p8): mounted filesystem with ordered data mode. Opts: (null)
[ 1.853614] VFS: Mounted root (ext4 filesystem) on device 179:8.
[ 1.856622] devtmpfs: mounted
[ 1.857834] Freeing unused kernel memory: 1024K
[ 1.902037] vendor storage:20190527 ret = 0
[ 2.052743] systemd[1]: System time before build time, advancing clock.
[ 2.057964] systemd[1]: Failed to lookup module alias 'autofs4': Function not implemented
[ 2.061991] cgroup: cgroup2: unknown option "nsdelegate"
[ 2.072153] systemd[1]: systemd 241 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)
[ 2.075326] systemd[1]: Detected architecture arm64.
Welcome to Debian GNU/Linux 10 (buster)!
[ 2.080652] systemd[1]: Set hostname to <leezP710>.
[ 2.083025] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
[ 2.235055] systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[ 2.236613] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[ 2.343782] random: systemd: uninitialized urandom read (16 bytes read, 44 bits of entropy available)
[ 2.347417] random: systemd: uninitialized urandom read (16 bytes read, 44 bits of entropy available)
[ 2.349334] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 2.350386] random: systemd: uninitialized urandom read (16 bytes read, 44 bits of entropy available)
[ 2.351764] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 2.352670] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
[ 2.354086] random: systemd: uninitialized urandom read (16 bytes read, 44 bits of entropy available)
[ 2.355075] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password R鈥ests to Wall Directory Watch.
[ 2.356115] random: systemd: uninitialized urandom read (16 bytes read, 44 bits of entropy available)
[ 2.357845] systemd[1]: Created slice system-getty.slice.
[ OK ] Created slice system-getty.slice.
[ 2.358668] random: systemd: uninitialized urandom read (16 bytes read, 45 bits of entropy available)
[ 2.359819] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 2.360487] random: systemd: uninitialized urandom read (16 bytes read, 45 bits of entropy available)
[ 2.362056] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 2.363496] dwmmc_rockchip fe310000.dwmmc: Successfully tuned phase to 34
[ 2.366797] mmc2: queuing unknown CIS tuple 0x91 (3 bytes)
[ 2.367319] mmc2: new ultra high speed SDR104 SDIO card at address 0001
[ 2.376196] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[ 2.376988] random: systemd: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[ 2.377851] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 2.378492] random: systemd: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[ 2.379970] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 2.380669] random: systemd: uninitialized urandom read (16 bytes read, 49 bits of entropy available)
[ 2.382221] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 2.383258] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[ 2.386114] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ 2.389669] systemd[1]: Starting udev Coldplug all Devices...
Starting udev Coldplug all Devices...
[ 2.400748] systemd[1]: Mounting Kernel Debug File System...
Mounting Kernel Debug File System...
[ 2.405339] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 2.410206] systemd[1]: Condition check resulted in POSIX Message Queue File System being skipped.
[ 2.424461] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 2.425737] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 2.426566] systemd[1]: Condition check resulted in Create list of required static device nodes for the current kernel being skipped.
[ 2.429661] systemd[1]: Listening on Syslog Socket.
[ OK ] Listening on Syslog Socket.
[ 2.448561] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 2.449347] systemd[1]: Reached target Sockets.
[ OK ] Reached target Sockets.
[ 2.450597] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password 鈥s to Console Directory Watch.
[ 2.451749] systemd[1]: Reached target Local Encrypted Volumes.
[ OK ] Reached target Local Encrypted Volumes.
[ 2.452994] systemd[1]: Reached target Paths.
[ OK ] Reached target Paths.
[ 2.453975] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 2.457396] systemd[1]: Started Remount Root and Kernel File Systems.
[ OK ] Started Remount Root and Kernel File Systems.
[ 2.477615] systemd[1]: Mounted Kernel Debug File System.
[ OK ] Mounted Kernel Debug File System.
[ 2.481743] systemd[1]: Starting Create System Users...
Starting Create System Users...
[ 2.483608] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[ 2.488738] systemd[1]: Starting Load/Save Random Seed...
Starting Load/Save Random Seed...
[ 2.491894] systemd[1]: Started Load Kernel Modules.
[ OK ] Started Load Kernel Modules.
[ 2.500155] systemd[1]: Starting Apply Kernel Variables...
Starting Apply Kernel Variables...
[ 2.507938] systemd[1]: Mounting Kernel Configuration File System...
Mounting Kernel Configuration File System...
[ 2.513507] systemd[1]: Mounting FUSE Control File System...
Mounting FUSE Control File System...
[ 2.520071] systemd[1]: Mounted Kernel Configuration File System.
[ OK ] Mounted Kernel Configuration File System.
[ 2.526747] systemd[1]: Mounted FUSE Control File System.
[ OK ] Mounted FUSE Control File System.
[ 2.533163] systemd[1]: Started Apply Kernel Variables.
[ OK ] Started Apply Kernel Variables.
[ 2.541670] systemd[1]: Started Load/Save Random Seed.
[ OK ] Started Load/Save Random Seed.
[ 2.565618] systemd[1]: Started Create System Users.
[ OK ] Started Create System Users.
[ 2.569175] systemd[1]: Starting Create Static Device Nodes in /dev...
Starting Create Static Device Nodes in /dev...
[ 2.604218] systemd[1]: Started Create Static Device Nodes in /dev.
[ OK ] Started Create Static Device Nodes in /dev.
[ 2.605550] systemd[1]: Reached target Local File Systems (Pre).
[ OK ] Reached target Local File Systems (Pre).
[ 2.606352] systemd[1]: Reached target Local File Systems.
[ OK ] Reached target Local File Systems.
[ 2.607425] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
[ 2.611073] systemd[1]: Starting udev Kernel Device Manager...
Starting udev Kernel Device Manager...
DDR Version 1.14 20180803
In
Channel 0: LPDDR4,50MHz
CS = 0
MR0=0x98
MR4=0x2
MR5=0xFF
MR8=0x8
MR12=0x4D
MR14=0x4D
MR18=0x0
MR19=0x0
MR24=0x8
MR25=0x0
CS = 1
MR0=0x18
MR4=0x2
MR5=0xFF
MR8=0x8
MR12=0x4D
MR14=0x4D
MR18=0x0
MR19=0x0
MR24=0x8
MR25=0x0
Bus Width=32 Col=10 Bank=8 Row=15/15 CS=2 Die Bus-Width=16 Size=2048MB
Channel 1: LPDDR4,50MHz
CS = 0
MR0=0x98
MR4=0x2
MR5=0xFF
MR8=0x8
MR12=0x4D
MR14=0x4D
MR18=0x0
MR19=0x0
MR24=0x8
MR25=0x0
CS = 1
MR0=0x18
MR4=0x2
MR5=0xFF
MR8=0x8
MR12=0x4D
MR14=0x4D
MR18=0x0
MR19=0x0
MR24=0x8
MR25=0x0
Bus Width=32 Col=10 Bank=8 Row=15/15 CS=2 Die Bus-Width=16 Size=2048MB
256B stride
channel 0
CS = 0
MR0=0x98
MR4=0x2
MR5=0xFF
MR8=0x8
MR12=0x72
MR14=0x72
MR18=0x0
MR19=0x0
MR24=0x8
MR25=0x0
CS = 1
MR0=0x18
MR4=0x2
MR5=0xFF
MR8=0x8
MR12=0x72
MR14=0x72
MR18=0x0
MR19=0x0
MR24=0x8
MR25=0x0
channel 1
CS = 0
MR0=0x98
MR4=0x2
MR5=0xFF
MR8=0x8
MR12=0x72
MR14=0x72
MR18=0x0
MR19=0x0
MR24=0x8
MR25=0x0
CS = 1
MR0=0x18
MR4=0x2
MR5=0xFF
MR8=0x8
MR12=0x72
MR14=0x72
MR18=0x0
MR19=0x0
MR24=0x8
MR25=0x0
channel 0 training pass!
channel 1 training pass!
change freq to 400MHz 0,1
channel 0
CS = 0
MR0=0x98
MR4=0x2
MR5=0xFF
MR8=0x8
MR12=0x72
MR14=0x72
MR18=0x0
MR19=0x0
MR24=0x8
MR25=0x0
CS = 1
MR0=0x18
MR4=0x2
MR5=0xFF
MR8=0x8
MR12=0x72
MR14=0x72
MR18=0x0
MR19=0x0
MR24=0x8
MR25=0x0
channel 1
CS = 0
MR0=0x98
MR4=0x2
MR5=0xFF
MR8=0x8
MR12=0x72
MR14=0x72
MR18=0x0
MR19=0x0
MR24=0x8
MR25=0x0
CS = 1
MR0=0x18
MR4=0x2
MR5=0xFF
MR8=0x8
MR12=0x72
MR14=0x72
MR18=0x0
MR19=0x0
MR24=0x8
MR25=0x0
channel 0 training pass!
channel 1 training pass!
change freq to 800MHz 1,0
ch 0 ddrconfig = 0x101, ddrsize = 0x2020
ch 1 ddrconfig = 0x101, ddrsize = 0x2020
pmugrf_os_reg[2] = 0x3AA1FAA1, stride = 0xD
OUT
Boot1: 2018-08-06, version: 1.15
CPUId = 0x0
ChipType = 0x10, 218
SdmmcInit=2 0
BootCapSize=100000
UserCapSize=14910MB
FwPartOffset=2000 , 100000
mmc0:cmd8,20
mmc0:cmd5,20
mmc0:cmd55,20
mmc0:cmd1,20
mmc0:cmd8,20
mmc0:cmd5,20
mmc0:cmd55,20
mmc0:cmd1,20
mmc0:cmd8,20
mmc0:cmd5,20
mmc0:cmd55,20
mmc0:cmd1,20
SdmmcInit=0 1
StorageInit ok = 66903
SecureMode = 0
SecureInit read PBA: 0x4
SecureInit read PBA: 0x404
SecureInit read PBA: 0x804
SecureInit read PBA: 0xc04
SecureInit read PBA: 0x1004
SecureInit read PBA: 0x1404
SecureInit read PBA: 0x1804
SecureInit read PBA: 0x1c04
SecureInit ret = 0, SecureMode = 0
GPT part: 0, name: uboot, start:0x4000, size:0x2000
GPT part: 1, name: trust, start:0x6000, size:0x2000
GPT part: 2, name: misc, start:0x8000, size:0x2000
GPT part: 3, name: boot, start:0xa000, size:0x10000
GPT part: 4, name: recovery, start:0x1a000, size:0x10000
GPT part: 5, name: backup, start:0x2a000, size:0x10000
GPT part: 6, name: oem, start:0x3a000, size:0x20000
GPT part: 7, name: rootfs, start:0x5a000, size:0x700000
GPT part: 8, name: userdata, start:0x75a000, size:0x15c4fdf
find partition:uboot OK. first_lba:0x4000.
find partition:trust OK. first_lba:0x6000.
LoadTrust Addr:0x6000
No find bl30.bin
Load uboot, ReadLba = 4000
Load OK, addr=0x200000, size=0xce304
RunBL31 0x10000
NOTICE: BL31: v1.3(debug):22b599a
NOTICE: BL31: Built : 11:03:32, Jul 10 2019
NOTICE: BL31: Rockchip release version: v1.1
INFO: GICv3 with legacy support detected. ARM GICV3 driver initialized in EL3
INFO: Using opteed sec cpu_context!
INFO: boot cpu mask: 0
INFO: plat_rockchip_pmu_init(1181): pd status 3e
INFO: BL31: Initializing runtime services
INFO: BL31: Initializing BL32
INF [0x0] TEE-CORE:init_primary_helper:337: Initializing (1.1.0-223-g45f58ab9 #165 Thu Aug 15 00:59:09 UTC 2019 aarch64)
INF [0x0] TEE-CORE:init_primary_helper:338: Release version: 1.2