Advertisement
Guest User

Untitled

a guest
Dec 18th, 2017
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.41 KB | None | 0 0
  1. Starting kernel ...
  2.  
  3. [ 0.000000] Booting Linux on physical CPU 0x0
  4. [ 0.000000] Linux version 4.14.7-00247-g5c127bad2119 (ujfalusi@feketebors) (gcc version 5.4.0 (Gentoo 5.4.0-r3 p1.4, pie-0.6.5)) #1498 SMP PREEMPT Mon Dec 18 12:13:35 EET 2017
  5. [ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=10c5387d
  6. [ 0.000000] CPU: div instructions available: patching division code
  7. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
  8. [ 0.000000] OF: fdt: Machine model: TI DRA742
  9. [ 0.000000] OF: fdt: Ignoring memory block 0x200000000 - 0x280000000
  10. [ 0.000000] Memory policy: Data cache writealloc
  11. [ 0.000000] efi: Getting EFI parameters from FDT:
  12. [ 0.000000] efi: UEFI not found.
  13. [ 0.000000] cma: Reserved 32 MiB at 0xfc800000
  14. [ 0.000000] OMAP4: Map 0xfee00000 to fe600000 for dram barrier
  15. [ 0.000000] On node 0 totalpages: 519680
  16. [ 0.000000] free_area_init_node: node 0, pgdat c0d81a40, node_mem_map eee1c000
  17. [ 0.000000] Normal zone: 1728 pages used for memmap
  18. [ 0.000000] Normal zone: 0 pages reserved
  19. [ 0.000000] Normal zone: 196608 pages, LIFO batch:31
  20. [ 0.000000] HighMem zone: 323072 pages, LIFO batch:31
  21. [ 0.000000] DRA752 ES2.0
  22. [ 0.000000] random: fast init done
  23. [ 0.000000] percpu: Embedded 15 pages/cpu @eedb8000 s31244 r8192 d22004 u61440
  24. [ 0.000000] pcpu-alloc: s31244 r8192 d22004 u61440 alloc=15*4096
  25. [ 0.000000] pcpu-alloc: [0] 0 [0] 1
  26. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 517952
  27. [ 0.000000] Kernel command line: console=ttyO0,115200n8 root=PARTUUID=acbcf4b4-02 rootfstype=ext4 rootwait no_console_suspend debug earlyprintk
  28. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  29. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  30. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  31. [ 0.000000] Memory: 2013240K/2078720K available (8192K kernel code, 529K rwdata, 2804K rodata, 1024K init, 280K bss, 32712K reserved, 32768K cma-reserved, 1259520K highmem)
  32. [ 0.000000] Virtual kernel memory layout:
  33. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  34. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  35. [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
  36. [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
  37. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  38. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  39. [ 0.000000] .text : 0xc0008000 - 0xc0900000 (9184 kB)
  40. [ 0.000000] .init : 0xc0c00000 - 0xc0d00000 (1024 kB)
  41. [ 0.000000] .data : 0xc0d00000 - 0xc0d84628 ( 530 kB)
  42. [ 0.000000] .bss : 0xc0d86000 - 0xc0dcc32c ( 281 kB)
  43. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  44. [ 0.000000] Preemptible hierarchical RCU implementation.
  45. [ 0.000000] Tasks RCU enabled.
  46. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  47. [ 0.000000] GIC: Using split EOI/Deactivate mode
  48. [ 0.000000] OMAP clockevent source: timer1 at 32786 Hz
  49. [ 0.000000] arch_timer: cp15 timer(s) running at 6.14MHz (phys).
  50. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns
  51. [ 0.000004] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
  52. [ 0.000017] Switching to timer-based delay loop, resolution 162ns
  53. [ 0.000518] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
  54. [ 0.000526] OMAP clocksource: 32k_counter at 32768 Hz
  55. [ 0.001079] Console: colour dummy device 80x30
  56. [ 0.001097] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
  57. [ 0.001105] This ensures that you still see kernel messages. Please
  58. [ 0.001111] update your kernel commandline.
  59. [ 0.001133] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
  60. [ 0.001149] pid_max: default: 32768 minimum: 301
  61. [ 0.001265] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  62. [ 0.001278] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  63. [ 0.001806] CPU: Testing write buffer coherency: ok
  64. [ 0.002024] /cpus/cpu@0 missing clock-frequency property
  65. [ 0.002043] /cpus/cpu@1 missing clock-frequency property
  66. [ 0.002055] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  67. [ 0.039897] Setting up static identity map for 0x80100000 - 0x80100060
  68. [ 0.059898] Hierarchical SRCU implementation.
  69. [ 0.080091] EFI services will not be available.
  70. [ 0.099957] smp: Bringing up secondary CPUs ...
  71. [ 0.170294] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  72. [ 0.170385] smp: Brought up 1 node, 2 CPUs
  73. [ 0.170399] SMP: Total of 2 processors activated (24.59 BogoMIPS).
  74. [ 0.170407] CPU: All CPU(s) started in HYP mode.
  75. [ 0.170414] CPU: Virtualization extensions available.
  76. [ 0.171507] devtmpfs: initialized
  77. [ 0.187185] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
  78. [ 0.187376] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  79. [ 0.187393] futex hash table entries: 512 (order: 3, 32768 bytes)
  80. [ 0.187976] pinctrl core: initialized pinctrl subsystem
  81. [ 0.188426] DMI not present or invalid.
  82. [ 0.188672] NET: Registered protocol family 16
  83. [ 0.190406] DMA: preallocated 256 KiB pool for atomic coherent allocations
  84. [ 0.191242] omap_hwmod: l3_main_2 using broken dt data from ocp
  85. [ 0.370608] cpuidle: using governor ladder
  86. [ 0.370640] cpuidle: using governor menu
  87. [ 0.378558] gpio gpiochip0: (gpio): added GPIO chardev (254:0)
  88. [ 0.378626] gpiochip_setup_dev: registered GPIOs 0 to 31 on device: gpiochip0 (gpio)
  89. [ 0.378686] OMAP GPIO hardware version 0.1
  90. [ 0.379322] gpio gpiochip1: (gpio): added GPIO chardev (254:1)
  91. [ 0.379388] gpiochip_setup_dev: registered GPIOs 32 to 63 on device: gpiochip1 (gpio)
  92. [ 0.380059] gpio gpiochip2: (gpio): added GPIO chardev (254:2)
  93. [ 0.380128] gpiochip_setup_dev: registered GPIOs 64 to 95 on device: gpiochip2 (gpio)
  94. [ 0.380827] gpio gpiochip3: (gpio): added GPIO chardev (254:3)
  95. [ 0.380897] gpiochip_setup_dev: registered GPIOs 96 to 127 on device: gpiochip3 (gpio)
  96. [ 0.381568] gpio gpiochip4: (gpio): added GPIO chardev (254:4)
  97. [ 0.381632] gpiochip_setup_dev: registered GPIOs 128 to 159 on device: gpiochip4 (gpio)
  98. [ 0.382296] gpio gpiochip5: (gpio): added GPIO chardev (254:5)
  99. [ 0.382362] gpiochip_setup_dev: registered GPIOs 160 to 191 on device: gpiochip5 (gpio)
  100. [ 0.383018] gpio gpiochip6: (gpio): added GPIO chardev (254:6)
  101. [ 0.383081] gpiochip_setup_dev: registered GPIOs 192 to 223 on device: gpiochip6 (gpio)
  102. [ 0.383754] gpio gpiochip7: (gpio): added GPIO chardev (254:7)
  103. [ 0.383817] gpiochip_setup_dev: registered GPIOs 224 to 255 on device: gpiochip7 (gpio)
  104. [ 0.403087] No ATAGs?
  105. [ 0.403161] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  106. [ 0.403174] hw-breakpoint: maximum watchpoint size is 8 bytes.
  107. [ 0.403498] omap4_sram_init:Unable to allocate sram needed to handle errata I688
  108. [ 0.403508] omap4_sram_init:Unable to get sram pool needed to handle errata I688
  109. [ 0.403932] OMAP DMA hardware revision 0.0
  110. [ 0.419801] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
  111. [ 0.421042] edma 43300000.edma: memcpy is disabled
  112. [ 0.424197] edma 43300000.edma: TI EDMA DMA engine driver
  113. [ 0.424539] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-evm_1v8[0]'
  114. [ 0.424886] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-evm_3v3_sw[0]'
  115. [ 0.425140] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator-aic_dvdd[0]'
  116. [ 0.425492] of_get_named_gpiod_flags: parsed 'gpio' property of node '/fixedregulator-vtt[0]' - status (0)
  117. [ 0.429404] vgaarb: loaded
  118. [ 0.429704] usbcore: registered new interface driver usbfs
  119. [ 0.429749] usbcore: registered new interface driver hub
  120. [ 0.429826] usbcore: registered new device driver usb
  121. [ 0.431200] palmas 0-0058: IRQ missing: skipping irq request
  122. [ 0.460783] palmas 0-0058: Muxing GPIO 2e, PWM 0, LED 0
  123. [ 0.462396] SMPS123: supplied by regulator-dummy
  124. [ 0.464277] SMPS45: supplied by regulator-dummy
  125. [ 0.466118] SMPS6: supplied by regulator-dummy
  126. [ 0.467849] SMPS7: supplied by regulator-dummy
  127. [ 0.469726] SMPS8: supplied by regulator-dummy
  128. [ 0.471463] SMPS9: supplied by regulator-dummy
  129. [ 0.472483] LDO1: supplied by regulator-dummy
  130. [ 0.481301] LDO2: supplied by regulator-dummy
  131. [ 0.491194] LDO3: supplied by regulator-dummy
  132. [ 0.501175] LDO4: supplied by regulator-dummy
  133. [ 0.501924] LDO5: supplied by regulator-dummy
  134. [ 0.502678] LDO6: supplied by regulator-dummy
  135. [ 0.503431] LDO7: supplied by regulator-dummy
  136. [ 0.504176] LDO8: supplied by regulator-dummy
  137. [ 0.504914] LDO9: supplied by regulator-dummy
  138. [ 0.511204] LDOLN: supplied by regulator-dummy
  139. [ 0.521219] LDOUSB: supplied by regulator-dummy
  140. [ 0.533627] gpiochip_find_base: found new base at 496
  141. [ 0.533751] gpio gpiochip8: (pcf8575): added GPIO chardev (254:8)
  142. [ 0.533822] gpiochip_setup_dev: registered GPIOs 496 to 511 on device: gpiochip8 (pcf8575)
  143. [ 0.534002] pcf857x 0-0020: probed
  144. [ 0.534298] gpiochip_find_base: found new base at 480
  145. [ 0.534410] gpio gpiochip9: (pcf8575): added GPIO chardev (254:9)
  146. [ 0.534478] gpiochip_setup_dev: registered GPIOs 480 to 495 on device: gpiochip9 (pcf8575)
  147. [ 0.534596] pcf857x 0-0021: probed
  148. [ 0.534752] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
  149. [ 0.560713] gpiochip_find_base: found new base at 464
  150. [ 0.560849] GPIO line 465 (vin6_sel_s0) hogged as output/low
  151. [ 0.560968] gpio gpiochip10: (pcf8575): added GPIO chardev (254:10)
  152. [ 0.561037] gpiochip_setup_dev: registered GPIOs 464 to 479 on device: gpiochip10 (pcf8575)
  153. [ 0.561048] pcf857x 1-0026: probed
  154. [ 0.561090] omap_i2c 48072000.i2c: bus 1 rev0.12 at 400 kHz
  155. [ 0.561484] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
  156. [ 0.561652] pps_core: LinuxPPS API ver. 1 registered
  157. [ 0.561660] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  158. [ 0.561681] PTP clock support registered
  159. [ 0.561709] EDAC MC: Ver: 3.0.0
  160. [ 0.570691] dmi: Firmware registration failed.
  161. [ 0.571055] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
  162. [ 0.571326] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
  163. [ 0.571594] Advanced Linux Sound Architecture Driver Initialized.
  164. [ 0.580807] clocksource: Switched to clocksource arch_sys_counter
  165. [ 0.588351] NET: Registered protocol family 2
  166. [ 0.588877] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  167. [ 0.588940] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  168. [ 0.589066] TCP: Hash tables configured (established 8192 bind 8192)
  169. [ 0.589135] UDP hash table entries: 512 (order: 2, 16384 bytes)
  170. [ 0.589168] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  171. [ 0.589300] NET: Registered protocol family 1
  172. [ 0.589579] RPC: Registered named UNIX socket transport module.
  173. [ 0.589589] RPC: Registered udp transport module.
  174. [ 0.589596] RPC: Registered tcp transport module.
  175. [ 0.589604] RPC: Registered tcp NFSv4.1 backchannel transport module.
  176. [ 0.589614] PCI: CLS 0 bytes, default 64
  177. [ 0.590473] hw perfevents: no interrupt-affinity property for /pmu, guessing.
  178. [ 0.590689] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
  179. [ 0.593463] workingset: timestamp_bits=14 max_order=19 bucket_order=5
  180. [ 0.596924] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  181. [ 0.597350] NFS: Registering the id_resolver key type
  182. [ 0.597377] Key type id_resolver registered
  183. [ 0.597385] Key type id_legacy registered
  184. [ 0.597421] ntfs: driver 2.1.32 [Flags: R/O].
  185. [ 0.598662] bounce: pool size: 64 pages
  186. [ 0.598710] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
  187. [ 0.598721] io scheduler noop registered
  188. [ 0.598729] io scheduler deadline registered
  189. [ 0.598869] io scheduler cfq registered (default)
  190. [ 0.598879] io scheduler mq-deadline registered
  191. [ 0.598887] io scheduler kyber registered
  192. [ 0.603853] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
  193. [ 0.606516] dra7-pcie 51000000.pcie: Linked as a consumer to phy-4a094000.pciephy.3
  194. [ 0.606673] dra7-pcie 51000000.pcie: GPIO lookup for consumer (null)
  195. [ 0.606685] dra7-pcie 51000000.pcie: using device tree for GPIO lookup
  196. [ 0.606700] of_get_named_gpiod_flags: can't parse 'gpios' property of node '/ocp/axi@0/pcie@51000000[0]'
  197. [ 0.606712] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/ocp/axi@0/pcie@51000000[0]'
  198. [ 0.606722] dra7-pcie 51000000.pcie: using lookup tables for GPIO lookup
  199. [ 0.606732] dra7-pcie 51000000.pcie: lookup for GPIO (null) failed
  200. [ 0.606834] OF: PCI: host bridge /ocp/axi@0/pcie@51000000 ranges:
  201. [ 0.606870] OF: PCI: IO 0x20003000..0x20012fff -> 0x00000000
  202. [ 0.606891] OF: PCI: MEM 0x20013000..0x2fffffff -> 0x20013000
  203. [ 1.607830] dra7-pcie 51000000.pcie: phy link never came up
  204. [ 1.607951] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
  205. [ 1.607964] pci_bus 0000:00: root bus resource [bus 00-ff]
  206. [ 1.607976] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
  207. [ 1.607986] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
  208. [ 1.608021] pci 0000:00:00.0: [104c:8888] type 01 class 0x060400
  209. [ 1.608056] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit]
  210. [ 1.608118] pci 0000:00:00.0: supports D1
  211. [ 1.608128] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
  212. [ 1.608307] PCI: bus0: Fast back to back transfers disabled
  213. [ 1.608399] PCI: bus1: Fast back to back transfers enabled
  214. [ 1.608435] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff 64bit]
  215. [ 1.608454] pci 0000:00:00.0: PCI bridge to [bus 01]
  216. [ 1.608727] pcieport 0000:00:00.0: Signaling PME with IRQ 165
  217. [ 1.608848] pcieport 0000:00:00.0: AER enabled with IRQ 165
  218. [ 1.609558] usbcore: registered new interface driver udlfb
  219. [ 1.611806] evm_1v8: supplied by smps9
  220. [ 1.612066] evm_3v3_sw: supplied by sysen1
  221. [ 1.612328] aic_dvdd: supplied by evm_3v3_sw
  222. [ 1.612406] vtt_fixed: supplied by sysen2
  223. [ 1.653509] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
  224. [ 1.655949] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 45, base_baud = 3000000) is a 8250
  225. [ 2.957450] console [ttyS0] enabled
  226. [ 2.961705] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 46, base_baud = 3000000) is a 8250
  227. [ 2.971162] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 47, base_baud = 3000000) is a 8250
  228. [ 2.981565] omap_rng 48090000.rng: Random Number Generator ver. 20
  229. [ 2.990551] Error: Driver 'tfp410' is already registered, aborting...
  230. [ 3.005992] brd: module loaded
  231. [ 3.014402] loop: module loaded
  232. [ 3.021971] m25p80 spi0.0: s25fl256s1 (32768 Kbytes)
  233. [ 3.027037] 10 ofpart partitions found on MTD device spi0.0
  234. [ 3.032668] Creating 10 MTD partitions on "spi0.0":
  235. [ 3.037570] 0x000000000000-0x000000010000 : "QSPI.SPL"
  236. [ 3.043421] 0x000000010000-0x000000020000 : "QSPI.SPL.backup1"
  237. [ 3.049882] 0x000000020000-0x000000030000 : "QSPI.SPL.backup2"
  238. [ 3.056382] 0x000000030000-0x000000040000 : "QSPI.SPL.backup3"
  239. [ 3.062882] 0x000000040000-0x000000140000 : "QSPI.u-boot"
  240. [ 3.068894] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
  241. [ 3.075535] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
  242. [ 3.081927] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
  243. [ 3.088992] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
  244. [ 3.095042] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
  245. [ 3.102015] mdio_bus fixed-0: GPIO lookup for consumer reset
  246. [ 3.107702] mdio_bus fixed-0: using lookup tables for GPIO lookup
  247. [ 3.113902] mdio_bus fixed-0: lookup for GPIO reset failed
  248. [ 3.119429] libphy: Fixed MDIO Bus: probed
  249. [ 3.125833] mdio_bus 48485000.mdio: GPIO lookup for consumer reset
  250. [ 3.132066] mdio_bus 48485000.mdio: using lookup tables for GPIO lookup
  251. [ 3.138712] mdio_bus 48485000.mdio: lookup for GPIO reset failed
  252. [ 3.200841] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
  253. [ 3.208533] davinci_mdio 48485000.mdio: detected phy mask fffffff3
  254. [ 3.218945] libphy: 48485000.mdio: probed
  255. [ 3.223008] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver unknown
  256. [ 3.231069] davinci_mdio 48485000.mdio: phy[3]: device 48485000.mdio:03, driver unknown
  257. [ 3.239802] cpsw 48484000.ethernet: Detected MACID = a0:f6:fd:a1:c6:dc
  258. [ 3.246466] cpsw 48484000.ethernet: cpts: overflow check period 500 (jiffies)
  259. [ 3.254369] cpsw 48484000.ethernet: cpsw: Detected MACID = a0:f6:fd:a1:c6:dd
  260. [ 3.262320] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
  261. [ 3.269791] usbcore: registered new interface driver pegasus
  262. [ 3.275537] usbcore: registered new interface driver asix
  263. [ 3.281011] usbcore: registered new interface driver ax88179_178a
  264. [ 3.287159] usbcore: registered new interface driver cdc_ether
  265. [ 3.293077] usbcore: registered new interface driver smsc75xx
  266. [ 3.298884] usbcore: registered new interface driver smsc95xx
  267. [ 3.304702] usbcore: registered new interface driver net1080
  268. [ 3.310412] usbcore: registered new interface driver cdc_subset
  269. [ 3.316405] usbcore: registered new interface driver zaurus
  270. [ 3.322181] usbcore: registered new interface driver cdc_ncm
  271. [ 3.329514] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  272. [ 3.336098] ehci-pci: EHCI PCI platform driver
  273. [ 3.340592] ehci-platform: EHCI generic platform driver
  274. [ 3.346095] ehci-omap: OMAP-EHCI Host Controller driver
  275. [ 3.351516] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  276. [ 3.357736] ohci-pci: OHCI PCI platform driver
  277. [ 3.362246] ohci-platform: OHCI generic platform driver
  278. [ 3.368775] i2c /dev entries driver
  279. [ 3.373078] IR NEC protocol handler initialized
  280. [ 3.377629] IR RC5(x/sz) protocol handler initialized
  281. [ 3.382721] IR RC6 protocol handler initialized
  282. [ 3.387271] IR JVC protocol handler initialized
  283. [ 3.391835] IR Sony protocol handler initialized
  284. [ 3.396471] IR SANYO protocol handler initialized
  285. [ 3.401209] IR Sharp protocol handler initialized
  286. [ 3.405932] IR MCE Keyboard/mouse protocol handler initialized
  287. [ 3.411801] IR XMP protocol handler initialized
  288. [ 3.421671] sdhci: Secure Digital Host Controller Interface driver
  289. [ 3.427880] sdhci: Copyright(c) Pierre Ossman
  290. [ 3.433087] omap_hsmmc 4809c000.mmc: GPIO lookup for consumer cd
  291. [ 3.439130] omap_hsmmc 4809c000.mmc: using device tree for GPIO lookup
  292. [ 3.445759] of_get_named_gpiod_flags: parsed 'cd-gpios' property of node '/ocp/mmc@4809c000[0]' - status (0)
  293. [ 3.455820] omap_hsmmc 4809c000.mmc: Got CD GPIO
  294. [ 3.460458] omap_hsmmc 4809c000.mmc: GPIO lookup for consumer wp
  295. [ 3.466517] omap_hsmmc 4809c000.mmc: using device tree for GPIO lookup
  296. [ 3.473083] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/mmc@4809c000[0]'
  297. [ 3.482278] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/mmc@4809c000[0]'
  298. [ 3.491372] omap_hsmmc 4809c000.mmc: using lookup tables for GPIO lookup
  299. [ 3.498100] omap_hsmmc 4809c000.mmc: lookup for GPIO wp failed
  300. [ 3.504698] omap_hsmmc 480b4000.mmc: GPIO lookup for consumer cd
  301. [ 3.510731] omap_hsmmc 480b4000.mmc: using device tree for GPIO lookup
  302. [ 3.517323] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/ocp/mmc@480b4000[0]'
  303. [ 3.526507] of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/ocp/mmc@480b4000[0]'
  304. [ 3.535602] omap_hsmmc 480b4000.mmc: using lookup tables for GPIO lookup
  305. [ 3.542371] omap_hsmmc 480b4000.mmc: lookup for GPIO cd failed
  306. [ 3.548229] omap_hsmmc 480b4000.mmc: GPIO lookup for consumer wp
  307. [ 3.554282] omap_hsmmc 480b4000.mmc: using device tree for GPIO lookup
  308. [ 3.560848] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/mmc@480b4000[0]'
  309. [ 3.570018] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/mmc@480b4000[0]'
  310. [ 3.579123] omap_hsmmc 480b4000.mmc: using lookup tables for GPIO lookup
  311. [ 3.585862] omap_hsmmc 480b4000.mmc: lookup for GPIO wp failed
  312. [ 3.651306] sdhci-pltfm: SDHCI platform and OF driver helper
  313. [ 3.660743] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led0[0]' - status (0)
  314. [ 3.669857] no flags found for gpios
  315. [ 3.673931] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led1[0]' - status (0)
  316. [ 3.683030] no flags found for gpios
  317. [ 3.687087] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led2[0]' - status (0)
  318. [ 3.696191] no flags found for gpios
  319. [ 3.700367] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/led3[0]' - status (0)
  320. [ 3.710414] no flags found for gpios
  321. [ 3.716429] ledtrig-cpu: registered to indicate activity on CPUs
  322. [ 3.722573] usbcore: registered new interface driver usbhid
  323. [ 3.728167] usbhid: USB HID core driver
  324. [ 3.732491] extcon-usb-gpio extcon_usb1: GPIO lookup for consumer id
  325. [ 3.738872] extcon-usb-gpio extcon_usb1: using device tree for GPIO lookup
  326. [ 3.745816] of_get_named_gpiod_flags: can't parse 'id-gpios' property of node '/extcon_usb1[0]'
  327. [ 3.754595] of_get_named_gpiod_flags: parsed 'id-gpio' property of node '/extcon_usb1[0]' - status (0)
  328. [ 3.764090] extcon-usb-gpio extcon_usb1: GPIO lookup for consumer vbus
  329. [ 3.770662] extcon-usb-gpio extcon_usb1: using device tree for GPIO lookup
  330. [ 3.777609] of_get_named_gpiod_flags: can't parse 'vbus-gpios' property of node '/extcon_usb1[0]'
  331. [ 3.786557] of_get_named_gpiod_flags: can't parse 'vbus-gpio' property of node '/extcon_usb1[0]'
  332. [ 3.795406] extcon-usb-gpio extcon_usb1: using lookup tables for GPIO lookup
  333. [ 3.802521] extcon-usb-gpio extcon_usb1: lookup for GPIO vbus failed
  334. [ 3.808981] gpio-481 (id): gpiod_set_debounce: missing set() or set_config() operations
  335. [ 3.817285] extcon-usb-gpio extcon_usb2: GPIO lookup for consumer id
  336. [ 3.823709] extcon-usb-gpio extcon_usb2: using device tree for GPIO lookup
  337. [ 3.830629] of_get_named_gpiod_flags: can't parse 'id-gpios' property of node '/extcon_usb2[0]'
  338. [ 3.839420] of_get_named_gpiod_flags: parsed 'id-gpio' property of node '/extcon_usb2[0]' - status (0)
  339. [ 3.848939] extcon-usb-gpio extcon_usb2: GPIO lookup for consumer vbus
  340. [ 3.855546] extcon-usb-gpio extcon_usb2: using device tree for GPIO lookup
  341. [ 3.862487] mmc0: new high speed MMC card at address 0001
  342. [ 3.868079] mmcblk0: mmc0:0001 MMC08G 7.25 GiB
  343. [ 3.872726] mmcblk0boot0: mmc0:0001 MMC08G partition 1 8.00 MiB
  344. [ 3.878748] mmcblk0boot1: mmc0:0001 MMC08G partition 2 8.00 MiB
  345. [ 3.884788] mmcblk0rpmb: mmc0:0001 MMC08G partition 3 128 KiB
  346. [ 3.890836] of_get_named_gpiod_flags: can't parse 'vbus-gpios' property of node '/extcon_usb2[0]'
  347. [ 3.899760] of_get_named_gpiod_flags: can't parse 'vbus-gpio' property of node '/extcon_usb2[0]'
  348. [ 3.909370] extcon-usb-gpio extcon_usb2: using lookup tables for GPIO lookup
  349. [ 3.916471] extcon-usb-gpio extcon_usb2: lookup for GPIO vbus failed
  350. [ 3.923673] gpio-482 (id): gpiod_set_debounce: missing set() or set_config() operations
  351. [ 3.933060] of_get_named_gpiod_flags: can't parse 'gpio-reset' property of node '/ocp/i2c@48070000/tlv320aic3106@19[0]'
  352. [ 3.946291] NET: Registered protocol family 17
  353. [ 3.950880] Key type dns_resolver registered
  354. [ 3.955245] omap_voltage_late_init: Voltage driver support not added
  355. [ 3.961656] Power Management for TI OMAP4+ devices.
  356. [ 3.966741] Registering SWP/SWPB emulation handler
  357. [ 3.981012] dmm 4e000000.dmm: initialized all PAT entries
  358. [ 3.986775] of_get_named_gpiod_flags: parsed 'gpio' property of node '/fixedregulator-sd[0]' - status (0)
  359. [ 3.997434] dwc3 48890000.usb: Configuration mismatch. dr_mode forced to host
  360. [ 4.005210] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
  361. [ 4.010730] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
  362. [ 4.018625] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x02010010
  363. [ 4.027402] xhci-hcd xhci-hcd.0.auto: irq 201, io mem 0x48890000
  364. [ 4.033865] hub 1-0:1.0: USB hub found
  365. [ 4.037650] hub 1-0:1.0: 1 port detected
  366. [ 4.041791] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
  367. [ 4.047306] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
  368. [ 4.055056] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
  369. [ 4.063525] hub 2-0:1.0: USB hub found
  370. [ 4.067305] hub 2-0:1.0: 1 port detected
  371. [ 4.072545] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
  372. [ 4.078064] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3
  373. [ 4.085945] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x02010010
  374. [ 4.094717] xhci-hcd xhci-hcd.1.auto: irq 202, io mem 0x488d0000
  375. [ 4.101112] hub 3-0:1.0: USB hub found
  376. [ 4.104895] hub 3-0:1.0: 1 port detected
  377. [ 4.109005] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
  378. [ 4.114538] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4
  379. [ 4.122286] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
  380. [ 4.130732] hub 4-0:1.0: USB hub found
  381. [ 4.134526] hub 4-0:1.0: 1 port detected
  382. [ 4.139083] omap_hsmmc 4809c000.mmc: GPIO lookup for consumer cd
  383. [ 4.145136] omap_hsmmc 4809c000.mmc: using device tree for GPIO lookup
  384. [ 4.151725] of_get_named_gpiod_flags: parsed 'cd-gpios' property of node '/ocp/mmc@4809c000[0]' - status (0)
  385. [ 4.161612] omap_hsmmc 4809c000.mmc: Got CD GPIO
  386. [ 4.166250] omap_hsmmc 4809c000.mmc: GPIO lookup for consumer wp
  387. [ 4.172292] omap_hsmmc 4809c000.mmc: using device tree for GPIO lookup
  388. [ 4.178849] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/mmc@4809c000[0]'
  389. [ 4.188033] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/mmc@4809c000[0]'
  390. [ 4.197127] omap_hsmmc 4809c000.mmc: using lookup tables for GPIO lookup
  391. [ 4.203864] omap_hsmmc 4809c000.mmc: lookup for GPIO wp failed
  392. [ 4.262278] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/sound0[0]'
  393. [ 4.272448] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/sound0[0]'
  394. [ 4.283080] asoc-simple-card sound0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
  395. [ 4.290827] asoc-simple-card sound0: ASoC: no DMI vendor name!
  396. [ 4.299059] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio_keys/USER1[0]' - status (0)
  397. [ 4.309025] gpio-498 (btnUser1): gpiod_set_debounce: missing set() or set_config() operations
  398. [ 4.317765] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio_keys/USER2[0]' - status (0)
  399. [ 4.327592] gpio-499 (btnUser2): gpiod_set_debounce: missing set() or set_config() operations
  400. [ 4.336481] input: gpio_keys as /devices/platform/gpio_keys/input/input0
  401. [ 4.343669] hctosys: unable to open rtc device (rtc0)
  402. [ 4.349162] aic_dvdd: disabling
  403. [ 4.352342] evm_3v3_sd: disabling
  404. [ 4.355668] ALSA device list:
  405. [ 4.358642] #0: DRA7xx-EVM
  406. [ 4.362045] Waiting for root device PARTUUID=acbcf4b4-02...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement