· 6 years ago · May 09, 2019, 07:08 AM
1/ # dmesg
2
3[ 0.000000] Booting Linux on physical CPU 0x0
4[ 0.000000] Initializing cgroup subsys cpu
5[ 0.000000] Initializing cgroup subsys cpuacct
6[ 0.000000] Linux version 3.18.66 (admin@alb-build-009) (gcc version 5.2.0 (GCC) ) #1 PREEMPT Tue Apr 23 15:01:59 +07 2019
7[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c53c7d
8[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
9[ 0.000000] Machine model: Qualcomm Technologies, Inc. MDM 9650 v1.1 CCARD (NAND) v2
10[ 0.000000] Early serial console at I/O port 0x0 (options '')
11[ 0.000000] bootconsole [uart0] enabled
12[ 0.000000] Reserved memory: reserved region for node 'peripheral1_region@0x87800000': base 0x87800000, size 4 MiB
13[ 0.000000] Reserved memory: reserved region for node 'peripheral2_region@0x87d00000': base 0x87d00000, size 3 MiB
14[ 0.000000] Reserved memory: reserved region for node 'mss_region@88000000': base 0x88000000, size 110 MiB
15[ 0.000000] Removed memory: created DMA memory pool at 0x87800000, size 4 MiB
16[ 0.000000] Reserved memory: initialized node peripheral1_region@0x87800000, compatible id removed-dma-pool
17[ 0.000000] Removed memory: created DMA memory pool at 0x87d00000, size 3 MiB
18[ 0.000000] Reserved memory: initialized node peripheral2_region@0x87d00000, compatible id removed-dma-pool
19[ 0.000000] Removed memory: created DMA memory pool at 0x88000000, size 110 MiB
20[ 0.000000] Reserved memory: initialized node mss_region@88000000, compatible id removed-dma-pool
21[ 0.000000] Reserved memory: allocated memory for 'audio_region@0' node: base 0x8fc00000, size 4 MiB
22[ 0.000000] Reserved memory: created CMA memory pool at 0x8fc00000, size 4 MiB
23[ 0.000000] Reserved memory: initialized node audio_region@0, compatible id shared-dma-pool
24[ 0.000000] Reserved memory: allocated memory for 'qseecom_region@0' node: base 0x8f800000, size 4 MiB
25[ 0.000000] Reserved memory: created CMA memory pool at 0x8f800000, size 4 MiB
26[ 0.000000] Reserved memory: initialized node qseecom_region@0, compatible id shared-dma-pool
27[ 0.000000] cma: Reserved 12 MiB at 0x86c00000
28[ 0.000000] Memory policy: Data cache writeback
29[ 0.000000] On node 0 totalpages: 35584
30[ 0.000000] free_area_init_node: node 0, pgdat c10aa4f0, node_mem_map cf570000
31[ 0.000000] Normal zone: 640 pages used for memmap
32[ 0.000000] Normal zone: 0 pages reserved
33[ 0.000000] Normal zone: 35584 pages, LIFO batch:7
34[ 0.000000] CPU: All CPU(s) started in SVC mode.
35[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
36[ 0.000000] pcpu-alloc: [0] 0
37[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 34944
38[ 0.000000] Kernel command line: noinitrd ro console=ttyHSL0,115200,n8 androidboot.hardware=qcom ehci-hcd.park=3 msm_rtb.filter=0x37 lpm_levels.sleep_disabled=1 earlycon=msm_hsl_uart,0x78b1000 android6
39[ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
40[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
41[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
42[ 0.000000] Memory: 100700K/142336K available (10595K kernel code, 1344K rwdata, 4784K rodata, 399K init, 1555K bss, 41636K reserved)
43[ 0.000000] Virtual kernel memory layout:
44[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
45[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
46[ 0.000000] vmalloc : 0xd0800000 - 0xff000000 ( 744 MB)
47[ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
48[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
49[ 0.000000] .text : 0xc0008000 - 0xc0a60f6c (10596 kB)
50[ 0.000000] .init : 0xc0f4c000 - 0xc0fafc8c ( 400 kB)
51[ 0.000000] .data : 0xc0fb0000 - 0xc11001bc (1345 kB)
52[ 0.000000] .bss : 0xc1100280 - 0xc128511c (1556 kB)
53[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
54[ 0.000000] Preemptible hierarchical RCU implementation.
55[ 0.000000]
56[ 0.000000] **********************************************************
57[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
58[ 0.000000] ** **
59[ 0.000000] ** trace_printk() being used. Allocating extra memory. **
60[ 0.000000] ** **
61[ 0.000000] ** This means that this is a DEBUG kernel and it is **
62[ 0.000000] ** unsafe for produciton use. **
63[ 0.000000] ** **
64[ 0.000000] ** If you see this message and you are not debugging **
65[ 0.000000] ** the kernel, report this immediately to your vendor! **
66[ 0.000000] ** **
67[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
68[ 0.000000] **********************************************************
69[ 0.000000] kmemleak: Kernel memory leak detector disabled
70[ 0.000000] NR_IRQS:16 nr_irqs:16 16
71[ 0.000000] GIC CPU mask not found - kernel will fail to boot.
72[ 0.000000] GIC CPU mask not found - kernel will fail to boot.
73[ 0.000000] mpm_init_irq_domain(): Cannot find irq controller for qcom,gpio-parent
74[ 0.000000] MPM 1 irq mapping errored -517
75[ 0.000000] Architected mmio timer(s) running at 19.20MHz (virt).
76[ 0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 3579139424256ns
77[ 0.007975] Switching to timer-based delay loop, resolution 52ns
78[ 0.013969] Switched to clocksource arch_mem_counter
79[ 0.019508] Console: colour dummy device 80x30
80[ 0.023347] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
81[ 0.033668] pid_max: default: 32768 minimum: 301
82[ 0.038446] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
83[ 0.044912] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
84[ 0.052524] Initializing cgroup subsys freezer
85[ 0.056388] Initializing cgroup subsys debug
86[ 0.060605] CPU: Testing write buffer coherency: ok
87[ 0.065780] Setting up static identity map for 0x80a60338 - 0x80a60390
88[ 0.091464] MSM Memory Dump base table set up
89[ 0.094886] MSM Memory Dump apps data table set up
90[ 0.103385] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
91[ 0.119613] pinctrl core: initialized pinctrl subsystem
92[ 0.124305] regulator-dummy: no parameters
93[ 0.174997] NET: Registered protocol family 16
94[ 0.186050] DMA: preallocated 256 KiB pool for atomic coherent allocations
95[ 0.224036] cpuidle: using governor ladder
96[ 0.254030] cpuidle: using governor menu
97[ 0.284028] cpuidle: using governor qcom
98[ 0.291101] irq: no irq domain found for /soc/pinctrl@1000000 !
99[ 0.302455] platform 4080000.qcom,mss: assigned reserved memory node mss_region@88000000
100[ 0.314235] msm_watchdog b017000.qcom,wdt: wdog absent resource not present
101[ 0.320477] msm_watchdog b017000.qcom,wdt: MSM Watchdog Initialized
102[ 0.329044] spmi_pmic_arb 200f000.qcom,spmi: PMIC Arb Version-2 0x20010000
103[ 0.337796] platform soc:qcom,msm-audio-ion: assigned reserved memory node audio_region@0
104[ 0.351227] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
105[ 0.358248] hw-breakpoint: maximum watchpoint size is 8 bytes.
106[ 0.365808] gpiochip_add: registered GPIOs 0 to 99 on device: 1000000.pinctrl
107[ 0.365829] GPIO chip 1000000.pinctrl: created GPIO range 0->99 ==> 1000000.pinctrl PIN 0->99
108[ 0.366671] __of_mpm_init(): MPM driver mapping exists
109[ 0.371210] msm_rpm_glink_dt_parse: qcom,rpm-glink compatible not matches
110[ 0.377602] msm_rpm_dev_probe: APSS-RPM communication over SMD
111[ 0.383357] smd_open() before smd_init()
112[ 0.388046] msm_mpm_dev_probe(): Cannot get clk resource for XO: -517
113[ 0.395922] smd_channel_probe_now: allocation table not initialized
114[ 0.405352] glink_rpm_native_probe: TOC id -1427841212 is not valid
115[ 0.410681] smem_native_rpm (22) used greatest stack depth: 7060 bytes left
116[ 0.418290] msm-jtag-fuse a601c.jtagfuse: JTag Fuse initialized
117[ 0.426814] msm-thermal soc:qcom,msm-thermal: msm_thermal:Failed reading node=/soc/qcom,msm-thermal, key=qcom,core-limit-temp. err=-22. KTM continues
118[ 0.439291] msm-thermal soc:qcom,msm-thermal: probe_freq_mitigation:Failed reading node=/soc/qcom,msm-thermal, key=qcom,freq-mitigation-temp. err=-22. KTM continues
119[ 0.453906] msm-thermal soc:qcom,msm-thermal: probe_therm_reset:Failed reading node=/soc/qcom,msm-thermal, key=qcom,therm-reset-temp err=-22. KTM continues
120[ 0.467786] msm_thermal:get_kernel_cluster_info CPU0 topology not initialized.
121[ 0.474999] msm_thermal:vdd_restriction_reg_init Defer regulator vdd-dig probe
122[ 0.482129] msm_thermal:probe_vdd_rstr Err regulator init. err:-517. KTM continues.
123[ 0.489805] msm-thermal soc:qcom,msm-thermal: probe_vdd_rstr:Failed reading node=/soc/qcom,msm-thermal, key=qcom,min-level. err=-517. KTM continues
124[ 0.502996] msm_thermal:msm_thermal_dev_probe Failed reading node=/soc/qcom,msm-thermal, key=qcom,online-hotplug-core. err:-517
125[ 0.515838] sps:sps is ready.
126[ 0.519084] exit: IPA_USB init success!
127[ 0.524086] msm_rpm_glink_dt_parse: qcom,rpm-glink compatible not matches
128[ 0.529835] msm_rpm_dev_probe: APSS-RPM communication over SMD
129[ 0.536732] pmd9650_s1: 800 mV normal idle
130[ 0.540775] pmd9650_s2: 1256 mV normal idle
131[ 0.544961] pmd9650_s3: 1024 mV normal idle
132[ 0.549126] pmd9650_s4: 1856 mV normal idle
133[ 0.553387] pmd9650_s5_level: 0 <--> 0 mV at 0 mV normal idle
134[ 0.559037] pmd9650_s5_level_ao: 0 <--> 0 mV at 0 mV normal idle
135[ 0.565135] pmd9650_s5_floor_level: 0 <--> 0 mV at 0 mV normal idle
136[ 0.571589] pmd9650_l1: 1224 mV normal idle
137[ 0.575928] pmd9650_l2: 1200 mV normal idle
138[ 0.580105] pmd9650_l3: 1000 mV normal idle
139[ 0.584420] pmd9650_l4: 928 mV normal idle
140[ 0.588553] pmd9650_l5: 1800 mV normal idle
141[ 0.592783] pmd9650_l6: 1800 mV normal idle
142[ 0.597120] pmd9650_l7: 1800 <--> 2848 mV at 1800 mV normal idle
143[ 0.603138] pmd9650_l8: 1000 mV normal idle
144[ 0.607457] pmd9650_l9_level: 0 <--> 0 mV at 0 mV normal idle
145[ 0.613194] pmd9650_l10: 3088 mV normal idle
146[ 0.617605] pmd9650_l11: 1800 <--> 2848 mV at 1800 mV normal idle
147[ 0.623703] pmd9650_l12: 2704 mV normal idle
148[ 0.628505] pmd9650_l13: 1800 <--> 2848 mV at 1800 mV normal idle
149[ 0.633920] msm_mpm_dev_probe(): Cannot get clk resource for XO: -517
150[ 0.640536] msm-thermal soc:qcom,msm-thermal: msm_thermal:Failed reading node=/soc/qcom,msm-thermal, key=qcom,core-limit-temp. err=-22. KTM continues
151[ 0.653491] msm-thermal soc:qcom,msm-thermal: probe_freq_mitigation:Failed reading node=/soc/qcom,msm-thermal, key=qcom,freq-mitigation-temp. err=-22. KTM continues
152[ 0.668149] msm-thermal soc:qcom,msm-thermal: probe_therm_reset:Failed reading node=/soc/qcom,msm-thermal, key=qcom,therm-reset-temp err=-22. KTM continues
153[ 0.682029] msm_thermal:get_kernel_cluster_info CPU0 topology not initialized.
154[ 0.689698] cpu cpu0: dev_pm_opp_get_opp_count: device OPP not found (-19)
155[ 0.696654] msm_thermal:get_cpu_freq_plan_len Error reading CPU0 freq table len. error:-19
156[ 0.710886] qcom,gcc-9650 1800000.qcom,gcc: Registered RPM clocks.
157[ 0.720809] qcom,gcc-9650 1800000.qcom,gcc: Registered GCC clocks.
158[ 0.726348] clock-a7 b010008.qcom,clock-a7: No speed/PVS binning available. Defaulting to 0!
159[ 0.734483] a7ssmux: set OPP pair(200000000 Hz: 64 uV) on cpu0
160[ 0.740202] a7ssmux: set OPP pair(1286400000 Hz: 384 uV) on cpu0
161[ 0.805607] gpiochip_find_base: found new base at 1018
162[ 0.805767] gpiochip_add: registered GPIOs 1018 to 1023 on device: pmd9650-gpio
163[ 0.806192] qcom,qpnp-pin qpnp-pin-3: qpnp_pin_probe: gpio_chip registered between 1018-1023
164[ 0.806665] KPI: Bootloader start count = 26316
165[ 0.810155] KPI: Bootloader end count = 74069
166[ 0.814605] KPI: Bootloader display count = 3732676271
167[ 0.819616] KPI: Bootloader load kernel count = 37760
168[ 0.824686] KPI: Kernel MPM timestamp = 128549
169[ 0.829077] KPI: Kernel MPM Clock frequency = 32768
170[ 0.833949] socinfo_print: v0.10, id=279, ver=1.1, raw_id=58, raw_ver=1, hw_plat=8, hw_plat_ver=131072
171[ 0.833949] accessory_chip=0, hw_plat_subtype=6, pmic_model=65551, pmic_die_revision=131072 foundry_id=2 serial_number=2341083
172[ 0.855072] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/soc/codec_buck_vreg[0]'
173[ 0.855275] codec_1.8v: no parameters
174[ 0.858552] of_get_named_gpiod_flags: parsed 'gpio' property of node '/soc/rome_vreg[0]' - status (0)
175[ 0.858743] rome_vreg: no parameters
176[ 0.862087] of_get_named_gpiod_flags: parsed 'gpio' property of node '/soc/sdc_vreg[0]' - status (0)
177[ 0.862278] sdc_vreg: no parameters
178[ 0.865644] of_get_named_gpiod_flags: parsed 'gpio' property of node '/soc/regulator-wlan-tlv62065[0]' - status (0)
179[ 0.865823] wlan_ext_vreg: 1800 mV
180[ 0.869025] of_get_named_gpiod_flags: parsed 'gpio' property of node '/soc/regulator-codec-tlv7103318[0]' - status (0)
181[ 0.869222] codec_vreg: no parameters
182[ 0.872660] of_get_named_gpiod_flags: parsed 'gpio' property of node '/soc/regulator-btle-lp5907[0]' - status (0)
183[ 0.873150] btle_vreg: no parameters
184[ 0.876289] of_get_named_gpiod_flags: parsed 'gpio' property of node '/soc/regulator-a2b-lp3996[0]' - status (0)
185[ 0.876926] a2b_vreg: no parameters
186[ 0.879704] of_get_named_gpiod_flags: parsed 'gpio' property of node '/soc/regulator-gyro-tlv7103318[0]' - status (0)
187[ 0.880146] gyro_vreg: no parameters
188[ 0.883502] vgaarb: loaded
189[ 0.885903] qcom,qpnp-misc qpnp-misc-2: probe successful
190[ 0.891387] of_get_named_gpiod_flags: parsed 'qcom,gpio-connect' property of node '/soc/wcd9xxx-irq[0]' - status (0)
191[ 0.892014] SCSI subsystem initialized
192[ 0.895580] usbcore: registered new interface driver usbfs
193[ 0.900334] usbcore: registered new interface driver hub
194[ 0.905719] usbcore: registered new device driver usb
195[ 0.911499] i2c-msm-v2 78b5000.i2c: probing driver i2c-msm-v2
196[ 0.916453] AXI: msm_bus_scale_register_client(): msm_bus_scale_register_client: Bus driver not ready.
197[ 0.925475] i2c-msm-v2 78b5000.i2c: msm_bus_scale_register_client(mstr-id:86):0 (not a problem)
198[ 0.935096] i2c-msm-v2 78b7000.i2c: probing driver i2c-msm-v2
199[ 0.940128] AXI: msm_bus_scale_register_client(): msm_bus_scale_register_client: Bus driver not ready.
200[ 0.949188] i2c-msm-v2 78b7000.i2c: msm_bus_scale_register_client(mstr-id:86):0 (not a problem)
201[ 0.959044] kworker/u2:2 (33) used greatest stack depth: 7004 bytes left
202[ 0.965085] kworker/u2:2 (34) used greatest stack depth: 6964 bytes left
203[ 0.972110] kworker/u2:2 (37) used greatest stack depth: 6808 bytes left
204[ 0.979276] pps_core: LinuxPPS API ver. 1 registered
205[ 0.983200] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
206[ 0.992513] PTP clock support registered
207[ 0.997143] cpufreq: driver msm up and running
208[ 1.001341] platform soc:qcom,ion:qcom,ion-heap@28: assigned reserved memory node audio_region@0
209[ 1.009824] platform soc:qcom,ion:qcom,ion-heap@27: assigned reserved memory node qseecom_region@0
210[ 1.018851] ION heap system created
211[ 1.022001] ION heap audio created at 0x8fc00000 with size 400000
212[ 1.028024] ION heap qsecom created at 0x8f800000 with size 400000
213[ 1.034409] msm_bus_fabric_init_driver
214[ 1.038103] msm_bus_device 580000.ad-hoc-bus: Coresight support absent for bus: 0
215[ 1.045384] msm_bus_device 580000.ad-hoc-bus: Coresight support absent for bus: 4096
216[ 1.053047] msm_bus_device 580000.ad-hoc-bus: Coresight support absent for bus: 1024
217[ 1.072469] qcom,qpnp-power-on qpnp-power-on-1: PMIC@SID0 Power-on reason: Triggered from PON1 (secondary PMIC) and 'warm' boot
218[ 1.082982] qcom,qpnp-power-on qpnp-power-on-1: PMIC@SID0: Unknown power-off reason
219[ 1.090873] input: qpnp_pon as /devices/virtual/input/input0
220[ 1.096620] PMIC@SID0: PMD9655 v2.0 options: 0, 0, 0, 0
221[ 1.102048] ipa ipa3_smp2p_probe:5997 ipa3_ctx was not initialized
222[ 1.107605] ipa: ipa_plat_drv_probe failed
223[ 1.111885] ipa ipa3_smp2p_probe:5997 ipa3_ctx was not initialized
224[ 1.117836] ipa: ipa_plat_drv_probe failed
225[ 1.123189] ipa ipa3_uc_state_check:302 uC interface not initialized
226[ 1.134540] of_get_named_gpiod_flags: parsed 'gpios' property of node '/soc/qcom,ipa@07B00000/qcom,smp2pgpio_map_ipa_1_out[0]' - status (-517)
227[ 1.134644] of_get_named_gpiod_flags: parsed 'gpios' property of node '/soc/qcom,ipa@07B00000/qcom,smp2pgpio_map_ipa_1_in[0]' - status (-517)
228[ 1.134968] gdsc_pcie: no parameters
229[ 1.137849] gdsc_usb30: no parameters
230[ 1.142142] Advanced Linux Sound Architecture Driver Initialized.
231[ 1.148149] Bluetooth: cf1dbed8
232[ 1.150214] NET: Registered protocol family 31
233[ 1.154822] Bluetooth: cf1dbed8
234[ 1.157737] Bluetooth: cf1dbed0Bluetooth: cf1dbec0
235[ 1.162529] Bluetooth: cf1dbec8<6>[ 1.165978] cfg80211: Calling CRDA to update world regulatory domain
236[ 1.171987] cfg80211: World regulatory domain updated:
237[ 1.177372] cfg80211: DFS Master region: unset
238[ 1.181426] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
239[ 1.191192] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
240[ 1.199168] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
241[ 1.207156] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
242[ 1.215137] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
243[ 1.223094] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
244[ 1.231109] cfg80211: (5490000 KHz - 5710000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
245[ 1.239095] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
246[ 1.247081] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
247[ 1.255351] pcie:pcie_init.
248[ 1.262548] 80000.qcom,pcie supply vreg-3.3 not found, using dummy regulator
249[ 1.269047] 80000.qcom,pcie supply vreg-cx not found, using dummy regulator
250[ 1.275673] 80000.qcom,pcie supply gdsc-smmu not found, using dummy regulator
251[ 1.282693] of_get_named_gpiod_flags: parsed 'perst-gpio' property of node '/soc/qcom,pcie@80000[0]' - status (0)
252[ 1.282738] of_get_named_gpiod_flags: parsed 'wake-gpio' property of node '/soc/qcom,pcie@80000[0]' - status (0)
253[ 1.282765] of_get_named_gpiod_flags: can't parse 'qcom,ep-gpio' property of node '/soc/qcom,pcie@80000[0]'
254[ 1.284928] msm_pcie_probe: PCIe: RC0 could not get pinctrl sleep state
255[ 1.291278] of_get_named_gpiod_flags: parsed 'gpios' property of node '/soc/qcom,ipa@07B00000/qcom,smp2pgpio_map_ipa_1_out[0]' - status (-517)
256[ 1.291441] of_get_named_gpiod_flags: parsed 'gpios' property of node '/soc/qcom,ipa@07B00000/qcom,smp2pgpio_map_ipa_1_in[0]' - status (-517)
257[ 1.292025] Switched to clocksource arch_mem_counter
258[ 1.347313] of_get_named_gpiod_flags: parsed 'wlan-en-gpio' property of node '/soc/qcom,cnss[0]' - status (0)
259[ 1.364087] msm_pcie_enable: PCIe: Assert the reset of endpoint of RC0.
260[ 1.373965] msm_pcie_enable: PCIe RC0 PHY is ready!
261[ 1.387904] msm_pcie_enable: PCIe: Release the reset of endpoint of RC0.
262[ 1.425578] msm_pcie_enable: PCIe RC0 link initialized
263[ 1.429771] PCI host bridge /soc/qcom,pcie@80000 ranges:
264[ 1.435008] No bus range found for /soc/qcom,pcie@80000, using [bus 00-ff]
265[ 1.442016] IO 0x40200000..0x402fffff -> 0x40200000
266[ 1.447160] MEM 0x40300000..0x41ffffff -> 0x40300000
267[ 1.462552] pci-msm 80000.qcom,pcie: PCI host bridge to bus 0000:00
268[ 1.467822] pci_bus 0000:00: root bus resource [bus 00-ff]
269[ 1.473251] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0x40200000-0x402fffff])
270[ 1.482829] pci_bus 0000:00: root bus resource [mem 0x40300000-0x41ffffff]
271[ 1.489826] pci 0000:00:00.0: [17cb:0302] type 01 class 0x060400
272[ 1.490155] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
273[ 1.490575] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
274[ 1.491276] PCI: bus0: Fast back to back transfers disabled
275[ 1.495861] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
276[ 1.504535] pci 0000:01:00.0: [12d8:2304] type 01 class 0x060400
277[ 1.505625] pci 0000:01:00.0: supports D1 D2
278[ 1.505637] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
279[ 1.506067] PCI: bus1: Fast back to back transfers disabled
280[ 1.510611] pci 0000:01:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
281[ 1.519697] pci 0000:02:01.0: [12d8:2304] type 01 class 0x060400
282[ 1.520753] pci 0000:02:01.0: supports D1 D2
283[ 1.520765] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
284[ 1.521390] pci 0000:02:02.0: [12d8:2304] type 01 class 0x060400
285[ 1.522445] pci 0000:02:02.0: supports D1 D2
286[ 1.522457] pci 0000:02:02.0: PME# supported from D0 D1 D2 D3hot D3cold
287[ 1.523418] PCI: bus2: Fast back to back transfers disabled
288[ 1.528015] pci 0000:02:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
289[ 1.536033] pci 0000:02:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
290[ 1.544789] pci 0000:03:00.0: [168c:003e] type 00 class 0x028000
291[ 1.545160] pci 0000:03:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
292[ 1.545938] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
293[ 1.546388] PCI: bus3: Fast back to back transfers disabled
294[ 1.550923] pci_bus 0000:03: busn_res: [bus 03-ff] end is updated to 03
295[ 1.551688] pci 0000:04:00.0: [1179:021a] type 00 class 0x010802
296[ 1.552076] pci 0000:04:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
297[ 1.552203] pci 0000:04:00.0: reg 0x18: [mem 0x00000000-0x0007ffff 64bit pref]
298[ 1.552329] pci 0000:04:00.0: reg 0x20: [mem 0x00000000-0x000fffff 64bit pref]
299[ 1.552801] pci 0000:04:00.0: PME# supported from D0 D3hot
300[ 1.553244] PCI: bus4: Fast back to back transfers disabled
301[ 1.557824] pci_bus 0000:04: busn_res: [bus 04-ff] end is updated to 04
302[ 1.557868] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 04
303[ 1.557912] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 04
304[ 1.558576] pci 0000:00:00.0: BAR 8: assigned [mem 0x40400000-0x407fffff]
305[ 1.564589] pci 0000:00:00.0: BAR 9: assigned [mem 0x40800000-0x409fffff 64bit pref]
306[ 1.572274] pci 0000:00:00.0: BAR 0: assigned [mem 0x40300000-0x40300fff 64bit]
307[ 1.579682] pci 0000:01:00.0: BAR 8: assigned [mem 0x40400000-0x407fffff]
308[ 1.586369] pci 0000:01:00.0: BAR 9: assigned [mem 0x40800000-0x409fffff 64bit pref]
309[ 1.594097] pci 0000:02:01.0: BAR 8: assigned [mem 0x40400000-0x405fffff]
310[ 1.600833] pci 0000:02:02.0: BAR 8: assigned [mem 0x40600000-0x407fffff]
311[ 1.607635] pci 0000:02:02.0: BAR 9: assigned [mem 0x40800000-0x409fffff 64bit pref]
312[ 1.615362] pci 0000:03:00.0: BAR 0: assigned [mem 0x40400000-0x405fffff 64bit]
313[ 1.622716] pci 0000:02:01.0: PCI bridge to [bus 03]
314[ 1.627640] pci 0000:02:01.0: bridge window [mem 0x40400000-0x405fffff]
315[ 1.634451] pci 0000:04:00.0: BAR 0: assigned [mem 0x40600000-0x407fffff 64bit]
316[ 1.641726] pci 0000:04:00.0: BAR 4: assigned [mem 0x40800000-0x408fffff 64bit pref]
317[ 1.649480] pci 0000:04:00.0: BAR 2: assigned [mem 0x40900000-0x4097ffff 64bit pref]
318[ 1.657205] pci 0000:02:02.0: PCI bridge to [bus 04]
319[ 1.662070] pci 0000:02:02.0: bridge window [mem 0x40600000-0x407fffff]
320[ 1.668857] pci 0000:02:02.0: bridge window [mem 0x40800000-0x409fffff 64bit pref]
321[ 1.676605] pci 0000:01:00.0: PCI bridge to [bus 02-04]
322[ 1.681774] pci 0000:01:00.0: bridge window [mem 0x40400000-0x407fffff]
323[ 1.688560] pci 0000:01:00.0: bridge window [mem 0x40800000-0x409fffff 64bit pref]
324[ 1.696310] pci 0000:00:00.0: PCI bridge to [bus 01-04]
325[ 1.701475] pci 0000:00:00.0: bridge window [mem 0x40400000-0x407fffff]
326[ 1.708262] pci 0000:00:00.0: bridge window [mem 0x40800000-0x409fffff 64bit pref]
327[ 1.722169] cnss soc:qcom,cnss: for AR6320 segments only will be dumped.
328[ 1.745381] cnss: Platform driver probed successfully.
329[ 1.750558] NET: Registered protocol family 2
330[ 1.754613] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
331[ 1.760915] TCP bind hash table entries: 2048 (order: 3, 40960 bytes)
332[ 1.767516] TCP: Hash tables configured (established 2048 bind 2048)
333[ 1.773661] TCP: reno registered
334[ 1.776860] UDP hash table entries: 256 (order: 1, 12288 bytes)
335[ 1.782728] UDP-Lite hash table entries: 256 (order: 1, 12288 bytes)
336[ 1.789303] NET: Registered protocol family 1
337[ 1.799745] PCI: CLS mismatch (64 != 1020), using 64 bytes
338[ 1.799985] of_get_named_gpiod_flags: parsed 'gpios' property of node '/soc/qcom,ipa@07B00000/qcom,smp2pgpio_map_ipa_1_out[0]' - status (-517)
339[ 1.800153] of_get_named_gpiod_flags: parsed 'gpios' property of node '/soc/qcom,ipa@07B00000/qcom,smp2pgpio_map_ipa_1_in[0]' - status (-517)
340[ 1.803330] futex hash table entries: 256 (order: 0, 7168 bytes)
341[ 1.826517] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
342[ 1.832942] io scheduler noop registered
343[ 1.836988] io scheduler deadline registered
344[ 1.841126] io scheduler cfq registered (default)
345[ 1.845955] gpiochip_find_base: found new base at 986
346[ 1.846114] gpiochip_add: registered GPIOs 986 to 1017 on device: smp2p
347[ 1.846353] gpiochip_find_base: found new base at 954
348[ 1.846495] gpiochip_add: registered GPIOs 954 to 985 on device: smp2p
349[ 1.846545] gpiochip_find_base: found new base at 922
350[ 1.846675] gpiochip_add: registered GPIOs 922 to 953 on device: smp2p
351[ 1.846899] gpiochip_find_base: found new base at 890
352[ 1.847031] gpiochip_add: registered GPIOs 890 to 921 on device: smp2p
353[ 1.847078] gpiochip_find_base: found new base at 858
354[ 1.847206] gpiochip_add: registered GPIOs 858 to 889 on device: slave-kernel
355[ 1.847347] gpiochip_find_base: found new base at 858
356[ 1.847472] gpiochip_add: registered GPIOs 858 to 889 on device: master-kernel
357[ 1.847596] gpiochip_find_base: found new base at 858
358[ 1.847723] gpiochip_add: registered GPIOs 858 to 889 on device: ipa
359[ 1.847845] gpiochip_find_base: found new base at 858
360[ 1.847971] gpiochip_add: registered GPIOs 858 to 889 on device: ipa
361[ 1.854695] apr_tal_link_state_cb: edge[mpss] link state[0]
362[ 1.859281] apr_tal_link_state_cb: edge[lpass] link state[0]
363[ 1.865662] scm_call failed: func id 0x2000c06, ret: -1, syscall returns: 0x0, 0x0, 0x0
364[ 1.872913] msm_audio_protect_memory_region: SCM call failed, scm_call_ret -5 tz_resp 0
365[ 1.883511] msm_rpm_log_probe: OK
366[ 1.890608] pil-q6v5-mss 4080000.qcom,mss: Failed to find the pas_id.
367[ 1.896183] of_get_named_gpiod_flags: parsed 'qcom,gpio-proxy-unvote' property of node '/soc/qcom,mss@4080000[0]' - status (-517)
368[ 1.897756] of_get_named_gpiod_flags: can't parse 'qcom,tx-gpio' property of node '/soc/uart@78B0000[0]'
369[ 1.897770] uart_tx_gpio is not available
370[ 1.900785] of_get_named_gpiod_flags: can't parse 'qcom,rx-gpio' property of node '/soc/uart@78B0000[0]'
371[ 1.900793] uart_rx_gpio is not available
372[ 1.904895] of_get_named_gpiod_flags: can't parse 'qcom,cts-gpio' property of node '/soc/uart@78B0000[0]'
373[ 1.904904] uart_cts_gpio is not available
374[ 1.908861] of_get_named_gpiod_flags: can't parse 'qcom,rfr-gpio' property of node '/soc/uart@78B0000[0]'
375[ 1.908869] uart_rfr_gpio is not available
376[ 1.913665] sps: BAM device 0x07884000 is not registered yet.
377[ 1.919339] sps:BAM 0x07884000 is registered.
378[ 1.926279] 78b0000.uart: ttyHS0 at MMIO 0x78b0000 (irq = 22, base_baud = 460800) is a MSM HS UART
379[ 1.937479] msm_serial_hs module loaded
380[ 1.940753] msm_serial_hsl_probe: detected port #0 (ttyHSL1)
381[ 1.946061] AXI: get_pdata(): Error: Client name not found
382[ 1.951433] AXI: msm_bus_cl_get_pdata(): client has to provide missing entry for successful registration
383[ 1.960929] msm_serial_hsl_probe: Bus scaling is disabled
384[ 1.966466] 78af000.serial: ttyHSL1 at MMIO 0x78af000 (irq = 32, base_baud = 460800) is a MSM
385[ 1.975380] msm_serial_hsl_probe: detected port #1 (ttyHSL0)
386[ 1.980460] AXI: get_pdata(): Error: Client name not found
387[ 1.985939] AXI: msm_bus_cl_get_pdata(): client has to provide missing entry for successful registration
388[ 1.995389] msm_serial_hsl_probe: Bus scaling is disabled
389[ 2.000860] 78b1000.serial: ttyHSL0 at MMIO 0x78b1000 (irq = 36, base_baud = 460800) is a MSM
390[ 2.009381] msm_hsl_console_setup: console setup on port #0
391[ 2.014215] console [ttyHSL0] enabled
392[ 2.021251] bootconsole [uart0] disabled
393[ 2.029566] msm_serial_hsl_init: driver initialized
394[ 2.056340] brd: module loaded
395[ 2.062386] loop: module loaded
396[ 2.065020] QSEECOM: qseecom_probe: qseecom.qsee_version = 0x1000000
397[ 2.070860] QSEECOM: qseecom_retrieve_ce_data: Device does not support PFE/FDE
398[ 2.077949] QSEECOM: qseecom_probe: qseecom clocks handled by other subsystem
399[ 2.085215] QSEECOM: qseecom_probe: qsee reentrancy support phase is not defined, setting to default 0
400[ 2.094601] QSEECOM: qseecom_probe: secure app region addr=0x87800000 size=0x200000
401[ 2.102498] QSEECOM: qseecom_probe: qseecom.whitelist_support = 1
402[ 2.110880] i2c-core: driver [tabla-i2c-core] using legacy suspend method
403[ 2.116683] i2c-core: driver [tabla-i2c-core] using legacy resume method
404[ 2.123485] i2c-core: driver [wcd9xxx-i2c-core] using legacy suspend method
405[ 2.130291] i2c-core: driver [wcd9xxx-i2c-core] using legacy resume method
406[ 2.137293] i2c-core: driver [tasha-i2c-core] using legacy suspend method
407[ 2.143886] i2c-core: driver [tasha-i2c-core] using legacy resume method
408[ 2.151243] QCE50: __qce_get_device_tree_data: BAM Apps EE is not defined, setting to default 1
409[ 2.165991] qce 720000.qcom,qcedev: Qualcomm Crypto 5.3.2 device found @0x720000
410[ 2.172358] qce 720000.qcom,qcedev: CE device = 0x0
411[ 2.172358] IO base, CE = 0xd0b80000
412[ 2.172358] Consumer (IN) PIPE 2, Producer (OUT) PIPE 3
413[ 2.172358] IO base BAM = 0x00000000
414[ 2.172358] BAM IRQ 33
415[ 2.172358] Engines Availability = 0x2010853
416[ 2.197025] sps:BAM 0x00704000 is registered.
417[ 2.201086] sps:BAM 0x00704000 (va:0xd0bc0000) enabled: ver:0x27, number of pipes:8
418[ 2.209514] QCE50: qce_sps_init: Qualcomm MSM CE-BAM at 0x0000000000704000 irq 33
419[ 2.218692] QCE50: __qce_get_device_tree_data: BAM Apps EE is not defined, setting to default 1
420[ 2.227660] qcrypto 720000.qcom,qcrypto: Qualcomm Crypto 5.3.2 device found @0x720000
421[ 2.234523] qcrypto 720000.qcom,qcrypto: CE device = 0x0
422[ 2.234523] IO base, CE = 0xd0e40000
423[ 2.234523] Consumer (IN) PIPE 4, Producer (OUT) PIPE 5
424[ 2.234523] IO base BAM = 0x00000000
425[ 2.234523] BAM IRQ 33
426[ 2.234523] Engines Availability = 0x2010853
427[ 2.260327] QCE50: qce_sps_init: Qualcomm MSM CE-BAM at 0x0000000000704000 irq 33
428[ 2.268969] qcrypto 720000.qcom,qcrypto: qcrypto-ecb-aes
429[ 2.273511] qcrypto 720000.qcom,qcrypto: qcrypto-cbc-aes
430[ 2.278785] qcrypto 720000.qcom,qcrypto: qcrypto-ctr-aes
431[ 2.284115] qcrypto 720000.qcom,qcrypto: qcrypto-ecb-des
432[ 2.289282] qcrypto 720000.qcom,qcrypto: qcrypto-cbc-des
433[ 2.294713] qcrypto 720000.qcom,qcrypto: qcrypto-ecb-3des
434[ 2.300010] qcrypto 720000.qcom,qcrypto: qcrypto-cbc-3des
435[ 2.305418] qcrypto 720000.qcom,qcrypto: qcrypto-xts-aes
436[ 2.310684] qcrypto 720000.qcom,qcrypto: qcrypto-sha1
437[ 2.315745] qcrypto 720000.qcom,qcrypto: qcrypto-sha256
438[ 2.320922] qcrypto 720000.qcom,qcrypto: qcrypto-aead-hmac-sha1-cbc-aes
439[ 2.327559] qcrypto 720000.qcom,qcrypto: qcrypto-aead-hmac-sha1-cbc-des
440[ 2.334193] qcrypto 720000.qcom,qcrypto: qcrypto-aead-hmac-sha1-cbc-3des
441[ 2.340753] qcrypto 720000.qcom,qcrypto: qcrypto-aead-hmac-sha256-cbc-aes
442[ 2.347660] qcrypto 720000.qcom,qcrypto: qcrypto-aead-hmac-sha256-cbc-des
443[ 2.354402] qcrypto 720000.qcom,qcrypto: qcrypto-aead-hmac-sha256-cbc-3des
444[ 2.361194] qcrypto 720000.qcom,qcrypto: qcrypto-hmac-sha1
445[ 2.366699] qcrypto 720000.qcom,qcrypto: qcrypto-hmac-sha256
446[ 2.372306] qcrypto 720000.qcom,qcrypto: qcrypto-aes-ccm
447[ 2.377632] qcrypto 720000.qcom,qcrypto: qcrypto-rfc4309-aes-ccm
448[ 2.383897] SCSI Media Changer driver v0.25
449[ 2.393559] sps: BAM device 0x07984000 is not registered yet.
450[ 2.398971] sps:BAM 0x07984000 is registered.
451[ 2.402444] msm_nand_bam_init: msm_nand_bam_init: BAM device registered: bam_handle 0xc63c3800
452[ 2.411684] sps:BAM 0x07984000 (va:0xd0e20000) enabled: ver:0x19, number of pipes:7
453[ 2.422163] msm_nand_parse_smem_ptable: Parsing partition table info from SMEM
454[ 2.428502] msm_nand_parse_smem_ptable: SMEM partition table found: ver: 4 len: 17
455[ 2.436002] msm_nand_version_check: nand_major:1, nand_minor:5, qpic_major:1, qpic_minor:5
456[ 2.444474] msm_nand_flash_onfi_probe: Found an ONFI compliant device MT29F4G08ABBDA3W ,
457[ 2.452480] msm_nand_scan: NAND Id: 0x1590ac2c Buswidth: 8Bits Density: 512 MByte
458[ 2.459979] msm_nand_scan: pagesize: 2048 Erasesize: 131072 oobsize: 64 (in Bytes)
459[ 2.467526] msm_nand_scan: BCH ECC: 4 Bit
460[ 2.471496] msm_nand_scan: CFG0: 0x2a0408c0, CFG1: 0x0804745c
461[ 2.471496] RAWCFG0: 0x2c8400c0, RAWCFG1: 0x0005055d
462[ 2.471496] ECCBUFCFG: 0x00000203, ECCBCHCFG: 0x42040700
463[ 2.471496] RAWECCCFG: 0x42000701, BAD BLOCK BYTE: 0x000001d1
464[ 2.497916] Creating 17 MTD partitions on "7980000.nand":
465[ 2.503264] 0x000000000000-0x000000140000 : "sbl"
466[ 2.509024] 0x000000140000-0x000000280000 : "mibib"
467[ 2.513807] 0x000000280000-0x000000d80000 : "efs2"
468[ 2.518839] 0x000000d80000-0x000000fc0000 : "tz"
469[ 2.523363] 0x000000fc0000-0x000001020000 : "devcfg"
470[ 2.528383] 0x000001020000-0x000001080000 : "apdp"
471[ 2.533020] 0x000001080000-0x000001120000 : "rpm"
472[ 2.537773] 0x000001120000-0x0000011e0000 : "aboot"
473[ 2.542576] 0x0000011e0000-0x000001c40000 : "boot"
474[ 2.547435] 0x000001c40000-0x000001c80000 : "scrub"
475[ 2.552288] 0x000001c80000-0x000005f80000 : "modem"
476[ 2.557185] 0x000005f80000-0x000006100000 : "misc"
477[ 2.561917] 0x000006100000-0x000006b60000 : "recovery"
478[ 2.567025] 0x000006b60000-0x000006ce0000 : "fota"
479[ 2.571742] 0x000006ce0000-0x000008b40000 : "recoveryfs"
480[ 2.577119] 0x000008b40000-0x000008b80000 : "sec"
481[ 2.581728] 0x000008b80000-0x000020000000 : "system"
482[ 2.586748] msm_nand_probe: NANDc phys addr 0x7980000, BAM phys addr 0x7984000, BAM IRQ 39
483[ 2.594076] msm_nand_probe: Allocated DMA buffer at virt_addr 0xc6c48000, phys_addr 0x86c48000
484[ 2.603803] of_get_named_gpiod_flags: can't parse 'qcom,gpio-clk' property of node '/soc/spi@78B8000[0]'
485[ 2.603819] of_get_named_gpiod_flags: can't parse 'qcom,gpio-miso' property of node '/soc/spi@78B8000[0]'
486[ 2.603832] of_get_named_gpiod_flags: can't parse 'qcom,gpio-mosi' property of node '/soc/spi@78B8000[0]'
487[ 2.603843] of_get_named_gpiod_flags: can't parse 'qcom,gpio-cs0' property of node '/soc/spi@78B8000[0]'
488[ 2.603854] of_get_named_gpiod_flags: can't parse 'qcom,gpio-cs1' property of node '/soc/spi@78B8000[0]'
489[ 2.603865] of_get_named_gpiod_flags: can't parse 'qcom,gpio-cs2' property of node '/soc/spi@78B8000[0]'
490[ 2.603876] of_get_named_gpiod_flags: can't parse 'qcom,gpio-cs3' property of node '/soc/spi@78B8000[0]'
491[ 2.607054] loading NXP PHY driver: [autonomous mode]
492[ 2.611189] tun: Universal TUN/TAP device driver, 1.6
493[ 2.616230] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
494[ 2.622398] vcan: Virtual CAN interface driver
495[ 2.626774] CAN device driver interface
496[ 2.630896] qti-can spi4.0: qti_can_probe
497[ 2.634696] qti-can spi4.0: qti_can_probe created priv_data
498[ 2.640108] of_get_named_gpiod_flags: parsed 'qcom,reset-gpio' property of node '/soc/spi@78B8000/can-controller@0[0]' - status (0)
499[ 2.845870] qti-can spi4.0: Request irq 141 ret 0
500[ 2.850941] qti-can spi4.0: fw 1.1
501[ 2.853303] qti-can spi4.0: fw string Calypso: v(1.1):May 18 2018,10:15:15
502[ 2.861004] PPP generic driver version 2.4.2
503[ 2.864656] NET: Registered protocol family 24
504[ 2.872357] usbcore: registered new interface driver asix
505[ 2.876874] usbcore: registered new interface driver ax88179_178a
506[ 2.882862] usbcore: registered new interface driver cdc_ether
507[ 2.888765] usbcore: registered new interface driver smsc75xx
508[ 2.894469] usbcore: registered new interface driver smsc95xx
509[ 2.900136] usbcore: registered new interface driver net1080
510[ 2.905815] usbcore: registered new interface driver cdc_subset
511[ 2.911678] usbcore: registered new interface driver zaurus
512[ 2.917539] usbcore: registered new interface driver cdc_ncm
513[ 2.926001] msm_sharedmem: sharedmem_register_qmi: qmi init successful
514[ 2.935666] msm-dwc3 8a00000.ssusb: unable to get dbm device
515[ 2.941954] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
516[ 2.947903] ehci-pci: EHCI PCI platform driver
517[ 2.951963] ehci-msm: Qualcomm On-Chip EHCI Host Controller
518[ 2.957949] usbcore: registered new interface driver cdc_acm
519[ 2.963070] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
520[ 2.971295] usbcore: registered new interface driver usb-storage
521[ 2.977179] usbcore: registered new interface driver ums-alauda
522[ 2.983013] usbcore: registered new interface driver ums-cypress
523[ 2.989063] usbcore: registered new interface driver ums-datafab
524[ 2.995012] usbcore: registered new interface driver ums-freecom
525[ 3.000972] usbcore: registered new interface driver ums-isd200
526[ 3.006907] usbcore: registered new interface driver ums-jumpshot
527[ 3.012946] usbcore: registered new interface driver ums-karma
528[ 3.019017] usbcore: registered new interface driver ums-onetouch
529[ 3.024878] usbcore: registered new interface driver ums-sddr09
530[ 3.030740] usbcore: registered new interface driver ums-sddr55
531[ 3.036681] usbcore: registered new interface driver ums-usbat
532[ 3.042470] usbcore: registered new interface driver usb_ehset_test
533[ 3.049905] gbridge_init: gbridge_init successs.
534[ 3.054672] qcom,qpnp-rtc qpnp-rtc-5: rtc core: registered qpnp_rtc as rtc0
535[ 3.060845] i2c /dev entries driver
536[ 3.064899] of_get_named_gpiod_flags: parsed 'gpios' property of node '/soc/pps[0]' - status (0)
537[ 3.065119] pps pps0: new PPS source soc:pps.-1
538[ 3.068731] pps pps0: Registered IRQ 93 as PPS source
539[ 3.074471] unable to find DT imem DLOAD mode node
540[ 3.078693] unable to find DT imem EDLOAD mode node
541[ 3.083528] unable to find DT imem dload-type node
542[ 3.089400] qpnp_vadc_read: Error reading vadc_hc channel 76
543[ 3.094104] thermal thermal_zone0: failed to read out thermal zone 0
544[ 3.100774] qpnp_vadc_read: Error reading vadc_hc channel 83
545[ 3.106070] thermal thermal_zone1: failed to read out thermal zone 1
546[ 3.112718] qpnp_vadc_read: Error reading vadc_hc channel 77
547[ 3.118045] thermal thermal_zone2: failed to read out thermal zone 2
548[ 3.124732] qpnp_vadc_read: Error reading vadc_hc channel 78
549[ 3.129962] thermal thermal_zone3: failed to read out thermal zone 3
550[ 3.136719] qpnp_vadc_read: Error reading vadc_hc channel 79
551[ 3.141945] thermal thermal_zone4: failed to read out thermal zone 4
552[ 3.151826] Bluetooth: cf1dbed8
553[ 3.153757] Bluetooth: cf1dbed0Bluetooth: cf1dbed0
554[ 3.158836] of_get_named_gpiod_flags: parsed 'qca,bt-reset-gpio' property of node '/soc/bt_qca6174[0]' - status (0)
555[ 3.158940] bt_power soc:bt_qca6174: no qca,bt-vdd-core-voltage-level property
556[ 3.165959] bt_dt_parse_vreg_info: qca,bt-vdd-io: is not provided in device tree
557[ 3.173284] bt_dt_parse_vreg_info: qca,bt-vdd-xtal: is not provided in device tree
558[ 3.180904] bt_power soc:bt_qca6174: no qca,bt-vdd-pa-voltage-level property
559[ 3.187907] bt_dt_parse_vreg_info: qca,bt-vdd-ldo: is not provided in device tree
560[ 3.195367] bt_dt_parse_vreg_info: qca,bt-chip-pwd: is not provided in device tree
561[ 3.203780] sdhci: Secure Digital Host Controller Interface driver
562[ 3.209099] sdhci: Copyright(c) Pierre Ossman
563[ 3.213399] sdhci-pltfm: SDHCI platform and OF driver helper
564[ 3.219971] tz_log 8600720.tz-log: Hyp log service is not supported
565[ 3.226097] usbcore: registered new interface driver usbhid
566[ 3.230840] usbhid: USB HID core driver
567[ 3.244221] ipa_ut ipa_ut_module_init:960 Loading IPA test module...
568[ 3.251576] devfreq soc:qcom,cpubw: Couldn't update frequency transition information.
569[ 3.260018] i2c-msm-v2 78b7000.i2c: msm_bus_scale_register_client(mstr-id:86):0xb (ok)
570[ 3.267597] i2c-msm-v2 78b7000.i2c: NACK: slave not responding, ensure its powered: msgs(n:2 cur:0 tx) bc(rx:1 tx:1) mode:FIFO slv_addr:0x1d MSTR_STS:0x0d1300c8 OPER:0x00000010
571[ 3.282766] iio iio:device0: failed to read Who-Am-I register.
572[ 3.288482] st-accel-i2c: probe of 3-001d failed with error -107
573[ 3.295079] i2c-msm-v2 78b7000.i2c: NACK: slave not responding, ensure its powered: msgs(n:2 cur:0 tx) bc(rx:1 tx:1) mode:FIFO slv_addr:0x6a MSTR_STS:0x0d1300c8 OPER:0x00000010
574[ 3.310299] iio iio:device0: failed to read Who-Am-I register.
575[ 3.316015] st-gyro-i2c: probe of 3-006a failed with error -107
576[ 3.323170] bmi160 3-0068: Bosch Sensortec Device detected, HW IC name: BMI160C2
577[ 3.331655] bmi160 3-0068:
578[ 3.331655] From 0x00:
579[ 3.337211] bmi160 3-0068: d1 21 00 00 00 00 00 00 00 00 00 00 00 00 00 00
580[ 3.337211] 00 00 00 00 00 00 00 00 84 f3 00 10 00 00 00 00
581[ 3.337211] 00 80 00 00
582[ 3.351709] sps:BAM 0x07884000 (va:0xd0b40000) enabled: ver:0x19, number of pipes:16
583[ 3.361921] bmi160 3-0068:
584[ 3.361921] From 0x40:
585[ 3.366102] bmi160 3-0068:
586[ 3.366102] 28 03 28 00 0b 88 80 10 00 00 00 20 80 42 4c 00
587[ 3.366102] 00 00 00 00 00 00 00 00 00 00 07 30 81 0b c0 00
588[ 3.366102] 14 14 24 04 0a 18 48 08 11 00 00 00 00 00 00 00
589[ 3.366102] 00 00 00 00 2b 7f 2e 00 00 00 15 03 00 00 00 00
590[ 3.366102] d1 21 00 00 00 00 00 00 00 00 00 00 00 00 00 00
591[ 3.366102] 00 00 00 00 00 00
592[ 3.460965] of_get_named_gpiod_flags: parsed 'bmi,gpio_irq' property of node '/soc/i2c@78B7000/bmi160@68[0]' - status (0)
593[ 3.460979] bmi160 3-0068: BMI160 qpio number:81
594[ 3.471263] input: bmi160_accbuf as /devices/virtual/input/input1
595[ 3.477176] input: bmi160_gyrobuf as /devices/virtual/input/input2
596[ 3.496070] bmi160 3-0068: sensor_time:65535, 65536
597[ 3.499913] bmi160 3-0068: sensor bmi160 probed successfully
598[ 3.505640] i2c-core: driver [bmi160] using legacy suspend method
599[ 3.511626] i2c-core: driver [bmi160] using legacy resume method
600[ 3.518234] coresight-fuse a601c.fuse: Fuse initialized
601[ 3.526550] coresight-csr 801000.csr: CSR initialized
602[ 3.532408] coresight-tmc 828000.tmc: Byte Counter feature enabled
603[ 3.538152] sps:BAM 0x00884000 is registered.
604[ 3.542668] coresight-tmc 828000.tmc: invalid cti data
605[ 3.547549] coresight-tmc 828000.tmc: TMC initialized
606[ 3.553090] coresight-tmc 827000.tmc: invalid cti data
607[ 3.557660] coresight-tmc 827000.tmc: TMC initialized
608[ 3.565216] coresight-replicator 826000.replicator: REPLICATOR initialized
609[ 3.575283] coresight-dbgui 86d000.dbgui: DebugUI capture enabled
610[ 3.581437] coresight-dbgui 86d000.dbgui: DebugUI initializaed
611[ 3.587201] coresight-stm 802000.stm: STM initialized
612[ 3.592931] coresight-hwevent 86c000.hwevent: Hardware Event driver initialized
613[ 3.601238] coresight-etm 842000.etm: ETM initialized
614[ 3.606230] coresight-remote-etm soc:modem_etm0: Remote ETM initialized
615[ 3.613319] coresight-remote-etm soc:rpm_etm0: Remote ETM initialized
616[ 3.621573] of_get_named_gpiod_flags: parsed 'gpio-reset' property of node '/soc/i2c@78B7000/tlv320aic3x@18[0]' - status (0)
617[ 3.621706] 3-0018 supply DVDD not found, using dummy regulator
618[ 3.626835] 3-0018 supply DRVDD not found, using dummy regulator
619[ 3.643349] msm-dai-tdm soc:qcom,msm-dai-tdm-pri-rx: msm_dai_tdm_q6_probe: dev_name: soc:qcom,msm-dai-tdm-pri-rx group_id: 0x9100
620[ 3.655567] msm-dai-q6-tdm soc:qcom,msm-dai-tdm-pri-rx:qcom,msm-dai-q6-tdm-pri-rx-0: msm_dai_q6_tdm_dev_probe: dev_name: soc:qcom,msm-dai-tdm-pri-rx:qcom,msm-dai-q6-tdm-pri-rx-0 dev_id: 0x9000
621[ 3.672078] msm-dai-q6-tdm soc:qcom,msm-dai-tdm-pri-rx:qcom,msm-dai-q6-tdm-pri-rx-0: msm_dai_q6_tdm_dev_probe: Custom tdm header not supported
622[ 3.685008] msm-dai-tdm soc:qcom,msm-dai-tdm-pri-tx: msm_dai_tdm_q6_probe: dev_name: soc:qcom,msm-dai-tdm-pri-tx group_id: 0x9101
623[ 3.697648] msm-dai-q6-tdm soc:qcom,msm-dai-tdm-pri-tx:qcom,msm-dai-q6-tdm-pri-tx-0: msm_dai_q6_tdm_dev_probe: dev_name: soc:qcom,msm-dai-tdm-pri-tx:qcom,msm-dai-q6-tdm-pri-tx-0 dev_id: 0x9001
624[ 3.714194] msm-dai-q6-tdm soc:qcom,msm-dai-tdm-pri-tx:qcom,msm-dai-q6-tdm-pri-tx-0: msm_dai_q6_tdm_dev_probe: Custom tdm header not supported
625[ 3.727083] msm-dai-tdm soc:qcom,msm-dai-tdm-sec-rx: msm_dai_tdm_q6_probe: dev_name: soc:qcom,msm-dai-tdm-sec-rx group_id: 0x9110
626[ 3.739734] msm-dai-q6-tdm soc:qcom,msm-dai-tdm-sec-rx:qcom,msm-dai-q6-tdm-sec-rx-0: msm_dai_q6_tdm_dev_probe: dev_name: soc:qcom,msm-dai-tdm-sec-rx:qcom,msm-dai-q6-tdm-sec-rx-0 dev_id: 0x9010
627[ 3.756233] msm-dai-q6-tdm soc:qcom,msm-dai-tdm-sec-rx:qcom,msm-dai-q6-tdm-sec-rx-0: msm_dai_q6_tdm_dev_probe: Custom tdm header not supported
628[ 3.769377] msm-dai-tdm soc:qcom,msm-dai-tdm-sec-tx: msm_dai_tdm_q6_probe: dev_name: soc:qcom,msm-dai-tdm-sec-tx group_id: 0x9111
629[ 3.781836] msm-dai-q6-tdm soc:qcom,msm-dai-tdm-sec-tx:qcom,msm-dai-q6-tdm-sec-tx-0: msm_dai_q6_tdm_dev_probe: dev_name: soc:qcom,msm-dai-tdm-sec-tx:qcom,msm-dai-q6-tdm-sec-tx-0 dev_id: 0x9011
630[ 3.798336] msm-dai-q6-tdm soc:qcom,msm-dai-tdm-sec-tx:qcom,msm-dai-q6-tdm-sec-tx-0: msm_dai_q6_tdm_dev_probe: Custom tdm header not supported
631[ 3.815554] msm_pcm_probe: dev name soc:qcom,msm-voice-host-pcm
632[ 3.843490] mdm9650-asoc-snd soc:sound-auto: ASoC: platform (null) not registered
633[ 3.851900] Netfilter messages via NETLINK v0.30.
634[ 3.855751] nf_conntrack version 0.5.0 (1893 buckets, 7572 max)
635[ 3.863184] ctnetlink v0.93: registering with nfnetlink.
636[ 3.869205] ip_set: protocol 6
637[ 3.871600] ip_tables: (C) 2000-2006 Netfilter Core Team
638[ 3.876817] arp_tables: (C) 2002 David S. Miller
639[ 3.882032] TCP: cubic registered
640[ 3.885656] NET: Registered protocol family 10
641[ 3.891402] ip6_tables: (C) 2000-2006 Netfilter Core Team
642[ 3.896131] sit: IPv6 over IPv4 tunneling driver
643[ 3.902182] NET: Registered protocol family 17
644[ 3.905748] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
645[ 3.918609] Ebtables v2.0 registered
646[ 3.922353] can: controller area network core (rev 20120528 abi 9)
647[ 3.928980] NET: Registered protocol family 29
648[ 3.932606] can: raw protocol (rev 20120528)
649[ 3.936686] can: broadcast manager protocol (rev 20120528 t)
650[ 3.942663] can: netlink gateway (rev 20130117) max_hops=1
651[ 3.949366] Bluetooth: cf1dbeb8
652[ 3.951315] Bluetooth: cf1dbeb8Bluetooth: cf1dbec8
653[ 3.956088] Bluetooth: cf1dbea0Bluetooth: cf1dbea0
654[ 3.961277] Bluetooth: cf1dbe98Bluetooth: cf1dbed8
655[ 3.965629] Bluetooth: cf1dbed8<6>[ 3.969598] l2tp_core: L2TP core driver, V2.0
656[ 3.973279] l2tp_ppp: PPPoL2TP kernel driver, V2.0
657[ 3.978253] l2tp_ip: L2TP IP encapsulation support (L2TPv3)
658[ 3.983863] l2tp_netlink: L2TP netlink interface
659[ 3.988580] l2tp_eth: L2TP ethernet pseudowire support (L2TPv3)
660[ 3.994401] l2tp_debugfs: L2TP debugfs support
661[ 3.998845] l2tp_ip6: L2TP IP encapsulation support for IPv6 (L2TPv3)
662[ 4.005498] 8021q: 802.1Q VLAN Support v1.8
663[ 4.010895] NET: Registered protocol family 27
664[ 4.018843] IPC_RTR: pil_vote_load_worker: Failed to load modem
665[ 4.023800] IPC_RTR: pil_vote_load_worker: Failed to load modem
666[ 4.031196] of_get_named_gpiod_flags: parsed 'gpios' property of node '/soc/qcom,ipa@07B00000/qcom,smp2pgpio_map_ipa_1_out[0]' - status (-517)
667[ 4.031586] of_get_named_gpiod_flags: parsed 'gpios' property of node '/soc/qcom,ipa@07B00000/qcom,smp2pgpio_map_ipa_1_in[0]' - status (-517)
668[ 4.031879] gpiochip_find_base: found new base at 858
669[ 4.032051] gpiochip_add: registered GPIOs 858 to 889 on device: slave-kernel
670[ 4.032389] gpiochip_find_base: found new base at 826
671[ 4.032528] gpiochip_add: registered GPIOs 826 to 857 on device: master-kernel
672[ 4.032661] gpiochip_find_base: found new base at 794
673[ 4.032790] gpiochip_add: registered GPIOs 794 to 825 on device: ipa
674[ 4.032906] gpiochip_find_base: found new base at 762
675[ 4.033039] gpiochip_add: registered GPIOs 762 to 793 on device: ipa
676[ 4.034167] pil-q6v5-mss 4080000.qcom,mss: Failed to find the pas_id.
677[ 4.040688] of_get_named_gpiod_flags: parsed 'qcom,gpio-proxy-unvote' property of node '/soc/qcom,mss@4080000[0]' - status (0)
678[ 4.041404] of_get_named_gpiod_flags: parsed 'qcom,gpio-err-fatal' property of node '/soc/qcom,mss@4080000[0]' - status (0)
679[ 4.041424] of_get_named_gpiod_flags: parsed 'qcom,gpio-err-ready' property of node '/soc/qcom,mss@4080000[0]' - status (0)
680[ 4.041440] of_get_named_gpiod_flags: parsed 'qcom,gpio-stop-ack' property of node '/soc/qcom,mss@4080000[0]' - status (0)
681[ 4.041456] of_get_named_gpiod_flags: parsed 'qcom,gpio-force-stop' property of node '/soc/qcom,mss@4080000[0]' - status (0)
682[ 4.041682] pil-q6v5-mss 4080000.qcom,mss: for modem segments only will be dumped.
683[ 4.049287] pil-q6v5-mss 4080000.qcom,mss: modem: Failed to locate modem.mdt
684[ 4.058100] IPC_RTR: pil_vote_load_worker: Failed to load modem
685[ 4.063134] pil-q6v5-mss 4080000.qcom,mss: modem: Failed to locate modem.mdt
686[ 4.072221] of_get_named_gpiod_flags: can't parse 'qcom,ext-hub-reset-gpio' property of node '/soc/ssusb@8a00000[0]'
687[ 4.075278] sps:BAM 0x08b04000 is registered.
688[ 4.080723] of_get_named_gpiod_flags: can't parse 'qcom,gpio-mode-sel' property of node '/soc/usb_detect[0]'
689[ 4.087425] IPC_RTR: pil_vote_load_worker: Failed to load modem
690[ 4.097551] pil-q6v5-mss 4080000.qcom,mss: modem: Failed to locate modem.mdt
691[ 4.114121] IPC_RTR: pil_vote_load_worker: Failed to load modem
692[ 4.124289] pil-q6v5-mss 4080000.qcom,mss: modem: Failed to locate modem.mdt
693[ 4.136049] msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: no dapm match for MM_DL5 --> MultiMedia5 --> TERT_MI2S_RX Audio Mixer
694[ 4.147664] IPC_RTR: pil_vote_load_worker: Failed to load modem
695[ 4.152904] pil-q6v5-mss 4080000.qcom,mss: modem: Failed to locate modem.mdt
696[ 4.160553] IPC_RTR: pil_vote_load_worker: Failed to load modem
697[ 4.165739] msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: Failed to add route MM_DL5 -> MultiMedia5 -> TERT_MI2S_RX Audio Mixer
698[ 4.178165] pil-q6v5-mss 4080000.qcom,mss: modem: Failed to locate modem.mdt
699[ 4.184450] IPC_RTR: pil_vote_load_worker: Failed to load modem
700[ 4.191027] msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: no dapm match for MM_DL8 --> MultiMedia8 --> TERT_MI2S_RX Audio Mixer
701[ 4.202887] pil-q6v5-mss 4080000.qcom,mss: modem: Failed to locate modem.mdt
702[ 4.209479] msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: Failed to add route MM_DL8 -> MultiMedia8 -> TERT_MI2S_RX Audio Mixer
703[ 4.221117] IPC_RTR: pil_vote_load_worker: Failed to load modem
704[ 4.227593] pil-q6v5-mss 4080000.qcom,mss: modem: Failed to locate modem.mdt
705[ 4.234470] msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: no dapm match for INT_FM_TX --> INTERNAL_FM_TX --> SEC_MI2S_RX Port Mixer
706[ 4.246550] IPC_RTR: pil_vote_load_worker: Failed to load modem
707[ 4.252247] pil-q6v5-mss 4080000.qcom,mss: modem: Failed to locate modem.mdt
708[ 4.258963] msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: Failed to add route INT_FM_TX -> INTERNAL_FM_TX -> SEC_MI2S_RX Port Mixer
709[ 4.271221] IPC_RTR: pil_vote_load_worker: Failed to load modem
710[ 4.278006] pil-q6v5-mss 4080000.qcom,mss: modem: Failed to locate modem.mdt
711[ 4.286427] IPC_RTR: pil_vote_load_worker: Failed to load modem
712[ 4.309133] msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: no source widget found for AUDIO_REF_EC_UL3 MUX
713[ 4.318267] msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: Failed to add route AUDIO_REF_EC_UL3 MUX -> direct -> MM_UL3
714[ 4.338538] msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: no dapm match for SEC_MI2S_TX --> SEC_MI2S_TX --> SLIMBUS_0_RX Port Mixer
715[ 4.349919] msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: Failed to add route SEC_MI2S_TX -> SEC_MI2S_TX -> SLIMBUS_0_RX Port Mixer
716[ 4.363571] msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: no dapm match for VOICE2_STUB_DL --> Voice2 Stub --> INTERNAL_BT_SCO_RX_Voice Mixer
717[ 4.375810] msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: Failed to add route VOICE2_STUB_DL -> Voice2 Stub -> INTERNAL_BT_SCO_RX_Voice Mixer
718[ 4.391143] msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: no sink widget found for SENARY_MI2S_TX
719[ 4.399564] msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: Failed to add route BE_IN -> direct -> SENARY_MI2S_TX
720[ 4.564239] msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: Failed to create SEC_MI2S_RX Port Mixer debugfs file
721[ 4.607702] msm-pcm-routing soc:qcom,msm-pcm-routing: ASoC: mux SLIM_0_RX AANC MUX has no paths
722[ 4.645200] msm-dai-stub-dev soc:qcom,msm-dai-stub:qcom,msm-dai-stub-dtmf-tx: ASoC: no sink widget found for STUB_DTMF_TX
723[ 4.655754] msm-dai-stub-dev soc:qcom,msm-dai-stub:qcom,msm-dai-stub-dtmf-tx: ASoC: Failed to add route DTMF TX -> direct -> STUB_DTMF_TX
724[ 4.668376] msm-dai-stub-dev soc:qcom,msm-dai-stub:qcom,msm-dai-stub-host-rx-capture-tx: ASoC: no sink widget found for STUB_HOST_RX_CAPTURE_TX
725[ 4.681059] msm-dai-stub-dev soc:qcom,msm-dai-stub:qcom,msm-dai-stub-host-rx-capture-tx: ASoC: Failed to add route CS-VOICE HOST RX CAPTURE -> direct -> STUB_HOST_RX_CAPTURE_TX
726[ 4.696819] msm-dai-stub-dev soc:qcom,msm-dai-stub:qcom,msm-dai-stub-host-rx-playback-rx: ASoC: no source widget found for STUB_HOST_RX_PLAYBACK_RX
727[ 4.709953] msm-dai-stub-dev soc:qcom,msm-dai-stub:qcom,msm-dai-stub-host-rx-playback-rx: ASoC: Failed to add route STUB_HOST_RX_PLAYBACK_RX -> direct -> CS-VOICE HOST RX PLAYBACK
728[ 4.725981] msm-dai-stub-dev soc:qcom,msm-dai-stub:qcom,msm-dai-stub-host-tx-capture-tx: ASoC: no sink widget found for STUB_HOST_TX_CAPTURE_TX
729[ 4.738770] msm-dai-stub-dev soc:qcom,msm-dai-stub:qcom,msm-dai-stub-host-tx-capture-tx: ASoC: Failed to add route CS-VOICE HOST TX CAPTURE -> direct -> STUB_HOST_TX_CAPTURE_TX
730[ 4.754555] msm-dai-stub-dev soc:qcom,msm-dai-stub:qcom,msm-dai-stub-host-tx-playback-rx: ASoC: no source widget found for STUB_HOST_TX_PLAYBACK_RX
731[ 4.767674] msm-dai-stub-dev soc:qcom,msm-dai-stub:qcom,msm-dai-stub-host-tx-playback-rx: ASoC: Failed to add route STUB_HOST_TX_PLAYBACK_RX -> direct -> CS-VOICE HOST TX PLAYBACK
732[ 4.835378] of_get_named_gpiod_flags: parsed 'gpios' property of node '/soc/qcom,ipa@07B00000/qcom,smp2pgpio_map_ipa_1_out[0]' - status (0)
733[ 4.835553] of_get_named_gpiod_flags: parsed 'gpios' property of node '/soc/qcom,ipa@07B00000/qcom,smp2pgpio_map_ipa_1_in[0]' - status (0)
734[ 4.835630] ipa ipa3_smp2p_probe:6042 failed to enable irq wake
735[ 4.842800] of_get_named_gpiod_flags: parsed 'gpios' property of node '/soc/qcom,smp2pgpio_test_smp2p_15_in[0]' - status (0)
736[ 4.842876] of_get_named_gpiod_flags: parsed 'gpios' property of node '/soc/qcom,smp2pgpio_test_smp2p_15_out[0]' - status (0)
737[ 4.842941] of_get_named_gpiod_flags: parsed 'gpios' property of node '/soc/qcom,smp2pgpio_test_smp2p_1_in[0]' - status (0)
738[ 4.843419] of_get_named_gpiod_flags: parsed 'gpios' property of node '/soc/qcom,smp2pgpio_test_smp2p_1_out[0]' - status (0)
739[ 4.854566] Error: Driver 'IPCRTR' is already registered, aborting...
740[ 4.859968] IPC_RTR: msm_ipc_router_smd_driver_register: Failed to register platform driver [IPCRTR]
741[ 4.893921] ubi0: attaching mtd16
742[ 4.896457] IPC_RTR: msm_ipc_router_smd_driver_register Already driver registered IPCRTR
743[ 4.923045] IPC_RTR: msm_ipc_router_smd_driver_register Already driver registered IPCRTR
744[ 7.219759] ubi0: scanning is finished
745[ 7.236827] ubi0: attached mtd16 (name "system", size 372 MiB)
746[ 7.241624] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
747[ 7.248947] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
748[ 7.255762] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
749[ 7.262692] ubi0: good PEBs: 2980, bad PEBs: 0, corrupted PEBs: 0
750[ 7.268728] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128
751[ 7.276657] ubi0: max/mean erase counter: 39/19, WL threshold: 4096, image sequence number: 1328192
752[ 7.285189] ubi0: available PEBs: 0, total reserved PEBs: 2980, PEBs reserved for bad PEB handling: 80
753[ 7.294453] ubi0: background thread "ubi_bgt0d" started, PID 183
754[ 7.300407] RNDIS_IPA module is loaded.
755[ 7.305636] file system registered
756[ 7.308590] Number of LUNs=8
757[ 7.311080] Mass Storage Function, version: 2009/09/11
758[ 7.316612] LUN: removable file: (no medium)
759[ 7.320933] Number of LUNs=1
760[ 7.324409] LUN: removable file: (no medium)
761[ 7.327821] Number of LUNs=1
762[ 7.331493] android_usb gadget: android_usb ready
763[ 7.336646] qcom,qpnp-rtc qpnp-rtc-5: setting system clock to 1970-01-01 00:04:18 UTC (258)
764[ 7.345857] parse_legacy_cluster_params(): Ignoring cluster params
765[ 7.351030] /soc/qcom,lpm-levels/qcom,pm-cluster@0: No CPU phandle, assuming single cluster
766[ 7.359800] parse_cpu_levels: idx 1 15002
767[ 7.363801] parse_cpu_levels: idx 2 7919
768[ 7.367717] calculate_residency: residency < 0 for LPM
769[ 7.372820] parse_cpu_levels: idx 2 7300
770[ 7.376714] calculate_residency: residency < 0 for LPM
771[ 7.381866] calculate_residency: residency < 0 for LPM
772[ 7.390210] rmnet_ipa3 started initialization
773[ 7.396507] qcom,cc-debug-9650 1874000.qcom,cc-debug: Registered debug mux.
774[ 7.403887] rome_vreg: disabling
775[ 7.406133] sdc_vreg: disabling
776[ 7.409203] wlan_ext_vreg: disabling
777[ 7.413133] codec_vreg: disabling
778[ 7.416535] clock_late_init: Removing enables held for handed-off clocks
779[ 7.427458] ALSA device list:
780[ 7.429388] #0: mdm-auto-i2s-snd-card
781[ 7.523369] UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "rootfs", R/O mode
782[ 7.531769] UBIFS (ubi0:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
783[ 7.541215] UBIFS (ubi0:0): FS size: 114024448 bytes (108 MiB, 898 LEBs), journal size 9023488 bytes (8 MiB, 72 LEBs)
784[ 7.551770] UBIFS (ubi0:0): reserved for root: 0 bytes (0 KiB)
785[ 7.557567] UBIFS (ubi0:0): media format: w4/r0 (latest is w4/r0), UUID 42A6F2A3-CCD1-4EA5-961F-73495275C006, small LPT model
786[ 7.572707] VFS: Mounted root (ubifs filesystem) readonly on device 0:12.
787[ 7.579224] Freeing unused kernel memory: 396K
788[ 7.583304] This architecture does not have kernel memory protection.
789[ 7.789971] init (184) used greatest stack depth: 5232 bytes left
790[ 10.617185] random: nonblocking pool is initialized
791[ 92.958404] ls (189) used greatest stack depth: 5224 bytes left
792[ 144.714919] cat (193) used greatest stack depth: 4732 bytes left
793[ 264.578718] mount (195) used greatest stack depth: 4660 bytes left
794[ 268.367145] ls (196) used greatest stack depth: 4532 bytes left
795/ #