Guest User

Untitled

a guest
Dec 6th, 2023
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 287.16 KB | None | 0 0
  1. + echo 'Running Mer Boat Loader'
  2. Running Mer Boat Loader
  3. + BOOTLOGO='%BOOTLOGO%'
  4. + ALWAYSDEBUG='%ALWAYSDEBUG%'
  5. + DATA_PARTITION='%DATA_PART%'
  6. + DEFAULT_OS='%DEFAULT_OS%'
  7. + export 'PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin'
  8. + USB_FUNCTIONS=rndis
  9. + ANDROID_USB=/sys/class/android_usb/android0
  10. + GADGET_DIR=/config/usb_gadget
  11. + LOCAL_IP=192.168.2.15
  12. + DONE_SWITCH=no
  13. + '[' /init-debug '=' /init-debug ]
  14. + DONE_SWITCH=yes
  15. + '[' yes '=' no ]
  16. + EXPLICIT_BUSYBOX=/bin/busybox-static
  17. + TELNET_DEBUG_PORT=2323
  18. + do_mount_devprocsys
  19. + echo '########################## mounting devprocsys'
  20. ########################## mounting devprocsys
  21. + mkdir /dev
  22. mkdir: can't create directory '/dev': File exists
  23. + mount -t devtmpfs devtmpfs /dev
  24. + mkdir /dev/pts
  25. mkdir: can't create directory '/dev/pts': File exists
  26. + mount -t devpts devpts /dev/pts
  27. + mkdir /proc
  28. mkdir: can't create directory '/proc': File exists
  29. + mkdir /sys
  30. mkdir: can't create directory '/sys': File exists
  31. + mount -t sysfs sysfs /sys
  32. + mount -t proc proc /proc
  33. + mkdir /config
  34. mkdir: can't create directory '/config': File exists
  35. + mount -t configfs none /config
  36. + HALT_BOOT=n
  37. + '[' -f /init_enter_debug2 ]
  38. + '[' -f /init_disable_telnet ]
  39. + run_debug_session 'init-debug in real rootfs' n
  40. + CUSTOMPRODUCT='init-debug in real rootfs'
  41. + echo '########################## Debug session : init-debug in real rootfs'
  42. ########################## Debug session : init-debug in real rootfs
  43. + usb_setup 'Mer Debug setting up (DONE_SWITCH=yes)'
  44. + '[' -d /sys/class/android_usb/android0 ]
  45. + '[' -d /config/usb_gadget ]
  46. + usb_setup_configfs Mer Debug setting up '(DONE_SWITCH=yes)'
  47. + G_USB_ISERIAL=/config/usb_gadget/g1/strings/0x409/serialnumber
  48. + mkdir /config/usb_gadget/g1
  49. + write /config/usb_gadget/g1/idVendor 0x18D1
  50. + echo -n 0x18D1
  51. + write /config/usb_gadget/g1/idProduct 0xD001
  52. + echo -n 0xD001
  53. + mkdir /config/usb_gadget/g1/strings/0x409
  54. + write /config/usb_gadget/g1/strings/0x409/serialnumber Mer
  55. + echo -n Mer
  56. + write /config/usb_gadget/g1/strings/0x409/manufacturer 'Mer Boat Loader'
  57. + echo -n 'Mer Boat Loader'
  58. + write /config/usb_gadget/g1/strings/0x409/product 'init-debug in real rootfs'
  59. + echo -n 'init-debug in real rootfs'
  60. + echo rndis
  61. + grep -q rndis
  62. + mkdir /config/usb_gadget/g1/functions/rndis.usb0
  63. + mkdir /config/usb_gadget/g1/functions/rndis_bam.rndis
  64. mkdir: can't create directory '/config/usb_gadget/g1/functions/rndis_bam.rndis': Function not implemented
  65. + echo rndis
  66. + grep -q mass_storage
  67. + mkdir /config/usb_gadget/g1/configs/c.1
  68. + mkdir /config/usb_gadget/g1/configs/c.1/strings/0x409
  69. + write /config/usb_gadget/g1/configs/c.1/strings/0x409/configuration rndis
  70. + echo -n rndis
  71. + echo rndis
  72. + grep -q rndis
  73. + ln -s /config/usb_gadget/g1/functions/rndis.usb0 /config/usb_gadget/g1/configs/c.1
  74. + ln -s /config/usb_gadget/g1/functions/rndis_bam.rndis /config/usb_gadget/g1/configs/c.1
  75. ln: /config/usb_gadget/g1/configs/c.1/rndis_bam.rndis: No such file or directory
  76. + echo rndis
  77. + grep -q mass_storage
  78. + ls /sys/class/udc
  79. + echo 10c00000.dwc3
  80. sh: write error: Invalid argument
  81. + USB_IFACE=notfound
  82. + /sbin/ifconfig rndis0 192.168.2.15
  83. SIOCSIFADDR: No such device
  84. rndis0: unknown interface: No such device
  85. + '[' xnotfound '=' xnotfound ]
  86. + /sbin/ifconfig usb0 192.168.2.15
  87. SIOCSIFADDR: No such device
  88. usb0: unknown interface: No such device
  89. + /sbin/ifconfig -a
  90. ip6tnl0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
  91. NOARP MTU:1452 Metric:1
  92. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  93. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  94. collisions:0 txqueuelen:1
  95. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
  96.  
  97. lo Link encap:Local Loopback
  98. LOOPBACK MTU:65536 Metric:1
  99. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  100. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  101. collisions:0 txqueuelen:1
  102. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
  103.  
  104. p2p0 Link encap:Ethernet HWaddr 00:90:4C:33:22:11
  105. BROADCAST MULTICAST MTU:1500 Metric:1
  106. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  107. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  108. collisions:0 txqueuelen:1000
  109. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
  110.  
  111. rmnet0 Link encap:Point-to-Point Protocol
  112. POINTOPOINT NOARP MULTICAST MTU:1500 Metric:1
  113. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  114. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  115. collisions:0 txqueuelen:1000
  116. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
  117.  
  118. rmnet1 Link encap:Point-to-Point Protocol
  119. POINTOPOINT NOARP MULTICAST MTU:1500 Metric:1
  120. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  121. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  122. collisions:0 txqueuelen:1000
  123. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
  124.  
  125. rmnet2 Link encap:Point-to-Point Protocol
  126. POINTOPOINT NOARP MULTICAST MTU:1500 Metric:1
  127. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  128. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  129. collisions:0 txqueuelen:1000
  130. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
  131.  
  132. rmnet3 Link encap:Point-to-Point Protocol
  133. POINTOPOINT NOARP MULTICAST MTU:1500 Metric:1
  134. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  135. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  136. collisions:0 txqueuelen:1000
  137. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
  138.  
  139. rmnet4 Link encap:Point-to-Point Protocol
  140. POINTOPOINT NOARP MULTICAST MTU:1500 Metric:1
  141. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  142. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  143. collisions:0 txqueuelen:1000
  144. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
  145.  
  146. rmnet5 Link encap:Point-to-Point Protocol
  147. POINTOPOINT NOARP MULTICAST MTU:1500 Metric:1
  148. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  149. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  150. collisions:0 txqueuelen:1000
  151. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
  152.  
  153. rmnet6 Link encap:Point-to-Point Protocol
  154. POINTOPOINT NOARP MULTICAST MTU:1500 Metric:1
  155. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  156. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  157. collisions:0 txqueuelen:1000
  158. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
  159.  
  160. rmnet7 Link encap:Point-to-Point Protocol
  161. POINTOPOINT NOARP MULTICAST MTU:1500 Metric:1
  162. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  163. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  164. collisions:0 txqueuelen:1000
  165. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
  166.  
  167. sit0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
  168. NOARP MTU:1480 Metric:1
  169. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  170. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  171. collisions:0 txqueuelen:1
  172. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
  173.  
  174. swlan0 Link encap:Ethernet HWaddr 02:90:4C:5B:B9:BF
  175. BROADCAST MULTICAST MTU:1500 Metric:1
  176. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  177. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  178. collisions:0 txqueuelen:1000
  179. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
  180.  
  181. umts_dm0 Link encap:Point-to-Point Protocol
  182. POINTOPOINT NOARP MULTICAST MTU:1500 Metric:1
  183. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  184. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  185. collisions:0 txqueuelen:1000
  186. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
  187.  
  188. wlan0 Link encap:Ethernet HWaddr 00:90:4C:5B:B9:BF
  189. BROADCAST MULTICAST MTU:1500 Metric:1
  190. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  191. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  192. collisions:0 txqueuelen:1000
  193. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
  194.  
  195. + '[' xnotfound '=' xnotfound ]
  196. + usb_info 'Mer Debug: ERROR: could not setup USB as usb0 or rndis0'
  197. + echo '########################## usb_info: Mer Debug: ERROR: could not setup USB as usb0 or rndis0'
  198. ########################## usb_info: Mer Debug: ERROR: could not setup USB as usb0 or rndis0
  199. + sleep 1
  200. + write /config/usb_gadget/g1/strings/0x409/serialnumber 'Mer Debug: ERROR: could not setup USB as usb0 or rndis0'
  201. + echo -n 'Mer Debug: ERROR: could not setup USB as usb0 or rndis0'
  202. + dmesg
  203. [ 0.000000] Booting Linux on physical CPU 0x100
  204. [ 0.000000] Initializing cgroup subsys cpuset
  205. [ 0.000000] Initializing cgroup subsys cpu
  206. [ 0.000000] Initializing cgroup subsys cpuacct
  207. [ 0.000000] Linux version 4.4.111-ge843fcf8661e-dirty (fox@galaxy) (gcc version 4.9.x 20150123 (prerelease) (GCC) ) #3 SMP PREEMPT Wed Dec 6 21:33:58 UTC 2023
  208. [ 0.000000] Boot CPU: AArch64 Processor [410fd034]
  209. [ 0.000000] [ECT] Address a0000000, Size 19000\x08
  210. [ 0.000000] set_afc_mode: afc_mode is 0x00
  211. [ 0.000000] charging_mode() : 0x30(48)
  212. [ 0.000000] PANEL:INFO:get_boot_panel_id:boot_panel_id : 0xd14015
  213. [ 0.000000] exynos_seclog_reserved_mem_setup: Reserved memory for seclog: addr=c0000000, size=10000
  214. [ 0.000000] Reserved memory: initialized node seclog_mem, compatible id exynos8895,seclog
  215. [ 0.000000] Reserved memory[10]: camera:0xe400000
  216. [ 0.000000] Reserved memory: initialized node camera, compatible id exynos8890-ion,camera
  217. [ 0.000000] Reserved memory[11]: secure_camera:0x1400000
  218. [ 0.000000] Reserved memory: initialized node secure_camera, compatible id exynos8890-ion,secure_camera
  219. [ 0.000000] CMA memory[3]: video_stream:0x3800000
  220. [ 0.000000] Reserved memory: initialized node video_stream, compatible id exynos8890-ion,vstream
  221. [ 0.000000] CMA memory[12]: tui:0x3400000
  222. [ 0.000000] Reserved memory: initialized node tui, compatible id exynos8890-ion,tui
  223. [ 0.000000] abox_rmem_setup: base=0x00000000ea800000, size=0x0000000000400000
  224. [ 0.000000] Reserved memory: initialized node abox_rmem@0xEA800000, compatible id exynos,abox_rmem
  225. [ 0.000000] CMA memory[1]: crypto:0x1800000
  226. [ 0.000000] Reserved memory: initialized node crypto, compatible id exynos8890-ion,crypto
  227. [ 0.000000] modem_if_reserved_mem_setup: memory reserved: paddr=4106223616, t_size=150994944
  228. [ 0.000000] Reserved memory: initialized node modem_if, compatible id exynos,modem_if
  229. [ 0.000000] modem_if_reserved_cplog_setup: cplog memory reserved: paddr=4257218560, t_size=33554432
  230. [ 0.000000] Reserved memory: initialized node cp_ram_logging, compatible id exynos,cp_ram_logging
  231. [ 0.000000] cma: Reserved 20 MiB at 0x00000008fec00000
  232. [ 0.000000] On node 0 totalpages: 1034240
  233. [ 0.000000] Normal zone: 16160 pages used for memmap
  234. [ 0.000000] Normal zone: 0 pages reserved
  235. [ 0.000000] Normal zone: 1034240 pages, LIFO batch:31
  236. [ 0.000000] psci: probing for conduit method from DT.
  237. [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
  238. [ 0.000000] Lot ID = NBZHX
  239. [ 0.000000] PERCPU: Embedded 19 pages/cpu @ffffffc87ea0d000 s46616 r0 d31208 u77824
  240. [ 0.000000] pcpu-alloc: s46616 r0 d31208 u77824 alloc=19*4096
  241. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
  242. [ 0.000000] Detected VIPT I-cache on CPU0
  243. [ 0.000000] CPU features: enabling workaround for ARM erratum 845719
  244. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1018080
  245. [ 0.000000] Kernel command line: console=ram loglevel=4 sec_debug.level=0 sec_watchdog.sec_pet=5 androidboot.debug_level=0x4f4c androidboot.dram_info=01,12,00,4G androidboot.ap_serial=0x0075CDB5C222 sec_debug.chipidfail_cnt=0 sec_debug.lpitimeout_cnt=0 sec_debug.cache_err_cnt=0 sec_debug.codediff_cnt=0 sec_debug.pcb_offset=7343872 sec_debug.smd_offset=7344896 sec_debug.lpddr4_size=4 sec_debug.sjl=1 androidboot.prototype.param.offset=7345920 ess_setup=0x91200000 tima_log=0x200000@0xb1000000 sec_avc_log=0x40000@0x92202000 sec_tsp_log=0x40000@0x92244000 sec_debug.base=0x100000@0x92286000 auto_summary_log=0x10000@0x92388000 charging_mode=0x30 s3cfb.bootloaderfb=0xcc000000 lcdtype=13713429 androidboot.carrierid.param.offset=7340608 androidboot.carrierid=SEK consoleblank=0 vmalloc=384m sec_debug.reset_reason=7 sec_reset.reset_reason=7 ehci_hcd.park=3 oops=panic pmic_info=43 ccic_info=1 fg_reset=0 androidboot.emmc_checksum=3 androidboot.sales.param.offset=7340572 sales_code=SEK
  246. [ 0.000000] ../../../../../../kernel/samsung/universal8895/drivers/staging/samsung/sec_debug.c: Reserved Mem(0x80000000, 0x1000) - Success
  247. [ 0.000000] sec_debug: set magic code (0x66262564)
  248. [ 0.000000] exynos-snapshot: try to reserve dedicated memory : 0x91200000, 0xe08000
  249. [ 0.000000] exynos-snapshot: memory reserved complete : 0x91200000, 0xffffff80fe000000, 0xe08000
  250. [ 0.000000] sec_debug: GetLog support (mark:0xffffff8009ca4bb0, klog: 0xffffffff80000000)
  251. [ 0.000000] sec_avc_log_setup: *sec_avc_log_ptr:2c57f sec_avc_log_buf:ffffffc012202000 sec_log_size:0x40000
  252. [ 0.000000] sec_debug_init_extra_info: magic: 1
  253. [ 0.000000] sec_debug_init_extra_info: init for backup and pmudbg
  254. [ 0.000000] sec_debug_init_base_buffer, base(virt):0xffffffc012286000 size:0x100000
  255. [ 0.000000] sec_debug_base_setup, base(phys):0x92286000 size:0x100000
  256. [ 0.000000] sec_auto_summary_log_setup, base:0x92388000 size:0x10000
  257. [ 0.000000] set_switch_sel: switch_sel: 0x02b
  258. [ 0.000000] set_ccic_info: ccic_info: 0x0001
  259. [ 0.000000] sec_bat_get_fg_reset, fg_reset:0
  260. [ 0.000000] kaslr :set_kaslr_region, base:80001000, size:1000
  261. [ 0.000000] cplog_on=off, 0
  262. [ 0.000000] [@]fimc-is library memory: 0xffffff80fa000000
  263. [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  264. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
  265. [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
  266. [ 0.000000] Sorting __ex_table...
  267. [ 0.000000] software IO TLB [mem 0x8f9680000-0x8f9a80000] (4MB) mapped at [ffffffc879680000-ffffffc879a7ffff]
  268. [ 0.000000] Memory: 3369724K/4136960K available (12240K kernel code, 3557K rwdata, 7596K rodata, 6172K init, 9045K bss, 611588K reserved, 155648K cma-reserved)
  269. [ 0.000000] Virtual kernel memory layout:
  270. modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB)
  271. vmalloc : 0xffffff8008000000 - 0xffffffbdbfff0000 ( 246 GB)
  272. .init : 0xffffff800948c000 - 0xffffff8009a93000 ( 6172 KB)
  273. .text : 0xffffff8008128000 - 0xffffff8008d1d000 ( 12244 KB)
  274. .rodata : 0xffffff8008d1d000 - 0xffffff800948c000 ( 7612 KB)
  275. .data : 0xffffff8009a93000 - 0xffffff8009e0c578 ( 3558 KB)
  276. vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
  277. 0xffffffbdc0000000 - 0xffffffbde2000000 ( 544 MB actual)
  278. fixed : 0xffffffbffe7fb000 - 0xffffffbffec00000 ( 4116 KB)
  279. PCI I/O : 0xffffffbffee00000 - 0xffffffbfffe00000 ( 16 MB)
  280. memory : 0xffffffc000000000 - 0xffffffc880000000 ( 34816 MB)
  281. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
  282. [ 0.000000] Preemptible hierarchical RCU implementation.
  283. [ 0.000000] Build-time adjustment of leaf fanout to 64.
  284.  
  285. [ 0.000000] **********************************************************
  286. [ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
  287. [ 0.000000] ** **
  288. [ 0.000000] ** trace_printk() being used. Allocating extra memory. **
  289. [ 0.000000] ** **
  290. [ 0.000000] ** This means that this is a DEBUG kernel and it is **
  291. [ 0.000000] ** unsafe for production use. **
  292. [ 0.000000] ** **
  293. [ 0.000000] ** If you see this message and you are not debugging **
  294. [ 0.000000] ** the kernel, report this immediately to your vendor! **
  295. [ 0.000000] ** **
  296. [ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
  297. [ 0.000000] **********************************************************
  298. [ 0.000000] NR_IRQS:64 nr_irqs:64 0
  299. [ 0.000000] ========================================
  300. [ 0.000000] =
  301. [ 0.000000] = [ECT] current version is TEST VERSION!!
  302. [ 0.000000] = Please be aware that error can be happen.
  303. [ 0.000000] = [VERSION] : 003j
  304. [ 0.000000] =
  305. [ 0.000000] ========================================
  306. [ 0.000000] vclk initialize for cmucal
  307. [ 0.000000] asv_table_version : 8
  308. [ 0.000000] mngs grp : 8
  309. [ 0.000000] apollo grp : 7
  310. [ 0.000000] g3d grp : 5
  311. [ 0.000000] mif grp : 7
  312. [ 0.000000] int grp : 7
  313. [ 0.000000] cam_disp grp : 7
  314. [ 0.000000] cp grp : 5
  315. [ 0.000000] ra_get_value:[18cba80]type : 1000000
  316. [ 0.000000] EXYNOS8895: Clock setup completed
  317. [ 0.000000] Exynos: pwm: clock setup completed
  318. [ 0.000000] arch_timer_of_init: arch_timer is used only clocksource
  319. [ 0.000000] Architected cp15 timer(s) running at 26.00MHz (virt).
  320. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x5ff13d5a9, max_idle_ns: 440795202370 ns
  321. [ 0.000004] sched_clock: 56 bits at 26MHz, resolution 38ns, wraps every 4398046511088ns
  322. [ 0.004685] set_state_shutdown: mct_tick_stop (cpu0)
  323. [ 0.006107] Console: colour dummy device 80x25
  324. [ 0.006123] Enable clock for console to add reference counter
  325. [ 0.006416] Calibrating delay loop (skipped), value calculated using timer frequency.. 52.00 BogoMIPS (lpj=104000)
  326. [ 0.006429] pid_max: default: 32768 minimum: 301
  327. [ 0.006489] Security Framework initialized
  328. [ 0.006502] SELinux: Initializing.
  329. [ 0.006542] SELinux: Starting in permissive mode
  330. [ 0.006582] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
  331. [ 0.006593] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
  332. [ 0.007232] Initializing cgroup subsys memory
  333. [ 0.007261] Initializing cgroup subsys freezer
  334. [ 0.007274] Initializing cgroup subsys debug
  335. [ 0.007730] /cpus/cpu@100: Missing clock-frequency property
  336. [ 0.007808] /cpus/cpu@101: Missing clock-frequency property
  337. [ 0.007861] /cpus/cpu@102: Missing clock-frequency property
  338. [ 0.007913] /cpus/cpu@103: Missing clock-frequency property
  339. [ 0.007965] /cpus/cpu@0: Missing clock-frequency property
  340. [ 0.008018] /cpus/cpu@1: Missing clock-frequency property
  341. [ 0.008070] /cpus/cpu@2: Missing clock-frequency property
  342. [ 0.008124] /cpus/cpu@3: Missing clock-frequency property
  343. [ 0.008136] CPU0: thread -1, cpu 0, cluster 1, mpidr 80000100
  344. [ 0.008180] ASID allocator initialised with 32768 entries
  345. [ 0.028782] ------------[ cut here ]------------
  346. [ 0.028802] WARNING: at ../../../../../../kernel/samsung/universal8895/drivers/cpufreq/cpufreq_stats.c:88
  347. [ 0.028827] ---[ end trace 4ed6620a4eb4dee0 ]---
  348. [ 0.028836] Call trace:
  349. [ 0.028848] Exception stack(0xffffffc87ea10c30 to 0xffffffc87ea10d60)
  350. [ 0.028859] 0c20: ffffffc8792b0000 0000008000000000
  351. [ 0.028872] 0c40: 0000000081e0f000 ffffff8008987ca0 00000000804001c5 ffffff800950f180
  352. [ 0.028883] 0c60: 00000000000001c0 ffffffc87ea17180 ffffff8009aa1100 0000000000000000
  353. [ 0.028895] 0c80: ffffff8009505008 0000000001312d00 ffffffc8792b0644 ffffff8009509a68
  354. [ 0.028906] 0ca0: ffffffc87ea10cb0 ffffff80081ee2a0 ffffffc87ea10cd0 ffffff80081f5484
  355. [ 0.028918] 0cc0: ffffffc87ea17180 ffffffc8791af990 ffffffc87ea10ce0 ffffff8008174518
  356. [ 0.028929] 0ce0: ffffffc87ea10d10 cb88537fdc8ba66f ffffff8009e05000 0000000000000000
  357. [ 0.028940] 0d00: 0000000000000000 0000000000000000 ffffff8009aa0000 0000000000000000
  358. [ 0.028951] 0d20: 0000000000010000 0000000000010000 0000000000000018 0000000100000000
  359. [ 0.028962] 0d40: 7fffffffffffffff 0000000000000000 0000000000000001 000000003d090000
  360. [ 0.028980] [<ffffff8008987ca0>] acct_update_power+0x3c/0xc4
  361. [ 0.028994] [<ffffff800817af4c>] account_system_time+0x18c/0x198
  362. [ 0.029005] [<ffffff800817b13c>] account_process_tick+0x64/0x78
  363. [ 0.029018] [<ffffff80081b0f2c>] update_process_times+0x28/0x60
  364. [ 0.029031] [<ffffff80081bcf6c>] tick_periodic+0xa0/0xb4
  365. [ 0.029043] [<ffffff80081bcfb0>] tick_handle_periodic+0x30/0x98
  366. [ 0.029057] [<ffffff80089bc2a4>] exynos4_mct_tick_isr+0x28/0x38
  367. [ 0.029070] [<ffffff800819e2b4>] handle_irq_event_percpu+0x108/0x2a4
  368. [ 0.029080] [<ffffff800819e494>] handle_irq_event+0x44/0x74
  369. [ 0.029093] [<ffffff80081a1920>] handle_fasteoi_irq+0xac/0x11c
  370. [ 0.029105] [<ffffff800819db04>] generic_handle_irq+0x1c/0x2c
  371. [ 0.029116] [<ffffff800819dbb0>] __handle_domain_irq+0x9c/0xd0
  372. [ 0.029128] [<ffffff800812981c>] gic_handle_irq+0x70/0xc8
  373. [ 0.029136] Exception stack(0xffffffc879297be0 to 0xffffffc879297d10)
  374. [ 0.029147] 7be0: ffffff80fea00000 0000000000000000 0000000000089d00 0000000000000004
  375. [ 0.029158] 7c00: 0000000000000000 0000000000000040 000000000000003f 0000000000000000
  376. [ 0.029170] 7c20: ffffff80fed762c0 0000000000000000 0000000000000005 0101010101010101
  377. [ 0.029181] 7c40: 0000000000000001 ffffffffffffffff ffffffffffffff00 ffffffffffffffff
  378. [ 0.029192] 7c60: 00000000b0f7d2c7 000000002eb6c546 0000000000000000 ffffff8009b926c8
  379. [ 0.029204] 7c80: ffffff800a059000 ffffff8009b92000 ffffff800a059988 ffffff8009b92758
  380. [ 0.029215] 7ca0: ffffff8009aa0000 ffffff80092ae000 ffffff800a0596f0 0000000000400000
  381. [ 0.029227] 7cc0: ffffff80093150d7 ffffffc879297d10 ffffff80094b8528 ffffffc879297d10
  382. [ 0.029238] 7ce0: ffffff8008425fb0 0000000020400045 ffffff8009b92000 ffffff8009aa0000
  383. [ 0.029248] 7d00: ffffffffffffffff ffffff80094b8538
  384. [ 0.029259] [<ffffff800812cae4>] el1_irq+0xe4/0x188
  385. [ 0.029272] [<ffffff8008425fb0>] __memset+0x1b0/0x1d0
  386. [ 0.029286] [<ffffff800948cc90>] do_one_initcall+0x184/0x1a0
  387. [ 0.029297] [<ffffff800948cd98>] kernel_init_freeable+0xec/0x27c
  388. [ 0.029311] [<ffffff8008d10670>] kernel_init+0x10/0x100
  389. [ 0.029322] [<ffffff800812d3a0>] ret_from_fork+0x10/0x30
  390. [ 0.029453] exynos-snapshot physical / virtual memory layout:
  391. [ 0.029463] log_kevents : phys:0x91200000 / virt:0xffffff80fe000000 / size:0x800000
  392. [ 0.029473] log_kernel : phys:0x91a00000 / virt:0xffffff80fe800000 / size:0x200000
  393. [ 0.029483] log_platform: phys:0x91c00000 / virt:0xffffff80fea00000 / size:0x400000
  394. [ 0.029492] log_pstore : phys:0x92000000 / virt:0xffffff80fee00000 / size:0x8000
  395. [ 0.029501] sec_debug_save_last_kmsg: sec_log buffer is full
  396. [ 0.044672] sec_debug_save_last_kmsg: successed
  397. [ 0.045082] exynos-snapshot: enabled
  398. [ 0.046191] exynos-snapshot: logger buffer alloc address: 0xffffff8008019000
  399. [ 0.061227] Detected VIPT I-cache on CPU1
  400. [ 0.061742] set_state_shutdown: mct_tick_stop (cpu1)
  401. [ 0.061769] CPU1: thread -1, cpu 1, cluster 1, mpidr 80000101
  402. [ 0.061779] CPU1: Booted secondary processor [410fd034]
  403. [ 0.061806] CPU1: Unknown IPI message 0x6
  404. [ 0.073213] Detected VIPT I-cache on CPU2
  405. [ 0.073715] set_state_shutdown: mct_tick_stop (cpu2)
  406. [ 0.073740] CPU2: thread -1, cpu 2, cluster 1, mpidr 80000102
  407. [ 0.073749] CPU2: Booted secondary processor [410fd034]
  408. [ 0.073775] CPU2: Unknown IPI message 0x6
  409. [ 0.085213] Detected VIPT I-cache on CPU3
  410. [ 0.085706] set_state_shutdown: mct_tick_stop (cpu3)
  411. [ 0.085729] CPU3: thread -1, cpu 3, cluster 1, mpidr 80000103
  412. [ 0.085738] CPU3: Booted secondary processor [410fd034]
  413. [ 0.085764] CPU3: Unknown IPI message 0x6
  414. [ 0.097335] Detected VIPT I-cache on CPU4
  415. [ 0.097628] set_state_shutdown: mct_tick_stop (cpu4)
  416. [ 0.097650] CPU4: thread -1, cpu 0, cluster 0, mpidr 80000000
  417. [ 0.097658] CPU4: Booted secondary processor [534f0010]
  418. [ 0.097685] CPU4: Unknown IPI message 0x6
  419. [ 0.109238] Detected VIPT I-cache on CPU5
  420. [ 0.109347] set_state_shutdown: mct_tick_stop (cpu5)
  421. [ 0.109366] CPU5: thread -1, cpu 1, cluster 0, mpidr 80000001
  422. [ 0.109373] CPU5: Booted secondary processor [534f0010]
  423. [ 0.109394] CPU5: Unknown IPI message 0x6
  424. [ 0.121238] Detected VIPT I-cache on CPU6
  425. [ 0.121346] set_state_shutdown: mct_tick_stop (cpu6)
  426. [ 0.121367] CPU6: thread -1, cpu 2, cluster 0, mpidr 80000002
  427. [ 0.121374] CPU6: Booted secondary processor [534f0010]
  428. [ 0.121393] CPU6: Unknown IPI message 0x6
  429. [ 0.133236] Detected VIPT I-cache on CPU7
  430. [ 0.133345] set_state_shutdown: mct_tick_stop (cpu7)
  431. [ 0.133365] CPU7: thread -1, cpu 3, cluster 0, mpidr 80000003
  432. [ 0.133372] CPU7: Booted secondary processor [534f0010]
  433. [ 0.133392] CPU7: Unknown IPI message 0x6
  434. [ 0.133479] Brought up 8 CPUs
  435. [ 0.133503] SMP: Total of 8 processors activated.
  436. [ 0.133524] CPU: All CPU(s) started at EL1
  437. [ 0.133590] alternatives: patching kernel code
  438. [ 0.134914] devtmpfs: initialized
  439. [ 0.178040] hmp_boostpulse_endtime is set(40172000)
  440. [ 0.179461] sched: registering cpufreq notifiers for scale-invariant loads
  441. [ 0.179591] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  442. [ 0.179612] futex hash table entries: 2048 (order: 6, 262144 bytes)
  443. [ 0.181642] pinctrl core: initialized pinctrl subsystem
  444. [ 0.196488] exynos_protect_kernel_text: Kernel text start VA(0xffffff8008128000), PA(0x80128000)
  445. [ 0.196506] exynos_protect_kernel_text: Kernel text end VA(0xffffff8008c75000), PA(0x80c75000)
  446. [ 0.196562] exynos_protect_kernel_text: Success to set Kernel code as read-only
  447. [ 0.197129] regulator-dummy: no parameters
  448. [ 0.197218] IOVMM: Created debugfs entry at debugfs/iovmm
  449. [ 0.197236] IOMMU: Created debugfs entry at debugfs/iommu
  450. [ 0.197309] sec_debug: GetLog support (ver:0xffffff8009ca4b40)
  451. [ 0.197567] NET: Registered protocol family 16
  452. [ 0.209676] cpuidle: using governor ladder
  453. [ 0.221669] cpuidle: using governor menu
  454. [ 0.221686] [FD_DETECT] sec_fd_detect_init
  455. [ 0.222844] vdso: 2 pages (1 code @ ffffff8008d23000, 1 data @ ffffff8009a98000)
  456. [ 0.222876] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  457. [ 0.224130] DMA: preallocated 2048 KiB pool for atomic allocations
  458. [ 0.224155] register_common_panel, panel:s6e3ha6_great_a3_sa id:0x806143 rev:3) registered
  459. [ 0.224172] register_common_panel, panel:s6e3ha6_great_a2_s3 id:0x806143 rev:3) registered
  460. [ 0.224188] register_common_panel, panel:s6e3ha6_dream_a3_da_default id:0x400100 rev:0) registered
  461. [ 0.224203] register_common_panel, panel:s6e3ha6_dream2_a3_sa_default id:0xD01010 rev:1) registered
  462. [ 0.224218] register_common_panel, panel:s6e3ha6_dream2_a2_sa_default id:0x901013 rev:1) registered
  463. [ 0.224730] exynos_set_seh_address: send smc call with SMC_CMD_SET_SEH_ADDRESS.
  464. [ 0.224769] exynos_set_seh_address: set the seh address to el3 monitor well.
  465. [ 0.224789] exynos_set_debug_mem: alloc kmem for smc_dbg virt: 0x0000000000000000 phys: 0x0000000000000000 size: 4096.
  466. [ 0.224806] exynos_set_debug_mem: Can not set the address to el3 monitor. ret = 0xffffffff. free the kmem
  467. [ 0.233807] BTS: driver is initialized
  468. [ 0.234307] DMA ranges for domain iommu-domain_vpu. [0x30000000..0xd0000000]
  469. [ 0.234477] Added client.1[vpu] into domain iommu-domain_vpu
  470. [ 0.234493] DMA ranges for domain iommu-domain_disp. [0x10000000..0xd0000000]
  471. [ 0.234618] Added client.1[dpp] into domain iommu-domain_disp
  472. [ 0.234657] Added client.2[dpp] into domain iommu-domain_disp
  473. [ 0.234695] Added client.3[dpp] into domain iommu-domain_disp
  474. [ 0.234732] Added client.4[dpp] into domain iommu-domain_disp
  475. [ 0.234769] Added client.5[dpp] into domain iommu-domain_disp
  476. [ 0.234806] Added client.6[dpp] into domain iommu-domain_disp
  477. [ 0.234842] Added client.7[dpp] into domain iommu-domain_disp
  478. [ 0.234873] DMA ranges for domain iommu-domain_g2d. [0x10000000..0xd0000000]
  479. [ 0.234989] Added client.1[fimg2d] into domain iommu-domain_g2d
  480. [ 0.235002] DMA ranges for domain iommu-domain_smfc_scaler. [0x10000000..0xd0000000]
  481. [ 0.235121] Added client.1[smfc] into domain iommu-domain_smfc_scaler
  482. [ 0.235158] Added client.2[scaler] into domain iommu-domain_smfc_scaler
  483. [ 0.235187] DMA ranges for domain iommu-domain_aud. [0x10000000..0xd0000000]
  484. [ 0.235312] Added client.1[abox] into domain iommu-domain_aud
  485. [ 0.235359] DMA ranges for domain iommu-domain_mfc. [0x10000000..0xd0000000]
  486. [ 0.235483] Added client.1[mfc0] into domain iommu-domain_mfc
  487. [ 0.235502] DMA ranges for domain iommu-domain_iva_score. [0x80000000..0xf0000000]
  488. [ 0.235615] Added client.1[iva] into domain iommu-domain_iva_score
  489. [ 0.235655] Added client.2[score] into domain iommu-domain_iva_score
  490. [ 0.235697] DMA ranges for domain iommu-domain_cam. [0x10000000..0xd0000000]
  491. [ 0.235820] Added client.1[fimc_is] into domain iommu-domain_cam
  492. [ 0.235861] Added client.2[fimc_is_sensor] into domain iommu-domain_cam
  493. [ 0.235901] Added client.3[fimc_is_sensor] into domain iommu-domain_cam
  494. [ 0.235942] Added client.4[fimc_is_sensor] into domain iommu-domain_cam
  495. [ 0.235982] Added client.5[fimc_is_sensor] into domain iommu-domain_cam
  496. [ 0.236600] exynos-sysmmu 13a60000.sysmmu: Registering secure irq 15
  497. [ 0.236665] exynos-sysmmu 13a60000.sysmmu: Secure base = 0x13a80000
  498. [ 0.236679] exynos-sysmmu 13a60000.sysmmu: is probed. Version 7.0.0
  499. [ 0.237054] exynos-sysmmu 13a70000.sysmmu: Registering secure irq 17
  500. [ 0.237090] exynos-sysmmu 13a70000.sysmmu: Secure base = 0x13a90000
  501. [ 0.237103] exynos-sysmmu 13a70000.sysmmu: is probed. Version 7.0.0
  502. [ 0.237464] exynos-sysmmu 13250000.sysmmu: Registering secure irq 19
  503. [ 0.237503] exynos-sysmmu 13250000.sysmmu: Secure base = 0x13240000
  504. [ 0.237517] exynos-sysmmu 13250000.sysmmu: is probed. Version 7.0.0
  505. [ 0.237876] exynos-sysmmu 12900000.sysmmu: Registering secure irq 21
  506. [ 0.237911] exynos-sysmmu 12900000.sysmmu: Secure base = 0x12930000
  507. [ 0.237929] exynos-sysmmu 12900000.sysmmu: is probed. Version 7.0.0
  508. [ 0.238265] exynos-sysmmu 12910000.sysmmu: Registering secure irq 23
  509. [ 0.238301] exynos-sysmmu 12910000.sysmmu: Secure base = 0x12940000
  510. [ 0.238317] exynos-sysmmu 12910000.sysmmu: is probed. Version 7.0.0
  511. [ 0.238651] exynos-sysmmu 12920000.sysmmu: Registering secure irq 25
  512. [ 0.238685] exynos-sysmmu 12920000.sysmmu: Secure base = 0x12950000
  513. [ 0.238704] exynos-sysmmu 12920000.sysmmu: is probed. Version 7.0.0
  514. [ 0.239045] exynos-sysmmu 13b50000.sysmmu: Registering secure irq 27
  515. [ 0.239081] exynos-sysmmu 13b50000.sysmmu: Secure base = 0x13b60000
  516. [ 0.239104] exynos-sysmmu 13b50000.sysmmu: is probed. Version 7.0.0
  517. [ 0.239383] exynos-sysmmu 13e30000.sysmmu: is probed. Version 7.0.0
  518. [ 0.239733] exynos-sysmmu 13c80000.sysmmu: Registering secure irq 30
  519. [ 0.239767] exynos-sysmmu 13c80000.sysmmu: Secure base = 0x13c90000
  520. [ 0.239780] exynos-sysmmu 13c80000.sysmmu: is probed. Version 7.0.0
  521. [ 0.240110] exynos-sysmmu 13ca0000.sysmmu: Registering secure irq 32
  522. [ 0.240142] exynos-sysmmu 13ca0000.sysmmu: Secure base = 0x13cb0000
  523. [ 0.240155] exynos-sysmmu 13ca0000.sysmmu: is probed. Version 7.0.0
  524. [ 0.240420] exynos-sysmmu 13530000.sysmmu: is probed. Version 7.0.0
  525. [ 0.240752] exynos-sysmmu 13430000.sysmmu: Registering secure irq 35
  526. [ 0.240786] exynos-sysmmu 13430000.sysmmu: Secure base = 0x13450000
  527. [ 0.240800] exynos-sysmmu 13430000.sysmmu: is probed. Version 7.0.0
  528. [ 0.241154] exynos-sysmmu 12d10000.sysmmu: Registering secure irq 37
  529. [ 0.241187] exynos-sysmmu 12d10000.sysmmu: Secure base = 0x12d00000
  530. [ 0.241226] exynos-sysmmu 12d10000.sysmmu: is probed. Version 7.0.0
  531. [ 0.241509] exynos-sysmmu 12d20000.sysmmu: is probed. Version 7.0.0
  532. [ 0.241885] exynos-sysmmu 13050000.sysmmu: Registering secure irq 40
  533. [ 0.241920] exynos-sysmmu 13050000.sysmmu: Secure base = 0x13060000
  534. [ 0.241966] exynos-sysmmu 13050000.sysmmu: is probed. Version 7.0.0
  535. [ 0.242305] exynos-sysmmu 14230000.sysmmu: Registering secure irq 42
  536. [ 0.242339] exynos-sysmmu 14230000.sysmmu: Secure base = 0x14250000
  537. [ 0.242369] exynos-sysmmu 14230000.sysmmu: is probed. Version 7.0.0
  538. [ 0.245094] samsung-pinctrl 14080000.pinctrl: irq number not available
  539. [ 0.253519] exynos-chipid 10000000.chipid: Exynos: CPU[EXYNOS8895] CPU_REV[0x11] Detected
  540. [ 0.259765] usi 10421000.usi: usi configuration for secure channel is skipped(FP)
  541. [ 0.259882] usi 10421004.usi: usi_probe() mode:4
  542. [ 0.259994] usi 10421008.usi: usi_probe() mode:1
  543. [ 0.260105] usi 1042100c.usi: usi_probe() mode:3
  544. [ 0.260217] usi 1082100c.usi: usi_probe() mode:3
  545. [ 0.260324] usi 10821010.usi: usi configuration for secure channel is skipped
  546. [ 0.260435] usi 10821014.usi: usi_probe() mode:4
  547. [ 0.260546] usi 10821018.usi: usi_probe() mode:4
  548. [ 0.260655] usi 1082101c.usi: usi_probe() mode:3
  549. [ 0.260767] usi 10821020.usi: usi_probe() mode:3
  550. [ 0.260874] usi 10821024.usi: usi_probe() mode:3
  551. [ 0.260983] usi 10821028.usi: usi_probe() mode:3
  552. [ 0.261093] usi 1082102c.usi: usi_probe() mode:10
  553. [ 0.264303] exynos-acpm-ipc 16440000.acpm_ipc: acpm_ipc probe
  554. [ 0.264546] [ACPM] acpm framework SRAM dump to dram base: 0x8f7090000
  555. [ 0.265691] platform 13a30000.fimg2d: is owner of 13a60000.sysmmu
  556. [ 0.265763] platform 13a30000.fimg2d: is owner of 13a70000.sysmmu
  557. [ 0.266221] platform 133c0000.vpu: is owner of 13250000.sysmmu
  558. [ 0.266636] platform 12851000.dpp: is owner of 12910000.sysmmu
  559. [ 0.266907] platform 12852000.dpp: is owner of 12920000.sysmmu
  560. [ 0.267176] platform 12853000.dpp: is owner of 12910000.sysmmu
  561. [ 0.267444] platform 12854000.dpp: is owner of 12920000.sysmmu
  562. [ 0.267710] platform 12855000.dpp: is owner of 12900000.sysmmu
  563. [ 0.267974] platform 12856000.dpp: is owner of 12900000.sysmmu
  564. [ 0.268202] platform 12890000.dpp: is owner of 12920000.sysmmu
  565. [ 0.270259] platform 13b00000.smfc: is owner of 13b50000.sysmmu
  566. [ 0.270620] platform 13b10000.scaler: is owner of 13b50000.sysmmu
  567. [ 0.271864] platform 13e50000.abox: is owner of 13e30000.sysmmu
  568. [ 0.272391] irq: no irq domain found for /mailbox@0x14040000 !
  569. [ 0.273226] platform 13ce0000.mfc0: is owner of 13c80000.sysmmu
  570. [ 0.273310] platform 13ce0000.mfc0: is owner of 13ca0000.sysmmu
  571. [ 0.273644] platform 13600000.iva: is owner of 13530000.sysmmu
  572. [ 0.273897] platform 134c0000.score: is owner of 13430000.sysmmu
  573. [ 0.275053] platform 12ce0000.fimc_is: is owner of 12d10000.sysmmu
  574. [ 0.275139] platform 12ce0000.fimc_is: is owner of 12d20000.sysmmu
  575. [ 0.275255] platform 12ce0000.fimc_is: is owner of 13050000.sysmmu
  576. [ 0.275401] platform 12ce0000.fimc_is: is owner of 14230000.sysmmu
  577. [ 0.276039] platform 12ca0000.fimc_is_sensor: is owner of 12d10000.sysmmu
  578. [ 0.276316] platform 12cb0000.fimc_is_sensor: is owner of 12d10000.sysmmu
  579. [ 0.276595] platform 12cc0000.fimc_is_sensor: is owner of 12d10000.sysmmu
  580. [ 0.276870] platform 12cd0000.fimc_is_sensor: is owner of 12d10000.sysmmu
  581. [ 0.280788] exynos-acpm 16488000.acpm: acpm probe
  582. [ 0.311209] [Exynos Coresight] Success Init.
  583. [ 0.311233] ACPI: Interpreter disabled.
  584. [ 0.313623] EXYNOS-PD: pd-srdz has a new child pd-dcam.
  585. [ 0.313721] EXYNOS-PD: pd-dpu0 has a new child pd-dpu1.
  586. [ 0.313863] EXYNOS-PD: pd-cam has a new child pd-isphq.
  587. [ 0.313939] EXYNOS-PD: pd-isphq has a new child pd-isplp.
  588. [ 0.314071] EXYNOS-PD: pd-isplp has a new child pd-srdz.
  589. [ 0.314314] EXYNOS-PD: PM Domain Initialize
  590. [ 0.314430] pd-abox - on
  591. [ 0.314465] pd-cam - on
  592. [ 0.314476] pd-dbg - on, always
  593. [ 0.314509] pd-dcam - on
  594. [ 0.314543] pd-dpu0 - on
  595. [ 0.314577] pd-dpu1 - on
  596. [ 0.314612] pd-dsp - on
  597. [ 0.314648] pd-g2d - on
  598. [ 0.314683] pd-g3d - on
  599. [ 0.314720] pd-isphq - on
  600. [ 0.314757] pd-isplp - on
  601. [ 0.314795] pd-iva - on
  602. [ 0.314833] pd-mfc - on
  603. [ 0.314872] pd-srdz - on
  604. [ 0.314913] pd-vpu - on
  605. [ 0.314954] pd-vts - on
  606. [ 0.315274] exynos-dm 17000000.exynos-dm: This doesn't need to send policy to ACPM
  607. [ 0.315289] exynos-dm 17000000.exynos-dm: This doesn't need to send policy to ACPM
  608. [ 0.315305] exynos-dm 17000000.exynos-dm: This doesn't need to send policy to ACPM
  609. [ 0.315317] exynos-dm 17000000.exynos-dm: This doesn't need to send policy to ACPM
  610. [ 0.315328] exynos-dm 17000000.exynos-dm: This doesn't need to send policy to ACPM
  611. [ 0.315340] exynos-dm 17000000.exynos-dm: This doesn't need to send policy to ACPM
  612. [ 0.315352] exynos-dm 17000000.exynos-dm: dm_type: 0(dm_cpu_cl0), dvfs_type: 0, available = true
  613. [ 0.315363] exynos-dm 17000000.exynos-dm: dm_type: 1(dm_cpu_cl1), dvfs_type: 0, available = true
  614. [ 0.315374] exynos-dm 17000000.exynos-dm: dm_type: 2(dm_mif), dvfs_type: 1, available = true
  615. [ 0.315384] exynos-dm 17000000.exynos-dm: dm_type: 3(dm_int), dvfs_type: 1, available = true
  616. [ 0.315395] exynos-dm 17000000.exynos-dm: dm_type: 4(dm_intcam), dvfs_type: 1, available = true
  617. [ 0.315405] exynos-dm 17000000.exynos-dm: dm_type: 5(dm_disp), dvfs_type: 1, available = true
  618. [ 0.315416] exynos-dm 17000000.exynos-dm: dm_type: 6(dm_cam), dvfs_type: 1, available = true
  619. [ 0.315923] exynos-mcinfo 1603004c.mcinfo: probe finished!
  620. [ 0.316254] ufs-vcc: no parameters
  621. [ 0.316407] fixedregulator: mapping for mode 0 not defined
  622. [ 0.316518] vmmc: 2800 mV
  623. [ 0.316761] s2dos03:s2dos03_i2c_init
  624. [ 0.316970] vgaarb: loaded
  625. [ 0.316989] max77865:max77865_i2c_init
  626. [ 0.317028] s2mps17:s2mps17_i2c_init
  627. [ 0.317061] s2mpb02:s2mpb02_i2c_init
  628. [ 0.317267] SCSI subsystem initialized
  629. [ 0.317886] s3c64xx-spi 109d0000.spi: spi bus clock parent not specified, using clock at index 0 as parent
  630. [ 0.317961] exynos_get_idle_ip_index: Fail to find 109d0000.spi in idle-ip list with err -61
  631. [ 0.318070] s3c64xx-spi 109d0000.spi: Not use idle state.
  632. [ 0.318083] s3c64xx-spi 109d0000.spi: spi clkoff-time is empty(Default: 0ms)
  633. [ 0.318094] s3c64xx-spi 109d0000.spi: PORT 0 fifo_lvl_mask = 0x7f
  634. [ 0.318850] s3c64xx-spi 109e0000.spi: spi bus clock parent not specified, using clock at index 0 as parent
  635. [ 0.319041] s3c64xx-spi 109e0000.spi: Not use idle state.
  636. [ 0.319056] s3c64xx-spi 109e0000.spi: spi clkoff-time is empty(Default: 0ms)
  637. [ 0.319069] s3c64xx-spi 109e0000.spi: PORT 1 fifo_lvl_mask = 0x7f
  638. [ 0.319604] s3c64xx-spi 10440000.spi: spi bus clock parent not specified, using clock at index 0 as parent
  639. [ 0.319620] s3c64xx-spi 10440000.spi: number of chip select lines not specified, assuming 1 chip select line
  640. [ 0.319788] s3c64xx-spi 10440000.spi: Not use idle state.
  641. [ 0.319800] s3c64xx-spi 10440000.spi: spi clkoff-time is empty(Default: 0ms)
  642. [ 0.319812] s3c64xx-spi 10440000.spi: PORT 2 fifo_lvl_mask = 0x7f
  643. [ 0.320289] s3c64xx-spi 10460000.spi: spi bus clock parent not specified, using clock at index 0 as parent
  644. [ 0.320305] s3c64xx-spi 10460000.spi: number of chip select lines not specified, assuming 1 chip select line
  645. [ 0.320467] s3c64xx-spi 10460000.spi: Not use idle state.
  646. [ 0.320478] s3c64xx-spi 10460000.spi: spi clkoff-time is empty(Default: 0ms)
  647. [ 0.320490] s3c64xx-spi 10460000.spi: PORT 3 fifo_lvl_mask = 0x7f
  648. [ 0.320938] s3c64xx-spi 10880000.spi: spi bus clock parent not specified, using clock at index 0 as parent
  649. [ 0.320951] s3c64xx-spi 10880000.spi: number of chip select lines not specified, assuming 1 chip select line
  650. [ 0.321125] s3c64xx-spi 10880000.spi: Not define default state.
  651. [ 0.321136] s3c64xx-spi 10880000.spi: Not use idle state.
  652. [ 0.321147] s3c64xx-spi 10880000.spi: spi clkoff-time is empty(Default: 0ms)
  653. [ 0.321158] s3c64xx-spi 10880000.spi: PORT 8 fifo_lvl_mask = 0x7f
  654. [ 0.321531] spi spi8.0: s3c64xx_spi_setup.....(8)
  655. [ 0.321811] s3c64xx-spi 108c0000.spi: spi bus clock parent not specified, using clock at index 0 as parent
  656. [ 0.321983] s3c64xx-spi 108c0000.spi: Not use idle state.
  657. [ 0.321995] s3c64xx-spi 108c0000.spi: spi clkoff-time is empty(Default: 0ms)
  658. [ 0.322006] s3c64xx-spi 108c0000.spi: PORT 10 fifo_lvl_mask = 0x7f
  659. [ 0.322857] usbcore: registered new interface driver usbfs
  660. [ 0.322898] usbcore: registered new interface driver hub
  661. [ 0.322981] usbcore: registered new device driver usb
  662. [ 0.323083] [Input Booster] input_booster_init
  663. [ 0.323380] [Input Booster] input_booster_init ndevice_in_dt : 10
  664. [ 0.323396] [Input Booster] input_booster_init dt_infor->label : KEY
  665. [ 0.323406] [Input Booster] input_booster_init dt_infor->nlevels : 1
  666. [ 0.323425] [Input Booster] Level 0 : frequency[1066000,0,0,0] hmp_boost[1] times[500,500,0]
  667. [ 0.323436] [Input Booster] input_booster_init dt_infor->label : TOUCHKEY
  668. [ 0.323446] [Input Booster] input_booster_init dt_infor->nlevels : 1
  669. [ 0.323462] [Input Booster] Level 0 : frequency[1066000,0,0,0] hmp_boost[1] times[0,200,0]
  670. [ 0.323473] [Input Booster] input_booster_init dt_infor->label : TOUCH
  671. [ 0.323482] [Input Booster] input_booster_init dt_infor->nlevels : 3
  672. [ 0.323502] [Input Booster] Level 0 : frequency[1066000,832000,0,0] hmp_boost[1] times[130,0,0]
  673. [ 0.323517] [Input Booster] Level 1 : frequency[1066000,832000,0,0] hmp_boost[1] times[130,0,0]
  674. [ 0.323533] [Input Booster] Level 2 : frequency[858000,832000,0,0] hmp_boost[1] times[0,500,0]
  675. [ 0.323543] [Input Booster] input_booster_init dt_infor->label : MULTITOUCH
  676. [ 0.323552] [Input Booster] input_booster_init dt_infor->nlevels : 2
  677. [ 0.323568] [Input Booster] Level 0 : frequency[1066000,832000,0,0] hmp_boost[1] times[1000,0,0]
  678. [ 0.323583] [Input Booster] Level 1 : frequency[858000,832000,0,0] hmp_boost[1] times[0,500,0]
  679. [ 0.323593] [Input Booster] input_booster_init dt_infor->label : KEYBOARD
  680. [ 0.323602] [Input Booster] input_booster_init dt_infor->nlevels : 2
  681. [ 0.323617] [Input Booster] Level 0 : frequency[1066000,832000,0,0] hmp_boost[1] times[130,0,0]
  682. [ 0.323632] [Input Booster] Level 1 : frequency[1066000,832000,0,0] hmp_boost[1] times[130,0,0]
  683. [ 0.323641] [Input Booster] input_booster_init dt_infor->label : MOUSE
  684. [ 0.323651] [Input Booster] input_booster_init dt_infor->nlevels : 2
  685. [ 0.323666] [Input Booster] Level 0 : frequency[1066000,832000,0,0] hmp_boost[1] times[130,0,0]
  686. [ 0.323680] [Input Booster] Level 1 : frequency[858000,832000,0,0] hmp_boost[1] times[0,500,0]
  687. [ 0.323690] [Input Booster] input_booster_init dt_infor->label : MOUSE WHEEL
  688. [ 0.323700] [Input Booster] input_booster_init dt_infor->nlevels : 2
  689. [ 0.323716] [Input Booster] Level 0 : frequency[1066000,832000,0,0] hmp_boost[1] times[130,0,0]
  690. [ 0.323730] [Input Booster] Level 1 : frequency[0,0,0,0] hmp_boost[0] times[0,0,0]
  691. [ 0.323740] [Input Booster] input_booster_init dt_infor->label : PEN HOVER
  692. [ 0.323750] [Input Booster] input_booster_init dt_infor->nlevels : 2
  693. [ 0.323765] [Input Booster] Level 0 : frequency[1066000,832000,0,0] hmp_boost[1] times[130,0,0]
  694. [ 0.323779] [Input Booster] Level 1 : frequency[858000,832000,0,0] hmp_boost[1] times[0,500,0]
  695. [ 0.323789] [Input Booster] input_booster_init dt_infor->label : PEN
  696. [ 0.323798] [Input Booster] input_booster_init dt_infor->nlevels : 2
  697. [ 0.323813] Failed to get [0] param table property
  698. [ 0.323823] [Input Booster] Level 0 : frequency[1469000,832000,0,0] hmp_boost[1] times[200,0,0]
  699. [ 0.323836] Failed to get [1] param table property
  700. [ 0.323846] [Input Booster] Level 1 : frequency[858000,832000,0,0] hmp_boost[1] times[0,600,600]
  701. [ 0.323855] [Input Booster] input_booster_init dt_infor->label : KEY_TWO
  702. [ 0.323865] [Input Booster] input_booster_init dt_infor->nlevels : 1
  703. [ 0.323880] [Input Booster] Level 0 : frequency[1469000,0,0,0] hmp_boost[1] times[700,700,0]
  704. [ 0.328220] s2dos03:s2dos03_pmic_probe
  705. [ 0.328553] s2m_enable: s2dos03-buck1 enable (0x3)
  706. [ 0.333555] vdd_ddi_1p6: 1500 <--> 1600 mV at 1600 mV
  707. [ 0.334000] s2m_enable: s2dos03-ldo1 enable (0x3)
  708. [ 0.337395] vdd_ddi_1p8: 1800 mV
  709. [ 0.337985] HRM_1.8V_AP: 1800 mV
  710. [ 0.338454] s2m_enable: s2dos03-ldo3 enable (0x3)
  711. [ 0.341392] vdd_ddi_3p0: 3000 mV
  712. [ 0.341898] HRM_3.3V_AP: 3300 mV
  713. [ 0.344503] samsung-pinctrl 11430000.pinctrl: pin gpj1-5 already requested by 11430000.pinctrl; cannot claim for 7-0059
  714. [ 0.344521] samsung-pinctrl 11430000.pinctrl: pin-83 (7-0059) status -22
  715. [ 0.344535] samsung-pinctrl 11430000.pinctrl: could not request pin 83 (gpj1-5) from group gpj1-5 on device samsung-pinctrl
  716. [ 0.344548] s2mpb02 7-0059: Error applying setting, reverse things back
  717. [ 0.344572] s2mpb02:s2mpb02_i2c_probe
  718. [ 0.344585] of_s2mpb02_dt mfd-cell(0) = s2mpb02-led
  719. [ 0.344595] of_s2mpb02_dt mfd-cell(1) = s2mpb02-regulator
  720. [ 0.344782] s2mpb02_i2c_probe: device id 0x1 is found
  721. [ 0.344794] s2mpb02:s2mpb02_irq_init No interrupt specified.
  722. [ 0.344953] s2mpb02-regulator s2mpb02-regulator: s2mpb02_pmic_probe
  723. [ 0.344965] s2mpb02 7-0059: no node for b1_remote_sense_en
  724. [ 0.345566] s2m_enable: s2mpb02-buck1 enable (0xb)
  725. [ 0.349393] S2MPB02_BUCK1: 1300 mV
  726. [ 0.349854] VDDD_CORE_0.8V_COMP: 650 <--> 850 mV at 800 mV
  727. [ 0.350139] s2m_enable: s2mpb02-bb enable (0xf)
  728. [ 0.353562] S2MPB02_BB: 2600 <--> 4000 mV at 3500 mV
  729. [ 0.353998] VDDD_NORET_0.9V_COMP: 950 mV
  730. [ 0.354440] VDDD_CORE_1.0V_COMP: 1000 mV
  731. [ 0.354897] VDDD_1.2V_CAM: 1050 mV
  732. [ 0.355339] VDDD_RET_1.0V_COMP: 700 <--> 1050 mV at 1200 mV
  733. [ 0.355772] VDDD_1.2V_VT: 1050 mV
  734. [ 0.356201] VDDIO_1.8V_VT: 1800 mV
  735. [ 0.356635] VDDIO_1.8V_CAM: 1800 mV
  736. [ 0.357072] VDDIO_1.8V_COMP: 1800 mV
  737. [ 0.357561] VDDA_1.8V_COMP: 1800 mV
  738. [ 0.357995] VDDA_1.8V_CAM: 1800 mV
  739. [ 0.358432] VDDA_2.9V_CAM: 2800 <--> 2950 mV at 2800 mV
  740. [ 0.358863] VDDAF_2.8V_CAM: 2800 mV
  741. [ 0.359293] VDDA_2.9V_VT: 2800 mV
  742. [ 0.359720] OIS_VM_2.8V: 2800 mV
  743. [ 0.360167] OIS_VDD_2.8V: 2800 mV
  744. [ 0.360602] VDD_VTCAM_AF_2.8V: 2800 mV
  745. [ 0.361040] OIS_VDD_1.8V: 1800 mV
  746. [ 0.361313] s2m_enable: s2mpb02-ldo18 enable (0x2f)
  747. [ 0.365849] S2MPB02_LDO18: 600 <--> 3775 mV at 3300 mV
  748. [ 0.371481] max77865:max77865_i2c_probe
  749. [ 0.371502] of_max77865_dt: irq-gpio: 20
  750. [ 0.371712] max77865:max77865_i2c_probe device found: rev.0x2, ver.0x0
  751. [ 0.371937] max77865:max77865_irq_init irq=211, irq->gpio=20
  752. [ 0.375176] max77865:max77865_irq_init max77865_PMIC_REG_INTSRC_MASK=0xfa
  753. [ 0.376382] samsung-pinctrl 15a30000.pinctrl: pin gpb2-0 already requested by 15a30000.pinctrl; cannot claim for 15b50000.speedy
  754. [ 0.376399] samsung-pinctrl 15a30000.pinctrl: pin-93 (15b50000.speedy) status -22
  755. [ 0.376412] samsung-pinctrl 15a30000.pinctrl: could not request pin 93 (gpb2-0) from group gpb2-0 on device samsung-pinctrl
  756. [ 0.376424] exynos-speedy 15b50000.speedy: Error applying setting, reverse things back
  757. [ 0.376453] exynos-speedy 15b50000.speedy: speedy driver probe started
  758. [ 0.376540] exynos-speedy 15b50000.speedy: speedy swreset directly was done
  759. [ 0.376579] exynos-speedy 15b50000.speedy: batcher s/w reset was done
  760. [ 0.376812] samsung-pinctrl 104d0000.pinctrl: pin gpb1-2 already requested by 104d0000.pinctrl; cannot claim for 14-0000
  761. [ 0.376828] samsung-pinctrl 104d0000.pinctrl: pin-122 (14-0000) status -22
  762. [ 0.376840] samsung-pinctrl 104d0000.pinctrl: could not request pin 122 (gpb1-2) from group gpb1-2 on device samsung-pinctrl
  763. [ 0.376852] s2mps17 14-0000: Error applying setting, reverse things back
  764. [ 0.376900] s2mps17:s2mps17_i2c_probe
  765. [ 0.376915] of_s2mps17_dt: irq-gpio: 36
  766. [ 0.377331] s2mps17 14-0000: use_i2c_speedy was true
  767. [ 0.377343] s2mps17_i2c_probe device found: rev.0x 2
  768. [ 0.377355] s2mps17:s2mps17_irq_init irq=212, irq->gpio=36
  769. [ 0.394875] s2mps17:s2mps17_irq_init s2mps17_PMIC_REG_INTSRC_MASK=0x02
  770. [ 0.395464] s2mps17-regulator s2mps17-regulator: g3d dvs is not enabled.
  771. [ 0.395740] s2m_enable: BUCK1 enable (0x19)
  772. [ 0.397860] vdd_mif: 450 <--> 950 mV at 775 mV
  773. [ 0.398160] s2m_enable: BUCK2 enable (0x1b)
  774. [ 0.401857] vdd_cpucl0: 450 <--> 1200 mV at 668 mV
  775. [ 0.402146] s2m_enable: BUCK3 enable (0x1d)
  776. [ 0.405855] vdd_cpucl1: 450 <--> 1200 mV at 775 mV
  777. [ 0.406142] s2m_enable: BUCK4 enable (0x1f)
  778. [ 0.409854] vdd_int: 450 <--> 950 mV at 656 mV
  779. [ 0.410139] s2m_enable: BUCK5 enable (0x21)
  780. [ 0.413851] vdd_cam: 450 <--> 950 mV at 725 mV
  781. [ 0.417854] vdd_g3d: 450 <--> 850 mV at 625 mV
  782. [ 0.418134] s2m_enable: BUCK7 enable (0x26)
  783. [ 0.421854] vdd_mem: 900 <--> 1300 mV at 1100 mV
  784. [ 0.422134] s2m_enable: BUCK8 enable (0x28)
  785. [ 0.425855] vdd_lldo1: 750 <--> 1150 mV at 950 mV
  786. [ 0.426135] s2m_enable: BUCK9 enable (0x2a)
  787. [ 0.429851] vdd_lldo2: 900 <--> 1300 mV at 1100 mV
  788. [ 0.430130] s2m_enable: BUCK10 enable (0x2c)
  789. [ 0.433850] vdd_lldo3: 1100 <--> 1500 mV at 1300 mV
  790. [ 0.434135] s2m_enable: BUCK11 enable (0x2e)
  791. [ 0.437854] vdd_mldo: 1750 <--> 2150 mV at 1950 mV
  792. [ 0.438151] s2m_enable: BUCK12 enable (0x30)
  793. [ 0.441885] vdd_cp: 450 <--> 950 mV at 737 mV
  794. [ 0.442166] s2m_enable: LDO1 enable (0x3d)
  795. [ 0.445755] vdd_ldo1: 700 <--> 950 mV at 450 mV
  796. [ 0.446108] vqmmc: 1800 <--> 3300 mV at 2800 mV
  797. [ 0.446384] s2m_enable: LDO3 enable (0x3f)
  798. [ 0.449754] vdd_ldo3: 1625 <--> 1975 mV at 1800 mV
  799. [ 0.450034] s2m_enable: LDO4 enable (0x40)
  800. [ 0.453753] vdd_ldo4: 700 <--> 950 mV at 550 mV
  801. [ 0.454028] s2m_enable: LDO5 enable (0x41)
  802. [ 0.457754] vdd_ldo5: 1625 <--> 1975 mV at 1800 mV
  803. [ 0.458024] vdd_ldo6: 3100 mV
  804. [ 0.458303] s2m_enable: LDO7 enable (0x43)
  805. [ 0.461755] vdd_ldo7: 450 <--> 1200 mV at 1050 mV
  806. [ 0.462031] s2m_enable: LDO8 enable (0x44)
  807. [ 0.465806] vdd_ldo8: 450 <--> 950 mV at 750 mV
  808. [ 0.466091] s2m_enable: LDO9 enable (0x45)
  809. [ 0.469812] vdd_ldo9: 450 <--> 950 mV at 750 mV
  810. [ 0.470065] vdd_ldo10: 700 <--> 950 mV at 550 mV
  811. [ 0.470340] s2m_enable: LDO11 enable (0x48)
  812. [ 0.473789] vdd_ldo11: 450 <--> 950 mV at 600 mV
  813. [ 0.474089] s2m_enable: LDO12 enable (0x49)
  814. [ 0.477755] vdd_ldo12: 450 <--> 950 mV at 600 mV
  815. [ 0.478035] s2m_enable: LDO13 enable (0x4a)
  816. [ 0.481753] vdd_ldo13: 900 <--> 1300 mV at 1200 mV
  817. [ 0.482102] VLDO_20: 700 <--> 1300 mV at 1000 mV
  818. [ 0.482362] vdd_ldo29: 2800 mV
  819. [ 0.482636] s2m_enable: LDO30 enable (0x5b)
  820. [ 0.485758] vdd_ldo30: 1800 <--> 3375 mV at 2800 mV
  821. [ 0.486008] vdd_ldo31: 1800 <--> 3375 mV at 3300 mV
  822. [ 0.486370] s2m_enable: LDO32 enable (0x5d)
  823. [ 0.489681] VDD_1.8V_CODEC: 1800 mV
  824. [ 0.489929] VDD_1.2V_CODEC: 1200 mV
  825. [ 0.490175] s2m_enable: LDO34 enable (0x5f)
  826. [ 0.493682] tsp_io: 1850 mV
  827. [ 0.493933] s2m_enable: LDO35 enable (0x60)
  828. [ 0.497683] tsp_avdd: 3000 mV
  829. [ 0.497930] VDD_1.8V_ESE: 1800 mV
  830. [ 0.498180] VDD_DP_1P8: 1800 mV
  831. [ 0.498444] vdd_mcu_1p8: 1800 mV
  832. [ 0.498691] VDD_NFC_1P8: 1800 mV
  833. [ 0.498941] VDD_IRIS_1P2: 1200 mV
  834. [ 0.499191] VDD_IRIS_2P8: 2800 mV
  835. [ 0.499436] VDD_IRIS_1P8: 1800 mV
  836. [ 0.499783] VLDO_43: 700 <--> 1300 mV at 1000 mV
  837. [ 0.500130] s2mps17_pmic_probe: smpl_warn vth is 0x80
  838. [ 0.500240] s2mps17_pmic_probe: smpl_warn hysteresis is 0x0
  839. [ 0.500489] s2mps17_pmic_probe : LDO29 OCP Check 0x71[7:0] : 0x11
  840. [ 0.500587] s2mps17_powermeter_init: s2mps17 power meter init start
  841. [ 0.502209] s2mps17_powermeter_init: current mode enable (0x80)
  842. [ 0.502329] s2mps17_powermeter_init: s2mps17 power meter init end
  843. [ 0.502441] exynos-speedy 15b50000.speedy: speedy driver probe was succeeded
  844. [ 0.502794] media: Linux media interface: v0.10
  845. [ 0.502838] Linux video capture interface: v2.00
  846. [ 0.504405] ion_hpa_heap_create: HPA heap vfw_heap(2) is created
  847. [ 0.504427] ion_hpa_heap_create: HPA heap vnfw_heap(7) is created
  848. [ 0.504446] ion_hpa_heap_create: HPA heap vframe_heap(5) is created
  849. [ 0.504462] ion_hpa_heap_create: HPA heap vscaler_heap(6) is created
  850. [ 0.504477] ion_hpa_heap_create: HPA heap gpu_heap(9) is created
  851. [ 0.504902] argos_probe: Start probe
  852. [ 0.505036] argos_probe: parse dt done
  853. [ 0.505293] Linux vision interface: v1.00
  854. [ 0.505326] [SENSORS CORE] sensors_class_init
  855. [ 0.505400] [SENSORS CORE] sensors_class_init succcess
  856. [ 0.505415] fingerprint_class_init
  857. [ 0.505490] Advanced Linux Sound Architecture Driver Initialized.
  858. [ 0.505998] Bluetooth: Core ver 2.21
  859. [ 0.506036] NET: Registered protocol family 31
  860. [ 0.506047] Bluetooth: HCI device and connection manager initialized
  861. [ 0.506061] Bluetooth: HCI socket layer initialized
  862. [ 0.506076] Bluetooth: L2CAP socket layer initialized
  863. [ 0.506127] Bluetooth: SCO socket layer initialized
  864. [ 0.506294] regulatory is not upadted via queue_regulatory_request.
  865. [ 0.507568] clocksource: Switched to clocksource arch_sys_counter
  866. [ 0.508736] set_state_shutdown: mct_tick_stop (cpu0)
  867. [ 0.509377] set_state_shutdown: mct_tick_stop (cpu7)
  868. [ 0.509388] set_state_shutdown: mct_tick_stop (cpu5)
  869. [ 0.509398] set_state_shutdown: mct_tick_stop (cpu6)
  870. [ 0.509662] set_state_shutdown: mct_tick_stop (cpu4)
  871. [ 0.509743] set_state_shutdown: mct_tick_stop (cpu3)
  872. [ 0.509755] set_state_shutdown: mct_tick_stop (cpu2)
  873. [ 0.509777] set_state_shutdown: mct_tick_stop (cpu1)
  874. [ 0.540645] pnp: PnP ACPI: disabled
  875. [ 0.548972] __init_sec_tsp_raw_data: init done
  876. [ 0.549088] NET: Registered protocol family 2
  877. [ 0.549587] default registered
  878. [ 0.549602] default registered
  879. [ 0.549613] MPTCP: Stable release v0.89.0-rc
  880. [ 0.549666] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
  881. [ 0.549776] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
  882. [ 0.549909] TCP: Hash tables configured (established 32768 bind 32768)
  883. [ 0.549955] UDP hash table entries: 2048 (order: 4, 65536 bytes)
  884. [ 0.549986] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
  885. [ 0.550127] NET: Registered protocol family 1
  886. [ 0.550161] PCI: CLS 0 bytes, default 128
  887. [ 0.550235] [ACPM] plugin(id = 2) detach done!
  888. [ 0.550267] exynos-acpm 16488000.acpm: Loading exynos8895_acpm_dvfs.fw firmware ...
  889. [ 0.550406] exynos-acpm 16488000.acpm: OK
  890. [ 0.550988] [ACPM] plugin(id = 3) attach done!
  891. [ 0.551008] fvmap_init:fvmap initialize 0000000000000000
  892. [ 0.551025] dvfs_type : dvfs_mif - id : 0
  893. [ 0.551033] num_of_lv : 12
  894. [ 0.551042] num_of_members : 4
  895. [ 0.551053] lv : [2093000], volt = 0 uV
  896. [ 0.551065] lv : [2002000], volt = 0 uV
  897. [ 0.551076] lv : [1794000], volt = 775000 uV
  898. [ 0.551087] lv : [1540000], volt = 718750 uV
  899. [ 0.551098] lv : [1352000], volt = 687500 uV
  900. [ 0.551109] lv : [1014000], volt = 643750 uV
  901. [ 0.551120] lv : [ 845000], volt = 612500 uV
  902. [ 0.551131] lv : [ 676000], volt = 600000 uV
  903. [ 0.551142] lv : [ 546000], volt = 593750 uV
  904. [ 0.551153] lv : [ 421000], volt = 593750 uV
  905. [ 0.551164] lv : [ 286000], volt = 587500 uV
  906. [ 0.551175] lv : [ 208000], volt = 587500 uV
  907. [ 0.551191] dvfs_type : dvfs_int - id : 1
  908. [ 0.551199] num_of_lv : 7
  909. [ 0.551207] num_of_members : 16
  910. [ 0.551218] lv : [ 667000], volt = 793750 uV
  911. [ 0.551229] lv : [ 533000], volt = 775000 uV
  912. [ 0.551239] lv : [ 400000], volt = 656250 uV
  913. [ 0.551250] lv : [ 333000], volt = 618750 uV
  914. [ 0.551261] lv : [ 267000], volt = 593750 uV
  915. [ 0.551272] lv : [ 178000], volt = 575000 uV
  916. [ 0.551283] lv : [ 107000], volt = 575000 uV
  917. [ 0.551298] dvfs_type : dvfs_cpucl0 - id : 2
  918. [ 0.551306] num_of_lv : 18
  919. [ 0.551314] num_of_members : 1
  920. [ 0.551325] lv : [2808000], volt = 1206250 uV
  921. [ 0.551336] lv : [2704000], volt = 1150000 uV
  922. [ 0.551347] lv : [2652000], volt = 1125000 uV
  923. [ 0.551358] lv : [2574000], volt = 1081250 uV
  924. [ 0.551369] lv : [2496000], volt = 1037500 uV
  925. [ 0.551380] lv : [2314000], volt = 962500 uV
  926. [ 0.551391] lv : [2158000], volt = 906250 uV
  927. [ 0.551402] lv : [2002000], volt = 868750 uV
  928. [ 0.551412] lv : [1937000], volt = 850000 uV
  929. [ 0.551423] lv : [1807000], volt = 812500 uV
  930. [ 0.551434] lv : [1703000], volt = 781250 uV
  931. [ 0.551445] lv : [1469000], volt = 737500 uV
  932. [ 0.551456] lv : [1261000], volt = 706250 uV
  933. [ 0.551466] lv : [1170000], volt = 687500 uV
  934. [ 0.551477] lv : [1066000], volt = 668750 uV
  935. [ 0.551488] lv : [ 962000], volt = 656250 uV
  936. [ 0.551498] lv : [ 858000], volt = 643750 uV
  937. [ 0.551509] lv : [ 741000], volt = 625000 uV
  938. [ 0.551525] dvfs_type : dvfs_cpucl1 - id : 3
  939. [ 0.551534] num_of_lv : 12
  940. [ 0.551542] num_of_members : 1
  941. [ 0.551552] lv : [2002000], volt = 1137500 uV
  942. [ 0.551596] lv : [1898000], volt = 1137500 uV
  943. [ 0.551606] lv : [1794000], volt = 1137500 uV
  944. [ 0.551617] lv : [1690000], volt = 1062500 uV
  945. [ 0.551628] lv : [1456000], volt = 937500 uV
  946. [ 0.551639] lv : [1248000], volt = 831250 uV
  947. [ 0.551650] lv : [1053000], volt = 775000 uV
  948. [ 0.551661] lv : [ 949000], volt = 743750 uV
  949. [ 0.551672] lv : [ 832000], volt = 712500 uV
  950. [ 0.551683] lv : [ 715000], volt = 675000 uV
  951. [ 0.551694] lv : [ 598000], volt = 643750 uV
  952. [ 0.551704] lv : [ 455000], volt = 618750 uV
  953. [ 0.551720] dvfs_type : dvfs_g3d - id : 4
  954. [ 0.551729] num_of_lv : 9
  955. [ 0.551737] num_of_members : 1
  956. [ 0.551747] lv : [ 839000], volt = 0 uV
  957. [ 0.551758] lv : [ 764000], volt = 0 uV
  958. [ 0.551769] lv : [ 683000], volt = 0 uV
  959. [ 0.551780] lv : [ 572000], volt = 668750 uV
  960. [ 0.551791] lv : [ 546000], volt = 656250 uV
  961. [ 0.551802] lv : [ 455000], volt = 631250 uV
  962. [ 0.551812] lv : [ 385000], volt = 631250 uV
  963. [ 0.551823] lv : [ 338000], volt = 625000 uV
  964. [ 0.551834] lv : [ 260000], volt = 625000 uV
  965. [ 0.551850] dvfs_type : dvfs_intcam - id : 5
  966. [ 0.551858] num_of_lv : 4
  967. [ 0.551866] num_of_members : 4
  968. [ 0.551877] lv : [ 690000], volt = 818750 uV
  969. [ 0.551888] lv : [ 680000], volt = 693750 uV
  970. [ 0.551898] lv : [ 670000], volt = 650000 uV
  971. [ 0.551909] lv : [ 640000], volt = 575000 uV
  972. [ 0.551924] dvfs_type : dvfs_cam - id : 6
  973. [ 0.551933] num_of_lv : 7
  974. [ 0.551941] num_of_members : 22
  975. [ 0.551951] lv : [ 690000], volt = 800000 uV
  976. [ 0.551962] lv : [ 680000], volt = 800000 uV
  977. [ 0.551973] lv : [ 670000], volt = 762500 uV
  978. [ 0.551984] lv : [ 660000], volt = 706250 uV
  979. [ 0.551994] lv : [ 650000], volt = 706250 uV
  980. [ 0.552005] lv : [ 640000], volt = 575000 uV
  981. [ 0.552016] lv : [ 630000], volt = 575000 uV
  982. [ 0.552031] dvfs_type : dvfs_disp - id : 7
  983. [ 0.552039] num_of_lv : 5
  984. [ 0.552048] num_of_members : 2
  985. [ 0.552058] lv : [ 630000], volt = 762500 uV
  986. [ 0.552069] lv : [ 533000], volt = 725000 uV
  987. [ 0.552080] lv : [ 356000], volt = 643750 uV
  988. [ 0.552091] lv : [ 214000], volt = 593750 uV
  989. [ 0.552102] lv : [ 134000], volt = 575000 uV
  990. [ 0.552117] dvfs_type : dvs_g3dm - id : 8
  991. [ 0.552125] num_of_lv : 9
  992. [ 0.552133] num_of_members : 1
  993. [ 0.552144] lv : [ 839000], volt = 0 uV
  994. [ 0.552155] lv : [ 764000], volt = 0 uV
  995. [ 0.552165] lv : [ 683000], volt = 0 uV
  996. [ 0.552176] lv : [ 572000], volt = 668750 uV
  997. [ 0.552187] lv : [ 546000], volt = 656250 uV
  998. [ 0.552197] lv : [ 455000], volt = 631250 uV
  999. [ 0.552208] lv : [ 385000], volt = 631250 uV
  1000. [ 0.552218] lv : [ 338000], volt = 625000 uV
  1001. [ 0.552228] lv : [ 260000], volt = 625000 uV
  1002. [ 0.552244] dvfs_type : dvs_cp - id : 9
  1003. [ 0.552251] num_of_lv : 3
  1004. [ 0.552259] num_of_members : 1
  1005. [ 0.552270] lv : [1500000], volt = 862500 uV
  1006. [ 0.552280] lv : [1066000], volt = 737500 uV
  1007. [ 0.552291] lv : [ 800000], volt = 737500 uV
  1008. [ 0.552448] Trying to unpack rootfs image as initramfs...
  1009. [ 0.578916] Freeing initrd memory: 984K
  1010. [ 0.580268] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
  1011. [ 0.582567] audit: initializing netlink subsys (enabled)
  1012. [ 0.588237] VFS: Disk quotas dquot_6.6.0
  1013. [ 0.588362] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  1014. [ 0.589495] [SDFAT] Filesystem version 2.1.10
  1015. [ 0.590023] Registering sdcardfs 0.1
  1016. [ 0.590388] fuse init (API version 7.23)
  1017. [ 0.590716] SELinux: Registering netfilter hooks
  1018. [ 0.591002] [DSMS-KERNEL] Started (DSMS_DEBUG_ENABLE DSMS_DEBUG_TRACE_DSMS_CALLS).
  1019. [ 0.591014] mst_drv_init
  1020. [ 0.591528] mst_ldo_device_probe init start
  1021. [ 0.591776] [MST] Data Value : 213
  1022. [ 0.591787] MST_DRV]]] gpio pwr en inited
  1023. [ 0.591815] sec_mst_gpio_init : Send Output
  1024. [ 0.591825] mst_ldo_device_probe
  1025. [ 0.591908] MST drv driver (mst_drv) is initialized.
  1026. [ 0.591958] MST_LDO_DRV]]] init , ret val : 0
  1027. [ 0.592241] key_dump feature not availabledek: initialized
  1028. [ 0.592261] SDP_MM: entering************************************************
  1029. [ 0.592383] SDP_PUB_CRYPTO[1] : pub_crypto_mod_init netlink socket is created successfully!
  1030. [ 0.592487] SDP_FS_HANDLER[1] : sdp_fs_handler_mod_init netlink socket is created successfully!
  1031. [ 0.592586] DLP: dlp_ioctl initialized
  1032. [ 0.595741] io scheduler noop registered
  1033. [ 0.595924] io scheduler cfq registered (default)
  1034. [ 0.596358] exynos-mipi-phy phy_m4s4_dsi@0x12821008: doesn't control mipi-phy reset by sysreg!!!
  1035. [ 0.596372] exynos-mipi-phy phy_m4s4_dsi@0x12821008: doesn't use mipi-phy init control!!!
  1036. [ 0.596385] exynos-mipi-phy phy_m4s4_dsi@0x12821008: exynos_mipi_phy_probe: iso 0x710, reset -1 (-1)
  1037. [ 0.596555] exynos-mipi-phy phy_m4s4_dsi@0x12821008: Creating exynos-mipi-phy
  1038. [ 0.596699] exynos-mipi-phy 12c21050.dphy_m4s4_csis0: doesn't use mipi-phy init control!!!
  1039. [ 0.596712] exynos-mipi-phy 12c21050.dphy_m4s4_csis0: exynos_mipi_phy_probe: iso 0x70c, reset 0 (-1)
  1040. [ 0.596837] exynos-mipi-phy 12c21050.dphy_m4s4_csis0: Creating exynos-mipi-phy
  1041. [ 0.596903] exynos-mipi-phy dphy_m4s4_csis2@0x12C21050: doesn't use mipi-phy init control!!!
  1042. [ 0.596915] exynos-mipi-phy dphy_m4s4_csis2@0x12C21050: exynos_mipi_phy_probe: iso 0x710, reset 1 (-1)
  1043. [ 0.597032] exynos-mipi-phy dphy_m4s4_csis2@0x12C21050: Creating exynos-mipi-phy
  1044. [ 0.597095] exynos-mipi-phy dphy_m1s2s2_csis1@0x12C21050: doesn't use mipi-phy init control!!!
  1045. [ 0.597108] exynos-mipi-phy dphy_m1s2s2_csis1@0x12C21050: exynos_mipi_phy_probe: iso 0x730, reset 2 (-1)
  1046. [ 0.597225] exynos-mipi-phy dphy_m1s2s2_csis1@0x12C21050: Creating exynos-mipi-phy
  1047. [ 0.597288] exynos-mipi-phy dphy_m1s2s2_csis3@0x12C21050: doesn't use mipi-phy init control!!!
  1048. [ 0.597300] exynos-mipi-phy dphy_m1s2s2_csis3@0x12C21050: exynos_mipi_phy_probe: iso 0x730, reset 3 (-1)
  1049. [ 0.597421] exynos-mipi-phy dphy_m1s2s2_csis3@0x12C21050: Creating exynos-mipi-phy
  1050. [ 0.597763] exynos-displayport-phy displayport_phy@11090904: Creating exynos-displayport-phy
  1051. [ 0.598329] samsung-pinctrl 11050000.pinctrl: pin gpi1-7 already requested by 11050000.pinctrl; cannot claim for 10e00000.phy
  1052. [ 0.598342] samsung-pinctrl 11050000.pinctrl: pin-77 (10e00000.phy) status -22
  1053. [ 0.598354] samsung-pinctrl 11050000.pinctrl: could not request pin 77 (gpi1-7) from group gpi1-7 on device samsung-pinctrl
  1054. [ 0.598365] phy_exynos_usbdrd 10e00000.phy: Error applying setting, reverse things back
  1055. [ 0.598391] exynos_usbdrd_phy_probe: +++
  1056. [ 0.598527] phy_exynos_usbdrd 10e00000.phy: exynos_usbdrd_check_refclk: offset[12], mask[1000000], value[1000000]
  1057. [ 0.598546] phy_exynos_usbdrd 10e00000.phy: PHY CON Selection OK
  1058. [ 0.598571] phy_exynos_usbdrd 10e00000.phy: usbphy info: version:0x111, refclk:0x82
  1059. [ 0.598790] exynos_usbdrd_phy_probe: ---
  1060. [ 0.599275] samsung-pwm 104c0000.pwm: base_clk at 66625000
  1061. [ 0.600268] exynos-pcie 116a0000.pcie0: Initialize PHY functions.
  1062. [ 0.600283] exynos-pcie 116a0000.pcie0: pcie clk enable, ret value = 0
  1063. [ 0.600536] exynos-pcie 116a0000.pcie0: phy clk enable, ret value = 0
  1064. [ 0.600654] PCI host bridge /pcie0@116A0000 ranges:
  1065. [ 0.600666] No bus range found for /pcie0@116A0000, using [bus 00-ff]
  1066. [ 0.600680] MEM 0x11800000..0x11bfffff -> 0x11800000
  1067. [ 0.600903] exynos-pcie 116a0000.pcie0: PCI host bridge to bus 0000:00
  1068. [ 0.600917] pci_bus 0000:00: root bus resource [bus 00-ff]
  1069. [ 0.600929] pci_bus 0000:00: root bus resource [mem 0x11800000-0x11bfffff]
  1070. [ 0.601027] pci 0000:00:00.0: [144d:ecec] type 01 class 0x060400
  1071. [ 0.601281] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
  1072. [ 0.601534] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  1073. [ 0.601713] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
  1074. [ 0.601769] pci 0000:00:00.0: PCI bridge to [bus 01]
  1075. [ 0.601816] [quirk_pci_async_suspend] async suspend disabled
  1076. [ 0.602089] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
  1077. [ 0.602112] pcie_pme 0000:00:00.0:pcie01: service driver pcie_pme loaded
  1078. [ 0.602250] aer 0000:00:00.0:pcie02: service driver aer loaded
  1079. [ 0.602551] sec_argos_register_notifier: sec_argos_l1ss_notifier(dev_num:6)
  1080. [ 0.602566] sec_argos_register_notifier: sec_argos_l1ss_notifier(dev_num:2)
  1081. [ 0.602578] exynos-pcie 116a0000.pcie0: exynos_pcie_probe: pcie probe success
  1082. [ 0.602844] INFO:PANEL:panel_parse_dt:panel-id:0
  1083. [ 0.602868] PANEL:ERR:panel_get_gpio:can't find gpio named : gpio,pcd
  1084. [ 0.602879] PANEL:ERR:panel_get_gpio:can't find gpio named : gpio,err_fg
  1085. [ 0.602913] PANEL:INFO:panel_drv_set_gpios: rst:1, disp_det:1 (init_at:BL, state:CONNECTED)
  1086. [ 0.602944] PANEL:INFO:panel_parse_gpio:pend bit disp_det 2
  1087. [ 0.602956] PANEL:INFO:panel_parse_gpio:disp_det pend : 0
  1088. [ 0.604438] PANEL:INFO:panel_parse_regulator:panel parse regulator : done
  1089. [ 0.604535] PANEL:DBG:Registered ldi : s6e3ha6
  1090. [ 0.604545] PANEL:DBG:mode : command
  1091. [ 0.604556] PAENL:DBG: LCD(/s6e3ha6_dream1_ddi) resolution: xres(1440), yres(2960)
  1092. [ 0.604566] LCD size: width(65), height(133)
  1093. [ 0.604575] PANEL:DBG:LCD refresh rate(60)
  1094. [ 0.604585] PANEL:DBG:hbp(2), hfp(2), hsa(2)
  1095. [ 0.604595] PANEL:DBG:vbp(15), vfp(3), vsa(1)
  1096. [ 0.604605] PANEL:DBG:requested hs clock(898)
  1097. [ 0.604615] PANEL:DBG:p(5), m(691), s(2)
  1098. [ 0.604625] PANEL:DBG:requested escape clock(20)
  1099. [ 0.604634] PANEL:DBG:mic enabled (0)
  1100. [ 0.604644] PANEL:DBG:ddi type(0)
  1101. [ 0.604653] PANEL:DBG:dsc is enabled
  1102. [ 0.604662] PANEL:DBG:dsc count(2)
  1103. [ 0.604671] PANEL:DBG:dsc slice count(2)
  1104. [ 0.604680] PANEL:DBG:dsc slice height(40)
  1105. [ 0.604690] PANEL:DBG:using data lane count(4)
  1106. [ 0.604699] PANEL:DBG:cmd_underrun_lp_ref(3022)
  1107. [ 0.604710] PANEL:INFO:panel_parse_lcd_info:dsu_en : 1
  1108. [ 0.604720] PANEL:INFO:panel_parse_lcd_info:dsu_number : 3
  1109. [ 0.604730] PANEL:INFO:panel_parse_lcd_info:width[0]:1440
  1110. [ 0.604739] PANEL:INFO:panel_parse_lcd_info:width[1]:1080
  1111. [ 0.604748] PANEL:INFO:panel_parse_lcd_info:width[2]:720
  1112. [ 0.604758] PANEL:INFO:panel_parse_lcd_info:height[0]:2960
  1113. [ 0.604767] PANEL:INFO:panel_parse_lcd_info:height[1]:2220
  1114. [ 0.604775] PANEL:INFO:panel_parse_lcd_info:height[2]:1480
  1115. [ 0.604786] PANEL:INFO:panel_parse_lcd_info:dsc_en[0]:1
  1116. [ 0.604794] PANEL:INFO:panel_parse_lcd_info:dsc_en[1]:1
  1117. [ 0.604803] PANEL:INFO:panel_parse_lcd_info:dsc_en[2]:0
  1118. [ 0.604813] PANEL:INFO:panel_parse_lcd_info:dsc_width[0]:720
  1119. [ 0.604822] PANEL:INFO:panel_parse_lcd_info:dsc_width[1]:540
  1120. [ 0.604830] PANEL:INFO:panel_parse_lcd_info:dsc_width[2]:360
  1121. [ 0.604840] PANEL:INFO:panel_parse_lcd_info:dsc_height[0]:40
  1122. [ 0.604848] PANEL:INFO:panel_parse_lcd_info:dsc_height[1]:30
  1123. [ 0.604857] PANEL:INFO:panel_parse_lcd_info:dsc_height[2]:74
  1124. [ 0.604866] PANEL:INFO:panel_parse_lcd_info:hdr_num(1)
  1125. [ 0.604876] PANEL:INFO:panel_parse_lcd_info:hdr_type[0] = 2
  1126. [ 0.604890] PANEL:INFO:panel_parse_lcd_info:hdr_max_luma(5400000), hdr_max_avg_luma(1200000), hdr_min_luma(5)
  1127. [ 0.604903] PANEL:DBG:panel_lut names[0] s6e3ha6_dream_a3_da_default
  1128. [ 0.604914] PANEL:DBG:panel_lut[0] id:0x00400100 mask:0x00F0FFFF index:0(s6e3ha6_dream_a3_da_default)
  1129. [ 0.604925] PANEL:DBG:panel_lut[1] id:0x00414012 mask:0x00F0FFFF index:0(s6e3ha6_dream_a3_da_default)
  1130. [ 0.604935] PANEL:DBG:panel_lut[2] id:0x00414013 mask:0x00F0FFFF index:0(s6e3ha6_dream_a3_da_default)
  1131. [ 0.604945] PANEL:DBG:panel_lut[3] id:0x00D14014 mask:0x00F0FFFF index:0(s6e3ha6_dream_a3_da_default)
  1132. [ 0.604955] PANEL:DBG:panel_lut[4] id:0x00D14015 mask:0x00F0FFFF index:0(s6e3ha6_dream_a3_da_default)
  1133. [ 0.604965] PANEL:DBG:panel_lut[5] id:0x00400000 mask:0x00403000 index:0(s6e3ha6_dream_a3_da_default)
  1134. [ 0.604975] PANEL:DBG:panel_lut[6] id:0x00000000 mask:0x00000000 index:0(s6e3ha6_dream_a3_da_default)
  1135. [ 0.605075] dpui_logging_register register type PANEL
  1136. [ 0.605313] exynos-itmon ITMON@0: success to register request irq78 - DATA_BUS_1
  1137. [ 0.605384] exynos-itmon ITMON@0: success to register request irq79 - DATA_CORE
  1138. [ 0.605469] exynos-itmon ITMON@0: success to register request irq80 - DATA_BUS_C
  1139. [ 0.605597] exynos-itmon ITMON@0: success to register request irq81 - PERI_CORE_0
  1140. [ 0.605669] exynos-itmon ITMON@0: success to register request irq82 - PERI_CORE_1
  1141. [ 0.605752] exynos-itmon ITMON@0: success to register request irq83 - PERI_BUS_C
  1142. [ 0.605881] exynos-itmon ITMON@0: success to register request irq84 - PERI_BUS_1
  1143. [ 0.605988] exynos-itmon ITMON@0: success to probe Exynos ITMON driver
  1144. [ 0.606231] persistent_ram: found existing buffer, size 0, start 0
  1145. [ 0.606246] persistent_ram: found existing buffer, size 0, start 0
  1146. [ 0.608929] console [pstore-1] enabled
  1147. [ 0.609078] pstore: Registered ramoops as persistent store backend
  1148. [ 0.609090] ramoops: attached 0x8000@0x92000000, ecc: 0/0
  1149. [ 0.611720] dma-pl330 15a40000.pdma0: Loaded driver for PL330 DMAC-341330
  1150. [ 0.611736] dma-pl330 15a40000.pdma0: DBUFF-32x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32
  1151. [ 0.612556] exynos-pm-dvs exynos_pm_dvs: driver probe success!
  1152. [ 0.612960] exynos-seclog seclog: Message buffer address[0xc0000000], Message buffer size[0x10000]
  1153. [ 0.612974] exynos-seclog seclog: Exynos Secure Log driver probe done!
  1154. [ 0.613172] [HDCP2]hdcp_init:613: hdcp2 driver init
  1155. [ 0.614055] 10430000.uart: ttySAC0 at MMIO 0x10430000 (irq = 89, base_baud = 0) is a S3C6400/10
  1156. [ 0.614251] Attribute error_cnt: write permission without 'store'
  1157. [ 0.614273] ------------[ cut here ]------------
  1158. [ 0.614282] WARNING: at ../../../../../../kernel/samsung/universal8895/drivers/base/core.c:609
  1159. [ 0.614292] ---[ end trace 4ed6620a4eb4dee1 ]---
  1160. [ 0.614301] Call trace:
  1161. [ 0.614312] Exception stack(0xffffffc879297910 to 0xffffffc879297a40)
  1162. [ 0.614324] 7900: ffffff8009c4e558 0000008000000000
  1163. [ 0.614336] 7920: 00000000826e7000 ffffff80085c2fdc 0000000060400145 0000000000000000
  1164. [ 0.614348] 7940: ffffff8009abd968 ffffff80092b7568 00000000000003af 0000000009e13d78
  1165. [ 0.614360] 7960: ffffffc879297a10 ffffff800819cb08 ffffff8009aa0000 ffffff800819cad4
  1166. [ 0.614372] 7980: 0000000000000000 ffffffc8777af410 ffffff8009c4a890 ffffff8009c4d000
  1167. [ 0.614383] 79a0: ffffffc877320000 ffffff8009c4a8e0 0000000000000000 0000000000000000
  1168. [ 0.614394] 79c0: ffffffc8773212d0 cb88537fdc8ba66f 0000000000000035 cb88537fdc8ba66f
  1169. [ 0.614406] 79e0: cb88537fdc8ba66f 0000000000000000 0000000000000000 0000000000000005
  1170. [ 0.614417] 7a00: ffffff8009e13f0f 696d726570206574 6977206e6f697373 7f7f7f7f7f7f7f7f
  1171. [ 0.614428] 7a20: fefefefefefeff2f 7f7f7f7f7f7f7f7f 0101010101010101 0000000000000008
  1172. [ 0.614444] [<ffffff80085c2fdc>] device_create_file+0x74/0xa0
  1173. [ 0.614457] [<ffffff800856a394>] s3c24xx_serial_probe+0x9c4/0xa64
  1174. [ 0.614469] [<ffffff80085c8c5c>] platform_drv_probe+0x58/0xa4
  1175. [ 0.614481] [<ffffff80085c72dc>] driver_probe_device+0x114/0x2ac
  1176. [ 0.614492] [<ffffff80085c74d8>] __driver_attach+0x64/0x90
  1177. [ 0.614504] [<ffffff80085c58f0>] bus_for_each_dev+0x80/0xb0
  1178. [ 0.614515] [<ffffff80085c7710>] driver_attach+0x20/0x28
  1179. [ 0.614526] [<ffffff80085c61ac>] bus_add_driver+0xe8/0x1d8
  1180. [ 0.614537] [<ffffff80085c8158>] driver_register+0x94/0xe0
  1181. [ 0.614549] [<ffffff80085c9738>] __platform_driver_register+0x48/0x50
  1182. [ 0.614560] [<ffffff80094c0010>] s3c24xx_serial_modinit+0x4c/0x58
  1183. [ 0.614573] [<ffffff800948cc90>] do_one_initcall+0x184/0x1a0
  1184. [ 0.614585] [<ffffff800948ce60>] kernel_init_freeable+0x1b4/0x27c
  1185. [ 0.614597] [<ffffff8008d10670>] kernel_init+0x10/0x100
  1186. [ 0.614611] [<ffffff800812d3a0>] ret_from_fork+0x10/0x30
  1187. [ 0.615149] 10830000.uart: ttySAC1 at MMIO 0x10830000 (irq = 90, base_baud = 0) is a S3C6400/10
  1188. [ 0.615327] Attribute error_cnt: write permission without 'store'
  1189. [ 0.615345] ------------[ cut here ]------------
  1190. [ 0.615354] WARNING: at ../../../../../../kernel/samsung/universal8895/drivers/base/core.c:609
  1191. [ 0.615364] ---[ end trace 4ed6620a4eb4dee2 ]---
  1192. [ 0.615372] Call trace:
  1193. [ 0.615382] Exception stack(0xffffffc879297910 to 0xffffffc879297a40)
  1194. [ 0.615393] 7900: ffffff8009c4e558 0000008000000000
  1195. [ 0.615404] 7920: 00000000826e7000 ffffff80085c2fdc 0000000060400145 0000000000000000
  1196. [ 0.615416] 7940: ffffff8009abd968 ffffff80092b7568 00000000000003cf 0000000009e13d78
  1197. [ 0.615427] 7960: ffffffc879297a10 ffffff800819cb08 ffffff8009aa0000 ffffff800819cad4
  1198. [ 0.615438] 7980: 0000000000000001 ffffffc8777af810 ffffff8009c4ac48 ffffff8009c4d000
  1199. [ 0.615449] 79a0: ffffffc87730a400 ffffff8009c4ac98 0000000000000001 0000000000000000
  1200. [ 0.615461] 79c0: ffffffc87730b618 cb88537fdc8ba66f 0000000000000035 cb88537fdc8ba66f
  1201. [ 0.615472] 79e0: cb88537fdc8ba66f 0000000000000000 0000000000000000 0000000000000005
  1202. [ 0.615483] 7a00: ffffff8009e13f0f 6f697373696d7265 756f68746977206e 7f7f7f7f7f7f7f7f
  1203. [ 0.615494] 7a20: fefefefffefefeff 7f7f7f7f7f7f7f7f 0101010101010101 0000000000000028
  1204. [ 0.615506] [<ffffff80085c2fdc>] device_create_file+0x74/0xa0
  1205. [ 0.615517] [<ffffff800856a394>] s3c24xx_serial_probe+0x9c4/0xa64
  1206. [ 0.615527] [<ffffff80085c8c5c>] platform_drv_probe+0x58/0xa4
  1207. [ 0.615538] [<ffffff80085c72dc>] driver_probe_device+0x114/0x2ac
  1208. [ 0.615549] [<ffffff80085c74d8>] __driver_attach+0x64/0x90
  1209. [ 0.615560] [<ffffff80085c58f0>] bus_for_each_dev+0x80/0xb0
  1210. [ 0.615571] [<ffffff80085c7710>] driver_attach+0x20/0x28
  1211. [ 0.615581] [<ffffff80085c61ac>] bus_add_driver+0xe8/0x1d8
  1212. [ 0.615592] [<ffffff80085c8158>] driver_register+0x94/0xe0
  1213. [ 0.615602] [<ffffff80085c9738>] __platform_driver_register+0x48/0x50
  1214. [ 0.615613] [<ffffff80094c0010>] s3c24xx_serial_modinit+0x4c/0x58
  1215. [ 0.615624] [<ffffff800948cc90>] do_one_initcall+0x184/0x1a0
  1216. [ 0.615636] [<ffffff800948ce60>] kernel_init_freeable+0x1b4/0x27c
  1217. [ 0.615646] [<ffffff8008d10670>] kernel_init+0x10/0x100
  1218. [ 0.615656] [<ffffff800812d3a0>] ret_from_fork+0x10/0x30
  1219. [ 0.615952] 10960000.uart: ttySAC15 at MMIO 0x10960000 (irq = 91, base_baud = 0) is a S3C6400/10
  1220. [ 0.616131] Attribute error_cnt: write permission without 'store'
  1221. [ 0.616150] ------------[ cut here ]------------
  1222. [ 0.616159] WARNING: at ../../../../../../kernel/samsung/universal8895/drivers/base/core.c:609
  1223. [ 0.616168] ---[ end trace 4ed6620a4eb4dee3 ]---
  1224. [ 0.616176] Call trace:
  1225. [ 0.616186] Exception stack(0xffffffc879297910 to 0xffffffc879297a40)
  1226. [ 0.616197] 7900: ffffff8009c4e558 0000008000000000
  1227. [ 0.616208] 7920: 00000000826e7000 ffffff80085c2fdc 0000000060400145 0000000000000000
  1228. [ 0.616219] 7940: ffffff8009abd968 ffffff80092b7568 00000000000003ef 0000000009e13d78
  1229. [ 0.616230] 7960: ffffffc879297a10 ffffff800819cb08 ffffff8009aa0000 ffffff800819cad4
  1230. [ 0.616241] 7980: 000000000000000f ffffffc8777afc10 ffffff8009c4e058 ffffff8009c4d000
  1231. [ 0.616253] 79a0: ffffffc877332280 ffffff8009c4e0a8 000000000000000f 0000000000000000
  1232. [ 0.616264] 79c0: ffffffc877333960 cb88537fdc8ba66f 0000000000000035 cb88537fdc8ba66f
  1233. [ 0.616275] 79e0: cb88537fdc8ba66f 0000000000000000 0000000000000000 0000000000000005
  1234. [ 0.616286] 7a00: ffffff8009e13f0f 6977206e6f697373 73272074756f6874 7f7f7f7f7f7f7f7f
  1235. [ 0.616297] 7a20: fefeff03fefeff00 7f7f7f7f7f7f7f7f 0101010101010101 0000000000000008
  1236. [ 0.616309] [<ffffff80085c2fdc>] device_create_file+0x74/0xa0
  1237. [ 0.616319] [<ffffff800856a394>] s3c24xx_serial_probe+0x9c4/0xa64
  1238. [ 0.616329] [<ffffff80085c8c5c>] platform_drv_probe+0x58/0xa4
  1239. [ 0.616340] [<ffffff80085c72dc>] driver_probe_device+0x114/0x2ac
  1240. [ 0.616351] [<ffffff80085c74d8>] __driver_attach+0x64/0x90
  1241. [ 0.616362] [<ffffff80085c58f0>] bus_for_each_dev+0x80/0xb0
  1242. [ 0.616372] [<ffffff80085c7710>] driver_attach+0x20/0x28
  1243. [ 0.616383] [<ffffff80085c61ac>] bus_add_driver+0xe8/0x1d8
  1244. [ 0.616394] [<ffffff80085c8158>] driver_register+0x94/0xe0
  1245. [ 0.616404] [<ffffff80085c9738>] __platform_driver_register+0x48/0x50
  1246. [ 0.616415] [<ffffff80094c0010>] s3c24xx_serial_modinit+0x4c/0x58
  1247. [ 0.616426] [<ffffff800948cc90>] do_one_initcall+0x184/0x1a0
  1248. [ 0.616437] [<ffffff800948ce60>] kernel_init_freeable+0x1b4/0x27c
  1249. [ 0.616447] [<ffffff8008d10670>] kernel_init+0x10/0x100
  1250. [ 0.616458] [<ffffff800812d3a0>] ret_from_fork+0x10/0x30
  1251. [ 0.617040] [ExyRNG] passed the start-up test
  1252. [ 0.619074] ExyRNG: hwrng registered
  1253. [ 0.619119] ExyRNG driver, (c) 2014 Samsung Electronics
  1254. [ 0.619339] mali 13900000.mali: Continuing without Mali regulator control
  1255. [ 0.619354] mali 13900000.mali: Continuing without Mali clock control
  1256. [ 0.619438] [G3D] gpu_ess_id_type: failed to get item from dt. Data will be set to 0.
  1257. [ 0.619450] [G3D] ECT table(9) and gpu driver(9)
  1258. [ 0.619463] [G3D] G3D 546000Khz ASV is 656250uV
  1259. [ 0.619472] [G3D] G3D 455000Khz ASV is 631250uV
  1260. [ 0.619481] [G3D] G3D 385000Khz ASV is 631250uV
  1261. [ 0.619490] [G3D] G3D 338000Khz ASV is 625000uV
  1262. [ 0.619499] [G3D] G3D 260000Khz ASV is 625000uV
  1263. [ 0.620624] mali 13900000.mali: GPU identified as 0x0 arch 6.0.10 r0p0 status 1
  1264. [ 0.621489] mali 13900000.mali: Support Secure Rendering with Exynos SoC
  1265. [ 0.622300] mali 13900000.mali: Probed as mali0
  1266. [ 0.622494] vbus_notifier_init
  1267. [ 0.622509] muic_notifier_init
  1268. [ 0.622565] create_coagent_thread:
  1269. [ 0.622679] muic-universal:muic_init
  1270. [ 0.622689] coagent_thread: 1th thread is running...
  1271. [ 0.622700] init_fifo_test: fifo module insert
  1272. [ 0.622711] init_fifo_test: queue size:1024
  1273. [ 0.622717] init_fifo_test: queue_available1: 1024
  1274. [ 0.622726] init_fifo_test: queue len: 2
  1275. [ 0.622735] init_fifo_test: queue_available: 1022
  1276. [ 0.622745] coagent_thread: [ 0 - 1/1023] cmd=5, param=4
  1277. [ 0.622755] coagent_thread: [ 1 - 0/1024] cmd=6, param=5
  1278. [ 0.622763] coagent_thread: The copied item is not one(0)
  1279. [ 0.622943] muic-universal:muic_probe
  1280. [ 0.622956] of_muic_dt: chip_name is max,max77865
  1281. [ 0.622966] of_muic_dt: muic,undefined_range[T]
  1282. [ 0.622979] of_muic_dt: irq-gpio: 6 )
  1283. [ 0.622988] of_muic_dt: No gpio_uart_sel defined.
  1284. [ 0.622997] of_update_supported_list
  1285. [ 0.623121] muic-universal:of_update_supported_list No support list-variant dt node'[-22]
  1286. [ 0.623131] muic_probe: muic irq_gpio = 6
  1287. [ 0.623140] muic_probe: muic i2c client dummy at 0x25
  1288. [ 0.623150] muic_probe: mfd i2c client max77865 at 0x66
  1289. [ 0.623160] muic_probe: fuel i2c client dummy at 0x36
  1290. [ 0.623169] muic_probe: chg i2c client dummy at 0x69
  1291. [ 0.623178] muic_probe: VPS_TYPE=1
  1292. [ 0.623187] muic_probe: gpio_uart_sel is not supported.
  1293. [ 0.623197] muic_init_gpio_cb (43)
  1294. [ 0.623207] muic_init_gpio_cb: usb_path(PDA), uart_path(AP)
  1295. [ 0.623328] muic_notifier_register: listener=0 register
  1296. [ 0.623339] muic_handle_dock_notification: ignore(62)
  1297. [ 0.623348] muic_init_switch_dev_cb: done
  1298. [ 0.623357] muic_notifier_register: listener=8 register
  1299. [ 0.623368] muic_handle_cable_data_notification: afcnak(0) afcerr(0) dcdtmo(0)
  1300. [ 0.623377] switch_sel : 0x002b
  1301. [ 0.623385] Disable rustproof mode
  1302. [ 0.623393] AFC mode enabled
  1303. [ 0.623402] chip_name : max,max77865
  1304. [ 0.623411] [0] : max,max77865
  1305. [ 0.623421] muic_register_regmap: max77865-MUIC registered.
  1306. [ 0.623693] muic_rev_info [ID] vendor=0x5, ver=0xc
  1307. [ 0.623705] muic_init_chip
  1308. [ 0.623714] [01] read.
  1309. [ 0.623880] [02] read.
  1310. [ 0.624051] [03] read.
  1311. [ 0.624219] [04] read.
  1312. [ 0.624389] [15] : 0x00
  1313. [ 0.624499] [1a] : 0x00
  1314. [ 0.624609] [1c] : 0x30
  1315. [ 0.624722] muic-universal:max77865_get_sizeof_regmap
  1316. [ 0.624732] muic_update_regmapdata REG_END:31 size:32
  1317. [ 0.626524] random: nonblocking pool is initialized
  1318. [ 0.628108] muic-hv:hv_initialize
  1319. [ 0.628180] muic-universal:of_muic_hv_dt phv->qc-hv:0x09
  1320. [ 0.628195] muic-universal:of_muic_hv_dt phv->tx_data:0x08
  1321. [ 0.628205] muic-hv:hv_configure_AFC
  1322. [ 0.628236] muic-universal:max77865_muic_set_afc_ready afc_muic_ready[0->0]
  1323. [ 0.628246] muic-hv:max77865_hv_muic_initialize
  1324. [ 0.628424] coagent_update_ctx
  1325. [ 0.628434] max,max77865:muic_irq_init
  1326. [ 0.628559] wake enabled for irq 286
  1327. [ 0.628570] max,max77865:muic_init_detect
  1328. [ 0.628579] max,max77865:max77865_muic_irq_handler irq(-1)
  1329. [ 0.629634] max,max77865:max77865_muic_irq_handler intr[1:0x10, 2:0x0, 3:0x0, 4:0x2]
  1330. [ 0.631398] muic-universal:muic_detect_dev ST[0x00 0x00 0xe0] BCCT[0xc5 0x00] CT[0x00 0x00 0x20 0x30] HVCT[0x00 0x00]
  1331. [ 0.631411] muic-universal:muic_detect_dev uid:03 uidgnd:01 adc:1f vbvolt:00 prchgtyp:00 chgtyp:00 chgdetrun:00
  1332. [ 0.631424] muic-universal:muic_set_legacy_dev: 0->0
  1333. [ 0.631433] muic-universal:com_to_open_with_vbus
  1334. [ 0.632224] -muic_regmap_trace w 80=[00:80+00100019]CONTROL1
  1335. [ 0.632236] max77865_enable_chgdet: Enable
  1336. [ 0.632408] -muic_regmap_trace w c5=[c5:01+00000113]CONTROL1_BC
  1337. [ 0.632417] hv_do_detach:muic-hv
  1338. [ 0.632427] muic-universal:max77865_muic_set_afc_ready afc_muic_ready[0->0]
  1339. [ 0.632437] muic-hv:hv_do_detach cancel_delayed_work, Mping missing wa
  1340. [ 0.632447] muic-universal:muic_handle_detach invalid attached_dev type(62)
  1341. [ 0.632456] muic_notifier_detach_attached_dev: (0)
  1342. [ 0.632466] muic_notifier_detach_attached_dev: attached_dev of muic_notifier(62) != muic_data(0)
  1343. [ 0.632476] muic_notifier_notify: CMD=0, DATA=62
  1344. [ 0.632486] muic_handle_cable_data_notification: afcnak(0) afcerr(0) dcdtmo(0)
  1345. [ 0.632495] muic_handle_dock_notification: ignore(62)
  1346. [ 0.632504] muic_notifier_notify: notify done(0x0)
  1347. [ 0.632513] muic-universal:update_jig_state jig_state : 0
  1348. [ 0.632524] muic_jig_uart_cb: MUIC uart type(0)
  1349. [ 0.632534] hv_update_status:muic-hv mdev 0->0
  1350. [ 0.632548] muic_probe: is_afc_muic_ready=0
  1351. [ 0.632559] muic_is_ccic_supported_jig: mdev:0 Unsupported.
  1352. [ 0.632568] muic_register_ccic_notifier: Registering CCIC_NOTIFY_DEV_MUIC.
  1353. [ 0.632578] max,max77865:max77865_muic_irq_handler irq(286)
  1354. [ 0.632596] init_mdev_desc
  1355. [ 0.632606] usb: [M] manager_notifier_init
  1356. [ 0.632664] vbus_notifier_register: listener=2 register
  1357. [ 0.632677] usb: [M] manager_handle_vbus_notification: cmd=0, vbus_type=LOW, WATER DET=0 ATTACH=DETATCH (0)
  1358. [ 0.632687] ccic_notifier_register: listener=6 register
  1359. [ 0.632696] ccic_notifier_init
  1360. [ 0.632785] usb: [M] manager_handle_ccic_notification: src:INITIAL dest:INITIAL id:ID_INITIAL attach/rid:0
  1361. [ 0.632798] usb: [M] manager_notifier_notify: src:INITIAL dest:INITIAL id:ID_INITIAL sub1:00 sub2:00 sub3:00
  1362. [ 0.632819] usb_notify: register_usblog_proc size=22592
  1363. [ 0.632829] usb: [M] manager_notifier_notify: notify done(0x0)
  1364. [ 0.632838] muic_notifier_register: listener=7 register
  1365. [ 0.632847] usb: [M] manager_handle_muic_notification: attach:0, cable_type:0
  1366. [ 0.632857] usb: [M] manager_handle_muic_notification: Cable(0) Detached
  1367. [ 0.632867] usb: [M] manager_notifier_notify: src:MUIC dest:BATTERY id:ID_ATTACH sub1:00 sub2:00 sub3:00
  1368. [ 0.632877] usb: [M] manager_notifier_notify: notify done(0x0)
  1369. [ 0.632886] manager_notifier_init : result of register = 0!
  1370. [ 0.632895] manager_notifier_init : done!
  1371. [ 0.632903] usb: [M] manager_notifier_init end
  1372. [ 0.632912] usb: [M] manager_notifier_register: listener=21 register
  1373. [ 0.632921] muic_register_ccic_notifier: done.
  1374. [ 0.632930] muic_register_usb_notifier: Registering EXTERNAL_NOTIFY_DEV_MUIC.
  1375. [ 0.632940] usb_notify: usb_external_notify_register: listener=(muic)0 register
  1376. [ 0.632949] usb_notify: create_external_notify
  1377. [ 0.632958] muic_register_usb_notifier: done.
  1378. [ 0.633156] Unable to detect cache hierarchy from DT for CPU 0
  1379. [ 0.633667] max,max77865:max77865_muic_irq_handler intr[1:0x0, 2:0x0, 3:0x0, 4:0x0]
  1380. [ 0.633686] max77865_muic_irq_handler: irq occured. but nothing irq information.
  1381. [ 0.640064] brd: module loaded
  1382. [ 0.644295] loop: module loaded
  1383. [ 0.644725] zram: Added device: zram0
  1384. [ 0.645122] mcu_ipc 15b40000.mcu_ipc: mcu_ipc_probe: mcu_ipc probe start.
  1385. [ 0.645296] mcu_ipc 15b40000.mcu_ipc: irq_affinity_mask = 0x3
  1386. [ 0.645312] mcu_ipc 15b40000.mcu_ipc: mcu_ipc_probe: mcu_ipc probe done.
  1387. [ 0.645759] shm_ipc shmem@F6E00000: shm_probe: shmem driver init
  1388. [ 0.645784] shm_ipc shmem@F6E00000: paddr=4106223616, t_size=150994944, ipc_off=134217728, ipc_size=5242880 cp_size=127926272 vss_size=6291456
  1389. [ 0.645797] shm_ipc shmem@F6E00000: zmb_off=0x139460608, zmb_size=0x00B00000
  1390. [ 0.645809] shm_ipc shmem@F6E00000: acpm_base=0x16500000, acpm_size=0x0000B400
  1391. [ 0.645819] Release cplog reserved memory
  1392. [ 0.650496] mif: modem_probe: 10000.mif_pdata: +++ ()
  1393. [ 0.650706] mif: modem_if_parse_dt_pdata: DT parse complete!
  1394. [ 0.650969] mif: ss310ap_init_modemctl_device: +++
  1395. [ 0.651024] mif: mif_init_irq: name:cp_fail num:195 flags:0x00014000
  1396. [ 0.651065] mif: mif_request_irq: cp_fail(#195) handler registered (flags:0x00014000)
  1397. [ 0.651085] mif: mif_disable_irq: cp_fail(#195) is disabled <ss310ap_init_modemctl_device>
  1398. [ 0.651123] mif: mif_init_irq: name:cp_wdt num:196 flags:0x00014000
  1399. [ 0.651157] mif: mif_request_irq: cp_wdt(#196) handler registered (flags:0x00014000)
  1400. [ 0.651171] mif: mif_disable_irq: cp_wdt(#196) is disabled <ss310ap_init_modemctl_device>
  1401. [ 0.651184] mif: ss310ap_init_modemctl_device: cp_rst_n: Invalied gpio pins
  1402. [ 0.651193] mif: ss310ap_init_modemctl_device: ---
  1403. [ 0.651203] mif: create_modemctl_device: ss355ap is created!!!
  1404. [ 0.651213] mif: shmem_create_link_device: +++
  1405. [ 0.651222] mif: shmem_create_link_device: MODEM:ss355ap LINK:shmem
  1406. [ 0.651248] mif: shmem_create_link_device: shmem<->ss355ap: LINK_ATTR_SBD_IPC
  1407. [ 0.651312] mif: shmem_create_link_device: shmem<->ss355ap: LINK_ATTR_DPRAM_MAGIC
  1408. [ 0.653900] mif: shmem_create_link_device: boot_base=0000000000000000, boot_size=134217728
  1409. [ 0.654016] mif: shmem_create_link_device: ipc_base=0000000000000000, ipc_size=5242880
  1410. [ 0.654147] mif: shmem_create_link_device: vss_base=0000000000000000
  1411. [ 0.654162] mif: shmem_create_link_device: acpm_base=0000000000000000 acpm_size:0xB400
  1412. [ 0.654172] mif: shmem_create_link_device: zmb_base=0000000000000000 zmb_size:0xB00000
  1413. [ 0.654191] mif: shmem_create_link_device: Parsing MIF table...
  1414. [ 0.654205] mif: exynos_devfreq_parse_ect: MIF_LEV[12] : 2093000
  1415. [ 0.654214] mif: exynos_devfreq_parse_ect: MIF_LEV[11] : 2002000
  1416. [ 0.654224] mif: exynos_devfreq_parse_ect: MIF_LEV[10] : 1794000
  1417. [ 0.654233] mif: exynos_devfreq_parse_ect: MIF_LEV[9] : 1540000
  1418. [ 0.654242] mif: exynos_devfreq_parse_ect: MIF_LEV[8] : 1352000
  1419. [ 0.654251] mif: exynos_devfreq_parse_ect: MIF_LEV[7] : 1014000
  1420. [ 0.654260] mif: exynos_devfreq_parse_ect: MIF_LEV[6] : 845000
  1421. [ 0.654269] mif: exynos_devfreq_parse_ect: MIF_LEV[5] : 676000
  1422. [ 0.654278] mif: exynos_devfreq_parse_ect: MIF_LEV[4] : 546000
  1423. [ 0.654287] mif: exynos_devfreq_parse_ect: MIF_LEV[3] : 421000
  1424. [ 0.654296] mif: exynos_devfreq_parse_ect: MIF_LEV[2] : 286000
  1425. [ 0.654306] mif: exynos_devfreq_parse_ect: MIF_LEV[1] : 208000
  1426. [ 0.654314] mif: shmem_create_link_device: Parsing CL0 table...
  1427. [ 0.654324] mif: exynos_devfreq_parse_ect: CL0_LEV[18] : 2808000
  1428. [ 0.654333] mif: exynos_devfreq_parse_ect: CL0_LEV[17] : 2704000
  1429. [ 0.654343] mif: exynos_devfreq_parse_ect: CL0_LEV[16] : 2652000
  1430. [ 0.654352] mif: exynos_devfreq_parse_ect: CL0_LEV[15] : 2574000
  1431. [ 0.654361] mif: exynos_devfreq_parse_ect: CL0_LEV[14] : 2496000
  1432. [ 0.654369] mif: exynos_devfreq_parse_ect: CL0_LEV[13] : 2314000
  1433. [ 0.654378] mif: exynos_devfreq_parse_ect: CL0_LEV[12] : 2158000
  1434. [ 0.654387] mif: exynos_devfreq_parse_ect: CL0_LEV[11] : 2002000
  1435. [ 0.654396] mif: exynos_devfreq_parse_ect: CL0_LEV[10] : 1937000
  1436. [ 0.654405] mif: exynos_devfreq_parse_ect: CL0_LEV[9] : 1807000
  1437. [ 0.654414] mif: exynos_devfreq_parse_ect: CL0_LEV[8] : 1703000
  1438. [ 0.654423] mif: exynos_devfreq_parse_ect: CL0_LEV[7] : 1469000
  1439. [ 0.654432] mif: exynos_devfreq_parse_ect: CL0_LEV[6] : 1261000
  1440. [ 0.654441] mif: exynos_devfreq_parse_ect: CL0_LEV[5] : 1170000
  1441. [ 0.654449] mif: exynos_devfreq_parse_ect: CL0_LEV[4] : 1066000
  1442. [ 0.654458] mif: exynos_devfreq_parse_ect: CL0_LEV[3] : 962000
  1443. [ 0.654467] mif: exynos_devfreq_parse_ect: CL0_LEV[2] : 858000
  1444. [ 0.654476] mif: exynos_devfreq_parse_ect: CL0_LEV[1] : 741000
  1445. [ 0.654485] mif: shmem_create_link_device: Parsing CL1 table...
  1446. [ 0.654495] mif: exynos_devfreq_parse_ect: CL1_LEV[12] : 2002000
  1447. [ 0.654504] mif: exynos_devfreq_parse_ect: CL1_LEV[11] : 1898000
  1448. [ 0.654513] mif: exynos_devfreq_parse_ect: CL1_LEV[10] : 1794000
  1449. [ 0.654522] mif: exynos_devfreq_parse_ect: CL1_LEV[9] : 1690000
  1450. [ 0.654531] mif: exynos_devfreq_parse_ect: CL1_LEV[8] : 1456000
  1451. [ 0.654539] mif: exynos_devfreq_parse_ect: CL1_LEV[7] : 1248000
  1452. [ 0.654548] mif: exynos_devfreq_parse_ect: CL1_LEV[6] : 1053000
  1453. [ 0.654557] mif: exynos_devfreq_parse_ect: CL1_LEV[5] : 949000
  1454. [ 0.654566] mif: exynos_devfreq_parse_ect: CL1_LEV[4] : 832000
  1455. [ 0.654575] mif: exynos_devfreq_parse_ect: CL1_LEV[3] : 715000
  1456. [ 0.654583] mif: exynos_devfreq_parse_ect: CL1_LEV[2] : 598000
  1457. [ 0.654592] mif: exynos_devfreq_parse_ect: CL1_LEV[1] : 455000
  1458. [ 0.654601] mif: shmem_create_link_device: Parsing INT table...
  1459. [ 0.654611] mif: exynos_devfreq_parse_ect: INT_LEV[7] : 667000
  1460. [ 0.654620] mif: exynos_devfreq_parse_ect: INT_LEV[6] : 533000
  1461. [ 0.654629] mif: exynos_devfreq_parse_ect: INT_LEV[5] : 400000
  1462. [ 0.654638] mif: exynos_devfreq_parse_ect: INT_LEV[4] : 333000
  1463. [ 0.654647] mif: exynos_devfreq_parse_ect: INT_LEV[3] : 267000
  1464. [ 0.654655] mif: exynos_devfreq_parse_ect: INT_LEV[2] : 178000
  1465. [ 0.654664] mif: exynos_devfreq_parse_ect: INT_LEV[1] : 107000
  1466. [ 0.654673] mif: shmem_create_link_device: packet log device create fail
  1467. [ 0.654684] clean_vss_magic_code: set vss magic code as 0
  1468. [ 0.654725] mif: shmem_create_link_device: MIF buffer offset:500000 size:900000
  1469. [ 0.654736] mif: init_mif_buff_mng: Init mif_buffer management - buffer:0000000000000000, size:11534336, cell_size:2560
  1470. [ 0.654750] mif: init_mif_buff_mng: cell_count:4505, map_size:71, map_size_byte:284 buff_map:0000000000000000
  1471. [ 0.654759] mif: shmem_create_link_device: ---
  1472. [ 0.654769] mif: modem_probe: ss355ap: shmem link created
  1473. [ 0.654950] mif: create_io_device: umts_ipc0 created
  1474. [ 0.655076] mif: create_io_device: umts_ipc1 created
  1475. [ 0.655166] mif: create_io_device: umts_rfs0 created
  1476. [ 0.655351] mif: create_io_device: umts_csd created
  1477. [ 0.655495] mif: create_io_device: umts_router created
  1478. [ 0.655983] mif: sipc5_init_io_device: iod:umts_dm0, both registerd
  1479. [ 0.655995] mif: create_io_device: umts_dm0 created
  1480. [ 0.656300] mif: create_io_device: rmnet0 created
  1481. [ 0.656588] mif: create_io_device: rmnet1 created
  1482. [ 0.656874] mif: create_io_device: rmnet2 created
  1483. [ 0.657157] mif: create_io_device: rmnet3 created
  1484. [ 0.657441] mif: create_io_device: rmnet4 created
  1485. [ 0.657717] mif: create_io_device: rmnet5 created
  1486. [ 0.657992] mif: create_io_device: rmnet6 created
  1487. [ 0.658263] mif: create_io_device: rmnet7 created
  1488. [ 0.658373] mif: create_io_device: multipdp_hiprio created
  1489. [ 0.658473] mif: create_io_device: multipdp created
  1490. [ 0.658484] mif: create_io_device: BOOT device = umts_boot0
  1491. [ 0.658573] mif: create_io_device: umts_boot0 created
  1492. [ 0.658665] mif: create_io_device: umts_ramdump0 created
  1493. [ 0.658686] mif: mif_init_argos_notifier: ++
  1494. [ 0.658704] sec_argos_register_notifier: mif_argos_notifier_ipc(dev_num:0)
  1495. [ 0.658717] sec_argos_register_notifier: mif_argos_notifier_clat(dev_num:3)
  1496. [ 0.658740] mif: mif_init_argos_notifier: --
  1497. [ 0.658749] mif: modem_probe: 10000.mif_pdata: ---
  1498. [ 0.659130] exynos-ima 13780000.ima: pool size 512 KiB@0x0x0000000013780000 for CPU, 0x0x000000001c000000 for DMA
  1499. [ 0.659173] exynos-ima 13780000.ima: probed successfully
  1500. [ 0.659513] dmverity_odin_flag_read_init:: Registering /proc/dmverity_odin_flag Interface
  1501. [ 0.683673] s2m_enable: LDO33 enable (0x5e)
  1502. [ 0.695807] madera spi3.0: CS47L93 silicon revision 1
  1503. [ 0.697548] madera spi3.0: Entering sleep mode
  1504. [ 0.697565] s2m_disable_regmap: LDO33 disable (0x5e)
  1505. [ 0.719668] madera spi3.0: Leaving sleep mode
  1506. [ 0.719758] s2m_enable: LDO33 enable (0x5e)
  1507. [ 0.737097] MICVDD: 3000 mV
  1508. [ 0.737500] Adding alias for supply MICVDD,(null) -> MICVDD,spi3.0
  1509. [ 0.737514] Adding alias for supply CPVDD1,(null) -> CPVDD1,spi3.0
  1510. [ 0.737524] Adding alias for supply CPVDD2,(null) -> CPVDD2,spi3.0
  1511. [ 0.737893] sec-nfc: probe start
  1512. [ 0.737929] sec-nfc: parse_dt() clk_req : 29
  1513. [ 0.737943] sec-nfc: parse_dt() irq : 16, ven : 43, firm : 185
  1514. [ 0.738405] sec-nfc: probe() success
  1515. [ 0.738418] sec-nfc: probe() start
  1516. [ 0.738668] sec-nfc: regulator onoff = 1
  1517. [ 0.739913] sec-nfc: probe() success
  1518. [ 0.740013] [ESE-P3] : Entry : spip3_dev_init
  1519. [ 0.740238] [ESE-P3] : spip3_probe chip select : 0 , bus number = 8
  1520. [ 0.740275] p3_parse_dt success vdd:VDD_1.8V_ESE
  1521. [ 0.740362] p3_regulator_onoff VDD_1.8V_ESE
  1522. [ 0.740374] [ESE-P3] : p3_regulator_onoff - onoff = 1
  1523. [ 0.740459] s2m_enable: LDO36 enable (0x61)
  1524. [ 0.763874] p3_regulator_onoff VDD_1.8V_ESE
  1525. [ 0.763885] [ESE-P3] : p3_regulator_onoff - onoff = 0
  1526. [ 0.763896] s2m_disable_regmap: LDO36 disable (0x61)
  1527. [ 0.764055] [ESE-P3] : spip3_probe finished...
  1528. [ 0.764737] exynos-ufs 11120000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
  1529. [ 0.764778] exynos-ufs 11120000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
  1530. [ 0.764791] exynos-ufs 11120000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
  1531. [ 0.764804] exynos-ufs 11120000.ufs: UFS power management: set default level2 index 0
  1532. [ 0.764816] exynos-ufs 11120000.ufs: UFS power management: set default level5 index 1
  1533. [ 0.765361] scsi host0: ufshcd
  1534. [ 0.766663] tun: Universal TUN/TAP device driver, 1.6
  1535. [ 0.766676] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  1536. [ 0.766822] PPP generic driver version 2.4.2
  1537. [ 0.766951] PPP BSD Compression module registered
  1538. [ 0.766966] PPP Deflate Compression module registered
  1539. [ 0.766992] PPP MPPE Compression module registered
  1540. [ 0.767007] NET: Registered protocol family 24
  1541. [ 0.767065] usbcore: registered new interface driver rtl8150
  1542. [ 0.767104] usbcore: registered new interface driver r8152
  1543. [ 0.767140] usbcore: registered new interface driver asix
  1544. [ 0.767176] usbcore: registered new interface driver ax88179_178a
  1545. [ 0.767212] usbcore: registered new interface driver cdc_ether
  1546. [ 0.767251] usbcore: registered new interface driver cdc_eem
  1547. [ 0.767288] usbcore: registered new interface driver smsc75xx
  1548. [ 0.767323] usbcore: registered new interface driver smsc95xx
  1549. [ 0.767364] usbcore: registered new interface driver net1080
  1550. [ 0.767399] usbcore: registered new interface driver cdc_subset
  1551. [ 0.767435] usbcore: registered new interface driver zaurus
  1552. [ 0.767489] usbcore: registered new interface driver cdc_ncm
  1553. [ 0.767525] usbcore: registered new interface driver cdc_mbim
  1554. [ 0.768049] exynos-dwc3 10c00000.usb: dwc3_exynos_probe: +
  1555. [ 0.768478] 10c00000.usb supply vdd33 not found, using dummy regulator
  1556. [ 0.768584] 10c00000.usb supply vdd10 not found, using dummy regulator
  1557. [ 0.769030] dwc3_probe: +++
  1558. [ 0.769084] dwc3 10c00000.dwc3: dwc3_probe: dr_mode:3, suspend clock:66MHz
  1559. [ 0.769413] phy_exynos_usbdrd 10e00000.phy: Request to power_on usbdrd_phy phy
  1560. [ 0.769434] phy_exynos_usbdrd 10e00000.phy: Request to power_on usbdrd_phy phy
  1561. [ 0.769446] usb: [M] manager_notifier_register: listener=25 register
  1562. [ 0.769462] phy_exynos_usbdrd 10e00000.phy: exynos_usbdrd_pipe3_init: phy port[1]
  1563. [ 0.769477] phy_exynos_usbdrd 10e00000.phy: exynos_usbdrd_change_refclk: set for USBPHY refclk change [1080000]
  1564. [ 0.778378] dwc3 10c00000.dwc3: dwc3_core_init: max speed:5, hibernation:0, nr_scratch:0
  1565. [ 0.778395] dwc3 10c00000.dwc3: Event buf ffffff800aa96000 dma 8fee03000 length 4096
  1566. [ 0.778410] dwc3 10c00000.dwc3: Event buf reg read 0x00000008 fee03000
  1567. [ 0.778483] 10c00000.usb supply dwc3-vbus not found, using dummy regulator
  1568. [ 0.778537] usb: [M] manager_notifier_unregister: listener=25 unregister
  1569. [ 0.778555] phy_exynos_usbdrd 10e00000.phy: Request to power_off usbdrd_phy phy
  1570. [ 0.778565] phy_exynos_usbdrd 10e00000.phy: Request to power_off usbdrd_phy phy
  1571. [ 0.780799] dwc3 10c00000.dwc3: Binding gadget dwc3-gadget
  1572. [ 0.780831] OTG SM: (null) => b_idle
  1573. [ 0.780841] OTG SM: b_idle => (no change)
  1574. [ 0.780886] dwc3_probe: ---
  1575. [ 0.780913] exynos-dwc3 10c00000.usb: dwc3_exynos_runtime_suspend
  1576. [ 0.780950] exynos-dwc3 10c00000.usb: dwc3_exynos_probe: -
  1577. [ 0.781476] usbcore: registered new interface driver cdc_acm
  1578. [ 0.781487] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  1579. [ 0.781525] usbcore: registered new interface driver usblp
  1580. [ 0.781560] usbcore: registered new interface driver cdc_wdm
  1581. [ 0.781597] usbcore: registered new interface driver usb-storage
  1582. [ 0.781668] usbcore: registered new interface driver usbserial
  1583. [ 0.781707] usbcore: registered new interface driver ftdi_sio
  1584. [ 0.781743] usbserial: USB Serial support registered for FTDI USB Serial Device
  1585. [ 0.781778] usbcore: registered new interface driver pl2303
  1586. [ 0.781809] usbserial: USB Serial support registered for pl2303
  1587. [ 0.782131] usb_notify: external_notifier_init
  1588. [ 0.782386] mousedev: PS/2 mouse device common for all mice
  1589. [ 0.782481] usbcore: registered new interface driver xpad
  1590. [ 0.782520] usbcore: registered new interface driver usb_acecad
  1591. [ 0.782559] usbcore: registered new interface driver aiptek
  1592. [ 0.782594] usbcore: registered new interface driver gtco
  1593. [ 0.782631] usbcore: registered new interface driver hanwang
  1594. [ 0.782669] usbcore: registered new interface driver kbtab
  1595. [ 0.782788] [sec_input] sec_ts_init
  1596. [ 0.782892] sec_ts 5-0048: [sec_input] sec_ts_probe
  1597. [ 0.782912] sec_ts 5-0048: [sec_input] sec_ts_parse_dt: Failed to get tsp-icid gpio
  1598. [ 0.782959] sec_ts 5-0048: [sec_input] sec_ts_parse_dt: Failed to get tsp-id gpio
  1599. [ 0.782981] sec_ts 5-0048: [sec_input] sec_ts_parse_dt: lcd is connected
  1600. [ 0.782996] sec_ts 5-0048: [sec_input] sec_ts_parse_dt: lcdtype 0x00D14015
  1601. [ 0.783023] sec_ts 5-0048: [sec_input] sec_ts_parse_dt: i2c buffer limit: 256, lcd_id:D14015, bringup:0, FW:tsp_sec/y761_dream1.fw(2), id:-2,-2, pat_function:2 mis_cal:1 dex:1, gesture:0 pressure:Y
  1602. [ 0.783090] sec_ts 5-0048: [sec_input] sec_ts_probe: init resource
  1603. [ 0.783106] sec_ts 5-0048: [sec_input] sec_ts_pinctrl_configure: ACTIVE
  1604. [ 0.784625] sec_ts 5-0048: [sec_input] sec_ts_power: on: avdd:on, dvdd:on
  1605. [ 0.785242] sec_ts 5-0048: [sec_input] sec_ts_wait_for_ready: 09, 00, 10, 00, 00, 00, 00, 00 [0]
  1606. [ 0.785261] sec_ts 5-0048: [sec_input] sec_ts_probe: power enable
  1607. [ 0.785545] sec_ts 5-0048: [sec_input] sec_ts_probe: TOUCH DEVICE ID : 53, 45, 37, 61, 00
  1608. [ 0.793093] exynos-ufs 11120000.ufs: UFS link established
  1609. [ 0.799684] sec_ts 5-0048: [sec_input] sec_ts_probe: TOUCH STATUS : 20 || 00, 03, 00, 00
  1610. [ 0.799948] sec_ts 5-0048: [sec_input] sec_ts_read_calibration_report: count:9, pass count:9, fail count:0, status:0xA2
  1611. [ 0.799968] sec_ts 5-0048: [sec_input] sec_ts_firmware_update_on_probe: initial firmware update tsp_sec/y761_dream1.fw, cal:A2
  1612. [ 0.799986] sec_ts 5-0048: [sec_input] sec_ts_firmware_update_on_probe: request firmware done! size = 160856
  1613. [ 0.800003] sec_ts 5-0048: [sec_input] sec_ts_save_version_of_bin: img_ver of bin = 10.17.1.37
  1614. [ 0.800018] sec_ts 5-0048: [sec_input] sec_ts_save_version_of_bin: core_ver of bin = 10.17.2.0
  1615. [ 0.800033] sec_ts 5-0048: [sec_input] sec_ts_save_version_of_bin: config_ver of bin = 10.17.1.28
  1616. [ 0.800453] sec_ts 5-0048: [sec_input] sec_ts_save_version_of_ic: IC Image version info : 10.17.1.38
  1617. [ 0.800710] sec_ts 5-0048: [sec_input] sec_ts_save_version_of_ic: IC Core version info : 10.17.2.0,
  1618. [ 0.800967] sec_ts 5-0048: [sec_input] sec_ts_save_version_of_ic: IC config version info : 10.17.1.28
  1619. [ 0.800983] sec_ts 5-0048: [sec_input] sec_ts_firmware_update_on_probe: skip - fw update & nv read
  1620. [ 0.801214] sec_ts 5-0048: [sec_input] sec_ts_read_information: AC, 37, 61
  1621. [ 0.801655] sec_ts 5-0048: [sec_input] sec_ts_read_information: nTX:10, nRX:21, rY:4096, rX:4096
  1622. [ 0.801834] sec_ts 5-0048: [sec_input] sec_ts_read_information: STATUS : 20
  1623. [ 0.802092] sec_ts 5-0048: [sec_input] sec_ts_read_information: TOUCH STATUS : 00, 03, 00, 00
  1624. [ 0.802295] sec_ts 5-0048: [sec_input] sec_ts_read_information: Functions : 61
  1625. [ 0.802659] input: sec_touchscreen as /devices/platform/108e0000.hsi2c/i2c-5/5-0048/input/input0
  1626. [ 0.802675] sec_ts 5-0048: [sec_input] sec_ts_input_open
  1627. [ 0.802689] sec_ts 5-0048: [sec_input] sec_ts_start_device
  1628. [ 0.802702] sec_ts 5-0048: [sec_input] sec_ts_pinctrl_configure: ACTIVE
  1629. [ 0.802717] sec_ts 5-0048: [sec_input] sec_ts_start_device: already power on
  1630. [ 0.802731] sec_ts 5-0048: [sec_input] sec_ts_input_open: Failed to start device
  1631. [ 0.802747] sec_ts 5-0048: [sec_input] sec_ts_set_grip_type: re-init grip(0), edh:0, edg:0, lan:0
  1632. [ 0.803080] input: sec_touchpad as /devices/platform/108e0000.hsi2c/i2c-5/5-0048/input/input1
  1633. [ 0.803282] sec_ts 5-0048: [sec_input] sec_ts_probe: request_irq = 292
  1634. [ 0.803407] trustedui_set_tsp_irq called![292]
  1635. [ 0.803422] sec_ts 5-0048: [sec_input] sec_ts_probe[292] called!
  1636. [ 0.803802] sec_ts 5-0048: [sec_input] sec_ts_read_event: STATUS 1d 61 2 2 3 0 0 0
  1637. [ 0.804210] sec_ts 5-0048: [sec_input] sec_ts_check_custom_library: (2) G950, || 00, 04, 00, 21, || 10, 00
  1638. [ 0.804234] sec_ts 5-0048: [sec_input] sec_ts_check_custom_library: use SPONGE
  1639. [ 0.804251] sec_ts 5-0048: [sec_input] sec_ts_set_custom_library: Sponge (0x40)
  1640. [ 0.804504] sec_ts 5-0048: [sec_input] sec_ts_probe: done
  1641. [ 0.806585] s2mps17-rtc s2mps17-rtc: s2m_rtc_enable_wtsr_smpl: WTSR: enable, SMPL: enable
  1642. [ 0.809393] s2mps17-rtc s2mps17-rtc: s2m_rtc_read_time: 2023-12-06 22:16:27(0x08)PM
  1643. [ 0.810748] s2mps17-rtc s2mps17-rtc: s2m_rtc_read_alarm: 2023-12-06 10:42:33(3)
  1644. [ 0.812183] s2mps17-rtc s2mps17-rtc: s2m_rtc_read_time: 2023-12-06 22:16:27(0x08)PM
  1645. [ 0.812321] s2mps17-rtc s2mps17-rtc: rtc core: registered s2mp-rtc as rtc0
  1646. [ 0.812788] i2c /dev entries driver
  1647. [ 0.815089] exynos-g2d 13a30000.fimg2d: registered as m2m1shot2 device
  1648. [ 0.815131] exynos-g2d 13a30000.fimg2d: G2D version : 0x60000000
  1649. [ 0.815312] exynos-g2d 13a30000.fimg2d: Fault handler is registered for 13a60000.sysmmu
  1650. [ 0.815326] exynos-g2d 13a30000.fimg2d: Fault handler is registered for 13a70000.sysmmu
  1651. [ 0.815345] exynos-g2d 13a30000.fimg2d: Skia QoS Table[0] c1 : 0 c0 : 0 mif :1014000
  1652. [ 0.815356] exynos-g2d 13a30000.fimg2d: Skia QoS Table[1] c1 : 0 c0 : 0 mif :1014000
  1653. [ 0.815368] exynos-g2d 13a30000.fimg2d: Skia QoS Table[2] c1 : 0 c0 : 0 mif :845000
  1654. [ 0.815379] exynos-g2d 13a30000.fimg2d: Skia QoS Table[3] c1 : 0 c0 : 0 mif :845000
  1655. [ 0.815390] exynos-g2d 13a30000.fimg2d: Skia QoS Table[4] c1 : 0 c0 : 0 mif :676000
  1656. [ 0.815401] exynos-g2d 13a30000.fimg2d: Skia QoS Table[5] c1 : 0 c0 : 0 mif :0
  1657. [ 0.815429] exynos-g2d 13a30000.fimg2d: G2D with m2m1shot2 is probed successfully.
  1658. [ 0.815902] exynos5-scaler 13b10000.scaler: 'gate2' clock is not present
  1659. [ 0.815916] exynos5-scaler 13b10000.scaler: 'mux_user' clock is not present
  1660. [ 0.816444] exynos5-scaler 13b10000.scaler: Fault handler is registered for 13b50000.sysmmu
  1661. [ 0.816464] exynos5-scaler 13b10000.scaler: Driver probed successfully(version: 0100000f(40001))
  1662. [ 0.816508] exynos-ufs 11120000.ufs: UFS device initialized
  1663. [ 0.817083] s5p-mfc 13ce0000.mfc0: decoder registered as /dev/video6
  1664. [ 0.817205] s5p-mfc 13ce0000.mfc0: encoder registered as /dev/video7
  1665. [ 0.817324] s5p-mfc 13ce0000.mfc0: secure decoder registered as /dev/video8
  1666. [ 0.817438] s5p-mfc 13ce0000.mfc0: secure encoder registered as /dev/video9
  1667. [ 0.817675] s5p_mfc_probe:1273: QoS table[0] int : 107000, mif : 286000
  1668. [ 0.817688] s5p_mfc_probe:1273: QoS table[1] int : 267000, mif : 421000
  1669. [ 0.817699] s5p_mfc_probe:1273: QoS table[2] int : 400000, mif : 845000
  1670. [ 0.817709] s5p_mfc_probe:1273: QoS table[3] int : 400000, mif : 1352000
  1671. [ 0.817720] s5p_mfc_probe:1273: QoS table[4] int : 533000, mif : 1794000
  1672. [ 0.817730] s5p_mfc_probe:1273: QoS table[5] int : 533000, mif : 1014000
  1673. [ 0.817739] s5p_mfc_probe:1273: QoS table[6] int : 533000, mif : 1794000
  1674. [ 0.817749] s5p_mfc_probe:1273: QoS table[7] int : 533000, mif : 1794000
  1675. [ 0.817762] s5p-mfc 13ce0000.mfc0: Fault handler is registered for 13c80000.sysmmu
  1676. [ 0.817775] s5p-mfc 13ce0000.mfc0: Fault handler is registered for 13ca0000.sysmmu
  1677. [ 0.818335] exynos-jpeg 13b00000.smfc: device ID is not declared: unique device
  1678. [ 0.818609] exynos-jpeg 13b00000.smfc: Fault handler is registered for 13b50000.sysmmu
  1679. [ 0.818639] exynos-jpeg 13b00000.smfc: Probed H/W Version: 15.01.2015
  1680. [ 0.819160] [@]fimc_is_probe:start(1359528, 13544)
  1681. [ 0.819374] ufs_get_device_info: vendor_desc[4]=0x1. setting UFS journal tag support to 1.
  1682. [ 0.819609] parse_gate_info: can't find fimc_is clk_gate_ctrl node
  1683. [ 0.819622] [@][ERR]fimc_is_parse_dt:252:can't parse clock gate info node
  1684. [ 0.819633] [@]FIMC-IS chain configuration: 0
  1685. [ 0.819647] [@]skip_cal_loading not use(0)
  1686. [ 0.819657] [@]f_rom_power not use(0)
  1687. [ 0.819674] dual_open: no property in the node.
  1688. [ 0.819689] dual_open: no property in the node.
  1689. [ 0.819699] isp: no property in the node.
  1690. [ 0.819708] cal_memory: no property in the node.
  1691. [ 0.819717] read_version: no property in the node.
  1692. [ 0.819726] core_voltage: no property in the node.
  1693. [ 0.819735] upgrade: no property in the node.
  1694. [ 0.819743] fw_write: no property in the node.
  1695. [ 0.819752] fw_dump: no property in the node.
  1696. [ 0.819760] companion: no property in the node.
  1697. [ 0.819769] ois: no property in the node.
  1698. [ 0.819778] dual_open: no property in the node.
  1699. [ 0.819792] dual_open: no property in the node.
  1700. [ 0.819805] [@]dvfs table[0] is dvfs table v0.0 for 12M/8M
  1701. [ 0.820260] dual_video_fhd_int_cam: no property in the node.
  1702. [ 0.820275] dual_video_fhd_int: no property in the node.
  1703. [ 0.820289] dual_video_fhd_cam: no property in the node.
  1704. [ 0.820303] dual_video_fhd_mif: no property in the node.
  1705. [ 0.820317] dual_video_fhd_i2c: no property in the node.
  1706. [ 0.820332] dual_video_fhd_hpg: no property in the node.
  1707. [ 0.820346] dual_video_capture_fhd_int_cam: no property in the node.
  1708. [ 0.820360] dual_video_capture_fhd_int: no property in the node.
  1709. [ 0.820374] dual_video_capture_fhd_cam: no property in the node.
  1710. [ 0.820387] dual_video_capture_fhd_mif: no property in the node.
  1711. [ 0.820401] dual_video_capture_fhd_i2c: no property in the node.
  1712. [ 0.820416] dual_video_capture_fhd_hpg: no property in the node.
  1713. [ 0.820430] dual_video_uhd_int_cam: no property in the node.
  1714. [ 0.820443] dual_video_uhd_int: no property in the node.
  1715. [ 0.820457] dual_video_uhd_cam: no property in the node.
  1716. [ 0.820471] dual_video_uhd_mif: no property in the node.
  1717. [ 0.820484] dual_video_uhd_i2c: no property in the node.
  1718. [ 0.820498] dual_video_uhd_hpg: no property in the node.
  1719. [ 0.820512] dual_video_uhd_capture_int_cam: no property in the node.
  1720. [ 0.820526] dual_video_uhd_capture_int: no property in the node.
  1721. [ 0.820540] dual_video_uhd_capture_cam: no property in the node.
  1722. [ 0.820554] dual_video_uhd_capture_mif: no property in the node.
  1723. [ 0.820569] dual_video_uhd_capture_i2c: no property in the node.
  1724. [ 0.820584] dual_video_uhd_capture_hpg: no property in the node.
  1725. [ 0.820598] dual_video_uhd_swvdis_int_cam: no property in the node.
  1726. [ 0.820612] dual_video_uhd_swvdis_int: no property in the node.
  1727. [ 0.820626] dual_video_uhd_swvdis_cam: no property in the node.
  1728. [ 0.820639] dual_video_uhd_swvdis_mif: no property in the node.
  1729. [ 0.820653] dual_video_uhd_swvdis_i2c: no property in the node.
  1730. [ 0.820666] exynos-ufs 11120000.ufs: ufshcd_enable_ee: ee_ctrl_mask=0x2, mask=0x4. val=0x6.
  1731. [ 0.820673] dual_video_uhd_swvdis_hpg: no property in the node.
  1732. [ 0.820685] dual_video_uhd_capture_swvdis_int_cam: no property in the node.
  1733. [ 0.820696] dual_video_uhd_capture_swvdis_int: no property in the node.
  1734. [ 0.820711] dual_video_uhd_capture_swvdis_cam: no property in the node.
  1735. [ 0.820724] dual_video_uhd_capture_swvdis_mif: no property in the node.
  1736. [ 0.820738] dual_video_uhd_capture_swvdis_i2c: no property in the node.
  1737. [ 0.820752] dual_video_uhd_capture_swvdis_hpg: no property in the node.
  1738. [ 0.820766] dual_sync_preview_int_cam: no property in the node.
  1739. [ 0.820779] dual_sync_preview_int: no property in the node.
  1740. [ 0.820793] dual_sync_preview_cam: no property in the node.
  1741. [ 0.820808] dual_sync_preview_mif: no property in the node.
  1742. [ 0.820821] dual_sync_preview_i2c: no property in the node.
  1743. [ 0.820835] dual_sync_preview_hpg: no property in the node.
  1744. [ 0.820849] dual_sync_capture_int_cam: no property in the node.
  1745. [ 0.820863] dual_sync_capture_int: no property in the node.
  1746. [ 0.820876] dual_sync_capture_cam: no property in the node.
  1747. [ 0.820890] dual_sync_capture_mif: no property in the node.
  1748. [ 0.820904] dual_sync_capture_i2c: no property in the node.
  1749. [ 0.820917] dual_sync_capture_hpg: no property in the node.
  1750. [ 0.820931] dual_sync_video_fhd_int_cam: no property in the node.
  1751. [ 0.820945] dual_sync_video_fhd_int: no property in the node.
  1752. [ 0.820959] dual_sync_video_fhd_cam: no property in the node.
  1753. [ 0.820972] dual_sync_video_fhd_mif: no property in the node.
  1754. [ 0.820986] dual_sync_video_fhd_i2c: no property in the node.
  1755. [ 0.821000] dual_sync_video_fhd_hpg: no property in the node.
  1756. [ 0.821013] dual_sync_video_capture_fhd_int_cam: no property in the node.
  1757. [ 0.821027] dual_sync_video_capture_fhd_int: no property in the node.
  1758. [ 0.821041] dual_sync_video_capture_fhd_cam: no property in the node.
  1759. [ 0.821055] dual_sync_video_capture_fhd_mif: no property in the node.
  1760. [ 0.821069] dual_sync_video_capture_fhd_i2c: no property in the node.
  1761. [ 0.821083] dual_sync_video_capture_fhd_hpg: no property in the node.
  1762. [ 0.821096] dual_sync_video_uhd_int_cam: no property in the node.
  1763. [ 0.821110] dual_sync_video_uhd_int: no property in the node.
  1764. [ 0.821124] dual_sync_video_uhd_cam: no property in the node.
  1765. [ 0.821137] dual_sync_video_uhd_mif: no property in the node.
  1766. [ 0.821150] dual_sync_video_uhd_i2c: no property in the node.
  1767. [ 0.821164] dual_sync_video_uhd_hpg: no property in the node.
  1768. [ 0.821178] dual_sync_video_uhd_capture_int_cam: no property in the node.
  1769. [ 0.821191] dual_sync_video_uhd_capture_int: no property in the node.
  1770. [ 0.821205] dual_sync_video_uhd_capture_cam: no property in the node.
  1771. [ 0.821219] dual_sync_video_uhd_capture_mif: no property in the node.
  1772. [ 0.821232] dual_sync_video_uhd_capture_i2c: no property in the node.
  1773. [ 0.821246] dual_sync_video_uhd_capture_hpg: no property in the node.
  1774. [ 0.821260] dual_sync_video_uhd_swvdis_int_cam: no property in the node.
  1775. [ 0.821274] dual_sync_video_uhd_swvdis_int: no property in the node.
  1776. [ 0.821288] dual_sync_video_uhd_swvdis_cam: no property in the node.
  1777. [ 0.821302] dual_sync_video_uhd_swvdis_mif: no property in the node.
  1778. [ 0.821315] dual_sync_video_uhd_swvdis_i2c: no property in the node.
  1779. [ 0.821329] dual_sync_video_uhd_swvdis_hpg: no property in the node.
  1780. [ 0.821343] dual_sync_video_uhd_capture_swvdis_int_cam: no property in the node.
  1781. [ 0.821357] dual_sync_video_uhd_capture_swvdis_int: no property in the node.
  1782. [ 0.821370] dual_sync_video_uhd_capture_swvdis_cam: no property in the node.
  1783. [ 0.821384] dual_sync_video_uhd_capture_swvdis_mif: no property in the node.
  1784. [ 0.821398] dual_sync_video_uhd_capture_swvdis_i2c: no property in the node.
  1785. [ 0.821412] dual_sync_video_uhd_capture_swvdis_hpg: no property in the node.
  1786. [ 0.821542] video_high_speed_60fps_swvdis_int_cam: no property in the node.
  1787. [ 0.821556] video_high_speed_60fps_swvdis_int: no property in the node.
  1788. [ 0.821571] video_high_speed_60fps_swvdis_cam: no property in the node.
  1789. [ 0.821585] video_high_speed_60fps_swvdis_mif: no property in the node.
  1790. [ 0.821599] video_high_speed_60fps_swvdis_i2c: no property in the node.
  1791. [ 0.821613] video_high_speed_60fps_swvdis_hpg: no property in the node.
  1792. [ 0.821707] ext_rear_int_cam: no property in the node.
  1793. [ 0.821721] ext_rear_int: no property in the node.
  1794. [ 0.821735] ext_rear_cam: no property in the node.
  1795. [ 0.821749] ext_rear_mif: no property in the node.
  1796. [ 0.821763] ext_rear_i2c: no property in the node.
  1797. [ 0.821777] ext_rear_hpg: no property in the node.
  1798. [ 0.821845] [@]dvfs table[1] is DVFS table for HAL3
  1799. [ 0.821868] exynos-ufs 11120000.ufs: ufshcd_enable_ee: EES = 0x6.
  1800. [ 0.822280] dual_video_fhd_int_cam: no property in the node.
  1801. [ 0.822294] dual_video_fhd_int: no property in the node.
  1802. [ 0.822308] dual_video_fhd_cam: no property in the node.
  1803. [ 0.822322] dual_video_fhd_mif: no property in the node.
  1804. [ 0.822336] dual_video_fhd_i2c: no property in the node.
  1805. [ 0.822350] dual_video_fhd_hpg: no property in the node.
  1806. [ 0.822364] dual_video_capture_fhd_int_cam: no property in the node.
  1807. [ 0.822379] dual_video_capture_fhd_int: no property in the node.
  1808. [ 0.822393] dual_video_capture_fhd_cam: no property in the node.
  1809. [ 0.822408] dual_video_capture_fhd_mif: no property in the node.
  1810. [ 0.822422] dual_video_capture_fhd_i2c: no property in the node.
  1811. [ 0.822435] dual_video_capture_fhd_hpg: no property in the node.
  1812. [ 0.822449] dual_video_uhd_int_cam: no property in the node.
  1813. [ 0.822462] dual_video_uhd_int: no property in the node.
  1814. [ 0.822475] dual_video_uhd_cam: no property in the node.
  1815. [ 0.822489] dual_video_uhd_mif: no property in the node.
  1816. [ 0.822502] dual_video_uhd_i2c: no property in the node.
  1817. [ 0.822516] dual_video_uhd_hpg: no property in the node.
  1818. [ 0.822530] dual_video_uhd_capture_int_cam: no property in the node.
  1819. [ 0.822544] dual_video_uhd_capture_int: no property in the node.
  1820. [ 0.822557] dual_video_uhd_capture_cam: no property in the node.
  1821. [ 0.822571] dual_video_uhd_capture_mif: no property in the node.
  1822. [ 0.822586] dual_video_uhd_capture_i2c: no property in the node.
  1823. [ 0.822599] dual_video_uhd_capture_hpg: no property in the node.
  1824. [ 0.822613] dual_video_uhd_swvdis_int_cam: no property in the node.
  1825. [ 0.822627] dual_video_uhd_swvdis_int: no property in the node.
  1826. [ 0.822641] dual_video_uhd_swvdis_cam: no property in the node.
  1827. [ 0.822654] dual_video_uhd_swvdis_mif: no property in the node.
  1828. [ 0.822668] dual_video_uhd_swvdis_i2c: no property in the node.
  1829. [ 0.822683] dual_video_uhd_swvdis_hpg: no property in the node.
  1830. [ 0.822697] dual_video_uhd_capture_swvdis_int_cam: no property in the node.
  1831. [ 0.822710] dual_video_uhd_capture_swvdis_int: no property in the node.
  1832. [ 0.822724] dual_video_uhd_capture_swvdis_cam: no property in the node.
  1833. [ 0.822738] dual_video_uhd_capture_swvdis_mif: no property in the node.
  1834. [ 0.822752] dual_video_uhd_capture_swvdis_i2c: no property in the node.
  1835. [ 0.822765] dual_video_uhd_capture_swvdis_hpg: no property in the node.
  1836. [ 0.822779] dual_sync_preview_int_cam: no property in the node.
  1837. [ 0.822793] dual_sync_preview_int: no property in the node.
  1838. [ 0.822807] dual_sync_preview_cam: no property in the node.
  1839. [ 0.822820] dual_sync_preview_mif: no property in the node.
  1840. [ 0.822833] dual_sync_preview_i2c: no property in the node.
  1841. [ 0.822846] dual_sync_preview_hpg: no property in the node.
  1842. [ 0.822860] dual_sync_capture_int_cam: no property in the node.
  1843. [ 0.822873] dual_sync_capture_int: no property in the node.
  1844. [ 0.822886] dual_sync_capture_cam: no property in the node.
  1845. [ 0.822900] dual_sync_capture_mif: no property in the node.
  1846. [ 0.822913] dual_sync_capture_i2c: no property in the node.
  1847. [ 0.822927] dual_sync_capture_hpg: no property in the node.
  1848. [ 0.822940] dual_sync_video_fhd_int_cam: no property in the node.
  1849. [ 0.822954] dual_sync_video_fhd_int: no property in the node.
  1850. [ 0.822967] dual_sync_video_fhd_cam: no property in the node.
  1851. [ 0.822981] dual_sync_video_fhd_mif: no property in the node.
  1852. [ 0.822994] dual_sync_video_fhd_i2c: no property in the node.
  1853. [ 0.823008] dual_sync_video_fhd_hpg: no property in the node.
  1854. [ 0.823022] dual_sync_video_capture_fhd_int_cam: no property in the node.
  1855. [ 0.823035] dual_sync_video_capture_fhd_int: no property in the node.
  1856. [ 0.823049] dual_sync_video_capture_fhd_cam: no property in the node.
  1857. [ 0.823063] dual_sync_video_capture_fhd_mif: no property in the node.
  1858. [ 0.823076] dual_sync_video_capture_fhd_i2c: no property in the node.
  1859. [ 0.823090] dual_sync_video_capture_fhd_hpg: no property in the node.
  1860. [ 0.823104] dual_sync_video_uhd_int_cam: no property in the node.
  1861. [ 0.823117] dual_sync_video_uhd_int: no property in the node.
  1862. [ 0.823131] dual_sync_video_uhd_cam: no property in the node.
  1863. [ 0.823144] dual_sync_video_uhd_mif: no property in the node.
  1864. [ 0.823157] dual_sync_video_uhd_i2c: no property in the node.
  1865. [ 0.823170] dual_sync_video_uhd_hpg: no property in the node.
  1866. [ 0.823184] dual_sync_video_uhd_capture_int_cam: no property in the node.
  1867. [ 0.823198] dual_sync_video_uhd_capture_int: no property in the node.
  1868. [ 0.823212] dual_sync_video_uhd_capture_cam: no property in the node.
  1869. [ 0.823225] dual_sync_video_uhd_capture_mif: no property in the node.
  1870. [ 0.823239] dual_sync_video_uhd_capture_i2c: no property in the node.
  1871. [ 0.823252] dual_sync_video_uhd_capture_hpg: no property in the node.
  1872. [ 0.823266] dual_sync_video_uhd_swvdis_int_cam: no property in the node.
  1873. [ 0.823280] dual_sync_video_uhd_swvdis_int: no property in the node.
  1874. [ 0.823293] dual_sync_video_uhd_swvdis_cam: no property in the node.
  1875. [ 0.823306] dual_sync_video_uhd_swvdis_mif: no property in the node.
  1876. [ 0.823320] dual_sync_video_uhd_swvdis_i2c: no property in the node.
  1877. [ 0.823333] dual_sync_video_uhd_swvdis_hpg: no property in the node.
  1878. [ 0.823348] dual_sync_video_uhd_capture_swvdis_int_cam: no property in the node.
  1879. [ 0.823362] dual_sync_video_uhd_capture_swvdis_int: no property in the node.
  1880. [ 0.823375] dual_sync_video_uhd_capture_swvdis_cam: no property in the node.
  1881. [ 0.823388] dual_sync_video_uhd_capture_swvdis_mif: no property in the node.
  1882. [ 0.823402] dual_sync_video_uhd_capture_swvdis_i2c: no property in the node.
  1883. [ 0.823415] dual_sync_video_uhd_capture_swvdis_hpg: no property in the node.
  1884. [ 0.823542] video_high_speed_60fps_swvdis_int_cam: no property in the node.
  1885. [ 0.823556] video_high_speed_60fps_swvdis_int: no property in the node.
  1886. [ 0.823596] video_high_speed_60fps_swvdis_cam: no property in the node.
  1887. [ 0.823611] video_high_speed_60fps_swvdis_mif: no property in the node.
  1888. [ 0.823654] video_high_speed_60fps_swvdis_i2c: no property in the node.
  1889. [ 0.823677] video_high_speed_60fps_swvdis_hpg: no property in the node.
  1890. [ 0.823782] ext_rear_int_cam: no property in the node.
  1891. [ 0.823797] ext_rear_int: no property in the node.
  1892. [ 0.823813] ext_rear_cam: no property in the node.
  1893. [ 0.823827] ext_rear_mif: no property in the node.
  1894. [ 0.823842] ext_rear_i2c: no property in the node.
  1895. [ 0.823856] ext_rear_hpg: no property in the node.
  1896. [ 0.823871] ext_front_int_cam: no property in the node.
  1897. [ 0.823885] ext_front_int: no property in the node.
  1898. [ 0.823900] ext_front_cam: no property in the node.
  1899. [ 0.823914] ext_front_mif: no property in the node.
  1900. [ 0.823927] ext_front_i2c: no property in the node.
  1901. [ 0.823942] ext_front_hpg: no property in the node.
  1902. [ 0.826185] exynos-ufs 11120000.ufs: Power mode change(0): M(1)G(3)L(2)HS-series(2)
  1903. [ 0.826198] exynos-ufs 11120000.ufs: HS mode configured
  1904. [ 0.826401] exynos-ufs 11120000.ufs: ufshcd_find_max_sup_active_icc_level: Regulator capability was not set, actvIccLevel=0
  1905. [ 0.826948] scsi 0:0:0:0: Direct-Access SAMSUNG KLUCG4J1ED-B0C1 0003 PQ: 0 ANSI: 6
  1906. [ 0.828018] sd 0:0:0:0: [sda] 15616000 4096-byte logical blocks: (64.0 GB/59.6 GiB)
  1907. [ 0.828185] scsi 0:0:0:1: Direct-Access SAMSUNG KLUCG4J1ED-B0C1 0003 PQ: 0 ANSI: 6
  1908. [ 0.828828] sd 0:0:0:0: [sda] Write Protect is off
  1909. [ 0.828846] sd 0:0:0:0: [sda] Mode Sense: 00 32 00 10
  1910. [ 0.829111] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
  1911. [ 0.829135] sd 0:0:0:1: [sdb] 1024 4096-byte logical blocks: (4.19 MB/4.00 MiB)
  1912. [ 0.829633] scsi 0:0:0:2: Direct-Access SAMSUNG KLUCG4J1ED-B0C1 0003 PQ: 0 ANSI: 6
  1913. [ 0.829933] sd 0:0:0:1: [sdb] Write Protect is on
  1914. [ 0.829948] sd 0:0:0:1: [sdb] Mode Sense: 00 32 00 90
  1915. [ 0.830184] sd 0:0:0:1: [sdb] Write cache: disabled, read cache: enabled, supports DPO and FUA
  1916. [ 0.830594] sd 0:0:0:2: [sdc] 2048 4096-byte logical blocks: (8.39 MB/8.00 MiB)
  1917. [ 0.830691] scsi 0:0:0:3: Direct-Access SAMSUNG KLUCG4J1ED-B0C1 0003 PQ: 0 ANSI: 6
  1918. [ 0.831707] sd 0:0:0:2: [sdc] Write Protect is on
  1919. [ 0.831724] sd 0:0:0:2: [sdc] Mode Sense: 00 32 00 90
  1920. [ 0.831888] sd 0:0:0:3: [sdd] 2048 4096-byte logical blocks: (8.39 MB/8.00 MiB)
  1921. [ 0.831955] sd 0:0:0:2: [sdc] Write cache: disabled, read cache: enabled, supports DPO and FUA
  1922. [ 0.832067] scsi 0:0:0:49488: Well-known LUN SAMSUNG KLUCG4J1ED-B0C1 0003 PQ: 0 ANSI: 6
  1923. [ 0.832624] Alternate GPT is invalid, using primary GPT.
  1924. [ 0.832677] 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
  1925. [ 0.832766] sd 0:0:0:3: [sdd] Write Protect is on
  1926. [ 0.832782] sd 0:0:0:3: [sdd] Mode Sense: 00 32 00 90
  1927. [ 0.833013] scsi 0:0:0:49456: Well-known LUN SAMSUNG KLUCG4J1ED-B0C1 0003 PQ: 0 ANSI: 6
  1928. [ 0.833054] sd 0:0:0:3: [sdd] Write cache: disabled, read cache: enabled, supports DPO and FUA
  1929. [ 0.835086] scsi 0:0:0:49476: Well-known LUN SAMSUNG KLUCG4J1ED-B0C1 0003 PQ: 0 ANSI: 6
  1930. [ 0.835293] sd 0:0:0:1: [sdb] Attached SCSI disk
  1931. [ 0.835623] madera spi3.0: Entering sleep mode
  1932. [ 0.835641] s2m_disable_regmap: LDO33 disable (0x5e)
  1933. [ 0.836543] sd 0:0:0:2: [sdc] Attached SCSI disk
  1934. [ 0.837702] sdd: sdd1
  1935. [ 0.838907] sd 0:0:0:0: [sda] Attached SCSI disk
  1936. [ 0.839418] sd 0:0:0:3: [sdd] Attached SCSI disk
  1937. [ 0.872415] [@]fimc_is_init_mem - ION
  1938. [ 0.885093] [@][RSC] Internal memory size (aligned) : 0487b8d0
  1939. [ 0.886674] [@][RSC] Kernel virtual for library: 00000000
  1940. [ 0.886685] [@][RSC] Kernel virtual for debug: ffffffc07f000000
  1941. [ 0.886694] [@][RSC] fimc_is_init_mem done
  1942. [ 0.887047] [@][RSC] fimc_is_resourcemgr_probe(0)
  1943. [ 0.887132] [@]fimc-is is created
  1944. [ 0.887148] [@]isfw-msg is created
  1945. [ 0.887158] [@]fimc_is_vender_probe: COMPANION STATE 0
  1946. [ 0.887179] Success to create sys/devices/svc svc : 0x0000000000000000
  1947. [ 0.887192] Success to create sys/devices/svc/Camera : 0x0000000000000000
  1948. [ 0.887804] [@][VID] exynos-fimc-is-30s(110) is created
  1949. [ 0.887940] [@][VID] exynos-fimc-is-30c(111) is created
  1950. [ 0.888089] [@][VID] exynos-fimc-is-30p(112) is created
  1951. [ 0.888232] [@][VID] exynos-fimc-is-31s(120) is created
  1952. [ 0.888371] [@][VID] exynos-fimc-is-31c(121) is created
  1953. [ 0.888505] [@][VID] exynos-fimc-is-31p(122) is created
  1954. [ 0.888648] [@][VID] exynos-fimc-is-i0s(130) is created
  1955. [ 0.888769] [@][VID] exynos-fimc-is-i0c(131) is created
  1956. [ 0.888904] [@][VID] exynos-fimc-is-i0p(132) is created
  1957. [ 0.889041] [@][VID] exynos-fimc-is-i1s(140) is created
  1958. [ 0.889173] [@][VID] exynos-fimc-is-i1c(141) is created
  1959. [ 0.889311] [@][VID] exynos-fimc-is-i1p(142) is created
  1960. [ 0.889443] [@][VID] exynos-fimc-is-d0s(190) is created
  1961. [ 0.889582] [@][VID] exynos-fimc-is-d0c(191) is created
  1962. [ 0.889714] [@][VID] exynos-fimc-is-d1s(192) is created
  1963. [ 0.889856] [@][VID] exynos-fimc-is-d1c(193) is created
  1964. [ 0.889997] [@][VID] exynos-fimc-is-m0s(160) is created
  1965. [ 0.890136] [@][VID] exynos-fimc-is-m1s(161) is created
  1966. [ 0.890269] [@][VID] exynos-fimc-is-m0p(170) is created
  1967. [ 0.890407] [@][VID] exynos-fimc-is-m1p(171) is created
  1968. [ 0.890521] [@][VID] exynos-fimc-is-m2p(172) is created
  1969. [ 0.890656] [@][VID] exynos-fimc-is-m3p(173) is created
  1970. [ 0.890811] [@][VID] exynos-fimc-is-m4p(174) is created
  1971. [ 0.890951] [@][VID] exynos-fimc-is-vra(180) is created
  1972. [ 0.890979] [@][ITFC][ID: 1] 3AA VA(0xffffff8018ac0000)
  1973. [ 0.891127] [@][ITFC][ID: 1] kvaddr for taaisp: 0xffffff8016284000
  1974. [ 0.891144] [@][ITFC][ID: 2] 3AA VA(0xffffff8018ae0000)
  1975. [ 0.891266] [@][ITFC][ID: 3] ISP VA(0xffffff8018b00000)
  1976. [ 0.891389] [@][ITFC][ID: 4] ISP1 VA(0xffffff8018b20000)
  1977. [ 0.891506] [@][ITFC][ID: 9] TPU VA(0xffffff8018b40000)
  1978. [ 0.891654] [@][ITFC][ID: 9] kvaddr for tpu: 0xffffff8016f93000
  1979. [ 0.891672] [@][ITFC][ID:10] TPU VA(0xffffff8018b60000)
  1980. [ 0.891783] [@][ITFC][ID:10] kvaddr for tpu: 0xffffff8016f93000
  1981. [ 0.891799] [@][ITFC][ID:12] MCSC0 VA(0xffffff8018b80000)
  1982. [ 0.891856] [@][ITFC][ID:13] MCSC1 VA(0xffffff8018ba0000)
  1983. [ 0.891913] [@][ITFC][ID:15] VRA0 VA(0xffffff8018bc0000)
  1984. [ 0.891926] [@][ITFC][ID:15] VRA1 VA(0xffffff8018be0000)
  1985. [ 0.892026] [@][ITFC][ID:15] kvaddr for vra: 0xffffff8016785000
  1986. [ 0.892037] [@][HW][ID: 1] probe done
  1987. [ 0.892045] [@][HW][ID: 2] probe done
  1988. [ 0.892054] [@][HW][ID: 3] probe done
  1989. [ 0.892063] [@][HW][ID: 4] probe done
  1990. [ 0.892072] [@][HW][ID: 9] probe done
  1991. [ 0.892080] [@][HW][ID:10] probe done
  1992. [ 0.892089] [@][HW][ID:12] probe done
  1993. [ 0.892098] [@][HW][ID:13] probe done
  1994. [ 0.892107] [@][HW][ID:15] probe done
  1995. [ 0.892130] [@][HW][ID:1] sfr dump memory (V/P/S):(ffffffc8735d0000/00000008f35d0000/0x10000)[0x13030000~0x1303FFFF]
  1996. [ 0.892153] [@][HW][ID:2] sfr dump memory (V/P/S):(ffffffc8735e0000/00000008f35e0000/0x10000)[0x13130000~0x1313FFFF]
  1997. [ 0.892176] [@][HW][ID:3] sfr dump memory (V/P/S):(ffffffc8735f0000/00000008f35f0000/0x10000)[0x13040000~0x1304FFFF]
  1998. [ 0.892200] [@][HW][ID:4] sfr dump memory (V/P/S):(ffffffc873000000/00000008f3000000/0x10000)[0x13140000~0x1314FFFF]
  1999. [ 0.892222] [@][HW][ID:9] sfr dump memory (V/P/S):(ffffffc873010000/00000008f3010000/0x10000)[0x12C40000~0x12C4FFFF]
  2000. [ 0.892244] [@][HW][ID:10] sfr dump memory (V/P/S):(ffffffc873020000/00000008f3020000/0x10000)[0x12C90000~0x12C9FFFF]
  2001. [ 0.892266] [@][HW][ID:12] sfr dump memory (V/P/S):(ffffffc873030000/00000008f3030000/0x10000)[0x12C50000~0x12C5FFFF]
  2002. [ 0.892289] [@][HW][ID:13] sfr dump memory (V/P/S):(ffffffc873040000/00000008f3040000/0x10000)[0x12C50000~0x12C5FFFF]
  2003. [ 0.892311] [@][HW][ID:15] sfr dump memory (V/P/S):(ffffffc873050000/00000008f3050000/0x10000)[0x12C60000~0x12C6FFFF]
  2004. [ 0.892335] [@][HW][ID:15] sfr B dump memory (V/P/S):(ffffffc873060000/00000008f3060000/0x10000)[0x12C70000~0x12C7FFFF]
  2005. [ 0.892358] [@][HW][ID:1] sfr dump_debug[0] memory (V/P/S):(ffffffc873070000/00000008f3070000/0x10000)[0x13030000~0x1303FFFF]
  2006. [ 0.892381] [@][HW][ID:1] sfr dump_debug[1] memory (V/P/S):(ffffffc873080000/00000008f3080000/0x10000)[0x13030000~0x1303FFFF]
  2007. [ 0.892403] [@][HW][ID:1] sfr dump_debug[2] memory (V/P/S):(ffffffc873090000/00000008f3090000/0x10000)[0x13030000~0x1303FFFF]
  2008. [ 0.892426] [@][HW][ID:1] sfr dump_debug[3] memory (V/P/S):(ffffffc8730a0000/00000008f30a0000/0x10000)[0x13030000~0x1303FFFF]
  2009. [ 0.892447] [@][HW][ID:2] sfr dump_debug[0] memory (V/P/S):(ffffffc8730b0000/00000008f30b0000/0x10000)[0x13130000~0x1313FFFF]
  2010. [ 0.892470] [@][HW][ID:2] sfr dump_debug[1] memory (V/P/S):(ffffffc8730c0000/00000008f30c0000/0x10000)[0x13130000~0x1313FFFF]
  2011. [ 0.892492] [@][HW][ID:2] sfr dump_debug[2] memory (V/P/S):(ffffffc8730d0000/00000008f30d0000/0x10000)[0x13130000~0x1313FFFF]
  2012. [ 0.892515] [@][HW][ID:2] sfr dump_debug[3] memory (V/P/S):(ffffffc8730e0000/00000008f30e0000/0x10000)[0x13130000~0x1313FFFF]
  2013. [ 0.892537] [@][HW][ID:3] sfr dump_debug[0] memory (V/P/S):(ffffffc8730f0000/00000008f30f0000/0x10000)[0x13040000~0x1304FFFF]
  2014. [ 0.892559] [@][HW][ID:3] sfr dump_debug[1] memory (V/P/S):(ffffffc873100000/00000008f3100000/0x10000)[0x13040000~0x1304FFFF]
  2015. [ 0.892580] [@][HW][ID:3] sfr dump_debug[2] memory (V/P/S):(ffffffc873110000/00000008f3110000/0x10000)[0x13040000~0x1304FFFF]
  2016. [ 0.892603] [@][HW][ID:3] sfr dump_debug[3] memory (V/P/S):(ffffffc873120000/00000008f3120000/0x10000)[0x13040000~0x1304FFFF]
  2017. [ 0.892624] [@][HW][ID:4] sfr dump_debug[0] memory (V/P/S):(ffffffc873130000/00000008f3130000/0x10000)[0x13140000~0x1314FFFF]
  2018. [ 0.892647] [@][HW][ID:4] sfr dump_debug[1] memory (V/P/S):(ffffffc873140000/00000008f3140000/0x10000)[0x13140000~0x1314FFFF]
  2019. [ 0.892668] [@][HW][ID:4] sfr dump_debug[2] memory (V/P/S):(ffffffc873150000/00000008f3150000/0x10000)[0x13140000~0x1314FFFF]
  2020. [ 0.892690] [@][HW][ID:4] sfr dump_debug[3] memory (V/P/S):(ffffffc873160000/00000008f3160000/0x10000)[0x13140000~0x1314FFFF]
  2021. [ 0.892712] [@][HW][ID:9] sfr dump_debug[0] memory (V/P/S):(ffffffc873170000/00000008f3170000/0x10000)[0x12C40000~0x12C4FFFF]
  2022. [ 0.892734] [@][HW][ID:9] sfr dump_debug[1] memory (V/P/S):(ffffffc873180000/00000008f3180000/0x10000)[0x12C40000~0x12C4FFFF]
  2023. [ 0.892756] [@][HW][ID:9] sfr dump_debug[2] memory (V/P/S):(ffffffc873190000/00000008f3190000/0x10000)[0x12C40000~0x12C4FFFF]
  2024. [ 0.892778] [@][HW][ID:9] sfr dump_debug[3] memory (V/P/S):(ffffffc8731a0000/00000008f31a0000/0x10000)[0x12C40000~0x12C4FFFF]
  2025. [ 0.892800] [@][HW][ID:10] sfr dump_debug[0] memory (V/P/S):(ffffffc8731b0000/00000008f31b0000/0x10000)[0x12C90000~0x12C9FFFF]
  2026. [ 0.892823] [@][HW][ID:10] sfr dump_debug[1] memory (V/P/S):(ffffffc8731c0000/00000008f31c0000/0x10000)[0x12C90000~0x12C9FFFF]
  2027. [ 0.892845] [@][HW][ID:10] sfr dump_debug[2] memory (V/P/S):(ffffffc8731d0000/00000008f31d0000/0x10000)[0x12C90000~0x12C9FFFF]
  2028. [ 0.892867] [@][HW][ID:10] sfr dump_debug[3] memory (V/P/S):(ffffffc8731e0000/00000008f31e0000/0x10000)[0x12C90000~0x12C9FFFF]
  2029. [ 0.892889] [@][HW][ID:12] sfr dump_debug[0] memory (V/P/S):(ffffffc8731f0000/00000008f31f0000/0x10000)[0x12C50000~0x12C5FFFF]
  2030. [ 0.892911] [@][HW][ID:12] sfr dump_debug[1] memory (V/P/S):(ffffffc873200000/00000008f3200000/0x10000)[0x12C50000~0x12C5FFFF]
  2031. [ 0.892934] [@][HW][ID:12] sfr dump_debug[2] memory (V/P/S):(ffffffc873210000/00000008f3210000/0x10000)[0x12C50000~0x12C5FFFF]
  2032. [ 0.892956] [@][HW][ID:12] sfr dump_debug[3] memory (V/P/S):(ffffffc873220000/00000008f3220000/0x10000)[0x12C50000~0x12C5FFFF]
  2033. [ 0.892978] [@][HW][ID:13] sfr dump_debug[0] memory (V/P/S):(ffffffc873230000/00000008f3230000/0x10000)[0x12C50000~0x12C5FFFF]
  2034. [ 0.893000] [@][HW][ID:13] sfr dump_debug[1] memory (V/P/S):(ffffffc873240000/00000008f3240000/0x10000)[0x12C50000~0x12C5FFFF]
  2035. [ 0.893022] [@][HW][ID:13] sfr dump_debug[2] memory (V/P/S):(ffffffc873250000/00000008f3250000/0x10000)[0x12C50000~0x12C5FFFF]
  2036. [ 0.893044] [@][HW][ID:13] sfr dump_debug[3] memory (V/P/S):(ffffffc873260000/00000008f3260000/0x10000)[0x12C50000~0x12C5FFFF]
  2037. [ 0.893065] [@][HW][ID:15] sfr dump_debug[0] memory (V/P/S):(ffffffc873270000/00000008f3270000/0x10000)[0x12C60000~0x12C6FFFF]
  2038. [ 0.893088] [@][HW][ID:15] sfr B dump_debug[0] memory (V/P/S):(ffffffc873280000/00000008f3280000/0x10000)[0x12C70000~0x12C7FFFF]
  2039. [ 0.893110] [@][HW][ID:15] sfr dump_debug[1] memory (V/P/S):(ffffffc873290000/00000008f3290000/0x10000)[0x12C60000~0x12C6FFFF]
  2040. [ 0.893132] [@][HW][ID:15] sfr B dump_debug[1] memory (V/P/S):(ffffffc8732a0000/00000008f32a0000/0x10000)[0x12C70000~0x12C7FFFF]
  2041. [ 0.893153] [@][HW][ID:15] sfr dump_debug[2] memory (V/P/S):(ffffffc8732b0000/00000008f32b0000/0x10000)[0x12C60000~0x12C6FFFF]
  2042. [ 0.893175] [@][HW][ID:15] sfr B dump_debug[2] memory (V/P/S):(ffffffc8732c0000/00000008f32c0000/0x10000)[0x12C70000~0x12C7FFFF]
  2043. [ 0.893197] [@][HW][ID:15] sfr dump_debug[3] memory (V/P/S):(ffffffc8732d0000/00000008f32d0000/0x10000)[0x12C60000~0x12C6FFFF]
  2044. [ 0.893220] [@][HW][ID:15] sfr B dump_debug[3] memory (V/P/S):(ffffffc8732e0000/00000008f32e0000/0x10000)[0x12C70000~0x12C7FFFF]
  2045. [ 0.893235] exynos-fimc-is 12ce0000.fimc_is: Fault handler is registered for 12d10000.sysmmu
  2046. [ 0.893247] exynos-fimc-is 12ce0000.fimc_is: Fault handler is registered for 12d20000.sysmmu
  2047. [ 0.893260] exynos-fimc-is 12ce0000.fimc_is: Fault handler is registered for 13050000.sysmmu
  2048. [ 0.893271] exynos-fimc-is 12ce0000.fimc_is: Fault handler is registered for 14230000.sysmmu
  2049. [ 0.893314] [@]fimc_is_probe:end
  2050. [ 0.894487] [@][SPI] fimc_is_spi_probe(fimc_is_spi0):0
  2051. [ 0.894923] [@]pinctrl_lookup_state(ssn_inpd) is not found
  2052. [ 0.894934] [@]pinctrl_lookup_state(ssn_inpu) is not found
  2053. [ 0.894946] [@][SPI] fimc_is_spi_probe(fimc_is_spi1):0
  2054. [ 0.895077] fimc_is_i2c0 0-003d: fimc_is_i2c0 driver probed!
  2055. [ 0.895658] flash_first_gpio: no property in the node.
  2056. [ 0.895672] flash_second_gpio: no property in the node.
  2057. [ 0.895682] spi_channel: no property in the node.
  2058. [ 0.895692] i2c_addr: no property in the node.
  2059. [ 0.895701] i2c_ch: no property in the node.
  2060. [ 0.895710] dma_ch: no property in the node.
  2061. [ 0.895719] i2c_addr: no property in the node.
  2062. [ 0.895728] i2c_ch: no property in the node.
  2063. [ 0.895773] FIMC-IS-SENSOR-MODULE-3H1 fimc-is_sensor_3h1@6A: sensor_module_3h1_power_setpin X v4
  2064. [ 0.895815] [@]sensor_module_3h1_probe pdta->id(1), module_enum id = 0
  2065. [ 0.895833] [@]sensor_module_3h1_probe done
  2066. [ 0.896306] flash_first_gpio: no property in the node.
  2067. [ 0.896317] flash_second_gpio: no property in the node.
  2068. [ 0.896330] i2c_addr: no property in the node.
  2069. [ 0.896338] i2c_ch: no property in the node.
  2070. [ 0.896395] FIMC-IS-SENSOR-MODULE-3H1-C3 fimc-is_sensor_3h1_c3@6A: sensor_module_3h1_c3_power_setpin X v4
  2071. [ 0.896439] [@]internal vc(2), type(2), offset(1)
  2072. [ 0.896449] [@]sensor_module_3h1_c3_probe pdta->id(0), module_enum id = 1
  2073. [ 0.896467] [@]sensor_module_3h1_c3_probe done
  2074. [ 0.897162] FIMC-IS-SENSOR-MODULE-2L2 fimc-is_sensor_2l2@5A: sensor_2l2_power_setpin E v4
  2075. [ 0.897220] FIMC-IS-SENSOR-MODULE-2L2 fimc-is_sensor_2l2@5A: power_seq_id read is fail(-22)
  2076. [ 0.897256] FIMC-IS-SENSOR-MODULE-2L2 fimc-is_sensor_2l2@5A: failed to get gpio_camio_1p8_en
  2077. [ 0.897270] FIMC-IS-SENSOR-MODULE-2L2 fimc-is_sensor_2l2@5A: sensor_2l2_power_setpin X v4
  2078. [ 0.897314] [@]internal vc(2), type(2), offset(1)
  2079. [ 0.897324] [@]sensor_module_2l2_probe pdta->id(0), module_enum id = 2
  2080. [ 0.897341] module->cfg=ffffff8009c8db30 module->cfgs=11
  2081. [ 0.897352] [@]sensor_module_2l2_probe(0)
  2082. [ 0.897731] flash_first_gpio: no property in the node.
  2083. [ 0.897743] flash_second_gpio: no property in the node.
  2084. [ 0.897752] spi_channel: no property in the node.
  2085. [ 0.897761] i2c_addr: no property in the node.
  2086. [ 0.897770] i2c_ch: no property in the node.
  2087. [ 0.897778] dma_ch: no property in the node.
  2088. [ 0.897788] i2c_addr: no property in the node.
  2089. [ 0.897796] i2c_ch: no property in the node.
  2090. [ 0.897831] FIMC-IS-SENSOR-MODULE-IMX320 fimc-is_sensor_imx320@20: sensor_module_imx320_power_setpin X v4
  2091. [ 0.897870] [@]sensor_module_imx320_probe pdta->id(1), module_enum id = 3
  2092. [ 0.897888] [@]sensor_module_imx320_probe done
  2093. [ 0.898327] flash_first_gpio: no property in the node.
  2094. [ 0.898338] flash_second_gpio: no property in the node.
  2095. [ 0.898351] i2c_addr: no property in the node.
  2096. [ 0.898360] i2c_ch: no property in the node.
  2097. [ 0.898418] FIMC-IS-SENSOR-MODULE-IMX320-C3 fimc-is_sensor_imx320_c3@20: sensor_module_imx320_c3_power_setpin X v4
  2098. [ 0.898461] [@]internal vc(2), type(2), offset(1)
  2099. [ 0.898470] [@]sensor_module_imx320_c3_probe pdta->id(0), module_enum id = 4
  2100. [ 0.898489] [@]sensor_module_imx320_c3_probe done
  2101. [ 0.898975] FIMC-IS-SENSOR-MODULE-IMX333 fimc-is_sensor_imx333@34: sensor_imx333_power_setpin E v4
  2102. [ 0.899032] FIMC-IS-SENSOR-MODULE-IMX333 fimc-is_sensor_imx333@34: power_seq_id read is fail(-22)
  2103. [ 0.899045] FIMC-IS-SENSOR-MODULE-IMX333 fimc-is_sensor_imx333@34: failed to get gpio_camio_1p8_en
  2104. [ 0.899059] FIMC-IS-SENSOR-MODULE-IMX333 fimc-is_sensor_imx333@34: sensor_imx333_power_setpin X v4
  2105. [ 0.899103] [@]internal vc(2), type(2), offset(1)
  2106. [ 0.899121] [@]sensor_module_imx333_probe(0)
  2107. [ 0.899180] [@]sensor_5e6_load TEST
  2108. [ 0.899414] [@]i2c_ch dt parsing skipped
  2109. [ 0.899426] [@]i2c_addr dt parsing skipped
  2110. [ 0.899644] sensor_5e6_power_setpin
  2111. [ 0.899774] [@]internal vc(2), type(2), offset(1)
  2112. [ 0.899784] [@]sensor_5e6_probe(0) pdata->id = 3
  2113. [ 0.899805] [@]sensor_5e6_probe(0)
  2114. [ 0.899966] [@]cis_3h1_probe sensor_id_spec 0, sensor_id_len 2
  2115. [ 0.899978] [@]cis_3h1_probe sensor_id 0
  2116. [ 0.899987] [@]3H1 : sensor peri is net yet probed
  2117. [ 0.900185] [@]cis_2l2_probe sensor_id_spec 0, sensor_id_len 1
  2118. [ 0.900196] [@]cis_2l2_probe sensor_id 0
  2119. [ 0.900204] [@]sensor peri is net yet probed
  2120. [ 0.900343] [@]cis_imx320_probe sensor_id_spec 0, sensor_id_len 2
  2121. [ 0.900353] [@]cis_imx320_probe sensor_id 0
  2122. [ 0.900362] [@]sensor peri is net yet probed
  2123. [ 0.900482] [@]cis_imx333_probe sensor_id_spec 0, sensor_id_len 1
  2124. [ 0.900492] [@]cis_imx333_probe sensor_id 0
  2125. [ 0.900500] [@]sensor peri is net yet probed
  2126. [ 0.900633] [@]sensor_ak7371_actuator_probe sensor_id(0) actuator_place(0)
  2127. [ 0.900644] [@]sensor_ak7371_actuator_probe done
  2128. [ 0.900780] [@]sensor_ak7372_actuator_probe sensor_id(0) actuator_place(1)
  2129. [ 0.900794] [@]sensor_ak7372_actuator_probe sensor_id(1) actuator_place(1)
  2130. [ 0.900805] [@]sensor_ak7372_actuator_probe done
  2131. [ 0.901054] [@]flash_s2mpb02_probe sensor_id 0
  2132. [ 0.901106] [@]flash_s2mpb02_probe done
  2133. [ 0.901115] [@]flash_s2mpb02_platform_probe done
  2134. [ 0.901440] [@]fimc_is_eeprom_i2c 10-0051[1]: fimc_is_sensor_eeprom probed!
  2135. [ 0.901556] [@]ois_rumbaS4_probe sensor_id 0
  2136. [ 0.901568] [@]ois_rumbaS4_probe done
  2137. [ 0.901977] sec-thermistor sec_thermistor@0: sec_therm_probe: fail to get iio channel
  2138. [ 0.902148] sec-thermistor sec_thermistor@10: sec_therm_probe: fail to get iio channel
  2139. [ 0.903288] s3c2410-wdt 10060000.watchdog: watchdog inactive, reset disabled, irq disabled
  2140. [ 0.903640] device-mapper: uevent: version 1.0.3
  2141. [ 0.903937] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
  2142. [ 0.904357] [BT] bcm43xx_bluetooth_probe.
  2143. [ 0.904557] [BT] host_wake_isr uport is null
  2144. [ 0.904625] [BT] bcm43xx_bluetooth_probe End
  2145. [ 0.904795] exynos_ufc: found!
  2146. [ 0.904880] [EARLY TMU] get boot frequency temp: 31, no limit
  2147. [ 0.904917] exynos_acme: Complete to initialize cpufreq-domain0
  2148. [ 0.904927] exynos_acme: CPUFREQ of domain0 cal-id : 0xb040003
  2149. [ 0.904940] exynos_acme: CPUFREQ of domain0 sibling cpus : 0-3
  2150. [ 0.904951] exynos_acme: CPUFREQ of domain0 boot freq = 1053000 kHz, resume freq = 1053000 kHz
  2151. [ 0.904961] exynos_acme: CPUFREQ of domain0 max freq : 1690000 kHz, min freq : 455000 kHz
  2152. [ 0.904971] exynos_acme: CPUFREQ of domain0 PM QoS max-class-id : 4, min-class-id : 3
  2153. [ 0.904981] exynos_acme: CPUFREQ of domain0 table size = 12
  2154. [ 0.904991] exynos_acme: CPUFREQ of domain0 : L 3 1690000 kHz
  2155. [ 0.905000] exynos_acme: CPUFREQ of domain0 : L 4 1456000 kHz
  2156. [ 0.905009] exynos_acme: CPUFREQ of domain0 : L 5 1248000 kHz
  2157. [ 0.905018] exynos_acme: CPUFREQ of domain0 : L 6 1053000 kHz
  2158. [ 0.905028] exynos_acme: CPUFREQ of domain0 : L 7 949000 kHz
  2159. [ 0.905037] exynos_acme: CPUFREQ of domain0 : L 8 832000 kHz
  2160. [ 0.905047] exynos_acme: CPUFREQ of domain0 : L 9 715000 kHz
  2161. [ 0.905056] exynos_acme: CPUFREQ of domain0 : L10 598000 kHz
  2162. [ 0.905065] exynos_acme: CPUFREQ of domain0 : L11 455000 kHz
  2163. [ 0.905129] exynos_ufc: found!
  2164. [ 0.905244] [EARLY TMU] get boot frequency temp: 31, no limit
  2165. [ 0.905293] exynos_acme: Complete to initialize cpufreq-domain1
  2166. [ 0.905303] exynos_acme: CPUFREQ of domain1 cal-id : 0xb040002
  2167. [ 0.905313] exynos_acme: CPUFREQ of domain1 sibling cpus : 4-7
  2168. [ 0.905322] exynos_acme: CPUFREQ of domain1 boot freq = 1066000 kHz, resume freq = 1066000 kHz
  2169. [ 0.905332] exynos_acme: CPUFREQ of domain1 max freq : 2314000 kHz, min freq : 741000 kHz
  2170. [ 0.905342] exynos_acme: CPUFREQ of domain1 PM QoS max-class-id : 6, min-class-id : 5
  2171. [ 0.905351] exynos_acme: CPUFREQ of domain1 table size = 18
  2172. [ 0.905360] exynos_acme: CPUFREQ of domain1 : L 5 2314000 kHz
  2173. [ 0.905369] exynos_acme: CPUFREQ of domain1 : L 6 2158000 kHz
  2174. [ 0.905378] exynos_acme: CPUFREQ of domain1 : L 7 2002000 kHz
  2175. [ 0.905386] exynos_acme: CPUFREQ of domain1 : L 8 1937000 kHz
  2176. [ 0.905395] exynos_acme: CPUFREQ of domain1 : L 9 1807000 kHz
  2177. [ 0.905404] exynos_acme: CPUFREQ of domain1 : L10 1703000 kHz
  2178. [ 0.905413] exynos_acme: CPUFREQ of domain1 : L11 1469000 kHz
  2179. [ 0.905421] exynos_acme: CPUFREQ of domain1 : L12 1261000 kHz
  2180. [ 0.905430] exynos_acme: CPUFREQ of domain1 : L13 1170000 kHz
  2181. [ 0.905439] exynos_acme: CPUFREQ of domain1 : L14 1066000 kHz
  2182. [ 0.905448] exynos_acme: CPUFREQ of domain1 : L15 962000 kHz
  2183. [ 0.905457] exynos_acme: CPUFREQ of domain1 : L16 858000 kHz
  2184. [ 0.905465] exynos_acme: CPUFREQ of domain1 : L17 741000 kHz
  2185. [ 0.905532] exynos_acme: CPUFREQ domain0 registered
  2186. [ 0.905753] exynos_acme: CPUFREQ domain1 registered
  2187. [ 0.905998] exynos_acme: Initialized Exynos cpufreq driver
  2188. [ 0.907031] Exynos cpuidle driver Initialized
  2189. [ 0.907086] Synopsys Designware Multimedia Card Interface Driver
  2190. [ 0.907619] samsung-pinctrl 164b0000.pinctrl: does not have pin group gpb1-1
  2191. [ 0.907635] samsung-pinctrl 164b0000.pinctrl: invalid group gpb1-1 in map table
  2192. [ 0.907650] samsung-pinctrl 164b0000.pinctrl: does not have pin group gpb1-1
  2193. [ 0.907661] samsung-pinctrl 164b0000.pinctrl: could not map group config for "gpb1-1"
  2194. [ 0.907862] dwmmc_exynos 11500000.dwmmc2: supports-highspeed property is deprecated.
  2195. [ 0.908005] dwmmc_exynos 11500000.dwmmc2: IDMAC supports 64-bit address mode.
  2196. [ 0.908584] dwmmc_exynos 11500000.dwmmc2: Using internal DMA controller.
  2197. [ 0.908605] dwmmc_exynos 11500000.dwmmc2: FIFOTH: 0x 300f0030
  2198. [ 0.908621] dwmmc_exynos 11500000.dwmmc2: Version ID is 270a
  2199. [ 0.912950] dwmmc_exynos 11500000.dwmmc2: DW MMC controller at irq 157,64 bit host data width,64 deep fifo
  2200. [ 0.913126] dwmmc_exynos 11500000.dwmmc2: Slot quirk 'disable-wp' is deprecated
  2201. [ 0.914352] dw_mci_transferred_cnt_init: trans_count: successed.....
  2202. [ 0.914369] dw_mci_debug_init: create debug_log sysfs : successed.....
  2203. [ 0.914381] dwmmc_exynos 11500000.dwmmc2: host 0 debug On
  2204. [ 0.914392] dwmmc_exynos 11500000.dwmmc2: 1 slots initialized
  2205. [ 0.914587] dwmmc_exynos 11500000.dwmmc2: success to request irq for card detect.
  2206. [ 0.914599] wake enabled for irq 295
  2207. [ 0.914617] mmc_host mmc0: card inserted
  2208. [ 0.914889] of_s2mpb02_torch_dt failed to get a irda_off
  2209. [ 0.914903] [LED] s2mpb02_led_probe 2 leds
  2210. [ 0.914913] s2mpb02_led_probe led0 setup ...
  2211. [ 0.921754] s2mpb02_led_probe led1 setup ...
  2212. [ 0.924081] <s2mpb02_led_probe> end
  2213. [ 0.924132] leds-max77865-rgb: max77865_rgb_init
  2214. [ 0.924250] leds-max77865-rgb: max77865_rgb_probe
  2215. [ 0.924262] leds-max77865-rgb: max77865_rgb_parse_dt
  2216. [ 0.924469] leds-max77865-rgb: max77865_rgb_parse_dt, led_w
  2217. [ 0.924487] leds-max77865-rgb: max77865_rgb_parse_dt, led_r
  2218. [ 0.924498] leds-max77865-rgb: max77865_rgb_parse_dt, led_g
  2219. [ 0.924508] leds-max77865-rgb: max77865_rgb_parse_dt, led_b
  2220. [ 0.924518] leds-max77865-rgb: max77865_rgb_parse_dt, led_device_type = 0
  2221. [ 0.924575] leds-max77865-rgb: max77865_rgb_parse_dt, normal_powermode_current = a
  2222. [ 0.924593] leds-max77865-rgb: max77865_rgb_parse_dt, low_powermode_current = a
  2223. [ 0.924605] leds-max77865-rgb: max77865_rgb_parse_dt, brightness_ratio_r = 2ee
  2224. [ 0.924616] leds-max77865-rgb: max77865_rgb_parse_dt, brightness_ratio_g = 46
  2225. [ 0.924627] leds-max77865-rgb: max77865_rgb_parse_dt, brightness_ratio_b = 96
  2226. [ 0.924637] leds-max77865-rgb: max77865_rgb_parse_dt, brightness_ratio_r_low = 46
  2227. [ 0.924647] leds-max77865-rgb: max77865_rgb_parse_dt, brightness_ratio_g_low = 1
  2228. [ 0.924657] leds-max77865-rgb: max77865_rgb_parse_dt, brightness_ratio_b_low = 13
  2229. [ 0.924667] leds-max77865-rgb: max77865_rgb_probe : octa_color=1 led_device_type=0
  2230. [ 0.924677] leds-max77865-rgb: max77865_rgb_probe 1
  2231. [ 0.924749] leds-max77865-rgb: max77865_rgb_get
  2232. [ 0.924763] leds led_w: max77865_rgb_number() returns -19.
  2233. [ 0.924826] leds-max77865-rgb: max77865_rgb_get
  2234. [ 0.924839] leds led_r: max77865_rgb_number() returns -19.
  2235. [ 0.924902] leds-max77865-rgb: max77865_rgb_get
  2236. [ 0.924913] leds led_g: max77865_rgb_number() returns -19.
  2237. [ 0.924977] leds-max77865-rgb: max77865_rgb_get
  2238. [ 0.924988] leds led_b: max77865_rgb_number() returns -19.
  2239. [ 0.925054] leds-max77865-rgb: max77865_rgb_probe done
  2240. [ 0.925183] madera spi3.0: Leaving sleep mode
  2241. [ 0.925274] s2m_enable: LDO33 enable (0x5e)
  2242. [ 0.941782] hidraw: raw HID events driver (C) Jiri Kosina
  2243. [ 0.943852] mmc_host mmc0: Bus speed (slot 0) = 25000000Hz (slot req 400000Hz, actual 390625HZ div = 32)
  2244. [ 0.944017] Successfully registered hid_synaptics_driver
  2245. [ 0.944163] usbcore: registered new interface driver usbhid
  2246. [ 0.944174] usbhid: USB HID core driver
  2247. [ 0.944768] ashmem: initialized
  2248. [ 0.945112] nf_register_hooks(freecess hooks) success
  2249. [ 0.945237] sec_param_work_init: start
  2250. [ 0.945301] [NAD_BALANCER] Not support NAD balancer.
  2251. [ 0.945500] exynos-devfreq 17000010.devfreq_mif: not used UM monitor
  2252. [ 0.945521] exynos-devfreq 17000010.devfreq_mif: DEVFREQ : 2093000Khz, 0uV
  2253. [ 0.945535] exynos-devfreq 17000010.devfreq_mif: DEVFREQ : 2002000Khz, 0uV
  2254. [ 0.945547] exynos-devfreq 17000010.devfreq_mif: DEVFREQ : 1794000Khz, 0uV
  2255. [ 0.945557] exynos-devfreq 17000010.devfreq_mif: DEVFREQ : 1540000Khz, 0uV
  2256. [ 0.945568] exynos-devfreq 17000010.devfreq_mif: DEVFREQ : 1352000Khz, 0uV
  2257. [ 0.945578] exynos-devfreq 17000010.devfreq_mif: DEVFREQ : 1014000Khz, 0uV
  2258. [ 0.945589] exynos-devfreq 17000010.devfreq_mif: DEVFREQ : 845000Khz, 0uV
  2259. [ 0.945600] exynos-devfreq 17000010.devfreq_mif: DEVFREQ : 676000Khz, 0uV
  2260. [ 0.945610] exynos-devfreq 17000010.devfreq_mif: DEVFREQ : 546000Khz, 0uV
  2261. [ 0.945621] exynos-devfreq 17000010.devfreq_mif: DEVFREQ : 421000Khz, 0uV
  2262. [ 0.945631] exynos-devfreq 17000010.devfreq_mif: DEVFREQ : 286000Khz, 0uV
  2263. [ 0.945642] exynos-devfreq 17000010.devfreq_mif: DEVFREQ : 208000Khz, 0uV
  2264. [ 0.945654] exynos-devfreq 17000010.devfreq_mif: max_freq: 2093000Khz, get_max_freq: 1794000Khz
  2265. [ 0.945667] exynos-devfreq 17000010.devfreq_mif: min_freq: 208000Khz, get_min_freq: 286000Khz
  2266. [ 0.945678] exynos-devfreq 17000010.devfreq_mif: min_freq: 286000Khz, max_freq: 1794000Khz
  2267. [ 0.945688] exynos-devfreq 17000010.devfreq_mif: current frequency: 0Khz
  2268. [ 0.946211] exynos-devfreq 17000010.devfreq_mif: Initial Frequency: 1794000, Initial Voltage: 0
  2269. [ 0.947643] exynos-devfreq 17000010.devfreq_mif: devfreq is initialized!!
  2270. [ 0.947718] exynos-devfreq 17000020.devfreq_int: not used UM monitor
  2271. [ 0.947739] exynos-devfreq 17000020.devfreq_int: DEVFREQ : 667000Khz, 0uV
  2272. [ 0.947752] exynos-devfreq 17000020.devfreq_int: DEVFREQ : 533000Khz, 0uV
  2273. [ 0.947764] exynos-devfreq 17000020.devfreq_int: DEVFREQ : 400000Khz, 0uV
  2274. [ 0.947775] exynos-devfreq 17000020.devfreq_int: DEVFREQ : 333000Khz, 0uV
  2275. [ 0.947786] exynos-devfreq 17000020.devfreq_int: DEVFREQ : 267000Khz, 0uV
  2276. [ 0.947797] exynos-devfreq 17000020.devfreq_int: DEVFREQ : 178000Khz, 0uV
  2277. [ 0.947808] exynos-devfreq 17000020.devfreq_int: DEVFREQ : 107000Khz, 0uV
  2278. [ 0.947820] exynos-devfreq 17000020.devfreq_int: max_freq: 667000Khz, get_max_freq: 667000Khz
  2279. [ 0.947830] exynos-devfreq 17000020.devfreq_int: min_freq: 107000Khz, get_min_freq: 107000Khz
  2280. [ 0.947841] exynos-devfreq 17000020.devfreq_int: min_freq: 107000Khz, max_freq: 667000Khz
  2281. [ 0.947853] exynos-devfreq 17000020.devfreq_int: Initial Frequency: 400000, Initial Voltage: 0
  2282. [ 0.949018] exynos-devfreq 17000020.devfreq_int: devfreq is initialized!!
  2283. [ 0.949055] exynos-devfreq 17000030.devfreq_intcam: This does not use acpm
  2284. [ 0.949065] exynos-devfreq 17000030.devfreq_intcam: not used UM monitor
  2285. [ 0.949073] exynos-devfreq 17000030.devfreq_intcam: DEVFREQ : 690000Khz, 0uV
  2286. [ 0.949079] exynos-devfreq 17000030.devfreq_intcam: DEVFREQ : 680000Khz, 0uV
  2287. [ 0.949084] exynos-devfreq 17000030.devfreq_intcam: DEVFREQ : 670000Khz, 0uV
  2288. [ 0.949090] exynos-devfreq 17000030.devfreq_intcam: DEVFREQ : 640000Khz, 0uV
  2289. [ 0.949096] exynos-devfreq 17000030.devfreq_intcam: max_freq: 690000Khz, get_max_freq: 690000Khz
  2290. [ 0.949101] exynos-devfreq 17000030.devfreq_intcam: min_freq: 640000Khz, get_min_freq: 640000Khz
  2291. [ 0.949106] exynos-devfreq 17000030.devfreq_intcam: min_freq: 640000Khz, max_freq: 690000Khz
  2292. [ 0.949112] exynos-devfreq 17000030.devfreq_intcam: Initial Frequency: 640000, Initial Voltage: 0
  2293. [ 0.949245] exynos-devfreq 17000030.devfreq_intcam: devfreq is initialized!!
  2294. [ 0.949278] exynos-devfreq 17000040.devfreq_disp: This does not use acpm
  2295. [ 0.949286] exynos-devfreq 17000040.devfreq_disp: not used UM monitor
  2296. [ 0.949294] exynos-devfreq 17000040.devfreq_disp: DEVFREQ : 630000Khz, 0uV
  2297. [ 0.949299] exynos-devfreq 17000040.devfreq_disp: DEVFREQ : 533000Khz, 0uV
  2298. [ 0.949305] exynos-devfreq 17000040.devfreq_disp: DEVFREQ : 356000Khz, 0uV
  2299. [ 0.949310] exynos-devfreq 17000040.devfreq_disp: DEVFREQ : 214000Khz, 0uV
  2300. [ 0.949315] exynos-devfreq 17000040.devfreq_disp: DEVFREQ : 134000Khz, 0uV
  2301. [ 0.949320] exynos-devfreq 17000040.devfreq_disp: max_freq: 630000Khz, get_max_freq: 533000Khz
  2302. [ 0.949325] exynos-devfreq 17000040.devfreq_disp: min_freq: 134000Khz, get_min_freq: 214000Khz
  2303. [ 0.949330] exynos-devfreq 17000040.devfreq_disp: min_freq: 214000Khz, max_freq: 533000Khz
  2304. [ 0.949340] exynos-devfreq 17000040.devfreq_disp: Initial Frequency: 533000, Initial Voltage: 0
  2305. [ 0.949493] exynos-devfreq 17000040.devfreq_disp: devfreq is initialized!!
  2306. [ 0.949525] exynos-devfreq 17000050.devfreq_cam: This does not use acpm
  2307. [ 0.949533] exynos-devfreq 17000050.devfreq_cam: not used UM monitor
  2308. [ 0.949541] exynos-devfreq 17000050.devfreq_cam: DEVFREQ : 690000Khz, 0uV
  2309. [ 0.949546] exynos-devfreq 17000050.devfreq_cam: DEVFREQ : 680000Khz, 0uV
  2310. [ 0.949551] exynos-devfreq 17000050.devfreq_cam: DEVFREQ : 670000Khz, 0uV
  2311. [ 0.949557] exynos-devfreq 17000050.devfreq_cam: DEVFREQ : 660000Khz, 0uV
  2312. [ 0.949562] exynos-devfreq 17000050.devfreq_cam: DEVFREQ : 650000Khz, 0uV
  2313. [ 0.949567] exynos-devfreq 17000050.devfreq_cam: DEVFREQ : 640000Khz, 0uV
  2314. [ 0.949572] exynos-devfreq 17000050.devfreq_cam: DEVFREQ : 630000Khz, 0uV
  2315. [ 0.949577] exynos-devfreq 17000050.devfreq_cam: max_freq: 690000Khz, get_max_freq: 690000Khz
  2316. [ 0.949582] exynos-devfreq 17000050.devfreq_cam: min_freq: 630000Khz, get_min_freq: 630000Khz
  2317. [ 0.949587] exynos-devfreq 17000050.devfreq_cam: min_freq: 630000Khz, max_freq: 690000Khz
  2318. [ 0.949592] exynos-devfreq 17000050.devfreq_cam: Initial Frequency: 630000, Initial Voltage: 0
  2319. [ 0.949694] exynos-devfreq 17000050.devfreq_cam: devfreq is initialized!!
  2320. [ 0.949778] battery_notifier_init
  2321. [ 0.949826] max77865_fuelgauge_init:
  2322. [ 0.949880] max77865_fuelgauge_probe: max77865 Fuelgauge Driver Loading
  2323. [ 0.950019] max77865_fuelgauge_parse_dt error reading capacity_max_hv -22
  2324. [ 0.950026] max77865_fuelgauge_parse_dt error reading capacity_max_margin -22
  2325. [ 0.950033] max77865_fuelgauge_parse_dt : LOW TEMP LIMIT(100)
  2326. [ 0.950041] max77865_fuelgauge_parse_dt : SW V Empty (3200)mV, SW V Empty recover (3480)mV
  2327. [ 0.950060] max77865_fuelgauge_parse_dt error reading filtercfg -22
  2328. [ 0.950065] max77865_fuelgauge_parse_dt error reading filtercfg_low_temp -22
  2329. [ 0.950074] max77865_fuelgauge_parse_dt len: 4416, lenth: 1104, 92
  2330. [ 0.950130] max77865_fuelgauge_parse_dt : Full condition soc is Empty
  2331. [ 0.950137] max77865_fuelgauge_parse_dt thermal: 2, fg_irq: 0, capacity_max: 1000
  2332. qrtable20: 0x900, qrtable30: 0x880, filtercfg: 0xcea4, filtercfg_low_temp: 0xcea7
  2333. capacity_max_margin: 300, capacity_min: 0
  2334. calculation_type: 0x1c, fuel_alert_soc: 1,
  2335. repeated_fuelalert: 1
  2336. [ 0.950152] [max77865_fuelgauge_parse_dt][5935]
  2337. [ 0.950547] max77865_fg_read_rawsoc: raw capacity (0.01%) (8950)
  2338. [ 0.950553] max77865_fg_read_rawsoc: raw capacity (8950), data(0x5980)
  2339. [ 0.951107] max77865_fg_init: jig_result : 0
  2340. [ 0.951409] max77865_fuelgauge_probe: SW/HW V empty init
  2341. [ 0.951826] max77865_fg_set_vempty: HW V EMPTY Disable, SW V EMPTY Enable with 3200 mV (3200)
  2342. [ 0.951887] [max77865_fuelgauge_probe]IRQ_BASE(198) FG_IRQ(210)
  2343. [ 0.953127] [max77865_fg_alert_init] SALRT(0xff01), CONFIG(0x0314)
  2344. [ 0.953340] max77865_fuelgauge_probe: max77865 Fuelgauge Driver Loaded
  2345. [ 0.953368] max77865_charger_init :
  2346. [ 0.953423] max77865_charger_probe: max77865 Charger Driver Loading
  2347. [ 0.953460] max77865_charger_parse_dt: battery,chg_float_voltage is 43500
  2348. [ 0.953495] max77865_charger_parse_dt: np(max77865-charger) is NULL
  2349. [ 0.953528] max77865_charger_initialize
  2350. [ 0.954866] max77865_set_float_voltage: battery cv voltage 0x18
  2351. [ 0.956717] max77865_charger_probe : device found : ver.0x2
  2352. [ 0.958776] max77865_charger_probe: MAX77865 Charger Driver Loaded
  2353. [ 0.958802] mfc_charger_init
  2354. [ 0.958933] mfc-charger 11-003b: mfc_charger_probe: MFC Charger Driver Loading
  2355. [ 0.958940] mfc_chg_parse_dt fod WPC data = 150
  2356. [ 0.958944] mfc_chg_parse_dt fod WPC data = 52
  2357. [ 0.958948] mfc_chg_parse_dt fod WPC data = 142
  2358. [ 0.958951] mfc_chg_parse_dt fod WPC data = 44
  2359. [ 0.958954] mfc_chg_parse_dt fod WPC data = 150
  2360. [ 0.958957] mfc_chg_parse_dt fod WPC data = 28
  2361. [ 0.958960] mfc_chg_parse_dt fod WPC data = 150
  2362. [ 0.958963] mfc_chg_parse_dt fod WPC data = 25
  2363. [ 0.958966] mfc_chg_parse_dt fod WPC data = 150
  2364. [ 0.958969] mfc_chg_parse_dt fod WPC data = 27
  2365. [ 0.958972] mfc_chg_parse_dt fod WPC data = 156
  2366. [ 0.958974] mfc_chg_parse_dt fod WPC data = 13
  2367. [ 0.958978] mfc_chg_parse_dt fod PMA data = 150
  2368. [ 0.958981] mfc_chg_parse_dt fod PMA data = 52
  2369. [ 0.958984] mfc_chg_parse_dt fod PMA data = 142
  2370. [ 0.958986] mfc_chg_parse_dt fod PMA data = 44
  2371. [ 0.958989] mfc_chg_parse_dt fod PMA data = 150
  2372. [ 0.958992] mfc_chg_parse_dt fod PMA data = 28
  2373. [ 0.958995] mfc_chg_parse_dt fod PMA data = 150
  2374. [ 0.958997] mfc_chg_parse_dt fod PMA data = 25
  2375. [ 0.959000] mfc_chg_parse_dt fod PMA data = 150
  2376. [ 0.959003] mfc_chg_parse_dt fod PMA data = 27
  2377. [ 0.959006] mfc_chg_parse_dt fod PMA data = 156
  2378. [ 0.959008] mfc_chg_parse_dt fod PMA data = 13
  2379. [ 0.959013] mfc_chg_parse_dt fod A4WP data = 150
  2380. [ 0.959016] mfc_chg_parse_dt fod A4WP data = 52
  2381. [ 0.959019] mfc_chg_parse_dt fod A4WP data = 142
  2382. [ 0.959022] mfc_chg_parse_dt fod A4WP data = 44
  2383. [ 0.959025] mfc_chg_parse_dt fod A4WP data = 150
  2384. [ 0.959027] mfc_chg_parse_dt fod A4WP data = 28
  2385. [ 0.959031] mfc_chg_parse_dt fod A4WP data = 150
  2386. [ 0.959033] mfc_chg_parse_dt fod A4WP data = 25
  2387. [ 0.959036] mfc_chg_parse_dt fod A4WP data = 150
  2388. [ 0.959039] mfc_chg_parse_dt fod A4WP data = 27
  2389. [ 0.959042] mfc_chg_parse_dt fod A4WP data = 156
  2390. [ 0.959044] mfc_chg_parse_dt fod A4WP data = 13
  2391. [ 0.959048] mfc_chg_parse_dt fod WPC data_cv = 150
  2392. [ 0.959051] mfc_chg_parse_dt fod WPC data_cv = 82
  2393. [ 0.959054] mfc_chg_parse_dt fod WPC data_cv = 142
  2394. [ 0.959057] mfc_chg_parse_dt fod WPC data_cv = 74
  2395. [ 0.959060] mfc_chg_parse_dt fod WPC data_cv = 150
  2396. [ 0.959062] mfc_chg_parse_dt fod WPC data_cv = 58
  2397. [ 0.959065] mfc_chg_parse_dt fod WPC data_cv = 150
  2398. [ 0.959068] mfc_chg_parse_dt fod WPC data_cv = 55
  2399. [ 0.959071] mfc_chg_parse_dt fod WPC data_cv = 150
  2400. [ 0.959073] mfc_chg_parse_dt fod WPC data_cv = 57
  2401. [ 0.959076] mfc_chg_parse_dt fod WPC data_cv = 156
  2402. [ 0.959078] mfc_chg_parse_dt fod WPC data_cv = 43
  2403. [ 0.959083] mfc_chg_parse_dt fod PMA data_cv = 150
  2404. [ 0.959086] mfc_chg_parse_dt fod PMA data_cv = 82
  2405. [ 0.959089] mfc_chg_parse_dt fod PMA data_cv = 142
  2406. [ 0.959091] mfc_chg_parse_dt fod PMA data_cv = 74
  2407. [ 0.959094] mfc_chg_parse_dt fod PMA data_cv = 150
  2408. [ 0.959097] mfc_chg_parse_dt fod PMA data_cv = 58
  2409. [ 0.959100] mfc_chg_parse_dt fod PMA data_cv = 150
  2410. [ 0.959103] mfc_chg_parse_dt fod PMA data_cv = 55
  2411. [ 0.959106] mfc_chg_parse_dt fod PMA data_cv = 150
  2412. [ 0.959108] mfc_chg_parse_dt fod PMA data_cv = 57
  2413. [ 0.959111] mfc_chg_parse_dt fod PMA data_cv = 156
  2414. [ 0.959114] mfc_chg_parse_dt fod PMA data_cv = 43
  2415. [ 0.959118] mfc_chg_parse_dt fod A4WP data_cv = 150
  2416. [ 0.959121] mfc_chg_parse_dt fod A4WP data_cv = 82
  2417. [ 0.959124] mfc_chg_parse_dt fod A4WP data_cv = 142
  2418. [ 0.959127] mfc_chg_parse_dt fod A4WP data_cv = 74
  2419. [ 0.959130] mfc_chg_parse_dt fod A4WP data_cv = 150
  2420. [ 0.959132] mfc_chg_parse_dt fod A4WP data_cv = 58
  2421. [ 0.959135] mfc_chg_parse_dt fod A4WP data_cv = 150
  2422. [ 0.959138] mfc_chg_parse_dt fod A4WP data_cv = 55
  2423. [ 0.959141] mfc_chg_parse_dt fod A4WP data_cv = 150
  2424. [ 0.959143] mfc_chg_parse_dt fod A4WP data_cv = 57
  2425. [ 0.959146] mfc_chg_parse_dt fod A4WP data_cv = 156
  2426. [ 0.959149] mfc_chg_parse_dt fod A4WP data_cv = 43
  2427. [ 0.959153] mfc_chg_parse_dt there is not fod_hero_5v_data
  2428. [ 0.959164] mfc_chg_parse_dt: mst_switch_delay is Empty
  2429. [ 0.959177] mfc_chg_parse_dt wpc_det = 0x16, irq_wpc_det = 0x129
  2430. [ 0.959185] mfc_chg_parse_dt wpc_int = 0x20, irq_wpc_int = 0x12a
  2431. [ 0.959203] mfc_charger_probe: mfc-charger
  2432. [ 0.959412] mfc_charger_probe wc_w_state_irq = 1
  2433. [ 0.959426] mfc-charger 11-003b: mfc_charger_probe: MFC Charger Driver Loaded
  2434. [ 0.959444] mfc_wpc_det_irq_thread !
  2435. [ 0.959640] exynos5-hsi2c 10940000.hsi2c: HSI2C Error Interrupt occurred(IS:0x00000400, TR:0x00000000)
  2436. [ 0.959679] exynos5-hsi2c 10940000.hsi2c: ack was not received at write
  2437. [ 0.959831] mfc_reg_read: i2c read error, reg: 0x0, ret: -6 (called by mfc_get_chip_id)
  2438. [ 0.959837] mfc_get_chip_id: IDT CHIP
  2439. [ 0.959842] mfc_wpc_det_work : first chip_id read(0)
  2440. [ 0.959847] mfc_wpc_det_work
  2441. [ 0.959854] mfc_wpc_det_work: w(0 to 0)
  2442. [ 0.959883] 15b70000.adc supply vdd not found, using dummy regulator
  2443. [ 0.960083] exynos-adc 15b70000.adc: Probed successfully driver.
  2444. [ 0.960446] Trustonic TEE: mobicore_init: MobiCore mcDrvModuleApi version is 6.3
  2445. [ 0.960548] Trustonic TEE: mobicore_probe: MobiCore t-base-EXYNOS64-Android-400C-V002-20181101_223909_58281_87506
  2446. [ 0.960771] Trustonic TEE: __mc_switch_core: <- cpu=0x00000001, active_cpu=0x00000000
  2447.  
  2448. [ 0.960845] Trustonic TEE: mc_exec_core_switch: CoreSwap ok 0 -> 1
  2449. [ 0.961110] Trustonic TEE: mtk(0)|*** Trustonic TEE MTK, Build: Feb 12 2020, 07:27:53 ***
  2450. [ 0.961118] Trustonic TEE: mtk(0)|MTK: t-base-EXYNOS64-Android-400A-V012-20200212_070937_533_102544
  2451. [ 0.961870] Trustonic TEE: mobicore_start:
  2452. product_id = t-base-EXYNOS64-Android-400A-V012-20200212_070937_533_102544
  2453. version_mci = 0x00010006
  2454. version_so = 0x00020002
  2455. version_mclf = 0x00020005
  2456. version_container = 0x00020001
  2457. version_mc_config = 0x00000003
  2458. version_tl_api = 0x00010014
  2459. version_dr_api = 0x00010004
  2460. version_nwd = 0x00060003
  2461.  
  2462. [ 0.961904] Trustonic TEE: mobicore_start: SWd uses LPAE MMU table format
  2463. [ 0.962012] Loading t-base-tui module.
  2464. [ 0.962017] t-base-EXYNOS64-Android-400C-V002-20181101_223909_58281_87506
  2465. [ 0.962172] [SX9320]: sx9320_probe - Probe Start!
  2466. [ 0.962240] input: grip_sensor as /devices/virtual/input/input2
  2467. [ 0.962317] [SX9320]: sx9320_read_setupreg - sx9320,afeph0: property read err 0x19 (-22)
  2468. [ 0.962324] [SX9320]: sx9320_read_setupreg - sx9320,afeph1: property read err 0x19 (-22)
  2469. [ 0.962329] [SX9320]: sx9320_read_setupreg - sx9320,afeph2: property read err 0x19 (-22)
  2470. [ 0.962334] [SX9320]: sx9320_read_setupreg - sx9320,afeph3: property read err 0x19 (-22)
  2471. [ 0.962339] [SX9320]: afeph0:2a, afeph1:2a, afeph2:2a, afeph3:26
  2472. [ 0.962615] usb: [M] manager_notifier_register: listener=26 register
  2473. [ 0.962621] [SX9320]: sx9320_probe - Probe done!
  2474. [ 0.962783] samsung-pinctrl 164b0000.pinctrl: pin gpa4-6 already requested by 164b0000.pinctrl; cannot claim for spi10.0
  2475. [ 0.962790] samsung-pinctrl 164b0000.pinctrl: pin-44 (spi10.0) status -22
  2476. [ 0.962797] samsung-pinctrl 164b0000.pinctrl: could not request pin 44 (gpa4-6) from group gpa4-6 on device samsung-pinctrl
  2477. [ 0.962802] brcm gps spi spi10.0: Error applying setting, reverse things back
  2478. [ 0.962833] [SSPBBD] ssp-host-req=34, ssp-mcu_req=182, ssp-mcu-resp=75
  2479. [ 0.962936] [SSPBBD]: Probe OK. ssp-host-req=34, irq=300, priv=0x0000000000000000
  2480. [ 0.963057] BBD:bbd_init(239,1) registered /dev/bbd_sensor
  2481. [ 0.963105] BBD:bbd_init(239,2) registered /dev/bbd_control
  2482. [ 0.963163] BBD:bbd_init(239,3) registered /dev/bbd_patch
  2483. [ 0.963189] [SSP] ssp_probe, is called
  2484. [ 0.963259] [SSPBBD] ssp-pwr-en=-2
  2485. [ 0.963264] [SSPBBD]: GPIO value not correct
  2486. [ 0.963279] [SSP] acc-posi[0] mag-posi[6]
  2487. [ 0.963284] [SSP] acc-type = 0
  2488. [ 0.963289] [SSP] mag-type = 1
  2489. [ 0.963296] [SSP]: ssp_parse_dt - no hall-threshold, set as 0
  2490. [ 0.963355]
  2491. #####################################################
  2492. [ 0.963527] [SSP] accelerometer_sensor(0) - iio_device, iRet = 0
  2493. [ 0.963712] [SSP] geomagnetic_sensor(1) - iio_device, iRet = 0
  2494. [ 0.963795] [SSP] uncal_geomagnetic_sensor(3) - iio_device, iRet = 0
  2495. [ 0.963864] [SSP] gyro_sensor(4) - iio_device, iRet = 0
  2496. [ 0.963931] [SSP] uncal_gyro_sensor(5) - iio_device, iRet = 0
  2497. [ 0.963998] [SSP] interrupt_gyro_sensor(6) - iio_device, iRet = 0
  2498. [ 0.964065] [SSP] pressure_sensor(7) - iio_device, iRet = 0
  2499. [ 0.964130] [SSP] light_sensor(8) - iio_device, iRet = 0
  2500. [ 0.964196] [SSP] light_ir_sensor(9) - iio_device, iRet = 0
  2501. [ 0.964263] [SSP] light_flicker_sensor(10) - iio_device, iRet = 0
  2502. [ 0.964329] [SSP] proximity_sensor(11) - iio_device, iRet = 0
  2503. [ 0.964395] [SSP] proximity_alert_sensor(12) - iio_device, iRet = 0
  2504. [ 0.964461] [SSP] rotation_vector_sensor(14) - iio_device, iRet = 0
  2505. [ 0.964527] [SSP] game_rotation_vector(15) - iio_device, iRet = 0
  2506. [ 0.964595] [SSP] sig_motion_sensor(16) - iio_device, iRet = 0
  2507. [ 0.964658] [SSP] step_det_sensor(17) - iio_device, iRet = 0
  2508. [ 0.964725] [SSP] step_cnt_sensor(18) - iio_device, iRet = 0
  2509. [ 0.964803] [SSP] tilt_detector(19) - iio_device, iRet = 0
  2510. [ 0.964868] [SSP] pickup_gesture(20) - iio_device, iRet = 0
  2511. [ 0.964932] [SSP] scontext_iio(21) - iio_device, iRet = 0
  2512. [ 0.964996] [SSP] light_cct_sensor(22) - iio_device, iRet = 0
  2513. [ 0.965061] [SSP] uncal_accel_sensor(23) - iio_device, iRet = 0
  2514. [ 0.965125] [SSP] meta_event(24) - iio_device, iRet = 0
  2515. [ 0.965190] [SSP] wake_up_motion(25) - iio_device, iRet = 0
  2516. [ 0.965603] [SSP] initialize_mobeam
  2517. [ 0.965732] input: ssp_context as /devices/virtual/input/input3
  2518. [ 0.966057] muic_notifier_register: listener=5 register
  2519. [ 0.966066] [SSP] exynos_cpuidle_muic_notifier: dev=498, action=0
  2520. [ 0.966071] [SSP]: ssp_probe - probe success!
  2521. [ 0.966077] [SSP]: ssp_probe motor callback set!
  2522. [ 0.966122] #####################################################
  2523.  
  2524. [ 0.966131] BBD:bbd_init 3136461 nsec elapsed
  2525. [ 0.966325] HRM_dbg : hrm_probe - start
  2526. [ 0.966341] HRM_dbg : hrm_parse_dt: success pinctrl_get (ffffffc07f5a2480)
  2527. [ 0.966356] HRM_dbg : hrm_power_ctrl - onoff : 1, state : 0
  2528. [ 0.966455] HRM_dbg : hrm_power_ctrl - onoff = 1
  2529. [ 0.966794] s2m_enable: s2dos03-ldo2 enable (0x3)
  2530. [ 0.967516] s2m_enable: s2dos03-ldo4 enable (0x3)
  2531. [ 0.969977] HRM_dbg : __max869_otp_id - 0x8B :6
  2532. [ 0.970807] HRM_dbg : __max869_trim_check isTrimmed :32, reg97_val : 32
  2533. [ 0.970873] input: hrm_sensor as /devices/virtual/input/input4
  2534. [ 0.971044] HRM_dbg : hrm_power_ctrl - onoff : 0, state : 1
  2535. [ 0.971129] HRM_dbg : hrm_power_ctrl - onoff = 0
  2536. [ 0.971136] s2m_disable_regmap: s2dos03-ldo2 disable (0x3)
  2537. [ 0.971391] s2m_disable_regmap: s2dos03-ldo4 disable (0x3)
  2538. [ 0.971677] HRM_dbg : hrm_probe success
  2539. [ 0.971732] vfsspi_init
  2540. [ 0.971822] vfsspi_probe
  2541. [ 0.971828] vfsspi_parse_dt: not set sleep_pin
  2542. [ 0.971835] vfsspi_parse_dt: drdyPin=17
  2543. [ 0.971843] vfsspi_parse_dt: ldo_pin=84
  2544. [ 0.971847] vfsspi_parse_dt: not use btp_regulator
  2545. [ 0.971852] vfsspi_parse_dt: chipid: NAMSAN
  2546. [ 0.971857] vfsspi_parse_dt: adm: 1
  2547. [ 0.971861] vfsspi_parse_dt: orient=0
  2548. [ 0.971866] vfsspi_platformInit
  2549. [ 0.971911] vfsspi_platformInit : platformInit success!
  2550. [ 0.972063] vfsspi_probe successful
  2551. [ 0.972088] vfsspi_init is successful
  2552. [ 0.972936] [VIB] model = 1
  2553. [ 0.972944] [VIB] max_timeout = 10000
  2554. [ 0.972948] [VIB] multi frequency = 7
  2555. [ 0.972953] [VIB] duty[0] = 31738
  2556. [ 0.972957] [VIB] period[0] = 48828
  2557. [ 0.972961] [VIB] duty[1] = 42317
  2558. [ 0.972966] [VIB] period[1] = 65104
  2559. [ 0.972970] [VIB] duty[2] = 33853
  2560. [ 0.972974] [VIB] period[2] = 52083
  2561. [ 0.972978] [VIB] duty[3] = 25390
  2562. [ 0.972982] [VIB] period[3] = 39062
  2563. [ 0.972986] [VIB] duty[4] = 28211
  2564. [ 0.972990] [VIB] period[4] = 43402
  2565. [ 0.972994] [VIB] duty[5] = 37108
  2566. [ 0.972998] [VIB] period[5] = 39062
  2567. [ 0.973001] [VIB] duty[6] = 37108
  2568. [ 0.973005] [VIB] period[6] = 39062
  2569. [ 0.973009] [VIB] pwm_id = 1
  2570. [ 0.977479] s2m_disable_regmap: LDO2 disable (0x3e)
  2571. [ 0.980687] [VIB] drv2624_init
  2572. [ 0.980750] ccic_notifier_init
  2573. [ 0.980755] ccic_notifier_init already registered
  2574. [ 0.980820] s2mm005_usbpd_probe
  2575. [ 0.980847] usbpd-s2mm005 12-0033: hw_rev:10 usbpd_irq = 21 redriver_en = -2 s2mm005_om = 76
  2576. s2mm005_sda = 211, s2mm005_scl = 212, fw_product_id=0x01
  2577. [ 0.980871] usbpd-s2mm005 12-0033: s2mm005_usbpd_probe:IRQ NUM 305
  2578. [ 0.980945] usbpd-s2mm005 12-0033: probed, irq 21
  2579. [ 0.982960] s2mm005_usbpd_probe CHIP HWversion 1 0 0 6
  2580. [ 0.982967] s2mm005_usbpd_probe CHIP HWversion2 0 0 0 0
  2581. [ 0.985703] s2mm005_usbpd_probe CHIP SWversion 1 0 43 7
  2582. [ 0.985710] s2mm005_usbpd_probe CHIP SWversion2 0 0 0 0
  2583. [ 0.985715] s2mm005_usbpd_probe SRC SWversion: 1, 0,43, 7
  2584. [ 0.985720] s2mm005_usbpd_probe: FW UPDATE boot:7 hw_rev:10
  2585. [ 0.988447] s2mm005_usbpd_probe CHIP SWversion 1 0 43 7
  2586. [ 0.988453] s2mm005_usbpd_probe CHIP SWversion2 0 0 0 0
  2587. [ 0.988459] usbpd-s2mm005 12-0033: --- Read Data on TX_SNK_CAPA_MSG(0x220)
  2588.  
  2589. [ 0.988467] usbpd-s2mm005 12-0033: 0x00001144
  2590.  
  2591. [ 0.988475] usbpd-s2mm005 12-0033: 0x36019032
  2592.  
  2593. [ 0.988482] usbpd-s2mm005 12-0033: 0x00000000
  2594.  
  2595. [ 0.988489] usbpd-s2mm005 12-0033: 0x00000000
  2596.  
  2597. [ 0.988496] usbpd-s2mm005 12-0033: 0x00000000
  2598.  
  2599. [ 0.988503] usbpd-s2mm005 12-0033: 0x00000000
  2600.  
  2601. [ 0.988511] usbpd-s2mm005 12-0033: 0x00000000
  2602.  
  2603. [ 0.988518] usbpd-s2mm005 12-0033: 0x00000000
  2604.  
  2605. [ 0.988525] usbpd-s2mm005 12-0033: --- Write DATA
  2606.  
  2607. [ 0.988532] usbpd-s2mm005 12-0033: 0x00002144
  2608.  
  2609. [ 0.988539] usbpd-s2mm005 12-0033: 0x36019032
  2610.  
  2611. [ 0.988546] usbpd-s2mm005 12-0033: 0x8F019032
  2612.  
  2613. [ 0.988552] usbpd-s2mm005 12-0033: 0x00000000
  2614.  
  2615. [ 0.988559] usbpd-s2mm005 12-0033: 0x00000000
  2616.  
  2617. [ 0.988566] usbpd-s2mm005 12-0033: 0x00000000
  2618.  
  2619. [ 0.988573] usbpd-s2mm005 12-0033: 0x00000000
  2620.  
  2621. [ 0.988580] usbpd-s2mm005 12-0033: 0x00000000
  2622.  
  2623. [ 0.988587] usbpd-s2mm005 12-0033: 0x00000000
  2624.  
  2625. [ 0.988594] usbpd-s2mm005 12-0033: 0x00000000
  2626.  
  2627. [ 0.988600] usbpd-s2mm005 12-0033: 0x00000000
  2628.  
  2629. [ 0.988607] usbpd-s2mm005 12-0033: 0x00000000
  2630.  
  2631. [ 0.988614] usbpd-s2mm005 12-0033: 0x00000000
  2632.  
  2633. [ 0.988621] usbpd-s2mm005 12-0033: 0x00000000
  2634.  
  2635. [ 0.988628] usbpd-s2mm005 12-0033: 0x00000000
  2636.  
  2637. [ 0.988634] usbpd-s2mm005 12-0033: 0x00000000
  2638.  
  2639. [ 0.989565] usbpd-s2mm005 12-0033: --- Read 2 new Data on TX_SNK_CAPA_MSG(0x220)
  2640.  
  2641. [ 0.989573] usbpd-s2mm005 12-0033: 0x00001144
  2642.  
  2643. [ 0.989580] usbpd-s2mm005 12-0033: 0x36019032
  2644.  
  2645. [ 0.989587] usbpd-s2mm005 12-0033: 0x00000000
  2646.  
  2647. [ 0.989594] usbpd-s2mm005 12-0033: 0x00000000
  2648.  
  2649. [ 0.989601] usbpd-s2mm005 12-0033: 0x00000000
  2650.  
  2651. [ 0.989608] usbpd-s2mm005 12-0033: 0x00000000
  2652.  
  2653. [ 0.989615] usbpd-s2mm005 12-0033: 0x00000000
  2654.  
  2655. [ 0.989622] usbpd-s2mm005 12-0033: 0x00000000
  2656.  
  2657. [ 0.989628] LPM_ENABLE
  2658. [ 0.989827] s2mm005_usbpd_probe : success typec_register_port port=0000000000000000
  2659. [ 0.989832] usb_notify: send_otg_notify otg_notify is null
  2660. [ 0.989861] set_host_turn_on_event : current_set is 0!
  2661. [ 0.989939] ccic_misc_init - register success
  2662. [ 0.989944] s2mm005_int_clear : -- clear clear --
  2663. [ 0.990188] usbpd-s2mm005 12-0033: 1 times
  2664. [ 0.990224] usbpd-s2mm005 12-0033: IRQ0:01
  2665. [ 0.990244] process_cc_attach
  2666. [ 0.990258] process_cc_water
  2667. [ 0.990313] usb_notify: usb_external_notify_register: listener=(pdic)2 register
  2668. [ 0.990319] s2mm005_usbpd_probe : external notifier register done!
  2669. [ 0.990323] s2mm005_int_clear : -- clear clear --
  2670. [ 0.990586] usbpd-s2mm005 12-0033: process_cc_water: WATER reg:0xA1 WATER=0 DRY=1
  2671. [ 0.990877] usbcore: registered new interface driver snd-usb-audio
  2672. [ 0.990968] usbpd-s2mm005 12-0033: Rsvd_H:0x0F PD_Nxt_State:0xFF Rsvd_L:0x21 PD_State:14
  2673. [ 0.990987] usbpd-s2mm005 12-0033: func_state :0xFFF210E, is_dfp : 1, is_src : 1
  2674. [ 0.991004] process_cc_get_int_status
  2675. [ 0.991485] [MAX98506_DEBUG] max98506_i2c_probe: enter, device 'max98506'
  2676. [ 0.991499] max98506 3-0031: There is no log_class property.
  2677. [ 0.991505] max98506 3-0031: Sub-device register was not found.
  2678. [ 0.991511] max98506 3-0031: There is no interleave information.
  2679. [ 0.991516] [MAX98506_DEBUG] max98506_i2c_probe: use DSM(0)
  2680. [ 0.991611] [MAXIM_DSM] maxdsm_update_param_info: version=35, platform_type=0
  2681. [ 0.991619] [MAXIM_DSM] maxdsm_update_param_info: version=42, platform_type=2
  2682. [ 0.991666] [MAX98506_DEBUG] max98506_i2c_probe: exit, device 'max98506'
  2683. [ 0.991954] [MAXIM_DSM_CAL] maxdsm_cal_init: g_class=ffffffc07f841000 ffffffc07f841000
  2684. [ 0.991960] [MAXIM_DSM_CAL] maxdsm_cal_init: Completed initialization
  2685. [ 0.992064] [MAXIM_DSM_POWER] maxdsm_power_init: class=ffffffc07f841000 ffffffc07f841000
  2686. [ 0.992069] [MAXIM_DSM_POWER] maxdsm_power_init: Completed initialization
  2687. [ 0.992262] s2mm005_int_clear : -- clear clear --
  2688. [ 0.992373] samsung-mailbox-asoc 14040000.mailbox: Probed successfully
  2689. [ 0.992404] usbpd-s2mm005 12-0033: SYNC Status = 0x00000000
  2690. [ 0.992422] usbpd-s2mm005 12-0033: CTRL MSG Status = 0x00000000
  2691. [ 0.992438] usbpd-s2mm005 12-0033: DATA MSG Status = 0x00000000
  2692. [ 0.992453] usbpd-s2mm005 12-0033: EXTD MSG Status = 0x00000000
  2693. [ 0.992469] usbpd-s2mm005 12-0033: MSG IRQ Status = 0x00000000
  2694. [ 0.992485] usbpd-s2mm005 12-0033: VDM IRQ Status = 0x00000000
  2695. [ 0.992501] usbpd-s2mm005 12-0033: SSM_MSG IRQ Status = 0x00000000
  2696. [ 0.992517] usbpd-s2mm005 12-0033: AP REQ GET Status = 0x00000000
  2697. [ 0.992533] usbpd-s2mm005 12-0033: 0x50 IRQ Status = 0x00000007
  2698. [ 0.992549] usbpd-s2mm005 12-0033: 0x54 IRQ Status = 0x00000000
  2699. [ 0.992557] samsung-vts 14020000.vts: samsung_vts_probe
  2700. [ 0.992576] usbpd-s2mm005 12-0033: 0x58 IRQ Status = 0x00000000
  2701. [ 0.992594] set_enable_alternate_mode : mode is reset! check_is_driver_loaded=0, prev_alternate_mode=0
  2702. [ 0.992608] process_pd
  2703. [ 0.992625] usbpd-s2mm005 12-0033: rp_currentlvl:0x01, is_source:0x01
  2704. [ 0.992640] process_cc_rid
  2705. [ 0.992659] samsung-vts 14020000.vts: samsung_vts_devm_request_and_map: sfr(0000000014020000) is mapped on ffffff8018c20000 with size of 65536
  2706. [ 0.992673] samsung-vts 14020000.vts: samsung_vts_devm_request_and_map: sram(0000000014100000) is mapped on ffffff8018c80000 with size of 366592
  2707. [ 0.992686] samsung-vts 14020000.vts: samsung_vts_devm_request_and_map: dmic(0000000014070000) is mapped on ffffff800ad1e000 with size of 8
  2708. [ 0.992696] samsung-vts 14020000.vts: samsung_vts_devm_request_and_map: gpr(00000000141f0000) is mapped on ffffff800ad32000 with size of 80
  2709. [ 0.992704] samsung-vts 14020000.vts: VTS Tunned Gain value LPSD: 0 DMIC: 0 AMIC: 4
  2710. [ 0.992823] usbpd-s2mm005 12-0033: prev_rid:7 , RID:7
  2711. [ 0.992847] usbpd-s2mm005 12-0033: IRQ1:01
  2712. [ 0.994241] samsung-vts 14020000.vts: Direct firmware load for vts.bin failed with error -2
  2713. [ 0.994250] samsung-vts 14020000.vts: Falling back to user helper
  2714. [ 0.994349] samsung-vts 14020000.vts: vts_runtime_resume
  2715. [ 0.994358] samsung-vts 14020000.vts: vts_cfg_gpio(dmic_default)
  2716. [ 0.994379] samsung-vts 14020000.vts: vts_cfg_gpio(idle)
  2717. [ 0.994411] samsung-vts 14020000.vts: vts_acquire_sram(1)
  2718. [ 0.994429] samsung-vts 14020000.vts: dmic clock rate:4096000
  2719. [ 0.994433] vts_cpu_power(1)
  2720. [ 0.994443] samsung-vts 14020000.vts: vts_download_firmware
  2721. [ 0.994448] samsung-vts 14020000.vts: firmware is not loaded
  2722. [ 0.994454] samsung-vts 14020000.vts: Failed to download firmware
  2723. [ 0.994458] vts_cpu_power(0)
  2724. [ 0.994472] samsung-vts 14020000.vts: vts_release_sram(1)
  2725. [ 0.994480] samsung-vts 14020000.vts: vts_release_sram(1) completed
  2726. [ 0.994485] samsung-vts 14020000.vts: vts_irq_enable IRQ Enable: [FALSE]
  2727. [ 0.994501] samsung-vts 14020000.vts: vts_cfg_gpio(idle)
  2728. [ 0.994733] samsung-vts 14020000.vts: Probed successfully
  2729. [ 0.994907] samsung-vts-dma 0.vts_dma: samsung_vts_dma_probe
  2730. [ 0.994982] samsung-vts-dma 0.vts_dma: samsung_vts_dma_probe - vts-trigger-record Probed
  2731. [ 0.994988] samsung-vts 14020000.vts: vts_register_dma: VTS-DMA id(0)Registered
  2732. [ 0.995015] samsung-vts-dma 1.vts_dma: samsung_vts_dma_probe
  2733. [ 0.995089] samsung-vts-dma 1.vts_dma: samsung_vts_dma_probe - vts-record Probed
  2734. [ 0.995094] samsung-vts 14020000.vts: vts_register_dma: VTS-DMA id(1)Registered
  2735. [ 0.995362] samsung-abox-gic 13ef1000.abox_gic: samsung_abox_gic_probe
  2736. [ 0.995410] samsung-abox-gic 13ef1000.abox_gic: samsung_abox_gic_probe: probe complete
  2737. [ 0.995712] samsung-abox 13e50000.abox: samsung_abox_probe
  2738. [ 0.998281] samsung-abox 13e50000.abox: dram firmware(0xc00000) alloc
  2739. [ 0.998540] samsung-abox 13e50000.abox: iva firmware(0x80000) alloc
  2740. [ 0.998555] samsung-abox 13e50000.abox: Fault handler is registered for 13e30000.sysmmu
  2741. [ 0.999933] samsung-abox 13e50000.abox: Direct firmware load for calliope_sram.bin failed with error -2
  2742. [ 0.999940] samsung-abox 13e50000.abox: Falling back to user helper
  2743. [ 1.000037] abox_cpu_enable(0)
  2744. [ 1.000047] abox_cpu_power(0)
  2745. [ 1.000090] samsung-abox-gic 13ef1000.abox_gic: abox_gic_register_irq_handler
  2746. [ 1.000165] samsung-abox 13e50000.abox: abox_runtime_resume
  2747. [ 1.000171] samsung-abox 13e50000.abox: abox_enable
  2748. [ 1.000176] abox_cpu_enable(0)
  2749. [ 1.000185] abox_cpu_power(0)
  2750. [ 1.000196] samsung-abox 13e50000.abox: abox_request_cpu_gear(ab0cdefa, 3)
  2751. [ 1.000223] [ima_create_client:77] ima cleint is created for 13e50000.abox
  2752. [ 1.000228] samsung-abox 13e50000.abox: samsung_abox_probe: probe complete
  2753. [ 1.000281] samsung-abox 13e50000.abox: cpu clock: 393216kHz
  2754. [ 1.000335] samsung-abox 13e50000.abox: audif clock: 24576000
  2755. [ 1.000342] samsung-abox-gic 13ef1000.abox_gic: abox_gic_init_gic
  2756. [ 1.000408] samsung-abox 13e50000.abox: abox_cfg_gpio(default)
  2757. [ 1.000413] samsung-abox 13e50000.abox: abox_download_firmware
  2758. [ 1.000418] samsung-abox 13e50000.abox: SRAM firmware downloading is deferred
  2759. [ 1.004138] samsung-abox-adaptation 13e50000.abox:abox_adaptation: samsung_abox_adaptation_probe
  2760. [ 1.004872] samsung-abox 13e50000.abox: abox_codec_probe
  2761. [ 1.005802] MICVDD: supplied by VDD_1.8V_CODEC
  2762. [ 1.006714] madera spi3.0: Boot done: 0xa5
  2763. [ 1.007679] s2m_enable: LDO2 enable (0x3e)
  2764. [ 1.008084] mmc_host mmc0: Bus speed (slot 0) = 25000000Hz (slot req 300000Hz, actual 297619HZ div = 42)
  2765. [ 1.030362] max98506 3-0031: build number 0.00.0010
  2766. [ 1.030767] [MAX98506_DEBUG] max98506_check_version: rev_id_l 0x80
  2767. [ 1.030775] [MAX98506_DEBUG] max98506_probe: device version 0x80
  2768. [ 1.032658] [MAX98506_DEBUG] max98506_set_slave: enter
  2769. [ 1.033050] [MAX98506_DEBUG] max98506_handle_pdata: [0x1f, 0x00]
  2770. [ 1.033154] [MAX98506_DEBUG] max98506_handle_pdata: [0x21, 0xc0]
  2771. [ 1.033257] [MAX98506_DEBUG] max98506_handle_pdata: [0x2d, 0x14]
  2772. [ 1.033360] [MAX98506_DEBUG] max98506_handle_pdata: [0x2f, 0x00]
  2773. [ 1.033521] [MAX98506_DEBUG] max98506_probe: g_class=ffffffc07f841000 ffffffc07f841000
  2774. [ 1.033527] [MAX98506_DEBUG] max98506_probe: exit 0
  2775. [ 1.033700] samsung-vts 14020000.vts: vts_clk_set_rate(0)
  2776. [ 1.033720] samsung-vts 14020000.vts: DMIC IF clock rate: 1024000
  2777. [ 1.033739] samsung-vts 14020000.vts: DMIC SYNC clock rate: 512000
  2778. [ 1.033765] samsung-vts 14020000.vts: DMIC clock rate: 512000
  2779. [ 1.034227] exynos8895-madera sound: snd-soc-dummy-dai <-> RDMA0 mapping ok
  2780. [ 1.034334] exynos8895-madera sound: snd-soc-dummy-dai <-> RDMA1 mapping ok
  2781. [ 1.034427] exynos8895-madera sound: snd-soc-dummy-dai <-> RDMA2 mapping ok
  2782. [ 1.034550] exynos8895-madera sound: snd-soc-dummy-dai <-> RDMA3 mapping ok
  2783. [ 1.034620] exynos8895-madera sound: snd-soc-dummy-dai <-> RDMA4 mapping ok
  2784. [ 1.034651] compress asoc: snd-soc-dummy-dai <-> RDMA5 mapping ok
  2785. [ 1.034722] exynos8895-madera sound: snd-soc-dummy-dai <-> RDMA6 mapping ok
  2786. [ 1.034803] exynos8895-madera sound: snd-soc-dummy-dai <-> RDMA7 mapping ok
  2787. [ 1.034909] exynos8895-madera sound: snd-soc-dummy-dai <-> WDMA0 mapping ok
  2788. [ 1.035049] exynos8895-madera sound: snd-soc-dummy-dai <-> WDMA1 mapping ok
  2789. [ 1.035127] exynos8895-madera sound: snd-soc-dummy-dai <-> WDMA2 mapping ok
  2790. [ 1.035201] exynos8895-madera sound: snd-soc-dummy-dai <-> WDMA3 mapping ok
  2791. [ 1.035274] exynos8895-madera sound: snd-soc-dummy-dai <-> WDMA4 mapping ok
  2792. [ 1.035382] samsung-abox 13e50000.abox: abox_uaif_set_fmt[0](0x00001001)
  2793. [ 1.035413] exynos8895-madera sound: cs47l92-aif1 <-> UAIF0 mapping ok
  2794. [ 1.035419] samsung-abox 13e50000.abox: abox_uaif_set_fmt[1](0x00004001)
  2795. [ 1.035444] exynos8895-madera sound: snd-soc-dummy-dai <-> UAIF1 mapping ok
  2796. [ 1.035450] samsung-abox 13e50000.abox: abox_uaif_set_fmt[2](0x00001001)
  2797. [ 1.035478] exynos8895-madera sound: snd-soc-dummy-dai <-> UAIF2 mapping ok
  2798. [ 1.035484] samsung-abox 13e50000.abox: abox_uaif_set_fmt[3](0x00001001)
  2799. [ 1.035511] exynos8895-madera sound: snd-soc-dummy-dai <-> UAIF3 mapping ok
  2800. [ 1.035516] [MAX98506_DEBUG] max98506_dai_set_fmt: fmt 0x00004001
  2801. [ 1.035521] [MAX98506_DEBUG] max98506_set_slave: enter
  2802. [ 1.035528] [MAX98506_DEBUG] max98506_dai_set_fmt: set SND_SOC_DAIFMT_I2S
  2803. [ 1.035533] samsung-abox 13e50000.abox: abox_uaif_set_fmt[4](0x00001001)
  2804. [ 1.035584] exynos8895-madera sound: max98506-aif1 <-> UAIF4 mapping ok
  2805. [ 1.035590] samsung-abox 13e50000.abox: abox_dsif_set_fmt[5](0x00001007)
  2806. [ 1.035616] exynos8895-madera sound: snd-soc-dummy-dai <-> DSIF mapping ok
  2807. [ 1.035638] exynos8895-madera sound: snd-soc-dummy-dai <-> Internal mapping ok
  2808. [ 1.035673] samsung-vts-dma 0.vts_dma: vts_platform_new
  2809. [ 1.035678] samsung-vts-dma 0.vts_dma: vts_platform_new Update Soc Card from runtime!!
  2810. [ 1.035683] exynos8895-madera sound: snd-soc-dummy-dai <-> vts-tri mapping ok
  2811. [ 1.035717] samsung-vts-dma 1.vts_dma: vts_platform_new
  2812. [ 1.035722] samsung-vts-dma 1.vts_dma: vts_platform_new Update Soc Card from runtime!!
  2813. [ 1.035727] exynos8895-madera sound: snd-soc-dummy-dai <-> vts-rec mapping ok
  2814. [ 1.035966] exynos8895-madera sound: snd-soc-dummy-dai <-> snd-soc-dummy-dai mapping ok
  2815. [ 1.035990] compress asoc: cs47l92-dsp-trace <-> cs47l92-cpu-trace mapping ok
  2816. [ 1.036509] madera spi3.0: SYSCLK set to 98304000Hz
  2817. [ 1.036517] madera spi3.0: ASYNCCLK set to 98304000Hz
  2818. [ 1.036622] madera spi3.0: DSPCLK set to 147456000Hz
  2819. [ 1.045287] s2m_disable_regmap: LDO2 disable (0x3e)
  2820. [ 1.049862] GACT probability NOT on
  2821. [ 1.049878] Mirror/redirect action on
  2822. [ 1.049891] u32 classifier
  2823. [ 1.049896] Actions configured
  2824. [ 1.049906] Netfilter messages via NETLINK v0.30.
  2825. [ 1.049931] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
  2826. [ 1.050139] ctnetlink v0.93: registering with nfnetlink.
  2827. [ 1.050446] xt_time: kernel timezone is -0000
  2828. [ 1.050612] ip_tables: (C) 2000-2006 Netfilter Core Team
  2829. [ 1.050701] arp_tables: (C) 2002 David S. Miller
  2830. [ 1.050738] Initializing XFRM netlink socket
  2831. [ 1.051009] NET: Registered protocol family 10
  2832. [ 1.051743] mip6: Mobile IPv6
  2833. [ 1.051758] ip6_tables: (C) 2000-2006 Netfilter Core Team
  2834. [ 1.051845] sit: IPv6 over IPv4 tunneling driver
  2835. [ 1.052296] fullmesh registered
  2836. [ 1.052309] NET: Registered protocol family 17
  2837. [ 1.052321] NET: Registered protocol family 15
  2838. [ 1.052334] NET: Registered protocol family 35
  2839. [ 1.052691] dpp(0) probe start..
  2840. [ 1.052699] res: start(0x12851000), end(0x12851fff)
  2841. [ 1.052759] dma res: start(0x128b1000), end(0x128b1fff)
  2842. [ 1.052766] dma common res: start(0x128b0000), end(0x128b00ff)
  2843. [ 1.052775] irq no = 121
  2844. [ 1.052847] dpp irq no = 122
  2845. [ 1.052869] exynos-dpp 12851000.dpp: Fault handler is registered for 12910000.sysmmu
  2846. [ 1.052874] dpp0 is probed successfully
  2847. [ 1.052926] dpp(1) probe start..
  2848. [ 1.052931] res: start(0x12852000), end(0x12852fff)
  2849. [ 1.052939] dma res: start(0x128b2000), end(0x128b2fff)
  2850. [ 1.052945] dma common res: start(0x128b0000), end(0x128b00ff)
  2851. [ 1.052952] exynos-dpp 12852000.dpp: can't request region for resource [mem 0x128b0000-0x128b00ff]
  2852. [ 1.052958] irq no = 123
  2853. [ 1.052980] dpp irq no = 124
  2854. [ 1.053003] exynos-dpp 12852000.dpp: Fault handler is registered for 12920000.sysmmu
  2855. [ 1.053007] dpp1 is probed successfully
  2856. [ 1.053051] dpp(2) probe start..
  2857. [ 1.053056] res: start(0x12853000), end(0x12853fff)
  2858. [ 1.053064] dma res: start(0x128b3000), end(0x128b3fff)
  2859. [ 1.053070] dma common res: start(0x128b0000), end(0x128b00ff)
  2860. [ 1.053076] exynos-dpp 12853000.dpp: can't request region for resource [mem 0x128b0000-0x128b00ff]
  2861. [ 1.053080] irq no = 125
  2862. [ 1.053100] dpp irq no = 126
  2863. [ 1.053120] exynos-dpp 12853000.dpp: Fault handler is registered for 12910000.sysmmu
  2864. [ 1.053125] dpp2 is probed successfully
  2865. [ 1.053165] dpp(3) probe start..
  2866. [ 1.053170] res: start(0x12854000), end(0x12854fff)
  2867. [ 1.053177] dma res: start(0x128b4000), end(0x128b4fff)
  2868. [ 1.053183] dma common res: start(0x128b0000), end(0x128b00ff)
  2869. [ 1.053190] exynos-dpp 12854000.dpp: can't request region for resource [mem 0x128b0000-0x128b00ff]
  2870. [ 1.053194] irq no = 127
  2871. [ 1.053215] dpp irq no = 128
  2872. [ 1.053236] exynos-dpp 12854000.dpp: Fault handler is registered for 12920000.sysmmu
  2873. [ 1.053240] dpp3 is probed successfully
  2874. [ 1.053280] dpp(4) probe start..
  2875. [ 1.053285] res: start(0x12855000), end(0x12855fff)
  2876. [ 1.053292] dma res: start(0x128b5000), end(0x128b5fff)
  2877. [ 1.053298] dma common res: start(0x128b0000), end(0x128b00ff)
  2878. [ 1.053304] exynos-dpp 12855000.dpp: can't request region for resource [mem 0x128b0000-0x128b00ff]
  2879. [ 1.053309] irq no = 129
  2880. [ 1.053328] dpp irq no = 130
  2881. [ 1.053350] exynos-dpp 12855000.dpp: Fault handler is registered for 12900000.sysmmu
  2882. [ 1.053354] dpp4 is probed successfully
  2883. [ 1.053394] dpp(5) probe start..
  2884. [ 1.053399] res: start(0x12856000), end(0x12856fff)
  2885. [ 1.053405] dma res: start(0x128b6000), end(0x128b6fff)
  2886. [ 1.053412] dma common res: start(0x128b0000), end(0x128b00ff)
  2887. [ 1.053419] exynos-dpp 12856000.dpp: can't request region for resource [mem 0x128b0000-0x128b00ff]
  2888. [ 1.053425] irq no = 131
  2889. [ 1.053444] dpp irq no = 132
  2890. [ 1.053466] exynos-dpp 12856000.dpp: Fault handler is registered for 12900000.sysmmu
  2891. [ 1.053470] dpp5 is probed successfully
  2892. [ 1.053509] dpp(6) probe start..
  2893. [ 1.053515] res: start(0x12890000), end(0x12890fff)
  2894. [ 1.053522] dma res: start(0x128b7000), end(0x128b7fff)
  2895. [ 1.053528] dma common res: start(0x128b0000), end(0x128b00ff)
  2896. [ 1.053534] exynos-dpp 12890000.dpp: can't request region for resource [mem 0x128b0000-0x128b00ff]
  2897. [ 1.053538] irq no = 133
  2898. [ 1.053559] exynos-dpp 12890000.dpp: Fault handler is registered for 12920000.sysmmu
  2899. [ 1.053563] dpp6 is probed successfully
  2900. [ 1.054132] iva_ctl 13600000.iva: Fault handler is registered for 13530000.sysmmu
  2901. [ 1.054890] Registered cp15_barrier emulation handler
  2902. [ 1.054976] Registered setend emulation handler
  2903. [ 1.055094] HMP: down-migration compensation initialized
  2904. [ 1.055100] HMP: tbsoftlanding: base threshold:107, timeout: 30
  2905. [ 1.055105] HMP: tbsoftlanding: lv:0, freq: 1248000, threshold: 177
  2906. [ 1.055110] HMP: tbsoftlanding: lv:1, freq: 1053000, threshold: 142
  2907. [ 1.055115] HMP: tbsoftlanding: lv:2, freq: 832000, threshold: 107
  2908. [ 1.055613] mfc_wpc_int_req_work
  2909. [ 1.056196] registered taskstats version 1
  2910. [ 1.056476] Key type encrypted registered
  2911. [ 1.056643] dsim(0) probe start..
  2912. [ 1.056691] res: start(0x12870000), end(0x128700ff)
  2913. [ 1.057098] dpu_get_version_addr: default ver value(0x3110000)
  2914. [ 1.057106] DSIM:INFO:dsim_check_version:disp ver : 1
  2915. [ 1.057114] DSIM:INFO:matched panel drv name : panel-drv
  2916. [ 1.057120] PANEL:INFO:panel_ioctl_dsim_probe:PANEL_IOC_DSIM_PROBE
  2917. [ 1.057125] PANEL:INFO:panel_ioctl_dsim_probe:panel id : 0, dsim id : 0
  2918. [ 1.057130] get ldi name : s6e3ha6
  2919. [ 1.057135] PANEL:INFO:panel_core_ioctl:PANEL_IOC_GET_PANEL_STATE
  2920. [ 1.057139] PANEL:INFO:panel_ioctl_dsim_ops:PANEL_IOC_MIPI_OPS
  2921. [ 1.057144] dsim_get_data_lanes: lanes(0x1f)
  2922. [ 1.057155] PANEL:INFO:panel_core_ioctl:PANEL_IOC_SET_POWER
  2923. [ 1.057170] dsim0 PLL is stabled in bootloader, so skip DSIM link/DPHY init.
  2924. [ 1.057178] DSIM:INFO:dsim ready @ bootloader side
  2925. [ 1.057182] PANEL:INFO:panel_core_ioctl:PANEL_IOC_PANEL_PROBE
  2926. [ 1.057186] panel_probe was callled
  2927. [ 1.057585] panel_detect, ldi_name s6e3ha6, panel_id 0x00D14015
  2928. [ 1.057593] find_panel_lut, found s6e3ha6_dream_a3_da_default (id:0x00D14015 lut[4].id:0x00D14015 lut[4].mask:0x00F0FFFF)
  2929. [ 1.057600] find_common_panel_with_name, found panel:s6e3ha6 id:0x400100 rev:0
  2930. [ 1.060517] [panel_resource : copr 1 bytes] UNINITIALIZED
  2931. [ 1.060524] [panel_resource : id 3 bytes] UNINITIALIZED
  2932. [ 1.060529] [panel_resource : coordinate 4 bytes] INITIALIZED
  2933. [ 1.060535] ==================================================
  2934. [00h] 0x0B 0xB0 0x0C 0x5F
  2935. ==================================================
  2936. [ 1.060546] [panel_resource : code 5 bytes] INITIALIZED
  2937. [ 1.060552] ==================================================
  2938. [00h] 0xEB 0x43 0x11 0x40 0x1C
  2939. ==================================================
  2940. [ 1.060562] [panel_resource : elvss 24 bytes] INITIALIZED
  2941. [ 1.060570] ==================================================
  2942. [00h] 0x19 0xCC 0x13 0x01 0x01 0x34 0x67 0x9A
  2943. [08h] 0xCD 0x01 0x22 0x33 0x44 0x00 0x00 0x08
  2944. [10h] 0x88 0xFF 0x0F 0x01 0x11 0x11 0x10 0x12
  2945. ==================================================
  2946. [ 1.060585] [panel_resource : elvss_temp_0 1 bytes] INITIALIZED
  2947. [ 1.060589] ==================================================
  2948. [00h] 0x12
  2949. ==================================================
  2950. [ 1.060599] [panel_resource : elvss_temp_1 1 bytes] INITIALIZED
  2951. [ 1.060603] ==================================================
  2952. [00h] 0x09
  2953. ==================================================
  2954. [ 1.060613] [panel_resource : mtp 35 bytes] INITIALIZED
  2955. [ 1.060623] ==================================================
  2956. [00h] 0x00 0x49 0x01 0x01 0x00 0x5F 0x55 0x54
  2957. [08h] 0x59 0x57 0x56 0x5A 0x40 0x3B 0x45 0x43
  2958. [10h] 0x3C 0x48 0x54 0x4B 0x55 0x4E 0x45 0x4F
  2959. [18h] 0x2E 0x2B 0x2A 0x4D 0x5D 0x4E 0x8A 0x25
  2960. [20h] 0x02 0x23 0x02
  2961. ==================================================
  2962. [ 1.060644] [panel_resource : date 7 bytes] INITIALIZED
  2963. [ 1.060649] ==================================================
  2964. [00h] 0x63 0x16 0x02 0x2C 0x10 0x11 0x25
  2965. ==================================================
  2966. [ 1.060659] [panel_resource : hbm_gamma 33 bytes] INITIALIZED
  2967. [ 1.060668] ==================================================
  2968. [00h] 0x07 0x31 0x26 0x2D 0x75 0x77 0x77 0x7E
  2969. [08h] 0x7E 0x7E 0x7F 0x80 0x7F 0x7F 0x7F 0x7F
  2970. [10h] 0x78 0x78 0x79 0x7C 0x7B 0x7C 0x7C 0x7B
  2971. [18h] 0x7C 0x67 0x6F 0x69 0x8A 0x5B 0x7E 0x00
  2972. [20h] 0x00
  2973. ==================================================
  2974. [ 1.060687] [panel_resource : octa_id 20 bytes] INITIALIZED
  2975. [ 1.060695] ==================================================
  2976. [00h] 0x30 0x00 0x01 0xA6 0x41 0x33 0x4D 0x51
  2977. [08h] 0x31 0x53 0x37 0x32 0x41 0x59 0x31 0x41
  2978. [10h] 0x52 0x30 0x32 0x39
  2979. ==================================================
  2980. [ 1.060710] [panel_resource : chip_id 5 bytes] INITIALIZED
  2981. [ 1.060715] ==================================================
  2982. [00h] 0xEB 0x43 0x11 0x40 0x1C
  2983. ==================================================
  2984. [ 1.060724] [panel_resource : rddpm 3 bytes] UNINITIALIZED
  2985. [ 1.060729] [panel_resource : rddsm 3 bytes] UNINITIALIZED
  2986. [ 1.060733] [panel_resource : err 5 bytes] UNINITIALIZED
  2987. [ 1.060737] [panel_resource : err_fg 1 bytes] INITIALIZED
  2988. [ 1.060742] ==================================================
  2989. [00h] 0x00
  2990. ==================================================
  2991. [ 1.060751] [panel_resource : dsi_err 1 bytes] INITIALIZED
  2992. [ 1.060755] ==================================================
  2993. [00h] 0x00
  2994. ==================================================
  2995. [ 1.060764] [panel_resource : self_diag 1 bytes] INITIALIZED
  2996. [ 1.060769] ==================================================
  2997. [00h] 0xC0
  2998. ==================================================
  2999. [ 1.060778] [panel_resource : poc_chksum 5 bytes] INITIALIZED
  3000. [ 1.060783] ==================================================
  3001. [00h] 0x88 0x88 0x00 0x00 0x01
  3002. ==================================================
  3003. [ 1.060792] [panel_resource : poc_ctrl 4 bytes] INITIALIZED
  3004. [ 1.060797] ==================================================
  3005. [00h] 0xFF 0x52 0x00 0xFF
  3006. ==================================================
  3007. [ 1.060833] init_dimming_mtp, init mtp offset
  3008. [ 1.060838] VT 2 3 2
  3009. [ 1.060843] V1 -10 37 2
  3010. [ 1.060848] V7 77 93 78
  3011. [ 1.060852] V11 46 43 42
  3012. [ 1.060857] V23 78 69 79
  3013. [ 1.060861] V35 84 75 85
  3014. [ 1.060865] V51 67 60 72
  3015. [ 1.060869] V87 64 59 69
  3016. [ 1.060873] V151 87 86 90
  3017. [ 1.060877] V203 85 84 89
  3018. [ 1.060881] V255 73 -1 95
  3019. [ 1.061102] [GAMMA_CENTER_START]
  3020. [ 1.061112] 2 144 166 147 145 147 143 136 135 136 139 138 139 135 141 137 133 149 142 134 161 152 160 178 190 156 152 173 91 86 87 0 0 0
  3021. [ 1.061122] 3 144 166 147 144 145 142 136 135 136 133 132 135 132 135 141 117 134 141 105 131 134 0 14 30 116 136 141 255 219 254 0 0 0
  3022. [ 1.061130] 4 144 166 147 144 144 142 136 135 135 134 133 134 136 135 142 120 134 141 105 131 132 0 34 51 124 138 146 224 197 218 0 0 0
  3023. [ 1.061139] 5 144 166 147 145 144 142 135 135 135 134 133 134 137 135 141 128 134 141 98 125 125 45 100 121 42 82 71 224 197 218 0 0 0
  3024. [ 1.061147] 6 145 166 148 145 144 142 135 135 135 133 133 133 138 135 137 121 130 133 110 136 129 103 146 147 155 154 172 117 118 116 0 0 0
  3025. [ 1.061155] 7 145 166 148 145 144 142 136 135 135 132 133 133 137 135 134 123 130 131 119 143 133 125 166 158 157 156 176 106 106 104 0 0 0
  3026. [ 1.061163] 8 146 166 149 145 144 142 136 135 135 132 133 132 137 135 133 128 134 132 128 144 135 143 175 164 155 150 171 104 104 102 0 0 0
  3027. [ 1.061172] 9 146 166 149 145 144 142 137 135 136 134 135 132 134 134 131 131 134 134 130 144 136 136 167 156 159 156 178 104 104 102 0 0 0
  3028. [ 1.061180] 10 146 166 149 145 144 142 137 135 136 134 135 132 134 134 131 132 134 132 139 151 141 135 161 148 161 156 178 104 104 102 0 0 0
  3029. [ 1.061188] 11 147 166 150 145 144 142 137 135 136 135 137 135 131 129 124 136 143 139 145 152 142 168 169 165 164 156 167 100 98 97 0 0 0
  3030. [ 1.061196] 12 147 166 150 145 144 142 137 135 136 135 137 135 132 132 128 140 144 135 149 154 142 164 163 157 173 156 170 100 98 97 0 0 0
  3031. [ 1.061204] 13 148 166 151 145 144 142 137 135 136 134 137 134 134 135 128 142 145 138 151 155 140 186 186 181 175 157 169 93 88 88 0 0 0
  3032. [ 1.061213] 14 148 166 151 144 143 141 138 136 137 134 137 134 137 138 131 139 142 133 156 160 143 187 180 173 175 157 171 93 88 88 0 0 0
  3033. [ 1.061221] 15 149 166 152 145 144 142 137 135 136 134 137 133 137 141 128 142 143 136 158 160 144 189 182 180 173 157 170 91 86 87 0 0 0
  3034. [ 1.061229] 16 149 166 152 145 144 142 137 135 136 134 137 133 141 141 130 142 148 138 157 161 145 185 177 169 174 157 171 91 86 87 0 0 0
  3035. [ 1.061237] 17 149 166 152 145 144 142 137 135 136 135 137 134 141 141 130 143 148 138 151 156 141 195 189 184 168 152 162 91 86 87 0 0 0
  3036. [ 1.061245] 19 149 166 152 145 144 142 137 135 136 134 135 132 139 140 131 140 147 136 158 160 145 188 182 176 173 157 168 91 86 87 0 0 0
  3037. [ 1.061254] 20 149 166 152 145 144 142 137 135 136 134 135 132 138 140 131 142 147 136 158 160 145 185 182 173 174 151 163 93 88 88 0 0 0
  3038. [ 1.061262] 21 149 166 152 144 143 141 138 136 137 134 135 132 137 140 131 142 147 136 153 155 141 190 187 178 165 146 158 95 91 90 0 0 0
  3039. [ 1.061270] 22 149 166 152 144 143 141 139 136 138 134 135 132 137 140 131 142 147 136 153 155 141 183 180 171 171 151 162 95 91 90 0 0 0
  3040. [ 1.061278] 24 149 166 152 144 143 142 136 135 135 134 134 132 137 139 131 146 150 139 149 150 136 187 186 176 168 146 156 96 93 93 0 0 0
  3041. [ 1.061286] 25 149 166 152 144 143 142 136 135 135 134 134 133 137 139 131 143 145 135 153 155 140 181 179 169 171 151 166 96 93 93 0 0 0
  3042. [ 1.061294] 27 149 166 152 144 143 142 136 135 135 134 134 133 136 135 129 145 149 138 147 149 137 178 177 166 180 157 170 96 93 93 0 0 0
  3043. [ 1.061303] 29 149 166 152 143 142 141 136 135 135 134 133 133 137 137 131 141 144 134 151 154 141 171 170 160 180 157 169 98 96 95 0 0 0
  3044. [ 1.061311] 30 149 166 152 143 142 141 136 135 135 134 133 133 137 137 131 140 144 135 145 148 135 177 176 166 173 151 159 100 98 97 0 0 0
  3045. [ 1.061319] 32 149 166 152 143 141 142 137 136 136 134 133 132 134 134 129 138 143 134 148 152 139 170 169 160 180 156 166 100 98 97 0 0 0
  3046. [ 1.061327] 34 149 166 152 143 141 142 137 135 136 133 132 132 136 136 130 136 143 135 142 146 134 176 175 165 182 150 161 102 101 99 0 0 0
  3047. [ 1.061335] 37 149 166 152 143 141 142 137 135 136 131 131 130 135 135 129 140 146 138 143 146 135 176 175 166 180 150 162 102 101 99 0 0 0
  3048. [ 1.061343] 39 149 166 152 143 141 142 137 135 136 131 131 130 135 135 129 135 141 133 147 151 140 176 175 167 173 144 155 104 104 102 0 0 0
  3049. [ 1.061352] 41 149 166 152 143 141 142 137 135 136 132 131 131 134 135 129 136 141 134 147 151 140 168 168 158 174 144 154 106 106 104 0 0 0
  3050. [ 1.061360] 44 149 166 152 143 141 142 135 134 135 133 132 132 132 131 127 141 146 139 141 144 134 174 175 165 172 144 154 106 106 104 0 0 0
  3051. [ 1.061368] 47 149 166 152 143 141 142 135 134 135 132 130 130 134 133 128 137 141 134 146 149 138 167 167 156 171 144 154 109 109 107 0 0 0
  3052. [ 1.061376] 50 149 166 152 143 141 142 136 134 135 132 130 130 134 133 128 137 141 134 138 143 132 173 174 161 171 144 154 109 109 107 0 0 0
  3053. [ 1.061384] 53 149 166 152 143 141 142 136 134 135 132 130 131 135 133 128 132 136 130 143 148 137 166 166 159 177 150 161 109 109 107 0 0 0
  3054. [ 1.061391] 56 149 166 152 143 141 142 136 134 135 132 130 131 131 129 126 135 140 135 137 141 130 165 165 152 184 156 168 109 109 107 0 0 0
  3055. [ 1.061400] 60 149 166 152 143 141 142 136 134 135 132 130 131 131 129 126 132 135 132 141 146 134 165 165 151 179 147 160 113 114 112 0 0 0
  3056. [ 1.061407] 64 149 166 152 143 141 142 137 135 136 131 129 131 131 129 126 132 135 132 134 139 127 163 163 154 173 145 156 117 118 116 0 0 0
  3057. [ 1.061415] 68 150 167 153 143 141 142 137 135 136 130 128 130 131 129 127 136 140 135 129 134 123 161 163 154 162 136 143 122 123 122 0 0 0
  3058. [ 1.061424] 72 154 171 157 143 141 141 135 134 135 131 129 131 132 129 127 133 136 131 136 141 130 155 157 146 173 145 155 117 118 116 0 0 0
  3059. [ 1.061432] 77 158 174 162 143 141 141 136 133 135 131 130 131 132 129 129 132 136 132 132 136 126 162 165 153 165 139 147 117 118 116 0 0 0
  3060. [ 1.061439] 82 162 177 165 143 141 141 134 134 134 130 128 130 133 131 130 131 133 131 139 143 134 160 166 152 159 133 140 117 118 116 0 0 0
  3061. [ 1.061447] 87 166 180 169 143 142 141 132 132 133 131 130 131 131 130 129 132 134 130 136 138 132 161 166 153 158 133 140 117 118 116 0 0 0
  3062. [ 1.061455] 93 170 184 174 143 142 141 132 131 132 132 130 131 130 130 129 136 136 135 129 133 125 155 158 148 164 139 143 117 118 116 0 0 0
  3063. [ 1.061464] 98 173 186 176 143 142 141 134 132 133 131 130 131 128 128 126 129 131 128 134 138 130 159 150 147 171 145 152 117 118 116 0 0 0
  3064. [ 1.061472] 105 179 191 182 143 142 140 133 131 133 131 128 130 133 132 130 129 129 128 130 133 126 147 150 140 171 145 152 117 118 116 0 0 0
  3065. [ 1.061480] 111 182 193 185 141 142 141 132 130 132 132 129 131 132 130 130 129 129 126 136 140 132 152 152 145 164 139 144 117 118 116 0 0 0
  3066. [ 1.061488] 119 188 199 191 141 142 139 131 130 131 132 130 131 133 131 131 126 128 125 134 135 130 151 152 145 163 139 146 117 118 116 0 0 0
  3067. [ 1.061496] 126 192 202 195 141 141 139 132 130 132 130 129 129 131 130 129 132 132 131 136 137 133 143 146 137 163 139 146 117 118 116 0 0 0
  3068. [ 1.061504] 134 196 205 199 140 141 139 132 130 132 130 129 130 131 129 128 132 134 131 129 132 127 141 138 134 170 145 154 117 118 116 0 0 0
  3069. [ 1.061512] 143 200 209 203 140 140 138 131 130 131 131 130 131 130 129 128 131 131 129 130 132 127 138 138 132 170 145 154 117 118 116 0 0 0
  3070. [ 1.061520] 152 205 212 207 139 139 137 132 131 132 131 131 131 129 128 127 131 132 130 134 134 133 140 140 134 163 139 146 117 118 116 0 0 0
  3071. [ 1.061528] 162 210 217 213 138 138 137 131 130 131 132 131 131 129 128 127 132 133 131 130 130 128 140 140 134 163 139 146 117 118 116 0 0 0
  3072. [ 1.061536] 172 214 220 216 137 137 137 131 131 131 131 131 132 130 129 127 130 130 129 130 130 129 136 133 129 158 136 142 122 123 122 0 0 0
  3073. [ 1.061544] 183 216 221 218 137 136 136 132 132 132 130 130 131 130 129 129 130 130 129 130 130 129 139 133 133 145 128 131 128 128 128 0 0 0
  3074. [ 1.061552] 195 215 221 218 137 136 136 132 132 132 129 129 130 129 128 128 129 129 130 133 134 134 139 133 133 145 128 132 128 128 128 0 0 0
  3075. [ 1.061560] 207 215 221 218 137 136 136 132 131 132 130 130 131 129 128 127 128 129 129 133 134 134 139 133 133 144 128 133 128 128 128 0 0 0
  3076. [ 1.061568] 220 215 221 218 137 136 136 132 131 132 128 128 128 131 129 129 128 129 129 133 134 134 139 133 133 144 128 133 128 128 128 0 0 0
  3077. [ 1.061576] 234 215 221 218 135 135 134 133 131 133 128 128 128 131 129 129 128 129 129 133 134 134 138 133 133 144 128 135 128 128 128 0 0 0
  3078. [ 1.061584] 249 218 225 220 135 135 134 131 130 131 130 129 129 130 129 129 130 130 130 129 130 128 133 133 133 128 128 128 128 128 128 0 0 0
  3079. [ 1.061592] 265 223 229 225 134 134 133 131 130 130 129 129 129 131 130 130 127 128 127 129 130 128 133 133 133 128 128 128 128 128 128 0 0 0
  3080. [ 1.061600] 282 230 234 231 133 133 132 131 130 130 129 129 129 130 130 130 125 125 125 129 130 128 133 133 133 103 111 105 139 138 139 0 0 0
  3081. [ 1.061608] 300 234 238 235 132 132 131 130 130 130 129 128 128 131 131 130 126 126 126 125 126 125 121 123 122 113 118 115 139 138 139 0 0 0
  3082. [ 1.061616] 316 238 241 238 131 131 130 131 130 130 130 130 130 130 131 130 124 123 124 131 132 131 116 118 117 113 118 115 139 138 139 0 0 0
  3083. [ 1.061624] 333 243 245 244 130 130 130 130 129 129 129 129 129 131 131 130 126 126 126 128 128 128 116 118 117 113 118 115 139 138 139 0 0 0
  3084. [ 1.061632] 350 248 249 248 129 129 129 130 130 130 128 128 128 129 129 129 126 126 126 128 128 128 116 118 117 113 118 115 139 138 139 0 0 0
  3085. [ 1.061639] 357 250 251 250 129 129 129 130 130 129 128 128 128 129 129 129 126 126 126 128 128 128 128 128 128 103 111 105 139 138 139 0 0 0
  3086. [ 1.061647] 365 251 252 251 129 129 129 129 129 129 129 129 128 128 128 128 126 126 126 128 128 128 116 118 117 113 118 115 139 138 139 0 0 0
  3087. [ 1.061655] 372 251 252 251 129 129 129 128 128 128 129 129 129 128 128 128 126 126 126 128 128 128 116 118 117 113 118 115 139 138 139 0 0 0
  3088. [ 1.061663] 380 251 252 251 129 129 129 128 128 128 129 129 129 128 128 128 128 129 129 129 129 129 113 114 113 113 118 115 139 138 139 0 0 0
  3089. [ 1.061671] 387 251 252 251 129 129 129 128 128 128 129 129 129 128 128 128 128 129 129 129 129 129 124 123 124 103 111 105 139 138 139 0 0 0
  3090. [ 1.061679] 395 251 252 251 128 128 128 129 129 129 128 128 128 129 129 129 128 129 129 129 129 129 124 123 124 103 111 105 139 138 139 0 0 0
  3091. [ 1.061687] 403 252 253 252 128 128 128 128 128 128 128 128 128 129 129 129 128 129 129 129 129 129 124 123 124 103 111 105 139 138 139 0 0 0
  3092. [ 1.061695] 412 253 254 253 129 129 129 128 128 128 128 128 128 128 128 128 128 129 129 129 129 129 124 123 124 128 128 128 128 128 128 0 0 0
  3093. [ 1.061703] 420 256 256 256 128 128 128 128 128 128 128 128 128 128 128 128 128 128 128 128 128 128 128 128 128 128 128 128 128 128 128 0 0 0
  3094. [ 1.061708] [GAMMA_CENTER_END]
  3095.  
  3096. [ 1.061715] elapsed time 0 us
  3097. [ 1.061756] gamma[ 2] : 00 90 00 A6 00 93 91 93 8F 88 87 88 8B 8A 8B 87 8D 89 85 95 8E 86 A1 98 A0 B2 BE 9C 98 AD 5B 56 57 00 00
  3098. [ 1.061765] gamma[ 3] : 00 90 00 A6 00 93 90 91 8E 88 87 88 85 84 87 84 87 8D 75 86 8D 69 83 86 00 0E 1E 74 88 8D FF DB FE 00 00
  3099. [ 1.061773] gamma[ 4] : 00 90 00 A6 00 93 90 90 8E 88 87 87 86 85 86 88 87 8E 78 86 8D 69 83 84 00 22 33 7C 8A 92 E0 C5 DA 00 00
  3100. [ 1.061781] gamma[ 5] : 00 90 00 A6 00 93 91 90 8E 87 87 87 86 85 86 89 87 8D 80 86 8D 62 7D 7D 2D 64 79 2A 52 47 E0 C5 DA 00 00
  3101. [ 1.061789] gamma[ 6] : 00 91 00 A6 00 94 91 90 8E 87 87 87 85 85 85 8A 87 89 79 82 85 6E 88 81 67 92 93 9B 9A AC 75 76 74 00 00
  3102. [ 1.061797] gamma[ 7] : 00 91 00 A6 00 94 91 90 8E 88 87 87 84 85 85 89 87 86 7B 82 83 77 8F 85 7D A6 9E 9D 9C B0 6A 6A 68 00 00
  3103. [ 1.061805] gamma[ 8] : 00 92 00 A6 00 95 91 90 8E 88 87 87 84 85 84 89 87 85 80 86 84 80 90 87 8F AF A4 9B 96 AB 68 68 66 00 00
  3104. [ 1.061812] gamma[ 9] : 00 92 00 A6 00 95 91 90 8E 89 87 88 86 87 84 86 86 83 83 86 86 82 90 88 88 A7 9C 9F 9C B2 68 68 66 00 00
  3105. [ 1.061820] gamma[ 10] : 00 92 00 A6 00 95 91 90 8E 89 87 88 86 87 84 86 86 83 84 86 84 8B 97 8D 87 A1 94 A1 9C B2 68 68 66 00 00
  3106. [ 1.061829] gamma[ 11] : 00 93 00 A6 00 96 91 90 8E 89 87 88 87 89 87 83 81 7C 88 8F 8B 91 98 8E A8 A9 A5 A4 9C A7 64 62 61 00 00
  3107. [ 1.061836] gamma[ 12] : 00 93 00 A6 00 96 91 90 8E 89 87 88 87 89 87 84 84 80 8C 90 87 95 9A 8E A4 A3 9D AD 9C AA 64 62 61 00 00
  3108. [ 1.061844] gamma[ 13] : 00 94 00 A6 00 97 91 90 8E 89 87 88 86 89 86 86 87 80 8E 91 8A 97 9B 8C BA BA B5 AF 9D A9 5D 58 58 00 00
  3109. [ 1.061852] gamma[ 14] : 00 94 00 A6 00 97 90 8F 8D 8A 88 89 86 89 86 89 8A 83 8B 8E 85 9C A0 8F BB B4 AD AF 9D AB 5D 58 58 00 00
  3110. [ 1.061860] gamma[ 15] : 00 95 00 A6 00 98 91 90 8E 89 87 88 86 89 85 89 8D 80 8E 8F 88 9E A0 90 BD B6 B4 AD 9D AA 5B 56 57 00 00
  3111. [ 1.061868] gamma[ 16] : 00 95 00 A6 00 98 91 90 8E 89 87 88 86 89 85 8D 8D 82 8E 94 8A 9D A1 91 B9 B1 A9 AE 9D AB 5B 56 57 00 00
  3112. [ 1.061876] gamma[ 17] : 00 95 00 A6 00 98 91 90 8E 89 87 88 87 89 86 8D 8D 82 8F 94 8A 97 9C 8D C3 BD B8 A8 98 A2 5B 56 57 00 00
  3113. [ 1.061884] gamma[ 19] : 00 95 00 A6 00 98 91 90 8E 89 87 88 86 87 84 8B 8C 83 8C 93 88 9E A0 91 BC B6 B0 AD 9D A8 5B 56 57 00 00
  3114. [ 1.061892] gamma[ 20] : 00 95 00 A6 00 98 91 90 8E 89 87 88 86 87 84 8A 8C 83 8E 93 88 9E A0 91 B9 B6 AD AE 97 A3 5D 58 58 00 00
  3115. [ 1.061901] gamma[ 21] : 00 95 00 A6 00 98 90 8F 8D 8A 88 89 86 87 84 89 8C 83 8E 93 88 99 9B 8D BE BB B2 A5 92 9E 5F 5B 5A 00 00
  3116. [ 1.061908] gamma[ 22] : 00 95 00 A6 00 98 90 8F 8D 8B 88 8A 86 87 84 89 8C 83 8E 93 88 99 9B 8D B7 B4 AB AB 97 A2 5F 5B 5A 00 00
  3117. [ 1.061916] gamma[ 24] : 00 95 00 A6 00 98 90 8F 8E 88 87 87 86 86 84 89 8B 83 92 96 8B 95 96 88 BB BA B0 A8 92 9C 60 5D 5D 00 00
  3118. [ 1.061924] gamma[ 25] : 00 95 00 A6 00 98 90 8F 8E 88 87 87 86 86 85 89 8B 83 8F 91 87 99 9B 8C B5 B3 A9 AB 97 A6 60 5D 5D 00 00
  3119. [ 1.061932] gamma[ 27] : 00 95 00 A6 00 98 90 8F 8E 88 87 87 86 86 85 88 87 81 91 95 8A 93 95 89 B2 B1 A6 B4 9D AA 60 5D 5D 00 00
  3120. [ 1.061940] gamma[ 29] : 00 95 00 A6 00 98 8F 8E 8D 88 87 87 86 85 85 89 89 83 8D 90 86 97 9A 8D AB AA A0 B4 9D A9 62 60 5F 00 00
  3121. [ 1.061948] gamma[ 30] : 00 95 00 A6 00 98 8F 8E 8D 88 87 87 86 85 85 89 89 83 8C 90 87 91 94 87 B1 B0 A6 AD 97 9F 64 62 61 00 00
  3122. [ 1.061956] gamma[ 32] : 00 95 00 A6 00 98 8F 8D 8E 89 88 88 86 85 84 86 86 81 8A 8F 86 94 98 8B AA A9 A0 B4 9C A6 64 62 61 00 00
  3123. [ 1.061964] gamma[ 34] : 00 95 00 A6 00 98 8F 8D 8E 89 87 88 85 84 84 88 88 82 88 8F 87 8E 92 86 B0 AF A5 B6 96 A1 66 65 63 00 00
  3124. [ 1.061972] gamma[ 37] : 00 95 00 A6 00 98 8F 8D 8E 89 87 88 83 83 82 87 87 81 8C 92 8A 8F 92 87 B0 AF A6 B4 96 A2 66 65 63 00 00
  3125. [ 1.061980] gamma[ 39] : 00 95 00 A6 00 98 8F 8D 8E 89 87 88 83 83 82 87 87 81 87 8D 85 93 97 8C B0 AF A7 AD 90 9B 68 68 66 00 00
  3126. [ 1.061988] gamma[ 41] : 00 95 00 A6 00 98 8F 8D 8E 89 87 88 84 83 83 86 87 81 88 8D 86 93 97 8C A8 A8 9E AE 90 9A 6A 6A 68 00 00
  3127. [ 1.061996] gamma[ 44] : 00 95 00 A6 00 98 8F 8D 8E 87 86 87 85 84 84 84 83 7F 8D 92 8B 8D 90 86 AE AF A5 AC 90 9A 6A 6A 68 00 00
  3128. [ 1.062004] gamma[ 47] : 00 95 00 A6 00 98 8F 8D 8E 87 86 87 84 82 82 86 85 80 89 8D 86 92 95 8A A7 A7 9C AB 90 9A 6D 6D 6B 00 00
  3129. [ 1.062011] gamma[ 50] : 00 95 00 A6 00 98 8F 8D 8E 88 86 87 84 82 82 86 85 80 89 8D 86 8A 8F 84 AD AE A1 AB 90 9A 6D 6D 6B 00 00
  3130. [ 1.062019] gamma[ 53] : 00 95 00 A6 00 98 8F 8D 8E 88 86 87 84 82 83 87 85 80 84 88 82 8F 94 89 A6 A6 9F B1 96 A1 6D 6D 6B 00 00
  3131. [ 1.062027] gamma[ 56] : 00 95 00 A6 00 98 8F 8D 8E 88 86 87 84 82 83 83 81 7E 87 8C 87 89 8D 82 A5 A5 98 B8 9C A8 6D 6D 6B 00 00
  3132. [ 1.062035] gamma[ 60] : 00 95 00 A6 00 98 8F 8D 8E 88 86 87 84 82 83 83 81 7E 84 87 84 8D 92 86 A5 A5 97 B3 93 A0 71 72 70 00 00
  3133. [ 1.062043] gamma[ 64] : 00 95 00 A6 00 98 8F 8D 8E 89 87 88 83 81 83 83 81 7E 84 87 84 86 8B 7F A3 A3 9A AD 91 9C 75 76 74 00 00
  3134. [ 1.062051] gamma[ 68] : 00 96 00 A7 00 99 8F 8D 8E 89 87 88 82 80 82 83 81 7F 88 8C 87 81 86 7B A1 A3 9A A2 88 8F 7A 7B 7A 00 00
  3135. [ 1.062058] gamma[ 72] : 00 9A 00 AB 00 9D 8F 8D 8D 87 86 87 83 81 83 84 81 7F 85 88 83 88 8D 82 9B 9D 92 AD 91 9B 75 76 74 00 00
  3136. [ 1.062066] gamma[ 77] : 00 9E 00 AE 00 A2 8F 8D 8D 88 85 87 83 82 83 84 81 81 84 88 84 84 88 7E A2 A5 99 A5 8B 93 75 76 74 00 00
  3137. [ 1.062074] gamma[ 82] : 00 A2 00 B1 00 A5 8F 8D 8D 86 86 86 82 80 82 85 83 82 83 85 83 8B 8F 86 A0 A6 98 9F 85 8C 75 76 74 00 00
  3138. [ 1.062082] gamma[ 87] : 00 A6 00 B4 00 A9 8F 8E 8D 84 84 85 83 82 83 83 82 81 84 86 82 88 8A 84 A1 A6 99 9E 85 8C 75 76 74 00 00
  3139. [ 1.062090] gamma[ 93] : 00 AA 00 B8 00 AE 8F 8E 8D 84 83 84 84 82 83 82 82 81 88 88 87 81 85 7D 9B 9E 94 A4 8B 8F 75 76 74 00 00
  3140. [ 1.062098] gamma[ 98] : 00 AD 00 BA 00 B0 8F 8E 8D 86 84 85 83 82 83 80 80 7E 81 83 80 86 8A 82 9F 96 93 AB 91 98 75 76 74 00 00
  3141. [ 1.062106] gamma[105] : 00 B3 00 BF 00 B6 8F 8E 8C 85 83 85 83 80 82 85 84 82 81 81 80 82 85 7E 93 96 8C AB 91 98 75 76 74 00 00
  3142. [ 1.062113] gamma[111] : 00 B6 00 C1 00 B9 8D 8E 8D 84 82 84 84 81 83 84 82 82 81 81 7E 88 8C 84 98 98 91 A4 8B 90 75 76 74 00 00
  3143. [ 1.062121] gamma[119] : 00 BC 00 C7 00 BF 8D 8E 8B 83 82 83 84 82 83 85 83 83 7E 80 7D 86 87 82 97 98 91 A3 8B 92 75 76 74 00 00
  3144. [ 1.062129] gamma[126] : 00 C0 00 CA 00 C3 8D 8D 8B 84 82 84 82 81 81 83 82 81 84 84 83 88 89 85 8F 92 89 A3 8B 92 75 76 74 00 00
  3145. [ 1.062137] gamma[134] : 00 C4 00 CD 00 C7 8C 8D 8B 84 82 84 82 81 82 83 81 80 84 86 83 81 84 7F 8D 8A 86 AA 91 9A 75 76 74 00 00
  3146. [ 1.062145] gamma[143] : 00 C8 00 D1 00 CB 8C 8C 8A 83 82 83 83 82 83 82 81 80 83 83 81 82 84 7F 8A 8A 84 AA 91 9A 75 76 74 00 00
  3147. [ 1.062153] gamma[152] : 00 CD 00 D4 00 CF 8B 8B 89 84 83 84 83 83 83 81 80 7F 83 84 82 86 86 85 8C 8C 86 A3 8B 92 75 76 74 00 00
  3148. [ 1.062161] gamma[162] : 00 D2 00 D9 00 D5 8A 8A 89 83 82 83 84 83 83 81 80 7F 84 85 83 82 82 80 8C 8C 86 A3 8B 92 75 76 74 00 00
  3149. [ 1.062168] gamma[172] : 00 D6 00 DC 00 D8 89 89 89 83 83 83 83 83 84 82 81 7F 82 82 81 82 82 81 88 85 81 9E 88 8E 7A 7B 7A 00 00
  3150. [ 1.062176] gamma[183] : 00 D8 00 DD 00 DA 89 88 88 84 84 84 82 82 83 82 81 81 82 82 81 82 82 81 8B 85 85 91 80 83 80 80 80 00 00
  3151. [ 1.062184] gamma[195] : 00 D7 00 DD 00 DA 89 88 88 84 84 84 81 81 82 81 80 80 81 81 82 85 86 86 8B 85 85 91 80 84 80 80 80 00 00
  3152. [ 1.062192] gamma[207] : 00 D7 00 DD 00 DA 89 88 88 84 83 84 82 82 83 81 80 7F 80 81 81 85 86 86 8B 85 85 90 80 85 80 80 80 00 00
  3153. [ 1.062200] gamma[220] : 00 D7 00 DD 00 DA 89 88 88 84 83 84 80 80 80 83 81 81 80 81 81 85 86 86 8B 85 85 90 80 85 80 80 80 00 00
  3154. [ 1.062208] gamma[234] : 00 D7 00 DD 00 DA 87 87 86 85 83 85 80 80 80 83 81 81 80 81 81 85 86 86 8A 85 85 90 80 87 80 80 80 00 00
  3155. [ 1.062216] gamma[249] : 00 DA 00 E1 00 DC 87 87 86 83 82 83 82 81 81 82 81 81 82 82 82 81 82 80 85 85 85 80 80 80 80 80 80 00 00
  3156. [ 1.062224] gamma[265] : 00 DF 00 E5 00 E1 86 86 85 83 82 82 81 81 81 83 82 82 7F 80 7F 81 82 80 85 85 85 80 80 80 80 80 80 00 00
  3157. [ 1.062232] gamma[282] : 00 E6 00 EA 00 E7 85 85 84 83 82 82 81 81 81 82 82 82 7D 7D 7D 81 82 80 85 85 85 67 6F 69 8B 8A 8B 00 00
  3158. [ 1.062240] gamma[300] : 00 EA 00 EE 00 EB 84 84 83 82 82 82 81 80 80 83 83 82 7E 7E 7E 7D 7E 7D 79 7B 7A 71 76 73 8B 8A 8B 00 00
  3159. [ 1.062248] gamma[316] : 00 EE 00 F1 00 EE 83 83 82 83 82 82 82 82 82 82 83 82 7C 7B 7C 83 84 83 74 76 75 71 76 73 8B 8A 8B 00 00
  3160. [ 1.062256] gamma[333] : 00 F3 00 F5 00 F4 82 82 82 82 81 81 81 81 81 83 83 82 7E 7E 7E 80 80 80 74 76 75 71 76 73 8B 8A 8B 00 00
  3161. [ 1.062264] gamma[350] : 00 F8 00 F9 00 F8 81 81 81 82 82 82 80 80 80 81 81 81 7E 7E 7E 80 80 80 74 76 75 71 76 73 8B 8A 8B 00 00
  3162. [ 1.062271] gamma[357] : 00 FA 00 FB 00 FA 81 81 81 82 82 81 80 80 80 81 81 81 7E 7E 7E 80 80 80 80 80 80 67 6F 69 8B 8A 8B 00 00
  3163. [ 1.062279] gamma[365] : 00 FB 00 FC 00 FB 81 81 81 81 81 81 81 81 80 80 80 80 7E 7E 7E 80 80 80 74 76 75 71 76 73 8B 8A 8B 00 00
  3164. [ 1.062287] gamma[372] : 00 FB 00 FC 00 FB 81 81 81 80 80 80 81 81 81 80 80 80 7E 7E 7E 80 80 80 74 76 75 71 76 73 8B 8A 8B 00 00
  3165. [ 1.062295] gamma[380] : 00 FB 00 FC 00 FB 81 81 81 80 80 80 81 81 81 80 80 80 80 81 81 81 81 81 71 72 71 71 76 73 8B 8A 8B 00 00
  3166. [ 1.062303] gamma[387] : 00 FB 00 FC 00 FB 81 81 81 80 80 80 81 81 81 80 80 80 80 81 81 81 81 81 7C 7B 7C 67 6F 69 8B 8A 8B 00 00
  3167. [ 1.062311] gamma[395] : 00 FB 00 FC 00 FB 80 80 80 81 81 81 80 80 80 81 81 81 80 81 81 81 81 81 7C 7B 7C 67 6F 69 8B 8A 8B 00 00
  3168. [ 1.062319] gamma[403] : 00 FC 00 FD 00 FC 80 80 80 80 80 80 80 80 80 81 81 81 80 81 81 81 81 81 7C 7B 7C 67 6F 69 8B 8A 8B 00 00
  3169. [ 1.062327] gamma[412] : 00 FD 00 FE 00 FD 81 81 81 80 80 80 80 80 80 80 80 80 80 81 81 81 81 81 7C 7B 7C 80 80 80 80 80 80 00 00
  3170. [ 1.062335] gamma[420] : 01 00 01 00 01 00 80 80 80 80 80 80 80 80 80 80 80 80 80 80 80 80 80 80 80 80 80 80 80 80 80 80 80 00 00
  3171. [ 1.062342] gamma[465] : 01 0C 01 09 01 0B 7E 7E 7E 80 80 80 80 80 80 80 80 80 7E 7E 7F 7F 7F 7F 7F 7F 7F 7A 7C 7B 82 77 80 00 00
  3172. [ 1.062350] gamma[488] : 01 12 01 0E 01 11 7C 7D 7D 80 80 80 80 80 80 80 80 80 7D 7D 7E 7F 7F 7F 7F 7F 7F 77 7A 78 83 73 80 00 00
  3173. [ 1.062358] gamma[510] : 01 18 01 13 01 16 7B 7C 7C 7F 7F 7F 80 80 80 80 80 80 7C 7C 7D 7E 7E 7E 7E 7E 7E 74 78 75 85 6E 7F 00 00
  3174. [ 1.062366] gamma[533] : 01 1E 01 17 01 1C 7A 7B 7B 7F 7F 7F 80 80 80 80 80 80 7B 7B 7C 7E 7D 7E 7E 7D 7E 71 76 72 86 69 7F 00 00
  3175. [ 1.062374] gamma[555] : 01 24 01 1C 01 21 78 7A 7A 7F 7F 7F 80 80 80 80 80 80 7A 7A 7B 7D 7D 7D 7D 7D 7D 6E 74 6F 87 65 7F 00 00
  3176. [ 1.062382] gamma[578] : 01 2B 01 21 01 27 77 79 79 7F 7F 7F 80 80 80 80 80 80 79 79 7A 7D 7C 7D 7D 7C 7D 6B 72 6C 88 60 7F 00 00
  3177. [ 1.062390] gamma[600] : 01 31 01 26 01 2D 75 77 77 7E 7E 7E 7F 80 7F 7F 7F 7F 78 78 79 7C 7B 7C 7C 7B 7C 67 6F 69 8A 5B 7E 00 00
  3178. [ 1.062398] gamma[720] : 01 31 01 26 01 2D 75 77 77 7E 7E 7E 7F 80 7F 7F 7F 7F 78 78 79 7C 7B 7C 7C 7B 7C 67 6F 69 8A 5B 7E 00 00
  3179. [ 1.062403] init_subdev_gamma_table panel_bl-0 gamma_table initialized
  3180. [ 1.062420] init_dimming_mtp, init mtp offset
  3181. [ 1.062425] VT 2 3 2
  3182. [ 1.062429] V1 -10 37 2
  3183. [ 1.062433] V7 77 93 78
  3184. [ 1.062438] V11 46 43 42
  3185. [ 1.062442] V23 78 69 79
  3186. [ 1.062446] V35 84 75 85
  3187. [ 1.062450] V51 67 60 72
  3188. [ 1.062454] V87 64 59 69
  3189. [ 1.062458] V151 87 86 90
  3190. [ 1.062462] V203 85 84 89
  3191. [ 1.062466] V255 73 -1 95
  3192. [ 1.062591] [GAMMA_CENTER_START]
  3193. [ 1.062599] 10 86 114 90 141 139 140 135 132 135 127 124 123 138 143 132 135 144 130 147 153 138 161 166 161 233 198 236 106 106 104 0 0 0
  3194. [ 1.062608] 11 90 117 94 143 141 142 134 131 134 130 127 126 136 140 131 128 138 124 147 153 138 161 166 161 233 198 235 106 106 104 0 0 0
  3195. [ 1.062616] 12 96 122 99 143 141 142 136 132 135 128 126 125 131 137 127 136 145 132 140 147 131 161 166 161 233 198 234 106 106 104 0 0 0
  3196. [ 1.062625] 13 99 125 104 143 141 142 133 130 133 132 129 128 130 135 127 136 146 133 141 148 132 168 170 167 216 188 218 106 106 104 0 0 0
  3197. [ 1.062633] 14 103 129 108 144 142 142 134 131 134 130 127 127 132 137 128 133 140 128 140 148 132 168 170 167 216 188 218 106 106 104 0 0 0
  3198. [ 1.062641] 15 107 132 112 144 143 142 133 130 133 130 126 126 131 134 127 138 147 136 134 142 125 168 170 167 216 188 218 106 106 104 0 0 0
  3199. [ 1.062649] 16 110 135 115 143 142 143 134 131 134 130 126 126 128 130 124 138 148 135 141 150 133 161 164 159 216 188 218 106 106 104 0 0 0
  3200. [ 1.062657] 17 113 138 118 144 142 142 132 129 131 131 127 127 125 127 122 144 155 143 134 143 126 161 164 158 216 188 218 106 106 104 0 0 0
  3201. [ 1.062665] 19 119 143 125 143 142 141 134 131 134 132 129 129 122 123 119 139 149 137 141 151 134 168 167 164 202 178 204 106 106 104 0 0 0
  3202. [ 1.062673] 20 122 145 128 143 142 142 134 131 134 131 128 128 123 125 120 142 151 141 134 144 127 168 167 164 210 185 213 104 104 102 0 0 0
  3203. [ 1.062682] 21 124 147 130 143 141 141 134 132 134 130 126 127 123 125 120 142 151 141 134 144 127 168 167 163 210 185 213 104 104 102 0 0 0
  3204. [ 1.062690] 22 128 150 133 143 141 141 134 132 134 132 129 129 124 123 120 138 146 136 133 142 126 168 168 163 154 145 156 122 123 122 0 0 0
  3205. [ 1.062698] 23 130 152 135 143 140 140 135 133 135 128 127 128 131 132 129 135 143 133 134 144 125 161 161 156 154 145 156 122 123 122 0 0 0
  3206. [ 1.062706] 25 136 157 141 141 140 140 134 132 134 130 128 128 127 127 122 135 143 133 134 144 126 162 160 156 154 145 156 122 123 122 0 0 0
  3207. [ 1.062714] 27 140 160 144 143 141 141 134 132 134 129 126 128 133 132 129 133 140 132 135 144 128 155 154 149 155 145 155 122 123 122 0 0 0
  3208. [ 1.062722] 29 145 164 149 141 140 139 135 133 135 130 129 129 125 123 120 136 144 136 135 144 129 155 154 149 155 145 155 122 123 122 0 0 0
  3209. [ 1.062730] 31 150 168 154 141 139 139 134 132 134 130 129 130 125 123 120 137 145 136 137 146 132 159 159 153 198 176 198 104 104 102 0 0 0
  3210. [ 1.062738] 33 153 171 157 143 142 141 132 130 132 128 128 128 127 126 123 139 145 138 133 142 129 159 158 153 157 145 156 117 118 116 0 0 0
  3211. [ 1.062746] 35 157 174 161 141 140 139 134 132 134 128 127 128 128 128 124 126 131 125 141 151 138 159 159 153 157 145 156 117 118 116 0 0 0
  3212. [ 1.062754] 37 160 177 164 141 141 140 132 130 132 130 129 130 130 128 126 135 142 134 129 139 125 158 161 152 157 145 155 117 118 116 0 0 0
  3213. [ 1.062762] 39 164 180 168 142 142 140 134 132 134 125 126 127 128 126 124 135 142 134 135 146 132 152 154 146 157 145 155 117 118 116 0 0 0
  3214. [ 1.062770] 41 168 183 172 140 139 138 135 133 135 128 127 128 127 127 125 136 142 136 131 141 128 152 154 146 190 170 188 106 106 104 0 0 0
  3215. [ 1.062778] 44 172 186 176 139 140 138 135 134 135 130 128 129 125 125 123 132 139 133 131 140 128 151 153 147 205 183 204 102 101 99 0 0 0
  3216. [ 1.062786] 47 179 191 182 139 140 138 134 133 135 131 130 131 129 128 126 127 134 128 134 142 131 152 154 148 190 170 188 104 104 102 0 0 0
  3217. [ 1.062795] 50 183 194 185 139 140 138 134 132 134 126 126 126 128 126 125 126 132 127 138 146 135 152 153 148 163 149 159 113 114 112 0 0 0
  3218. [ 1.062803] 53 188 198 190 140 140 138 134 132 133 130 130 130 129 128 127 127 132 128 136 143 134 146 150 141 163 149 159 113 114 112 0 0 0
  3219. [ 1.062811] 56 192 201 195 141 141 139 133 131 132 128 129 128 124 125 123 134 139 134 132 139 129 153 157 148 155 144 152 113 114 112 0 0 0
  3220. [ 1.062819] 60 196 205 198 140 141 139 131 130 132 131 131 131 123 123 121 127 132 128 136 143 134 152 157 148 155 144 152 113 114 112 0 0 0
  3221. [ 1.062827] 64 203 209 204 140 140 138 132 131 132 129 129 129 123 123 122 131 138 133 134 140 132 147 151 143 154 144 152 113 114 112 0 0 0
  3222. [ 1.062836] 68 208 213 209 140 140 138 131 131 131 130 129 129 127 128 126 129 133 129 130 136 128 147 151 143 154 144 152 113 114 112 0 0 0
  3223. [ 1.062844] 72 212 217 214 139 139 138 132 131 132 130 130 130 129 128 126 122 126 123 140 147 140 142 146 136 154 144 152 113 114 112 0 0 0
  3224. [ 1.062852] 77 187 197 189 138 140 138 133 131 132 128 127 128 130 127 128 126 128 126 127 132 123 130 137 129 156 145 155 128 128 128 0 0 0
  3225. [ 1.062860] 82 192 201 194 139 139 137 133 132 133 127 126 127 128 127 126 127 129 126 123 128 120 133 137 130 197 173 195 113 114 112 0 0 0
  3226. [ 1.062868] 87 195 204 197 139 140 138 133 132 133 126 125 126 129 128 128 123 126 124 129 134 126 129 131 124 197 173 195 113 114 112 0 0 0
  3227. [ 1.062876] 93 201 209 203 140 141 139 132 130 131 126 125 126 129 128 128 126 128 127 125 130 122 130 131 125 197 173 195 113 114 112 0 0 0
  3228. [ 1.062884] 99 207 212 207 141 141 139 130 130 130 129 128 129 125 124 124 127 129 128 128 131 126 132 135 130 157 146 155 122 123 122 0 0 0
  3229. [ 1.062892] 105 211 216 213 140 140 138 129 130 131 129 129 129 126 124 125 123 126 124 128 130 126 132 136 129 157 145 156 122 123 122 0 0 0
  3230. [ 1.062896] [GAMMA_CENTER_END]
  3231.  
  3232. [ 1.062903] elapsed time 0 us
  3233. [ 1.062921] gamma[ 10] : 00 56 00 72 00 5A 8D 8B 8C 87 84 87 7F 7C 7B 8A 8F 84 87 90 82 93 99 8A A1 A6 A1 E9 C6 EC 6A 6A 68 00 00
  3234. [ 1.062930] gamma[ 11] : 00 5A 00 75 00 5E 8F 8D 8E 86 83 86 82 7F 7E 88 8C 83 80 8A 7C 93 99 8A A1 A6 A1 E9 C6 EB 6A 6A 68 00 00
  3235. [ 1.062938] gamma[ 12] : 00 60 00 7A 00 63 8F 8D 8E 88 84 87 80 7E 7D 83 89 7F 88 91 84 8C 93 83 A1 A6 A1 E9 C6 EA 6A 6A 68 00 00
  3236. [ 1.062946] gamma[ 13] : 00 63 00 7D 00 68 8F 8D 8E 85 82 85 84 81 80 82 87 7F 88 92 85 8D 94 84 A8 AA A7 D8 BC DA 6A 6A 68 00 00
  3237. [ 1.062954] gamma[ 14] : 00 67 00 81 00 6C 90 8E 8E 86 83 86 82 7F 7F 84 89 80 85 8C 80 8C 94 84 A8 AA A7 D8 BC DA 6A 6A 68 00 00
  3238. [ 1.062962] gamma[ 15] : 00 6B 00 84 00 70 90 8F 8E 85 82 85 82 7E 7E 83 86 7F 8A 93 88 86 8E 7D A8 AA A7 D8 BC DA 6A 6A 68 00 00
  3239. [ 1.062969] gamma[ 16] : 00 6E 00 87 00 73 8F 8E 8F 86 83 86 82 7E 7E 80 82 7C 8A 94 87 8D 96 85 A1 A4 9F D8 BC DA 6A 6A 68 00 00
  3240. [ 1.062978] gamma[ 17] : 00 71 00 8A 00 76 90 8E 8E 84 81 83 83 7F 7F 7D 7F 7A 90 9B 8F 86 8F 7E A1 A4 9E D8 BC DA 6A 6A 68 00 00
  3241. [ 1.062986] gamma[ 19] : 00 77 00 8F 00 7D 8F 8E 8D 86 83 86 84 81 81 7A 7B 77 8B 95 89 8D 97 86 A8 A7 A4 CA B2 CC 6A 6A 68 00 00
  3242. [ 1.062994] gamma[ 20] : 00 7A 00 91 00 80 8F 8E 8E 86 83 86 83 80 80 7B 7D 78 8E 97 8D 86 90 7F A8 A7 A4 D2 B9 D5 68 68 66 00 00
  3243. [ 1.063002] gamma[ 21] : 00 7C 00 93 00 82 8F 8D 8D 86 84 86 82 7E 7F 7B 7D 78 8E 97 8D 86 90 7F A8 A7 A3 D2 B9 D5 68 68 66 00 00
  3244. [ 1.063010] gamma[ 22] : 00 80 00 96 00 85 8F 8D 8D 86 84 86 84 81 81 7C 7B 78 8A 92 88 85 8E 7E A8 A8 A3 9A 91 9C 7A 7B 7A 00 00
  3245. [ 1.063017] gamma[ 23] : 00 82 00 98 00 87 8F 8C 8C 87 85 87 80 7F 80 83 84 81 87 8F 85 86 90 7D A1 A1 9C 9A 91 9C 7A 7B 7A 00 00
  3246. [ 1.063025] gamma[ 25] : 00 88 00 9D 00 8D 8D 8C 8C 86 84 86 82 80 80 7F 7F 7A 87 8F 85 86 90 7E A2 A0 9C 9A 91 9C 7A 7B 7A 00 00
  3247. [ 1.063033] gamma[ 27] : 00 8C 00 A0 00 90 8F 8D 8D 86 84 86 81 7E 80 85 84 81 85 8C 84 87 90 80 9B 9A 95 9B 91 9B 7A 7B 7A 00 00
  3248. [ 1.063041] gamma[ 29] : 00 91 00 A4 00 95 8D 8C 8B 87 85 87 82 81 81 7D 7B 78 88 90 88 87 90 81 9B 9A 95 9B 91 9B 7A 7B 7A 00 00
  3249. [ 1.063049] gamma[ 31] : 00 96 00 A8 00 9A 8D 8B 8B 86 84 86 82 81 82 7D 7B 78 89 91 88 89 92 84 9F 9F 99 C6 B0 C6 68 68 66 00 00
  3250. [ 1.063057] gamma[ 33] : 00 99 00 AB 00 9D 8F 8E 8D 84 82 84 80 80 80 7F 7E 7B 8B 91 8A 85 8E 81 9F 9E 99 9D 91 9C 75 76 74 00 00
  3251. [ 1.063065] gamma[ 35] : 00 9D 00 AE 00 A1 8D 8C 8B 86 84 86 80 7F 80 80 80 7C 7E 83 7D 8D 97 8A 9F 9F 99 9D 91 9C 75 76 74 00 00
  3252. [ 1.063073] gamma[ 37] : 00 A0 00 B1 00 A4 8D 8D 8C 84 82 84 82 81 82 82 80 7E 87 8E 86 81 8B 7D 9E A1 98 9D 91 9B 75 76 74 00 00
  3253. [ 1.063081] gamma[ 39] : 00 A4 00 B4 00 A8 8E 8E 8C 86 84 86 7D 7E 7F 80 7E 7C 87 8E 86 87 92 84 98 9A 92 9D 91 9B 75 76 74 00 00
  3254. [ 1.063089] gamma[ 41] : 00 A8 00 B7 00 AC 8C 8B 8A 87 85 87 80 7F 80 7F 7F 7D 88 8E 88 83 8D 80 98 9A 92 BE AA BC 6A 6A 68 00 00
  3255. [ 1.063097] gamma[ 44] : 00 AC 00 BA 00 B0 8B 8C 8A 87 86 87 82 80 81 7D 7D 7B 84 8B 85 83 8C 80 97 99 93 CD B7 CC 66 65 63 00 00
  3256. [ 1.063105] gamma[ 47] : 00 B3 00 BF 00 B6 8B 8C 8A 86 85 87 83 82 83 81 80 7E 7F 86 80 86 8E 83 98 9A 94 BE AA BC 68 68 66 00 00
  3257. [ 1.063113] gamma[ 50] : 00 B7 00 C2 00 B9 8B 8C 8A 86 84 86 7E 7E 7E 80 7E 7D 7E 84 7F 8A 92 87 98 99 94 A3 95 9F 71 72 70 00 00
  3258. [ 1.063121] gamma[ 53] : 00 BC 00 C6 00 BE 8C 8C 8A 86 84 85 82 82 82 81 80 7F 7F 84 80 88 8F 86 92 96 8D A3 95 9F 71 72 70 00 00
  3259. [ 1.063129] gamma[ 56] : 00 C0 00 C9 00 C3 8D 8D 8B 85 83 84 80 81 80 7C 7D 7B 86 8B 86 84 8B 81 99 9D 94 9B 90 98 71 72 70 00 00
  3260. [ 1.063137] gamma[ 60] : 00 C4 00 CD 00 C6 8C 8D 8B 83 82 84 83 83 83 7B 7B 79 7F 84 80 88 8F 86 98 9D 94 9B 90 98 71 72 70 00 00
  3261. [ 1.063145] gamma[ 64] : 00 CB 00 D1 00 CC 8C 8C 8A 84 83 84 81 81 81 7B 7B 7A 83 8A 85 86 8C 84 93 97 8F 9A 90 98 71 72 70 00 00
  3262. [ 1.063153] gamma[ 68] : 00 D0 00 D5 00 D1 8C 8C 8A 83 83 83 82 81 81 7F 80 7E 81 85 81 82 88 80 93 97 8F 9A 90 98 71 72 70 00 00
  3263. [ 1.063161] gamma[ 72] : 00 D4 00 D9 00 D6 8B 8B 8A 84 83 84 82 82 82 81 80 7E 7A 7E 7B 8C 93 8C 8E 92 88 9A 90 98 71 72 70 00 00
  3264. [ 1.063169] gamma[ 77] : 00 BB 00 C5 00 BD 8A 8C 8A 85 83 84 80 7F 80 82 7F 80 7E 80 7E 7F 84 7B 82 89 81 9C 91 9B 80 80 80 00 00
  3265. [ 1.063177] gamma[ 82] : 00 C0 00 C9 00 C2 8B 8B 89 85 84 85 7F 7E 7F 80 7F 7E 7F 81 7E 7B 80 78 85 89 82 C5 AD C3 71 72 70 00 00
  3266. [ 1.063184] gamma[ 87] : 00 C3 00 CC 00 C5 8B 8C 8A 85 84 85 7E 7D 7E 81 80 80 7B 7E 7C 81 86 7E 81 83 7C C5 AD C3 71 72 70 00 00
  3267. [ 1.063192] gamma[ 93] : 00 C9 00 D1 00 CB 8C 8D 8B 84 82 83 7E 7D 7E 81 80 80 7E 80 7F 7D 82 7A 82 83 7D C5 AD C3 71 72 70 00 00
  3268. [ 1.063200] gamma[ 99] : 00 CF 00 D4 00 CF 8D 8D 8B 82 82 82 81 80 81 7D 7C 7C 7F 81 80 80 83 7E 84 87 82 9D 92 9B 7A 7B 7A 00 00
  3269. [ 1.063208] gamma[105] : 00 D3 00 D8 00 D5 8C 8C 8A 81 82 83 81 81 81 7E 7C 7D 7B 7E 7C 80 82 7E 84 88 81 9D 91 9C 7A 7B 7A 00 00
  3270. [ 1.063212] init_subdev_gamma_table panel_bl-1 gamma_table initialized
  3271. [ 1.063316] panel_bl_probe done
  3272. [ 1.063359] success to find svc_sd : 0xffffffc876634e10 svc : 0xffffffc07f5df480
  3273. [ 1.063364] success to create svc/OCTA/
  3274. [ 1.063428] coord (x:2992 y:3167 Q1 compV: 19323 compH: 21433) tune_coord ( 99 280) tune_rgb[ADT] (254 255 255) tune_rgb[D65] (255 249 241)
  3275. [ 1.063438] copy_common_maptbl, failed to getidx -22
  3276. [ 1.063447] copy_common_maptbl, failed to getidx -22
  3277. [ 1.063469] dpui_logging_register register type PANEL
  3278. [ 1.063475] panel_set_mdnie, do mdnie-seq
  3279. [ 1.063944] mdnie mdnie: mdnie_enable: done
  3280. [ 1.063952] mdnie mdnie: registered successfully
  3281. [ 1.064026] copr_probe registered successfully
  3282. [ 1.064152] dpui_logging_register register type PANEL
  3283. [ 1.064182] dsim0 driver(cmd mode) has been probed.
  3284. [ 1.064260] copr_update copr register updated
  3285. [ 1.064512] Displayport: displayport_get_gpios +
  3286. [ 1.064519] Displayport: displayport_get_gpios -
  3287. [ 1.064524] Displayport: failed to get displayport aux vdd
  3288. [ 1.064557] Displayport: displayport_parse_dt done
  3289. [ 1.064563] Displayport: res: start(0x11090000), end(0x1109fffe)
  3290. [ 1.064755] Displayport: success register switch device
  3291. [ 1.064861] Displayport: displayport driver has been probed.
  3292. [ 1.065053] exynos-decon 12860000.decon_f: decon_probe start
  3293. [ 1.065248] decon-f: max win6, command mode, hw trigger
  3294. [ 1.065253] dsi mode(0). 0: SINGLE 1: DUAL
  3295. [ 1.065258] out type(0). 0: DSI 1: DISPLAYPORT 2: HDMI 3: WB
  3296. [ 1.065263] out idx(0). 0: DSI0 1: DSI1 2: DSI2
  3297. [ 1.065441] This board doesn't support TE GPIO of 2nd LCD
  3298. [ 1.065455] decon_register_ext_irq: gpio(315)
  3299. [ 1.065810] decon_displayport_create_vsync_thread is needed for displayport path
  3300. [ 1.065905] display hibernation is enabled
  3301. [ 1.065974] PANEL:INFO:panel_core_ioctl:PANEL_IOC_DECON_PROBE
  3302. [ 1.065980] PANEL:INFO:panel_core_ioctl:PANEL_IOC_GET_PANEL_STATE
  3303. [ 1.065985] PANEL:INFO:panel_core_ioctl:PANEL_IOC_REG_PANEL_RESET
  3304. [ 1.065989] lcd_info: hfp 2 hbp 2 hsa 2 vfp 3 vbp 15 vsa 1
  3305. [ 1.065993] xres 1440 yres 2960
  3306. [ 1.066001] default_win 5 win_idx 0 xres 1440 yres 2960
  3307. [ 1.066007] default_win 5 win_idx 1 xres 1440 yres 2960
  3308. [ 1.066012] default_win 5 win_idx 2 xres 1440 yres 2960
  3309. [ 1.066017] default_win 5 win_idx 3 xres 1440 yres 2960
  3310. [ 1.066022] default_win 5 win_idx 4 xres 1440 yres 2960
  3311. [ 1.066028] exynos-decon 12860000.decon_f: allocating memory for display
  3312. [ 1.066034] exynos-decon 12860000.decon_f: real_size=4262400 (1440.2960), virt_size=8524800 (1440.5920)
  3313. [ 1.066039] exynos-decon 12860000.decon_f: want 34099200 bytes for window[5]
  3314. [ 1.075496] exynos-decon 12860000.decon_f: alloated memory
  3315. [ 1.075504] exynos-decon 12860000.decon_f: fb start addr = 0x10000000
  3316. [ 1.075509] default_win 5 win_idx 5 xres 1440 yres 2960
  3317. [ 1.075678] PANEL:INFO:panel_fb_notifier:FB Registeted
  3318. [ 1.075735] window update is enabled: win rectangle w(720), h(40)
  3319. [ 1.075741] horizontal count(2), vertical count(74)
  3320. [ 1.075781] decon_reg_init already called by BOOTLOADER
  3321. [ 1.075843] exynos-decon 12860000.decon_f: pm_stay_awake
  3322. [ 1.075848] decon0 registered successfully
  3323. [ 1.075908] exynos-decon 12a30000.decon_s: decon_probe start
  3324. [ 1.076104] decon-s: max win5, command mode, sw trigger
  3325. [ 1.076109] dsi mode(0). 0: SINGLE 1: DUAL
  3326. [ 1.076114] out type(3). 0: DSI 1: DISPLAYPORT 2: HDMI 3: WB
  3327. [ 1.076569] vsync thread is only needed for DSI path
  3328. [ 1.076575] decon_displayport_create_vsync_thread is needed for displayport path
  3329. [ 1.076580] frame sync thread is only needed for DSI path
  3330. [ 1.076584] decon1 doesn't need pinctrl
  3331. [ 1.076597] display hibernation is enabled
  3332. [ 1.076673] decon_1 output size for writeback 1440x2960
  3333. [ 1.076679] default_win 3 win_idx 0 xres 0 yres 0
  3334. [ 1.076685] default_win 3 win_idx 1 xres 0 yres 0
  3335. [ 1.076689] default_win 3 win_idx 2 xres 0 yres 0
  3336. [ 1.076694] default_win 3 win_idx 3 xres 0 yres 0
  3337. [ 1.076699] default_win 3 win_idx 4 xres 0 yres 0
  3338. [ 1.076777] PANEL:INFO:panel_fb_notifier:FB Registeted
  3339. [ 1.076817] out_type(3) doesn't support window update
  3340. [ 1.076830] decon1 doesn't need to display
  3341. [ 1.076846] decon1 registered successfully
  3342. [ 1.076898] exynos-decon 12a40000.decon_t: decon_probe start
  3343. [ 1.077092] decon-t: max win5, video mode, sw trigger
  3344. [ 1.077097] dsi mode(0). 0: SINGLE 1: DUAL
  3345. [ 1.077101] out type(2). 0: DSI 1: DISPLAYPORT 2: HDMI 3: WB
  3346. [ 1.077460] vsync thread is only needed for DSI path
  3347. [ 1.077504] frame sync thread is only needed for DSI path
  3348. [ 1.077509] decon2 doesn't need pinctrl
  3349. [ 1.077520] display hibernation is enabled
  3350. [ 1.077581] decon_2 output size for displayport 640x480
  3351. [ 1.077587] default_win 3 win_idx 0 xres 640 yres 480
  3352. [ 1.077592] default_win 3 win_idx 1 xres 640 yres 480
  3353. [ 1.077597] default_win 3 win_idx 2 xres 640 yres 480
  3354. [ 1.077603] exynos-decon 12a40000.decon_t: allocating memory for display
  3355. [ 1.077609] exynos-decon 12a40000.decon_t: real_size=307200 (640.480), virt_size=614400 (640.960)
  3356. [ 1.077614] exynos-decon 12a40000.decon_t: want 2457600 bytes for window[3]
  3357. [ 1.078330] exynos-decon 12a40000.decon_t: alloated memory
  3358. [ 1.078336] exynos-decon 12a40000.decon_t: fb start addr = 0x12100000
  3359. [ 1.078340] default_win 3 win_idx 3 xres 640 yres 480
  3360. [ 1.078348] default_win 3 win_idx 4 xres 640 yres 480
  3361. [ 1.078473] PANEL:INFO:panel_fb_notifier:FB Registeted
  3362. [ 1.078518] out_type(2) doesn't support window update
  3363. [ 1.078529] decon2 registered successfully
  3364. [ 1.078734] muic_notifier_register: listener=5 register
  3365. [ 1.078740] exynos_cpuidle_muic_notifier: dev=0, action=0
  3366. [ 1.087144] sec_ts 5-0048: [sec_input] sec_ts_read_event: STATUS 1d 64 0 0 0 0 0 0
  3367. [ 1.087180] sec_ts 5-0048: [sec_input] sec_ts_read_event: TSP NOISE MODE OFF[0]
  3368. [ 1.092201] EXYNOS-PD-DBG: dbgdev-pd-abox's Runtime_Resume
  3369. [ 1.092212] EXYNOS-PD-DBG: dbgdev-pd-abox's Runtime_Suspend
  3370. [ 1.092402] EXYNOS-PD-DBG: dbgdev-pd-cam's Runtime_Resume
  3371. [ 1.092409] EXYNOS-PD-DBG: dbgdev-pd-cam's Runtime_Suspend
  3372. [ 1.093047] EXYNOS-PD-DBG: dbgdev-pd-dcam's Runtime_Resume
  3373. [ 1.093053] EXYNOS-PD-DBG: dbgdev-pd-dcam's Runtime_Suspend
  3374. [ 1.093401] EXYNOS-PD-DBG: dbgdev-pd-dpu0's Runtime_Resume
  3375. [ 1.093406] EXYNOS-PD-DBG: dbgdev-pd-dpu0's Runtime_Suspend
  3376. [ 1.093462] EXYNOS-PD-DBG: dbgdev-pd-dpu1's Runtime_Resume
  3377. [ 1.093467] EXYNOS-PD-DBG: dbgdev-pd-dpu1's Runtime_Suspend
  3378. [ 1.093522] EXYNOS-PD-DBG: dbgdev-pd-dsp's Runtime_Resume
  3379. [ 1.093528] EXYNOS-PD-DBG: dbgdev-pd-dsp's Runtime_Suspend
  3380. [ 1.093764] EXYNOS-PD-DBG: dbgdev-pd-g2d's Runtime_Resume
  3381. [ 1.093769] EXYNOS-PD-DBG: dbgdev-pd-g2d's Runtime_Suspend
  3382. [ 1.094209] EXYNOS-PD-DBG: dbgdev-pd-g3d's Runtime_Resume
  3383. [ 1.094215] EXYNOS-PD-DBG: dbgdev-pd-g3d's Runtime_Suspend
  3384. [ 1.094641] EXYNOS-PD-DBG: dbgdev-pd-isphq's Runtime_Resume
  3385. [ 1.094646] EXYNOS-PD-DBG: dbgdev-pd-isphq's Runtime_Suspend
  3386. [ 1.095102] EXYNOS-PD-DBG: dbgdev-pd-isplp's Runtime_Resume
  3387. [ 1.095108] EXYNOS-PD-DBG: dbgdev-pd-isplp's Runtime_Suspend
  3388. [ 1.095419] EXYNOS-PD-DBG: dbgdev-pd-iva's Runtime_Resume
  3389. [ 1.095425] EXYNOS-PD-DBG: dbgdev-pd-iva's Runtime_Suspend
  3390. [ 1.095617] EXYNOS-PD-DBG: dbgdev-pd-mfc's Runtime_Resume
  3391. [ 1.095623] EXYNOS-PD-DBG: dbgdev-pd-mfc's Runtime_Suspend
  3392. [ 1.096062] EXYNOS-PD-DBG: dbgdev-pd-srdz's Runtime_Resume
  3393. [ 1.096068] EXYNOS-PD-DBG: dbgdev-pd-srdz's Runtime_Suspend
  3394. [ 1.096339] EXYNOS-PD-DBG: dbgdev-pd-vpu's Runtime_Resume
  3395. [ 1.096345] EXYNOS-PD-DBG: dbgdev-pd-vpu's Runtime_Suspend
  3396. [ 1.096439] EXYNOS-PD-DBG: dbgdev-pd-vts's Runtime_Resume
  3397. [ 1.096445] EXYNOS-PD-DBG: dbgdev-pd-vts's Runtime_Suspend
  3398. [ 1.097022] [@]cis_3h1_probe sensor_id_spec 0, sensor_id_len 2
  3399. [ 1.097030] [@]cis_3h1_probe sensor_id 0
  3400. [ 1.097035] [@]3H1 : sensor peri is net yet probed
  3401. [ 1.097086] [@]cis_2l2_probe sensor_id_spec 0, sensor_id_len 1
  3402. [ 1.097091] [@]cis_2l2_probe sensor_id 0
  3403. [ 1.097094] [@]sensor peri is net yet probed
  3404. [ 1.097128] [@]cis_imx320_probe sensor_id_spec 0, sensor_id_len 2
  3405. [ 1.097133] [@]cis_imx320_probe sensor_id 0
  3406. [ 1.097137] [@]sensor peri is net yet probed
  3407. [ 1.097171] [@]cis_imx333_probe sensor_id_spec 0, sensor_id_len 1
  3408. [ 1.097175] [@]cis_imx333_probe sensor_id 0
  3409. [ 1.097179] [@]sensor peri is net yet probed
  3410. [ 1.097459] sec-thermistor sec_thermistor@0: sec-ap-thermistor successfully probed.
  3411. [ 1.097604] sec-thermistor sec_thermistor@10: sec-pa-thermistor successfully probed.
  3412. [ 1.097738] exynos-tmu 10080000.MNGS: thermal zone use hotplug function
  3413. [ 1.097966] thermal_zone_of_sensor_register 551 thermal zone_name = mngs-thermal
  3414. [ 1.097973] exynos-tmu 10080000.MNGS: Failed to get thermal block mngs-thermal
  3415. [ 1.097983] exynos-tmu 10080000.MNGS: Sensor number = 0
  3416. [ 1.097996] exynos-tmu 10080000.MNGS: Sensor number = 2
  3417. [ 1.098009] exynos-tmu 10080000.MNGS: Sensor number = 3
  3418. [ 1.098020] exynos-tmu 10080000.MNGS: Sensor number = 4
  3419. [ 1.098033] exynos-tmu 10080000.MNGS: Sensor number = 5
  3420. [ 1.098368] thermal_zone_of_sensor_register 551 thermal zone_name = APOLLO
  3421. [ 1.098375] exynos-tmu 10080000.APOLLO: Trip count parsed from ECT : 8, zone : APOLLO
  3422. [ 1.098381] Parsed From ECT : [0] Temperature : 20, frequency : 1690000, level = 0
  3423. [ 1.098386] Parsed From ECT : [1] Temperature : 76, frequency : 1690000, level = 0
  3424. [ 1.098391] Parsed From ECT : [2] Temperature : 81, frequency : 1456000, level = 1
  3425. [ 1.098396] Parsed From ECT : [3] Temperature : 86, frequency : 1248000, level = 2
  3426. [ 1.098400] Parsed From ECT : [4] Temperature : 91, frequency : 1053000, level = 3
  3427. [ 1.098405] Parsed From ECT : [5] Temperature : 96, frequency : 598000, level = 7
  3428. [ 1.098409] Parsed From ECT : [6] Temperature : 101, frequency : 598000, level = 7
  3429. [ 1.098414] Parsed From ECT : [7] Temperature : 115, frequency : 598000, level = 7
  3430. [ 1.098422] exynos-tmu 10080000.APOLLO: Sensor number = 1
  3431. [ 1.098548] exynos-tmu 10084000.GPU: [GPU TMU] index : 0, frequency : 546000
  3432. [ 1.098553] exynos-tmu 10084000.GPU: [GPU TMU] index : 1, frequency : 455000
  3433. [ 1.098558] exynos-tmu 10084000.GPU: [GPU TMU] index : 2, frequency : 385000
  3434. [ 1.098563] exynos-tmu 10084000.GPU: [GPU TMU] index : 3, frequency : 338000
  3435. [ 1.098567] exynos-tmu 10084000.GPU: [GPU TMU] index : 4, frequency : 260000
  3436. [ 1.098572] exynos-tmu 10084000.GPU: [GPU TMU] index : 5, frequency : -2
  3437. [ 1.098812] thermal_zone_of_sensor_register 551 thermal zone_name = GPU
  3438. [ 1.098818] exynos-tmu 10084000.GPU: Failed to get thermal block GPU
  3439. [ 1.098826] exynos-tmu 10084000.GPU: Sensor number = 0
  3440. [ 1.099014] exynos-tmu 10084000.ISP: [ISP TMU] index : 0, fps : 60
  3441. [ 1.099020] exynos-tmu 10084000.ISP: [ISP TMU] index : 1, fps : 15
  3442. [ 1.099026] exynos-tmu 10084000.ISP: [ISP TMU] index : 2, fps : 5
  3443. [ 1.099299] thermal_zone_of_sensor_register 551 thermal zone_name = ISP
  3444. [ 1.099305] exynos-tmu 10084000.ISP: Trip count parsed from ECT : 5, zone : ISP
  3445. [ 1.099310] Parsed From ECT : [0] Temperature : 20, frequency : 60, level = 0
  3446. [ 1.099314] Parsed From ECT : [1] Temperature : 95, frequency : 60, level = 0
  3447. [ 1.099319] Parsed From ECT : [2] Temperature : 100, frequency : 15, level = 1
  3448. [ 1.099324] Parsed From ECT : [3] Temperature : 105, frequency : 5, level = 2
  3449. [ 1.099328] Parsed From ECT : [4] Temperature : 110, frequency : 5, level = 2
  3450. [ 1.099336] exynos-tmu 10084000.ISP: Sensor number = 1
  3451. [ 1.099352] exynos-tmu 10084000.ISP: Sensor number = 2
  3452. [ 1.099901] madera spi3.0: mic_mode[0] src=0x0 gnd=0x1 bias=0x4 gpio=0 hp_gnd=1
  3453. [ 1.100571] wake enabled for irq 287
  3454. [ 1.100637] madera spi3.0: HPDET handler
  3455. [ 1.100664] madera spi3.0: HPDET Status: 5
  3456. [ 1.100751] input: Headset as /devices/platform/10460000.spi/spi_master/spi3/spi3.0/madera-extcon/input/input5
  3457. [ 1.100857] madera spi3.0: jackdet IRQ
  3458. [ 1.100922] madera spi3.0: jackdet IRQ: 0x10, 0xffee, clamp: 0x218, no_clamp: 0, conflict: 0, rise: 1, fall: 0, read_err: 0
  3459. [ 1.100940] madera spi3.0: Detected jack removal
  3460. [ 1.100962] madera spi3.0: Switch Report: 0
  3461. [ 1.100982] sec_audio_log: not enabled
  3462. [ 1.101000] exynos8895-madera sound: exynos8895_madera_hpdet_cb(0) meas(21474836)
  3463. [ 1.101014] sec_audio_log: not enabled
  3464. [ 1.101030] exynos8895-madera sound: SET GAIN 16 step for 21474836 ohms
  3465. [ 1.101082] [@]cis_3h1_probe sensor_id_spec 0, sensor_id_len 2
  3466. [ 1.101090] [@]cis_3h1_probe sensor_id 0
  3467. [ 1.101095] [@]3H1 : sensor peri is net yet probed
  3468. [ 1.101129] [@]cis_2l2_probe sensor_id_spec 0, sensor_id_len 1
  3469. [ 1.101133] [@]cis_2l2_probe sensor_id 0
  3470. [ 1.101137] [@]sensor peri is net yet probed
  3471. [ 1.101172] [@]cis_imx320_probe sensor_id_spec 0, sensor_id_len 2
  3472. [ 1.101177] [@]cis_imx320_probe sensor_id 0
  3473. [ 1.101181] [@]sensor peri is net yet probed
  3474. [ 1.101213] [@]cis_imx333_probe sensor_id_spec 0, sensor_id_len 1
  3475. [ 1.101217] [@]cis_imx333_probe sensor_id 0
  3476. [ 1.101220] [@]sensor peri is net yet probed
  3477. [ 1.101472] usb_notifier: of_get_usb_redriver_dt: usb30_redriver_en: Invalied gpio pins
  3478. [ 1.101479] usb_notifier: of_get_usb_redriver_dt, gpios_redriver_en -2
  3479. [ 1.101484] usb_notifier: of_get_usb_redriver_dt, can_disable_usb 1
  3480. [ 1.101490] usb_notifier: of_get_usb_redriver_dt, usb_ldocontrol 1
  3481. [ 1.101495] usb_notify: registered otg_notify +
  3482. [ 1.101561] usb_notify: ovc_init
  3483. [ 1.101606] sec_audio_log: not enabled
  3484. [ 1.101624] exynos8895-madera sound: exynos8895_madera_micd_cb: ear_mic = 0
  3485. [ 1.101637] usb_notify: register_usblog_proc already registered
  3486. [ 1.101644] usb_notify: registered otg_notify -
  3487. [ 1.101649] usb: [M] manager_notifier_register: listener=22 register
  3488. [ 1.101655] usb: [M] manager_notifier_register USB: attach=0, drp=USB_DETACH
  3489. [ 1.101660] usb_notifier: ccic_usb_handle_notification: Turn Off Device(UFP)
  3490. [ 1.101666] usb_notify: send_otg_notify event=vbus(1) enable=0
  3491. [ 1.101670] usb_notify: send_otg_notify reserve event
  3492. [ 1.101675] vbus_notifier_register: listener=2 register
  3493. [ 1.101680] usb_notifier: vbus_handle_notification cmd=0, vbus_type=LOW
  3494. [ 1.101686] usb_notifier usb_notifier: usb notifier probe
  3495. [ 1.101774] usb: [M] manager_notifier_init
  3496. [ 1.101779] manager_notifier_init already registered
  3497. [ 1.101816] [@]cis_3h1_probe sensor_id_spec 0, sensor_id_len 2
  3498. [ 1.101823] [@]cis_3h1_probe sensor_id 0
  3499. [ 1.101827] [@]3H1 : sensor peri is net yet probed
  3500. [ 1.101868] [@]cis_2l2_probe sensor_id_spec 0, sensor_id_len 1
  3501. [ 1.101873] [@]cis_2l2_probe sensor_id 0
  3502. [ 1.101876] [@]sensor peri is net yet probed
  3503. [ 1.101921] [@]cis_imx320_probe sensor_id_spec 0, sensor_id_len 2
  3504. [ 1.101926] [@]cis_imx320_probe sensor_id 0
  3505. [ 1.101930] [@]sensor peri is net yet probed
  3506. [ 1.101961] [@]cis_imx333_probe sensor_id_spec 0, sensor_id_len 1
  3507. [ 1.101966] [@]cis_imx333_probe sensor_id 0
  3508. [ 1.101970] [@]sensor peri is net yet probed
  3509. [ 1.102297] input: gpio_keys as /devices/platform/gpio_keys/input/input6
  3510. [ 1.102310] [sec_input] gpio_keys_gpio_report_event: 703 (0/0)
  3511. [ 1.102320] [sec_input] gpio_keys_gpio_report_event: 114 (0/0)
  3512. [ 1.102330] [sec_input] gpio_keys_gpio_report_event: 115 (0/0)
  3513. [ 1.102339] [sec_input] gpio_keys_gpio_report_event: 116 (0/0)
  3514. [ 1.102467] hall_init start
  3515. [ 1.102532] [@]cis_3h1_probe sensor_id_spec 0, sensor_id_len 2
  3516. [ 1.102538] [@]cis_3h1_probe sensor_id 0
  3517. [ 1.102542] [@]3H1 : sensor peri is net yet probed
  3518. [ 1.102621] [@]cis_2l2_probe sensor_id_spec 0, sensor_id_len 1
  3519. [ 1.102625] [@]cis_2l2_probe sensor_id 0
  3520. [ 1.102629] [@]sensor peri is net yet probed
  3521. [ 1.102659] [@]cis_imx320_probe sensor_id_spec 0, sensor_id_len 2
  3522. [ 1.102663] [@]cis_imx320_probe sensor_id 0
  3523. [ 1.102666] [@]sensor peri is net yet probed
  3524. [ 1.102695] [@]cis_imx333_probe sensor_id_spec 0, sensor_id_len 1
  3525. [ 1.102699] [@]cis_imx333_probe sensor_id 0
  3526. [ 1.102702] init_hall_ic_irq : success
  3527. [ 1.102709] [@]sensor peri is net yet probed
  3528. [ 1.102772] input: hall as /devices/platform/hall/input/input7
  3529. [ 1.102862] certify_hall_init start
  3530. [ 1.102957] [@]cis_3h1_probe sensor_id_spec 0, sensor_id_len 2
  3531. [ 1.102962] [@]cis_3h1_probe sensor_id 0
  3532. [ 1.102966] [@]3H1 : sensor peri is net yet probed
  3533. [ 1.103005] [@]cis_2l2_probe sensor_id_spec 0, sensor_id_len 1
  3534. [ 1.103009] [@]cis_2l2_probe sensor_id 0
  3535. [ 1.103013] [@]sensor peri is net yet probed
  3536. [ 1.103041] [@]cis_imx320_probe sensor_id_spec 0, sensor_id_len 2
  3537. [ 1.103046] [@]cis_imx320_probe sensor_id 0
  3538. [ 1.103049] [@]sensor peri is net yet probed
  3539. [ 1.103078] [@]cis_imx333_probe sensor_id_spec 0, sensor_id_len 1
  3540. [ 1.103082] [@]cis_imx333_probe sensor_id 0
  3541. [ 1.103086] [@]sensor peri is net yet probed
  3542. [ 1.103192] init_certify_hall_ic_irq : success
  3543. [ 1.103260] input: certify_hall as /devices/platform/certify_hall/input/input8
  3544. [ 1.103449] [@]cis_3h1_probe sensor_id_spec 0, sensor_id_len 2
  3545. [ 1.103455] [@]cis_3h1_probe sensor_id 0
  3546. [ 1.103459] [@]3H1 : sensor peri is net yet probed
  3547. [ 1.103491] [@]cis_2l2_probe sensor_id_spec 0, sensor_id_len 1
  3548. [ 1.103495] [@]cis_2l2_probe sensor_id 0
  3549. [ 1.103499] [@]sensor peri is net yet probed
  3550. [ 1.103530] [@]cis_imx320_probe sensor_id_spec 0, sensor_id_len 2
  3551. [ 1.103534] [@]cis_imx320_probe sensor_id 0
  3552. [ 1.103538] [@]sensor peri is net yet probed
  3553. [ 1.103598] [@]cis_imx333_probe sensor_id_spec 0, sensor_id_len 1
  3554. [ 1.103602] [@]cis_imx333_probe sensor_id 0
  3555. [ 1.103606] [@]sensor peri is net yet probed
  3556. [ 1.104768] s2mps17-rtc s2mps17-rtc: s2m_rtc_read_time: 2023-12-06 22:16:28(0x08)PM
  3557. [ 1.104897] s2mps17-rtc s2mps17-rtc: setting system clock to 2023-12-06 22:16:28 UTC (1701900988)
  3558. [ 1.105240] [@][VID] exynos-fimc-is-pre0(109) is created
  3559. [ 1.105246] [@][0][PRE:D] fimc_is_preproc_probe():0
  3560. [ 1.105443] [@]cis_3h1_probe sensor_id_spec 0, sensor_id_len 2
  3561. [ 1.105449] [@]cis_3h1_probe sensor_id 0
  3562. [ 1.105453] [@]3H1 : sensor peri is net yet probed
  3563. [ 1.105484] [@]cis_2l2_probe sensor_id_spec 0, sensor_id_len 1
  3564. [ 1.105489] [@]cis_2l2_probe sensor_id 0
  3565. [ 1.105492] [@]sensor peri is net yet probed
  3566. [ 1.105521] [@]cis_imx320_probe sensor_id_spec 0, sensor_id_len 2
  3567. [ 1.105526] [@]cis_imx320_probe sensor_id 0
  3568. [ 1.105530] [@]sensor peri is net yet probed
  3569. [ 1.105575] [@]cis_imx333_probe sensor_id_spec 0, sensor_id_len 1
  3570. [ 1.105579] [@]cis_imx333_probe sensor_id 0
  3571. [ 1.105583] [@]sensor peri is net yet probed
  3572. [ 1.105698] [@][0][FRT:D] fimc_is_csi_probe(0)
  3573. [ 1.105718] [@][0][BAK:D] fimc_is_flite_probe(0)
  3574. [ 1.105820] [@][VID] exynos-fimc-is-ss0(101) is created
  3575. [ 1.105905] [@][VID] exynos-fimc-is-ssinstancevc0(210) is created
  3576. [ 1.105992] [@][VID] exynos-fimc-is-ssinstancevc1(211) is created
  3577. [ 1.106072] [@][VID] exynos-fimc-is-ssinstancevc2(212) is created
  3578. [ 1.106155] [@][VID] exynos-fimc-is-ssinstancevc3(213) is created
  3579. [ 1.106162] [@][0][SEN:D] fimc_is_sensor_probe(0)
  3580. [ 1.106352] [@]cis_3h1_probe sensor_id_spec 0, sensor_id_len 2
  3581. [ 1.106358] [@]cis_3h1_probe sensor_id 0
  3582. [ 1.106362] [@]cis_3h1_probe sensor_id 1
  3583. [ 1.106374] [@]3H1 : sensor peri is net yet probed
  3584. [ 1.106412] [@]cis_2l2_probe sensor_id_spec 0, sensor_id_len 1
  3585. [ 1.106416] [@]cis_2l2_probe sensor_id 0
  3586. [ 1.106421] [@]cis_2l2_probe f-number 4
  3587. [ 1.106426] [@]cis_2l2_probe setfile_B
  3588. [ 1.106430] [@]cis_2l2_probe done
  3589. [ 1.106470] [@][1][FRT:D] fimc_is_csi_probe(0)
  3590. [ 1.106490] [@]cis_imx320_probe sensor_id_spec 0, sensor_id_len 2
  3591. [ 1.106494] [@][100][BAK:D] fimc_is_flite_probe(0)
  3592. [ 1.106499] [@]cis_imx320_probe sensor_id 0
  3593. [ 1.106503] [@]cis_imx320_probe sensor_id 1
  3594. [ 1.106508] [@]cis_imx320_probe f-number 4
  3595. [ 1.106512] [@]cis_imx320_probe use initial_ae(0)
  3596. [ 1.106517] [@]cis_imx320_probe f-number 4
  3597. [ 1.106521] [@]cis_imx320_probe use initial_ae(0)
  3598. [ 1.106526] [@]cis_imx320_probe setfile_A
  3599. [ 1.106530] [@]cis_imx320_probe done
  3600. [ 1.106555] [@]cis_imx333_probe sensor_id_spec 0, sensor_id_len 1
  3601. [ 1.106560] [@][VID] exynos-fimc-is-ss1(102) is created
  3602. [ 1.106564] [@]cis_imx333_probe sensor_id 0
  3603. [ 1.106569] [@]cis_imx333_probe f-number 4
  3604. [ 1.106573] [@]cis_imx333_probe done
  3605. [ 1.106640] [@][VID] exynos-fimc-is-ssinstancevc0(214) is created
  3606. [ 1.106663] [@]cis_3h1_probe sensor_id_spec 0, sensor_id_len 2
  3607. [ 1.106668] [@]cis_3h1_probe sensor_id 0
  3608. [ 1.106672] [@]cis_3h1_probe sensor_id 1
  3609. [ 1.106676] [@]cis_3h1_probe f-number 4
  3610. [ 1.106681] [@]cis_3h1_probe use initial_ae(0)
  3611. [ 1.106685] [@]cis_3h1_probe f-number 4
  3612. [ 1.106690] [@]cis_3h1_probe use initial_ae(0)
  3613. [ 1.106694] [@]cis_3h1_probe setfile_A
  3614. [ 1.106699] [@]cis_3h1_probe done
  3615. [ 1.106723] [@][VID] exynos-fimc-is-ssinstancevc1(215) is created
  3616. [ 1.106906] [@][VID] exynos-fimc-is-ssinstancevc2(216) is created
  3617. [ 1.106999] [@][VID] exynos-fimc-is-ssinstancevc3(217) is created
  3618. [ 1.107006] [@][1][SEN:D] fimc_is_sensor_probe(0)
  3619. [ 1.107318] [@][2][FRT:D] fimc_is_csi_probe(0)
  3620. [ 1.107339] [@][100][BAK:D] fimc_is_flite_probe(0)
  3621. [ 1.107403] [@][VID] exynos-fimc-is-ss2(103) is created
  3622. [ 1.107489] [@][VID] exynos-fimc-is-ssinstancevc0(218) is created
  3623. [ 1.107586] [@][VID] exynos-fimc-is-ssinstancevc1(219) is created
  3624. [ 1.107674] [@][VID] exynos-fimc-is-ssinstancevc2(220) is created
  3625. [ 1.107756] [@][VID] exynos-fimc-is-ssinstancevc3(221) is created
  3626. [ 1.107762] [@][2][SEN:D] fimc_is_sensor_probe(0)
  3627. [ 1.108100] [@][3][FRT:D] fimc_is_csi_probe(0)
  3628. [ 1.108120] [@][100][BAK:D] fimc_is_flite_probe(0)
  3629. [ 1.108185] [@][VID] exynos-fimc-is-ss3(104) is created
  3630. [ 1.108271] [@][VID] exynos-fimc-is-ssinstancevc0(222) is created
  3631. [ 1.108351] [@][VID] exynos-fimc-is-ssinstancevc1(223) is created
  3632. [ 1.108431] [@][VID] exynos-fimc-is-ssinstancevc2(224) is created
  3633. [ 1.108510] [@][VID] exynos-fimc-is-ssinstancevc3(225) is created
  3634. [ 1.108516] [@][3][SEN:D] fimc_is_sensor_probe(0)
  3635. [ 1.108765] [@]device module id = 0
  3636. [ 1.108788] [@]sensor_preproc_probe done
  3637. [ 1.108871] exynos_ufc: Initialize ufc table for Domain 0
  3638. [ 1.108879] exynos_ufc: Complete to initialize domain0
  3639. [ 1.108884] exynos_ufc: Initialize ufc table for Domain 1
  3640. [ 1.108891] exynos_ufc: Register UFC Type-0 Execution Mode-0 for Domain 1
  3641. [ 1.108895] exynos_ufc: Master_freq : 2314000 kHz - limit_freq : 1690000 kHz
  3642. [ 1.108900] exynos_ufc: Master_freq : 2158000 kHz - limit_freq : 715000 kHz
  3643. [ 1.108904] exynos_ufc: Master_freq : 2002000 kHz - limit_freq : 715000 kHz
  3644. [ 1.108908] exynos_ufc: Master_freq : 1937000 kHz - limit_freq : 715000 kHz
  3645. [ 1.108912] exynos_ufc: Master_freq : 1807000 kHz - limit_freq : 715000 kHz
  3646. [ 1.108917] exynos_ufc: Master_freq : 1703000 kHz - limit_freq : 715000 kHz
  3647. [ 1.108921] exynos_ufc: Master_freq : 1469000 kHz - limit_freq : 715000 kHz
  3648. [ 1.108925] exynos_ufc: Master_freq : 1261000 kHz - limit_freq : 715000 kHz
  3649. [ 1.108930] exynos_ufc: Master_freq : 1170000 kHz - limit_freq : 715000 kHz
  3650. [ 1.108934] exynos_ufc: Master_freq : 1066000 kHz - limit_freq : 715000 kHz
  3651. [ 1.108938] exynos_ufc: Master_freq : 962000 kHz - limit_freq : 715000 kHz
  3652. [ 1.108943] exynos_ufc: Master_freq : 858000 kHz - limit_freq : 715000 kHz
  3653. [ 1.108947] exynos_ufc: Master_freq : 741000 kHz - limit_freq : 715000 kHz
  3654. [ 1.108954] exynos_ufc: Register UFC Type-2 Execution Mode-0 for Domain 1
  3655. [ 1.108958] exynos_ufc: Master_freq : 2314000 kHz - limit_freq : 1690000 kHz
  3656. [ 1.108962] exynos_ufc: Master_freq : 2158000 kHz - limit_freq : 1690000 kHz
  3657. [ 1.108967] exynos_ufc: Master_freq : 2002000 kHz - limit_freq : 1690000 kHz
  3658. [ 1.108971] exynos_ufc: Master_freq : 1937000 kHz - limit_freq : 1690000 kHz
  3659. [ 1.108975] exynos_ufc: Master_freq : 1807000 kHz - limit_freq : 1690000 kHz
  3660. [ 1.108980] exynos_ufc: Master_freq : 1703000 kHz - limit_freq : 1690000 kHz
  3661. [ 1.108984] exynos_ufc: Master_freq : 1469000 kHz - limit_freq : 1690000 kHz
  3662. [ 1.108988] exynos_ufc: Master_freq : 1261000 kHz - limit_freq : 1690000 kHz
  3663. [ 1.108992] exynos_ufc: Master_freq : 1170000 kHz - limit_freq : 1690000 kHz
  3664. [ 1.108996] exynos_ufc: Master_freq : 1066000 kHz - limit_freq : 1690000 kHz
  3665. [ 1.109001] exynos_ufc: Master_freq : 962000 kHz - limit_freq : 1690000 kHz
  3666. [ 1.109005] exynos_ufc: Master_freq : 858000 kHz - limit_freq : 1690000 kHz
  3667. [ 1.109009] exynos_ufc: Master_freq : 741000 kHz - limit_freq : 1690000 kHz
  3668. [ 1.109015] exynos_ufc: Complete to initialize domain1
  3669. [ 1.109054] exynos_ufc: Initialized Exynos UFC(User-Frequency-Ctrl) driver
  3670. [ 1.109451] exynos-fips-fmp fips-fmp: scsi scan is already done for FMP self-test
  3671. [ 1.114884] exynos-fips-fmp fips-fmp: FMP fips driver found sda24 for self-test
  3672. [ 1.115088] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3673. [ 1.115322] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3674. [ 1.115500] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3675. [ 1.115803] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3676. [ 1.115985] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3677. [ 1.116090] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3678. [ 1.116190] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3679. [ 1.116294] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3680. [ 1.116393] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3681. [ 1.116497] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3682. [ 1.116595] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3683. [ 1.116697] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3684. [ 1.116796] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3685. [ 1.116899] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3686. [ 1.116998] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3687. [ 1.117101] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3688. [ 1.117200] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3689. [ 1.117305] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3690. [ 1.117402] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3691. [ 1.117506] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3692. [ 1.117605] FIPS: self-tests for UFSFMP aes-xts passed
  3693. [ 1.117614] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3694. [ 1.117722] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3695. [ 1.117820] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3696. [ 1.117923] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3697. [ 1.118020] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3698. [ 1.118127] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3699. [ 1.118224] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3700. [ 1.118329] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3701. [ 1.118427] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3702. [ 1.118537] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3703. [ 1.118635] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3704. [ 1.118737] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3705. [ 1.118837] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3706. [ 1.118947] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3707. [ 1.119046] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3708. [ 1.119149] exynos-fips-fmp fips-fmp: ufs_fmp_set_key: ufs fmp key set is done.
  3709. [ 1.119249] FIPS: self-tests for UFSFMP aes-cbc passed
  3710. [ 1.119265] sha256_final: fmp sha256 S/W final is done.
  3711. [ 1.119272] sha256_final: fmp sha256 S/W final is done.
  3712. [ 1.119280] sha256_final: fmp sha256 S/W final is done.
  3713. [ 1.119286] sha256_final: fmp sha256 S/W final is done.
  3714. [ 1.119291] FIPS: self-tests for UFSFMP sha256-fmp passed
  3715. [ 1.119427] sha256_final: fmp sha256 S/W final is done.
  3716. [ 1.119436] sha256_final: fmp sha256 S/W final is done.
  3717. [ 1.119444] sha256_final: fmp sha256 S/W final is done.
  3718. [ 1.119450] sha256_final: fmp sha256 S/W final is done.
  3719. [ 1.119456] sha256_final: fmp sha256 S/W final is done.
  3720. [ 1.119461] sha256_final: fmp sha256 S/W final is done.
  3721. [ 1.119468] sha256_final: fmp sha256 S/W final is done.
  3722. [ 1.119472] sha256_final: fmp sha256 S/W final is done.
  3723. [ 1.119479] sha256_final: fmp sha256 S/W final is done.
  3724. [ 1.119483] sha256_final: fmp sha256 S/W final is done.
  3725. [ 1.119489] sha256_final: fmp sha256 S/W final is done.
  3726. [ 1.119494] sha256_final: fmp sha256 S/W final is done.
  3727. [ 1.119500] sha256_final: fmp sha256 S/W final is done.
  3728. [ 1.119505] sha256_final: fmp sha256 S/W final is done.
  3729. [ 1.119511] sha256_final: fmp sha256 S/W final is done.
  3730. [ 1.119517] sha256_final: fmp sha256 S/W final is done.
  3731. [ 1.119521] sha256_final: fmp sha256 S/W final is done.
  3732. [ 1.119527] sha256_final: fmp sha256 S/W final is done.
  3733. [ 1.119533] sha256_final: fmp sha256 S/W final is done.
  3734. [ 1.119538] sha256_final: fmp sha256 S/W final is done.
  3735. [ 1.119545] sha256_final: fmp sha256 S/W final is done.
  3736. [ 1.119549] sha256_final: fmp sha256 S/W final is done.
  3737. [ 1.119559] hmac_final: fmp hmac sha256 S/W final is done.
  3738. [ 1.119579] sha256_final: fmp sha256 S/W final is done.
  3739. [ 1.119584] sha256_final: fmp sha256 S/W final is done.
  3740. [ 1.119590] hmac_final: fmp hmac sha256 S/W final is done.
  3741. [ 1.119594] sha256_final: fmp sha256 S/W final is done.
  3742. [ 1.119599] sha256_final: fmp sha256 S/W final is done.
  3743. [ 1.119605] hmac_final: fmp hmac sha256 S/W final is done.
  3744. [ 1.119609] sha256_final: fmp sha256 S/W final is done.
  3745. [ 1.119614] sha256_final: fmp sha256 S/W final is done.
  3746. [ 1.119619] hmac_final: fmp hmac sha256 S/W final is done.
  3747. [ 1.119623] sha256_final: fmp sha256 S/W final is done.
  3748. [ 1.119628] sha256_final: fmp sha256 S/W final is done.
  3749. [ 1.119633] hmac_final: fmp hmac sha256 S/W final is done.
  3750. [ 1.119638] sha256_final: fmp sha256 S/W final is done.
  3751. [ 1.119642] sha256_final: fmp sha256 S/W final is done.
  3752. [ 1.119647] hmac_final: fmp hmac sha256 S/W final is done.
  3753. [ 1.119652] sha256_final: fmp sha256 S/W final is done.
  3754. [ 1.119656] sha256_final: fmp sha256 S/W final is done.
  3755. [ 1.119661] hmac_final: fmp hmac sha256 S/W final is done.
  3756. [ 1.119666] sha256_final: fmp sha256 S/W final is done.
  3757. [ 1.119670] sha256_final: fmp sha256 S/W final is done.
  3758. [ 1.119675] sha256_final: fmp sha256 S/W final is done.
  3759. [ 1.119680] hmac_final: fmp hmac sha256 S/W final is done.
  3760. [ 1.119685] sha256_final: fmp sha256 S/W final is done.
  3761. [ 1.119690] sha256_final: fmp sha256 S/W final is done.
  3762. [ 1.119695] sha256_final: fmp sha256 S/W final is done.
  3763. [ 1.119701] hmac_final: fmp hmac sha256 S/W final is done.
  3764. [ 1.119706] sha256_final: fmp sha256 S/W final is done.
  3765. [ 1.119710] sha256_final: fmp sha256 S/W final is done.
  3766. [ 1.119717] sha256_final: fmp sha256 S/W final is done.
  3767. [ 1.119721] sha256_final: fmp sha256 S/W final is done.
  3768. [ 1.119727] FIPS: self-tests for UFSFMP hmac-fmp(sha256-fmp) passed
  3769. [ 1.119732] FIPS: self-tests for UFSFMP passed
  3770. [ 1.135827] s2m_enable: LDO2 enable (0x3e)
  3771. [ 1.136231] mmc_host mmc0: Bus speed (slot 0) = 25000000Hz (slot req 400000Hz, actual 390625HZ div = 32)
  3772. [ 1.162465] hmac_final: fmp hmac sha256 S/W final is done.
  3773. [ 1.162475] sha256_final: fmp sha256 S/W final is done.
  3774. [ 1.162482] sha256_final: fmp sha256 S/W final is done.
  3775. [ 1.162490] FIPS(do_fips_fmp_integrity_check): Integrity Check Failed
  3776. [ 1.162496] FIPS: integrity check for UFSFMP failed
  3777. [ 1.163111] sec_debug_init_init_log: start
  3778. [ 1.163120] sec_debug_init_init_log: buffer size 0x20000 at addr ffffff800a5cec90
  3779. [ 1.163126] sec_debug_init_init_log: done
  3780. [ 1.167809] s2m_disable_regmap: LDO2 disable (0x3e)
  3781. [ 1.174635] sec-battery battery: sec_battery_probe: SEC Battery Driver Loading
  3782. [ 1.174834] sec_bat_parse_dt : CABLE_NUM(0) INPUT(1800) CHARGING(2100)
  3783. [ 1.174840] sec_bat_parse_dt : CABLE_NUM(1) INPUT(500) CHARGING(500)
  3784. [ 1.174845] sec_bat_parse_dt : CABLE_NUM(2) INPUT(1000) CHARGING(1000)
  3785. [ 1.174850] sec_bat_parse_dt : CABLE_NUM(3) INPUT(1800) CHARGING(2100)
  3786. [ 1.174854] sec_bat_parse_dt : CABLE_NUM(4) INPUT(500) CHARGING(500)
  3787. [ 1.174859] sec_bat_parse_dt : CABLE_NUM(5) INPUT(1500) CHARGING(1500)
  3788. [ 1.174863] sec_bat_parse_dt : CABLE_NUM(6) INPUT(1650) CHARGING(2150)
  3789. [ 1.174868] sec_bat_parse_dt : CABLE_NUM(7) INPUT(1650) CHARGING(2150)
  3790. [ 1.174872] sec_bat_parse_dt : CABLE_NUM(8) INPUT(1650) CHARGING(2150)
  3791. [ 1.174877] sec_bat_parse_dt : CABLE_NUM(9) INPUT(1650) CHARGING(2150)
  3792. [ 1.174881] sec_bat_parse_dt : CABLE_NUM(10) INPUT(900) CHARGING(1200)
  3793. [ 1.174885] sec_bat_parse_dt : CABLE_NUM(11) INPUT(650) CHARGING(1200)
  3794. [ 1.174890] sec_bat_parse_dt : CABLE_NUM(12) INPUT(900) CHARGING(1200)
  3795. [ 1.174895] sec_bat_parse_dt : CABLE_NUM(13) INPUT(700) CHARGING(1200)
  3796. [ 1.174899] sec_bat_parse_dt : CABLE_NUM(14) INPUT(650) CHARGING(1200)
  3797. [ 1.174904] sec_bat_parse_dt : CABLE_NUM(15) INPUT(900) CHARGING(1200)
  3798. [ 1.174908] sec_bat_parse_dt : CABLE_NUM(16) INPUT(650) CHARGING(1200)
  3799. [ 1.174913] sec_bat_parse_dt : CABLE_NUM(17) INPUT(1800) CHARGING(2100)
  3800. [ 1.174917] sec_bat_parse_dt : CABLE_NUM(18) INPUT(1800) CHARGING(2100)
  3801. [ 1.174922] sec_bat_parse_dt : CABLE_NUM(19) INPUT(500) CHARGING(500)
  3802. [ 1.174926] sec_bat_parse_dt : CABLE_NUM(20) INPUT(1800) CHARGING(2100)
  3803. [ 1.174931] sec_bat_parse_dt : CABLE_NUM(21) INPUT(500) CHARGING(500)
  3804. [ 1.174935] sec_bat_parse_dt : CABLE_NUM(22) INPUT(500) CHARGING(500)
  3805. [ 1.174939] sec_bat_parse_dt : CABLE_NUM(23) INPUT(500) CHARGING(500)
  3806. [ 1.174944] sec_bat_parse_dt : CABLE_NUM(24) INPUT(1000) CHARGING(450)
  3807. [ 1.174948] sec_bat_parse_dt : CABLE_NUM(25) INPUT(1000) CHARGING(1000)
  3808. [ 1.174952] sec_bat_parse_dt : CABLE_NUM(26) INPUT(2000) CHARGING(1800)
  3809. [ 1.174956] sec_bat_parse_dt : CABLE_NUM(27) INPUT(900) CHARGING(1200)
  3810. [ 1.174960] sec_bat_parse_dt : CABLE_NUM(28) INPUT(650) CHARGING(1200)
  3811. [ 1.174965] sec_bat_parse_dt : CABLE_NUM(29) INPUT(500) CHARGING(1200)
  3812. [ 1.174969] sec_bat_parse_dt : CABLE_NUM(30) INPUT(500) CHARGING(500)
  3813. [ 1.174973] sec_bat_parse_dt : CABLE_NUM(31) INPUT(1000) CHARGING(1000)
  3814. [ 1.174977] sec_bat_parse_dt : CABLE_NUM(32) INPUT(1500) CHARGING(1500)
  3815. [ 1.174981] sec_bat_parse_dt : CABLE_NUM(33) INPUT(900) CHARGING(1200)
  3816. [ 1.174986] sec_bat_parse_dt : TOPOFF_1ST(300), TOPOFF_2ND(150)
  3817. [ 1.175027] sec_bat_parse_dt : battery_full_capacity : 3000
  3818. [ 1.175039] sec_bat_parse_dt : set cisd_alg_index : 7
  3819. [ 1.175185] sec_bat_parse_dt : coil_thermal_source exists
  3820. [ 1.175193] sec_bat_parse_dt : slave_thermal_source is Empty
  3821. [ 1.175202] sec_bat_parse_dt : slave_chg_temp_check is Empty
  3822. [ 1.175211] sec_bat_parse_dt : chg_12v_high_temp is Empty
  3823. [ 1.175239] sec_bat_parse_dt : wpc_temp_lcd_on_control_source is Empty
  3824. [ 1.175273] sec_bat_parse_dt : inbat_voltage is Empty
  3825. [ 1.175281] sec_bat_parse_dt : pre_afc_input_current is Empty
  3826. [ 1.175288] sec_bat_parse_dt : pre_afc_work_delay is Empty
  3827. [ 1.175297] sec_bat_parse_dt : pre_wc_afc_input_current is Empty
  3828. [ 1.175305] sec_bat_parse_dt : pre_wc_afc_work_delay is Empty
  3829. [ 1.175347] sec_bat_parse_dt : HIGHLIMIT_THRESHOLD_NOLMAL(800), HIGHLIMIT_RECOVERY_NORMAL(750)
  3830. HIGH_THRESHOLD_NORMAL(500), HIGH_RECOVERY_NORMAL(450) LOW_THRESHOLD_NORMAL(0), LOW_RECOVERY_NORMAL(50)
  3831. HIGHLIMIT_THRESHOLD_LPM(800), HIGHLIMIT_RECOVERY_LPM(750)
  3832. HIGH_THRESHOLD_LPM(500), HIGH_RECOVERY_LPM(450) LOW_THRESHOLD_LPM(0), LOW_RECOVERY_LPM(50)
  3833. [ 1.175421] sec_bat_parse_dt: wa volt recov is Empty
  3834. [ 1.175429] sec_bat_parse_dt: wa volt thr is Empty
  3835. [ 1.175436] sec_bat_parse_dt: wa float voltage is Empty
  3836. [ 1.175443] sec_bat_parse_dt : swelling fl check count is Empty
  3837. [ 1.175489] sec_bat_parse_dt : swelling drop voltage(set : 41500, condition : 4150)
  3838. [ 1.175502] sec_bat_parse_dt : SWELLING_HIGH_TEMP(410) SWELLING_HIGH_TEMP_RECOVERY(390)
  3839. SWELLING_LOW_TEMP_1st(150) SWELLING_LOW_TEMP_RECOVERY_1st(200) SWELLING_LOW_TEMP_2nd(50) SWELLING_LOW_TEMP_RECOVERY_2nd(100) SWELLING_LOW_CURRENT(700, 175), SWELLING_HIGH_CURRENT(1090, 175)
  3840. SWELLING_LOW_RCHG_VOL(4000), SWELLING_HIGH_RCHG_VOL(4000)
  3841. [ 1.175516] sec_bat_parse_dt: ttf_hv_12v_charge_current is Empty, Defualt value 2150
  3842. [ 1.175549] sec_bat_parse_dt num_age_step : 5
  3843. [ 1.175555] [0/4]cycle:0, float:43500, full_v:4250, recharge_v:4280, soc:93
  3844. [ 1.175651] [1/4]cycle:300, float:43250, full_v:4225, recharge_v:4255, soc:92
  3845. [ 1.175656] [2/4]cycle:400, float:43125, full_v:4212, recharge_v:4242, soc:91
  3846. [ 1.175662] [3/4]cycle:700, float:42875, full_v:4187, recharge_v:4217, soc:90
  3847. [ 1.175667] [4/4]cycle:1000, float:42375, full_v:4137, recharge_v:4167, soc:89
  3848. [ 1.175716] sec_bat_parse_dt: nv_charge_power is Empty
  3849. [ 1.175724] sec_bat_parse_dt: vendor : Battery, technology : 2, cable_check_type : 4
  3850. cable_source_type : 1, event_waiting_time : 0
  3851. polling_type : 1, initial_count : 0, check_count : 0
  3852. check_adc_max : 1440, check_adc_min : 0
  3853. ovp_uvlo_check_type : 3, thermal_source : 2
  3854. temp_check_type : 2, temp_check_count : 1, nv_charge_power : 9000
  3855. [ 1.176010] sec_bat_set_current_event: current event before(0x0), after(0x0)
  3856. [ 1.177002] sec_battery_cisd_init: cisd.err_cap_high_thr:4000, cisd.err_cap_low_thr:3500, cisd.overflow_cap_thr:3300
  3857. [ 1.177910] max77865_fg_read_vcell: VCELL(4199), data(0xd1f4)
  3858. [ 1.178259] max77865_fg_read_avg_current: avg_current=249
  3859. [ 1.178265] max77865_get_fuelgauge_soc: soc(895)
  3860. [ 1.178279] sec_bat_get_property cable type = 1 sleep_mode = 0
  3861. [ 1.178591] max77865_fg_get_scaled_capacity : current_standard(1000)
  3862. [ 1.178598] max77865_fg_get_scaled_capacity : CABLE TYPE(1) INPUT CURRENT(500) CHARGING MODE(NONE)capacity_max (1000) scaled capacity(89.5), raw_soc(89.5)
  3863. [ 1.178609] sec_bat_set_misc_event: clear misc event(now=0x0, value=0x100)
  3864. [ 1.178620] usb: [M] manager_notifier_register: listener=23 register
  3865. [ 1.178626] sec-battery battery: sec_bat_cable_work: Start
  3866. [ 1.178631] usb: [M] manager_notifier_register BATTERY: cable_type=0 (CCIC)
  3867. [ 1.178639] sec-battery battery: usb_typec_handle_notification: action (1) dump(0x6, 0x2, 0x01, 0x0000, 0x0000, 0x0000)
  3868. [ 1.178643] sec_bat_set_misc_event: clear misc event(now=0x0, value=0x1)
  3869. [ 1.178646] sec_bat_set_misc_event: clear misc event(now=0x0, value=0x4)
  3870. [ 1.178655] sec_bat_set_current_event: current event before(0x0), after(0x4)
  3871. [ 1.178659] sec-battery battery: usb_typec_handle_notification: CMD[DETACH], CABLE_TYPE[1]
  3872. [ 1.178664] vbus_notifier_register: listener=1 register
  3873. [ 1.178668] vbus_handle_notification: action=0, vbus_status=0
  3874. [ 1.178676] sec-battery battery: sec_bat_cable_work: End
  3875. [ 1.178682] sec-battery battery: sec_bat_cable_work: Start
  3876. [ 1.178687] sec_bat_set_current_event: current event before(0x4), after(0x4)
  3877. [ 1.178691] sec-battery battery: sec_bat_cable_work: End
  3878. [ 1.179133] max77865_enable_aicl_irq enabled : 1
  3879. [ 1.179296] sec-battery battery: sec_battery_probe: SEC Battery Driver Monitorwork
  3880. [ 1.179299] sec_bat_init_chg_work: disable charging
  3881. [ 1.179304] sec_bat_set_charge set Charging-Off mode
  3882. [ 1.179314] sec-battery battery: sec_battery_probe: SEC Battery Driver Loaded
  3883. [ 1.179732] max77865_set_buck : CHG_CNFG_00(0x15)
  3884. [ 1.180179] exynos-score 134c0000.score: Fault handler is registered for 13430000.sysmmu
  3885. [ 1.180347] samsung_vts_late_initcall
  3886. [ 1.180358] samsung-vts 14020000.vts: vts_runtime_suspend
  3887. [ 1.180364] samsung-vts 14020000.vts: vts_runtime_suspend Exit
  3888. [ 1.180540] max77865_set_charger_state : CHG_CNFG_00(0x14), CHG_CNFG_12(0x72)
  3889. [ 1.180582] samsung_abox_dump_late_initcall
  3890. [ 1.180598] samsung_abox_log_late_initcall
  3891. [ 1.180607] samsung_abox_late_initcall
  3892. [ 1.181057] max77865_fg_read_current: current=-377
  3893. [ 1.181404] max77865_fg_read_avg_current: avg_current=249
  3894. [ 1.181412] max77865_fg_get_property: Remaining Capacity=2655465 uAh
  3895. [ 1.183153] alg: hash: Failed to load transform for md4: -2
  3896. [ 1.183250] alg: skcipher: Failed to load transform for ecb(blowfish): -2
  3897. [ 1.183315] alg: skcipher: Failed to load transform for cbc(blowfish): -2
  3898. [ 1.183381] alg: skcipher: Failed to load transform for ctr(blowfish): -2
  3899. [ 1.184497] alg: skcipher: Failed to load transform for lrw(twofish): -2
  3900. [ 1.184796] max77865_fg_write_temp: temperature to (289, 0x1ce6)
  3901. [ 1.185092] alg: skcipher: Failed to load transform for ecb(serpent): -2
  3902. [ 1.185134] max77865_fg_check_qrtable: QRTABLE20_REG(0x0900), QRTABLE30_REG(0x0880)
  3903. [ 1.185164] alg: skcipher: Failed to load transform for cbc(serpent): -2
  3904. [ 1.185232] alg: skcipher: Failed to load transform for ctr(serpent): -2
  3905. [ 1.185294] alg: skcipher: Failed to load transform for lrw(serpent): -2
  3906. [ 1.185360] alg: skcipher: Failed to load transform for xts(serpent): -2
  3907. [ 1.185792] alg: skcipher: Failed to load transform for lrw(aes): -2
  3908. [ 1.185800] max77865_fg_read_avg_current: avg_current=249
  3909. [ 1.185805] max77865_get_fuelgauge_soc: soc(895)
  3910. [ 1.185817] sec_bat_get_property cable type = 1 sleep_mode = 0
  3911. [ 1.186121] max77865_fg_get_scaled_capacity : current_standard(1000)
  3912. [ 1.186128] max77865_fg_get_scaled_capacity : CABLE TYPE(1) INPUT CURRENT(500) CHARGING MODE(NONE)capacity_max (1000) scaled capacity(89.5), raw_soc(89.5)
  3913. [ 1.186536] max77865_fg_set_vempty: HW V EMPTY Enable, SW V EMPTY Disable 0 mV (3100)
  3914. [ 1.186542] max77865_fg_get_atomic_capacity : NOW(89), OLD(89)
  3915. [ 1.186550] sec-battery battery: sec_bat_get_battery_info:Vnow(4170mV),Vavg(4296mV),Inow(-377mA),Imax(500mA),Ichg(0mA),SOC(89%),Tbat(289),Tusb(290),Tchg(302),Twpc(289)
  3916. [ 1.186729] sec_bat_swelling_check: swelling highblock(410), highrecov(390)
  3917. [ 1.186866] alg: skcipher: Failed to load transform for ecb(cast5): -2
  3918. [ 1.186878] max77865_get_float_voltage: battery cv reg : 0x18, float voltage val : 43500
  3919. [ 1.186884] sec_bat_swelling_check: status(2), swell_mode(0:1:0), cv(43500)mV, temp(289)
  3920. [ 1.186889] sec_bat_set_current_event: current event before(0x4), after(0x4)
  3921. [ 1.186894] sec_bat_set_current_event: current event before(0x4), after(0x0)
  3922. [ 1.186933] alg: skcipher: Failed to load transform for cbc(cast5): -2
  3923. [ 1.186998] alg: skcipher: Failed to load transform for ctr(cast5): -2
  3924. [ 1.187062] alg: skcipher: Failed to load transform for ecb(cast6): -2
  3925. [ 1.187133] alg: skcipher: Failed to load transform for cbc(cast6): -2
  3926. [ 1.187138] [max77865_set_input_current] REG(0xc0) DATA(0x14), CURRENT(500)
  3927. [ 1.187203] alg: skcipher: Failed to load transform for ctr(cast6): -2
  3928. [ 1.187266] alg: skcipher: Failed to load transform for lrw(cast6): -2
  3929. [ 1.187334] alg: skcipher: Failed to load transform for xts(cast6): -2
  3930. [ 1.187385] [max77865_set_charge_current] REG(0xb9) DATA(0xca), CURRENT(500)
  3931. [ 1.187390] sec_bat_set_charging_current: power(0), input(500), charge(500)
  3932. [ 1.187448] alg: hash: Failed to load transform for michael_mic: -2
  3933. [ 1.187605] sec_bat_get_property cable type = 1 sleep_mode = 0
  3934. [ 1.187634] alg: skcipher: Failed to load transform for ecb(tea): -2
  3935. [ 1.187693] max77865_set_topoff_current: reg_data(0x03), topoff(300mA)
  3936. [ 1.187701] muic-hv:max77865_hv_muic_charger_init
  3937. [ 1.187711] sec-battery battery: sec_bat_monitor_work: HLT(800) HLR(750) HT(500), HR(450), LT(0), LR(50), lpcharge(0)
  3938. [ 1.187720] sec-battery battery: sec_bat_monitor_work: Status(Discharging), mode(None), Health(Good), Cable(NONE, NONE, 0, 0), level(100%), slate_mode(0), store_mode(0), HV(NONE), sleep_mode(0), Cycle(-1)
  3939. [ 1.187728] sec-battery battery: sec_bat_set_polling: Status:Discharging, Sleep:No, Charging:No, Short Poll:No
  3940. [ 1.187733] sec-battery battery: sec_bat_set_polling: Polling time 30/30 sec.
  3941. [ 1.187736] alg: skcipher: Failed to load transform for ecb(xtea): -2
  3942. [ 1.187750] muic-universal:max77865_hv_muic_detect_after_charger_init
  3943. [ 1.187811] sec_bat_get_property cable type = 1 sleep_mode = 0
  3944. [ 1.187884] alg: skcipher: Failed to load transform for ecb(khazad): -2
  3945. [ 1.187895] alg: hash: Failed to load transform for wp512: -2
  3946. [ 1.187903] alg: hash: Failed to load transform for wp384: -2
  3947. [ 1.187910] alg: hash: Failed to load transform for wp256: -2
  3948. [ 1.187970] alg: skcipher: Failed to load transform for ecb(tnepres): -2
  3949. [ 1.188036] alg: skcipher: Failed to load transform for ecb(anubis): -2
  3950. [ 1.188060] muic-hv:max77865_hv_muic_detect_after_charger_init BC STATUS2:0x00, GP STATUS:0xe0
  3951. [ 1.188097] alg: skcipher: Failed to load transform for cbc(anubis): -2
  3952. [ 1.188106] alg: hash: Failed to load transform for tgr192: -2
  3953. [ 1.188114] alg: hash: Failed to load transform for tgr160: -2
  3954. [ 1.188121] alg: hash: Failed to load transform for tgr128: -2
  3955. [ 1.188177] alg: skcipher: Failed to load transform for ecb(xeta): -2
  3956. [ 1.188231] alg: skcipher: Failed to load transform for pcbc(fcrypt): -2
  3957. [ 1.188288] alg: skcipher: Failed to load transform for ecb(camellia): -2
  3958. [ 1.188347] alg: skcipher: Failed to load transform for cbc(camellia): -2
  3959. [ 1.188407] alg: skcipher: Failed to load transform for ctr(camellia): -2
  3960. [ 1.188458] alg: skcipher: Failed to load transform for lrw(camellia): -2
  3961. [ 1.188515] alg: skcipher: Failed to load transform for xts(camellia): -2
  3962. [ 1.188551] alg: skcipher: Failed to load transform for salsa20: -2
  3963. [ 1.189064] alg: aead: Failed to load transform for ccm(aes): -2
  3964. [ 1.189268] alg: hash: Failed to load transform for rmd128: -2
  3965. [ 1.189277] alg: hash: Failed to load transform for rmd160: -2
  3966. [ 1.189285] alg: hash: Failed to load transform for rmd256: -2
  3967. [ 1.189292] alg: hash: Failed to load transform for rmd320: -2
  3968. [ 1.189351] alg: skcipher: Failed to load transform for ecb(seed): -2
  3969. [ 1.189359] alg: pcomp: Failed to load transform for zlib: -2
  3970. [ 1.189413] alg: aead: Failed to load transform for rfc4309(ccm(aes)): -2
  3971. [ 1.189496] alg: hash: Failed to load transform for crct10dif: -2
  3972. [ 1.190384] alg: hash: Failed to load transform for xcbc(aes): -2
  3973. [ 1.190446] alg: hash: Failed to load transform for hmac(rmd128): -2
  3974. [ 1.190506] alg: hash: Failed to load transform for hmac(rmd160): -2
  3975. [ 1.190561] alg: hash: Failed to load transform for vmac(aes): -2
  3976. [ 1.190619] alg: hash: Failed to load transform for hmac(crc32): -2
  3977. [ 1.190628] alg: cprng: Failed to load transform for ansi_cprng: -2
  3978. [ 1.191728] s2m_enable: LDO2 enable (0x3e)
  3979. [ 1.192081] mmc_host mmc0: Bus speed (slot 0) = 25000000Hz (slot req 300000Hz, actual 297619HZ div = 42)
  3980. [ 1.194519] tcrypt: one or more tests failed!
  3981. [ 1.197763] vdd_ldo6: disabling
  3982. [ 1.197771] s2m_disable_regmap: LDO6 disable (0x42)
  3983. [ 1.197940] vdd_ldo10: disabling
  3984. [ 1.197945] s2m_disable_regmap: LDO10 disable (0x47)
  3985. [ 1.198114] VLDO_20: disabling
  3986. [ 1.198119] s2m_disable_regmap: LDO20 disable (0x51)
  3987. [ 1.198485] VDD_DP_1P8: disabling
  3988. [ 1.198490] s2m_disable_regmap: LDO37 disable (0x62)
  3989. [ 1.198913] VLDO_43: disabling
  3990. [ 1.198917] s2m_disable_regmap: LDO43 disable (0x68)
  3991. [ 1.199087] ALSA device list:
  3992. [ 1.199093] #0: Exynos8895-Madera
  3993. [ 1.199148] Warning: unable to open an initial console.
  3994. [ 1.199162] This architecture does not have kernel memory protection.
  3995. [ 1.199339] Running do_deferred_initcalls()
  3996. [ 1.199351] dhd_wlan_init: START.......
  3997. [ 1.199625] madera spi3.0: Entering sleep mode
  3998. [ 1.199650] s2m_disable_regmap: LDO33 disable (0x5e)
  3999. [ 1.206354] thermal thermal_zone1: [TMU] last_temperature=32000, current_temperature=33000
  4000. [ 1.225251] s2m_disable_regmap: LDO2 disable (0x3e)
  4001. [ 1.227634] max77865_aicl_isr_work:
  4002. [ 1.228216] check_charger_unlock_state
  4003. [ 1.228487] max77865_charger_unlock: unlock success, chgprot(0x3)
  4004. [ 1.284062] [SX9320]: sx9320_initialize_register - Write Reg: 0x10 Value: 0x16
  4005. [ 1.284622] [SX9320]: sx9320_initialize_register - Read Reg: 0x10 Value: 0x16
  4006.  
  4007. [ 1.284845] [SX9320]: sx9320_initialize_register - Write Reg: 0x5 Value: 0x0
  4008. [ 1.285127] [SX9320]: sx9320_initialize_register - Read Reg: 0x5 Value: 0x0
  4009.  
  4010. [ 1.285341] [SX9320]: sx9320_initialize_register - Write Reg: 0x11 Value: 0x20
  4011. [ 1.285669] [SX9320]: sx9320_initialize_register - Read Reg: 0x11 Value: 0x20
  4012.  
  4013. [ 1.285818] [SX9320]: sx9320_initialize_register - Write Reg: 0x20 Value: 0x0
  4014. [ 1.286097] [SX9320]: sx9320_initialize_register - Read Reg: 0x20 Value: 0x0
  4015.  
  4016. [ 1.286313] [SX9320]: sx9320_initialize_register - Write Reg: 0x23 Value: 0x0
  4017. [ 1.286641] [SX9320]: sx9320_initialize_register - Read Reg: 0x23 Value: 0x0
  4018.  
  4019. [ 1.286791] [SX9320]: sx9320_initialize_register - Write Reg: 0x24 Value: 0x44
  4020. [ 1.287068] [SX9320]: sx9320_initialize_register - Read Reg: 0x24 Value: 0x44
  4021.  
  4022. [ 1.287289] [SX9320]: sx9320_initialize_register - Write Reg: 0x26 Value: 0x0
  4023. [ 1.287438] [SX9320]: sx9320_initialize_register - Read Reg: 0x26 Value: 0x0
  4024.  
  4025. [ 1.287541] [SX9320]: sx9320_initialize_register - Write Reg: 0x27 Value: 0x44
  4026. [ 1.287691] [SX9320]: sx9320_initialize_register - Read Reg: 0x27 Value: 0x44
  4027.  
  4028. [ 1.287793] [SX9320]: sx9320_initialize_register - Write Reg: 0x28 Value: 0x2a
  4029. [ 1.287941] [SX9320]: sx9320_initialize_register - Read Reg: 0x28 Value: 0x2a
  4030.  
  4031. [ 1.288043] [SX9320]: sx9320_initialize_register - Write Reg: 0x29 Value: 0x2a
  4032. [ 1.288192] [SX9320]: sx9320_initialize_register - Read Reg: 0x29 Value: 0x2a
  4033.  
  4034. [ 1.288294] [SX9320]: sx9320_initialize_register - Write Reg: 0x2a Value: 0x2a
  4035. [ 1.288443] [SX9320]: sx9320_initialize_register - Read Reg: 0x2a Value: 0x2a
  4036.  
  4037. [ 1.288545] [SX9320]: sx9320_initialize_register - Write Reg: 0x2b Value: 0x26
  4038. [ 1.288693] [SX9320]: sx9320_initialize_register - Read Reg: 0x2b Value: 0x26
  4039.  
  4040. [ 1.288796] [SX9320]: sx9320_initialize_register - Write Reg: 0x30 Value: 0x9
  4041. [ 1.288944] [SX9320]: sx9320_initialize_register - Read Reg: 0x30 Value: 0x9
  4042.  
  4043. [ 1.289045] [SX9320]: sx9320_initialize_register - Write Reg: 0x31 Value: 0x9
  4044. [ 1.289193] [SX9320]: sx9320_initialize_register - Read Reg: 0x31 Value: 0x9
  4045.  
  4046. [ 1.289296] [SX9320]: sx9320_initialize_register - Write Reg: 0x32 Value: 0x20
  4047. [ 1.289442] [SX9320]: sx9320_initialize_register - Read Reg: 0x32 Value: 0x20
  4048.  
  4049. [ 1.289544] [SX9320]: sx9320_initialize_register - Write Reg: 0x33 Value: 0x20
  4050. [ 1.289692] [SX9320]: sx9320_initialize_register - Read Reg: 0x33 Value: 0x20
  4051.  
  4052. [ 1.289794] [SX9320]: sx9320_initialize_register - Write Reg: 0x34 Value: 0xb
  4053. [ 1.289942] [SX9320]: sx9320_initialize_register - Read Reg: 0x34 Value: 0xb
  4054.  
  4055. [ 1.290042] [SX9320]: sx9320_initialize_register - Write Reg: 0x35 Value: 0x14
  4056. [ 1.290190] [SX9320]: sx9320_initialize_register - Read Reg: 0x35 Value: 0x14
  4057.  
  4058. [ 1.290292] [SX9320]: sx9320_initialize_register - Write Reg: 0x36 Value: 0x8
  4059. [ 1.290440] [SX9320]: sx9320_initialize_register - Read Reg: 0x36 Value: 0x8
  4060.  
  4061. [ 1.290542] [SX9320]: sx9320_initialize_register - Write Reg: 0x37 Value: 0x8
  4062. [ 1.290690] [SX9320]: sx9320_initialize_register - Read Reg: 0x37 Value: 0x8
  4063.  
  4064. [ 1.290792] [SX9320]: sx9320_initialize_register - Write Reg: 0x40 Value: 0x0
  4065. [ 1.290940] [SX9320]: sx9320_initialize_register - Read Reg: 0x40 Value: 0x0
  4066.  
  4067. [ 1.291042] [SX9320]: sx9320_initialize_register - Write Reg: 0x41 Value: 0x0
  4068. [ 1.291190] [SX9320]: sx9320_initialize_register - Read Reg: 0x41 Value: 0x0
  4069.  
  4070. [ 1.291292] [SX9320]: sx9320_initialize_register - Write Reg: 0x42 Value: 0x0
  4071. [ 1.291441] [SX9320]: sx9320_initialize_register - Read Reg: 0x42 Value: 0x0
  4072.  
  4073. [ 1.291543] [SX9320]: sx9320_initialize_register - Write Reg: 0x43 Value: 0x0
  4074. [ 1.291689] [SX9320]: sx9320_initialize_register - Read Reg: 0x43 Value: 0x0
  4075.  
  4076. [ 1.291792] [SX9320]: sx9320_initialize_register - Write Reg: 0x44 Value: 0x0
  4077. [ 1.291939] [SX9320]: sx9320_initialize_register - Read Reg: 0x44 Value: 0x0
  4078.  
  4079. [ 1.292041] [SX9320]: sx9320_initialize_register - Write Reg: 0x45 Value: 0x5
  4080. [ 1.292189] [SX9320]: sx9320_initialize_register - Read Reg: 0x45 Value: 0x5
  4081.  
  4082. [ 1.292291] [SX9320]: sx9320_initialize_register - Write Reg: 0x46 Value: 0x0
  4083. [ 1.292439] [SX9320]: sx9320_initialize_register - Read Reg: 0x46 Value: 0x0
  4084.  
  4085. [ 1.292540] [SX9320]: sx9320_initialize_register - Write Reg: 0x47 Value: 0x0
  4086. [ 1.292689] [SX9320]: sx9320_initialize_register - Read Reg: 0x47 Value: 0x0
  4087.  
  4088. [ 1.292791] [SX9320]: sx9320_initialize_register - Write Reg: 0x48 Value: 0x0
  4089. [ 1.292940] [SX9320]: sx9320_initialize_register - Read Reg: 0x48 Value: 0x0
  4090.  
  4091. [ 1.293042] [SX9320]: sx9320_initialize_register - Write Reg: 0x49 Value: 0x0
  4092. [ 1.293190] [SX9320]: sx9320_initialize_register - Read Reg: 0x49 Value: 0x0
  4093.  
  4094. [ 1.293291] [SX9320]: sx9320_initialize_register - Write Reg: 0x4a Value: 0x40
  4095. [ 1.293441] [SX9320]: sx9320_initialize_register - Read Reg: 0x4a Value: 0x40
  4096.  
  4097. [ 1.293543] [SX9320]: sx9320_initialize_register - Write Reg: 0x4b Value: 0x21
  4098. [ 1.293691] [SX9320]: sx9320_initialize_register - Read Reg: 0x4b Value: 0x21
  4099.  
  4100. [ 1.293794] [SX9320]: sx9320_initialize_register - Write Reg: 0x4c Value: 0x0
  4101. [ 1.293942] [SX9320]: sx9320_initialize_register - Read Reg: 0x4c Value: 0x0
  4102.  
  4103. [ 1.294044] [SX9320]: sx9320_initialize_register - Write Reg: 0x4d Value: 0x4
  4104. [ 1.294192] [SX9320]: sx9320_initialize_register - Read Reg: 0x4d Value: 0x4
  4105.  
  4106. [ 1.294293] [SX9320]: sx9320_initialize_register - Write Reg: 0x4e Value: 0x80
  4107. [ 1.294442] [SX9320]: sx9320_initialize_register - Read Reg: 0x4e Value: 0x80
  4108.  
  4109. [ 1.294543] [SX9320]: sx9320_initialize_register - Write Reg: 0x4f Value: 0xc
  4110. [ 1.294692] [SX9320]: sx9320_initialize_register - Read Reg: 0x4f Value: 0xc
  4111.  
  4112. [ 1.294794] [SX9320]: sx9320_initialize_register - Write Reg: 0x50 Value: 0x0
  4113. [ 1.294942] [SX9320]: sx9320_initialize_register - Read Reg: 0x50 Value: 0x0
  4114.  
  4115. [ 1.295043] [SX9320]: sx9320_initialize_register - Write Reg: 0x51 Value: 0x0
  4116. [ 1.295194] [SX9320]: sx9320_initialize_register - Read Reg: 0x51 Value: 0x0
  4117.  
  4118. [ 1.295294] [SX9320]: sx9320_initialize_register - Write Reg: 0x52 Value: 0x0
  4119. [ 1.295443] [SX9320]: sx9320_initialize_register - Read Reg: 0x52 Value: 0x0
  4120.  
  4121. [ 1.295545] [SX9320]: sx9320_initialize_register - Write Reg: 0x53 Value: 0x0
  4122. [ 1.295692] [SX9320]: sx9320_initialize_register - Read Reg: 0x53 Value: 0x0
  4123.  
  4124. [ 1.295794] [SX9320]: sx9320_initialize_register - Write Reg: 0x54 Value: 0x0
  4125. [ 1.295943] [SX9320]: sx9320_initialize_register - Read Reg: 0x54 Value: 0x0
  4126.  
  4127. [ 1.296045] [SX9320]: sx9320_initialize_register - Write Reg: 0x6 Value: 0x0
  4128. [ 1.296194] [SX9320]: sx9320_initialize_register - Read Reg: 0x6 Value: 0x0
  4129.  
  4130. [ 1.296296] [SX9320]: sx9320_initialize_register - Write Reg: 0x7 Value: 0x80
  4131. [ 1.296445] [SX9320]: sx9320_initialize_register - Read Reg: 0x7 Value: 0x80
  4132.  
  4133. [ 1.296547] [SX9320]: sx9320_initialize_register - Write Reg: 0x2d Value: 0x8
  4134. [ 1.296695] [SX9320]: sx9320_initialize_register - Read Reg: 0x2d Value: 0x8
  4135.  
  4136. [ 1.403732] exynos-pcie 116a0000.pcie0: exynos_pcie_poweron, start of poweron, pcie state: 0
  4137. [ 1.403799] exynos-pcie 116a0000.pcie0: pcie clk enable, ret value = 0
  4138. [ 1.403838] exynos-pcie 116a0000.pcie0: exynos_pcie_establish_link: Before set perst, gpio val = 0
  4139. [ 1.403848] exynos-pcie 116a0000.pcie0: exynos_pcie_establish_link: After set perst, gpio val = 1
  4140. [ 1.424404] exynos-pcie 116a0000.pcie0: phy clk enable, ret value = 0
  4141. [ 1.424444] exynos-pcie 116a0000.pcie0: D state: 0, 694600
  4142. [ 1.428909] exynos-pcie 116a0000.pcie0: exynos_pcie_establish_link: Link up:11
  4143. [ 1.429098] pci 0000:01:00.0: [14e4:441f] type 00 class 0x028000
  4144. [ 1.429474] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00007fff 64bit]
  4145. [ 1.429608] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x003fffff 64bit]
  4146. [ 1.430556] pci 0000:01:00.0: supports D1 D2
  4147. [ 1.430562] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
  4148. [ 1.430896] pcieport 0000:00:00.0: BAR 8: assigned [mem 0x11800000-0x11bfffff]
  4149. [ 1.430903] pci 0000:01:00.0: BAR 2: assigned [mem 0x11800000-0x11afffff 64bit]
  4150. [ 1.431014] pci 0000:01:00.0: BAR 0: assigned [mem 0x11b00000-0x11b07fff 64bit]
  4151. [ 1.431125] [quirk_pci_async_suspend] async suspend disabled
  4152. [ 1.431277] exynos-pcie 116a0000.pcie0: l1ss enabled(0x0)
  4153. [ 1.431316] exynos-pcie 116a0000.pcie0: exynos_pcie_poweron, end of poweron, pcie state: 3
  4154. [ 1.431523] dhd_init_wlan_mem: WIFI MEM Allocated
  4155. [ 1.431538] dhd_module_init in
  4156. [ 1.431810] PCI_PROBE: bus 1, slot 0,vendor 14E4, device 441F(good PCI location)
  4157. [ 1.431817] dhdpcie_init: found adapter info 'DHD generic adapter'
  4158. [ 1.431834] succeed to alloc static buf
  4159. [ 1.432089] pcieh 0000:01:00.0: enabling device (0000 -> 0002)
  4160. [ 1.432309] Before changing BAR0
  4161. [ 1.432531] CMD Register = 0x100002,
  4162. [ 1.432573] BAR0 = 0x11b00004
  4163. [ 1.432577] Change BAR0 to fit 0x11C00000
  4164. [ 1.432793] BAR0 retry code added.
  4165. [ 1.433014] After changing BAR0
  4166. [ 1.433236] CMD Register = 0x100002,
  4167. [ 1.433277] BAR0 = 0x11c00004
  4168. [ 1.440185] DHD: dongle ram size is set to 1376256(orig 1376256) at 0x170000
  4169. [ 1.440320] dhd_pktid_map_init:1744: pktid_audit init succeeded 1025
  4170. [ 1.440338] dhd_pktid_map_init:1744: pktid_audit init succeeded 1025
  4171. [ 1.440365] dhd_pktid_map_init:1744: pktid_audit init succeeded 6145
  4172. [ 1.440416] CFG80211-INFO) wl_setup_wiphy : Registering Vendor80211
  4173. [ 1.440422] CFG80211-INFO) wl_cfgvendor_attach : Vendor: Register BRCM cfg80211 vendor cmd(0x67) interface
  4174. [ 1.441091] CFG80211-INFO2) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  4175. [ 1.441101] CFG80211-INFO2) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  4176. [ 1.441107] CFG80211-INFO2) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  4177. [ 1.441112] CFG80211-INFO2) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  4178. [ 1.441117] CFG80211-INFO2) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  4179. [ 1.441121] CFG80211-INFO2) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  4180. [ 1.441125] CFG80211-INFO2) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  4181. [ 1.441130] CFG80211-INFO2) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  4182. [ 1.441134] CFG80211-INFO2) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  4183. [ 1.441138] CFG80211-INFO2) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  4184. [ 1.441142] CFG80211-INFO2) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  4185. [ 1.441146] CFG80211-INFO2) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  4186. [ 1.441168] CFG80211-INFO2) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  4187. [ 1.441458] CFG80211-INFO2) wl_cfg80211_netdev_notifier_call : wdev null. Do nothing
  4188. [ 1.441482] p2p0: P2P Interface Registered
  4189. [ 1.441497] dhd_log_dump_init: kernel log buf size = 512KB; logdump_prsrv_tailsize = 80KB; limit prsrv tail size to = 76KB
  4190. [ 1.441504] dhd_log_dump_init : Try to allocate memory total(4194304) special(8192)
  4191. [ 1.442698] dhd_attach(): thread:dhd_watchdog_thread:912 started
  4192. [ 1.442736] dhd_attach(): thread:dhd_rpm_state_thread:913 started
  4193. [ 1.442748] dhd_deferred_work_init: work queue initialized
  4194. [ 1.442757] dhd_cpumasks_init CPU masks primary(big)=0xf0 secondary(little)=0xe
  4195. [ 1.442891] dhd_get_memdump_info: MEMDUMP ENABLED = 0
  4196. [ 1.442903] exynos-pcie 116a0000.pcie0: Event 0x1 is registered for RC 0
  4197. [ 1.443169] Dongle Host Driver, version 100.13.21 (r)
  4198. Compiled in drivers/net/wireless/bcmdhd4361 on Dec 6 2023 at 07:36:37
  4199. [ 1.443375] Register interface [wlan0] MAC: 00:xx:xx:xx:x9:bf
  4200.  
  4201. [ 1.443519] dhd_bus_devreset: == Power OFF ==
  4202. [ 1.443531] dhdpcie_oob_intr_unregister: irq is not registered
  4203. [ 1.443537] dhd_dpc_kill: tasklet disabled
  4204. [ 1.444708] dhd_bus_devreset: WLAN OFF Done
  4205. [ 1.444716] wifi_platform_set_power = 0
  4206. [ 1.444722] ------------------------------------------------
  4207. [ 1.444726] ------------------------------------------------
  4208. [ 1.444731] dhd_wlan_power Enter: power off
  4209. [ 1.444738] exynos-pcie 116a0000.pcie0: exynos_pcie_poweroff, start of poweroff, pcie state: 2
  4210. [ 1.444748] exynos-pcie 116a0000.pcie0: exynos_pcie_send_pme_turn_off: link state:14
  4211. [ 1.444954] exynos-pcie 116a0000.pcie0: ack message is ok
  4212. [ 1.444963] exynos-pcie 116a0000.pcie0: received Enter_L23_READY DLLP packet
  4213. [ 1.444979] exynos-pcie 116a0000.pcie0: exynos_pcie_poweroff: Before set perst, gpio val = 1
  4214. [ 1.444989] exynos-pcie 116a0000.pcie0: exynos_pcie_poweroff: After set perst, gpio val = 0
  4215. [ 1.445047] exynos-pcie 116a0000.pcie0: exynos_pcie_poweroff, end of poweroff, pcie state: 0
  4216. [ 1.548085] CFG80211-INFO) wl_cfg80211_register_static_if : [STATIC_IF] Enter (swlan0) iftype:2
  4217. [ 1.548446] Register interface [swlan0] MAC: 00:xx:xx:xx:x9:bf
  4218.  
  4219. [ 1.548456] CFG80211-INFO) wl_cfg80211_register_static_if : Static I/F (swlan0) Registered
  4220. [ 1.548499] dhd_module_init out
  4221. [ 1.549471] Freeing unused kernel memory: 6172K
  4222. [ 1.549476] before of rkp deferred init
  4223. [ 1.549480] after of rkp deferred init
  4224. [ 1.724156] [SX9320]: sx9320_set_mode - change the mode : 1
  4225. [ 3.531334] EXT4-fs (sda24): couldn't mount as ext3 due to feature incompatibilities
  4226. [ 3.533482] Setting journal tag on volname[USERDATA]
  4227. [ 3.536312] EXT4-fs (sda24): warning: maximal mount count reached, running e2fsck is recommended
  4228. [ 3.537295] EXT4-fs (sda24): recovery complete
  4229. [ 3.537791] EXT4-fs (sda24): mounted filesystem with ordered data mode. Opts: (null)
  4230. [ 3.683023] using random self ethernet address
  4231. [ 3.683037] using random host ethernet address
  4232. [ 3.694953] gadget_dev_desc_UDC_store: +++
  4233. [ 3.694975] Config c/1 of g1 needs at least one function.
  4234. [ 3.694989] configfs-gadget 10c00000.dwc3: failed to start g1: -22
  4235. [ 3.960105] max77865_chgin_init_work
  4236. + sleep 60
  4237. + reboot -f
  4238.  
Add Comment
Please, Sign In to add comment