richucj

hdmilog

Aug 8th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.38 KB | None | 0 0
  1.  
  2. U-Boot 2015.04-gcf5dba5 (Aug 08 2019 - 15:54:44)
  3.  
  4. CPU: Freescale i.MX6Q rev1.2 at 792 MHz
  5. CPU: Temperature 59 C
  6. Reset cause: POR
  7. Board: MX6Q-Sabreauto revA
  8. I2C: ready
  9. DRAM: 2 GiB
  10. PMIC: PFUZE100 ID=0x10
  11. NAND: 0 MiB
  12. MMC: FSL_SDHC: 0, FSL_SDHC: 1
  13. *** Warning - bad CRC, using default environment
  14.  
  15. No panel detected: default to HDMI
  16. Display: HDMI (640x480)
  17. In: serial
  18. Out: serial
  19. Err: serial
  20. switch to partitions #0, OK
  21. mmc1 is current device
  22. Net: FEC [PRIME]
  23. Error: FEC address not set.
  24.  
  25. Normal Boot
  26. Hit any key to stop autoboot: 0
  27. switch to partitions #0, OK
  28. mmc1 is current device
  29. reading boot.scr
  30. ** Unable to read file boot.scr **
  31. reading zImage
  32. 6021896 bytes read in 291 ms (19.7 MiB/s)
  33. Booting from mmc ...
  34. reading imx6q-sabreauto.dtb
  35. 41762 bytes read in 19 ms (2.1 MiB/s)
  36. Kernel image @ 0x12000000 [ 0x000000 - 0x5be308 ]
  37. ## Flattened Device Tree blob at 18000000
  38. Booting using the fdt blob at 0x18000000
  39. Using Device Tree in place at 18000000, end 1800d321
  40.  
  41. Starting kernel ...
  42.  
  43. Booting Linux on physical CPU 0x0
  44. Linux version 3.14.52-g0e08af9 (BspDeveloper2@BspDeveloper2) (gcc version 4.8.5 (Linaro GCC 4.8-2015.06) ) #7 SMP PREEMPT Thu Aug 8 16:00:44 IST 2019
  45. CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d
  46. CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  47. Machine model: Freescale i.MX6 Quad SABRE Automotive Board
  48. cma: CMA: reserved 320 MiB at 6a000000
  49. Memory policy: Data cache writealloc
  50. PERCPU: Embedded 8 pages/cpu @ee71e000 s8320 r8192 d16256 u32768
  51. Built 1 zonelists in Zone order, mobility grouping on. Total pages: 520720
  52. Kernel command line: console=ttymxc3,115200 root=/dev/mmcblk2p2 rootwait rw
  53. PID hash table entries: 4096 (order: 2, 16384 bytes)
  54. Dentry cache hash table entries: 262144 (order: 8, 1048576 bytes)
  55. Inode-cache hash table entries: 131072 (order: 7, 524288 bytes)
  56. Memory: 1739236K/2097152K available (7452K kernel code, 460K rwdata, 2596K rodata, 392K init, 433K bss, 357916K reserved, 270336K highmem)
  57. Virtual kernel memory layout:
  58. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  59. fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  60. vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
  61. lowmem : 0x80000000 - 0xef800000 (1784 MB)
  62. pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)
  63. modules : 0x7f000000 - 0x7fe00000 ( 14 MB)
  64. .text : 0x80008000 - 0x809d828c (10049 kB)
  65. .init : 0x809d9000 - 0x80a3b080 ( 393 kB)
  66. .data : 0x80a3c000 - 0x80aaf340 ( 461 kB)
  67. .bss : 0x80aaf34c - 0x80b1b99c ( 434 kB)
  68. SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  69. Preemptible hierarchical RCU implementation.
  70. NR_IRQS:16 nr_irqs:16 16
  71. L310 cache controller enabled
  72. l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x32070000, Cache size: 1024 kB
  73. Switching to timer-based delay loop
  74. sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 1431655765682ns
  75. Console: colour dummy device 80x30
  76. Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000)
  77. pid_max: default: 32768 minimum: 301
  78. Mount-cache hash table entries: 4096 (order: 2, 16384 bytes)
  79. Mountpoint-cache hash table entries: 4096 (order: 2, 16384 bytes)
  80. CPU: Testing write buffer coherency: ok
  81. CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  82. Setting up static identity map for 0x10717d60 - 0x10717db8
  83. CPU1: Booted secondary processor
  84. CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  85. CPU2: Booted secondary processor
  86. CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  87. CPU3: Booted secondary processor
  88. CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  89. Brought up 4 CPUs
  90. SMP: Total of 4 processors activated (24.00 BogoMIPS).
  91. CPU: All CPU(s) started in SVC mode.
  92. devtmpfs: initialized
  93. VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
  94. pinctrl core: initialized pinctrl subsystem
  95. regulator-dummy: no parameters
  96. NET: Registered protocol family 16
  97. DMA: preallocated 256 KiB pool for atomic coherent allocations
  98. cpuidle: using governor ladder
  99. cpuidle: using governor menu
  100. CPU identified as i.MX6Q, silicon rev 1.2
  101. Use WDOG1 as reset source
  102. syscon 20c8000.anatop: regmap [mem 0x020c8000-0x020c8fff] registered
  103. vdd1p1: 800 <--> 1375 mV at 1100 mV
  104. vdd3p0: 2625 <--> 3400 mV at 3000 mV
  105. vdd2p5: 2000 <--> 2750 mV at 2400 mV
  106. vddarm: 725 <--> 1450 mV at 1150 mV
  107. vddpu: 725 <--> 1450 mV
  108. vddsoc: 725 <--> 1450 mV at 1175 mV
  109. syscon 20e0000.iomuxc-gpr: regmap [mem 0x020e0000-0x020e0037] registered
  110. syscon 21bc000.ocotp-ctrl: regmap [mem 0x021bc000-0x021bffff] registered
  111. hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
  112. hw-breakpoint: maximum watchpoint size is 4 bytes.
  113. imx6q-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
  114. bio: create slab <bio-0> at 0
  115. mxs-dma 110000.dma-apbh: initialized
  116. cs42888_supply: 3300 mV
  117. 3P3V: 3300 mV
  118. vio1: 3300 mV
  119. vio2: 3300 mV
  120. vd: 3300 mV
  121. va: 5000 mV
  122. platform usb_h1_vbus.29: Driver reg-fixed-voltage requests probe deferral
  123. platform usb_otg_vbus.30: Driver reg-fixed-voltage requests probe deferral
  124. i2c-core: driver [max17135] using legacy suspend method
  125. i2c-core: driver [max17135] using legacy resume method
  126. SCSI subsystem initialized
  127. usbcore: registered new interface driver usbfs
  128. usbcore: registered new interface driver hub
  129. usbcore: registered new device driver usb
  130. usbphy_nop1.12 supply vcc not found, using dummy regulator
  131. usbphy_nop2.13 supply vcc not found, using dummy regulator
  132. i2c i2c-1: IMX I2C adapter registered
  133. pca953x 2-0032: failed reading register
  134. pca953x: probe of 2-0032 failed with error -5
  135. i2c i2c-2: IMX I2C adapter registered
  136. Linux video capture interface: v2.00
  137. pps_core: LinuxPPS API ver. 1 registered
  138. pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  139. PTP clock support registered
  140. imx-ipuv3 2400000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
  141. imx-ipuv3 2800000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
  142. MIPI CSI2 driver module loaded
  143. Advanced Linux Sound Architecture Driver Initialized.
  144. Bluetooth: Core ver 2.18
  145. NET: Registered protocol family 31
  146. Bluetooth: HCI device and connection manager initialized
  147. Bluetooth: HCI socket layer initialized
  148. Bluetooth: L2CAP socket layer initialized
  149. Bluetooth: SCO socket layer initialized
  150. cfg80211: Calling CRDA to update world regulatory domain
  151. Switched to clocksource mxc_timer1
  152. NET: Registered protocol family 2
  153. TCP established hash table entries: 16384 (order: 4, 65536 bytes)
  154. TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
  155. TCP: Hash tables configured (established 16384 bind 16384)
  156. TCP: reno registered
  157. UDP hash table entries: 1024 (order: 3, 32768 bytes)
  158. UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
  159. NET: Registered protocol family 1
  160. RPC: Registered named UNIX socket transport module.
  161. RPC: Registered udp transport module.
  162. RPC: Registered tcp transport module.
  163. RPC: Registered tcp NFSv4.1 backchannel transport module.
  164. hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
  165. imx rpmsg driver is registered.
  166. imx_busfreq busfreq.16: DDR medium rate not supported.
  167. Bus freq driver module loaded
  168. futex hash table entries: 1024 (order: 4, 65536 bytes)
  169. bounce pool size: 64 pages
  170. VFS: Disk quotas dquot_6.5.2
  171. Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  172. NFS: Registering the id_resolver key type
  173. Key type id_resolver registered
  174. Key type id_legacy registered
  175. jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
  176. fuse init (API version 7.22)
  177. msgmni has been set to 3508
  178. io scheduler noop registered
  179. io scheduler deadline registered
  180. io scheduler cfq registered (default)
  181. imx-weim 21b8000.weim: Driver registered.
  182. backlight.17 supply power not found, using dummy regulator
  183. MIPI DSI driver module loaded
  184. MIPI DSI driver module loaded
  185. mxc_sdc_fb fb.22: registered mxc display driver ldb
  186. imx-ipuv3 2800000.ipu: IPU DMFC DP HIGH RESOLUTION: 1(0,1), 5B(2~5), 5F(6,7)
  187. Console: switching to colour frame buffer device 128x48
  188. mxc_hdmi 20e0000.hdmi_video: Detected HDMI controller 0x13:0xa:0xa0:0xc1
  189. fbcvt: 1920x1080@60: CVT Name - 2.073M9
  190. mxc_sdc_fb fb.23: registered mxc display driver hdmi
  191. mxc_sdc_fb fb.24: NO mxc display driver found!
  192. mxc_sdc_fb fb.25: registered mxc display driver ldb
  193. imx-sdma 20ec000.sdma: no iram assigned, using external mem
  194. imx-sdma 20ec000.sdma: no event needs to be remapped
  195. imx-sdma 20ec000.sdma: loaded firmware 3.2
  196. imx-sdma 20ec000.sdma: initialized
  197. pfuze100-regulator 1-0008: Full layer: 2, Metal layer: 1
  198. pfuze100-regulator 1-0008: FAB: 0, FIN: 0
  199. pfuze100-regulator 1-0008: pfuze100 found.
  200. SW1AB: 300 <--> 1875 mV at 1375 mV
  201. SW1C: 300 <--> 1875 mV at 1375 mV
  202. SW2: 800 <--> 3300 mV at 3000 mV
  203. SW3A: 400 <--> 1975 mV at 1500 mV
  204. SW3B: 400 <--> 1975 mV at 1500 mV
  205. SW4: 800 <--> 1975 mV at 1800 mV
  206. SWBST: 5000 <--> 5150 mV at 5000 mV
  207. VSNVS: 1000 <--> 3000 mV at 3000 mV
  208. VREFDDR: 750 mV
  209. VGEN1: 800 <--> 1550 mV at 800 mV
  210. VGEN2: 800 <--> 1550 mV at 1500 mV
  211. VGEN3: 1800 <--> 3300 mV at 1800 mV
  212. VGEN4: 1800 <--> 3300 mV at 1800 mV
  213. VGEN5: 1800 <--> 3300 mV at 2500 mV
  214. VGEN6: 1800 <--> 3300 mV at 2800 mV
  215. Serial: IMX driver
  216. 21ec000.serial: ttymxc2 at MMIO 0x21ec000 (irq = 60, base_baud = 5000000) is a IMX
  217. 21f0000.serial: ttymxc3 at MMIO 0x21f0000 (irq = 61, base_baud = 5000000) is a IMX
  218. console [ttymxc3] enabled
  219. serial: Freescale lpuart driver
  220. imx sema4 driver is registered.
  221. [drm] Initialized drm 1.1.0 20060810
  222. [drm] Initialized vivante 1.0.0 20120216 on minor 0
  223. brd: module loaded
  224. loop: module loaded
  225. si476x-core 1-0063: Using default platform data.
  226. si476x-core 1-0063: No IRQ number specified, will use polling
  227. si476x-core 1-0063: Error while sending command 0x11
  228. si476x-core 1-0063: The device in inconsistent power state
  229. ahci-imx 2200000.sata: fsl,transmit-level-mV not specified, using 00000024
  230. ahci-imx 2200000.sata: fsl,transmit-boost-mdB not specified, using 00000480
  231. ahci-imx 2200000.sata: fsl,transmit-atten-16ths not specified, using 00002000
  232. ahci-imx 2200000.sata: fsl,receive-eq-mdB not specified, using 05000000
  233. ahci-imx 2200000.sata: failed to reset phy: -110
  234. ahci-imx: probe of 2200000.sata failed with error -110
  235. CAN device driver interface
  236. 2094000.can supply xceiver not found, using dummy regulator
  237. flexcan 2094000.can: device registered (reg_base=f01f0000, irq=143)
  238. ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  239. ehci-mxc: Freescale On-Chip EHCI Host driver
  240. usbcore: registered new interface driver usb-storage
  241. usbcore: registered new interface driver usb_ehset_test
  242. 2184800.usbmisc supply vbus-wakeup not found, using dummy regulator
  243. imx_usb 2184000.usb: Can't register ci_hdrc platform device, err=-517
  244. platform 2184000.usb: Driver imx_usb requests probe deferral
  245. imx_usb 2184200.usb: Can't register ci_hdrc platform device, err=-517
  246. platform 2184200.usb: Driver imx_usb requests probe deferral
  247. mousedev: PS/2 mouse device common for all mice
  248. egalax_ts 1-0004: Failed to read firmware version
  249. egalax_ts: probe of 1-0004 failed with error -5
  250. 2-0044 supply vdd not found, using dummy regulator
  251. i2c-core: driver [isl29023] using legacy suspend method
  252. i2c-core: driver [isl29023] using legacy resume method
  253. snvs_rtc 20cc034.snvs-rtc-lp: can't get snvs-rtc clock
  254. snvs_rtc 20cc034.snvs-rtc-lp: rtc core: registered 20cc034.snvs-rtc-lp as rtc0
  255. i2c /dev entries driver
  256. IR NEC protocol handler initialized
  257. IR RC5(x) protocol handler initialized
  258. IR RC6 protocol handler initialized
  259. IR JVC protocol handler initialized
  260. IR Sony protocol handler initialized
  261. IR RC5 (streamzap) protocol handler initialized
  262. IR SANYO protocol handler initialized
  263. IR MCE Keyboard/mouse protocol handler initialized
  264. mxc_v4l2_output v4l2_out.33: V4L2 device registered as video16
  265. mxc_v4l2_output v4l2_out.33: V4L2 device registered as video17
  266. mxc_v4l2_output v4l2_out.33: V4L2 device registered as video18
  267. mxc_v4l2_output v4l2_out.33: V4L2 device registered as video19
  268. mxc_v4l2_output v4l2_out.33: V4L2 device registered as video20
  269. 2-000e supply vdd not found, using dummy regulator
  270. 2-000e supply vddio not found, using dummy regulator
  271. mag3110 2-000e: check mag3110 chip ID
  272. mag3110 2-000e: read chip ID 0xfffffffb is not equal to 0xc4!
  273. mag3110: probe of 2-000e failed with error -22
  274. i2c-core: driver [mag3110] using legacy suspend method
  275. i2c-core: driver [mag3110] using legacy resume method
  276. 2-001c supply vdd not found, using dummy regulator
  277. 2-001c supply vddio not found, using dummy regulator
  278. mma8451 2-001c: read chip ID 0x1 is not equal to 0x1a or 0x2a!
  279. mma8451: probe of 2-001c failed with error -22
  280. imx2-wdt 20bc000.wdog: IMX2+ Watchdog Timer enabled. timeout=60s (nowayout=0)
  281. Bluetooth: HCI UART driver ver 2.2
  282. Bluetooth: HCI H4 protocol initialized
  283. Bluetooth: HCI BCSP protocol initialized
  284. Bluetooth: HCIATH3K protocol initialized
  285. usbcore: registered new interface driver bcm203x
  286. usbcore: registered new interface driver btusb
  287. usbcore: registered new interface driver ath3k
  288. sdhci: Secure Digital Host Controller Interface driver
  289. sdhci: Copyright(c) Pierre Ossman
  290. sdhci-pltfm: SDHCI platform and OF driver helper
  291. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  292. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  293. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  294. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  295. mmc1: no vqmmc regulator found
  296. mmc1: no vmmc regulator found
  297. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  298. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  299. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  300. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  301. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  302. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  303. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  304. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  305. mmc1: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA
  306. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  307. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  308. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  309. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  310. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  311. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  312. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  313. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  314. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  315. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  316. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  317. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  318. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  319. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  320. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  321. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  322. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  323. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  324. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  325. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  326. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  327. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  328. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  329. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  330. mmc2: no vqmmc regulator found
  331. mmc2: no vmmc regulator found
  332. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  333. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  334. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  335. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  336. mmc2: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA
  337. Galcore version 5.0.11.33433
  338. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  339. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  340. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  341. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  342. mxc_vdoa 21e4000.vdoa: i.MX Video Data Order Adapter(VDOA) driver probed
  343. mxc_vpu 2040000.vpu: VPU initialized
  344. caam 2100000.caam: Instantiated RNG4 SH0
  345. caam 2100000.caam: Instantiated RNG4 SH1
  346. caam 2100000.caam: device ID = 0x0a160100 (Era 4)
  347. caam 2100000.caam: job rings = 2, qi = 0
  348. caam algorithms registered in /proc/crypto
  349. caam_jr 2101000.jr0: registering rng-caam
  350. platform caam_sm: blkkey_ex: 4 keystore units available
  351. platform caam_sm: 64-bit clear key:
  352. platform caam_sm: [0000] 00 01 02 03 04 0f 06 07
  353. platform caam_sm: 64-bit black key:
  354. platform caam_sm: [0000] 19 90 69 ea 3e 73 dd 88
  355. platform caam_sm: [0008] b9 47 c0 8c db ee ee 3b
  356. platform caam_sm: 128-bit clear key:
  357. platform caam_sm: [0000] 00 01 02 03 04 0f 06 07
  358. platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f
  359. platform caam_sm: 128-bit black key:
  360. platform caam_sm: [0000] 22 3b 76 9e 24 79 35 b8
  361. platform caam_sm: [0008] 20 a0 0a 8c 6b fd 78 c0
  362. platform caam_sm: 192-bit clear key:
  363. platform caam_sm: [0000] 00 01 02 03 04 0f 06 07
  364. platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f
  365. platform caam_sm: [0016] 10 11 12 13 14 15 16 17
  366. platform caam_sm: 192-bit black key:
  367. platform caam_sm: [0000] bc 93 96 b6 99 18 11 62
  368. platform caam_sm: [0008] 52 f0 da 90 52 a2 bb 1b
  369. platform caam_sm: [0016] ae 5b 2b bd 79 83 5a 41
  370. platform caam_sm: [0024] 7f ad 8c 93 16 18 ab e3
  371. platform caam_sm: 256-bit clear key:
  372. platform caam_sm: [0000] 00 01 02 03 04 0f 06 07
  373. platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f
  374. platform caam_sm: [0016] 10 11 12 13 14 15 16 17
  375. platform caam_sm: [0024] 18 19 1a 1b 1c 1d 1e 1f
  376. platform caam_sm: 256-bit black key:
  377. platform caam_sm: [0000] 8c d7 4d 9f 4b 45 e6 76
  378. platform caam_sm: [0008] e0 0f 8d 72 f0 2d 47 cc
  379. platform caam_sm: [0016] 4f d8 ac 86 bc f4 7e 8a
  380. platform caam_sm: [0024] eb fa 8c 7b 86 a9 33 6c
  381. platform caam_sm: 64-bit unwritten blob:
  382. platform caam_sm: [0000] 00 00 00 00 00 00 00 00
  383. platform caam_sm: [0008] 00 00 00 00 00 00 00 00
  384. platform caam_sm: [0016] 00 00 00 00 00 00 00 00
  385. platform caam_sm: [0024] 00 00 00 00 00 00 00 00
  386. platform caam_sm: [0032] 00 00 00 00 00 00 00 00
  387. platform caam_sm: [0040] 00 00 00 00 00 00 00 00
  388. platform caam_sm: [0048] 00 00 00 00 00 00 00 00
  389. platform caam_sm: [0056] 00 00 00 00 00 00 00 00
  390. platform caam_sm: [0064] 00 00 00 00 00 00 00 00
  391. platform caam_sm: [0072] 00 00 00 00 00 00 00 00
  392. platform caam_sm: [0080] 00 00 00 00 00 00 00 00
  393. platform caam_sm: [0088] 00 00 00 00 00 00 00 00
  394. platform caam_sm: 128-bit unwritten blob:
  395. platform caam_sm: [0000] 00 00 00 00 00 00 00 00
  396. platform caam_sm: [0008] 00 00 00 00 00 00 00 00
  397. platform caam_sm: [0016] 00 00 00 00 00 00 00 00
  398. platform caam_sm: [0024] 00 00 00 00 00 00 00 00
  399. platform caam_sm: [0032] 00 00 00 00 00 00 00 00
  400. platform caam_sm: [0040] 00 00 00 00 00 00 00 00
  401. platform caam_sm: [0048] 00 00 00 00 00 00 00 00
  402. platform caam_sm: [0056] 00 00 00 00 00 00 00 00
  403. platform caam_sm: [0064] 00 00 00 00 00 00 00 00
  404. platform caam_sm: [0072] 00 00 00 00 00 00 00 00
  405. platform caam_sm: [0080] 00 00 00 00 00 00 00 00
  406. platform caam_sm: [0088] 00 00 00 00 00 00 00 00
  407. platform caam_sm: 196-bit unwritten blob:
  408. platform caam_sm: [0000] 00 00 00 00 00 00 00 00
  409. platform caam_sm: [0008] 00 00 00 00 00 00 00 00
  410. platform caam_sm: [0016] 00 00 00 00 00 00 00 00
  411. platform caam_sm: [0024] 00 00 00 00 00 00 00 00
  412. platform caam_sm: [0032] 00 00 00 00 00 00 00 00
  413. platform caam_sm: [0040] 00 00 00 00 00 00 00 00
  414. platform caam_sm: [0048] 00 00 00 00 00 00 00 00
  415. platform caam_sm: [0056] 00 00 00 00 00 00 00 00
  416. platform caam_sm: [0064] 00 00 00 00 00 00 00 00
  417. platform caam_sm: [0072] 00 00 00 00 00 00 00 00
  418. platform caam_sm: [0080] 00 00 00 00 00 00 00 00
  419. platform caam_sm: [0088] 00 00 00 00 00 00 00 00
  420. platform caam_sm: 256-bit unwritten blob:
  421. platform caam_sm: [0000] 00 00 00 00 00 00 00 00
  422. platform caam_sm: [0008] 00 00 00 00 00 00 00 00
  423. platform caam_sm: [0016] 00 00 00 00 00 00 00 00
  424. platform caam_sm: [0024] 00 00 00 00 00 00 00 00
  425. platform caam_sm: [0032] 00 00 00 00 00 00 00 00
  426. platform caam_sm: [0040] 00 00 00 00 00 00 00 00
  427. platform caam_sm: [0048] 00 00 00 00 00 00 00 00
  428. platform caam_sm: [0056] 00 00 00 00 00 00 00 00
  429. platform caam_sm: [0064] 00 00 00 00 00 00 00 00
  430. platform caam_sm: [0072] 00 00 00 00 00 00 00 00
  431. platform caam_sm: [0080] 00 00 00 00 00 00 00 00
  432. platform caam_sm: [0088] 00 00 00 00 00 00 00 00
  433. platform caam_sm: 64-bit black key in blob:
  434. platform caam_sm: [0000] d3 52 21 92 88 e5 da cc
  435. platform caam_sm: [0008] c0 15 30 93 5f db 1b 77
  436. platform caam_sm: [0016] 18 b2 49 77 ed c6 aa d4
  437. platform caam_sm: [0024] df 37 62 cf 1d 14 05 b1
  438. platform caam_sm: [0032] 4b 07 50 5c e8 2f 4d c0
  439. platform caam_sm: [0040] 4c 8b e8 b3 d3 6b 07 22
  440. platform caam_sm: [0048] 22 8a d3 b9 e8 db 4c 63
  441. platform caam_sm: [0056] 00 00 00 00 00 00 00 00
  442. platform caam_sm: [0064] 00 00 00 00 00 00 00 00
  443. platform caam_sm: [0072] 00 00 00 00 00 00 00 00
  444. platform caam_sm: [0080] 00 00 00 00 00 00 00 00
  445. platform caam_sm: [0088] 00 00 00 00 00 00 00 00
  446. platform caam_sm: 128-bit black key in blob:
  447. platform caam_sm: [0000] ee 66 f4 da ac e9 78 b4
  448. platform caam_sm: [0008] 38 6b a7 c0 06 a9 0e 1d
  449. platform caam_sm: [0016] 3c f3 9e 69 b3 7c 0a e4
  450. platform caam_sm: [0024] 04 81 1d a6 f4 6d 4d 9b
  451. platform caam_sm: [0032] 67 c1 b3 cb 75 a2 d3 eb
  452. platform caam_sm: [0040] b7 75 26 7a 01 7e 04 3e
  453. platform caam_sm: [0048] 11 47 ba 30 bc 47 ed 10
  454. platform caam_sm: [0056] 46 c0 bd 65 ae b1 4c 02
  455. platform caam_sm: [0064] 00 00 00 00 00 00 00 00
  456. platform caam_sm: [0072] 00 00 00 00 00 00 00 00
  457. platform caam_sm: [0080] 00 00 00 00 00 00 00 00
  458. platform caam_sm: [0088] 00 00 00 00 00 00 00 00
  459. platform caam_sm: 192-bit black key in blob:
  460. platform caam_sm: [0000] b3 e8 b8 ad 8a 0b 71 52
  461. platform caam_sm: [0008] 4c 91 f4 b4 99 02 04 4b
  462. platform caam_sm: [0016] 1d 64 5c 94 f5 19 ff f6
  463. platform caam_sm: [0024] 0a 1e 00 f9 cf d3 9c 05
  464. platform caam_sm: [0032] 5e 77 92 85 72 bb 4a 45
  465. platform caam_sm: [0040] 0c 2c 88 01 fc da dc 3d
  466. platform caam_sm: [0048] eb b5 34 68 89 6c 80 8a
  467. platform caam_sm: [0056] 49 3e c6 d8 23 f9 22 08
  468. platform caam_sm: [0064] 2a 5f 3d 2b 8c 73 44 dc
  469. platform caam_sm: [0072] 00 00 00 00 00 00 00 00
  470. platform caam_sm: [0080] 00 00 00 00 00 00 00 00
  471. platform caam_sm: [0088] 00 00 00 00 00 00 00 00
  472. platform caam_sm: 256-bit black key in blob:
  473. platform caam_sm: [0000] 58 e9 55 d7 e2 b1 f2 77
  474. platform caam_sm: [0008] 13 0f 38 a5 98 39 18 c8
  475. platform caam_sm: [0016] 5f 89 9e 33 85 c0 42 78
  476. platform caam_sm: [0024] a2 96 75 6d 54 7d ba 12
  477. platform caam_sm: [0032] aa 7a bf 90 32 2c ae df
  478. platform caam_sm: [0040] a3 41 24 7c 7e 39 8a 76
  479. platform caam_sm: [0048] fa 22 d0 16 eb e6 ba 9e
  480. platform caam_sm: [0056] 78 ed c7 85 96 81 78 a8
  481. platform caam_sm: [0064] ff 17 f7 5d 01 95 fb b9
  482. platform caam_sm: [0072] 6a 27 8a 93 6d 15 d9 d8
  483. platform caam_sm: [0080] 00 00 00 00 00 00 00 00
  484. platform caam_sm: [0088] 00 00 00 00 00 00 00 00
  485. platform caam_sm: restored 64-bit black key:
  486. platform caam_sm: [0000] 6c c8 43 54 4b 27 e6 97
  487. platform caam_sm: [0008] b0 26 27 13 ac fc 8e 95
  488. platform caam_sm: restored 128-bit black key:
  489. platform caam_sm: [0000] 22 3b 76 9e 24 79 35 b8
  490. platform caam_sm: [0008] 20 a0 0a 8c 6b fd 78 c0
  491. platform caam_sm: restored 192-bit black key:
  492. platform caam_sm: [0000] bc 93 96 b6 99 18 11 62
  493. platform caam_sm: [0008] 52 f0 da 90 52 a2 bb 1b
  494. platform caam_sm: [0016] 73 ec 4c bd f4 01 de 68
  495. platform caam_sm: [0024] fe f8 4f 10 5e 4d 99 ac
  496. platform caam_sm: restored 256-bit black key:
  497. platform caam_sm: [0000] 8c d7 4d 9f 4b 45 e6 76
  498. platform caam_sm: [0008] e0 0f 8d 72 f0 2d 47 cc
  499. platform caam_sm: [0016] 4f d8 ac 86 bc f4 7e 8a
  500. platform caam_sm: [0024] eb fa 8c 7b 86 a9 33 6c
  501. snvs-secvio 20cc000.caam-snvs: can't get snvs clock
  502. snvs-secvio 20cc000.caam-snvs: violation handlers armed - non-secure state
  503. usbcore: registered new interface driver usbhid
  504. usbhid: USB HID core driver
  505. cs42xx8 1-0048: found device, revision 4
  506. fsl-asrc 2034000.asrc: driver registered
  507. snd-soc-dummy snd-soc-dummy: ASoC: Failed to create platform debugfs directory
  508. imx-cs42888 sound-cs42888.26: cs42888 <-> 2024000.esai mapping ok
  509. imx-cs42888 sound-cs42888.26: snd-soc-dummy-dai <-> 2034000.asrc mapping ok
  510. imx-cs42888 sound-cs42888.26: cs42888 <-> 2024000.esai mapping ok
  511. imx-spdif sound-spdif.19: snd-soc-dummy-dai <-> 2004000.spdif mapping ok
  512. imx-audio-hdmi sound-hdmi.20: hdmi-hifi <-> hdmi_audio.3 mapping ok
  513. imx-tuner-si476x sound-fm.31: failed to find FM platform device
  514. imx-tuner-si476x: probe of sound-fm.31 failed with error -22
  515. NET: Registered protocol family 26
  516. TCP: cubic registered
  517. NET: Registered protocol family 10
  518. sit: IPv6 over IPv4 tunneling driver
  519. NET: Registered protocol family 17
  520. can: controller area network core (rev 20120528 abi 9)
  521. NET: Registered protocol family 29
  522. can: raw protocol (rev 20120528)
  523. can: broadcast manager protocol (rev 20120528 t)
  524. can: netlink gateway (rev 20130117) max_hops=1
  525. Bluetooth: RFCOMM TTY layer initialized
  526. Bluetooth: RFCOMM socket layer initialized
  527. Bluetooth: RFCOMM ver 1.11
  528. Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  529. Bluetooth: BNEP filters: protocol multicast
  530. Bluetooth: BNEP socket layer initialized
  531. Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  532. Bluetooth: HIDP socket layer initialized
  533. 8021q: 802.1Q VLAN Support v1.8
  534. Key type dns_resolver registered
  535. VGEN2: disabling
  536. SWBST: disabling
  537. SW4: disabling
  538. regulator-dummy: disabling
  539. imx mcc test is registered.
  540. platform usb_h1_vbus.29: Driver reg-fixed-voltage requests probe deferral
  541. usb_otg_vbus: 5000 mV
  542. imx_usb 2184200.usb: Can't register ci_hdrc platform device, err=-517
  543. platform 2184200.usb: Driver imx_usb requests probe deferral
  544. platform usb_h1_vbus.29: Driver reg-fixed-voltage requests probe deferral
  545. snvs_rtc 20cc034.snvs-rtc-lp: setting system clock to 1970-01-01 00:00:02 UTC (2)
  546. imx_usb 2184200.usb: Can't register ci_hdrc platform device, err=-517
  547. ALSA device list:
  548. #0: cs42888-audio
  549. #1: imx-spdif
  550. #2: imx-hdmi-soc
  551. pN��Waiting for root device /dev/mmcblk2p2...
  552. platform usb_h1_vbus.29: Driver reg-fixed-voltage requests probe deferral
  553. mmc1: Timeout waiting for hardware interrupt.
  554. mmc1: error -110 whilst initialising MMC card
  555. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  556. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  557. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  558. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  559. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  560. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  561. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  562. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  563. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  564. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  565. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  566. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  567. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  568. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  569. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  570. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  571. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  572. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  573. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  574. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  575. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  576. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  577. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  578. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  579. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  580. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  581. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  582. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  583. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  584. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  585. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  586. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  587. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  588. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  589. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  590. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  591. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  592. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  593. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  594. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  595. mmc1: Timeout waiting for hardware interrupt.
  596. mmc1: error -110 whilst initialising MMC card
  597. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  598. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  599. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  600. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  601. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  602. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  603. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  604. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  605. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  606. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  607. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  608. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  609. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  610. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  611. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  612. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  613. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  614. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  615. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  616. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  617. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  618. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  619. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  620. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  621. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  622. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  623. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  624. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  625. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  626. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  627. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  628. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  629. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  630. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  631. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  632. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  633. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  634. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  635. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  636. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  637. mmc1: Timeout waiting for hardware interrupt.
  638. mmc1: error -110 whilst initialising MMC card
  639. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  640. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  641. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  642. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  643. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  644. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  645. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  646. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  647. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  648. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  649. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  650. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  651. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  652. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  653. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  654. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  655. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  656. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  657. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  658. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  659. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  660. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  661. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  662. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  663. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  664. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  665. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  666. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  667. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  668. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  669. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  670. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  671. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  672. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  673. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  674. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  675. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  676. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  677. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  678. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  679. mmc1: Timeout waiting for hardware interrupt.
  680. mmc1: error -110 whilst initialising MMC card
  681. imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_SD2_DAT0 already requested by 20e0000.iomuxc; cannot claim for 2194000.usdhc
  682. imx6q-pinctrl 20e0000.iomuxc: pin-21 (2194000.usdhc) status -22
  683. imx6q-pinctrl 20e0000.iomuxc: could not request pin 21 (MX6Q_PAD_SD2_DAT0) from group usdhc2grp on device 20e0000.iomuxc
  684. sdhci-esdhc-imx 2194000.usdhc: Error applying setting, reverse things back
  685. mmc2: host does not support reading read-only switch. assuming write-enable.
  686. mmc2: new high speed SDHC card at address aaaa
  687. mmcblk2: mmc2:aaaa SC16G 14.8 GiB
  688. mmcblk2: p1 p2
  689. imx_usb 2184200.usb: Can't register ci_hdrc platform device, err=-517
  690. platform 2184200.usb: Driver imx_usb requests probe deferral
  691. platform usb_h1_vbus.29: Driver reg-fixed-voltage requests probe deferral
  692. kjournald starting. Commit interval 5 seconds
  693. EXT3-fs (mmcblk2p2): using internal journal
  694. EXT3-fs (mmcblk2p2): recovery complete
  695. EXT3-fs (mmcblk2p2): mounted filesystem with ordered data mode
  696. VFS: Mounted root (ext3 filesystem) on device 179:2.
  697. devtmpfs: error mounting -2
  698. Freeing unused kernel memory: 392K (809d9000 - 80a3b000)
  699. Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/init.txt for guidance.
  700. CPU3: stopping
  701. CPU: 3 PID: 0 Comm: swapper/3 Not tainted 3.14.52-g0e08af9 #7
  702. [<80014764>] (unwind_backtrace) from [<80011488>] (show_stack+0x10/0x14)
  703. [<80011488>] (show_stack) from [<807119b4>] (dump_stack+0x7c/0xbc)
  704. [<807119b4>] (dump_stack) from [<80013718>] (handle_IPI+0x144/0x158)
  705. [<80013718>] (handle_IPI) from [<800085b0>] (gic_handle_irq+0x58/0x5c)
  706. [<800085b0>] (gic_handle_irq) from [<80011f80>] (__irq_svc+0x40/0x70)
  707. Exception stack(0xd80aff50 to 0xd80aff98)
  708. ff40: d80aff98 3b9aca00 51a0b42a 0000000a
  709. ff60: 5066276c 0000000a ee7370d0 80a4a814 00000001 ee7370d4 d80ae000 d80ae000
  710. ff80: a6aaaaab d80aff98 00000009 804b64bc 60000113 ffffffff
  711. [<80011f80>] (__irq_svc) from [<804b64bc>] (cpuidle_enter_state+0x50/0xe0)
  712. [<804b64bc>] (cpuidle_enter_state) from [<804b6648>] (cpuidle_idle_call+0xfc/0x150)
  713. [<804b6648>] (cpuidle_idle_call) from [<8000edf0>] (arch_cpu_idle+0x8/0x44)
  714. [<8000edf0>] (arch_cpu_idle) from [<8006b140>] (cpu_startup_entry+0x104/0x150)
  715. [<8006b140>] (cpu_startup_entry) from [<10008644>] (0x10008644)
  716. CPU2: stopping
  717. CPU: 2 PID: 0 Comm: swapper/2 Not tainted 3.14.52-g0e08af9 #7
  718. [<80014764>] (unwind_backtrace) from [<80011488>] (show_stack+0x10/0x14)
  719. [<80011488>] (show_stack) from [<807119b4>] (dump_stack+0x7c/0xbc)
  720. [<807119b4>] (dump_stack) from [<80013718>] (handle_IPI+0x144/0x158)
  721. [<80013718>] (handle_IPI) from [<800085b0>] (gic_handle_irq+0x58/0x5c)
  722. [<800085b0>] (gic_handle_irq) from [<80011f80>] (__irq_svc+0x40/0x70)
  723. Exception stack(0xd80adf50 to 0xd80adf98)
  724. df40: d80adf98 3b9aca00 51a0b42a 0000000a
  725. df60: 506620ea 0000000a ee72f0d0 80a4a814 00000001 ee72f0d4 d80ac000 d80ac000
  726. df80: a6aaaaab d80adf98 00000009 804b64bc 60000113 ffffffff
  727. [<80011f80>] (__irq_svc) from [<804b64bc>] (cpuidle_enter_state+0x50/0xe0)
  728. [<804b64bc>] (cpuidle_enter_state) from [<804b6648>] (cpuidle_idle_call+0xfc/0x150)
  729. [<804b6648>] (cpuidle_idle_call) from [<8000edf0>] (arch_cpu_idle+0x8/0x44)
  730. [<8000edf0>] (arch_cpu_idle) from [<8006b140>] (cpu_startup_entry+0x104/0x150)
  731. [<8006b140>] (cpu_startup_entry) from [<10008644>] (0x10008644)
  732. CPU0: stopping
  733. CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.14.52-g0e08af9 #7
  734. [<80014764>] (unwind_backtrace) from [<80011488>] (show_stack+0x10/0x14)
  735. [<80011488>] (show_stack) from [<807119b4>] (dump_stack+0x7c/0xbc)
  736. [<807119b4>] (dump_stack) from [<80013718>] (handle_IPI+0x144/0x158)
  737. [<80013718>] (handle_IPI) from [<800085b0>] (gic_handle_irq+0x58/0x5c)
  738. [<800085b0>] (gic_handle_irq) from [<80011f80>] (__irq_svc+0x40/0x70)
  739. Exception stack(0x80a3df18 to 0x80a3df60)
  740. df00: 80a3df60 3b9aca00
  741. df20: 51a0b2dc 0000000a 5116b7f2 0000000a ee71f0d0 80a4a814 00000001 ee71f0d4
  742. df40: 80a3c000 80a3c000 a6aaaaab 80a3df60 00000009 804b64bc 60000113 ffffffff
  743. [<80011f80>] (__irq_svc) from [<804b64bc>] (cpuidle_enter_state+0x50/0xe0)
  744. [<804b64bc>] (cpuidle_enter_state) from [<804b6648>] (cpuidle_idle_call+0xfc/0x150)
  745. [<804b6648>] (cpuidle_idle_call) from [<8000edf0>] (arch_cpu_idle+0x8/0x44)
  746. [<8000edf0>] (arch_cpu_idle) from [<8006b140>] (cpu_startup_entry+0x104/0x150)
  747. [<8006b140>] (cpu_startup_entry) from [<809d9af0>] (start_kernel+0x350/0x35c)
Add Comment
Please, Sign In to add comment