aboutsummaryrefslogtreecommitdiff
path: root/test/dmesg/pixel-xl.log
blob: 50d1b7f23fb6cc95daeda533100a8035f1666211 (plain)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
[    0.529387] c0     43 cpr3_msm8996_hmss_calculate_open_loop_voltages: apc1_corner: fused  TURBO: open-loop= 950000 uV
[    0.529568] c0     43 cpr3_msm8996_hmss_calculate_target_quotients: apc1_corner: fused MinSVS: quot[ 7]= 308
[    0.529581] c0     43 cpr3_msm8996_hmss_calculate_target_quotients: apc1_corner: fused    SVS: quot[ 7]= 436, quot_offset[ 7]= 125
[    0.529593] c0     43 cpr3_msm8996_hmss_calculate_target_quotients: apc1_corner: fused    NOM: quot[ 7]= 636, quot_offset[ 7]= 200
[    0.529605] c0     43 cpr3_msm8996_hmss_calculate_target_quotients: apc1_corner: fused  TURBO: quot[ 7]=1078, quot_offset[ 7]= 440
[    0.530290] c0     43 cpr3_regulator_init_ctrl: apcc: Default CPR mode = SW closed-loop
[    0.530480] c0     43 apc0_pwrcl_corner: 0 <--> 0 mV at 0 mV 
[    0.530794] c0     43 apc0_cbf_corner: 0 <--> 0 mV at 0 mV 
[    0.533700] c0     43 cpr3_regulator_measure_aging: apcc: average quotient delta=1 (count=10)
[    0.533737] c0     43 cpr3_regulator_aging_adjust: apcc: aging measurement successful; aging reference adjustment voltage=0 uV
[    0.533957] c0     43 apc1_corner: 0 <--> 0 mV at 0 mV 
[    0.536410] c0     43 cpr3_msm8996_mmss_read_fuse_data: gfx_corner: speed bin = 1
[    0.536431] c0     43 cpr3_msm8996_mmss_read_fuse_data: gfx_corner: CPR fusing revision = 1
[    0.536443] c0     43 cpr3_msm8996_mmss_read_fuse_data: gfx_corner: CPR limitation = none
[    0.536996] c0     43 cpr3_msm8996_mmss_calculate_open_loop_voltages: gfx_corner: fuse_corner[0] open-loop= 630000 uV
[    0.537010] c0     43 cpr3_msm8996_mmss_calculate_open_loop_voltages: gfx_corner: fuse_corner[1] open-loop= 685000 uV
[    0.537021] c0     43 cpr3_msm8996_mmss_calculate_open_loop_voltages: gfx_corner: fuse_corner[2] open-loop= 805000 uV
[    0.537031] c0     43 cpr3_msm8996_mmss_calculate_open_loop_voltages: gfx_corner: fuse_corner[3] open-loop= 935000 uV
[    0.537254] c0     43 cpr3_regulator_init_ctrl: gfx: Default CPR mode = closed-loop
[    0.537440] c0     43 gfx_corner: 0 <--> 0 mV at 0 mV 
[    0.543139] c0     43 i2c-msm-v2 7577000.i2c: probing driver i2c-msm-v2
[    0.543304] c0     43 AXI: msm_bus_scale_register_client(): msm_bus_scale_register_client: Bus driver not ready.
[    0.543319] c0     43 i2c-msm-v2 7577000.i2c: msm_bus_scale_register_client(mstr-id:86):0 (not a problem)
[    0.545387] c0     43 i2c-msm-v2 75b7000.i2c: probing driver i2c-msm-v2
[    0.545544] c0     43 AXI: msm_bus_scale_register_client(): msm_bus_scale_register_client: Bus driver not ready.
[    0.545559] c0     43 i2c-msm-v2 75b7000.i2c: msm_bus_scale_register_client(mstr-id:84):0 (not a problem)
[    0.547334] c0     43 i2c-msm-v2 75ba000.i2c: probing driver i2c-msm-v2
[    0.547476] c0     43 AXI: msm_bus_scale_register_client(): msm_bus_scale_register_client: Bus driver not ready.
[    0.547490] c0     43 i2c-msm-v2 75ba000.i2c: msm_bus_scale_register_client(mstr-id:84):0 (not a problem)
[    0.549023] c0     43 i2c-msm-v2 75b5000.i2c: probing driver i2c-msm-v2
[    0.549159] c0     43 AXI: msm_bus_scale_register_client(): msm_bus_scale_register_client: Bus driver not ready.
[    0.549173] c0     43 i2c-msm-v2 75b5000.i2c: msm_bus_scale_register_client(mstr-id:84):0 (not a problem)
[    0.550726] c0     43 i2c-msm-v2 75b6000.i2c: probing driver i2c-msm-v2
[    0.550869] c0     43 AXI: msm_bus_scale_register_client(): msm_bus_scale_register_client: Bus driver not ready.
[    0.550883] c0     43 i2c-msm-v2 75b6000.i2c: msm_bus_scale_register_client(mstr-id:84):0 (not a problem)
[    0.552343] c0     43 cpu-clock-8996 6400000.qcom,cpu-clock-8996: using perf/pwr/cbf speed bin 1 and pvs_ver 0
[    0.555291] c0     43 clock-cpu-8996: set OPP pair (307200000 Hz, 550000 uv) on cpu0
[    0.555355] c0     43 clock-cpu-8996: set OPP pair (1593600000 Hz, 810000 uv) on cpu0
[    0.555379] c0     43 clock-cpu-8996: set OPP pair (307200000 Hz, 550000 uv) on cpu1
[    0.555433] c0     43 clock-cpu-8996: set OPP pair (1593600000 Hz, 810000 uv) on cpu1
[    0.555457] c0     43 clock-cpu-8996: set OPP pair (307200000 Hz, 570000 uv) on cpu2
[    0.555531] c0     43 clock-cpu-8996: set OPP pair (2150400000 Hz, 920000 uv) on cpu2
[    0.555554] c0     43 clock-cpu-8996: set OPP pair (307200000 Hz, 570000 uv) on cpu3
[    0.555623] c0     43 clock-cpu-8996: set OPP pair (2150400000 Hz, 920000 uv) on cpu3
[    0.555781] c0     43 clock-cpu-8996: set OPP pair (192000000 Hz, 535000 uv) on soc:qcom,m4m
[    0.555835] c0     43 clock-cpu-8996: set OPP pair (1593600000 Hz, 890000 uv) on soc:qcom,m4m
[    0.556367] c0     43 qcom,gpucc-8996 8c0000.qcom,gpucc: using speed bin 1
[    0.556946] c0     43 gfx3d_clk_src_v2: set OPP pair(133000000 Hz: 560000 uV) on b00000.qcom,kgsl-3d0
[    0.556983] c0     43 gfx3d_clk_src_v2: set OPP pair(624000000 Hz: 890000 uV) on b00000.qcom,kgsl-3d0
[    0.558738] c0     43 qcom,gpucc-8996 8c0000.qcom,gpucc: Registered GPU clocks.
[    0.559049] c0     43 pmi8994_boost_5v: no parameters
[    0.559170] c0     43 qcom,rpm-smd-regulator soc:qcom,rpm-smd:rpm-regulator-bstb:regulator-bst: Failed to find supply parent
[    0.559288] c0     43 rpm_vreg_device_probe: regulator_register failed: pmi8994_boost_5v, rc=-517
[    0.559581] c0     43 pmi8994_boost_pin_ctrl: no parameters
[    0.559668] c0     43 qcom,rpm-smd-regulator soc:qcom,rpm-smd:rpm-regulator-bstb:regulator-bst-pin-ctrl: Failed to find supply parent
[    0.559777] c0     43 rpm_vreg_device_probe: regulator_register failed: pmi8994_boost_pin_ctrl, rc=-517
[    0.561180] c0     43 msm-thermal 70000.qcom,msm-thermal: msm_thermal:Failed reading node=/soc/qcom,msm-thermal, key=qcom,rpm-phase-resource-type err=-22. KTM continues
[    0.561209] c0     43 msm-thermal 70000.qcom,msm-thermal: msm_thermal:Failed reading node=/soc/qcom,msm-thermal, key=qcom,gfx-sensor-id. err=-22. KTM continues
[    0.561223] c0     43 msm_thermal:sensor_mgr_init_threshold threshold id already initialized
[    0.561241] c0     43 msm-thermal 70000.qcom,msm-thermal: probe_vdd_mx:Failed reading node=/soc/qcom,msm-thermal, key=qcom,mx-restriction-temp. KTM continues
[    0.561260] c0     43 msm-thermal 70000.qcom,msm-thermal: probe_psm:Failed reading node=/soc/qcom,msm-thermal, key=qcom,pmic-sw-mode-temp. err=-22. KTM continues
[    0.561678] c0     43 msm_thermal:update_cpu_freq Unable to update policy for cpu:0. err:-19
[    0.561694] c0     43 msm_thermal:update_cpu_freq Unable to update policy for cpu:2. err:-19
[    0.561708] c0     43 msm_thermal:update_cpu_freq Unable to update policy for cpu:2. err:-19
[    0.561733] c0     43 msm-thermal 70000.qcom,msm-thermal: probe_ocr:Failed reading node=/soc/qcom,msm-thermal, key=qcom,pmic-opt-curr-temp err:-22. KTM continues
[    0.562966] c0      4 msm_thermal:update_cpu_freq Unable to update policy for cpu:0. err:-19
[    0.563049] c0      4 msm_thermal:update_cpu_freq Unable to update policy for cpu:2. err:-19
[    0.563064] c0      4 msm_thermal:update_cpu_freq Unable to update policy for cpu:2. err:-19
[    0.563444] c0     43 pmi8994_boost_5v: no parameters
[    0.563581] c0     43 qcom,rpm-smd-regulator soc:qcom,rpm-smd:rpm-regulator-bstb:regulator-bst: Failed to find supply parent
[    0.563697] c0     43 rpm_vreg_device_probe: regulator_register failed: pmi8994_boost_5v, rc=-517
[    0.563984] c0     43 pmi8994_boost_pin_ctrl: no parameters
[    0.564069] c0     43 qcom,rpm-smd-regulator soc:qcom,rpm-smd:rpm-regulator-bstb:regulator-bst-pin-ctrl: Failed to find supply parent
[    0.564174] c0     43 rpm_vreg_device_probe: regulator_register failed: pmi8994_boost_pin_ctrl, rc=-517
[    0.621926] c0      1 KPI: Bootloader start count = 37178
[    0.621948] c0      1 KPI: Bootloader end count = 133094
[    0.621959] c0      1 KPI: Bootloader display count = 69455
[    0.621969] c0      1 KPI: Bootloader load kernel count = 3334
[    0.621982] c0      1 KPI: Kernel MPM timestamp = 164502
[    0.621991] c0      1 KPI: Kernel MPM Clock frequency = 32768
[    0.622018] c0      1 socinfo_print: v0.11, id=305, ver=1.1, raw_id=95, raw_ver=1, hw_plat=1, hw_plat_ver=65536
[    0.622018] c0      1  accessory_chip=0, hw_plat_subtype=0, pmic_model=65545, pmic_die_revision=131072 foundry_id=3 serial_number=566723498 num_pmics=2
[    0.622401] c0      1 gdsc_mmagic_bimc: no parameters
[    0.623615] c0      1 usb_otg_vreg: no parameters
[    0.623720] c0      1 reg-fixed-voltage soc:usb-otg-switch: Failed to find supply vin
[    0.623840] c0      1 reg-fixed-voltage soc:usb-otg-switch: Failed to register regulator: -517
[    0.624077] c0      1 rome_vreg: no parameters
[    0.625041] c0      1 vgaarb: loaded
[    0.627314] c0      1 SCSI subsystem initialized
[    0.628985] c0      1 usbcore: registered new interface driver usbfs
[    0.629046] c0      1 usbcore: registered new interface driver hub
[    0.629216] c0      1 usbcore: registered new device driver usb
[    0.629849] c0      1 soc:usb_nop_phy supply vcc not found, using dummy regulator
[    0.630956] c0      1 media: Linux media interface: v0.10
[    0.631022] c0      1 Linux video capture interface: v2.00
[    0.633875] c0      1 cpufreq: driver msm up and running
[    0.635765] c0      1 platform soc:qcom,ion:qcom,ion-heap@27: assigned reserved memory node qseecom_region
[    0.636619] c0      1 platform soc:qcom,ion:qcom,ion-heap@10: assigned reserved memory node secure_region
[    0.637548] c0      1 ION heap system created
[    0.637690] c0      1 ion_heap_create: Heap type is disabled: 1
[    0.637700] c0      1 msm_ion_heap_create: error creating heap kmalloc type 1 base 0x0000000000000000 size 0
[    0.637708] c0      1 ION heap adsp created at 0x00000000f6800000 with size 2000000
[    0.637721] c0      1 ION heap qsecom created at 0x00000000fe400000 with size 1400000
[    0.637735] c0      1 ION heap secure_display created at 0x00000000f8800000 with size 5c00000
[    0.637747] c0      1 ION heap secure_heap created
[    0.638808] c0      1 msm_bus_fabric_init_driver
[    0.644602] c0      1 msm-bus-type fab-a0noc: Error: Failed to get regulator bus-gdsc:-517
[    0.644624] c0      1 msm-bus-type fab-a0noc: Error: Failed to get regulator bus-a-gdsc:-517
[    0.649730] c0      1 msm-bus-type slv-vmem-cfg: Error: Failed to get regulator node-gdsc:-517
[    0.650617] c0      1 msm-bus-type slv-vmem: Error: Failed to get regulator node-gdsc:-517
[    0.659905] c0      1 msm-bus-type fab-a0noc: Error: Failed to get regulator aggre0-snoc-axi-no-rate:-517
[    0.659928] c0      1 msm-bus-type fab-a0noc: Error: Failed to get regulator aggre0-snoc-axi-no-rate:-517
[    0.659943] c0      1 msm-bus-type fab-a0noc: Error: Failed to get regulator aggre0-snoc-axi-no-rate:-517
[    0.660528] c0      1 msm-bus-type fab-mnoc: Error: Failed to get regulator mmagic-mdss-axi-no-rate:-517
[    0.660562] c0      1 msm-bus-type fab-mnoc: Error: Failed to get regulator mmagic-mdss-axi-no-rate:-517
[    0.660589] c0      1 msm-bus-type fab-mnoc: Error: Failed to get regulator mmagic-mdss-axi-no-rate:-517
[    0.660615] c0      1 msm-bus-type fab-mnoc: Error: Failed to get regulator mmagic-mdss-axi-no-rate:-517
[    0.660642] c0      1 msm-bus-type fab-mnoc: Error: Failed to get regulator mmagic-mdss-axi-no-rate:-517
[    0.660670] c0      1 msm-bus-type fab-mnoc: Error: Failed to get regulator mmagic-mdss-axi-no-rate:-517
[    0.660696] c0      1 msm-bus-type fab-mnoc: Error: Failed to get regulator mmagic-mdss-axi-no-rate:-517
[    0.664089] c0      1 qcom,qpnp-power-on qpnp-power-on-ffffffc0f9263800: PMIC@SID0 Power-on reason: Triggered from Hard Reset and 'cold' boot
[    0.664115] c0      1 qcom,qpnp-power-on qpnp-power-on-ffffffc0f9263800: PMIC@SID0: Power-off reason: Triggered from PS_HOLD (PS_HOLD/MSM controlled shutdown)
[    0.664298] c0      1 input: qpnp_pon as /devices/virtual/input/input0
[    0.665082] c0      1 pon_spare_reg: no parameters
[    0.665183] c0      1 qcom,qpnp-power-on qpnp-power-on-ffffffc0f9282000: No PON config. specified
[    0.665244] c0      1 qcom,qpnp-power-on qpnp-power-on-ffffffc0f9282000: PMIC@SID2 Power-on reason: Triggered from USB (USB charger insertion) and 'cold' boot
[    0.665262] c0      1 qcom,qpnp-power-on qpnp-power-on-ffffffc0f9282000: PMIC@SID2: Power-off reason: Triggered from PS_HOLD (PS_HOLD/MSM controlled shutdown)
[    0.665461] c0      1 PMIC@SID0: PM8994 v2.0 options: 0, 0, 2, 2
[    0.665563] c0      1 PMIC@SID2: PMI8996 v1.1 options: 0, 0, 0, 0
[    0.667487] c0      1 ipa ipa2_uc_state_check:296 uC interface not initialized
[    0.667504] c0      1 ipa ipa_sps_irq_control_all:937 EP (2) not allocated.
[    0.667511] c0      1 ipa ipa_sps_irq_control_all:937 EP (5) not allocated.
[    0.669645] c1      1 sps:BAM 0x0000000000684000 is registered.
[    0.671076] c1      1 ipa ipa2_uc_state_check:296 uC interface not initialized
[    0.671350] c1      1 sps:BAM 0x0000000000684000 (va:0xffffff80017c0000) enabled: ver:0x27, number of pipes:20
[    0.673603] c1      1 ipa ipa2_uc_state_check:296 uC interface not initialized
[    0.684267] c1      1 ipa ipa2_uc_state_check:296 uC interface not initialized
[    0.687026] c1      1 IPA driver initialization was successful.
[    0.688623] c1      1 gdsc_mmagic_video: no parameters
[    0.689055] c1      1 gdsc_mmagic_mdss: no parameters
[    0.689383] c1      1 gdsc_mmagic_camss: no parameters
[    0.689745] c1      1 gdsc_venus: no parameters
[    0.689786] c1      1 gdsc_venus: supplied by gdsc_mmagic_video
[    0.690345] c1      1 gdsc_venus_core0: fast normal 
[    0.690688] c1      1 gdsc_venus_core1: fast normal 
[    0.691015] c1      1 gdsc_camss_top: no parameters
[    0.691051] c1      1 gdsc_camss_top: supplied by gdsc_mmagic_camss
[    0.691360] c1      1 gdsc_vfe0: no parameters
[    0.691390] c1      1 gdsc_vfe0: supplied by gdsc_camss_top
[    0.691736] c1      1 gdsc_vfe1: no parameters
[    0.691769] c1      1 gdsc_vfe1: supplied by gdsc_camss_top
[    0.692113] c1      1 gdsc_mdss: no parameters
[    0.692150] c1      1 gdsc_mdss: supplied by gdsc_mmagic_mdss
[    0.692620] c1      1 gdsc_jpeg: no parameters
[    0.692655] c1      1 gdsc_jpeg: supplied by gdsc_camss_top
[    0.692971] c1      1 gdsc_cpp: no parameters
[    0.693002] c1      1 gdsc_cpp: supplied by gdsc_camss_top
[    0.693265] c1      1 gdsc_pcie_0: no parameters
[    0.693661] c1      1 gdsc_pcie_1: no parameters
[    0.693901] c1      1 gdsc_pcie_2: no parameters
[    0.694117] c1      1 gdsc_usb30: no parameters
[    0.694375] c1      1 gdsc_ufs: no parameters
[    0.694805] c1      1 gdsc_fd: no parameters
[    0.694845] c1      1 gdsc_fd: supplied by gdsc_camss_top
[    0.695141] c1      1 gdsc_gpu: no parameters
[    0.695478] c1      1 gdsc_gpu_gx: no parameters
[    0.695871] c1      1 gdsc_gpu_gx: supplied by gfx_corner
[    0.696289] c1      1 gdsc_hlos1_vote_aggre0_noc: no parameters
[    0.696527] c1      1 gdsc_hlos1_vote_lpass_adsp: no parameters
[    0.696957] c1      1 gdsc_hlos1_vote_lpass_core: no parameters
[    0.697195] c1      1 gdsc_aggre0_noc: no parameters
[    0.699951] c1      1 mdss_pll_probe: MDSS pll label = MDSS DSI 0 PLL
[    0.699990] c1      1 mdss_pll_probe: mdss_pll_probe: label=MDSS DSI 0 PLL PLL SSC enabled
[    0.703596] c1      1 dsi_pll_clock_register_8996: Registered DSI PLL ndx=0 clocks successfully
[    0.703771] c1      1 mdss_pll_probe: MDSS pll label = MDSS DSI 1 PLL
[    0.703786] c1      1 mdss_pll_probe: mdss_pll_probe: label=MDSS DSI 1 PLL PLL SSC enabled
[    0.705014] c1      1 pll_is_pll_locked_8996: DSI PLL ndx=1 status=0 failed to Lock
[    0.705797] c1      1 dsi_pll_clock_register_8996: Registered DSI PLL ndx=1 clocks successfully
[    0.705875] c1      1 mdss_pll_probe: MDSS pll label = MDSS HDMI PLL
[    0.705888] c1      1 mdss_pll_probe: Unable to get the cell-index rc=-22
[    0.837756] c1      1 io-pgtable-fast: selftest: completed with 0 failures
[    1.014624] c2      1 esoc bus registration done
[    1.014709] c2      1 Advanced Linux Sound Architecture Driver Initialized.
[    1.015378] c2      1 Bluetooth: ffffffc0f983fcf8
[    1.015418] c2      1 NET: Registered protocol family 31
[    1.015429] c2      1 Bluetooth: ffffffc0f983fcf8
[    1.015444] c2      1 Bluetooth: ffffffc0f983fcd8Bluetooth: ffffffc0f983fca8
[    1.015488] c2      1 Bluetooth: ffffffc0f983fcb8<1>[    1.016181] c3      1 pcie:pcie_init.
[    1.019599] c2     17 cfg80211: Calling CRDA to update world regulatory domain
[    1.019721] c2     17 cfg80211: World regulatory domain updated:
[    1.019736] c2     17 cfg80211:  DFS Master region: unset
[    1.019744] c2     17 cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[    1.019758] c2     17 cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[    1.019766] c2     17 cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[    1.019773] c2     17 cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[    1.019781] c2     17 cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[    1.019788] c2     17 cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[    1.019796] c2     17 cfg80211:   (5490000 KHz - 5710000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[    1.019804] c2     17 cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[    1.019811] c2     17 cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[    1.020219] c3      1 600000.qcom,pcie supply vreg-3.3 not found, using dummy regulator
[    1.023175] c3      1 msm_pcie_get_resources: PCIe: RC0 can't get tcsr resource.
[    1.026256] c2     43 pmi8994_boost_5v: no parameters
[    1.026588] c2     43 pmi8994_boost_5v: supplied by pon_spare_reg
[    1.027006] c2     43 pmi8994_boost_pin_ctrl: no parameters
[    1.027042] c2     43 pmi8994_boost_pin_ctrl: supplied by pon_spare_reg
[    1.027531] c2     43 ibb_reg: 4600 <--> 6000 mV at 5500 mV 
[    1.027865] c2     43 lab_reg: 4600 <--> 6000 mV at 5500 mV 
[    1.028261] c2     43 usb_otg_vreg: no parameters
[    1.028350] c2     43 reg-fixed-voltage soc:usb-otg-switch: Failed to find supply vin
[    1.028445] c2     43 reg-fixed-voltage soc:usb-otg-switch: Failed to register regulator: -517
[    1.029213] c3      1 Switched to clocksource arch_sys_counter
[    1.061162] c3      1 bcl_peripheral:bcl_perph_init BCL Initialized
[    1.068909] c3      1 NET: Registered protocol family 2
[    1.069636] c3      1 TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    1.069736] c3      1 TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    1.070276] c3      1 TCP: Hash tables configured (established 32768 bind 32768)
[    1.070424] c3      1 TCP: reno registered
[    1.070453] c3      1 UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    1.070490] c3      1 UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    1.070892] c3      1 NET: Registered protocol family 1
[    1.070958] c3      1 PCI: CLS 0 bytes, default 128
[    1.072166] c2     43 usb_otg_vreg: no parameters
[    1.072321] c2     43 reg-fixed-voltage soc:usb-otg-switch: Failed to find supply vin
[    1.072422] c2     43 reg-fixed-voltage soc:usb-otg-switch: Failed to register regulator: -517
[    1.074770] c2      1 kryo perfevents: CPU pmu for kryo-pmuv3 detected
[    1.080538] c2      1 futex hash table entries: 1024 (order: 5, 131072 bytes)
[    1.080661] c2      1 Initialise system trusted keyring
[    1.080752] c2      1 audit: initializing netlink subsys (disabled)
[    1.080867] c2      1 audit: type=2000 audit(1.080:1): initialized
[    1.081556] c2      1 vmscan: error setting kswapd cpu affinity mask
[    1.085994] c2      1 Registering sdcardfs 0.1
[    1.086153] c2      1 fuse init (API version 7.23)
[    1.086383] c2      1 SELinux:  Registering netfilter hooks
[    1.086838] c2      1 pfk [pfk_init]: Driver initialized successfully
[    1.088835] c3      1 Key type asymmetric registered
[    1.088856] c3      1 Asymmetric key parser 'x509' registered
[    1.088866] c3      1 Key type pkcs7_test registered
[    1.089063] c3      1 Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    1.089078] c3      1 io scheduler noop registered
[    1.089088] c3      1 io scheduler deadline registered
[    1.089220] c3      1 io scheduler cfq registered (default)
[    1.089230] c3      1 io scheduler test-iosched registered
[    1.101977] c3      1 mdss_mdp_irq_clk_register: unable to get clk: lut_clk
[    1.103636] c3      1 No change in context(0==0), skip
[    1.104718] c3      1 mdss_mdp_pipe_addr_setup: type:0 ftchid:-1 xinid:0 num:0 rect:0 ndx:0x1 prio:0
[    1.104726] c3      1 mdss_mdp_pipe_addr_setup: type:0 ftchid:-1 xinid:4 num:1 rect:0 ndx:0x2 prio:1
[    1.104733] c3      1 mdss_mdp_pipe_addr_setup: type:0 ftchid:-1 xinid:8 num:2 rect:0 ndx:0x4 prio:2
[    1.104740] c3      1 mdss_mdp_pipe_addr_setup: type:0 ftchid:-1 xinid:12 num:8 rect:0 ndx:0x100 prio:3
[    1.104756] c3      1 mdss_mdp_pipe_addr_setup: type:1 ftchid:-1 xinid:1 num:3 rect:0 ndx:0x8 prio:4
[    1.104762] c3      1 mdss_mdp_pipe_addr_setup: type:1 ftchid:-1 xinid:5 num:4 rect:0 ndx:0x10 prio:5
[    1.104768] c3      1 mdss_mdp_pipe_addr_setup: type:1 ftchid:-1 xinid:9 num:5 rect:0 ndx:0x20 prio:6
[    1.104774] c3      1 mdss_mdp_pipe_addr_setup: type:1 ftchid:-1 xinid:13 num:9 rect:0 ndx:0x200 prio:7
[    1.104788] c3      1 mdss_mdp_pipe_addr_setup: type:2 ftchid:-1 xinid:2 num:6 rect:0 ndx:0x40 prio:8
[    1.104795] c3      1 mdss_mdp_pipe_addr_setup: type:2 ftchid:-1 xinid:10 num:7 rect:0 ndx:0x80 prio:9
[    1.104809] c3      1 mdss_mdp_pipe_addr_setup: type:3 ftchid:-1 xinid:7 num:10 rect:0 ndx:0x400 prio:0
[    1.104815] c3      1 mdss_mdp_pipe_addr_setup: type:3 ftchid:-1 xinid:7 num:11 rect:0 ndx:0x800 prio:1
[    1.104825] c3      1 mdss_mdp_parse_dt_handler: Error from prop qcom,mdss-pipe-sw-reset-off : u32 array read
[    1.104899] c3      1 mdss_mdp_parse_dt_handler: Error from prop qcom,mdss-ib-factor-overlap : u32 array read
[    1.105420] c3      1 xlog_status: enable:1, panic:1, dump:2
[    1.105715] c3      1 OF: no ranges; cannot translate
[    1.105731] c3      1 OF: no ranges; cannot translate
[    1.106471] c3      1 OF: no ranges; cannot translate
[    1.106481] c3      1 OF: no ranges; cannot translate
[    1.106631] c3      1 OF: no ranges; cannot translate
[    1.106640] c3      1 OF: no ranges; cannot translate
[    1.106914] c3      1 OF: no ranges; cannot translate
[    1.106926] c3      1 OF: no ranges; cannot translate
[    1.107159] c3      1 mdss_mdp_probe: mdss version = 0x10070002, bootloader display is on, num 1, intf_sel=0x00010100
[    1.108837] c3      1 mdss_rotator_init_queue: work thread name=rot_thread_0
[    1.109102] c3      1 mdss_rotator_init_queue: work thread name=rot_thread_1
[    1.112916] c3      1 mdss_smmu_probe: iommu v2 domain[0] mapping and clk register successful!
[    1.113113] c3      1 mdss_smmu_probe: iommu v2 domain[1] mapping and clk register successful!
[    1.113240] c3      1 mdss_smmu_probe: iommu v2 domain[2] mapping and clk register successful!
[    1.113462] c3      1 mdss_smmu_probe: iommu v2 domain[3] mapping and clk register successful!
[    1.116824] c3      1 mdss_dsi_ctrl_probe: DSI Ctrl name = MDSS DSI CTRL->0
[    1.117148] c3      1 mdss_dsi_find_panel_of_node: cmdline:0:qcom,mdss_dsi_samsung_s6e3ha3_wqhd_cmd:1:qcom,mdss_dsi_samsung_s6e3ha3_wqhd_cmd:cfg:split_dsi panel_name:qcom,mdss_dsi_samsung_s6e3ha3_wqhd_cmd
[    1.117166] c3      1 mdss_dsi_panel_init: Panel Name = M1 WQHD SAMSUNG S6E3HA3 5.5 command mode panel
[    1.117250] c3      1 mdss_dsi_panel_timing_from_dt: found new timing "qcom,mdss_dsi_samsung_s6e3ha3_wqhd_cmd" (ffffffc0f983f2d8)
[    1.117267] c3      1 mdss_dsi_parse_dcs_cmds: failed, key=qcom,mdss-dsi-post-panel-on-command
[    1.117274] c3      1 mdss_dsi_parse_dcs_cmds: failed, key=qcom,mdss-dsi-timing-switch-command
[    1.117280] c3      1 mdss_dsi_panel_get_dsc_cfg_np: cannot find dsc config node:
[    1.117352] c3      1 mdss_dsi_parse_panel_features: partial_update_enabled=0
[    1.117361] c3      1 mdss_dsi_parse_panel_features: ulps feature disabled
[    1.117369] c3      1 mdss_dsi_parse_panel_features: ulps during suspend feature disabled
[    1.117376] c3      1 mdss_dsi_parse_dms_config: dynamic switch feature enabled: 0
[    1.117393] c3      1 mdss_dsi_parse_dcs_cmds: failed, key=qcom,mdss-dsi-panel-status-command
[    1.117439] c3      1 mdss_dsi_parse_rgb_gain: PA[0] = 0x2788
[    1.117445] c3      1 mdss_dsi_parse_rgb_gain: PA[1] = 0x13f
[    1.117450] c3      1 mdss_dsi_parse_rgb_gain: PA[2] = 0x11f
[    1.117455] c3      1 mdss_dsi_parse_rgb_gain: PA[3] = 0x164
[    1.117461] c3      1 mdss_dsi_parse_rgb_gain: R = 0x142, G = 0x122 B = 0x168 
[    1.117622] c3      1 mdss_dsi_parse_ctrl_params:3887 Unable to read qcom,display-id, data=0000000000000000,len=20
[    1.117688] c3      1 mdss_dsi_parse_gpio_params: bklt_en gpio not specified
[    1.117737] c3      1 msm_dss_get_res_byname: 'dsi_phy_regulator' resource not found
[    1.117756] c3      1 mdss_dsi_retrieve_ctrl_resources+0x170/0x1f4->msm_dss_ioremap_byname: 'dsi_phy_regulator' msm_dss_get_res_byname failed
[    1.117763] c3      1 mdss_dsi_retrieve_ctrl_resources: ctrl_base=ffffff8001b96000 ctrl_size=400 phy_base=ffffff8001b98400 phy_size=588
[    1.118021] c3      1 dsi_panel_device_register: Continuous splash enabled
[    1.118626] c3      1 mdss_register_panel: adding framebuffer device 994000.qcom,mdss_dsi_ctrl0
[    1.140838] c3      1 ERR_FG request IRQ
[    1.141116] c3      1 mdss_dsi_ctrl_probe: Dsi Ctrl->0 initialized, DSI rev:0x10040001, PHY rev:0x2
[    1.141960] c3      1 mdss_dsi_ctrl_probe: DSI Ctrl name = MDSS DSI CTRL->1
[    1.142272] c3      1 mdss_dsi_find_panel_of_node: cmdline:0:qcom,mdss_dsi_samsung_s6e3ha3_wqhd_cmd:1:qcom,mdss_dsi_samsung_s6e3ha3_wqhd_cmd:cfg:split_dsi panel_name:qcom,mdss_dsi_samsung_s6e3ha3_wqhd_cmd
[    1.142287] c3      1 mdss_dsi_panel_init: Panel Name = M1 WQHD SAMSUNG S6E3HA3 5.5 command mode panel
[    1.142374] c3      1 mdss_dsi_panel_timing_from_dt: found new timing "qcom,mdss_dsi_samsung_s6e3ha3_wqhd_cmd" (ffffffc0f983f2d8)
[    1.142391] c3      1 mdss_dsi_parse_dcs_cmds: failed, key=qcom,mdss-dsi-post-panel-on-command
[    1.142399] c3      1 mdss_dsi_parse_dcs_cmds: failed, key=qcom,mdss-dsi-timing-switch-command
[    1.142467] c3      1 mdss_dsi_parse_panel_features: partial_update_enabled=0
[    1.142477] c3      1 mdss_dsi_parse_panel_features: ulps feature disabled
[    1.142484] c3      1 mdss_dsi_parse_panel_features: ulps during suspend feature disabled
[    1.142492] c3      1 mdss_dsi_parse_dms_config: dynamic switch feature enabled: 0
[    1.142508] c3      1 mdss_dsi_parse_dcs_cmds: failed, key=qcom,mdss-dsi-panel-status-command
[    1.142558] c3      1 mdss_dsi_parse_rgb_gain: PA[0] = 0x2788
[    1.142564] c3      1 mdss_dsi_parse_rgb_gain: PA[1] = 0x13f
[    1.142569] c3      1 mdss_dsi_parse_rgb_gain: PA[2] = 0x11f
[    1.142574] c3      1 mdss_dsi_parse_rgb_gain: PA[3] = 0x164
[    1.142579] c3      1 mdss_dsi_parse_rgb_gain: R = 0x142, G = 0x122 B = 0x168 
[    1.142779] c3      1 mdss_dsi_parse_ctrl_params:3887 Unable to read qcom,display-id, data=0000000000000000,len=20
[    1.142850] c3      1 mdss_dsi_parse_gpio_params: bklt_en gpio not specified
[    1.142897] c3      1 msm_dss_get_res_byname: 'dsi_phy_regulator' resource not found
[    1.142918] c3      1 mdss_dsi_retrieve_ctrl_resources+0x170/0x1f4->msm_dss_ioremap_byname: 'dsi_phy_regulator' msm_dss_get_res_byname failed
[    1.142926] c3      1 mdss_dsi_retrieve_ctrl_resources: ctrl_base=ffffff8001b9c000 ctrl_size=400 phy_base=ffffff8001b9e400 phy_size=558
[    1.142950] c3      1 dsi_panel_device_register: Continuous splash enabled
[    1.143675] c3      1 panel_debug_register_base: debugfs_create_file: data_type fail
[    1.144122] c3      1 mdss_dsi_ctrl_probe: Dsi Ctrl->1 initialized, DSI rev:0x10040001, PHY rev:0x2
[    1.145575] c3      1 mdss_dsi_status_init: DSI status check interval:3000
[    1.145970] c3      1 msm8996-pinctrl 1010000.pinctrl: could not parse property pins
[    1.146055] c3      1 hdmi_tx_get_dt_data:4349 Unable to read qcom,display-id, data=0000000000000000,len=0
[    1.146094] c3      1 msm8996-pinctrl 1010000.pinctrl: could not parse property pins
[    1.146101] c3      1 hdmi_tx_pinctrl_init: failed to get pinctrl
[    1.146124] c3      1 hdmi_tx_init_resource: 'core_physical': start = 0xffffff8001bb4000, len=0x50c
[    1.146134] c3      1 hdmi_tx_init_resource: 'qfprom_physical': start = 0xffffff8001bb8000, len=0x6158
[    1.146231] c3      1 hdmi_tx_init_resource: 'hdcp_physical': start = 0xffffff8001bb6000, len=0xfff
[    1.147393] c3      1 mdss_register_panel: adding framebuffer device 9a0000.qcom,hdmi_tx
[    1.149696] c3      1 mdss_register_panel: adding framebuffer device soc:qcom,mdss_wb_panel
[    1.151831] c3      1 mdss_fb_probe: fb0: split_mode:2 left:720 right:720
[    1.152796] c3      1 mdss_fb_register: FrameBuffer[0] 1440x2560 registered successfully!
[    1.154251] c3      1 mdss_fb_probe: fb1: split_mode:0 left:0 right:0
[    1.154364] c3      1 mdss_fb_register: FrameBuffer[1] 640x480 registered successfully!
[    1.154788] c3      1 input: HDMI CEC User or Deck Control as /devices/virtual/input/input1
[    1.160410] c3      1 mdss_fb_probe: fb2: split_mode:0 left:0 right:0
[    1.160588] c3      1 mdss_fb_register: FrameBuffer[2] 640x480 registered successfully!
[    1.160670] c3      1 mdss_mdp_splash_parse_dt: splash mem child node is not present
[    1.179898] c3      1 In memshare_probe, Memshare probe success
[    1.181791] c3      1 msm_rpmstats_probe: ERROR rpm_stats debugfs_create_file	fail
[    1.181817] c3      1 msm_rpm_stat: probe of 2a1fa0.qcom,rpm-stats failed with error -12
[    1.186428] c3      1 l2cache-pmu soc:l2-pmu: Registered L2 cache PMU using 2 HW PMUs
[    1.187554] c3      1 msm_rpm_log_probe: OK
[    1.188753] c3      1 RPM Version: 148.0.5
[    1.192398] c3      1 subsys-pil-tz ce0000.qcom,venus: for venus segments only will be dumped.
[    1.193302] c3      1 subsys-pil-tz soc:qcom,kgsl-hyp: for a530_zap_signed segments only will be dumped.
[    1.196340] c0      4 smd_channel_probe_now: allocation table not initialized
[    1.196485] c3      1 pil-q6v5-mss 2080000.qcom,mss: Failed to find the pas_id.
[    1.199949] c2      1 input: qbt1000_key_input as /devices/virtual/input/input2
[    1.201906] c2      1 uart_tx_gpio is not available
[    1.201928] c2      1 uart_rx_gpio is not available
[    1.201935] c2      1 uart_cts_gpio is not available
[    1.201940] c2      1 uart_rfr_gpio is not available
[    1.202998] c2      1 sps: BAM device 0x0000000007544000 is not registered yet.
[    1.203192] c2      1 sps:BAM 0x0000000007544000 is registered.
[    1.204860] c2      1 7570000.uart: ttyHS0 at MMIO 0x7570000 (irq = 18, base_baud = 460800) is a MSM HS UART
[    1.207313] c2      1 msm_serial_hs module loaded
[    1.208221] c2      1 msm_serial_hsl_probe: serial console disabled, do not proceed msm_serial_hsl_probe().
[    1.209193] c2      1 msm_serial_hsl_init: driver initialized
[    1.222849] c2      1 kgsl: use zap firmware : a530_zap_signed
[    1.262603] c2      1 brd: module loaded
[    1.264031] c2      1 loop: module loaded
[    1.264254] c2      1 zram: Created 1 device(s) ...
[    1.265432] c2      1 QSEECOM: qseecom_probe: qseecom.qsee_version = 0x1000000
[    1.265476] c2      1 QSEECOM: qseecom_retrieve_ce_data: Device does not support PFE
[    1.265486] c2      1 QSEECOM: qseecom_probe: no-clock-support=0x1<4>[    1.265496] c2      1 QSEECOM: qseecom_probe: qseecom.qsee_reentrancy_support = 2
[    1.269974] c2      1 fpc1020 soc:fp_fpc1020: found pin control fpc1020_reset_active
[    1.270000] c2      1 fpc1020 soc:fp_fpc1020: found pin control fpc1020_reset_reset
[    1.270007] c2      1 fpc1020 soc:fp_fpc1020: found pin control fpc1020_irq_active
[    1.270134] c2      1 fpc1020 soc:fp_fpc1020: Selected 'fpc1020_reset_reset'
[    1.270153] c2      1 fpc1020 soc:fp_fpc1020: Selected 'fpc1020_irq_active'
[    1.270512] c2      1 fpc1020 soc:fp_fpc1020: fpc1020_probe: ok
[    1.270894] c2      1 i2c-core: driver [tabla-i2c-core] using legacy suspend method
[    1.270900] c2      1 i2c-core: driver [tabla-i2c-core] using legacy resume method
[    1.270967] c2      1 i2c-core: driver [wcd9xxx-i2c-core] using legacy suspend method
[    1.270973] c2      1 i2c-core: driver [wcd9xxx-i2c-core] using legacy resume method
[    1.271034] c2      1 i2c-core: driver [tasha-i2c-core] using legacy suspend method
[    1.271040] c2      1 i2c-core: driver [tasha-i2c-core] using legacy resume method
[    1.273032] c2      1 [NFC] pn551_dev_init: Loading pn551 driver
[    1.273119] c2      1 [NFC] pn551_probe:
[    1.273261] c2      1 [NFC] pn551_probe : vreg_l6 regulator_get
[    1.273284] c2      1 [NFC] pn551_probe : vreg_l6 regulator_set_voltage
[    1.273294] c2      1 [NFC] pn551_probe : vreg_l6 regulator_enable
[    1.273300] c2      1 [NFC] pn551_probe : vreg_l6 regulator_is_enabled = 1
[    1.273307] c2      1 [NFC] pn551_parse_dt: Start
[    1.273315] c2      1 [NFC] pn551_parse_dt:ven_isinvert = 0
[    1.273321] c2      1 [NFC] pn551_parse_dt: chk irq-gpio
[    1.273610] c2      1 [NFC] pn551_parse_dt: chk ven-gpio
[    1.273637] c2      1 [NFC] pn551_parse_dt: chk fwdl-gpio
[    1.273661] c2      1 [NFC] pn551_parse_dt: chk nfc_i2c pins
[    1.273704] c2      1 [NFC] pn551_parse_dt: End, irq_gpio:50, ven_gpio:12, firm_gpio:74
[    1.273729] c2      1 [NFC] pn551_probe : irq_gpio:50, ven_gpio:12, firm_gpio:74, ven_enable:1
[    1.273745] c2      1 [NFC] pn551_probe : irq_gpio set input 0 
[    1.273758] c2      1 [NFC] pn551_probe : ven_gpio set 0 0 
[    1.273767] c2      1 [NFC] pn551_probe : firm_gpio set 0 0 
[    1.273772] c2      1 [NFC] pn551_probe: init io_wake_lock
[    1.273879] c2      1 [NFC] pn551_probe : requesting IRQ 405
[    1.274024] c2      1 [NFC] pn551_probe: Turn off NFC VEN by default
[    1.274031] c2      1 [NFC] pn551_Disable: gpio=12 set_value=0
[    1.274050] c2      1 [NFC] pn551_Disable: [NFC] gpio=12 check ven_gpio value=0
[    1.274056] c2      1 [NFC] pn551_probe: Probe success!
[    1.274078] c2      1 i2c-core: driver [pn551] using legacy suspend method
[    1.274083] c2      1 i2c-core: driver [pn551] using legacy resume method
[    1.275342] c2      1 qce 660000.qcedev: Qualcomm Crypto 5.3.1 device found @0x660000
[    1.275364] c2      1 qce 660000.qcedev: CE device = 0x0
[    1.275364] c2      1 , IO base, CE = 0xffffff8003e40000
[    1.275364] c2      1 , Consumer (IN) PIPE 2,    Producer (OUT) PIPE 3
[    1.275364] c2      1 IO base BAM = 0x          (null)
[    1.275364] c2      1 BAM IRQ 247
[    1.275364] c2      1 Engines Availability = 0x2011053
[    1.275600] c2      1 sps:BAM 0x0000000000644000 is registered.
[    1.275867] c2      1 sps:BAM 0x0000000000644000 (va:0xffffff8003ec0000) enabled: ver:0x27, number of pipes:16
[    1.276130] c2      1 QCE50: qce_sps_init:  Qualcomm MSM CE-BAM at 0x0000000000644000 irq 247
[    1.285468] c2      1 qcrypto 660000.qcrypto: Qualcomm Crypto 5.3.1 device found @0x660000
[    1.285496] c2      1 qcrypto 660000.qcrypto: CE device = 0x0
[    1.285496] c2      1 , IO base, CE = 0xffffff8003f00000
[    1.285496] c2      1 , Consumer (IN) PIPE 4,    Producer (OUT) PIPE 5
[    1.285496] c2      1 IO base BAM = 0x          (null)
[    1.285496] c2      1 BAM IRQ 247
[    1.285496] c2      1 Engines Availability = 0x2011053
[    1.285913] c2      1 QCE50: qce_sps_init:  Qualcomm MSM CE-BAM at 0x0000000000644000 irq 247
[    1.292334] c2      1 qcrypto 660000.qcrypto: qcrypto-ecb-aes
[    1.292441] c2      1 qcrypto 660000.qcrypto: qcrypto-cbc-aes
[    1.292572] c3      1 qcrypto 660000.qcrypto: qcrypto-ctr-aes
[    1.292687] c3      1 qcrypto 660000.qcrypto: qcrypto-ecb-des
[    1.292786] c3      1 qcrypto 660000.qcrypto: qcrypto-cbc-des
[    1.292917] c3      1 qcrypto 660000.qcrypto: qcrypto-ecb-3des
[    1.293016] c3      1 qcrypto 660000.qcrypto: qcrypto-cbc-3des
[    1.293111] c3      1 qcrypto 660000.qcrypto: qcrypto-xts-aes
[    1.293205] c3      1 qcrypto 660000.qcrypto: qcrypto-sha1
[    1.293300] c3      1 qcrypto 660000.qcrypto: qcrypto-sha256
[    1.293409] c3      1 qcrypto 660000.qcrypto: qcrypto-aead-hmac-sha1-cbc-aes
[    1.293528] c3      1 qcrypto 660000.qcrypto: qcrypto-aead-hmac-sha1-cbc-des
[    1.293611] c3      1 qcrypto 660000.qcrypto: qcrypto-aead-hmac-sha1-cbc-3des
[    1.293711] c3      1 qcrypto 660000.qcrypto: qcrypto-aead-hmac-sha256-cbc-aes
[    1.293802] c3      1 qcrypto 660000.qcrypto: qcrypto-aead-hmac-sha256-cbc-des
[    1.293894] c3      1 qcrypto 660000.qcrypto: qcrypto-aead-hmac-sha256-cbc-3des
[    1.293988] c3      1 qcrypto 660000.qcrypto: qcrypto-hmac-sha1
[    1.294083] c3      1 qcrypto 660000.qcrypto: qcrypto-hmac-sha256
[    1.294172] c3      1 qcrypto 660000.qcrypto: qcrypto-aes-ccm
[    1.294263] c3      1 qcrypto 660000.qcrypto: qcrypto-rfc4309-aes-ccm
[    1.297397] c2      1 ICE IRQ = 30
[    1.297564] c2      1 qcom_ice_get_device_tree_data: No vdd-hba-supply regulator, assuming not needed
[    1.297619] c2      1 ICE IRQ = 31
[    1.302668] c2      1 qcom_ice_get_pdevice: found ice device ffffffc0f6bd5a00
[    1.302689] c2      1 qcom_ice_get_pdevice: matching platform device ffffffc0f9205000
[    1.303239] c2      1 scm_call failed: func id 0x42000c02, ret: -2, syscall returns: 0xfffffffffffffffc, 0x0, 0x0
[    1.303973] c2      1 ufs_qcom_phy_qmp_14nm 627000.ufsphy: failed to get tx_iface_clk err -2
[    1.303984] c2      1 ufs_qcom_phy_qmp_14nm 627000.ufsphy: failed to get rx_iface_clk err -2
[    1.305035] c2      1 scsi host0: ufshcd
[    1.308745] c2      1 qcom_ice 630000.ufsice: QC ICE 2.1.44 device found @0xffffff8002360000
[    1.315289] c2      1 SCSI Media Changer driver v0.25 
[    1.317517] c2      1 msm8996-pinctrl 1010000.pinctrl: could not parse property pins
[    1.319851] c2      1 spi_master spi6: will run message pump with realtime priority
[    1.321539] c2      1 sps:BAM 0x0000000007544000 (va:0xffffff8002e40000) enabled: ver:0x19, number of pipes:24
[    1.322340] c2      1 Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[    1.323818] c2      1 tun: Universal TUN/TAP device driver, 1.6
[    1.323828] c2      1 tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.323899] c2      1 PPP generic driver version 2.4.2
[    1.323978] c2      1 PPP BSD Compression module registered
[    1.323987] c2      1 PPP Deflate Compression module registered
[    1.324022] c2      1 PPP MPPE Compression module registered
[    1.324035] c2      1 NET: Registered protocol family 24
[    1.349620] c3     49 ufshcd 624000.ufshc: ufshcd_print_pwr_info:[RX, TX]: gear=[1, 1], lane[1, 1], pwr[SLOWAUTO_MODE, SLOWAUTO_MODE], rate = 0
[    1.356726] c2      1 msm_pcie_enable: PCIe: Assert the reset of endpoint of RC0.
[    1.360586] c2      1 msm_pcie_enable: PCIe RC0 PHY is ready!
[    1.370696] c2      1 msm_pcie_enable: PCIe: Release the reset of endpoint of RC0.
[    1.412711] c2      1 msm_pcie_enable: PCIe RC0 link initialized
[    1.412825] c2      1 PCI host bridge /soc/qcom,pcie@00600000 ranges:
[    1.412839] c2      1   No bus range found for /soc/qcom,pcie@00600000, using [bus 00-ff]
[    1.412865] c2      1    IO 0x0c200000..0x0c2fffff -> 0x0c200000
[    1.412877] c2      1   MEM 0x0c300000..0x0cffffff -> 0x0c300000
[    1.423054] c2      1 pci-msm 600000.qcom,pcie: PCI host bridge to bus 0000:00
[    1.423066] c2      1 pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.423075] c2      1 pci_bus 0000:00: root bus resource [io  0x0000-0xfffff] (bus address [0xc200000-0xc2fffff])
[    1.423083] c2      1 pci_bus 0000:00: root bus resource [mem 0x0c300000-0x0cffffff]
[    1.423146] c2      1 pci 0000:00:00.0: [17cb:0104] type 01 class 0x060400
[    1.423244] c2      1 msm_pcie_oper_conf: Read of RC0 0:0x00 + 0x0014[4] is all FFs
[    1.423257] c2      1 pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    1.423312] c2      1 pci 0000:00:00.0: IOMMU is currently not supported for PCI
[    1.423435] c2      1 pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    1.423477] c2      1 pci 0000:00:00.0: of_irq_parse_pci() failed with rc=-19
[    1.423703] c2      1 pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    1.423915] c2      1 pci 0000:01:00.0: [168c:003e] type 00 class 0x028000
[    1.424064] c2      1 msm_pcie_oper_conf: Read of RC0 1:0x00 + 0x0014[4] is all FFs
[    1.424075] c2      1 pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
[    1.424231] c2      1 pci 0000:01:00.0: IOMMU is currently not supported for PCI
[    1.424404] c2      1 pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    1.424907] c2      1 pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    1.425014] c2      1 msm_pcie_oper_conf: Read of RC0 0:0x00 + 0x0028[4] is all FFs
[    1.425044] c2      1 pci 0000:00:00.0: BAR 8: assigned [mem 0x0c400000-0x0c5fffff]
[    1.425052] c2      1 pci 0000:00:00.0: BAR 0: assigned [mem 0x0c300000-0x0c300fff 64bit]
[    1.425102] c2      1 pci 0000:01:00.0: BAR 0: assigned [mem 0x0c400000-0x0c5fffff 64bit]
[    1.425352] c2      1 pci 0000:00:00.0: PCI bridge to [bus 01]
[    1.425387] c2      1 pci 0000:00:00.0:   bridge window [mem 0x0c400000-0x0c5fffff]
[    1.426869] c2      1 cnss soc:qcom,cnss: for AR6320 segments only will be dumped.
[    1.438986] c2      1 msm_pcie_disable: PCIe: Assert the reset of endpoint of RC0.
[    1.441375] c2      1 cnss: Platform driver probed successfully.
[    1.444068] c2      1 usbcore: registered new interface driver asix
[    1.444109] c2      1 usbcore: registered new interface driver ax88179_178a
[    1.444137] c2      1 usbcore: registered new interface driver cdc_ether
[    1.444163] c2      1 usbcore: registered new interface driver net1080
[    1.444190] c2      1 usbcore: registered new interface driver cdc_subset
[    1.444217] c2      1 usbcore: registered new interface driver zaurus
[    1.444529] c2      1 usbcore: registered new interface driver cdc_ncm
[    1.445171] c2     81 msm_sharedmem: sharedmem_register_qmi: qmi init successful
[    1.449168] c2      1 msm_sharedmem: msm_sharedmem_probe: Device created for client 'rmtfs'
[    1.451748] c2      1 rtel: rtel_probe: Device created for client 'rtel'
[    1.459068] c2      1 msm-dwc3 6a00000.ssusb: unable to get dbm device
[    1.462741] c2      1 usbcore: registered new interface driver usb-storage
[    1.462783] c2      1 usbcore: registered new interface driver ums-alauda
[    1.462813] c2      1 usbcore: registered new interface driver ums-cypress
[    1.462834] c2      1 usbcore: registered new interface driver ums-datafab
[    1.462854] c2      1 usbcore: registered new interface driver ums-freecom
[    1.462874] c2      1 usbcore: registered new interface driver ums-isd200
[    1.462899] c2      1 usbcore: registered new interface driver ums-jumpshot
[    1.462918] c2      1 usbcore: registered new interface driver ums-karma
[    1.462938] c2      1 usbcore: registered new interface driver ums-sddr09
[    1.462959] c2      1 usbcore: registered new interface driver ums-sddr55
[    1.462978] c2      1 usbcore: registered new interface driver ums-usbat
[    1.463055] c2      1 usbcore: registered new interface driver usbserial
[    1.463082] c2      1 usbcore: registered new interface driver usb_ehset_test
[    1.464438] c2      1 fusb302 9-0022: fusb30x_probe
[    1.464452] c2      1 FUSB [fusb30x_SetChip] chip->client addr = 0x22
[    1.465705] c2      1 i2c-msm-v2 75b7000.i2c: msm_bus_scale_register_client(mstr-id:84):0x13 (ok)
[    1.466355] c2      1 FUSB  fusb_InitializeGPIO - INT_N GPIO initialized as pin '124'
[    1.466367] c2      1 fusb_InitializeGPIO - Warning: Could not get GPIO for Debug GPIO! Error code: -2
[    1.470280] c2      1 FUSB platform_notify_cc_orientation: orientation=[0], CC1=[5], CC2=[5]
[    1.470882] c2      1 FUSB platform_notify_pd_contract: Contract=[0], typec_state(0x0), pd_state(0x0)
[    1.472027] c2      1 fusb302 9-0022: FUSB  fusb30x_probe - FUSB30X Driver loaded successfully!
[    1.472714] c2      1 gbridge_init: gbridge_init successs.
[    1.472892] c2      1 mousedev: PS/2 mouse device common for all mice
[    1.473114] c2      1 usbcore: registered new interface driver xpad
[    1.474071] c2      1 [TP]: parse_config
[    1.474998] c0    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    1.475019] c0    251 FUSB StateMachineTypeC: enter
[    1.475725] c0    251 FUSB fusb_GPIO_Set_VBus5v: set vbus ctrl: 0, typec_state(0x2), pd_state(0x0), retry: 0
[    1.477243] c0     49 ufshcd 624000.ufshc: ufshcd_print_pwr_info:[RX, TX]: gear=[3, 3], lane[1, 1], pwr[FAST MODE, FAST MODE], rate = 2
[    1.477493] c0     49 ufshcd_get_max_icc_level: Couldn't find valid icc_level = 0
[    1.478061] c0     49 scsi 0:0:0:49488: Well-known LUN    TOSHIBA  THGBF7T0L8LBATAB 0300 PQ: 0 ANSI: 6
[    1.479592] c0     49 scsi 0:0:0:49456: Well-known LUN    TOSHIBA  THGBF7T0L8LBATAB 0300 PQ: 0 ANSI: 6
[    1.481165] c0     49 scsi 0:0:0:49476: Well-known LUN    TOSHIBA  THGBF7T0L8LBATAB 0300 PQ: 0 ANSI: 6
[    1.482932] c3    247 scsi 0:0:0:0: Direct-Access     TOSHIBA  THGBF7T0L8LBATAB 0300 PQ: 0 ANSI: 6
[    1.484408] c3    247 scsi 0:0:0:1: Direct-Access     TOSHIBA  THGBF7T0L8LBATAB 0300 PQ: 0 ANSI: 6
[    1.485636] c3    247 scsi 0:0:0:2: Direct-Access     TOSHIBA  THGBF7T0L8LBATAB 0300 PQ: 0 ANSI: 6
[    1.486866] c3    247 scsi 0:0:0:3: Direct-Access     TOSHIBA  THGBF7T0L8LBATAB 0300 PQ: 0 ANSI: 6
[    1.488094] c3    247 scsi 0:0:0:4: Direct-Access     TOSHIBA  THGBF7T0L8LBATAB 0300 PQ: 0 ANSI: 6
[    1.489328] c3    247 scsi 0:0:0:5: Direct-Access     TOSHIBA  THGBF7T0L8LBATAB 0300 PQ: 0 ANSI: 6
[    1.504076] c2      1 i2c-msm-v2 7577000.i2c: msm_bus_scale_register_client(mstr-id:86):0x14 (ok)
[    1.504573] c2      1 [TP]:check_chip_exist: Synaptics chip exist
[    1.514236] c2      1 [TP]:synaptics_rmi4_f12_init: Function 12 max x = 1439 max y = 2559 Rx: 17 Tx: 30
[    1.514866] c2      1 [TP]synaptics_rmi4_f12_init:Wakeup Gesture range (0,0) -> (1439,2559)
[    1.515106] c2      1 [TP]:synaptics_rmi4_f12_init report data init done
[    1.522859] c2      1 [TP]:synaptics_rmi4_query_device: chip_id:3708, firmware_id:2433782
[    1.523793] c2      1 [TP]:synaptics_rmi4_query_device: config_version: 4d31763200180000000000000000000000000000000000000000000000000000
[    1.524217] c2      1 input: synaptics_dsxv26 as /devices/soc/7577000.i2c/i2c-3/3-0020/input/input3
[    1.524440] c2    257  sdf: sdf1 sdf2 sdf3 sdf4 sdf5
[    1.525148] c2      1 [TP]: [ERR]:synaptics_rmi4_irq_enable: Interrupt already enabled
[    1.526064] c0      6  sdb: sdb1
[    1.528006] c2      1 input: hbtp_vm as /devices/virtual/input/input4
[    1.528200] c2      1 [LASER] stmvl53l0_init: Enter
[    1.528206] c2      1 [LASER] stmvl53l0_init_i2c: Enter
[    1.529111] c2      1 [LASER] stmvl53l0_probe: Enter++
[    1.529159] c2      1 [LASER] Laser_parse_dt: pwdn_gpio = 94
[    1.529291] c2      1 [LASER] Laser_parse_dt: laser_irq_gpio = 62
[    1.529312] c2      1 [LASER] Laser_parse_dt: Laser_parse_dt: sensor cali_size = 768
[    1.529318] c2      1 [LASER] Laser_parse_dt: gyro sensor cali_data[100] = 67
[    1.529324] c2      1 [LASER] Laser_parse_dt: gyro sensor cali_data[101] = 00
[    1.529329] c2      1 [LASER] Laser_parse_dt: gyro sensor cali_data[102] = 05
[    1.529335] c2      1 [LASER] Laser_parse_dt: gyro sensor cali_data[103] = 0f
[    1.529340] c2      1 [LASER] Laser_parse_dt: gyro sensor cali_data[104] = 67
[    1.529345] c2      1 [LASER] Laser_parse_dt: gyro sensor cali_data[105] = 00
[    1.529350] c2      1 [LASER] Laser_parse_dt: gyro sensor cali_data[106] = 08
[    1.529355] c2      1 [LASER] Laser_parse_dt: gyro sensor cali_data[107] = 00
[    1.529360] c2      1 [LASER] Laser_parse_dt: Laser_parse_dt: Update offset_kvalue = 15
[    1.529365] c2      1 [LASER] Laser_parse_dt: Laser_parse_dt: Update xtalk_kvalue = 0x8
[    1.529371] c2      1 [LASER] Laser_parse_dt: Update SpadCount = 5 and IsAperture = 0
[    1.529376] c2      1 [LASER] stmvl53l0_parse_vdd: Enter++
[    1.529420] c2      1 12-0029 supply vdd not found, using dummy regulator
[    1.529460] c2      1 [LASER] stmvl53l0_parse_vdd: End--
[    1.529466] c2      1 [LASER] Laser_pinctrl_init: Enter++
[    1.529657] c2      1 [LASER] Laser_pinctrl_init: End--
[    1.529663] c2      1 [LASER] stmvl53l0_setup: Enter++
[    1.529686] c2      1 [LASER] stmvl53l0_setup: register_irq: 417
[    1.530061] c2      1 [LASER] stmvl53l0_setup: interrupt is hooked
[    1.530209] c2      1 input: STM VL53L0 proximity sensor as /devices/virtual/input/input5
[    1.530279] c2      1 [LASER] stmvl53l0_setup: Misc device registration name:12-0029
[    1.530940] c2      1 i2c-msm-v2 75ba000.i2c: msm_bus_scale_register_client(mstr-id:84):0x15 (ok)
[    1.531279] c2      1 [LASER] stmvl53l0_setupAPIFunctions: read REVISION_ID: 0x10
[    1.531279] c2      1  API_VERSION: 1.1.20.2
[    1.531285] c2      1 [LASER] stmvl53l0_setupAPIFunctions: to setup API cut 1.1
[    1.531298] c2      1 [LASER] stmvl53l0_init_client: Enter
[    1.531303] c2      1 [LASER] stmvl53l0_init_client: Call of VL53L0_DataInit
[    1.538148] c2      1 [LASER] stmvl53l0_init_client: Call of VL53L0_StaticInit
[    1.540944] c3    247  sdc: sdc1
[    1.544454] c0    256  sde: sde1 sde2 sde3 sde4 sde5 sde6
[    1.546133] c0     43  sdd: sdd1 sdd2 sdd3 sdd4 sdd5 sdd6 sdd7 sdd8 sdd9 sdd10 sdd11 sdd12 sdd13
[    1.548444] c0     49  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 sda13 sda14 sda15 sda16 sda17 sda18 sda19 sda20 sda21 sda22 sda23 sda24 sda25 sda26 sda27 sda28 sda29 sda30 sda31 sda32 sda33 sda34 sda35 sda36
[    1.581494] c0      0 irq 354, desc: ffffffc0f93d4e00, depth: 0, count: 0, unhandled: 0
[    1.581515] c0      0 ->handle_irq():  ffffffc00032db6c, msm_gpio_irq_handler+0x0/0x148
[    1.581545] c0      0 ->irq_data.chip(): ffffffc0015885a8, gic_chip+0x0/0xe8
[    1.581562] c0      0 ->action():           (null)
[    1.581569] c0      0    IRQ_NOPROBE set
[    1.581575] c0      0  IRQ_NOREQUEST set
[    1.581581] c0      0   IRQ_NOTHREAD set
[    1.595128] c2      1 [LASER] stmvl53l0_init_client: Perform and set VhvSettings = 28 and PhaseCal = 1
[    1.596285] c2      1 [LASER] stmvl53l0_init_client: Set refSpadCount = 5 and isApertureSpads = 0
[    1.596436] c2      1 [LASER] stmvl53l0_init_client: Set offset = 15
[    1.596725] c2      1 [LASER] stmvl53l0_init_client: Set xtalk = 0x8
[    1.596731] c2      1 [LASER] stmvl53l0_init_client: Set RIT - 68
[    1.596736] c2      1 [LASER] stmvl53l0_init_client: Call of VL53L0_SetDeviceMode
[    1.597060] c2      1 [LASER] stmvl53l0_init_client: End
[    1.597068] c2      1 [LASER] stmvl53l0_setup: support ver. 1.1.20.2(1.0.5.1) enabled
[    1.597073] c2      1 [LASER] stmvl53l0_setup: End--
[    1.597079] c2      1 [LASER] stmvl53l0_probe: Success--
[    1.597145] c2      1 [LASER] stmvl53l0_init_i2c: End with rc:0
[    1.597153] c2      1 [LASER] stmvl53l0_init: End
[    1.598677] c2      1 qcom,qpnp-rtc qpnp-rtc-ffffffc0f9281400: rtc core: registered qpnp_rtc as rtc0
[    1.598919] c2      1 i2c /dev entries driver
[    1.599188] c2      1 [AUD] tfa9888: tfa9888_init
[    1.599237] c2      1 i2c-core: driver [tfa9888] using legacy suspend method
[    1.599243] c2      1 i2c-core: driver [tfa9888] using legacy resume method
[    1.636074] c3      1 vmem: Up and running with 4 banks of memory from [io  size 0x3f06c7cdc9 64bit pref window disabled]
[    1.656085] c3      1 msm_camera_pinctrl_init:1185 Getting pinctrl handle failed
[    1.656112] c3      1 msm_actuator_platform_probe:1934 ERR:msm_actuator_platform_probe: Error in reading actuator pinctrl
[    1.656216] c3      1 qcom,actuator: probe of a0c000.qcom,cci:qcom,actuator@0 failed with error -22
[    1.658173] c3      1 msm_eeprom_platform_probe failed 1663
[    1.658817] c3      1 msm_eeprom_platform_probe failed 1663
[    1.660715] c3      1 msm_camera_pinctrl_init:1185 Getting pinctrl handle failed
[    1.660737] c3      1 msm_ois_platform_probe:739 ERR:msm_ois_platform_probe: Error in reading OIS pinctrl
[    1.660855] c3      1 qcom,ois: probe of a0c000.qcom,cci:qcom,ois@0 failed with error -22
[    1.665512] c3      1 msm8996-pinctrl 1010000.pinctrl: could not parse property pins
[    1.671414] c3      1 MSM-CPP cpp_init_hardware:863 CPP HW Version: 0x60000000
[    1.671437] c3      1 MSM-CPP cpp_init_hardware:881 stream_cnt:0
[    1.685770] c3      1 __msm_jpeg_init:1537] Jpeg Device id 0
[    1.687005] c3      1 __msm_jpeg_init:1537] Jpeg Device id 2__msm_jpeg_init:1537] Jpeg Device id 3
[    1.692704] c3      1 msm_fd_hw_set_dt_parms_by_name: Error property does not exist
[    1.790057] c3      1 msm_fd aa4000.qcom,fd: Face detection halt timeout
[    1.792066] c3      1 i2c-msm-v2 75b5000.i2c: msm_bus_scale_register_client(mstr-id:84):0x1e (ok)
[    1.792465] c3      1 SMB1351 smb1351_parallel_slave_probe: smb1351 parallel successfully probed.
[    1.794798] c3      1 htc_battery_init: can't find compatible 'htc,htc_battery_store'
[    1.795077] c2    256 ------------[ cut here ]------------
[    1.795109] c2    256 WARNING: CPU: 2 PID: 256 at /usr/local/google/buildbot/src/partner-android/n-dev-msm-marlin-3.18-nyc-mr1/private/msm-google/include/linux/of.h:770 fg_probe+0x2494/0x26cc()
[    1.795123] c2    256 CPU: 2 PID: 256 Comm: kworker/u8:4 Not tainted 3.18.31-g367e645 #1
[    1.795130] c2    256 Hardware name: HTC Corporation. MSM8996pro v1.1 + PMI8996 Marlin A (DT)
[    1.795147] c2    256 Workqueue: events_unbound async_run_entry_fn
[    1.795159] c2    256 Call trace:
[    1.795172] c2    256 [<ffffffc00008aab4>] dump_backtrace+0x0/0x23c
[    1.795179] c2    256 [<ffffffc00008ad04>] show_stack+0x14/0x1c
[    1.795197] c2    256 [<ffffffc000e3428c>] dump_stack+0x80/0xa4
[    1.795206] c2    256 [<ffffffc0000a41d4>] warn_slowpath_common+0x88/0xb0
[    1.795212] c2    256 [<ffffffc0000a4340>] warn_slowpath_null+0x18/0x20
[    1.795219] c2    256 [<ffffffc0007942f8>] fg_probe+0x2494/0x26cc
[    1.795231] c2    256 [<ffffffc000aa1c4c>] spmi_drv_probe+0x14/0x1c
[    1.795243] c2    256 [<ffffffc00050368c>] driver_probe_device+0xd4/0x224
[    1.795250] c2    256 [<ffffffc00050388c>] __driver_attach+0x64/0x90
[    1.795261] c2    256 [<ffffffc000501dac>] bus_for_each_dev+0x80/0xb0
[    1.795266] c2    256 [<ffffffc000503974>] driver_attach+0x20/0x28
[    1.795273] c2    256 [<ffffffc000502680>] bus_add_driver+0xf0/0x1c0
[    1.795279] c2    256 [<ffffffc0005043a8>] driver_register+0x94/0xe0
[    1.795286] c2    256 [<ffffffc000aa28e8>] spmi_driver_register+0x5c/0x64
[    1.795298] c2    256 [<ffffffc0014f4550>] fg_init_async+0x18/0x20
[    1.795304] c2    256 [<ffffffc0000c1464>] async_run_entry_fn+0x48/0xf8
[    1.795315] c2    256 [<ffffffc0000b9834>] process_one_work+0x25c/0x43c
[    1.795321] c2    256 [<ffffffc0000b9d38>] worker_thread+0x324/0x440
[    1.795329] c2    256 [<ffffffc0000beba0>] kthread+0xec/0xf4
[    1.795405] c2    256 ---[ end trace 44bbc645b98a1e6b ]---
[    1.796472] c3      1 [BATT] Probe process: (2, 1)
[    1.796517] c0     43 [BATT] htc_battery_fb_register in
[    1.796517] c3      1 [BATT] htc_battery_init done.
[    1.797698] c2    256 FG: fg_probe: FG Probe success - FG Revision DIG:3.1 ANA:1.2 PMIC subtype=19
[    1.798705] c3      1 set restart reason = 0x776655AA
[    1.798719] c3      1 set restart msg = 'Unknown'
[    1.799629] c2     17 FG: update_irq_volt_empty: voltage = 3050, converted_raw = 0038
[    1.800623] c3      1 unable to find DT imem DLOAD mode node
[    1.802466] c3      1 unable to find DT imem EDLOAD mode node
[    1.837174] c3      1 device-mapper: uevent: version 1.0.3
[    1.837359] c3      1 device-mapper: ioctl: 4.28.0-ioctl (2014-09-17) initialised: dm-devel@redhat.com
[    1.837507] c3      1 device-mapper: req-crypt: dm-req-crypt successfully initalized.
[    1.837507] c3      1 
[    1.839172] c3      1 bt_power bt_qca6174: no qca,bt-vdd-core-voltage-level property
[    1.839315] c3      1 bt_power bt_qca6174: no qca,bt-vdd-pa-voltage-level property
[    1.839323] c3      1 bt_dt_parse_vreg_info: qca,bt-vdd-ldo: is not provided in device tree
[    1.839329] c3      1 bt_dt_parse_vreg_info: qca,bt-chip-pwd: is not provided in device tree
[    1.840139] c3      1 sdhci: Secure Digital Host Controller Interface driver
[    1.840148] c3      1 sdhci: Copyright(c) Pierre Ossman
[    1.840156] c3      1 sdhci-pltfm: SDHCI platform and OF driver helper
[    1.841202] c3      1 qcom_ice_get_pdevice: found ice device ffffffc0f6bd5e00
[    1.841213] c3      1 qcom_ice_get_pdevice: matching platform device ffffffc0f9205400
[    1.841411] c3      1 msm8996-pinctrl 1010000.pinctrl: could not parse property pins
[    1.841461] c3      1 sdhci_msm 74a4900.sdhci: sdhci_msm_probe: ICE device is not enabled
[    1.841647] c3      1 msm8996-pinctrl 1010000.pinctrl: could not parse property pins
[    1.841659] c3      1 sdhci_msm 74a4900.sdhci: Parsing Pinctrl failed with -22, falling back on GPIO lib
[    1.844000] c3      1 pm8994_l21: requested voltage range [2950000, 2950000] does not fit within constraints: [3000000, 3300000]
[    1.844015] c3      1 sdhci_msm_vreg_set_voltage: regulator_set_voltage(vdd)failed. min_uV=2950000,max_uV=2950000,ret=-22
[    1.844024] c3      1 sdhci_msm 74a4900.sdhci: vreg reset failed (-22)
[    1.844030] c3      1 sdhci_msm 74a4900.sdhci: Regulator setup failed (-22)
[    1.844961] c3      1 sdhci_msm: probe of 74a4900.sdhci failed with error -22
[    1.850839] c3      1 hidraw: raw HID events driver (C) Jiri Kosina
[    1.851113] c3      1 usbcore: registered new interface driver usbhid
[    1.851120] c3      1 usbhid: USB HID core driver
[    1.851696] c3      1 ashmem: initialized
[    2.030184] c2    256 [TP]:fwu_start_reflash: Start of reflash process
[    2.476719] c0    251 FUSB fusb_GPIO_Set_VBus5v: set vbus ctrl: 0, typec_state(0x2), pd_state(0x0), retry: 1
[    2.554509] c3      1 nanohub: loaded; ret=0
[    2.554657] c3      1 qpnp_coincell_charger_show_state: enabled=Y, voltage=3200 mV, resistance=2100 ohm
[    2.567668] c3      1 bimc-bwmon 408000.qcom,cpu-bwmon: BW HWmon governor registered.
[    2.569453] c3      1 arm-memlat-mon soc:qcom,arm-memlat-mon-0: Memory Latency governor registered.
[    2.569504] c3      1 arm-memlat-mon soc:qcom,arm-memlat-mon-2: Memory Latency governor registered.
[    2.572353] c3      1 m4m-hwmon 6530000.qcom,m4m-hwmon: Cache HWmon governor registered.
[    2.576606] c3      1 devfreq soc:qcom,cpubw: Couldn't update frequency transition information.
[    2.576774] c3      1 devfreq soc:qcom,mincpubw: Couldn't update frequency transition information.
[    2.576906] c3      1 devfreq soc:qcom,memlat-cpu0: Couldn't update frequency transition information.
[    2.577032] c3      1 devfreq soc:qcom,memlat-cpu2: Couldn't update frequency transition information.
[    2.581754] c3      1 Trustonic TEE: MobiCore mcDrvModuleApi version is 2.1
[    2.581764] c3      1 Trustonic TEE: MobiCore t-base-QC-MSM8996-Android-302B-V001-20150529_084320_16
[    2.583613] c3      1 [NC] == NC_probe ==
[    2.583625] c3      1 [NC] Init GPIO pins
[    2.583902] c3      1 usbcore: registered new interface driver snd-usb-audio
[    2.585342] c3      1 tfa98xx_i2c_init(): TFA98XX driver version 2.10.1-a
[    2.585387] c3      1 tfa98xx_i2c_probe(): tfa98xx_i2c_probe
[    2.585796] c3      1 tfa98xx_i2c_probe(): TFA9891 detected
[    2.585813] c3      1 tfa98xx 7-0034: Skipping IRQ registration
[    2.585939] c3      1 tfa98xx_i2c_probe(): tfa98xx_i2c_probe Probe completed successfully!
[    2.586799] c3      1 msm8996-pinctrl 1010000.pinctrl: could not parse property pins
[    2.586888] c3      1 msm8996-pinctrl 1010000.pinctrl: could not parse property pins
[    2.599305] c3      1 msm-dai-tdm soc:qcom,msm-dai-tdm-tert-rx: msm_dai_tdm_q6_probe: dev_name: soc:qcom,msm-dai-tdm-tert-rx group_id: 0x9120
[    2.599595] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-tert-rx:qcom,msm-dai-q6-tdm-tert-rx-0: msm_dai_q6_tdm_dev_probe: dev_name: soc:qcom,msm-dai-tdm-tert-rx:qcom,msm-dai-q6-tdm-tert-rx-0 dev_id: 0x9020
[    2.599607] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-tert-rx:qcom,msm-dai-q6-tdm-tert-rx-0: msm_dai_q6_tdm_dev_probe: Custom tdm header not supported
[    2.599788] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-tert-rx:qcom,msm-dai-q6-tdm-tert-rx-1: msm_dai_q6_tdm_dev_probe: dev_name: soc:qcom,msm-dai-tdm-tert-rx:qcom,msm-dai-q6-tdm-tert-rx-1 dev_id: 0x9022
[    2.599798] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-tert-rx:qcom,msm-dai-q6-tdm-tert-rx-1: msm_dai_q6_tdm_dev_probe: Custom tdm header not supported
[    2.599975] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-tert-rx:qcom,msm-dai-q6-tdm-tert-rx-2: msm_dai_q6_tdm_dev_probe: dev_name: soc:qcom,msm-dai-tdm-tert-rx:qcom,msm-dai-q6-tdm-tert-rx-2 dev_id: 0x9024
[    2.599985] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-tert-rx:qcom,msm-dai-q6-tdm-tert-rx-2: msm_dai_q6_tdm_dev_probe: Custom tdm header not supported
[    2.600202] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-tert-rx:qcom,msm-dai-q6-tdm-tert-rx-3: msm_dai_q6_tdm_dev_probe: dev_name: soc:qcom,msm-dai-tdm-tert-rx:qcom,msm-dai-q6-tdm-tert-rx-3 dev_id: 0x9026
[    2.600212] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-tert-rx:qcom,msm-dai-q6-tdm-tert-rx-3: msm_dai_q6_tdm_dev_probe: Custom tdm header not supported
[    2.600241] c3      1 msm-dai-tdm soc:qcom,msm-dai-tdm-tert-tx: msm_dai_tdm_q6_probe: dev_name: soc:qcom,msm-dai-tdm-tert-tx group_id: 0x9121
[    2.600415] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-tert-tx:qcom,msm-dai-q6-tdm-tert-tx-0: msm_dai_q6_tdm_dev_probe: dev_name: soc:qcom,msm-dai-tdm-tert-tx:qcom,msm-dai-q6-tdm-tert-tx-0 dev_id: 0x9021
[    2.600425] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-tert-tx:qcom,msm-dai-q6-tdm-tert-tx-0: msm_dai_q6_tdm_dev_probe: Custom tdm header not supported
[    2.600602] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-tert-tx:qcom,msm-dai-q6-tdm-tert-tx-1: msm_dai_q6_tdm_dev_probe: dev_name: soc:qcom,msm-dai-tdm-tert-tx:qcom,msm-dai-q6-tdm-tert-tx-1 dev_id: 0x9023
[    2.600613] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-tert-tx:qcom,msm-dai-q6-tdm-tert-tx-1: msm_dai_q6_tdm_dev_probe: Custom tdm header not supported
[    2.600785] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-tert-tx:qcom,msm-dai-q6-tdm-tert-tx-2: msm_dai_q6_tdm_dev_probe: dev_name: soc:qcom,msm-dai-tdm-tert-tx:qcom,msm-dai-q6-tdm-tert-tx-2 dev_id: 0x9025
[    2.600795] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-tert-tx:qcom,msm-dai-q6-tdm-tert-tx-2: msm_dai_q6_tdm_dev_probe: Custom tdm header not supported
[    2.600970] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-tert-tx:qcom,msm-dai-q6-tdm-tert-tx-3: msm_dai_q6_tdm_dev_probe: dev_name: soc:qcom,msm-dai-tdm-tert-tx:qcom,msm-dai-q6-tdm-tert-tx-3 dev_id: 0x9027
[    2.600980] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-tert-tx:qcom,msm-dai-q6-tdm-tert-tx-3: msm_dai_q6_tdm_dev_probe: Custom tdm header not supported
[    2.601004] c3      1 msm-dai-tdm soc:qcom,msm-dai-tdm-quat-rx: msm_dai_tdm_q6_probe: dev_name: soc:qcom,msm-dai-tdm-quat-rx group_id: 0x9130
[    2.601181] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-quat-rx:qcom,msm-dai-q6-tdm-quat-rx-0: msm_dai_q6_tdm_dev_probe: dev_name: soc:qcom,msm-dai-tdm-quat-rx:qcom,msm-dai-q6-tdm-quat-rx-0 dev_id: 0x9030
[    2.601190] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-quat-rx:qcom,msm-dai-q6-tdm-quat-rx-0: msm_dai_q6_tdm_dev_probe: Custom tdm header not supported
[    2.601369] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-quat-rx:qcom,msm-dai-q6-tdm-quat-rx-1: msm_dai_q6_tdm_dev_probe: dev_name: soc:qcom,msm-dai-tdm-quat-rx:qcom,msm-dai-q6-tdm-quat-rx-1 dev_id: 0x9032
[    2.601378] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-quat-rx:qcom,msm-dai-q6-tdm-quat-rx-1: msm_dai_q6_tdm_dev_probe: Custom tdm header not supported
[    2.601559] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-quat-rx:qcom,msm-dai-q6-tdm-quat-rx-2: msm_dai_q6_tdm_dev_probe: dev_name: soc:qcom,msm-dai-tdm-quat-rx:qcom,msm-dai-q6-tdm-quat-rx-2 dev_id: 0x9034
[    2.601568] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-quat-rx:qcom,msm-dai-q6-tdm-quat-rx-2: msm_dai_q6_tdm_dev_probe: Custom tdm header not supported
[    2.601748] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-quat-rx:qcom,msm-dai-q6-tdm-quat-rx-3: msm_dai_q6_tdm_dev_probe: dev_name: soc:qcom,msm-dai-tdm-quat-rx:qcom,msm-dai-q6-tdm-quat-rx-3 dev_id: 0x9036
[    2.601757] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-quat-rx:qcom,msm-dai-q6-tdm-quat-rx-3: msm_dai_q6_tdm_dev_probe: Custom tdm header not supported
[    2.601782] c3      1 msm-dai-tdm soc:qcom,msm-dai-tdm-quat-tx: msm_dai_tdm_q6_probe: dev_name: soc:qcom,msm-dai-tdm-quat-tx group_id: 0x9131
[    2.601957] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-quat-tx:qcom,msm-dai-q6-tdm-quat-tx-0: msm_dai_q6_tdm_dev_probe: dev_name: soc:qcom,msm-dai-tdm-quat-tx:qcom,msm-dai-q6-tdm-quat-tx-0 dev_id: 0x9031
[    2.601966] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-quat-tx:qcom,msm-dai-q6-tdm-quat-tx-0: msm_dai_q6_tdm_dev_probe: Custom tdm header not supported
[    2.602138] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-quat-tx:qcom,msm-dai-q6-tdm-quat-tx-1: msm_dai_q6_tdm_dev_probe: dev_name: soc:qcom,msm-dai-tdm-quat-tx:qcom,msm-dai-q6-tdm-quat-tx-1 dev_id: 0x9033
[    2.602147] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-quat-tx:qcom,msm-dai-q6-tdm-quat-tx-1: msm_dai_q6_tdm_dev_probe: Custom tdm header not supported
[    2.602320] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-quat-tx:qcom,msm-dai-q6-tdm-quat-tx-2: msm_dai_q6_tdm_dev_probe: dev_name: soc:qcom,msm-dai-tdm-quat-tx:qcom,msm-dai-q6-tdm-quat-tx-2 dev_id: 0x9035
[    2.602329] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-quat-tx:qcom,msm-dai-q6-tdm-quat-tx-2: msm_dai_q6_tdm_dev_probe: Custom tdm header not supported
[    2.602504] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-quat-tx:qcom,msm-dai-q6-tdm-quat-tx-3: msm_dai_q6_tdm_dev_probe: dev_name: soc:qcom,msm-dai-tdm-quat-tx:qcom,msm-dai-q6-tdm-quat-tx-3 dev_id: 0x9037
[    2.602513] c3      1 msm-dai-q6-tdm soc:qcom,msm-dai-tdm-quat-tx:qcom,msm-dai-q6-tdm-quat-tx-3: msm_dai_q6_tdm_dev_probe: Custom tdm header not supported
[    2.605269] c3      1 msm-compr-dsp soc:qcom,msm-compr-dsp: msm_compr_probe: dev name soc:qcom,msm-compr-dsp
[    2.615871] c3      1 [AUD] snd_soc_msm8996: uart_gpios_init done
[    2.615884] c3      1 [AUD] snd_soc_msm8996: aud,uart-disable-mbhc is not set
[    2.615894] c3      1 msm8996-asoc-snd soc:sound-9335: property qcom,tfa9888-reset-gpio not detected in node /soc/sound-9335
[    2.615939] c3      1 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-dout no 67
[    2.615963] c3      1 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-din no 68
[    2.615985] c3      1 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-clock no 65
[    2.616006] c3      1 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-sync no 66
[    2.616028] c3      1 [AUD] snd_soc_msm8996: htc_msm8996_parse_gpio: gpio rcv-amp-gpio-en no 31
[    2.617839] c3      1 msm8996-asoc-snd soc:sound-9335: ASoC: platform (null) not registered
[    2.619973] c3      1 GACT probability NOT on
[    2.619990] c3      1 Mirror/redirect action on
[    2.620007] c3      1 u32 classifier
[    2.620012] c3      1     Actions configured
[    2.620088] c3      1 Netfilter messages via NETLINK v0.30.
[    2.620123] c3      1 nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    2.620313] c3      1 ctnetlink v0.93: registering with nfnetlink.
[    2.620670] c3      1 xt_time: kernel timezone is -0000
[    2.620828] c3      1 ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.620917] c3      1 arp_tables: (C) 2002 David S. Miller
[    2.620947] c3      1 TCP: cubic registered
[    2.620955] c3      1 Initializing XFRM netlink socket
[    2.621171] c3      1 NET: Registered protocol family 10
[    2.621720] c2      1 mip6: Mobile IPv6
[    2.621738] c2      1 ip6_tables: (C) 2000-2006 Netfilter Core Team
[    2.621815] c2      1 sit: IPv6 over IPv4 tunneling driver
[    2.622076] c2      1 NET: Registered protocol family 17
[    2.622094] c2      1 NET: Registered protocol family 15
[    2.622123] c2      1 bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[    2.622138] c2      1 Bridge firewalling registered
[    2.622145] c2      1 Ebtables v2.0 registered
[    2.622298] c3      1 Bluetooth: ffffffc0f983fcb8
[    2.622309] c3      1 Bluetooth: ffffffc0f983fca8Bluetooth: ffffffc0f983fce8
[    2.622341] c3      1 Bluetooth: ffffffc0f983fcc8Bluetooth: ffffffc0f983fcc8
[    2.622353] c3      1 Bluetooth: ffffffc0f983fca8Bluetooth: ffffffc0f983fd18
[    2.622365] c3      1 Bluetooth: ffffffc0f983fcf8<6>[    2.622396] c3      1 l2tp_core: L2TP core driver, V2.0
[    2.622409] c3      1 l2tp_ppp: PPPoL2TP kernel driver, V2.0
[    2.622415] c3      1 l2tp_ip: L2TP IP encapsulation support (L2TPv3)
[    2.622432] c3      1 l2tp_netlink: L2TP netlink interface
[    2.622451] c3      1 l2tp_eth: L2TP ethernet pseudowire support (L2TPv3)
[    2.622467] c3      1 l2tp_debugfs: L2TP debugfs support
[    2.622473] c3      1 l2tp_ip6: L2TP IP encapsulation support for IPv6 (L2TPv3)
[    2.623470] c3      1 NET: Registered protocol family 27
[    2.625232] c0     43 usb_otg_vreg: no parameters
[    2.625317] c0     43 reg-fixed-voltage soc:usb-otg-switch: Failed to find supply vin
[    2.625391] c0     43 reg-fixed-voltage soc:usb-otg-switch: Failed to register regulator: -517
[    2.628656] c1     43 subsys-pil-tz 9300000.qcom,lpass: for adsp segments only will be dumped.
[    2.630570] c1     43 subsys-pil-tz 1c00000.qcom,ssc: for slpi segments only will be dumped.
[    2.632677] c1     43 pil-q6v5-mss 2080000.qcom,mss: Failed to find the pas_id.
[    2.633422] c1     43 pil-q6v5-mss 2080000.qcom,mss: for modem segments only will be dumped.
[    2.636663] c1     43 sps:BAM 0x0000000006b04000 is registered.
[    2.638494] c1     43 qpnp-smbcharger qpnp-smbcharger-ffffffc0f9283400: node /soc/qcom,spmi@400f000/qcom,pmi8994@2/qcom,qpnp-smbcharger IO resource absent!
[    2.638524] c1     43 SMBCHG: smbchg_check_chg_version: PMI8996 version = v1.1
[    2.638686] c1     43 smbcharger_charger_otg: no parameters
[    2.638848] c1     43 smbcharger_external_otg: no parameters
[    2.638891] c1     43 smbcharger_external_otg: supplied by pmi8994_boost_5v
[    2.639332] c1     43 SMBCHG: battchg_suspend: 1 voting for 0 - on
[    2.639359] c1     43 SMBCHG: usb_suspend: 7 voting for 0 - off
[    2.639771] c1     43 SMBCHG: usb_suspend: 0 voting for 0 - off
[    2.639778] c1     43 SMBCHG: dc_suspend: 0 voting for 0 - off
[    2.639842] c1     43 SMBCHG: dcl_icl: 0 voting for 1500 - on
[    2.639884] c1     43 SMBCHG: fcc: 1 voting for 3200 - on
[    2.640105] c1     43 SMBCHG: hwaicl_enable_indirect: 0 voting for 0 - on
[    2.640112] c1     43 SMBCHG: hwaicl_disable: 0 voting for 0 - off
[    2.663562] c1     43 SMBCHG: hwaicl_disable: 1 voting for 0 - off
[    2.663570] c1     43 SMBCHG: usb_suspend: 6 voting for 0 - off
[    2.663635] c1     43 SMBCHG: usb_icl: 0 voting for 100 - on
[    2.663642] c1     43 SMBCHG: usb_suspend: 2 voting for 0 - off
[    2.663915] c1     43 SMB1351 smb1351_parallel_set_chg_present: set slave present = 0 -> 1
[    2.666142] c1     43 SMB1351 smb1351_usb_suspend: reason = 4 requested_suspend = 1 suspended_status = 0 -> 4
[    2.666389] c1     43 SMB1351 smb1351_usb_suspend: reason = 16 requested_suspend = 0 suspended_status = 4 -> 4
[    2.687365] c1    162 [USB] USB3_QSERDES_TX_DRV_LVL = 0x13
[    2.694330] c1     43 qpnp-smbcharger qpnp-smbcharger-ffffffc0f9283400: node /soc/qcom,spmi@400f000/qcom,pmi8994@2/qcom,qpnp-smbcharger IO resource absent!
[    2.694351] c1     43 smbchg_debug_mask=0x6
[    2.694375] c1    162 SMBCHG: battchg_suspend: 1 voting for 0 - on
[    2.694418] c1    162 SMBCHG: smbchg_cc_esr_wa_check: Not in fast charge, skipping
[    2.694425] c1    162 SMBCHG: usb_icl: 0 voting for 0 - on
[    2.694433] c1    162 SMBCHG: smbchg_set_usb_current_max: USB current_ma = 0
[    2.694438] c1    162 SMBCHG: usb_suspend: 2 voting for 0 - on
[    2.694465] c1    162 SMBCHG: smbchg_set_usb_current_max: usb type = 4 current set to 0 mA
[    2.694483] c1    162 SMBCHG: smbchg_stay_awake: staying awake: 0x02 (bit 2)
[    2.694490] c1    162 SMBCHG: smbchg_vfloat_adjust_check: Starting vfloat adjustments
[    2.694520] c0    356 SMBCHG: power_ok_handler: triggered: 0x00. prev_power_ok(-1) power_ok(0) 
[    2.694538] c1    162 SMBCHG: smbchg_relax: relaxing: 0x00 (bit 2)
[    2.694809] c1     43 SMBCHG: rerun_hvdcp_det_if_necessary: HVDCP not support, return directly
[    2.698051] c1     43 qpnp-smbcharger qpnp-smbcharger-ffffffc0f9283400: SMBCHG successfully probe Charger version=SCHG Revision DIG:2.0 ANA:2.1 batt=1 dc=0 usb=1
[    2.698058] c1     43 [BATT] Probe process: (0, 2)
[    2.698111] c1     43 SMBCHG: handle_usb_insertion: triggered
[    2.698136] c1     43 SMBCHG: handle_usb_insertion: inserted type = 4 (SDP)
[    2.698142] c1     43 SMBCHG: smbchg_change_usb_supply_type: Type 4: setting mA = 100
[    2.698150] c1     43 SMBCHG: usb_icl: 0 voting for 100 - on
[    2.698156] c1     43 SMBCHG: smbchg_set_usb_current_max: USB current_ma = 100
[    2.698161] c1     43 SMBCHG: usb_suspend: 2 voting for 0 - off
[    2.698257] c0    356 SMBCHG: power_ok_handler: triggered: 0x01. prev_power_ok(0) power_ok(1) 
[    2.698263] c1     43 SMBCHG: smbchg_set_usb_current_max: usb type = 4 current set to 100 mA
[    2.698275] c1     43 SMBCHG: smbchg_stay_awake: staying awake: 0x01 (bit 1)
[    2.698360] c1    335 SMBCHG: battchg_suspend: 1 voting for 0 - on
[    2.698369] c1    335 SMBCHG: usb_icl: 0 voting for 0 - on
[    2.698374] c1    335 SMBCHG: smbchg_set_usb_current_max: USB current_ma = 0
[    2.698380] c1    335 SMBCHG: usb_suspend: 2 voting for 0 - on
[    2.698407] c1    335 SMBCHG: smbchg_set_usb_current_max: usb type = 4 current set to 0 mA
[    2.698423] c1    335 SMBCHG: smbchg_vfloat_adjust_check: Starting vfloat adjustments
[    2.698456] c0    356 SMBCHG: power_ok_handler: triggered: 0x00.
[    2.698951] c1     43 SMBCHG: pmi8994_boot_update_usb_status: Update usb type!
[    2.698957] c1     43 SMBCHG: smbchg_rerun_aicl: Rerunning AICL...
[    2.699135] c1     13 SMBCHG: battchg_suspend: 1 voting for 0 - on
[    2.699154] c1     13 SMBCHG: smbchg_vfloat_adjust_check: Starting vfloat adjustments
[    2.751379] c1     43 [AUD] snd_soc_msm8996: uart_gpios_init done
[    2.751394] c1     43 [AUD] snd_soc_msm8996: aud,uart-disable-mbhc is not set
[    2.751406] c1     43 msm8996-asoc-snd soc:sound-9335: property qcom,tfa9888-reset-gpio not detected in node /soc/sound-9335
[    2.751517] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-dout no 67
[    2.751553] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-din no 68
[    2.751586] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-clock no 65
[    2.751618] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-sync no 66
[    2.751649] c1     43 [AUD] snd_soc_msm8996: htc_msm8996_parse_gpio: gpio rcv-amp-gpio-en no 31
[    2.753935] c1     43 msm8996-asoc-snd soc:sound-9335: ASoC: platform (null) not registered
[    2.754369] c1     43 usb_otg_vreg: no parameters
[    2.754413] c1     43 usb_otg_vreg: supplied by smbcharger_external_otg
[    2.755958] c1     43 [AUD] snd_soc_msm8996: uart_gpios_init done
[    2.755973] c1     43 [AUD] snd_soc_msm8996: aud,uart-disable-mbhc is not set
[    2.755985] c1     43 msm8996-asoc-snd soc:sound-9335: property qcom,tfa9888-reset-gpio not detected in node /soc/sound-9335
[    2.756093] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-dout no 67
[    2.756127] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-din no 68
[    2.756158] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-clock no 65
[    2.756190] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-sync no 66
[    2.756222] c1     43 [AUD] snd_soc_msm8996: htc_msm8996_parse_gpio: gpio rcv-amp-gpio-en no 31
[    2.758526] c1     43 msm8996-asoc-snd soc:sound-9335: ASoC: platform (null) not registered
[    2.759362] c3      1 Loading compiled-in X.509 certificates
[    2.759654] c3      1 Loaded X.509 cert 'Google Inc.: Android: 34e81e2c57675086f628c1b2e4b4ade8e0a1941d'
[    2.759884] c3      1 Loaded X.509 cert 'Google Inc.: Android: 7580d366b6e2804279fd88e290c82a5a7d5dd610'
[    2.760136] c3      1 Loaded X.509 cert 'Android: 7e4333f9bba00adfe0ede979e28ed1920492b40f'
[    2.760365] c3      1 Loaded X.509 cert 'Google Inc.: Android: 01c0e929566dbaa236b29ae14be86f003332a866'
[    2.761035] c3      1 Key type encrypted registered
[    2.797880] c2      1 fastrpc soc:qcom,msm-adsprpc-mem: for adsp_rh segments only will be dumped.
[    2.797954] c2      1 adsprpc: channel link type: 0
[    2.807466] c1     43 [AUD] snd_soc_msm8996: uart_gpios_init done
[    2.807481] c1     43 [AUD] snd_soc_msm8996: aud,uart-disable-mbhc is not set
[    2.807493] c1     43 msm8996-asoc-snd soc:sound-9335: property qcom,tfa9888-reset-gpio not detected in node /soc/sound-9335
[    2.807603] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-dout no 67
[    2.807639] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-din no 68
[    2.807670] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-clock no 65
[    2.807702] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-sync no 66
[    2.807736] c1     43 [AUD] snd_soc_msm8996: htc_msm8996_parse_gpio: gpio rcv-amp-gpio-en no 31
[    2.809954] c1     43 msm8996-asoc-snd soc:sound-9335: ASoC: platform (null) not registered
[    2.811495] c2      1 RNDIS_IPA module is loaded.
[    2.812055] c2      1 file system registered
[    2.812097] c2      1 mbim_init: initialize 1 instances
[    2.812141] c2      1 mbim_init: Initialized 1 ports
[    2.812462] c1     43 [AUD] snd_soc_msm8996: uart_gpios_init done
[    2.812474] c1     43 [AUD] snd_soc_msm8996: aud,uart-disable-mbhc is not set
[    2.812486] c1     43 msm8996-asoc-snd soc:sound-9335: property qcom,tfa9888-reset-gpio not detected in node /soc/sound-9335
[    2.812602] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-dout no 67
[    2.812637] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-din no 68
[    2.812669] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-clock no 65
[    2.812700] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-sync no 66
[    2.812733] c1     43 [AUD] snd_soc_msm8996: htc_msm8996_parse_gpio: gpio rcv-amp-gpio-en no 31
[    2.813002] c2      1 rndis_qc_init: initialize rndis QC instance
[    2.813142] c2      1 Number of LUNs=8
[    2.813152] c2      1 Mass Storage Function, version: 2009/09/11
[    2.813157] c2      1 LUN: removable file: (no medium)
[    2.813171] c2      1 Number of LUNs=1
[    2.813202] c2      1 LUN: removable file: (no medium)
[    2.813207] c2      1 Number of LUNs=1
[    2.813397] c2      1 android_usb gadget: android_usb ready
[    2.815307] c1     43 msm8996-asoc-snd soc:sound-9335: ASoC: platform (null) not registered
[    2.816788] c2      1 [KEY] keycode = 115, gpio = 126, irq = 481
[    2.816830] c2      1 [KEY] keycode = 116, gpio = 40, irq = 395[KEY] keycode = 114, gpio = 121, irq = 476
[    2.816982] c2      1 input: gpio-keys as /devices/soc/soc:gpio_keys/input/input6
[    2.817403] c1     43 [AUD] snd_soc_msm8996: uart_gpios_init done
[    2.817417] c1     43 [AUD] snd_soc_msm8996: aud,uart-disable-mbhc is not set
[    2.817431] c1     43 msm8996-asoc-snd soc:sound-9335: property qcom,tfa9888-reset-gpio not detected in node /soc/sound-9335
[    2.817587] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-dout no 67
[    2.817627] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-din no 68
[    2.817662] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-clock no 65
[    2.817696] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-sync no 66
[    2.817731] c1     43 [AUD] snd_soc_msm8996: htc_msm8996_parse_gpio: gpio rcv-amp-gpio-en no 31
[    2.818116] c2      1 qcom,qpnp-rtc qpnp-rtc-ffffffc0f9281400: setting system clock to 1970-06-03 04:09:03 UTC (13234143)
[    2.820346] c1     43 msm8996-asoc-snd soc:sound-9335: ASoC: platform (null) not registered
[    2.822273] c1     43 [AUD] snd_soc_msm8996: uart_gpios_init done
[    2.822288] c1     43 [AUD] snd_soc_msm8996: aud,uart-disable-mbhc is not set
[    2.822300] c1     43 msm8996-asoc-snd soc:sound-9335: property qcom,tfa9888-reset-gpio not detected in node /soc/sound-9335
[    2.822413] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-dout no 67
[    2.822450] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-din no 68
[    2.822483] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-clock no 65
[    2.822516] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-sync no 66
[    2.822548] c1     43 [AUD] snd_soc_msm8996: htc_msm8996_parse_gpio: gpio rcv-amp-gpio-en no 31
[    2.825037] c1     43 msm8996-asoc-snd soc:sound-9335: ASoC: platform (null) not registered
[    2.826656] c2      1 lmh_lite:lmh_parse_sensor Registering sensor:[DLMt_APC1]
[    2.826973] c2      1 lmh_lite:lmh_parse_sensor Registering sensor:[LLM_cp00]
[    2.827144] c2      1 lmh_lite:lmh_parse_sensor Registering sensor:[LLM_cp01]
[    2.827265] c1     43 [AUD] snd_soc_msm8996: uart_gpios_init done
[    2.827276] c1     43 [AUD] snd_soc_msm8996: aud,uart-disable-mbhc is not set
[    2.827288] c1     43 msm8996-asoc-snd soc:sound-9335: property qcom,tfa9888-reset-gpio not detected in node /soc/sound-9335
[    2.827305] c2      1 lmh_lite:lmh_parse_sensor Registering sensor:[LLM_cp10]
[    2.827421] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-dout no 67
[    2.827465] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-din no 68
[    2.827469] c2      1 lmh_lite:lmh_parse_sensor Registering sensor:[LLM_cp11]
[    2.827515] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-clock no 65
[    2.827547] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-sync no 66
[    2.827579] c1     43 [AUD] snd_soc_msm8996: htc_msm8996_parse_gpio: gpio rcv-amp-gpio-en no 31
[    2.827627] c2      1 lmh_lite:lmh_parse_sensor Registering sensor:[LLM_m4m0]
[    2.827787] c2      1 lmh_lite:lmh_parse_sensor Registering sensor:[LLM_l21-]
[    2.827949] c2      1 lmh_lite:lmh_parse_sensor Registering sensor:[LLM_l20-]
[    2.829970] c1     43 msm8996-asoc-snd soc:sound-9335: ASoC: platform (null) not registered
[    2.830802] c2      1 parse_cpu_levels: idx 1 545
[    2.830812] c2      1 parse_cpu_levels: idx 2 6022
[    2.830817] c2      1 parse_cpu_levels: idx 2 11499
[    2.830902] c2      1 parse_cpu_levels: idx 1 545
[    2.830906] c2      1 parse_cpu_levels: idx 2 6022
[    2.830910] c2      1 parse_cpu_levels: idx 2 11499
[    2.831779] c1     43 [AUD] snd_soc_msm8996: uart_gpios_init done
[    2.831790] c1     43 [AUD] snd_soc_msm8996: aud,uart-disable-mbhc is not set
[    2.831802] c1     43 msm8996-asoc-snd soc:sound-9335: property qcom,tfa9888-reset-gpio not detected in node /soc/sound-9335
[    2.831923] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-dout no 67
[    2.831959] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-din no 68
[    2.831993] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-clock no 65
[    2.832027] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-sync no 66
[    2.832059] c1     43 [AUD] snd_soc_msm8996: htc_msm8996_parse_gpio: gpio rcv-amp-gpio-en no 31
[    2.834588] c1     43 msm8996-asoc-snd soc:sound-9335: ASoC: platform (null) not registered
[    2.834993] c2      1 [FLT] qpnp_flash_led_probe: ++
[    2.835147] c2      1 [FLT] flash_strobe = 22
[    2.835160] c2      1 qcom,qpnp-flash-led qpnp-flash-led-ffffffc0f928d800: Unable to acquire pinctrl
[    2.836179] c2      1 [FLT] qpnp_flash_led_probe: --
[    2.836367] c1     43 [AUD] snd_soc_msm8996: uart_gpios_init done
[    2.836379] c1     43 [AUD] snd_soc_msm8996: aud,uart-disable-mbhc is not set
[    2.836390] c1     43 msm8996-asoc-snd soc:sound-9335: property qcom,tfa9888-reset-gpio not detected in node /soc/sound-9335
[    2.836498] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-dout no 67
[    2.836533] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-din no 68
[    2.836564] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-clock no 65
[    2.836596] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-sync no 66
[    2.836628] c1     43 [AUD] snd_soc_msm8996: htc_msm8996_parse_gpio: gpio rcv-amp-gpio-en no 31
[    2.838020] c2      1 rmnet_ipa started initialization
[    2.838041] c2      1 IPA SSR support = True
[    2.838057] c2      1 IPA ipa-loaduC = True
[    2.838073] c2      1 IPA SG support = True
[    2.839114] c1     43 msm8996-asoc-snd soc:sound-9335: ASoC: platform (null) not registered
[    2.839964] c2      1 ipa ipa_sps_irq_control_all:937 EP (5) not allocated.
[    2.839973] c2      1 ipa ipa2_uc_state_check:301 uC is not loaded
[    2.840733] c2      1 rmnet_ipa completed initialization
[    2.841056] c1     43 [AUD] snd_soc_msm8996: uart_gpios_init done
[    2.841069] c1     43 [AUD] snd_soc_msm8996: aud,uart-disable-mbhc is not set
[    2.841081] c1     43 msm8996-asoc-snd soc:sound-9335: property qcom,tfa9888-reset-gpio not detected in node /soc/sound-9335
[    2.841198] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-dout no 67
[    2.841236] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-din no 68
[    2.841270] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-clock no 65
[    2.841303] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-sync no 66
[    2.841335] c1     43 [AUD] snd_soc_msm8996: htc_msm8996_parse_gpio: gpio rcv-amp-gpio-en no 31
[    2.843898] c1     43 msm8996-asoc-snd soc:sound-9335: ASoC: platform (null) not registered
[    2.845490] c1     43 [AUD] snd_soc_msm8996: uart_gpios_init done
[    2.845505] c1     43 [AUD] snd_soc_msm8996: aud,uart-disable-mbhc is not set
[    2.845516] c1     43 msm8996-asoc-snd soc:sound-9335: property qcom,tfa9888-reset-gpio not detected in node /soc/sound-9335
[    2.845625] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-dout no 67
[    2.845659] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-din no 68
[    2.845689] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-clock no 65
[    2.845720] c1     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-sync no 66
[    2.845756] c1     43 [AUD] snd_soc_msm8996: htc_msm8996_parse_gpio: gpio rcv-amp-gpio-en no 31
[    2.845972] c2      1 qcom,cc-debug-8996 362000.qcom,cc-debug: Registered debug mux.
[    2.848041] c3     43 msm8996-asoc-snd soc:sound-9335: ASoC: platform (null) not registered
[    2.848178] c2      1 usb_otg_vreg: disabling
[    2.848226] c2      1 rome_vreg: disabling
[    2.848231] c2      1 gdsc_mmagic_bimc: disabling
[    2.848266] c2      1 kryo1-retention: disabling
[    2.848271] c2      1 kryo0-retention: disabling
[    2.848275] c2      1 gfx_mem_acc_corner: disabling
[    2.848280] c2      1 apcc_l3_mem_acc_corner: disabling
[    2.848284] c2      1 apc1_perfcl_mem_acc_corner: disabling
[    2.848288] c2      1 apc0_pwrcl_mem_acc_corner: disabling
[    2.848296] c2      1 regulator_proxy_consumer_remove_all: removing regulator proxy consumer requests
[    2.848721] c2      1 clock_late_init: Removing enables held for handed-off clocks
[    2.849316] c3     43 [AUD] snd_soc_msm8996: uart_gpios_init done
[    2.849327] c3     43 [AUD] snd_soc_msm8996: aud,uart-disable-mbhc is not set
[    2.849336] c3     43 msm8996-asoc-snd soc:sound-9335: property qcom,tfa9888-reset-gpio not detected in node /soc/sound-9335
[    2.849383] c3     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-dout no 67
[    2.849406] c3     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-din no 68
[    2.849429] c3     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-clock no 65
[    2.849452] c3     43 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-sync no 66
[    2.849474] c3     43 [AUD] snd_soc_msm8996: htc_msm8996_parse_gpio: gpio rcv-amp-gpio-en no 31
[    2.851295] c3     43 msm8996-asoc-snd soc:sound-9335: ASoC: platform (null) not registered
[    2.852982] c2      1 ALSA device list:
[    2.852988] c2      1   No soundcards found.
[    2.853041] c2      1 Warning: unable to open an initial console.
[    2.853060] c2      1 dm: attempting early device configuration.
[    2.853634] c3      1 device-mapper: init: adding target '0 1 android-verity 259:17    '
[    2.853648] c3      1 device-mapper: android-verity: key:id:34e81e2c57675086f628c1b2e4b4ade8e0a1941d dev:259:17
[    2.857791] c3      1 device-mapper: android-verity: bio magic_number:2952900609 protocol_version:0 table_length:236
[    2.857800] c3      1 device-mapper: android-verity: verity_table: 1 /dev/block/bootdevice/by-name/system /dev/block/bootdevice/by-name/system 4096 4096 516099 516099 sha256 494d7d23b2e10b53bf2a2d627d99c3d427e9552f58d44871feed4991927542eb aee087a5be3b982978c923f566a94613496b417f2af592639bc80d141e34dfe7
[    2.858051] c3      1 device-mapper: android-verity: Signature verification success
[    2.858059] c3      1 device-mapper: android-verity: Data sectors 4128792
[    2.858535] c2      1 device-mapper: android-verity: android-verity mounted as verity target
[    2.858733] c2      1 dm: dm-0 is ready
[    2.860098] c3      1 EXT4-fs (dm-0): couldn't mount as ext3 due to feature incompatibilities
[    2.860392] c3      1 EXT4-fs (dm-0): couldn't mount as ext2 due to feature incompatibilities
[    2.863921] c2      1 EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[    2.863951] c2      1 VFS: Mounted root (ext4 filesystem) readonly on device 253:0.
[    2.864046] c2      1 Freeing unused kernel memory: 492K (ffffffc0014b7000 - ffffffc001532000)
[    2.864069] c2      1 Freeing alternatives memory: 76K (ffffffc001532000 - ffffffc001545000)
[    2.873565] c3      1 init: init first stage started!
[    2.877765] c3      1 SELinux: 2048 avtab hash slots, 7819 rules.
[    2.879659] c3      1 SELinux: 2048 avtab hash slots, 7819 rules.
[    2.879671] c3      1 SELinux:  1 users, 2 roles, 797 types, 0 bools, 1 sens, 1024 cats
[    2.879677] c3      1 SELinux:  63 classes, 7819 rules
[    2.880517] c3      1 SELinux:  Class can_socket not defined in policy.
[    2.880529] c3      1 SELinux: the above unknown classes and permissions will be denied
[    2.880549] c3      1 SELinux:  Completing initialization.
[    2.880552] c3      1 SELinux:  Setting up existing superblocks.
[    2.880563] c3      1 SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
[    2.880576] c3      1 SELinux: initialized (dev bdev, type bdev), not configured for labeling
[    2.880585] c3      1 SELinux: initialized (dev proc, type proc), uses genfs_contexts
[    2.880602] c3      1 SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    2.880616] c3      1 SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
[    2.912156] c3      1 SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
[    2.912170] c3      1 SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
[    2.912178] c3      1 SELinux: initialized (dev anon_inodefs, type anon_inodefs), not configured for labeling
[    2.912184] c3      1 SELinux: initialized (dev aio, type aio), not configured for labeling
[    2.912192] c3      1 SELinux: initialized (dev devpts, type devpts), uses transition SIDs
[    2.912207] c3      1 SELinux: initialized (dev configfs, type configfs), uses genfs_contexts
[    2.912217] c3      1 SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
[    2.912290] c3      1 SELinux: initialized (dev dm-0, type ext4), uses xattr
[    2.912350] c3      1 SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    2.912366] c3      1 SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[    2.916155] c2      1 audit: type=1403 audit(13234143.593:2): policy loaded auid=4294967295 ses=4294967295
[    2.916433] c2      1 audit: type=1404 audit(13234143.593:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
[    2.916835] c2      1 init: (Initializing SELinux enforcing took 0.04s.)
[    2.921528] c2      1 init: init second stage started!
[    2.925455] c2      1 init: Running restorecon...
[    3.136575] c2      1 init: waitpid failed: No child processes
[    3.140352] c2      1 init: (Loading properties from /default.prop took 0.00s.)
[    3.142407] c3      1 init: (Parsing /init.environ.rc took 0.00s.)
[    3.143708] c3      1 init: (Parsing /init.usb.rc took 0.00s.)
[    3.145046] c3      1 init: ignored duplicate definition of service 'hci_filter_root'init: (Parsing init.marlin.nanohub.rc took 0.00s.)
[    3.145976] c2      1 init: (Parsing init.marlin.usb.rc took 0.00s.)
[    3.146283] c3      1 init: (Parsing init.common.diag.rc took 0.00s.)
[    3.146296] c3      1 init: (Parsing /init.marlin.rc took 0.00s.)
[    3.146910] c2      1 init: (Parsing /init.usb.configfs.rc took 0.00s.)
[    3.147252] c3      1 init: (Parsing /init.zygote64_32.rc took 0.00s.)
[    3.147265] c3      1 init: (Parsing /init.rc took 0.01s.)
[    3.147968] c2      1 init: Starting service 'ueventd'...
[    3.148421] c2      1 init: Waiting for /dev/.coldboot_done...
[    3.149990] c0    410 ueventd: ueventd started!
[    3.200086] c1    162 SMBCHG: smbchg_parallel_usb_en_work: AICL at 1700
[    3.200126] c1    162 SMBCHG: smbchg_is_parallel_usb_ok: Not in fast charge, skipping
[    3.200134] c1    162 SMBCHG: smbchg_relax: relaxing: 0x00 (bit 1)
[    3.321039] c2     17 of_batterydata_get_best_profile: Find batterydata path: qcom,m1-id1-batterydata, id_ohm=33320, raw_min=0, raw_max=16000.
[    3.321051] c2     17 of_batterydata_get_best_profile: Find batterydata path: qcom,m1-id2-batterydata, id_ohm=33320, raw_min=27501, raw_max=40000.
[    3.321064] c2     17 FG: fg_batt_profile_init: batt_full_charge_criteria_ma = 345
[    3.321070] c2     17 FG: fg_batt_profile_init: batt_fcc_ma = 3400
[    3.321075] c2     17 FG: fg_batt_profile_init: batt_capacity_mah = 3450
[    3.321080] c2     17 FG: fg_batt_profile_init: fcc_half_capacity_ma = 1600
[    3.325047] c2     17 SMBCHG: battchg_suspend: 0 voting for 0 - on
[    3.480049] c0    251 FUSB fusb_GPIO_Set_VBus5v: set vbus ctrl: 0, typec_state(0x2), pd_state(0x0), retry: 2
[    3.480061] c0    251 dwc3_pd_vbus_ctrl: set pd vbus flag to 0
[    3.607660] c1    251 FUSB fusb_GPIO_Set_VBus5v: set vbus ctrl: 0, typec_state(0x3), pd_state(0x0), retry: 0
[    3.607674] c1    251 dwc3_pd_vbus_ctrl: set pd vbus flag to 0
[    3.609232] c1    251 FUSB platform_notify_cc_orientation: orientation=[1], CC1=[4], CC2=[0]
[    3.659777] c3    410 ueventd: Coldboot took 0.50s.
[    3.662946] c2      1 init: Waiting for /dev/.coldboot_done took 0.51s.
[    3.663947] c2      1 keychord: using input dev qpnp_pon for fevent
[    3.663955] c2      1 keychord: using input dev HDMI CEC User or Deck Control for fevent
[    3.663961] c2      1 keychord: using input dev qbt1000_key_input for fevent
[    3.663980] c2      1 keychord: using input dev gpio-keys for fevent
[    3.664587] c2      1 SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    3.664950] c2      1 SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    3.665562] c2      1 SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    3.667296] c2      1 init: write_file: Unable to open '/proc/sys/kernel/hung_task_timeout_secs': No such file or directory
[    3.667328] c2      1 init: write_file: Unable to open '/proc/cpu/alignment': No such file or directory
[    3.668051] c2      1 SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    3.668815] c2      1 SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    3.671478] c2      1 SELinux: initialized (dev pstore, type pstore), uses genfs_contexts
[    3.671642] c2      1 Registered swp emulation handler
[    3.703417] c1    162 SMBCHG: smbchg_parallel_usb_en_work: AICL at 1700
[    3.703458] c1    162 SMBCHG: smbchg_is_parallel_usb_ok: Not in fast charge, skipping
[    3.837162] c2    412 fs_mgr: Enabling dm-verity for vendor (mode 2)
[    3.837211] c2    412 fs_mgr: loading verity table: '1 /dev/block/bootdevice/by-name/vendor_a /dev/block/bootdevice/by-name/vendor_a 4096 4096 75590 75590 sha256 e2c9ab9a233bc67e0b29e960d41719d720b98c0541628d663f56b4ae39e2b99b aee087a5be3b982978c923f566a94613496b417f2af592639bc80d141e34dfe7 10 restart_on_corruption use_fec_from_device /dev/block/bootdevice/by-name/vendor_a fec_start 76195 fec_blocks 76195 fec_roots 2 ignore_zero_blocks'
[    3.842609] c2    412 EXT4-fs (dm-1): mounting with "discard" option, but the device does not support discard
[    3.842622] c2    412 EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: barrier=1,discard
[    3.842638] c2    412 SELinux: initialized (dev dm-1, type ext4), uses xattr
[    3.842695] c2    412 fs_mgr: __mount(source=/dev/block/dm-1,target=/vendor,type=ext4)=0
[    3.843988] c2    412 SELinux: initialized (dev sda25, type vfat), uses mountpoint labeling
[    3.844013] c2    412 fs_mgr: __mount(source=/dev/block/bootdevice/by-name/modem_a,target=/firmware/radio,type=vfat)=0
[    3.845929] c3      1 init: (Parsing /system/etc/init/atrace.rc took 0.00s.)
[    3.846264] c3      1 init: (Parsing /system/etc/init/audioserver.rc took 0.00s.)
[    3.846516] c3      1 init: (Parsing /system/etc/init/bootanim.rc took 0.00s.)
[    3.846856] c3      1 init: (Parsing /system/etc/init/bootstat.rc took 0.00s.)
[    3.847143] c3      1 init: (Parsing /system/etc/init/cameraserver.rc took 0.00s.)
[    3.847471] c3      1 init: (Parsing /system/etc/init/cppreopts.rc took 0.00s.)
[    3.847726] c3      1 init: (Parsing /system/etc/init/debuggerd.rc took 0.00s.)
[    3.847972] c3      1 init: (Parsing /system/etc/init/debuggerd64.rc took 0.00s.)
[    3.848218] c3      1 init: (Parsing /system/etc/init/drmserver.rc took 0.00s.)
[    3.848539] c3      1 init: (Parsing /system/etc/init/dumpstate.rc took 0.00s.)
[    3.848785] c3      1 init: (Parsing /system/etc/init/gatekeeperd.rc took 0.00s.)
[    3.849032] c3      1 init: (Parsing /system/etc/init/installd.rc took 0.00s.)
[    3.849275] c3      1 init: (Parsing /system/etc/init/keystore.rc took 0.00s.)
[    3.849570] c3      1 init: (Parsing /system/etc/init/lmkd.rc took 0.00s.)
[    3.849824] c3      1 init: (Parsing /system/etc/init/logd.rc took 0.00s.)
[    3.850092] c3      1 init: (Parsing /system/etc/init/mdnsd.rc took 0.00s.)
[    3.850350] c3      1 init: (Parsing /system/etc/init/mediacodec.rc took 0.00s.)
[    3.850648] c3      1 init: (Parsing /system/etc/init/mediadrmserver.rc took 0.00s.)
[    3.850894] c3      1 init: (Parsing /system/etc/init/mediaextractor.rc took 0.00s.)
[    3.851147] c3      1 init: (Parsing /system/etc/init/mediaserver.rc took 0.00s.)
[    3.851394] c3      1 init: (Parsing /system/etc/init/mtpd.rc took 0.00s.)
[    3.851695] c3      1 init: (Parsing /system/etc/init/netd.rc took 0.00s.)
[    3.851957] c3      1 init: (Parsing /system/etc/init/otapreopt.rc took 0.00s.)
[    3.852202] c3      1 init: (Parsing /system/etc/init/racoon.rc took 0.00s.)
[    3.852449] c3      1 init: (Parsing /system/etc/init/recovery-persist.rc took 0.00s.)
[    3.852739] c3      1 init: (Parsing /system/etc/init/recovery-refresh.rc took 0.00s.)
[    3.852991] c3      1 init: (Parsing /system/etc/init/rild.rc took 0.00s.)
[    3.853253] c3      1 init: (Parsing /system/etc/init/servicemanager.rc took 0.00s.)
[    3.853498] c3      1 init: (Parsing /system/etc/init/surfaceflinger.rc took 0.00s.)
[    3.853805] c3      1 init: (Parsing /system/etc/init/uncrypt.rc took 0.00s.)
[    3.854068] c3      1 init: (Parsing /system/etc/init/update_engine.rc took 0.00s.)
[    3.854313] c3      1 init: (Parsing /system/etc/init/vdc.rc took 0.00s.)
[    3.854589] c3      1 init: (Parsing /system/etc/init/vold.rc took 0.00s.)
[    3.856130] c3      1 zram0: detected capacity change from 0 to 536870912
[    3.865484] c1    423 random: mkswap urandom read with 122 bits of entropy available
[    3.895760] c2    256 [TP]:fwu_go_nogo: Device firmware ID = 2433782
[    3.895770] c2    256 [TP]:fwu_go_nogo: Image firmware ID = 2433782
[    3.895775] c2    256 [TP]:fwu_go_nogo: Image firmware ID is the same as device firmware ID
[    3.895780] c2    256 [TP]:fwu_go_nogo: No need to do reflash
[    3.895791] c2    256 [TP]:synaptics_rmi4_reset_device from synaptics_fw_updater+0xd00/0x10a0, rebuild = 0
[    3.896474] c0      0 irq 354, desc: ffffffc0f93d4e00, depth: 0, count: 0, unhandled: 0
[    3.896485] c0      0 ->handle_irq():  ffffffc00032db6c, msm_gpio_irq_handler+0x0/0x148
[    3.896500] c0      0 ->irq_data.chip(): ffffffc0015885a8, gic_chip+0x0/0xe8
[    3.896511] c0      0 ->action():           (null)
[    3.896516] c0      0    IRQ_NOPROBE set
[    3.896521] c0      0  IRQ_NOREQUEST set
[    3.896526] c0      0   IRQ_NOTHREAD set
[    3.915652] c3      1 Adding 524284k swap on /dev/block/zram0.  Priority:-1 extents:1 across:524284k SS
[    3.923159] c3      1 EXT4-fs (sdd3): mounted filesystem with ordered data mode. Opts: barrier=1
[    3.923180] c3      1 SELinux: initialized (dev sdd3, type ext4), uses xattr
[    3.924793] c3    256 [TP]:synaptics_rmi4_f12_init: Function 12 max x = 1439 max y = 2559 Rx: 17 Tx: 30
[    3.925183] c3      1 audit: type=1400 audit(13234144.603:4): avc:  denied  { write } for  pid=1 comm="init" name="tracing_on" dev="debugfs" ino=8269 scontext=u:r:init:s0 tcontext=u:object_r:debugfs:s0 tclass=file permissive=0
[    3.925204] c3      1 init: write_file: Unable to open '/sys/kernel/debug/tracing/tracing_on': Permission denied
[    3.925420] c3    256 [TP]synaptics_rmi4_f12_init:Wakeup Gesture range (0,0) -> (1439,2559)
[    3.925681] c3    256 [TP]:synaptics_rmi4_f12_init report data init done
[    3.926291] c3      1 init: Starting service 'logd'...
[    3.926953] c3      1 EXT4-fs (dm-0): re-mounted. Opts: (null)
[    3.933644] c3    256 [TP]:synaptics_rmi4_query_device: chip_id:3708, firmware_id:2433782
[    3.934598] c3    256 [TP]:synaptics_rmi4_query_device: config_version: 4d31763200180000000000000000000000000000000000000000000000000000
[    3.940526] c3    256 [TP]:fwu_start_reflash: End of reflash process
[    3.940536] c3    256 [TP]:synaptics_config_updater
[    3.941492] c3    256 [TP]:synaptics_config_updater: Device config ID = 4d31763200180000000000000000000000000000000000000000000000000000
[    3.941497] c3    256 [TP]:synaptics_config_updater: Start of write config process
[    3.944856] c0    426 logd.auditd: start
[    3.944901] c0    426 logd.klogd: 3944873828
[    3.946674] c0    426 random: nonblocking pool is initialized
[    3.994731] c2    256 [TP]: fwu_get_tw_vendor_v7: tw_vendor = 0x2
[    3.994748] c2    256 [TP]:synaptics_config_updater: Image config ID = 4d31763200180000000000000000000000000000000000000000000000000000
[    3.994754] c2    256 [TP]:synaptics_config_updater: config_size = 2048
[    3.994761] c2    256 [TP]: synaptics_config_updater: crc_cksum = 66A6880E
[    3.996426] c2    256 [TP]: crc_comparison_v7: config_crc = 66A6880E, flash_crc = 66A6880E
[    3.996432] c2    256 [TP]: synaptics_config_updater: No need to update
[    3.996443] c2    256 [TP]:synaptics_rmi4_reset_device from synaptics_config_updater+0x748/0xa50, rebuild = 0
[    3.997122] c0    426 irq 354, desc: ffffffc0f93d4e00, depth: 0, count: 0, unhandled: 0
[    3.997132] c0    426 ->handle_irq():  ffffffc00032db6c, msm_gpio_irq_handler+0x0/0x148
[    3.997146] c0    426 ->irq_data.chip(): ffffffc0015885a8, gic_chip+0x0/0xe8
[    3.997157] c0    426 ->action():           (null)
[    3.997162] c0    426    IRQ_NOPROBE set
[    3.997168] c0    426  IRQ_NOREQUEST set
[    3.997173] c0    426   IRQ_NOTHREAD set
[    4.024822] c2    256 [TP]:synaptics_rmi4_f12_init: Function 12 max x = 1439 max y = 2559 Rx: 17 Tx: 30
[    4.025469] c2    256 [TP]synaptics_rmi4_f12_init:Wakeup Gesture range (0,0) -> (1439,2559)
[    4.025723] c2    256 [TP]:synaptics_rmi4_f12_init report data init done
[    4.033585] c2    256 [TP]:synaptics_rmi4_query_device: chip_id:3708, firmware_id:2433782
[    4.034531] c2    256 [TP]:synaptics_rmi4_query_device: config_version: 4d31763200180000000000000000000000000000000000000000000000000000
[    4.040356] c2    256 [TP]:synaptics_config_updater: End of write config process
[    4.040364] c2    256 [TP]: synaptics_config_updater end
[    4.126586] c1    251 FUSB platform_notify_pd_contract: Contract=[0], typec_state(0x4), pd_state(0x1b)
[    4.153244] c1    350 SMBCHG: src_detect_handler:  chip->usb_present = 1 usb_present = 0 src_detect = 0 hvdcp_3_det_ignore_uv=0
[    4.153257] c1    350 SMBCHG: handle_usb_removal: triggered
[    4.153266] c1    350 SMBCHG: smbchg_change_usb_supply_type: Type 0: setting mA = 1100
[    4.153288] c1    350 SMBCHG: usb_icl: 0 voting for 1100 - on
[    4.153296] c1    350 SMBCHG: smbchg_set_usb_current_max: USB current_ma = 1100
[    4.153302] c1    350 SMBCHG: usb_suspend: 2 voting for 0 - off
[    4.153347] c1    350 SMBCHG: smbchg_set_usb_current_max: override_usb_current=0 current_ma set to 500
[    4.153446] c1    350 SMBCHG: smbchg_set_usb_current_max: usb type = 4 current set to 500 mA
[    4.153465] c1    350 SMBCHG: smbchg_stay_awake: staying awake: 0x01 (bit 1)
[    4.153484] c1    350 SMBCHG: usb_icl: 0 voting for 1100 - off
[    4.153582] c1    350 dwc3_msm_power_set_property_usb: delay 500ms to confirm disconnect or pr_swap
[    4.153614] c1    350 SMB1351 smb1351_parallel_set_chg_present: set slave present = 1 -> 0
[    4.153621] c1    350 SMB1351 smb1351_usb_suspend: reason = 16 requested_suspend = 1 suspended_status = 4 -> 20
[    4.153851] c1    335 SMBCHG: battchg_suspend: 1 voting for 0 - on
[    4.153930] c1    335 SMBCHG: usb_icl: 0 voting for 0 - on
[    4.153942] c1    335 SMBCHG: smbchg_set_usb_current_max: USB current_ma = 0
[    4.153954] c1    335 SMBCHG: usb_suspend: 2 voting for 0 - on
[    4.154046] c1    335 SMBCHG: smbchg_set_usb_current_max: usb type = 0 current set to 0 mA
[    4.154075] c1    350 SMBCHG: usb_icl: 4 voting for 0 - off
[    4.154082] c1    350 SMBCHG: usb_icl: 5 voting for 0 - off
[    4.154088] c1    350 SMBCHG: hwaicl_short_deglitch: 1 voting for 0 - off
[    4.154196] c1    335 SMBCHG: smbchg_vfloat_adjust_check: Starting vfloat adjustments
[    4.154639] c1    359 SMBCHG: battchg_suspend: 1 voting for 0 - on
[    4.154651] c1    359 SMBCHG: smbchg_vfloat_adjust_check: Starting vfloat adjustments
[    4.168723] c0    348 SMBCHG: usbin_uv_handler:  chip->usb_present = 0 rt_sts = 0x01 hvdcp_3_det_ignore_uv = 0 rerun_apsd_ignore_uv = 0 aicl = 1500, vbus = 560700
[    4.177137] c3      1 init: Starting service 'qseecomd'...
[    4.177703] c3      1 init: Starting service 'exec 1 (/system/bin/init.qcom.qseecomd.sh)'...
[    4.230138] c2    435 capability: warning: `qseecomd' uses 32-bit capabilities (legacy support in use)
[    4.244617] c0    433 type=1400 audit(13234144.923:5): avc: denied { search } for pid=437 comm="qseecomd" name="firmware" dev="dm-0" ino=25 scontext=u:r:tee:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[    4.301386] c2      1 init: Service 'exec 1 (/system/bin/init.qcom.qseecomd.sh)' (pid 436) exited with status 0
[    4.301718] c2      1 init: Starting service 'flash-nanohub-fw'...
[    4.302427] c2      1 SELinux: initialized (dev functionfs, type functionfs), uses genfs_contexts
[    4.302762] c2      1 init: Starting service 'exec 2 (/system/bin/recovery-refresh)'...
[    4.313014] c2      1 init: Service 'exec 2 (/system/bin/recovery-refresh)' (pid 450) exited with status 254
[    4.314376] c2      1 init: (Loading properties from /system/build.prop took 0.00s.)
[    4.314824] c2      1 init: (Loading properties from /vendor/build.prop took 0.00s.)
[    4.314853] c2      1 init: (Loading properties from /factory/factory.prop took 0.00s.)
[    4.314982] c2      1 init: /recovery not specified in fstab
[    4.317670] c2      1 subsys-pil-tz 9300000.qcom,lpass: adsp: loading from 0x000000008ea00000 to 0x0000000090400000
[    4.389658] c0    433 type=1400 audit(13234145.066:6): avc: denied { search } for pid=448 comm="nanoapp_cmd" name="firmware" dev="dm-0" ino=25 scontext=u:r:nanoapp_cmd:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[    4.390143] c0    433 type=1400 audit(13234145.066:7): avc: denied { search } for pid=448 comm="nanoapp_cmd" name="firmware" dev="dm-0" ino=25 scontext=u:r:nanoapp_cmd:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[    4.391370] c0    433 type=1400 audit(13234145.066:8): avc: denied { search } for pid=448 comm="nanoapp_cmd" name="firmware" dev="dm-0" ino=25 scontext=u:r:nanoapp_cmd:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[    4.633016] c3      1 subsys-pil-tz 9300000.qcom,lpass: adsp: Brought out of reset
[    4.645524] c0     49 [AUD] snd_soc_msm8996: uart_gpios_init done
[    4.645538] c0     49 [AUD] snd_soc_msm8996: aud,uart-disable-mbhc is not set
[    4.645551] c0     49 msm8996-asoc-snd soc:sound-9335: property qcom,tfa9888-reset-gpio not detected in node /soc/sound-9335
[    4.645662] c0     49 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-dout no 67
[    4.645698] c0     49 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-din no 68
[    4.645730] c0     49 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-clock no 65
[    4.645763] c0     49 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-sync no 66
[    4.645795] c0     49 [AUD] snd_soc_msm8996: htc_msm8996_parse_gpio: gpio rcv-amp-gpio-en no 31
[    4.650225] c1     49 msm8996-asoc-snd soc:sound-9335: ASoC: platform (null) not registered
[    4.652622] c1     49 [AUD] snd_soc_msm8996: uart_gpios_init done
[    4.652638] c1     49 [AUD] snd_soc_msm8996: aud,uart-disable-mbhc is not set
[    4.652652] c1     49 msm8996-asoc-snd soc:sound-9335: property qcom,tfa9888-reset-gpio not detected in node /soc/sound-9335
[    4.652765] c1     49 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-dout no 67
[    4.652806] c1     49 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-din no 68
[    4.652841] c1     49 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-clock no 65
[    4.652874] c1     49 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-sync no 66
[    4.652909] c1     49 [AUD] snd_soc_msm8996: htc_msm8996_parse_gpio: gpio rcv-amp-gpio-en no 31
[    4.653427] c1    335 dwc3_notify_vbus_work: pd_vbus_change = 0
[    4.653438] c1    335 dwc3_notify_vbus_work: maybe cable out or SINK first connect, resume state machine
[    4.653782] c1    335 msm-dwc3 6a00000.ssusb: dwc3_msm_suspend unvote for TCXO buffer
[    4.653886] c1    335 msm-dwc3 6a00000.ssusb: DWC3 in low power mode
[    4.653903] c1    335 android_work: [USB] android_work: sw_suspended 0, suspended 0 config 0,connect2pc 0
[    4.653909] c1    335 android_work: [USB] android_work: sw_connected 0, connected 0 last_uevent 0
[    4.653919] c1    335 android_work: android_work: did not send uevent (0 0           (null))
[    4.654083] c1    359 SMBCHG: battchg_suspend: 1 voting for 0 - on
[    4.654098] c1    359 SMBCHG: smbchg_vfloat_adjust_check: Starting vfloat adjustments
[    4.654548] c0    323 subsys-pil-tz 9300000.qcom,lpass: Subsystem error monitoring/handling services are up
[    4.654579] c0    323 subsys-pil-tz 9300000.qcom,lpass: adsp: Power/Clock ready interrupt received
[    4.654601] c3      1 sysmon_send_event_no_qmi: Message sending failed -19
[    4.654640] c0    323 L-Notify: Generel: 7
[    4.654704] c3      1 sysmon_send_event_no_qmi: Message sending failed -19
[    4.657584] c1    162 SMBCHG: smbchg_parallel_usb_en_work: AICL at 1500
[    4.657620] c1    162 SMBCHG: smbchg_is_parallel_usb_ok: Not in fast charge, skipping
[    4.657627] c1    162 SMBCHG: smbchg_relax: relaxing: 0x00 (bit 1)
[    4.657651] c1    350 SMBCHG: set_aicl_enable: Enable AICL...
[    4.657846] c1    162 SMBCHG: battchg_suspend: 1 voting for 0 - on
[    4.657859] c1    162 SMBCHG: smbchg_stay_awake: staying awake: 0x02 (bit 2)
[    4.657866] c1    162 SMBCHG: smbchg_vfloat_adjust_check: Starting vfloat adjustments
[    4.657973] c1    162 SMBCHG: smbchg_relax: relaxing: 0x00 (bit 2)
[    4.662976] c3      1 subsys-pil-tz 1c00000.qcom,ssc: slpi: loading from 0x0000000090400000 to 0x0000000090e00000
[    4.663780] c1     49 msm8996-asoc-snd soc:sound-9335: ASoC: platform (null) not registered
[    4.664782] c0      4 apr_tal:Q6 Is Up
[    4.667941] c2     49 [AUD] snd_soc_msm8996: msm8996_asoc_machine_probe: schedule_delayed_work with card_det_work
[    4.668020] c2     49 [AUD] snd_soc_msm8996: uart_gpios_init done
[    4.668027] c2     49 [AUD] snd_soc_msm8996: aud,uart-disable-mbhc is not set
[    4.668037] c2     49 msm8996-asoc-snd soc:sound-9335: property qcom,tfa9888-reset-gpio not detected in node /soc/sound-9335
[    4.668083] c2     49 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-dout no 67
[    4.668212] c2     49 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-din no 68
[    4.668235] c2     49 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-clock no 65
[    4.668259] c2     49 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-sync no 66
[    4.668281] c2     49 [AUD] snd_soc_msm8996: htc_msm8996_parse_gpio: gpio rcv-amp-gpio-en no 31
[    4.670578] c2     49 msm8996-asoc-snd soc:sound-9335: ASoC: CODEC DAI tasha_vifeedback not registered
[    4.762904] c1     49 sysmon-qmi: sysmon_clnt_svc_arrive: Connection established between QMI handle and adsp's SSCTL service
[    4.767244] c2    257 diag: In socket_open_client, socket not initialized for LPASS_CMD
[    4.767266] c2    257 diag: In diag_send_feature_mask_update, control channel is not open, p: 1, 0000000000000000
[    4.767342] c0    433 type=1400 audit(13234145.446:9): avc: denied { create } for pid=257 comm="kworker/u8:5" scontext=u:r:kernel:s0 tcontext=u:r:kernel:s0 tclass=socket permissive=0
[    4.774384] c1    359 sps:BAM 0x0000000009184000 (va:0xffffff8004c00000) enabled: ver:0x19, number of pipes:31
[    4.774403] c1    359 sps:BAM 0x0000000009184000 is registered.
[    4.775865] c0    376 wcd9335-slim tasha-slim-pgd: Platform data from device tree
[    4.775961] c0    376 wcd9335-slim tasha-slim-pgd: cdc-vdd-buck: vol=[1800000 1800000]uV, curr=[650000]uA, ond 0
[    4.776011] c0    376 wcd9335-slim tasha-slim-pgd: cdc-buck-sido: vol=[1800000 1800000]uV, curr=[250000]uA, ond 0
[    4.776042] c0    376 wcd9335-slim tasha-slim-pgd: cdc-vdd-tx-h: vol=[1800000 1800000]uV, curr=[25000]uA, ond 0
[    4.776064] c0    376 wcd9335-slim tasha-slim-pgd: cdc-vdd-rx-h: vol=[1800000 1800000]uV, curr=[25000]uA, ond 0
[    4.776085] c0    376 wcd9335-slim tasha-slim-pgd: cdc-vddpx-1: vol=[1800000 1800000]uV, curr=[10000]uA, ond 0
[    4.776096] c0    376 wcd9335-slim tasha-slim-pgd: Looking up qcom,cdc-micbias-ldoh-v property in node /soc/slim@91c0000/tasha_codec failed
[    4.776105] c0    376 wcd9335-slim tasha-slim-pgd: Looking up qcom,cdc-micbias-cfilt1-mv property in node /soc/slim@91c0000/tasha_codec failed
[    4.776115] c0    376 wcd9335-slim tasha-slim-pgd: Looking up qcom,cdc-micbias-cfilt2-mv property in node /soc/slim@91c0000/tasha_codec failed
[    4.776139] c0    376 wcd9335-slim tasha-slim-pgd: Looking up qcom,cdc-micbias-cfilt3-mv property in node /soc/slim@91c0000/tasha_codec failed
[    4.776150] c0    376 wcd9335-slim tasha-slim-pgd: Looking up qcom,cdc-micbias1-cfilt-sel property in node /soc/slim@91c0000/tasha_codec failed
[    4.776159] c0    376 wcd9335-slim tasha-slim-pgd: Looking up qcom,cdc-micbias2-cfilt-sel property in node /soc/slim@91c0000/tasha_codec failed
[    4.776167] c0    376 wcd9335-slim tasha-slim-pgd: Looking up qcom,cdc-micbias3-cfilt-sel property in node /soc/slim@91c0000/tasha_codec failed
[    4.776176] c0    376 wcd9335-slim tasha-slim-pgd: Looking up qcom,cdc-micbias4-cfilt-sel property in node /soc/slim@91c0000/tasha_codec failed
[    4.776219] c0    376 wcd9335-slim tasha-slim-pgd: wcd9xxx_slim_probe: codec type is 2
[    4.776856] c1    247 [AUD] snd_soc_msm8996: uart_gpios_init done
[    4.776871] c1    247 [AUD] snd_soc_msm8996: aud,uart-disable-mbhc is not set
[    4.776882] c1    247 msm8996-asoc-snd soc:sound-9335: property qcom,tfa9888-reset-gpio not detected in node /soc/sound-9335
[    4.777050] c1    247 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-dout no 67
[    4.777099] c1    247 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-din no 68
[    4.777134] c1    247 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-clock no 65
[    4.777171] c1    247 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-sync no 66
[    4.777218] c1    247 [AUD] snd_soc_msm8996: htc_msm8996_parse_gpio: gpio rcv-amp-gpio-en no 31
[    4.779747] c1    247 msm8996-asoc-snd soc:sound-9335: ASoC: CODEC DAI tasha_vifeedback not registered
[    4.833553] c1    376 slimbus:1 laddr:0xcb, EAPC:0x1:0xa0
[    4.833688] c1    256 wcd9335-slim tasha-slim-pgd: wcd9xxx_slim_device_up: slim device up, dev_up = 1
[    4.833827] c0    376 slimbus:1 laddr:0xca, EAPC:0x0:0xa0
[    4.834162] c1    376 wcd9335-slim tasha-slim-pgd: wcd9335_bring_up: wcd9335 codec version is v2.0
[    4.834871] c1    376 wcd9335-slim tasha-slim-pgd: wcd9xxx_check_codec_type: detected tasha_codec, major 0x107, minor 0x1, ver 0x2
[    4.834886] c1    376 wcd9xxx_core_res_init: num_irqs = 31, num_irq_regs = 4
[    4.838026] c3      1 subsys-pil-tz 1c00000.qcom,ssc: slpi: Brought out of reset
[    4.846732] c1    376 tasha_codec tasha_codec: tasha_probe: Tasha driver probe done
[    4.847455] c3    247 [AUD] snd_soc_msm8996: uart_gpios_init done
[    4.847465] c3    247 [AUD] snd_soc_msm8996: aud,uart-disable-mbhc is not set
[    4.847474] c3    247 msm8996-asoc-snd soc:sound-9335: property qcom,tfa9888-reset-gpio not detected in node /soc/sound-9335
[    4.847524] c3    247 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-dout no 67
[    4.847547] c3    247 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-din no 68
[    4.847570] c3    247 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-clock no 65
[    4.847593] c3    247 [AUD] snd_soc_msm8996: msm8994_init_ftm_btpcm: btpcm gpio ftm-btpcm-sync no 66
[    4.847615] c3    247 [AUD] snd_soc_msm8996: htc_msm8996_parse_gpio: gpio rcv-amp-gpio-en no 31
[    4.850382] c3    247 tasha_codec tasha_codec: tasha_codec_probe()
[    4.867165] c1    247 [AUD] snd_soc_wcd_mbhc: [AUD][HS] register_attributes
[    4.867989] c1    247 wcd_mbhc_init: ret 0 --
[    4.868529] c1    247 tasha_codec tasha_codec: for cpe segments only will be dumped.
[    4.890762] c0    327 subsys-pil-tz 1c00000.qcom,ssc: slpi: Power/Clock ready interrupt received
[    4.890778] c0    327 subsys-pil-tz 1c00000.qcom,ssc: Subsystem error monitoring/handling services are up
[    4.891256] c3      1 sysmon_send_event_no_qmi: Message sending failed -19
[    4.891271] c3      1 sensors-ssc soc:qcom,msm-ssc-sensors: slpi_loader_do: SLPI image is loaded
[    4.891594] c3      1 init: Starting service 'servicemanager'...
[    4.892111] c3      1 init: Starting service 'surfaceflinger'...
[    4.892493] c1    247 msm8996-asoc-snd soc:sound-9335: control 2:0:0:CPE AFE MAD Enable:0 is already present
[    4.892790] c3      1 init: Starting service 'audioserver'...
[    4.893321] c3      1 init: Starting service 'bootanim'...
[    4.897878] c1    247 msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: no dapm match for MM_DL5 --> MultiMedia5 --> TERT_MI2S_RX Audio Mixer
[    4.897894] c1    247 msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: Failed to add route MM_DL5 -> MultiMedia5 -> TERT_MI2S_RX Audio Mixer
[    4.897965] c1    247 msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: no dapm match for MM_DL8 --> MultiMedia8 --> TERT_MI2S_RX Audio Mixer
[    4.897973] c1    247 msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: Failed to add route MM_DL8 -> MultiMedia8 -> TERT_MI2S_RX Audio Mixer
[    4.905577] c2    493 EXT4-fs (sda35): Ignoring removed nomblk_io_submit option
[    4.907642] c3    247 msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: no source widget found for AUDIO_REF_EC_UL3 MUX
[    4.907655] c3    247 msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: Failed to add route AUDIO_REF_EC_UL3 MUX -> direct -> MM_UL3
[    4.913742] c3    247 msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: no dapm match for SEC_MI2S_TX --> SEC_MI2S_TX --> SLIMBUS_0_RX Port Mixer
[    4.913958] c3    247 msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: Failed to add route SEC_MI2S_TX -> SEC_MI2S_TX -> SLIMBUS_0_RX Port Mixer
[    4.914903] c3    247 msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: no dapm match for VOICE2_STUB_DL --> Voice2 Stub --> INTERNAL_BT_SCO_RX_Voice Mixer
[    4.914915] c3    247 msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: Failed to add route VOICE2_STUB_DL -> Voice2 Stub -> INTERNAL_BT_SCO_RX_Voice Mixer
[    4.916034] c3    247 msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: no sink widget found for SENARY_MI2S_TX
[    4.916047] c3    247 msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: Failed to add route BE_IN -> direct -> SENARY_MI2S_TX
[    4.919995] c2    493 EXT4-fs (sda35): mounted filesystem with ordered data mode. Opts: errors=remount-ro,nomblk_io_submit
[    4.920186] c2    493 SELinux: initialized (dev sda35, type ext4), uses xattr
[    4.920341] c2    493 fs_mgr: check_fs(): mount(/dev/block/bootdevice/by-name/userdata,/data,ext4)=0: Success
[    4.921813] c3    247 msm8996-asoc-snd soc:sound-9335: control 2:0:0:PRI_MI2S_RX Port Mixer SLIM_0_TX:0 is already present
[    4.921853] c3    247 msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: failed to add widget PRI_MI2S_RX Port Mixer dapm kcontrol PRI_MI2S_RX Port Mixer SLIM_0_TX: -16
[    4.923665] c2    493 fs_mgr: check_fs(): unmount(/data) succeeded
[    4.923819] c2    493 fs_mgr: Running /system/bin/e2fsck on /dev/block/bootdevice/by-name/userdata
[    4.984620] c3    247 msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: mux SLIM_0_RX AANC MUX has no paths
[    5.007751] c0     49 sysmon-qmi: sysmon_clnt_svc_arrive: Connection established between QMI handle and slpi's SSCTL service
[    5.008813] c3     43 diag: In socket_open_client, socket not initialized for SENSORS_CMD
[    5.011020] c3     49 diag: In diag_send_feature_mask_update, control channel is not open, p: 3, 0000000000000000
[    5.012048] c0    433 type=1400 audit(13234145.686:10): avc: denied { create } for pid=43 comm="kworker/u8:1" scontext=u:r:kernel:s0 tcontext=u:r:kernel:s0 tclass=socket permissive=0
[    5.033723] c0    348 SMBCHG: usbin_uv_handler:  chip->usb_present = 0 rt_sts = 0x00 hvdcp_3_det_ignore_uv = 0 rerun_apsd_ignore_uv = 0 aicl = 1500, vbus = 5271240
[    5.034670] c1    162 SMBCHG: battchg_suspend: 1 voting for 0 - on
[    5.034686] c1    162 SMBCHG: smbchg_stay_awake: staying awake: 0x02 (bit 2)
[    5.034697] c1    162 SMBCHG: smbchg_vfloat_adjust_check: Starting vfloat adjustments
[    5.035057] c1    162 SMBCHG: smbchg_relax: relaxing: 0x00 (bit 2)
[    5.039117] c3    247 tfa98xx 7-0034: tfa98xx codec registered ()
[    5.040693] c3    409 tfa98xx 7-0034: Registered DSP instance with handle 0
[    5.042446] c3    247 msm-dai-q6-dev soc:qcom,msm-dai-q6:qcom,msm-dai-q6-sb-2-rx: ASoC: no source widget found for SLIMBUS_2_RX
[    5.042459] c3    247 msm-dai-q6-dev soc:qcom,msm-dai-q6:qcom,msm-dai-q6-sb-2-rx: ASoC: Failed to add route SLIMBUS_2_RX -> direct -> Slimbus2 Playback
[    5.042483] c3    247 msm-dai-q6-dev soc:qcom,msm-dai-q6:qcom,msm-dai-q6-sb-2-tx: ASoC: no sink widget found for SLIMBUS_2_TX
[    5.042489] c3    247 msm-dai-q6-dev soc:qcom,msm-dai-q6:qcom,msm-dai-q6-sb-2-tx: ASoC: Failed to add route Slimbus2 Capture -> direct -> SLIMBUS_2_TX
[    5.054097] c3    247 [AUD] snd_soc_msm8996: msm_htc_quat_mi2s_init: ++
[    5.054424] c3    247 [AUD] snd_soc_msm8996: msm_htc_quat_mi2s_init: --
[    5.054503] c3    247 [AUD] snd_soc_msm8996: msm_audrx_init: dev_namesoc:qcom,msm-dai-q6:qcom,msm-dai-q6-sb-0-rx
[    5.104084] c3    247 input: msm8996-tasha-marlin-snd-card Headset Jack as /devices/soc/soc:sound-9335/sound/card0/input7
[    5.104217] c3    247 input: msm8996-tasha-marlin-snd-card Button Jack as /devices/soc/soc:sound-9335/sound/card0/input8
[    5.104264] c3    247 keychord: using input dev msm8996-tasha-marlin-snd-card Button Jack for fevent
[    5.107257] c2    251 [BATT][PD] Charger driver is not ready!
[    5.110147] c3    247 msm8996-asoc-snd soc:sound-9335: Sound card msm8996-tasha-marlin-snd-card registered
[    5.110158] c3    247 [AUD] snd_soc_msm8996: msm8996_asoc_machine_probe:  cancel_delayed_work with card_det_work
[    5.110172] c3    247 msm8996-asoc-snd soc:sound-9335: property qcom,us-euro-gpios not detected in node /soc/sound-9335
[    5.110178] c3    247 [AUD] htc-acoustic: acoustic_register_ops 
[    5.110183] c3    247 [AUD] snd_soc_msm8996: msm8996_asoc_machine_probe: probe successfully
[    5.142971] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x1e)
[    5.142985] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.223926] c0    433 type=1400 audit(13234145.900:11): avc: denied { search } for pid=490 comm="surfaceflinger" name="firmware" dev="dm-0" ino=25 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[    5.224983] c0    433 type=1400 audit(13234145.903:12): avc: denied { search } for pid=490 comm="surfaceflinger" name="firmware" dev="dm-0" ino=25 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[    5.225540] c0    433 type=1400 audit(13234145.903:13): avc: denied { search } for pid=490 comm="surfaceflinger" name="firmware" dev="dm-0" ino=25 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[    5.229639] c0    433 type=1400 audit(13234145.906:14): avc: denied { search } for pid=490 comm="surfaceflinger" name="firmware" dev="dm-0" ino=25 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[    5.234326] c0    433 type=1400 audit(13234145.906:15): avc: denied { search } for pid=490 comm="surfaceflinger" name="firmware" dev="dm-0" ino=25 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[    5.234886] c0    433 type=1400 audit(13234145.906:16): avc: denied { search } for pid=490 comm="surfaceflinger" name="firmware" dev="dm-0" ino=25 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[    5.234978] c0    433 type=1400 audit(13234145.913:17): avc: denied { search } for pid=490 comm="surfaceflinger" name="firmware" dev="dm-0" ino=25 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[    5.235206] c0    433 type=1400 audit(13234145.913:18): avc: denied { search } for pid=490 comm="surfaceflinger" name="firmware" dev="dm-0" ino=25 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[    5.245673] c0    490 kgsl: _read_fw2_block_header: GPMU unknown header ID 6
[    5.250470] c0    490 cpr3_regulator_measure_aging: gfx: average quotient delta=5 (count=10)
[    5.250496] c0    490 cpr3_regulator_aging_adjust: gfx: aging measurement successful; aging reference adjustment voltage=0 uV
[    5.275644] c0    490 subsys-pil-tz soc:qcom,kgsl-hyp: a530_zap_signed: loading from 0x0000000090e00000 to 0x0000000090e02000
[    5.294772] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.294787] c3    251 FUSB StateMachineTypeC: enter
[    5.297837] c2    251 [BATT][PD] Charger driver is not ready!
[    5.314509] c0    490 subsys-pil-tz soc:qcom,kgsl-hyp: a530_zap_signed: Brought out of reset
[    5.321130] c3      6 devfreq soc:qcom,kgsl-busmon: Couldn't update frequency transition information.
[    5.327172] c2    279 of_batterydata_get_best_profile: Find batterydata path: qcom,m1-id1-batterydata, id_ohm=33320, raw_min=0, raw_max=16000.
[    5.327187] c2    279 of_batterydata_get_best_profile: Find batterydata path: qcom,m1-id2-batterydata, id_ohm=33320, raw_min=27501, raw_max=40000.
[    5.327201] c2    279 FG: fg_batt_profile_init: batt_full_charge_criteria_ma = 345
[    5.327206] c2    279 FG: fg_batt_profile_init: batt_fcc_ma = 3400
[    5.327211] c2    279 FG: fg_batt_profile_init: batt_capacity_mah = 3450
[    5.327216] c2    279 FG: fg_batt_profile_init: fcc_half_capacity_ma = 1600
[    5.332087] c2    279 SMBCHG: battchg_suspend: 0 voting for 0 - off
[    5.335961] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x1e)
[    5.335971] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.337077] c2    279 FG: fg_batt_profile_init: Battery SOC: 59, V: 3835579uV
[    5.337083] c2    279 [BATT] Probe process: (1, 3)
[    5.337103] c2    279 [BATT] htc_battery_probe_process: catch name 2, set batt id=2, full_ma=345, fcc_ma=3400, capacity=3450, half_capacity_ma:1600, pd_is_limited:0, batt_eoc_current_ma:100
[    5.337108] c2    279 [BATT] Probe process done.
[    5.337176] c2    279 SMBCHG: battchg_suspend: 1 voting for 0 - off
[    5.337239] c1      6 [BATT] batt_worker: total_time since last batt update = 14316262990 ms.
[    5.337241] c2    279 SMBCHG: smbchg_stay_awake: staying awake: 0x02 (bit 2)
[    5.337247] c2    279 SMBCHG: smbchg_vfloat_adjust_check: Starting vfloat adjustments
[    5.338644] c0    433 type=1400 audit(13234145.913:19): avc: denied { search } for pid=490 comm="surfaceflinger" name="firmware" dev="dm-0" ino=25 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[    5.339064] c2    516 SMBCHG: smbchg_relax: relaxing: 0x00 (bit 2)
[    5.339931] c1      6 [BATT] read_batt_cycle_info: (read from devtree) g_batt_first_use_time = 0, g_overheat_55_sec = 0, g_total_level_raw = 0, g_batt_cycle_checksum = 0
[    5.339941] c1      6 [BATT] read_batt_cycle_info: Checksum error: reset battery cycle data.
[    5.339948] c1      6 [BATT] read_batt_cycle_info: g_batt_first_use_time = 13234146, g_overheat_55_sec = 0, g_total_level_raw = 0
[    5.339958] c1      6 [BATT] calculate_batt_cycle_info: g_batt_first_use_time = 1970-06-03 04:09:06, g_overheat_55_sec = 0, g_total_level_raw = 0
[    5.339964] c1      6 [BATT] calculate_batt_cycle_info: save batt cycle data every 50%
[    5.339996] c1      6 [BATT] batt_check_consistent: magic_num=0x0, level_raw=59, store_soc=0, current_time:13234146, store_time=0, batt_temp=265, store_temp=0, consistent_flag=0 at 5339986936 (1970-06-03 04:09:06.021893844 UTC)
[    5.340006] c1      6 [BATT] pre_level=59,pre_raw_level=59,pre_five_digit=5,pre_chg_src=0
[    5.340013] c1      6 [BATT] batt_level_adjust: Cable plug out, to store difference between UI & SOC. store_level:0, prev_level:59, raw_level:59
[    5.340053] c1      6 [BATT] batt_level_adjust: remap: no soc drop and no additional 1%, ui:59%
[    5.340060] c1      6 [BATT] write battery data: level:59, temp:265, time:13234146 at 5340050530 (1970-06-03 04:09:06.021960719 UTC)
[    5.340070] c1      6 ignore the fist time on boot.
[    5.340518] c1    359 SMBCHG: smbchg_cc_esr_wa_check: No inputs present, skipping
[    5.340537] c1    359 SMBCHG: smbchg_stay_awake: staying awake: 0x02 (bit 2)
[    5.340545] c1    359 SMBCHG: smbchg_vfloat_adjust_check: Starting vfloat adjustments
[    5.340635] c1    359 SMBCHG: smbchg_relax: relaxing: 0x00 (bit 2)
[    5.342865] c1      6 [BATT][SMBCHG] 0x1010=00,0x1210=00,0x1242=00,0x1310=00,0x1340=12,0x1608=00,0x1610=00,cc=0uAh,warm_temp=470,cool_temp=100,pmic=rev1.1,sink_current=3,pd_chgr=0,wake_reason=0,smb_curr=18mA
[    5.343033] c1      6 [BATT][SMBCHG] CHG_STS[0B:0F]=[02,2e,9f,80,00],CHG_CFG[F0:F4]=[0f,04,1f,00,2e],CHG_CFG[F5:F9]=[1e,00,01,02,02],CHG_CFG[FA:FF]=[1c,47,42,08,00,08],BAT_CFG[F0:F5]=[0f,04,06,c5,00,03],BAT_CFG[F6:FB]=[03,3b,1a,04,d8,41]
[    5.343045] c1      6 [BATT][SMBCHG] USB_STS[07:0B]=[0d,01,08,00,08],USB_STS[0C:0F]=[00,08,0f,ff],USB_CFG[F0:F5]=[0f,02,07,04,11,ab],MISC_CFG[F0:F4]=[0f,00,12,06,25],MISC_CFG[F5:F9]=[38,18,94,e0,00],MISC_CFG[FA:FF]=[00,05,b0,05,f0,02],SMB1351[00:06]=[02,1c,87,ef,08,11,6b,],[32]=[00]
[    5.346996] c1      6 [BATT] ID=2,level=59,level_raw=59,vol=3835mV,temp=265,current=787348uA,chg_name=NONE,chg_src=0,chg_en=0,health=0,overload=0,duration=0min,vbus=5273mV,max_iusb=0mA,chg_limit_reason=0,chg_stop_reason=0,consistent=-1,flag=0x00000000,AICL=1500mA,htc_ext=0x00,usb_temp=268,usb_overheat=0,level_accu=0 at 5346993187 (1970-06-03 04:09:06.028864106 UTC)
[    5.347017] c1      6 [BATT] Device is at booting stage at 5347008395 (1970-06-03 04:09:06.028917960 UTC)
[    5.390113] c3    247 [BATT] batt_worker: total_time since last batt update = 53 ms.
[    5.392744] c2    247 [BATT] calculate_batt_cycle_info: g_batt_first_use_time = 1970-06-03 04:09:06, g_overheat_55_sec = 0, g_total_level_raw = 0
[    5.392754] c2    247 [BATT] calculate_batt_cycle_info: save batt cycle data every 50%
[    5.392760] c2    247 [BATT] batt_level_adjust: remap: no soc drop and no additional 1%, ui:59%
[    5.396541] c2    247 [BATT][SMBCHG] 0x1010=00,0x1210=00,0x1242=00,0x1310=00,0x1340=12,0x1608=00,0x1610=00,cc=0uAh,warm_temp=470,cool_temp=100,pmic=rev1.1,sink_current=3,pd_chgr=0,wake_reason=0,smb_curr=18mA
[    5.396721] c2    247 [BATT][SMBCHG] CHG_STS[0B:0F]=[02,2e,9f,80,00],CHG_CFG[F0:F4]=[0f,04,1f,00,2e],CHG_CFG[F5:F9]=[1e,00,01,02,02],CHG_CFG[FA:FF]=[1c,47,42,08,00,08],BAT_CFG[F0:F5]=[0f,04,06,c5,00,03],BAT_CFG[F6:FB]=[03,3b,1a,04,d8,41]
[    5.396731] c2    247 [BATT][SMBCHG] USB_STS[07:0B]=[0d,01,08,00,08],USB_STS[0C:0F]=[00,08,0f,ff],USB_CFG[F0:F5]=[0f,02,07,04,11,ab],MISC_CFG[F0:F4]=[0f,00,12,06,25],MISC_CFG[F5:F9]=[38,18,94,e0,00],MISC_CFG[FA:FF]=[00,05,b0,05,f0,02],SMB1351[00:06]=[02,1c,87,ef,08,11,6b,],[32]=[00]
[    5.399549] c2    247 [BATT] ID=2,level=59,level_raw=59,vol=3835mV,temp=265,current=787348uA,chg_name=NONE,chg_src=0,chg_en=0,health=0,overload=0,duration=0min,vbus=5269mV,max_iusb=0mA,chg_limit_reason=0,chg_stop_reason=0,consistent=-1,flag=0x00000000,AICL=1500mA,htc_ext=0x00,usb_temp=268,usb_overheat=0,level_accu=0 at 5399541160 (1970-06-03 04:09:06.081425361 UTC)
[    5.399559] c2    247 [BATT] Device is at booting stage at 5399549025 (1970-06-03 04:09:06.081461142 UTC)
[    5.443407] c3    247 [BATT] batt_worker: total_time since last batt update = 53 ms.
[    5.446079] c3    247 [BATT] calculate_batt_cycle_info: g_batt_first_use_time = 1970-06-03 04:09:06, g_overheat_55_sec = 0, g_total_level_raw = 0
[    5.446103] c3    247 [BATT] calculate_batt_cycle_info: save batt cycle data every 50%
[    5.446110] c3    247 [BATT] batt_level_adjust: remap: no soc drop and no additional 1%, ui:59%
[    5.449046] c3    247 [BATT][SMBCHG] 0x1010=00,0x1210=00,0x1242=00,0x1310=00,0x1340=12,0x1608=00,0x1610=00,cc=0uAh,warm_temp=470,cool_temp=100,pmic=rev1.1,sink_current=3,pd_chgr=0,wake_reason=0,smb_curr=17mA
[    5.449240] c3    247 [BATT][SMBCHG] CHG_STS[0B:0F]=[02,2e,9f,80,00],CHG_CFG[F0:F4]=[0f,04,1f,00,2e],CHG_CFG[F5:F9]=[1e,00,01,02,02],CHG_CFG[FA:FF]=[1c,47,42,08,00,08],BAT_CFG[F0:F5]=[0f,04,06,c5,00,03],BAT_CFG[F6:FB]=[03,3b,1a,04,d8,41]
[    5.449252] c3    247 [BATT][SMBCHG] USB_STS[07:0B]=[0d,01,08,00,08],USB_STS[0C:0F]=[00,08,0f,ff],USB_CFG[F0:F5]=[0f,02,07,04,11,ab],MISC_CFG[F0:F4]=[0f,00,12,06,25],MISC_CFG[F5:F9]=[38,18,94,e0,00],MISC_CFG[FA:FF]=[00,05,b0,05,f0,02],SMB1351[00:06]=[02,1c,87,ef,08,11,6b,],[32]=[00]
[    5.452229] c3    247 [BATT] ID=2,level=59,level_raw=59,vol=3835mV,temp=265,current=787348uA,chg_name=NONE,chg_src=0,chg_en=0,health=1,overload=0,duration=0min,vbus=5269mV,max_iusb=0mA,chg_limit_reason=0,chg_stop_reason=0,consistent=-1,flag=0x00000000,AICL=1500mA,htc_ext=0x00,usb_temp=268,usb_overheat=0,level_accu=0 at 5452222884 (1970-06-03 04:09:06.134104220 UTC)
[    5.452241] c3    247 [BATT] Device is at booting stage at 5452231374 (1970-06-03 04:09:06.134143491 UTC)
[    5.467530] c0    433 type=1400 audit(13234145.920:20): avc: denied { search } for pid=490 comm="surfaceflinger" name="firmware" dev="dm-0" ino=25 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[    5.467594] c0    433 type=1400 audit(13234145.920:21): avc: denied { search } for pid=490 comm="surfaceflinger" name="firmware" dev="dm-0" ino=25 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[    5.467647] c0    433 type=1400 audit(13234145.920:22): avc: denied { search } for pid=490 comm="surfaceflinger" name="firmware" dev="dm-0" ino=25 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[    5.467702] c0    433 type=1400 audit(13234145.950:23): avc: denied { search } for pid=490 comm="surfaceflinger" name="firmware" dev="dm-0" ino=25 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[    5.467754] c0    433 type=1400 audit(13234145.950:24): avc: denied { search } for pid=490 comm="surfaceflinger" name="firmware" dev="dm-0" ino=25 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[    5.467917] c0    433 type=1400 audit(13234145.950:25): avc: denied { search } for pid=490 comm="surfaceflinger" name="firmware" dev="dm-0" ino=25 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[    5.467979] c0    433 type=1400 audit(13234145.983:26): avc: denied { search } for pid=490 comm="surfaceflinger" name="firmware" dev="dm-0" ino=25 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[    5.468029] c0    433 type=1400 audit(13234145.983:27): avc: denied { search } for pid=490 comm="surfaceflinger" name="firmware" dev="dm-0" ino=25 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[    5.468078] c0    433 type=1400 audit(13234145.983:28): avc: denied { search } for pid=490 comm="surfaceflinger" name="firmware" dev="dm-0" ino=25 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[    5.468128] c0    433 type=1400 audit(13234146.123:29): avc: denied { read write } for pid=490 comm="surfaceflinger" name="diag" dev="tmpfs" ino=15131 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:diag_device:s0 tclass=chr_file permissive=0
[    5.486150] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.486165] c2    251 FUSB StateMachineTypeC: enter
[    5.489065] c2    251 [BATT][PD] Set ID(0), pd_is_limited:0, List: [0]:15W(5000mV-3000mA)
[    5.535256] c3    251 FUSB platform_notify_pd_contract: Contract=[1], typec_state(0x4), pd_state(0x22)
[    5.535268] c3    251 dwc3_pd_vbus_ctrl: set pd vbus flag to 0
[    5.547496] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.547510] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.547582] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.547589] c3    251 FUSB StateMachineTypeC: enter
[    5.558262] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.558274] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.564251] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.564265] c3    251 FUSB StateMachineTypeC: enter
[    5.575646] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.575659] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.575708] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.575715] c3    251 FUSB StateMachineTypeC: enter
[    5.586732] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.586740] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.632468] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.632477] c3    251 FUSB StateMachineTypeC: enter
[    5.634332] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.634338] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.634387] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.634392] c3    251 FUSB StateMachineTypeC: enter
[    5.636296] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.636302] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.636349] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.636354] c3    251 FUSB StateMachineTypeC: enter
[    5.638193] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.638198] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.638245] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.638250] c3    251 FUSB StateMachineTypeC: enter
[    5.640141] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.640147] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.640190] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.640195] c3    251 FUSB StateMachineTypeC: enter
[    5.642089] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.642095] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.642138] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.642144] c3    251 FUSB StateMachineTypeC: enter
[    5.644022] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.644028] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.644080] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.644085] c3    251 FUSB StateMachineTypeC: enter
[    5.645992] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.645998] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.646041] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.646046] c3    251 FUSB StateMachineTypeC: enter
[    5.647893] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.647899] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.647958] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.647963] c3    251 FUSB StateMachineTypeC: enter
[    5.649848] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.649854] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.649900] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.649905] c3    251 FUSB StateMachineTypeC: enter
[    5.651750] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.651755] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.651811] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.651815] c3    251 FUSB StateMachineTypeC: enter
[    5.653716] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.653721] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.653772] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.653777] c3    251 FUSB StateMachineTypeC: enter
[    5.655657] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.655662] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.655707] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.655712] c3    251 FUSB StateMachineTypeC: enter
[    5.657607] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.657612] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.657666] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.657671] c3    251 FUSB StateMachineTypeC: enter
[    5.659543] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.659548] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.659591] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.659596] c3    251 FUSB StateMachineTypeC: enter
[    5.661450] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.661456] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.661511] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.661516] c3    251 FUSB StateMachineTypeC: enter
[    5.663363] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.663368] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.663414] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.663420] c3    251 FUSB StateMachineTypeC: enter
[    5.665266] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.665272] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.665325] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.665330] c3    251 FUSB StateMachineTypeC: enter
[    5.667208] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.667213] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.667256] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.667261] c3    251 FUSB StateMachineTypeC: enter
[    5.669107] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.669112] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.669160] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.669164] c3    251 FUSB StateMachineTypeC: enter
[    5.671064] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.671069] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.671125] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.671130] c3    251 FUSB StateMachineTypeC: enter
[    5.673007] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.673012] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.673054] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.673059] c3    251 FUSB StateMachineTypeC: enter
[    5.674917] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.674922] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.674978] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.674983] c3    251 FUSB StateMachineTypeC: enter
[    5.676857] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.676863] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.676905] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.676910] c3    251 FUSB StateMachineTypeC: enter
[    5.678759] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.678764] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.678819] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.678824] c3    251 FUSB StateMachineTypeC: enter
[    5.680695] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.680701] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.680766] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.680771] c3    251 FUSB StateMachineTypeC: enter
[    5.682620] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.682625] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.682675] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.682679] c3    251 FUSB StateMachineTypeC: enter
[    5.684551] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.684556] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.684613] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.684618] c3    251 FUSB StateMachineTypeC: enter
[    5.686485] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.686490] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.686533] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.686538] c3    251 FUSB StateMachineTypeC: enter
[    5.688411] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.688416] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.688471] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.688476] c3    251 FUSB StateMachineTypeC: enter
[    5.690396] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.690402] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.690467] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.690472] c3    251 FUSB StateMachineTypeC: enter
[    5.692318] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.692323] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.692379] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.692383] c3    251 FUSB StateMachineTypeC: enter
[    5.694262] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.694267] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.694311] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.694316] c3    251 FUSB StateMachineTypeC: enter
[    5.696161] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.696166] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.696215] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.696219] c3    251 FUSB StateMachineTypeC: enter
[    5.698117] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.698122] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.698176] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.698181] c3    251 FUSB StateMachineTypeC: enter
[    5.700030] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.700035] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.700080] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.700085] c3    251 FUSB StateMachineTypeC: enter
[    5.701960] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.701965] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.702022] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.702026] c3    251 FUSB StateMachineTypeC: enter
[    5.703924] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.703930] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.703993] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.703998] c3    251 FUSB StateMachineTypeC: enter
[    5.705843] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.705848] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.705903] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.705908] c3    251 FUSB StateMachineTypeC: enter
[    5.707809] c3    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.707815] c3    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.707863] c3    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.707869] c3    251 FUSB StateMachineTypeC: enter
[    5.709768] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.709776] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.709825] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.709832] c2    251 FUSB StateMachineTypeC: enter
[    5.711757] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.711763] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.711814] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.711819] c2    251 FUSB StateMachineTypeC: enter
[    5.713729] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.713735] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.713790] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.713795] c2    251 FUSB StateMachineTypeC: enter
[    5.715691] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.715697] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.715749] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.715754] c2    251 FUSB StateMachineTypeC: enter
[    5.717670] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.717675] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.717725] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.717731] c2    251 FUSB StateMachineTypeC: enter
[    5.719608] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.719614] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.719665] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.719671] c2    251 FUSB StateMachineTypeC: enter
[    5.721589] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.721595] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.721644] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.721650] c2    251 FUSB StateMachineTypeC: enter
[    5.723520] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.723526] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.723572] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.723577] c2    251 FUSB StateMachineTypeC: enter
[    5.725479] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.725485] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.725537] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.725542] c2    251 FUSB StateMachineTypeC: enter
[    5.727469] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.727475] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.727522] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.727527] c2    251 FUSB StateMachineTypeC: enter
[    5.729416] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.729422] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.729476] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.729481] c2    251 FUSB StateMachineTypeC: enter
[    5.731365] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.731371] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.731420] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.731425] c2    251 FUSB StateMachineTypeC: enter
[    5.733294] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.733300] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.733346] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.733365] c2    251 FUSB StateMachineTypeC: enter
[    5.735284] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.735290] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.735339] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.735345] c2    251 FUSB StateMachineTypeC: enter
[    5.737259] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.737264] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.737310] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.737315] c2    251 FUSB StateMachineTypeC: enter
[    5.739201] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.739207] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.739249] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.739254] c2    251 FUSB StateMachineTypeC: enter
[    5.741169] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.741174] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.741218] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.741224] c2    251 FUSB StateMachineTypeC: enter
[    5.743085] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.743091] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.743139] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.743144] c2    251 FUSB StateMachineTypeC: enter
[    5.745068] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.745073] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.745164] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.745169] c2    251 FUSB StateMachineTypeC: enter
[    5.747029] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.747035] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.747086] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.747091] c2    251 FUSB StateMachineTypeC: enter
[    5.748957] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.748962] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.749013] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.749018] c2    251 FUSB StateMachineTypeC: enter
[    5.750918] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.750924] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.750973] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.750978] c2    251 FUSB StateMachineTypeC: enter
[    5.752836] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.752841] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.752887] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.752892] c2    251 FUSB StateMachineTypeC: enter
[    5.754794] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.754799] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.754850] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.754855] c2    251 FUSB StateMachineTypeC: enter
[    5.756739] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.756744] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.756789] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.756794] c2    251 FUSB StateMachineTypeC: enter
[    5.758700] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.758705] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.758786] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.758791] c2    251 FUSB StateMachineTypeC: enter
[    5.760696] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.760702] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.760754] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.760760] c2    251 FUSB StateMachineTypeC: enter
[    5.762720] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.762726] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.762771] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.762776] c2    251 FUSB StateMachineTypeC: enter
[    5.764695] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.764701] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.764750] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.764756] c2    251 FUSB StateMachineTypeC: enter
[    5.766668] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.766674] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.766754] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.766760] c2    251 FUSB StateMachineTypeC: enter
[    5.768674] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.768680] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.768728] c2    251 FUSB  [_fusb_isr_intn]: FUSB-interrupt triggered ++ 
[    5.768733] c2    251 FUSB StateMachineTypeC: enter
[    5.770655] c2    251 FUSB StateMachineTypeC: leave typec_state(0x4), pd_state=(0x22)
[    5.770662] c2    251 FUSB [_fusb_isr_intn]: FUSB-interrupt handled ++ 
[    5.880717] c1    350 SMBCHG: src_detect_handler:  chip->usb_present = 0 usb_present = 1 src_detect = 1 hvdcp_3_det_ignore_uv=0
[    5.880781] c1    350 SMBCHG: handle_usb_insertion: triggered
[    5.880820] c1    350 SMBCHG: handle_usb_insertion: inserted type = 9 (USB_PD)
[    5.880827] c1    350 SMBCHG: smbchg_change_usb_supply_type: Type 9: setting mA = 3000
[    5.880836] c1    350 SMBCHG: usb_icl: 0 voting for 3000 - on
[    5.880843] c1    350 SMBCHG: smbchg_set_usb_current_max: USB current_ma = 3000
[    5.880849] c1    350 SMBCHG: usb_suspend: 2 voting for 0 - off
[    5.880979] c0    356 SMBCHG: power_ok_handler: triggered: 0x01. prev_dischg_time_ms(0) dischg_time_ms(13234143865) diff(349241977) count_same_dischg(0) limit_iusb(0)
[    5.880995] c1    350 SMBCHG: smbchg_set_usb_current_max: usb type = 9 current set to 3000 mA
[    5.881016] c1    350 SMBCHG: set_aicl_enable: Disable AICL...
[    5.881066] c1    350 SMBCHG: smbchg_rerun_aicl: PD charger donot rerun AICL.
[    5.881073] c1    350 SMBCHG: smbchg_stay_awake: staying awake: 0x01 (bit 1)
[    5.881097] c1    350 msm-dwc3 6a00000.ssusb: dwc3_msm_power_set_property_usb TCXO enabled
[    5.881202] c1    350 SMBCHG: set_aicl_enable: Disable AICL...
[    5.881257] c1    350 SMB1351 smb1351_parallel_set_chg_present: set slave present = 0 -> 1
[    5.881480] c1    162 SMBCHG: smbchg_vfloat_adjust_check: Starting vfloat adjustments
[    5.882204] c1    162 [BATT] htc_batt_stats_1.1: begin charging: level=59, at=1970-06-03 04:09:06 UTC
[    5.882227] c1    162 [BATT] charger_exist_lock Lock at 5882221313 (1970-06-03 04:09:06.564128378 UTC)
[    5.882240] c2     43 [BATT] batt_worker: total_time since last batt update = 436 ms.
[    5.883808] c1    350 SMB1351 smb1351_usb_suspend: reason = 4 requested_suspend = 1 suspended_status = 20 -> 20
[    5.884120] c1    350 SMB1351 smb1351_usb_suspend: reason = 16 requested_suspend = 0 suspended_status = 20 -> 4
[    5.884830] c1     43 [BATT] set_batt_psy_property. value(1) prop(89) at 5884825376 (1970-06-03 04:09:06.566726555 UTC)
[    5.884850] c1     43 [BATT] calculate_batt_cycle_info: g_batt_first_use_time = 1970-06-03 04:09:06, g_overheat_55_sec = 0, g_total_level_raw = 0
[    5.884856] c1     43 [BATT] calculate_batt_cycle_info: save batt cycle data every 50%
[    5.884864] c1     43 [BATT] batt_level_adjust: pre_level=59, new_level=59, level would use raw level!
[    5.884873] c1     43 SMBCHG: pmi8994_set_float_voltage_comp: set vfloat comp = 0
[    5.884935] c1     43 [BATT] ibat_max=3400000,ibat_new=3400000,prev_vol_limit=0,prev_ibat_health=1,chg_limit_reason=0,prev_screen_warm=0,prev_screen_hot=0,is_over_ibat=0,htc_batt_info.state=0x0 at 5884926417 (1970-06-03 04:09:06.566834315 UTC)
[    5.884946] c1     43 [BATT] set ibat max(3400000),ibat_total=3000000[3000000,0],ibat_total_new=3400000,is_parallel=0 at 5884936990 (1970-06-03 04:09:06.566846868 UTC)
[    5.884955] c1     43 [BATT] set_batt_psy_property. value(3400000) prop(32) at 5884945792 (1970-06-03 04:09:06.566856763 UTC)
[    5.884964] c1     43 SMBCHG: smbchg_set_fastchg_current_user: User setting FCC to 3400
[    5.884971] c1     43 SMBCHG: fcc: 1 voting for 3400 - on
[    5.884978] c1     43 SMBCHG: smbchg_set_fastchg_current_raw: skipping fastchg current request: 3000
[    5.884986] c1     43 [BATT] set charging_enable(1) at 5884977042 (1970-06-03 04:09:06.566888378 UTC)
[    5.884995] c1     43 [BATT] set_batt_psy_property. value(1) prop(68) at 5884985792 (1970-06-03 04:09:06.566896920 UTC)
[    5.885004] c1     43 [BATT] set pwrsrc_enable(1) at 5884994542 (1970-06-03 04:09:06.566906034 UTC)
[    5.885012] c1     43 [BATT] set_batt_psy_property. value(1) prop(69) at 5885002928 (1970-06-03 04:09:06.566914003 UTC)
[    5.885994] c1     13 [BATT] chg_full_check_worker: vol:3835, curr=787, is_full_count=0, is_full=0 at 5885989126 (1970-06-03 04:09:06.567888795 UTC)
[    5.888889] c1     43 [BATT][SMBCHG] 0x1010=00,0x1210=00,0x1242=00,0x1310=04,0x1340=07,0x1608=10,0x1610=01,cc=0uAh,warm_temp=470,cool_temp=100,pmic=rev1.1,sink_current=3,pd_chgr=1,wake_reason=1,smb_curr=17mA
[    5.889060] c1     43 [BATT][SMBCHG] CHG_STS[0B:0F]=[02,2e,9f,89,00],CHG_CFG[F0:F4]=[0f,04,1f,00,2e],CHG_CFG[F5:F9]=[00,00,01,02,02],CHG_CFG[FA:FF]=[1c,47,42,08,00,08],BAT_CFG[F0:F5]=[0f,04,06,c5,00,03],BAT_CFG[F6:FB]=[03,3b,1a,04,d8,41]
[    5.889071] c1     43 [BATT][SMBCHG] USB_STS[07:0B]=[1f,02,02,08,08],USB_STS[0C:0F]=[00,08,0f,ff],USB_CFG[F0:F5]=[0f,02,1f,00,11,ab],MISC_CFG[F0:F4]=[0f,00,12,06,25],MISC_CFG[F5:F9]=[38,18,94,e0,00],MISC_CFG[FA:FF]=[00,05,b0,05,f0,02],SMB1351[00:06]=[02,1c,87,ef,08,11,6b,],[32]=[00]
[    5.892050] c1     43 [BATT] cable_impedance: 0, R_cable_impedance: 0, aicl_result: 0 at 5892045689 (1970-06-03 04:09:06.573947597 UTC)
[    5.892112] c1     43 [BATT] ID=2,level=59,level_raw=59,vol=3835mV,temp=265,current=787348uA,chg_name=PD5V_3A,chg_src=2,chg_en=2,health=1,overload=0,duration=0min,vbus=4991mV,max_iusb=3000mA,chg_limit_reason=0,chg_stop_reason=0,consistent=-1,flag=0x00000000,AICL=3000mA,htc_ext=0x00,usb_temp=268,usb_overheat=0,level_accu=0 at 5892103553 (1970-06-03 04:09:06.573995254 UTC)
[    5.892122] c1     43 [BATT] Device is at booting stage at 5892112303 (1970-06-03 04:09:06.574023847 UTC)
[    5.920094] c1    529 dwc3_notify_vbus_work: pd_vbus_change = 0
[    5.920108] c1    529 dwc3_notify_vbus_work: maybe cable out or SINK first connect, resume state machine
[    5.920158] c1    529 [USB] b_sess_vld, chg_type=5, PolicyIsDFP=0, dwc3_vbus_boost=0
[    5.920177] c1    529 msm-dwc3 6a00000.ssusb: dwc3_msm_resume xo_vote_for_charger = 1
[    5.922391] c1    529 [USB] USB3_QSERDES_TX_DRV_LVL = 0x13
[    5.923471] c1    529 msm-dwc3 6a00000.ssusb: DWC3 exited from low power mode
[    5.929556] c1    493 e2fsck: e2fsck 1.42.9 (28-Dec-2013)
[    5.929556] c1    493 
[    5.929608] c1    493 e2fsck: Pass 1: Checking inodes, blocks, and sizes
[    5.929608] c1    493 
[    5.929621] c1    493 e2fsck: Pass 2: Checking directory structure
[    5.929621] c1    493 
[    5.929633] c1    493 e2fsck: Pass 3: Checking directory connectivity
[    5.929633] c1    493 
[    5.929644] c1    493 e2fsck: Pass 4: Checking reference counts
[    5.929644] c1    493 
[    5.929656] c1    493 e2fsck: Pass 5: Checking group summary information
[    5.929656] c1    493 
[    5.929668] c1    493 e2fsck: /dev/block/bootdevice/by-name/userdata: 3108/7487488 files (7.6% non-contiguous), 869919/29939712 blocks
[    5.929668] c1    493 
[    5.933932] c1    335 SMBCHG: smbchg_vfloat_adjust_check: Starting vfloat adjustments
[    5.934052] c1    335 SMBCHG: smbchg_vfloat_adjust_check: Starting vfloat adjustments
[    5.939430] c3    493 EXT4-fs (sda35): mounted filesystem with ordered data mode. Opts: barrier=1,noauto_da_alloc
[    5.939457] c3    493 SELinux: initialized (dev sda35, type ext4), uses xattr
[    5.939518] c3    493 fs_mgr: __mount(source=/dev/block/bootdevice/by-name/userdata,target=/data,type=ext4)=0
[    5.939552] c3    493 fs_mgr: /data is file encrypted
[    5.940752] c2      1 init: Starting service 'debuggerd'...
[    5.941651] c3      1 init: Starting service 'debuggerd64'...
[    5.942121] c0    490 [TP]:synaptics_rmi4_fb_notifier_cb, event = 16 blank = 0
[    5.942123] c3      1 init: Starting service 'vold'...
[    5.943384] c0    490 [TP]: [ERR]:synaptics_rmi4_irq_enable: Interrupt already enabled
[    5.943434] c0    490 [BATT] fb_notifier_callback-> display is On
[    5.943435] c3     43 [BATT] batt_worker: total_time since last batt update = 63 ms.
[    5.945983] c3     43 [BATT] calculate_batt_cycle_info: g_batt_first_use_time = 1970-06-03 04:09:06, g_overheat_55_sec = 0, g_total_level_raw = 0
[    5.945993] c3     43 [BATT] calculate_batt_cycle_info: save batt cycle data every 50%
[    5.945999] c3     43 [BATT] batt_level_adjust: pre_level=59, new_level=59, level would use raw level!
[    5.946011] c3     43 [BATT] ibat_max=3400000,ibat_new=3400000,prev_vol_limit=0,prev_ibat_health=1,chg_limit_reason=0,prev_screen_warm=0,prev_screen_hot=0,is_over_ibat=0,htc_batt_info.state=0x0 at 5946002934 (1970-06-03 04:09:06.627910155 UTC)
[    5.946024] c3     43 [BATT] set ibat max(3400000),ibat_total=3000000[3000000,0],ibat_total_new=3400000,is_parallel=0 at 5946016163 (1970-06-03 04:09:06.627924634 UTC)
[    5.946034] c3     43 [BATT] set_batt_psy_property. value(3400000) prop(32) at 5946024132 (1970-06-03 04:09:06.627935780 UTC)
[    5.946042] c3     43 SMBCHG: smbchg_set_fastchg_current_user: User setting FCC to 3400
[    5.949824] c3     43 [BATT][SMBCHG] 0x1010=00,0x1210=00,0x1242=00,0x1310=04,0x1340=07,0x1608=10,0x1610=01,cc=0uAh,warm_temp=470,cool_temp=100,pmic=rev1.1,sink_current=3,pd_chgr=1,wake_reason=1,smb_curr=18mA
[    5.949990] c3     43 [BATT][SMBCHG] CHG_STS[0B:0F]=[02,2e,9f,89,00],CHG_CFG[F0:F4]=[0f,04,1f,00,2e],CHG_CFG[F5:F9]=[00,00,01,02,02],CHG_CFG[FA:FF]=[1c,47,42,08,00,08],BAT_CFG[F0:F5]=[0f,04,06,c5,00,03],BAT_CFG[F6:FB]=[03,3b,1a,04,d8,41]
[    5.950001] c3     43 [BATT][SMBCHG] USB_STS[07:0B]=[1f,02,02,08,08],USB_STS[0C:0F]=[00,08,0f,ff],USB_CFG[F0:F5]=[0f,02,1f,00,11,ab],MISC_CFG[F0:F4]=[0f,00,12,06,25],MISC_CFG[F5:F9]=[38,18,94,e0,00],MISC_CFG[FA:FF]=[00,05,b0,05,f0,02],SMB1351[00:06]=[02,1c,87,ef,08,11,6b,],[32]=[00]
[    5.952751] c3     43 [BATT] cable_impedance: 0, R_cable_impedance: 0, aicl_result: 0 at 5952741997 (1970-06-03 04:09:06.634652031 UTC)
[    5.952793] c3     43 [BATT] ID=2,level=59,level_raw=59,vol=3835mV,temp=265,current=787348uA,chg_name=PD5V_3A,chg_src=2,chg_en=2,health=1,overload=0,duration=0min,vbus=5057mV,max_iusb=3000mA,chg_limit_reason=0,chg_stop_reason=0,consistent=-1,flag=0x00000000,AICL=3000mA,htc_ext=0x00,usb_temp=268,usb_overheat=0,level_accu=0 at 5952783664 (1970-06-03 04:09:06.634678541 UTC)
[    5.952801] c3     43 [BATT] Device is at booting stage at 5952790955 (1970-06-03 04:09:06.634703176 UTC)
[    6.227152] c0    341 SMBCHG: fastchg_handler: p2f triggered
[    6.227182] c0    341 SMBCHG: smbchg_vfloat_adjust_check: Starting vfloat adjustments
[    6.386853] c1    359 SMBCHG: smbchg_parallel_usb_en_work: AICL at 3000
[    6.387421] c1    359 SMBCHG: smbchg_parallel_usb_enable: Attempting to enable parallel charger
[    6.388368] c1    359 SMB1351 smb1351_usb_suspend: reason = 4 requested_suspend = 0 suspended_status = 4 -> 0
[    6.389734] c1    359 SMBCHG: smbchg_parallel_usb_enable: New Total USB current = 3000[1500, 1500]
[    6.389745] c1    359 SMBCHG: smbchg_set_usb_current_max: USB current_ma = 1500
[    6.389853] c1    359 SMBCHG: smbchg_set_usb_current_max: usb type = 9 current set to 1500 mA
[    6.390556] c1    359 SMBCHG: smbchg_set_fastchg_current_raw: fastcharge current requested 1800, set to 1800
[    6.390567] c1    359 SMBCHG: smbchg_parallel_usb_enable: FCC = 3400[1800, 1600]
[    6.390574] c1    359 SMBCHG: smbchg_relax: relaxing: 0x00 (bit 1)
[    6.547380] c2      1 init: Not bootcharting.
[    6.548644] c3     83 get_ice_device_from_storage_type: found ice device ffffffc0f6bd5a00
[    6.549669] c3     83 get_ice_device_from_storage_type: found ice device ffffffc0f6bd5a00
[    6.697673] c2      1 init: Starting service 'exec 3 (/system/bin/tzdatacheck)'...
[    6.710743] c2      1 init: Service 'exec 3 (/system/bin/tzdatacheck)' (pid 553) exited with status 0
[    6.712683] c2      1 init: Service 'qseecomd' is being killed...
[    6.713964] c2      1 init: Service 'qseecomd' (pid 435) killed by signal 9
[    6.713983] c2      1 init: Service 'qseecomd' (pid 435) killing any children in process group
[    6.714660] c2      1 init: Untracked pid 437 killed by signal 9
[    6.716745] c2      1 sps:debugfs:input BAM physical address:0x7544000
[    6.716759] c2      1 sps:no dump option is chosen yet.init: Starting service 'exec 4 (/system/bin/otapreopt_slot)'...
[    6.761307] c3      1 init: Service 'exec 4 (/system/bin/otapreopt_slot)' (pid 554) exited with status 0
[    6.762196] c3      1 init: SELinux:  Could not stat /data/dalvik-cache/mips: No such file or directory.
[    6.762238] c3      1 init: SELinux:  Could not stat /data/dalvik-cache/mips64: No such file or directory.
[    6.762276] c3      1 init: SELinux:  Could not stat /data/dalvik-cache/x86: No such file or directory.
[    6.762312] c3      1 init: SELinux:  Could not stat /data/dalvik-cache/x86_64: No such file or directory.
[    6.763060] c3      1 init: Starting service 'exec 5 (/system/bin/recovery-persist)'...
[    6.769164] c3      1 init: Service 'exec 5 (/system/bin/recovery-persist)' (pid 557) exited with status 0
[    6.769456] c3      1 init: Starting service 'exec 6 (/system/bin/bootstat)'...
[    6.777896] c3      1 init: Service 'exec 6 (/system/bin/bootstat)' (pid 558) exited with status 0
[    6.824358] c0    491 msm_qti_pp_get_rms_value_control, back not active to query rms be_idx:3
[    6.834758] c0    491 [AUD] snd_soc_qdsp6v2: msm_voice_sound_focus_get: Error getting Sound Focus Params, err=-22
[    6.835001] c0    491 [AUD] snd_soc_qdsp6v2: msm_voice_source_tracking_get: Error getting Source Tracking Params, err=-22
[    6.835237] c0    491 [AUD] snd_soc_qdsp6v2: msm_audio_get_copp_idx_from_port_id: Invalid FE, exiting
[    6.835249] c0    491 [AUD] snd_soc_qdsp6v2: msm_audio_sound_focus_get: Could not get copp idx for port_id=16385
[    6.835444] c0    491 [AUD] snd_soc_qdsp6v2: msm_audio_get_copp_idx_from_port_id: Invalid FE, exiting
[    6.835454] c0    491 [AUD] snd_soc_qdsp6v2: msm_audio_source_tracking_get: Could not get copp idx for port_id=16385
[    6.835679] c0    491 [AUD] snd_soc_qdsp6v2: msm_voice_sound_focus_get: Error getting Sound Focus Params, err=-22
[    6.835929] c0    491 [AUD] snd_soc_qdsp6v2: msm_voice_source_tracking_get: Error getting Source Tracking Params, err=-22
[    6.836219] c0    491 [AUD] snd_soc_qdsp6v2: msm_audio_get_copp_idx_from_port_id: Invalid FE, exiting
[    6.836229] c0    491 [AUD] snd_soc_qdsp6v2: msm_audio_sound_focus_get: Could not get copp idx for port_id=4101
[    6.836482] c0    491 [AUD] snd_soc_qdsp6v2: msm_audio_get_copp_idx_from_port_id: Invalid FE, exiting
[    6.836493] c0    491 [AUD] snd_soc_qdsp6v2: msm_audio_source_tracking_get: Could not get copp idx for port_id=4101
[    6.842070] c0    491 msm_pcm_volume_ctl_get substream runtime not found
[    6.842979] c0    491 msm_pcm_volume_ctl_get substream runtime not found
[    6.843798] c0    491 msm_pcm_volume_ctl_get substream runtime not found
[    6.844553] c0    491 [AUD] snd_soc_qdsp6v2: msm_compr_audio_effects_config_get: stream or effects inactive
[    6.846636] c0    491 msm_pcm_volume_ctl_get substream runtime not found
[    6.847211] c0    491 [AUD] snd_soc_qdsp6v2: msm_compr_audio_effects_config_get: stream or effects inactive
[    6.848487] c0    491 [AUD] snd_soc_qdsp6v2: msm_compr_audio_effects_config_get: stream or effects inactive
[    6.850406] c0    491 msm_pcm_volume_ctl_get substream runtime not found
[    6.852527] c0    491 msm_pcm_volume_ctl_get substream runtime not found
[    6.852928] c0    491 [AUD] snd_soc_qdsp6v2: msm_compr_audio_effects_config_get: stream or effects inactive
[    6.854156] c0    491 [AUD] snd_soc_qdsp6v2: msm_compr_audio_effects_config_get: stream or effects inactive
[    6.855754] c2      1 init: Starting service 'logd-reinit'...
[    6.856171] c2      1 init: property 'persist.sys.ssr.enable_debug' doesn't exist while expanding '${persist.sys.ssr.enable_debug}'
[    6.856183] c2      1 init: write: cannot expand '${persist.sys.ssr.enable_debug}'
[    6.856199] c2      1 init: property 'persist.sys.mba_boot_timeout' doesn't exist while expanding '${persist.sys.mba_boot_timeout}'
[    6.856209] c2      1 init: write: cannot expand '${persist.sys.mba_boot_timeout}'
[    6.856224] c2      1 init: property 'persist.sys.modem_auth_timeout' doesn't exist while expanding '${persist.sys.modem_auth_timeout}'
[    6.856233] c2      1 init: write: cannot expand '${persist.sys.modem_auth_timeout}'
[    6.856247] c2      1 init: property 'persist.sys.pil_proxy_timeout' doesn't exist while expanding '${persist.sys.pil_proxy_timeout}'
[    6.856256] c2      1 init: write: cannot expand '${persist.sys.pil_proxy_timeout}'
[    6.856776] c0    491 [AUD] snd_soc_qdsp6v2: msm_compr_audio_effects_config_get: stream or effects inactive
[    6.858103] c0    491 [AUD] snd_soc_qdsp6v2: msm_compr_audio_effects_config_get: stream or effects inactive
[    6.858277] c2      1 init: Starting service 'healthd'...
[    6.858783] c2      1 init: Starting service 'per_mgr'...
[    6.859209] c2      1 init: Starting service 'qseecomd'...
[    6.860608] c2      1 init: Starting service 'irsc_util'...
[    6.862163] c2      1 init: Starting service 'rmt_storage'...
[    6.863842] c2      1 init: Starting service 'msm_irqbalance'...
[    6.864445] c2      1 init: Starting service 'lmkd'...
[    6.865090] c2      1 init: Starting service 'exec 7 (/system/bin/init.power.sh)'...
[    6.868147] c0    491 [AUD] snd_soc_qdsp6v2: msm_compr_audio_effects_config_get: stream or effects inactive
[    6.868350] c3    560 healthd: Unknown power supply type 'Wipower'
[    6.868408] c3    560 healthd: Unknown power supply type 'BMS'
[    6.868455] c3    560 healthd: Unknown power supply type 'BMS'
[    6.868577] c3    560 healthd: Unknown power supply type 'USB_Parallel'
[    6.868628] c3    560 healthd: Unknown power supply type 'BMS'
[    6.868949] c3    560 healthd: BatteryFullChargePath not found
[    6.868960] c3    560 healthd: BatteryCycleCountPath not found
[    6.869760] c0    491 [AUD] snd_soc_qdsp6v2: msm_compr_audio_effects_config_get: stream or effects inactive
[    6.878176] c2      1 init: Service 'irsc_util' (pid 563) exited with status 0
[    6.883649] c3    567 msm_thermal:store_cc_enabled Core control disabled
[    6.893526] c1    359 SMBCHG: smbchg_parallel_usb_en_work: AICL at 1500
[    6.895090] c1    359 SMBCHG: smbchg_parallel_usb_enable: Attempting to enable parallel charger
[    6.896186] c1    359 SMB1351 smb1351_usb_suspend: reason = 4 requested_suspend = 0 suspended_status = 0 -> 0
[    6.897000] c1    359 SMBCHG: smbchg_parallel_usb_enable: New Total USB current = 3000[1500, 1500]
[    6.897016] c1    359 SMBCHG: smbchg_set_usb_current_max: USB current_ma = 1500
[    6.897132] c1    359 SMBCHG: smbchg_set_usb_current_max: usb type = 9 current set to 1500 mA
[    6.898850] c1    359 SMBCHG: smbchg_set_fastchg_current_raw: skipping fastchg current request: 1800
[    6.898971] c1    359 SMBCHG: smbchg_parallel_usb_enable: FCC = 3400[1800, 1600]
[    6.899178] c0    491 [AUD] snd_soc_msm8996: msm_htc_ftm_get: non ftm state
[    6.899203] c0    491 [AUD] snd_soc_msm8996: ftm gpio value 0 on No.0
[    6.899215] c0    491 [AUD] snd_soc_msm8996: ftm gpio value 0 on No.1
[    6.899226] c0    491 [AUD] snd_soc_msm8996: ftm gpio value 0 on No.2
[    6.899238] c0    491 [AUD] snd_soc_msm8996: ftm gpio value 0 on No.3
[    6.900811] c0    491 [AUD] snd_soc_qdsp6v2: get_adm_custom_effect_status: usSetEffectBit is 0x0
[    6.900857] c0    491 [AUD] snd_soc_msm8996: msm_adaptivesound_enable_get: adaptivesound_enable = 0 0x0
[    6.901308] c0    491 [AUD] snd_soc_qdsp6v2: get_adm_custom_effect_status: usSetEffectBit is 0x0
[    6.901347] c0    491 [AUD] snd_soc_msm8996: msm_onedotone_get: htc_onedotone_enable = 0 0x0
[    6.906410] c3    567 msm_thermal:store_cc_enabled Core control enabled
[    6.906502] c3    567 msm_thermal:update_offline_cores cpus_offlined: 0
[    6.906564] c3    567 msm_thermal:sensor_mgr_set_threshold zone:0 Invalid trip:0
[    6.906597] c3    567 msm_thermal:sensor_mgr_set_threshold zone:0 Invalid trip:0
[    6.906633] c3    567 msm_thermal:sensor_mgr_set_threshold zone:0 Invalid trip:0
[    6.906662] c3    567 msm_thermal:sensor_mgr_set_threshold zone:0 Invalid trip:0
[    6.906826] c3    567 msm_thermal:sensor_mgr_set_threshold zone:0 Invalid trip:0
[    6.906858] c3    567 msm_thermal:sensor_mgr_set_threshold zone:0 Invalid trip:0
[    6.906893] c3    567 msm_thermal:sensor_mgr_set_threshold zone:0 Invalid trip:0
[    6.906920] c3    567 msm_thermal:sensor_mgr_set_threshold zone:0 Invalid trip:0
[    6.928243] c2      1 init: Service 'exec 7 (/system/bin/init.power.sh)' (pid 567) exited with status 0
[    6.928618] c2      1 init: Starting service 'exec 8 (/system/bin/init.mid.sh)'...
[    6.937817] c0    433 type=1400 audit(13234147.590:30): avc: denied { search } for pid=570 comm="qseecomd" name="firmware" dev="dm-0" ino=25 scontext=u:r:tee:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[    6.961394] c2      1 init: Service 'logd-reinit' (pid 559) exited with status 0
[    6.965237] c0    427 logd.daemon: reinit
[    6.978420] c3      1 init: Service 'exec 8 (/system/bin/init.mid.sh)' (pid 588) exited with status 0
[    6.979808] c3      1 init: Starting service 'exec 9 (/system/bin/init.foreground.sh)'...
[    6.982053] c1    433 type=1400 audit(13234147.593:31): avc: granted { net_bind_service } for pid=564 comm="rmt_storage" capability=10 scontext=u:r:rmt:s0 tcontext=u:r:rmt:s0 tclass=capability
[    7.042678] c3      1 init: Service 'exec 9 (/system/bin/init.foreground.sh)' (pid 592) exited with status 0
[    7.043922] c3      1 init: write_file: Unable to open '/proc/sys/kernel/sched_boost': No such file or directory
[    7.043953] c3      1 init: write_file: Unable to open '/sys/devices/soc/75ba000.i2c/i2c-12/12-0020/input/input0/update_fw': No such file or directory
[    7.045517] c3      1 init: write_file: Unable to open '/proc/sys/net/ipv6/conf/rmnet0/accept_ra': No such file or directory
[    7.045549] c3      1 init: write_file: Unable to open '/proc/sys/net/ipv6/conf/rmnet1/accept_ra': No such file or directory
[    7.045574] c3      1 init: write_file: Unable to open '/proc/sys/net/ipv6/conf/rmnet2/accept_ra': No such file or directory
[    7.045598] c3      1 init: write_file: Unable to open '/proc/sys/net/ipv6/conf/rmnet3/accept_ra': No such file or directory
[    7.045621] c3      1 init: write_file: Unable to open '/proc/sys/net/ipv6/conf/rmnet4/accept_ra': No such file or directory
[    7.045645] c3      1 init: write_file: Unable to open '/proc/sys/net/ipv6/conf/rmnet5/accept_ra': No such file or directory
[    7.045668] c3      1 init: write_file: Unable to open '/proc/sys/net/ipv6/conf/rmnet6/accept_ra': No such file or directory
[    7.045692] c3      1 init: write_file: Unable to open '/proc/sys/net/ipv6/conf/rmnet7/accept_ra': No such file or directory
[    7.045715] c3      1 init: write_file: Unable to open '/proc/sys/net/ipv6/conf/rmnet_sdio0/accept_ra': No such file or directory
[    7.045739] c3      1 init: write_file: Unable to open '/proc/sys/net/ipv6/conf/rmnet_sdio1/accept_ra': No such file or directory
[    7.045763] c3      1 init: write_file: Unable to open '/proc/sys/net/ipv6/conf/rmnet_sdio2/accept_ra': No such file or directory
[    7.045786] c3      1 init: write_file: Unable to open '/proc/sys/net/ipv6/conf/rmnet_sdio3/accept_ra': No such file or directory
[    7.045810] c3      1 init: write_file: Unable to open '/proc/sys/net/ipv6/conf/rmnet_sdio4/accept_ra': No such file or directory
[    7.045833] c3      1 init: write_file: Unable to open '/proc/sys/net/ipv6/conf/rmnet_sdio5/accept_ra': No such file or directory
[    7.045856] c3      1 init: write_file: Unable to open '/proc/sys/net/ipv6/conf/rmnet_sdio6/accept_ra': No such file or directory
[    7.045879] c3      1 init: write_file: Unable to open '/proc/sys/net/ipv6/conf/rmnet_sdio7/accept_ra': No such file or directory
[    7.045903] c3      1 init: write_file: Unable to open '/proc/sys/net/ipv6/conf/rmnet_usb0/accept_ra': No such file or directory
[    7.045926] c3      1 init: write_file: Unable to open '/proc/sys/net/ipv6/conf/rmnet_usb1/accept_ra': No such file or directory
[    7.045949] c3      1 init: write_file: Unable to open '/proc/sys/net/ipv6/conf/rmnet_usb2/accept_ra': No such file or directory
[    7.045973] c3      1 init: write_file: Unable to open '/proc/sys/net/ipv6/conf/rmnet_usb3/accept_ra': No such file or directory
[    7.046672] c3      1 init: write_file: Unable to open '/sys/class/leds/wled/brightness': No such file or directory
[    7.046938] c3      1 init: Starting service 'per_proxy'...
[    7.047348] c3      1 enable_store: android_usb: already disabled
[    7.047657] c3      1 init: Starting service 'adbd'...
[    7.055999] c3      1 init: write_file: Unable to open '/sys/class/leds/wled/brightness': No such file or directory
[    7.056379] c3      1 init: Starting service 'exec 10 (/system/bin/update_verifier)'...
[    7.069468] c2    575 subsys-restart: __subsystem_get(): Changing subsys fw_name to modem
[    7.071412] c0    601 read descriptors
[    7.071433] c0    601 read strings
[    7.071463] c0    601 mtp_bind_config
[    7.072870] c2    575 IPA received MPSS BEFORE_POWERUP
[    7.073614] c3    575 ipa ipa2_uc_state_check:301 uC is not loaded
[    7.073645] c3    575 ipa ipa_sps_irq_control_all:937 EP (5) not allocated.
[    7.075557] c0    575 IPA BEFORE_POWERUP handling is complete
[    7.077072] c0    575 pil-q6v5-mss 2080000.qcom,mss: modem: loading from 0x0000000088800000 to 0x000000008e9f0000
[    7.077644] c0    491 EXT4-fs warning (device sda35): ext4_lookup:1603: Inconsistent encryption contexts: 3850301/3850874
[    7.077644] c0    491 
[    7.078299] c2      1 init: Service 'exec 10 (/system/bin/update_verifier)' (pid 597) exited with status 0
[    7.078379] c2      1 init: cannot find '/system/bin/install-recovery.sh' (No such file or directory), disabling 'flash_recovery'
[    7.078613] c2      1 init: Starting service 'thermal-engine'...
[    7.079126] c2      1 init: Starting service 'adsprpcd'...
[    7.079587] c2      1 init: Starting service 'imsqmidaemon'...
[    7.080128] c2      1 init: Starting service 'ssr_setup'...
[    7.080504] c0    491 EXT4-fs warning (device sda35): ext4_lookup:1603: Inconsistent encryption contexts: 3850301/3850875
[    7.080504] c0    491 
[    7.080678] c2      1 init: Starting service 'port-bridge'...
[    7.081161] c2      1 init: Starting service 'netmgrd'...
[    7.081641] c2      1 init: Service qti does not have a SELinux domain defined.
[    7.081807] c2      1 init: Starting service 'perfd'...
[    7.082324] c2      1 init: Starting service 'zygote'...
[    7.082812] c2      1 init: Starting service 'zygote_secondary'...
[    7.083347] c2      1 init: Starting service 'cameraserver'...
[    7.083914] c2      1 init: Starting service 'drm'...
[    7.083977] c0    491 EXT4-fs warning (device sda35): ext4_lookup:1603: Inconsistent encryption contexts: 3850301/3850876
[    7.083977] c0    491 
[    7.084455] c2      1 init: Starting service 'installd'...
[    7.084999] c2      1 init: Starting service 'keystore'...
[    7.085566] c2      1 init: Starting service 'mediacodec'...
[    7.086198] c2      1 init: Starting service 'mediadrm'...
[    7.087524] c3    491 EXT4-fs warning (device sda35): ext4_lookup:1603: Inconsistent encryption contexts: 3850301/3850877
[    7.087524] c3    491 
[    7.088280] c2      1 init: Starting service 'mediaextractor'...
[    7.088845] c3    491 EXT4-fs warning (device sda35): ext4_lookup:1603: Inconsistent encryption contexts: 3850301/3850878
[    7.088845] c3    491 
[    7.092960] c3    605 'opened /dev/adsprpc-smd c 215 0'
[    7.093031] c2      1 init: Starting service 'media'...
[    7.093722] c2      1 init: Starting service 'netd'...
[    7.094260] c2      1 init: Starting service 'ril-daemon'...
[    7.094813] c2      1 init: Starting service 'fingerprintd'...
[    7.095317] c2      1 init: Starting service 'time_daemon'...
[    7.095830] c2      1 init: Starting service 'cnd'...
[    7.097425] c3    491 EXT4-fs warning (device sda35): ext4_lookup:1603: Inconsistent encryption contexts: 3850301/3850879
[    7.097425] c3    491 
[    7.102201] c0      1 init: Starting service 'cnss_diag'...
[    7.104078] c0      1 init: Starting service 'cnss-daemon'...
[    7.104692] c0    491 EXT4-fs warning (device sda35): ext4_lookup:1603: Inconsistent encryption contexts: 3850301/3850880
[    7.104692] c0    491 
[    7.122165] c0      1 init: Starting service 'loc_launcher'...
[    7.123077] c0      1 init: Starting service 'init-radio-sh'...
[    7.125474] c0      1 init: Starting service 'nanohub_slpi'...
[    7.126593] c0      1 init: Starting service 'gatekeeperd'...
[    7.127516] c0      1 init: Starting service 'update_engine'...
[    7.135597] c0    491 wcdcal_hwdep_ioctl_shared: incorrect firmware size 154 for vbat
[    7.136786] c0    575 pil-q6v5-mss 2080000.qcom,mss: Debug policy not present - msadp. Continue.
[    7.141692] c0    575 pil-q6v5-mss 2080000.qcom,mss: Loading MBA and DP (if present) from 0x00000000f7200000 to 0x00000000f7300000 size 100000
[    7.143422] c1    610 devbw soc:qcom,cpubw: dev_pm_opp_get_opp_count: device OPP not found (-19)
[    7.149113] c1    433 type=1400 audit(13234147.826:32): avc: denied { read write } for pid=606 comm="imsqmidaemon" name="diag" dev="tmpfs" ino=15131 scontext=u:r:ims:s0 tcontext=u:object_r:diag_device:s0 tclass=chr_file permissive=0
[    7.150126] c0      1 init: Service 'ssr_setup' (pid 607) exited with status 0
[    7.155052] c1    433 type=1400 audit(13234147.830:33): avc: denied { dac_override } for pid=642 comm="thermal-engine" capability=1 scontext=u:r:thermal-engine:s0 tcontext=u:r:thermal-engine:s0 tclass=capability permissive=0
[    7.187681] c0      1 dwc3 6a00000.dwc3: request ffffffc0f4a03700 was not queued to ep0out
[    7.196212] c0      1 mtp_bind_config
[    7.197993] c3    433 type=1400 audit(1505257935.408:34): avc: granted { net_admin } for pid=630 comm="cnss-daemon" capability=12 scontext=u:r:cnss-daemon:s0 tcontext=u:r:cnss-daemon:s0 tclass=capability
[    7.221150] c3    433 type=1400 audit(1505257935.415:35): avc: denied { read write } for pid=657 comm="time_daemon" name="diag" dev="tmpfs" ino=15131 scontext=u:r:time:s0 tcontext=u:object_r:diag_device:s0 tclass=chr_file permissive=0
[    7.221416] c3    433 type=1400 audit(1505257935.418:36): avc: denied { read write } for pid=662 comm="cnss-daemon" name="diag" dev="tmpfs" ino=15131 scontext=u:r:cnss-daemon:s0 tcontext=u:object_r:diag_device:s0 tclass=chr_file permissive=0
[    7.233740] c1    575 pil-q6v5-mss 2080000.qcom,mss: MBA boot done
[    7.288141] c0      1 init: Starting service 'imsdatadaemon'...
[    7.289080] c0      1 init: Service 'cnss_diag' (pid 626) exited with status 255
[    7.289247] c0      1 init: Service 'init-radio-sh' (pid 632) exited with status 0
[    7.341534] c0    633 'opened /dev/sdsprpc-smd c 215 1'
[    7.361670] c2    433 type=1400 audit(1505257935.475:37): avc: denied { dac_override } for pid=626 comm="cnss_diag" capability=1 scontext=u:r:cnss_diag:s0 tcontext=u:r:cnss_diag:s0 tclass=capability permissive=0
[    7.362577] c2    433 type=1400 audit(1505257935.488:38): avc: denied { dac_override } for pid=609 comm="netmgrd" capability=1 scontext=u:r:netmgrd:s0 tcontext=u:r:netmgrd:s0 tclass=capability permissive=0
[    7.362925] c2    433 type=1400 audit(1505257935.498:39): avc: denied { read write } for pid=625 comm="cnd" name="diag" dev="tmpfs" ino=15131 scontext=u:r:cnd:s0 tcontext=u:object_r:diag_device:s0 tclass=chr_file permissive=0
[    7.364608] c3    745 msm_thermal:interrupt_mode_init switch to interrupt mode
[    7.364608] c3    745 ,
[    7.364657] c3    745 msm_thermal:disable_msm_thermal Max frequency reset for CPU0
[    7.364667] c3    745 msm_thermal:disable_msm_thermal Max frequency reset for CPU1
[    7.364672] c3    745 msm_thermal:disable_msm_thermal Max frequency reset for CPU2
[    7.364677] c3    745 msm_thermal:disable_msm_thermal Max frequency reset for CPU3
[    7.368303] c2    745 msm_thermal:set_enabled enabled = 0
[    7.370137] c2    745 msm_thermal:store_cpus_offlined "thermal-engine"(PID:745) request cpus offlined mask 0 
[    7.479909] c2    433 type=1400 audit(1505257935.688:40): avc: denied { read write } for pid=701 comm="imsdatadaemon" name="diag" dev="tmpfs" ino=15131 scontext=u:r:ims:s0 tcontext=u:object_r:diag_device:s0 tclass=chr_file permissive=0
[    7.526090] c0    618 dwc3 dwc3_gadget_conndone_interrupt: usb conn speed = 3
[    7.539776] c0      4 android_work: [USB] android_work: sw_suspended 0, suspended 0 config 0,connect2pc 0
[    7.539788] c0      4 android_work: [USB] android_work: sw_connected 0, connected 1 last_uevent 0
[    7.539992] c0      4 android_work: android_work: sent uevent USB_STATE=CONNECTED
[    7.540000] c0      4 android_work: [USB] android_work: set usb_connect2pc = 1
[    7.611985] c0    259 android_usb gadget: high-speed config #1: 66bf0c8.android_usb
[    7.612101] c0    259 msm-dwc3 6a00000.ssusb: Avail curr from USB = 500
[    7.612255] c0      4 SMBCHG: smbchg_stay_awake: staying awake: 0x02 (bit 2)
[    7.612311] c0      4 SMBCHG: smbchg_vfloat_adjust_check: Starting vfloat adjustments
[    7.612484] c0      4 android_work: [USB] android_work: sw_suspended 0, suspended 0 config 1,connect2pc 1
[    7.612492] c0      4 android_work: [USB] android_work: sw_connected 1, connected 1 last_uevent 1
[    7.613892] c0    379 SMBCHG: smbchg_relax: relaxing: 0x00 (bit 2)
[    7.616829] c0    560 healthd: battery l=59 v=3835 t=26.5 h=2 st=2 c=787 chg=a
[    7.625175] c0    560 healthd: battery l=59 v=3835 t=26.5 h=2 st=2 c=787 chg=a
[    7.666779] c0      4 android_work: android_work: sent uevent USB_STATE=CONFIGURED
[    7.728252] c1    448 nanohub: nanohub_bl_read_memory: status=79, addr=08000000, length=173068
[    7.729106] c1    448 nanohub: i=0, erase=0, erase_write=1, write=0
[    7.729121] c1    448 nanohub: i=1, erase=0, erase_write=1, write=0
[    7.729127] c1    448 nanohub: i=2, erase=0, erase_write=1, write=0
[    7.729133] c1    448 nanohub: i=3, erase=0, erase_write=1, write=0
[    7.729166] c1    448 nanohub nanohub: nanohub_download_bl: status=79
[    7.930217] c1    491 msm_qti_pp_get_rms_value_control, back not active to query rms be_idx:3
[    7.960415] c1    491 [AUD] snd_soc_qdsp6v2: msm_voice_sound_focus_get: Error getting Sound Focus Params, err=-22
[    7.960931] c1    491 [AUD] snd_soc_qdsp6v2: msm_voice_source_tracking_get: Error getting Source Tracking Params, err=-22
[    7.961352] c1    491 [AUD] snd_soc_qdsp6v2: msm_audio_get_copp_idx_from_port_id: Invalid FE, exiting
[    7.961367] c1    491 [AUD] snd_soc_qdsp6v2: msm_audio_sound_focus_get: Could not get copp idx for port_id=16385
[    7.961674] c1    491 [AUD] snd_soc_qdsp6v2: msm_audio_get_copp_idx_from_port_id: Invalid FE, exiting
[    7.961686] c1    491 [AUD] snd_soc_qdsp6v2: msm_audio_source_tracking_get: Could not get copp idx for port_id=16385
[    7.961913] c1    491 [AUD] snd_soc_qdsp6v2: msm_voice_sound_focus_get: Error getting Sound Focus Params, err=-22
[    7.962181] c1    491 [AUD] snd_soc_qdsp6v2: msm_voice_source_tracking_get: Error getting Source Tracking Params, err=-22
[    7.962412] c1    491 [AUD] snd_soc_qdsp6v2: msm_audio_get_copp_idx_from_port_id: Invalid FE, exiting
[    7.962421] c1    491 [AUD] snd_soc_qdsp6v2: msm_audio_sound_focus_get: Could not get copp idx for port_id=4101
[    7.962660] c1    491 [AUD] snd_soc_qdsp6v2: msm_audio_get_copp_idx_from_port_id: Invalid FE, exiting
[    7.962669] c1    491 [AUD] snd_soc_qdsp6v2: msm_audio_source_tracking_get: Could not get copp idx for port_id=4101
[    7.967144] c1    491 msm_pcm_volume_ctl_get substream runtime not found
[    7.968097] c1    491 msm_pcm_volume_ctl_get substream runtime not found
[    7.968981] c1    491 msm_pcm_volume_ctl_get substream runtime not found
[    7.969413] c1    491 [AUD] snd_soc_qdsp6v2: msm_compr_audio_effects_config_get: stream or effects inactive
[    7.972737] c1    491 msm_pcm_volume_ctl_get substream runtime not found
[    7.973480] c1    491 [AUD] snd_soc_qdsp6v2: msm_compr_audio_effects_config_get: stream or effects inactive
[    7.975051] c1    491 [AUD] snd_soc_qdsp6v2: msm_compr_audio_effects_config_get: stream or effects inactive
[    7.976631] c1    491 msm_pcm_volume_ctl_get substream runtime not found
[    7.984876] c1    491 msm_pcm_volume_ctl_get substream runtime not found
[    7.985302] c1    491 [AUD] snd_soc_qdsp6v2: msm_compr_audio_effects_config_get: stream or effects inactive
[    7.986588] c1    491 [AUD] snd_soc_qdsp6v2: msm_compr_audio_effects_config_get: stream or effects inactive
[    7.989399] c1    491 [AUD] snd_soc_qdsp6v2: msm_compr_audio_effects_config_get: stream or effects inactive
[    7.990817] c1    491 [AUD] snd_soc_qdsp6v2: msm_compr_audio_effects_config_get: stream or effects inactive
[    7.992192] c1    491 [AUD] snd_soc_qdsp6v2: msm_compr_audio_effects_config_get: stream or effects inactive
[    7.993837] c1    491 [AUD] snd_soc_qdsp6v2: msm_compr_audio_effects_config_get: stream or effects inactive
[    8.011668] c1    491 [AUD] snd_soc_msm8996: msm_htc_ftm_get: non ftm state
[    8.011694] c1    491 [AUD] snd_soc_msm8996: ftm gpio value 0 on No.0
[    8.011702] c1    491 [AUD] snd_soc_msm8996: ftm gpio value 0 on No.1
[    8.011711] c1    491 [AUD] snd_soc_msm8996: ftm gpio value 0 on No.2
[    8.011719] c1    491 [AUD] snd_soc_msm8996: ftm gpio value 0 on No.3
[    8.012567] c1    491 [AUD] snd_soc_qdsp6v2: get_adm_custom_effect_status: usSetEffectBit is 0x0
[    8.012581] c1    491 [AUD] snd_soc_msm8996: msm_adaptivesound_enable_get: adaptivesound_enable = 0 0x0
[    8.012824] c1    491 [AUD] snd_soc_qdsp6v2: get_adm_custom_effect_status: usSetEffectBit is 0x0
[    8.012834] c1    491 [AUD] snd_soc_msm8996: msm_onedotone_get: htc_onedotone_enable = 0 0x0
[    8.025102] c1    491 tasha_codec tasha_codec: tasha_mad_input_put: mic bias source not found for input = DMIC1
[    8.178353] c1    613 msm_pm_qos_add_request: add request
[    8.193161] c2    613 msm_sensor_fill_eeprom_subdevid_by_name:208 Eeprom userspace probe for sony_imx378
[    8.209027] c0    613 msm_cci_init:1374: hw_version = 0x10040000
[    8.209753] c0    613 imx378_htc probe succeeded
[    8.227492] c1    613 msm_sensor_fill_eeprom_subdevid_by_name:208 Eeprom userspace probe for sony_imx179
[    8.243828] c1    613 msm_cci_init:1374: hw_version = 0x10040000
[    8.244177] c3    613 imx179_htc probe succeeded
[    8.261907] c3    613 msm_csid_init: CSID_VERSION = 0x30050000
[    8.262498] c0    613 msm_csid_irq CSID0_IRQ_STATUS_ADDR = 0x800
[    8.264477] c0    613 msm_csid_init: CSID_VERSION = 0x30050000
[    8.265199] c0      0 msm_csid_irq CSID1_IRQ_STATUS_ADDR = 0x800
[    8.269675] c0    698 tfa98xx_spk_event(): event 2
[    8.276309] c3    613 msm_cci_init:1374: hw_version = 0x10040000
[    8.292246] c0    247 sps: BAM device 0x0000000007584000 is not registered yet.
[    8.292541] c0    247 sps:BAM 0x0000000007584000 is registered.
[    8.293019] c0    247 sps:BAM 0x0000000007584000 (va:0xffffff8001e00000) enabled: ver:0x19, number of pipes:24
[    8.388275] c0      0 irq 354, desc: ffffffc0f93d4e00, depth: 0, count: 0, unhandled: 0
[    8.388291] c0      0 ->handle_irq():  ffffffc00032db6c, msm_gpio_irq_handler+0x0/0x148
[    8.388312] c0      0 ->irq_data.chip(): ffffffc0015885a8, gic_chip+0x0/0xe8
[    8.388324] c0      0 ->action():           (null)
[    8.388330] c0      0    IRQ_NOPROBE set
[    8.388335] c0      0  IRQ_NOREQUEST set
[    8.388340] c0      0   IRQ_NOTHREAD set
[    8.388658] c0    432 irq 354, desc: ffffffc0f93d4e00, depth: 0, count: 0, unhandled: 0
[    8.388664] c0    432 ->handle_irq():  ffffffc00032db6c, msm_gpio_irq_handler+0x0/0x148
[    8.388676] c0    432 ->irq_data.chip(): ffffffc0015885a8, gic_chip+0x0/0xe8
[    8.388685] c0    432 ->action():           (null)
[    8.388690] c0    432    IRQ_NOPROBE set
[    8.388695] c0    432  IRQ_NOREQUEST set
[    8.388699] c0    432   IRQ_NOTHREAD set
[    8.421594] c3    575 pil-q6v5-mss 2080000.qcom,mss: modem: Brought out of reset
[    8.515893] c0    611 pil-q6v5-mss 2080000.qcom,mss: Subsystem error monitoring/handling services are up
[    8.515997] c0    330 pil-q6v5-mss 2080000.qcom,mss: modem: Power/Clock ready interrupt received
[    8.518525] c3    575 IPA received MPSS AFTER_POWERUP
[    8.518535] c3    575 IPA AFTER_POWERUP handling is complete
[    8.522565] c0    330 M-Notify: General: 7
[    8.567107] c2    613 msm_cci_init:1374: hw_version = 0x10040000
[    8.574033] c3      1 init: Service 'flash-nanohub-fw' (pid 448) exited with status 0
[    8.605144] c0    259 sysmon-qmi: sysmon_clnt_svc_arrive: Connection established between QMI handle and modem's SSCTL service
[    8.764182] c0      4 apr_tal:Modem Is Up
[    8.766767] c2     49 diag: In socket_open_client, socket not initialized for MODEM_CMD
[    8.766859] c2     49 diag: In diag_send_feature_mask_update, control channel is not open, p: 0, 0000000000000000
[    8.767577] c3    433 type=1400 audit(1505257936.978:41): avc: denied { create } for pid=49 comm="kworker/u8:2" scontext=u:r:kernel:s0 tcontext=u:r:kernel:s0 tclass=socket permissive=0
[    8.948907] c0     43 Sending QMI_IPA_INIT_MODEM_DRIVER_REQ_V01
[    8.950154] c0     49 ipa-wan handle_indication_req:133 not send indication
[    8.951548] c0     49 ipa ipa_uc_response_hdlr:461 IPA uC loaded
[    8.951598] c0     49 ipa ipa_sps_irq_control_all:937 EP (5) not allocated.
[    8.951631] c0     43 QMI_IPA_INIT_MODEM_DRIVER_REQ_V01 response received
[    8.956152] c0     49 ipa ipa_sps_irq_control_all:937 EP (5) not allocated.
[    8.957899] c0     49 ipa ipa_uc_wdi_event_log_info_handler:338 WDI stats ofst=0x45130
[    8.957935] c0     49 ipa ipa_sps_irq_control_all:937 EP (5) not allocated.
[    9.051054] c3    613 MSM-CPP cpp_init_hardware:863 CPP HW Version: 0x60000000
[    9.051067] c3    613 MSM-CPP cpp_init_hardware:881 stream_cnt:0
[    9.051418] c2    433 type=1400 audit(1505257937.261:42): avc: denied { search } for pid=613 comm="cameraserver" name="firmware" dev="dm-0" ino=25 scontext=u:r:cameraserver:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[    9.051508] c2    433 type=1400 audit(1505257937.261:43): avc: denied { search } for pid=613 comm="cameraserver" name="firmware" dev="dm-0" ino=25 scontext=u:r:cameraserver:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[    9.051565] c2    433 type=1400 audit(1505257937.261:44): avc: denied { search } for pid=613 comm="cameraserver" name="firmware" dev="dm-0" ino=25 scontext=u:r:cameraserver:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[    9.893395] c1    359 [Cable impedance] Incorrect charger type, ignore detection.
[   10.330593] c2    433 type=1400 audit(1505257938.541:45): avc: granted { net_admin } for pid=1085 comm="lowi-server" capability=12 scontext=u:r:location:s0 tcontext=u:r:location:s0 tclass=capability
[   10.348730] c3    698 tfa98xx_spk_event(): event 4
[   10.406362] c2    433 type=1400 audit(1505257938.611:46): avc: granted { net_raw } for pid=1086 comm="slim_daemon" capability=13 scontext=u:r:location:s0 tcontext=u:r:location:s0 tclass=capability
[   10.598562] c0     43 smd_write_segment_avail: non-packet channel specified
[   12.165622] c2   1206 ipa ipa_sps_irq_control_all:937 EP (5) not allocated.
[   12.167225] c2   1206 ipa ipa_sps_irq_control_all:937 EP (5) not allocated.
[   12.169055] c1   1206 ipa-wan ipa_wwan_ioctl:1522 get AGG size 8192 count 10
[   12.169460] c1   1206 ipa ipa_sps_irq_control_all:937 EP (5) not allocated.
[   12.178797] c1   1206 ipa ipa_assign_policy:2973 get close-by 8192
[   12.178814] c1   1206 ipa ipa_assign_policy:2979 set rx_buff_sz 7680
[   12.178823] c1   1206 ipa ipa_assign_policy:3001 set aggr_limit 6
[   12.210164] c1   1206 ipa-wan ipa_wwan_ioctl:1428 dev(rmnet_data0) register to IPA
[   12.276550] c1   1206 ipa-wan ipa_wwan_ioctl:1428 dev(rmnet_data1) register to IPA
[   12.333657] c2   1206 ipa-wan ipa_wwan_ioctl:1428 dev(rmnet_data2) register to IPA
[   12.379595] c1   1206 ipa-wan ipa_wwan_ioctl:1428 dev(rmnet_data3) register to IPA
[   12.423343] c0   1206 ipa-wan ipa_wwan_ioctl:1428 dev(rmnet_data4) register to IPA
[   12.472832] c1   1206 ipa-wan ipa_wwan_ioctl:1428 dev(rmnet_data5) register to IPA
[   12.510079] c3   1206 ipa-wan ipa_wwan_ioctl:1428 dev(rmnet_data6) register to IPA
[   12.568262] c1   1206 ipa-wan ipa_wwan_ioctl:1428 dev(rmnet_data7) register to IPA
[   16.321286] c2   1166 input: uinput-folio as /devices/virtual/input/input9
[   16.514915] c0    560 healthd: battery l=59 v=3835 t=26.7 h=2 st=2 c=787 chg=a
[   18.983210] c1   1166 acc_open
[   18.983277] c1   1166 acc_release
[   19.363493] c2    613 MSM-SENSOR-INIT msm_sensor_wait_for_probe_done:53 msm_sensor_wait_for_probe_done:53 wait timeout
[   19.363493] c2    613 
[   19.363615] c2    613 MSM-SENSOR-INIT msm_sensor_init_subdev_do_ioctl:148 msm_sensor_init_subdev_do_ioctl:148 VIDIOC_MSM_SENSOR_INIT_CFG failed (non-fatal)
[   19.365819] c2    613 msm_pm_qos_update_request: update request 100
[   19.365942] c2    613 msm_pm_qos_update_request: update request -1<6>[   19.388290] c3   1443 msm_csid_init: CSID_VERSION = 0x30050000
[   19.389592] c1   1443 msm_csid_irq CSID0_IRQ_STATUS_ADDR = 0x800
[   19.412660] c0   1454 MSM-CPP cpp_init_hardware:863 CPP HW Version: 0x60000000
[   19.412684] c0   1454 MSM-CPP cpp_init_hardware:881 stream_cnt:0
[   19.413736] c1   1443 msm_cci_init:1374: hw_version = 0x10040000
[   19.645328] c1    433 type=1400 audit(1505257947.855:47): avc: denied { search } for pid=1462 comm="CAM_MctServ" name="graphics" dev="tmpfs" ino=15235 scontext=u:r:cameraserver:s0 tcontext=u:object_r:graphics_device:s0 tclass=dir permissive=0
[   19.654684] c3    259 [FLT] qpnp_flash_led_work: brt = 0
[   19.657424] c0    259 SMBCHG: smbchg_switch_buck_frequency: Fsw not changed, flash_active: 0
[   19.657460] c0    259 SMBCHG: smbchg_otg_pulse_skip_disable: enabling pulse skip, reason 2
[   19.672881] c1    623 QSEECOM: qseecom_load_app: App (fpctzappfingerprint) does'nt exist, loading apps for first time
[   19.688000] c3    613 msm_pm_qos_update_request: update request 100
[   19.688049] c3    613 msm_pm_qos_update_request: update request -1<6>[   19.691762] c3   1474 msm_csid_init: CSID_VERSION = 0x30050000
[   19.693065] c0   1477 msm_csid_irq CSID1_IRQ_STATUS_ADDR = 0x800
[   19.706462] c3   1482 MSM-CPP cpp_init_hardware:863 CPP HW Version: 0x60000000
[   19.706484] c3   1482 MSM-CPP cpp_init_hardware:881 stream_cnt:0
[   19.713734] c3   1474 msm_cci_init:1374: hw_version = 0x10040000
[   19.777069] c3    433 type=1400 audit(1505257947.985:48): avc: denied { search } for pid=1492 comm="CAM_MctServ" name="graphics" dev="tmpfs" ino=15235 scontext=u:r:cameraserver:s0 tcontext=u:object_r:graphics_device:s0 tclass=dir permissive=0
[   20.442485] c2    623 QSEECOM: qseecom_load_app: App with id 6 (fpctzappfingerprint) now loaded
[   20.464699] c2    623 input: uinput-fpc as /devices/virtual/input/input10
[   21.231576] c2   1142 fwpath_changed_handler : new_mode : sta, present_mode : 
[   21.231658] c2   1142 kickstart_driver: load: 1 wlan_hdd_inited: 0, mode_change: 1 caller: fwpath_changed_handler
[   21.231744] c2   1142 wlan: loading driver v4.4.25.027s_1
[   21.270357] c0   1142 msm_pcie_enable: PCIe: Assert the reset of endpoint of RC0.
[   21.275434] c0   1142 msm_pcie_enable: PCIe RC0 PHY is ready!
[   21.286621] c0   1142 msm_pcie_enable: PCIe: Release the reset of endpoint of RC0.
[   21.328452] c0   1142 msm_pcie_enable: PCIe RC0 link initialized
[   21.335412] c3    433 type=1400 audit(1505257949.541:49): avc: denied { search } for pid=1142 comm="Binder:621_2" name="firmware" dev="dm-0" ino=25 scontext=u:r:netd:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[   21.336140] c3    433 type=1400 audit(1505257949.541:50): avc: denied { search } for pid=1142 comm="Binder:621_2" name="firmware" dev="dm-0" ino=25 scontext=u:r:netd:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[   21.336296] c3    433 type=1400 audit(1505257949.541:51): avc: denied { search } for pid=1142 comm="Binder:621_2" name="firmware" dev="dm-0" ino=25 scontext=u:r:netd:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[   21.364059] c1   1142 hif_pci_probe:, con_mode= 0x0
[   21.364133] c1   1142 PCI device id is 003e :003e
[   21.364215] c1   1142 cnss_wlan_pci 0000:01:00.0: BAR 0: assigned [mem 0x0c400000-0x0c5fffff 64bit]
[   21.365125] c1   1142 cnss_wlan_pci 0000:01:00.0: enabling device (0000 -> 0002)
[   21.367310] c1   1142 
[   21.367310] c1   1142  hif_pci_configure : num_desired MSI set to 0
[   21.367640] c1   1142 
[   21.367640] c1   1142  Using PCI Legacy Interrupt
[   21.419497] c1    433 type=1400 audit(1505257949.618:52): avc: denied { search } for pid=1142 comm="Binder:621_2" name="firmware" dev="dm-0" ino=25 scontext=u:r:netd:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[   21.420436] c1    433 type=1400 audit(1505257949.621:53): avc: denied { search } for pid=1142 comm="Binder:621_2" name="firmware" dev="dm-0" ino=25 scontext=u:r:netd:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[   21.420794] c1    433 type=1400 audit(1505257949.621:54): avc: denied { search } for pid=1142 comm="Binder:621_2" name="firmware" dev="dm-0" ino=25 scontext=u:r:netd:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[   21.516303] c1   1142 wlan: [1142:E :HDD] hdd_apply_cfg_ini: Reg Parameter gRrmOperChanMax > allowed Maximum [8 > 7]. Enforcing Default= 4
[   21.516395] c1   1142 wlan: [1142:E :HDD] hdd_apply_cfg_ini: Reg Parameter gRrmNonOperChanMax > allowed Maximum [8 > 7]. Enforcing Default= 4
[   21.520406] c1   1142 wlan: [1142:E :HDD] hdd_apply_cfg_ini: Reg Parameter gtsf_gpio_pin > allowed Maximum [255 > 254]. Enforcing Default= 255
[   21.530487] c0   1513 wlan: [1513:E :VOS] vos_get_log_indicator: 2812: vos context initialization is in progress LoadUnload: 1 LogP: 0 ReInit: 0
[   21.530843] c0   1513 wlan: [1513:E :VOS] vos_get_log_indicator: 2812: vos context initialization is in progress LoadUnload: 1 LogP: 0 ReInit: 0
[   21.531511] c0   1513 wlan: [1513:E :VOS] vos_get_log_indicator: 2812: vos context initialization is in progress LoadUnload: 1 LogP: 0 ReInit: 0
[   21.532442] c0   1513 wlan: [1513:E :VOS] vos_get_log_indicator: 2812: vos context initialization is in progress LoadUnload: 1 LogP: 0 ReInit: 0
[   21.533185] c0   1513 wlan: [1513:E :VOS] vos_get_log_indicator: 2812: vos context initialization is in progress LoadUnload: 1 LogP: 0 ReInit: 0
[   21.556376] c1   1142 NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0
[   21.561802] c1   1142 ol_download_firmware: Using 0x1234 for the remainder of init
[   21.561848] c1   1142 ol_transfer_codeswap_struct: failed to get codeswap structure
[   21.570582] c1    433 type=1400 audit(1505257949.771:55): avc: denied { search } for pid=1142 comm="Binder:621_2" name="firmware" dev="dm-0" ino=25 scontext=u:r:netd:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[   21.571137] c1    433 type=1400 audit(1505257949.771:56): avc: denied { search } for pid=1142 comm="Binder:621_2" name="firmware" dev="dm-0" ino=25 scontext=u:r:netd:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[   21.571461] c1    433 type=1400 audit(1505257949.771:57): avc: denied { search } for pid=1142 comm="Binder:621_2" name="firmware" dev="dm-0" ino=25 scontext=u:r:netd:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[   21.625511] c1   1142 wlan: [1142:E :VOS] __ol_transfer_bin_file: transferring file: otp30.bin size 23985 bytes done!
[   21.639680] c1    433 type=1400 audit(1505257949.835:58): avc: denied { search } for pid=1142 comm="Binder:621_2" name="firmware" dev="dm-0" ino=25 scontext=u:r:netd:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[   21.640469] c1    433 type=1400 audit(1505257949.835:59): avc: denied { search } for pid=1142 comm="Binder:621_2" name="firmware" dev="dm-0" ino=25 scontext=u:r:netd:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[   21.640807] c1    433 type=1400 audit(1505257949.835:60): avc: denied { search } for pid=1142 comm="Binder:621_2" name="firmware" dev="dm-0" ino=25 scontext=u:r:netd:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[   21.658339] c2   1142 Board extended Data download address: 0x0
[   21.664666] c0   1142 wlan: [1142:E :VOS] __ol_transfer_bin_file: transferring file: bdwlan30.b82 size 8124 bytes done!
[   21.665499] c0   1142 __ol_transfer_bin_file: no Setup file defined
[   21.672081] c0    433 type=1400 audit(1505257949.875:61): avc: denied { search } for pid=1142 comm="Binder:621_2" name="firmware" dev="dm-0" ino=25 scontext=u:r:netd:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[   21.672672] c0    433 type=1400 audit(1505257949.875:62): avc: denied { search } for pid=1142 comm="Binder:621_2" name="firmware" dev="dm-0" ino=25 scontext=u:r:netd:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[   21.672937] c0    433 type=1400 audit(1505257949.875:63): avc: denied { search } for pid=1142 comm="Binder:621_2" name="firmware" dev="dm-0" ino=25 scontext=u:r:netd:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[   22.513321] c2   1142 wlan: [1142:E :VOS] __ol_transfer_bin_file: transferring file: qwlan30.bin size 749028 bytes done!
[   22.514834] c2   1142 +HTCCreate ..  HIF :ffffffc06ab6f000 
[   22.514940] c2   1142 -HTCCreate (0xffffffc0e63fd000) 
[   22.515192] c2   1142 wlan: [1142:F :WDA] WMA --> wmi_unified_attach - success
[   22.515240] c2   1142 ol_if_dfs_attach: called; ptr=ffffffc0f51b9c54, radar_info=ffffffc0e04c37b0
[   22.516246] c2   1142 wlan: [1142:E :SAP] dfs_init_radar_filters[201]: Unknown dfs domain 0 
[   22.517251] c2   1142 +HWT
[   22.517278] c2   1142 pipe_num:0 pipe_info:0xffffffc06ab6f0b8
[   22.517413] c2   1142 pipe_num:3 pipe_info:0xffffffc06ab6f220
[   22.517449] c2   1142 pipe_num:4 pipe_info:0xffffffc06ab6f298
[   22.517712] c2   1142 pipe_num:5 pipe_info:0xffffffc06ab6f310
[   22.527898] c2   1142 Target Ready! : transmit resources : 2 size:1792, MaxMsgsPerHTCBundle = 1
[   22.527949] c2   1142 HTC Service Index : 1 TX : 0x100 : alloc:2 
[   22.527980] c2   1142 HTC Service:0x0001, ULpipe:0 DLpipe:1 id:0 Ready
[   22.528000] c2   1142 -HWT
[   22.528472] c0   1513 wlan: [1513:E :VOS] vos_get_log_indicator: 2812: vos context initialization is in progress LoadUnload: 1 LogP: 0 ReInit: 0
[   22.528962] c2   1142 is_full_reorder_offloaded? 1
[   22.528994] c2   1142 HTC Service TX : 0x300 : allocation is zero! 
[   22.529376] c2   1142 HTC Service:0x0300, ULpipe:4 DLpipe:1 id:1 Ready
[   22.529402] c2   1142 HTC Service:0x0300 ep:1 TX flow control disabled
[   22.546116] c2   1142 HTT: full reorder offload enabled
[   22.548672] c2   1142 HTC Service:0x0100, ULpipe:3 DLpipe:2 id:2 Ready
[   22.548714] c2   1142 wlan: [1142:F :WDA] WMA --> wmi_unified_connect_htc_service - success
[   22.548910] c0   1515 wlan: [1515:F :WDA] McThread: WNI_CFG_DNLD_REQ
[   22.549116] c2   1142 HTC using TX credit flow control
[   22.550522] c0      4 __wmi_control_rx: WMI UNIFIED SERVICE READY event
[   22.550705] c0      4 wlan: [4:F :WDA] WMA <-- WMI_SERVICE_READY_EVENTID
[   22.550775] c0      4 wlan: [4:E :WDA] wma_rx_service_ready_event: Firmware build version : 43228007
[   22.550823] c0      4 wlan: [4:E :WDA] wma_rx_service_ready_event: Board version: 0.1031102
[   22.550933] c0      4 wlan: [4:F :WDA] WMA --> WMI_INIT_CMDID
[   22.551524] c0   1513 wlan: [1513:E :VOS] vos_get_log_indicator: 2812: vos context initialization is in progress LoadUnload: 1 LogP: 0 ReInit: 0
[   22.567149] c0      4 __wmi_control_rx:  WMI UNIFIED READY event
[   22.567246] c0      4 wlan: [4:F :WDA] WMA <-- WMI_READY_EVENTID
[   22.568780] c0   1513 wlan: [1513:E :VOS] vos_get_log_indicator: 2812: vos context initialization is in progress LoadUnload: 1 LogP: 0 ReInit: 0
[   22.577465] c2   1142 wlan: [1142:E :SME] csr_init_chan_list: 333: init time country code US
[   22.577563] c2     17 cfg80211: Calling CRDA for country: US
[   22.577718] c0   1515 wlan: [1515:E :WDA] Invalid wda_cli_set pdev command/Not yet implemented 0x4d
[   22.577898] c2     17 wlan: [17:F :HDD] pAdapter is null !!
[   22.578124] c2     17 wlan: [17:E :WDA] regdmn_set_dfs_region: dfs_region: 1
[   22.578162] c2     17 cfg80211: Regulatory domain changed to country: US
[   22.578182] c2     17 cfg80211:  DFS Master region: FCC
[   22.578198] c0   1513 wlan: [1513:E :VOS] vos_get_log_indicator: 2812: vos context initialization is in progress LoadUnload: 1 LogP: 0 ReInit: 0
[   22.578221] c2     17 cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   22.578251] c2     17 cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A)
[   22.578275] c2     17 cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2400 mBm), (N/A)
[   22.578299] c2     17 cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2400 mBm), (0 s)
[   22.578322] c2     17 cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2400 mBm), (0 s)
[   22.578344] c2     17 cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
[   22.578368] c2     17 cfg80211:   (5842000 KHz - 5863000 KHz @ 5000 KHz), (N/A, 3000 mBm), (N/A)
[   22.578390] c2     17 cfg80211:   (5850000 KHz - 5870000 KHz @ 10000 KHz), (N/A, 3000 mBm), (N/A)
[   22.578409] c2     17 cfg80211:   (5860000 KHz - 5880000 KHz @ 10000 KHz), (N/A, 3000 mBm), (N/A)
[   22.578430] c2     17 cfg80211:   (5865000 KHz - 5885000 KHz @ 20000 KHz), (N/A, 3000 mBm), (N/A)
[   22.578448] c2     17 cfg80211:   (5870000 KHz - 5890000 KHz @ 10000 KHz), (N/A, 3000 mBm), (N/A)
[   22.578466] c2     17 cfg80211:   (5880000 KHz - 5900000 KHz @ 10000 KHz), (N/A, 3000 mBm), (N/A)
[   22.578483] c2     17 cfg80211:   (5890000 KHz - 5910000 KHz @ 10000 KHz), (N/A, 3000 mBm), (N/A)
[   22.578501] c2     17 cfg80211:   (5895000 KHz - 5915000 KHz @ 20000 KHz), (N/A, 3000 mBm), (N/A)
[   22.578519] c2     17 cfg80211:   (5900000 KHz - 5920000 KHz @ 10000 KHz), (N/A, 3000 mBm), (N/A)
[   22.578537] c2     17 cfg80211:   (5910000 KHz - 5930000 KHz @ 10000 KHz), (N/A, 3000 mBm), (N/A)
[   22.578555] c2     17 cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[   22.580240] c2   1142 wlan: [1142:E :WDA] MCC TX Pause Event Handler register
[   22.580295] c2   1142 wlan: [1142:E :WDA] Target does not support cesium network
[   22.582744] c0   1513 wlan: [1513:E :VOS] vos_get_log_indicator: 2812: vos context initialization is in progress LoadUnload: 1 LogP: 0 ReInit: 0
[   22.589915] c0   1513 wlan: [1513:E :VOS] vos_get_log_indicator: 2812: vos context initialization is in progress LoadUnload: 1 LogP: 0 ReInit: 0
[   22.590162] c2   1142 Pkt log is enabled
[   22.590294] c2   1142 wlan: [1142:E :SME] sme_AddChAvoidCallback: Plug in CH AVOID CB
[   22.590427] c0   1515 target uses HTT version 3.28; host uses 3.27
[   22.590476] c0   1515 *** Warning: host/target HTT versions are different, though compatible!
[   22.590830] c0   1513 wlan: [1513:E :VOS] vos_get_log_indicator: 2812: vos context initialization is in progress LoadUnload: 1 LogP: 0 ReInit: 0
[   22.591227] c0   1513 wlan: [1513:E :VOS] vos_get_log_indicator: 2812: vos context initialization is in progress LoadUnload: 1 LogP: 0 ReInit: 0
[   22.591940] c0   1513 wlan: [1513:E :VOS] vos_get_log_indicator: 2812: vos context initialization is in progress LoadUnload: 1 LogP: 0 ReInit: 0
[   22.592555] c0   1513 wlan: [1513:E :VOS] vos_get_log_indicator: 2812: vos context initialization is in progress LoadUnload: 1 LogP: 0 ReInit: 0
[   22.593819] c0   1513 wlan: [1513:E :VOS] vos_get_log_indicator: 2812: vos context initialization is in progress LoadUnload: 1 LogP: 0 ReInit: 0
[   22.595956] c0   1515 wlan: [1515:E :WDA] wma_unified_vdev_create_send: ID = 0 VAP Addr = 40:4e:36:1e:c9:0e
[   22.598743] c0   1513 wlan: [1513:E :VOS] vos_get_log_indicator: 2812: vos context initialization is in progress LoadUnload: 1 LogP: 0 ReInit: 0
[   22.601833] c2     17 wlan: [17:E :HDD] wlan_hdd_validate_context: 1162: wlan_hdd_roc_request_dequeue+0x28/0x1e0 Unloading/Loading in Progress. Ignore!!!
[   22.602119] c0   1513 wlan: [1513:E :VOS] vos_get_log_indicator: 2812: vos context initialization is in progress LoadUnload: 1 LogP: 0 ReInit: 0
[   22.619579] c0   1515 wlan: [1515:E :WDA] Invalid wda_cli_set pdev command/Not yet implemented 0x34
[   22.620713] c0   1513 wlan: [1513:E :VOS] vos_get_log_indicator: 2812: vos context initialization is in progress LoadUnload: 1 LogP: 0 ReInit: 0
[   22.624779] c0   1513 wlan: [1513:E :VOS] vos_get_log_indicator: 2812: vos context initialization is in progress LoadUnload: 1 LogP: 0 ReInit: 0
[   22.629536] c0   1515 wlan: [1515:E :WDA] wma_unified_vdev_create_send: ID = 1 VAP Addr = 42:4e:36:1e:c9:0e
[   22.629939] c0   1513 wlan: [1513:E :VOS] vos_get_log_indicator: 2812: vos context initialization is in progress LoadUnload: 1 LogP: 0 ReInit: 0
[   22.630788] c0   1515 wlan: [1515:F :WDA] Creating self peer 42:4e:36:1e:c9:0e, vdev_id 1
[   22.631300] c0   1515 wlan: [1515:E :WDA] wma_create_peer: Created peer with peer_addr 42:4e:36:1e:c9:0e vdev_id 1, peer_count - 1
[   22.634911] c2     17 wlan: [17:E :HDD] wlan_hdd_validate_context: 1162: wlan_hdd_roc_request_dequeue+0x28/0x1e0 Unloading/Loading in Progress. Ignore!!!
[   22.635296] c0   1513 wlan: [1513:E :VOS] vos_get_log_indicator: 2812: vos context initialization is in progress LoadUnload: 1 LogP: 0 ReInit: 0
[   22.645089] c2   1142 Host SW:4.4.25.027s_1, FW:4.3.2.7, HW:QCA6174_REV3_2
[   22.645642] c0   1515 wlan: [1515:E :WDA] Invalid wda_cli_set pdev command/Not yet implemented 0x34
[   22.645967] c2   1142 wlan: [1142:E :HDD] hdd_hex_string_to_u16_array: 6277: str ffffffc06a8be92d intArray ffffffc0e04c397a intArrayMaxLen 6
[   22.646986] c0   1513 wlan: [1513:E :VOS] vos_get_log_indicator: 2812: vos context initialization is in progress LoadUnload: 1 LogP: 0 ReInit: 0
[   22.647507] c2   1142 wlan: [1142:E :HDD] hdd_hex_string_to_u16_array: 6277: str ffffffc06a8be92d intArray ffffffc0e04c397a intArrayMaxLen 6
[   22.648321] c2   1142 ol_pktlog_init: pktlogmod_init successfull
[   22.648439] c2   1142 hif_pci_pm_runtime_init: Enabling RUNTIME PM, Delay: 500 ms
[   22.648606] c2   1142 wlan: driver loaded in 1416925
[   22.865168] c0      1 init: Starting service 'p2p_supplicant'...
[   23.350086] c0      4 msm_pcie_disable: PCIe: Assert the reset of endpoint of RC0.
[   23.351810] c0      4 cnss: runtime suspend status: 0
[   23.385963] c2   1515 wlan: [1515:F :WDA] P2P Device: removing self peer 42:4e:36:1e:c9:0e
[   23.385999] c2   1515 TXRX: ol_txrx_peer_detach:peer ffffffc06a83e000 (42:4e:36:1e:c9:0e)
[   23.386027] c2   1515 wlan: [1515:E :WDA] wma_remove_peer: Removed peer with addr 42:4e:36:1e:c9:0e vdevid 1 peer_count 0
[   23.387295] c2   1515 wlan: [1515:E :WDA] wma_unified_vdev_create_send: ID = 1 VAP Addr = 42:4e:36:1e:c9:0e
[   23.387359] c2   1515 wlan: [1515:F :WDA] Creating self peer 42:4e:36:1e:c9:0e, vdev_id 1
[   23.387391] c2   1515 wlan: [1515:E :WDA] wma_create_peer: Created peer with peer_addr 42:4e:36:1e:c9:0e vdev_id 1, peer_count - 1
[   23.394299] c2   1531 IPv6: ADDRCONF(NETDEV_UP): p2p0: link is not ready
[   23.396797] c2     17 cnss_wlan_pci 0000:01:00.0: Refused to change power state, currently in D3
[   23.397117] c2     17 msm_pcie_enable: PCIe: Assert the reset of endpoint of RC0.
[   23.400673] c2     17 msm_pcie_enable: PCIe RC0 PHY is ready!
[   23.410827] c2     17 msm_pcie_enable: PCIe: Release the reset of endpoint of RC0.
[   23.415994] c3   1546 SELinux: initialized (dev fuse, type fuse), uses genfs_contexts
[   23.416920] c3   1546 SELinux: initialized (dev fuse, type fuse), uses genfs_contexts
[   23.417676] c3   1546 SELinux: initialized (dev fuse, type fuse), uses genfs_contexts
[   23.419152] c0   1567 FUSE: SHORTCIRCUIT enabled [sdcard : 1567]!
[   23.419192] c0   1566 FUSE: SHORTCIRCUIT enabled [sdcard : 1566]!
[   23.419261] c0   1568 FUSE: SHORTCIRCUIT enabled [sdcard : 1568]!
[   23.437675] c2     17 msm_pcie_enable: PCIe RC0 link initialized
[   23.458499] c2     17 cnss_wlan_pci 0000:01:00.0: enabling device (0000 -> 0002)
[   23.485658] c2     17 cnss: runtime resume status: 0
[   24.297893] c0      4 get_ice_device_from_storage_type: found ice device ffffffc0f6bd5a00
[   24.300411] c0      4 get_ice_device_from_storage_type: found ice device ffffffc0f6bd5a00
[   24.386808] c1    359 msm_pcie_disable: PCIe: Assert the reset of endpoint of RC0.
[   24.388398] c1    359 cnss: runtime suspend status: 0
[   24.480701] c1    433 type=1400 audit(1505257952.678:64): avc: denied { read write } for pid=1688 comm="system_server" name="diag" dev="tmpfs" ino=15131 scontext=u:r:system_server:s0 tcontext=u:object_r:diag_device:s0 tclass=chr_file permissive=0
[   24.524140] c3    617 msm_vidc: info: Opening video instance: 0000000000000000, 0
[   24.531700] c3    617 subsys-restart: __subsystem_get(): Changing subsys fw_name to venus
[   24.539432] c2    433 type=1400 audit(1505257952.748:65): avc: denied { search } for pid=617 comm="mediacodec" name="firmware" dev="dm-0" ino=25 scontext=u:r:mediacodec:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[   24.539573] c2    433 type=1400 audit(1505257952.748:66): avc: denied { search } for pid=617 comm="mediacodec" name="firmware" dev="dm-0" ino=25 scontext=u:r:mediacodec:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[   24.539631] c2    433 type=1400 audit(1505257952.748:67): avc: denied { search } for pid=617 comm="mediacodec" name="firmware" dev="dm-0" ino=25 scontext=u:r:mediacodec:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[   24.549674] c3    617 subsys-pil-tz ce0000.qcom,venus: venus: loading from 0x0000000090f00000 to 0x0000000091400000
[   24.573124] c3    433 type=1400 audit(1505257952.781:68): avc: denied { search } for pid=617 comm="mediacodec" name="firmware" dev="dm-0" ino=25 scontext=u:r:mediacodec:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[   24.577805] c2    433 type=1400 audit(1505257952.781:69): avc: denied { search } for pid=617 comm="mediacodec" name="firmware" dev="dm-0" ino=25 scontext=u:r:mediacodec:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[   24.578312] c2    433 type=1400 audit(1505257952.781:70): avc: denied { search } for pid=617 comm="mediacodec" name="firmware" dev="dm-0" ino=25 scontext=u:r:mediacodec:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[   24.609053] c2    433 type=1400 audit(1505257952.808:71): avc: denied { search } for pid=617 comm="mediacodec" name="firmware" dev="dm-0" ino=25 scontext=u:r:mediacodec:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[   24.609173] c2    433 type=1400 audit(1505257952.808:72): avc: denied { search } for pid=617 comm="mediacodec" name="firmware" dev="dm-0" ino=25 scontext=u:r:mediacodec:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[   24.609227] c2    433 type=1400 audit(1505257952.808:73): avc: denied { search } for pid=617 comm="mediacodec" name="firmware" dev="dm-0" ino=25 scontext=u:r:mediacodec:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[   24.630736] c2    433 type=1400 audit(1505257952.841:74): avc: denied { search } for pid=617 comm="mediacodec" name="firmware" dev="dm-0" ino=25 scontext=u:r:mediacodec:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[   24.630847] c2    433 type=1400 audit(1505257952.841:75): avc: denied { search } for pid=617 comm="mediacodec" name="firmware" dev="dm-0" ino=25 scontext=u:r:mediacodec:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[   24.630905] c2    433 type=1400 audit(1505257952.841:76): avc: denied { search } for pid=617 comm="mediacodec" name="firmware" dev="dm-0" ino=25 scontext=u:r:mediacodec:s0 tcontext=u:object_r:firmware_file:s0 tclass=dir permissive=0
[   24.674724] c3    617 subsys-pil-tz ce0000.qcom,venus: venus: Brought out of reset
[   24.713965] c0    752 msm_vidc: info: Closed video instance: 0000000000000000
[   24.721552] c1    617 msm_vidc: info: Opening video instance: 0000000000000000, 0
[   24.736925] c3    617 msm_vidc: info: Closed video instance: 0000000000000000
[   24.741712] c2   1628 msm_vidc: info: Opening video instance: 0000000000000000, 0
[   24.752187] c1    617 msm_vidc: info: Closed video instance: 0000000000000000
[   24.758064] c1   1628 msm_vidc: info: Opening video instance: 0000000000000000, 0
[   24.767970] c1    617 msm_vidc: info: Closed video instance: 0000000000000000
[   24.773792] c0   1628 msm_vidc: info: Opening video instance: 0000000000000000, 0
[   24.783198] c2    617 msm_vidc: info: Closed video instance: 0000000000000000
[   24.808857] c0   1628 msm_vidc: info: Opening video instance: 0000000000000000, 1
[   24.831874] c1    617 msm_vidc: info: Closed video instance: 0000000000000000
[   24.836943] c1   1628 msm_vidc: info: Opening video instance: 0000000000000000, 1
[   24.864142] c1    617 msm_vidc: info: Closed video instance: 0000000000000000
[   24.871167] c1   1628 msm_vidc: info: Opening video instance: 0000000000000000, 1
[   24.886282] c0    752 msm_vidc: info: Closed video instance: 0000000000000000
[   24.894476] c0   1803 msm_vidc: info: Opening video instance: 0000000000000000, 1
[   24.909653] c2    617 msm_vidc: info: Closed video instance: 0000000000000000
[   24.913594] c1    359 cnss_wlan_pci 0000:01:00.0: Refused to change power state, currently in D3
[   24.913810] c1    359 msm_pcie_enable: PCIe: Assert the reset of endpoint of RC0.
[   24.917368] c1    359 msm_pcie_enable: PCIe RC0 PHY is ready!
[   24.917990] c2   1628 msm_vidc: info: Opening video instance: 0000000000000000, 1
[   24.927507] c1    359 msm_pcie_enable: PCIe: Release the reset of endpoint of RC0.
[   24.946037] c2   1803 msm_vidc: info: Closed video instance: 0000000000000000
[   24.954475] c2    617 msm_vidc: info: Opening video instance: 0000000000000000, 1
[   24.955023] c1    359 msm_pcie_enable: PCIe RC0 link initialized
[   24.970153] c1    359 cnss_wlan_pci 0000:01:00.0: enabling device (0000 -> 0002)
[   24.975805] c1    359 cnss: runtime resume status: 0
[   24.983314] c3   1628 msm_vidc: info: Closed video instance: 0000000000000000
[   24.993783] c3    617 msm_vidc: info: Opening video instance: 0000000000000000, 1
[   25.013805] c0    617 msm_vidc: info: Closed video instance: 0000000000000000
[   25.019553] c0    752 msm_vidc: info: Opening video instance: 0000000000000000, 1
[   25.038249] c1   1803 msm_vidc: info: Closed video instance: 0000000000000000
[   25.044755] c1   1628 msm_vidc: info: Opening video instance: 0000000000000000, 1
[   25.058669] c0   1803 msm_vidc: info: Closed video instance: 0000000000000000
[   25.374990] c0    620 irq 354, desc: ffffffc0f93d4e00, depth: 0, count: 0, unhandled: 0
[   25.375012] c0    620 ->handle_irq():  ffffffc00032db6c, msm_gpio_irq_handler+0x0/0x148
[   25.375035] c0    620 ->irq_data.chip(): ffffffc0015885a8, gic_chip+0x0/0xe8
[   25.375050] c0    620 ->action():           (null)
[   25.375057] c0    620    IRQ_NOPROBE set
[   25.375063] c0    620  IRQ_NOREQUEST set
[   25.375069] c0    620   IRQ_NOTHREAD set
[   25.536786] c1    359 msm_pcie_disable: PCIe: Assert the reset of endpoint of RC0.
[   25.538248] c1    359 cnss: runtime suspend status: 0
[   25.920118] c1    359 [BATT] chg_full_check_worker: vol:3835, curr=787, is_full_count=0, is_full=0 at 25920122162 (2017-09-12 23:12:34.131914521 UTC)
[   25.971925] c1      1 init: Starting service 'start_hci_filter'...
[   26.030660] c3    433 type=1400 audit(1505257954.241:77): avc: denied { read write } for pid=1891 comm="wcnss_filter" name="diag" dev="tmpfs" ino=15131 scontext=u:r:wcnss_filter:s0 tcontext=u:object_r:diag_device:s0 tclass=chr_file permissive=0
[   26.504457] c0    698 tfa98xx_spk_event(): event 2
[   27.578814] c1      1 init: avc:  granted  { set } for property=net.lte.ims.data.enabled pid=1713 uid=1001 gid=1001 scontext=u:r:radio:s0 tcontext=u:object_r:net_radio_prop:s0 tclass=property_service
[   29.203206] c0      1 init: Service 'bootanim' (pid 492) exited with status 0
[   29.317570] c3      1 init: write_file: Unable to open '/proc/sys/kernel/sched_boost': No such file or directory