This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/TDA2EXEVM: USB device driver failed on Tda2ExEVM

Part Number: TDA2EXEVM
Other Parts Discussed in Thread: PMP, DRA722

Tool/software: Linux

Hi Expert,

I used VisionSDK_V2.9 to get the USB device on TDA2Ex EVM but it failed, System response "unable to initialize libusb: -99".  The message is as below,

 

Could you please give some suggestion here?

Thanks in advance.

  • Hi,

    Please re-attach the image of the message. Pasting to window doesn't work in this forum.

    Regards,
    Mariya
  • Now is visible.
    Thank you!
  • Hi,

    can you try the following command before "lsusb":

    export LIBUSB_DEBUG=9

    Also can you post the complete bootlog to see if there are any errors?

    Thanks,
    Yordan
  • Hi Yordan,

    The log is as below.  

      

    Thanks!

    Ben

  • Hi Ben,

    can you attach the bootlog (please attach it as text, not as picture).
    It seems that for some reason the usb related modules did not loaded.

    Regards,
    Yordan
  • Ben

    Yes, the modules are not loaded, try building the kernel and modules freshly again and make sure to install modules to file system .

    Regards
    Ravi
  • root@dra7xx-evm:~# lsmod
    Module                  Size  Used by
    btwilink                3472  0
    bluetooth             232598  2 btwilink
    6lowpan_iphc            5796  1 bluetooth
    omapdrm_pvr           315134  0
    m25p80                 14955  0
    dwc3_omap               4602  0
    root@dra7xx-evm:~# export LIBUSB_DEBUG=9
    root@dra7xx-evm:~# lsusb
    libusb: 0.000000 error [op_init] could not find usbfs
    unable to initialize libusb: -99

  • Hi Yordan,

    Please see the attached file.

    �
    U-Boot SPL 2014.07-00013-g0e54f8e-dirty (Jul 29 2016 - 16:46:27)
    DRA722-GP ES1.0
    �
    U-Boot SPL 2014.07-00013-g0e54f8e-dirty (Jul 29 2016 - 16:46:27)
    DRA722-GP ES1.0
    
    
    emif1=-30 meif2=0
    
    spl_mmc_load_image
    reading u-boot.img
    reading u-boot.img
    
    
    U-Boot 2014.07-00013-g0e54f8e-dirty (Jul 29 2016 - 16:46:27)
    
    CPU  : DRA722-GP ES1.0
    Board: DRA72x EVM REV B.0
    I2C:   ready
    DRAM:  1 GiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Using default environment
    
    serial# not set, setting...
    SATA link 0 timeout.
    AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
    flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst
    scanning bus for devices...
    Found 0 device(s).
    SCSI:  Net:   <ethaddr> not set. Validating first E-fuse MAC
    PHY reset timed out
    wait_for_user_access Timeout
    cpsw
    Hit any key to stop autoboot:  0
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    reading uEnv.txt
    165 bytes read in 3 ms (53.7 KiB/s)
    Loaded environment from uEnv.txt
    Importing environment from mmc0 ...
    5082712 bytes read in 358 ms (13.5 MiB/s)
    103359 bytes read in 57 ms (1.7 MiB/s)
    Booting from mmc0 ...
    Kernel image @ 0x82000000 [ 0x000000 - 0x4d8e58 ]
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       reserving fdt memory region: addr=84000000 size=10000000
       reserving fdt memory region: addr=a0000000 size=2000000
       Loading Device Tree to 83fe3000, end 83fff3be ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 3.14.63-00013-g8f8abc5 (root@autorad-VirtualBox) (gcc version 4.7.3 20130226 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03) ) #1 SMP PREEMPT Wed Jul 27 22:03:40 CST 2016
    [    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=10c5387d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [    0.000000] Machine model: TI DRA722
    [    0.000000] Reserved memory: created CMA memory pool at 0x94000000, size 80 MiB
    [    0.000000] Reserved memory: initialized node ipu2_cma@95800000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x99000000, size 64 MiB
    [    0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x9d000000, size 32 MiB
    [    0.000000] Reserved memory: initialized node ipu1_cma@9d000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0xa8000000, size 32 MiB
    [    0.000000] Reserved memory: initialized node cmem@A6000000, compatible id shared-dma-pool
    [    0.000000] cma: CMA: reserved 24 MiB at ae000000
    [    0.000000] Memory policy: Data cache writealloc
    [    0.000000] DRA722 ES1.0
    [    0.000000] PERCPU: Embedded 8 pages/cpu @ed759000 s8640 r8192 d15936 u32768
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 252176
    [    0.000000] Kernel command line: console=ttyO0,115200n8 vram=16M root=PARTUUID=8a7868cc-02 rw rootwait ip=none mem=1024M
    [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [    0.000000] Memory: 494776K/1014784K available (6743K kernel code, 692K rwdata, 2456K rodata, 376K init, 267K bss, 520008K reserved, 269312K highmem)
    [    0.000000] Virtual kernel memory layout:
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
    [    0.000000]     vmalloc : 0xf0000000 - 0xff000000   ( 240 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xef800000   ( 760 MB)
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [    0.000000]       .text : 0xc0008000 - 0xc09040d4   (9201 kB)
    [    0.000000]       .init : 0xc0905000 - 0xc09631c0   ( 377 kB)
    [    0.000000]       .data : 0xc0964000 - 0xc0a11120   ( 693 kB)
    [    0.000000]        .bss : 0xc0a1112c - 0xc0a53e54   ( 268 kB)
    [    0.000000] Preemptible hierarchical RCU implementation.
    [    0.000000]  RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
    [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
    [    0.000000] NR_IRQS:16 nr_irqs:16 16
    [    0.000000] GIC CPU mask not found - kernel will fail to boot.
    [    0.000000] GIC CPU mask not found - kernel will fail to boot.
    [    0.000000] OMAP clockevent source: timer1 at 32786 Hz
    [    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 65536000000000ns
    [    0.000000] OMAP clocksource: 32k_counter at 32768 Hz
    [    0.000427] Architected cp15 timer(s) running at 6.14MHz (virt).
    [    0.000432] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 2794592043008ns
    [    0.000440] Switching to timer-based delay loop
    [    0.001471] Console: colour dummy device 80x30
    [    0.001491] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
    [    0.001498] This ensures that you still see kernel messages. Please
    [    0.001504] update your kernel commandline.
    [    0.001520] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [    0.001533] pid_max: default: 32768 minimum: 301
    [    0.001629] Security Framework initialized
    [    0.001671] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.001682] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.025158] CPU: Testing write buffer coherency: ok
    [    0.025509] /cpus/cpu@0 missing clock-frequency property
    [    0.025526] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [    0.025556] Setting up static identity map for 0x8069c0a8 - 0x8069c118
    [    0.060519] Brought up 1 CPUs
    [    0.060530] SMP: Total of 1 processors activated (12.29 BogoMIPS).
    [    0.060538] CPU: All CPU(s) started in SVC mode.
    [    0.060978] devtmpfs: initialized
    [    0.061645] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [    0.063447] omap_hwmod: l3_main_2 using broken dt data from ocp
    [    0.076787] omap_hwmod: tptc0 using broken dt data from edma-controller
    [    0.077276] omap_hwmod: tptc1 using broken dt data from edma-controller
    [    0.144175] omap_hwmod: vpe: no dt node
    [    0.144185] ------------[ cut here ]------------
    [    0.144208] WARNING: CPU: 0 PID: 1 at arch/arm/mach-omap2/omap_hwmod.c:2581 _init+0x41c/0x478()
    [    0.144215] omap_hwmod: vpe: doesn't have mpu register target base
    [    0.144222] Modules linked in:
    [    0.144237] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.14.63-00013-g8f8abc5 #1
    [    0.144246] Backtrace:
    [    0.144271] [<c0012138>] (dump_backtrace) from [<c00122d4>] (show_stack+0x18/0x1c)
    [    0.144278]  r6:60000013 r5:ffffffff r4:00000000 r3:00000000
    [    0.144308] [<c00122bc>] (show_stack) from [<c0692238>] (dump_stack+0x80/0xa0)
    [    0.144325] [<c06921b8>] (dump_stack) from [<c0046d50>] (warn_slowpath_common+0x70/0x94)
    [    0.144332]  r7:00000a15 r6:c0912d0c r5:00000009 r4:ec8f9e48
    [    0.144359] [<c0046ce0>] (warn_slowpath_common) from [<c0046e18>] (warn_slowpath_fmt+0x38/0x40)
    [    0.144366]  r8:c09132e0 r7:00000003 r6:00000000 r5:00000000 r4:c09b0a00
    [    0.144396] [<c0046de4>] (warn_slowpath_fmt) from [<c0912d0c>] (_init+0x41c/0x478)
    [    0.144402]  r3:c082b2a4 r2:c0823bf8
    [    0.144422] [<c09128f0>] (_init) from [<c0029f74>] (omap_hwmod_for_each+0x38/0x64)
    [    0.144429]  r10:c094a67c r8:c09132e0 r7:00000000 r6:c09128f0 r5:c0973820 r4:c09b0a00
    [    0.144459] [<c0029f3c>] (omap_hwmod_for_each) from [<c091330c>] (__omap_hwmod_setup_all+0x2c/0x48)
    [    0.144466]  r7:c090555c r6:c0a11140 r5:00000001 r4:c095fce8
    [    0.144490] [<c09132e0>] (__omap_hwmod_setup_all) from [<c00089a8>] (do_one_initcall+0xf4/0x154)
    [    0.144504] [<c00088b4>] (do_one_initcall) from [<c0905cac>] (kernel_init_freeable+0x104/0x1d4)
    [    0.144511]  r10:c094a67c r9:c094a65c r8:000000e9 r7:c090555c r6:c0a11140 r5:00000001
    [    0.144534]  r4:c095fce8
    [    0.144550] [<c0905ba8>] (kernel_init_freeable) from [<c068c8c8>] (kernel_init+0x10/0xf4)
    [    0.144556]  r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c068c8b8
    [    0.144578]  r4:00000000
    [    0.144593] [<c068c8b8>] (kernel_init) from [<c000ec20>] (ret_from_fork+0x14/0x34)
    [    0.144599]  r4:00000000 r3:ec8f8000
    [    0.144629] ---[ end trace 60a518e059d2eea3 ]---
    [    0.146488] omap_hwmod: wd_timer2: no dt node
    [    0.146496] ------------[ cut here ]------------
    [    0.146508] WARNING: CPU: 0 PID: 1 at arch/arm/mach-omap2/omap_hwmod.c:2581 _init+0x41c/0x478()
    [    0.146515] omap_hwmod: wd_timer2: doesn't have mpu register target base
    [    0.146521] Modules linked in:
    [    0.146533] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G        W    3.14.63-00013-g8f8abc5 #1
    [    0.146539] Backtrace:
    [    0.146558] [<c0012138>] (dump_backtrace) from [<c00122d4>] (show_stack+0x18/0x1c)
    [    0.146564]  r6:60000013 r5:ffffffff r4:00000000 r3:00000000
    [    0.146590] [<c00122bc>] (show_stack) from [<c0692238>] (dump_stack+0x80/0xa0)
    [    0.146603] [<c06921b8>] (dump_stack) from [<c0046d50>] (warn_slowpath_common+0x70/0x94)
    [    0.146609]  r7:00000a15 r6:c0912d0c r5:00000009 r4:ec8f9e48
    [    0.146635] [<c0046ce0>] (warn_slowpath_common) from [<c0046e18>] (warn_slowpath_fmt+0x38/0x40)
    [    0.146642]  r8:c09132e0 r7:00000003 r6:00000000 r5:00000000 r4:c09b0b08
    [    0.146671] [<c0046de4>] (warn_slowpath_fmt) from [<c0912d0c>] (_init+0x41c/0x478)
    [    0.146677]  r3:c082302c r2:c0823bf8
    [    0.146695] [<c09128f0>] (_init) from [<c0029f74>] (omap_hwmod_for_each+0x38/0x64)
    [    0.146701]  r10:c094a67c r8:c09132e0 r7:00000000 r6:c09128f0 r5:c0973820 r4:c09b0b08
    [    0.146730] [<c0029f3c>] (omap_hwmod_for_each) from [<c091330c>] (__omap_hwmod_setup_all+0x2c/0x48)
    [    0.146737]  r7:c090555c r6:c0a11140 r5:00000001 r4:c095fce8
    [    0.146760] [<c09132e0>] (__omap_hwmod_setup_all) from [<c00089a8>] (do_one_initcall+0xf4/0x154)
    [    0.146773] [<c00088b4>] (do_one_initcall) from [<c0905cac>] (kernel_init_freeable+0x104/0x1d4)
    [    0.146779]  r10:c094a67c r9:c094a65c r8:000000e9 r7:c090555c r6:c0a11140 r5:00000001
    [    0.146802]  r4:c095fce8
    [    0.146816] [<c0905ba8>] (kernel_init_freeable) from [<c068c8c8>] (kernel_init+0x10/0xf4)
    [    0.146823]  r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c068c8b8
    [    0.146845]  r4:00000000
    [    0.146859] [<c068c8b8>] (kernel_init) from [<c000ec20>] (ret_from_fork+0x14/0x34)
    [    0.146865]  r4:00000000 r3:ec8f8000
    [    0.146878] ---[ end trace 60a518e059d2eea4 ]---
    [    0.259010] pinctrl core: initialized pinctrl subsystem
    [    0.259897] regulator-dummy: no parameters
    [    0.264820] NET: Registered protocol family 16
    [    0.266705] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.269161] cpuidle: using governor ladder
    [    0.269172] cpuidle: using governor menu
    [    0.314185] syscon 4a002000.tisysconcore: regmap [mem 0x4a002000-0x4a0026cf] registered
    [    0.314551] syscon 4a002e00.tisyscon: regmap [mem 0x4a002e00-0x4a002e7b] registered
    [    0.317594] OMAP GPIO hardware version 0.1
    [    0.324449] irq: no irq domain found for /ocp/pinmux@4a003400 !
    [    0.331460] platform 58820000.ipu: assigned reserved memory node ipu1_cma@9d000000
    [    0.331799] platform 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
    [    0.332130] platform 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
    [    0.345201] omap-gpmc 50000000.gpmc: GPMC revision 6.0
    [    0.345216] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
    [    0.355477] No ATAGs?
    [    0.355499] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [    0.355509] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [    0.358538] OMAP DMA hardware revision 0.0
    [    0.391602] bio: create slab <bio-0> at 0
    [    0.409851] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
    [    0.416749] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver
    [    0.417520] platform fixedregulator-sd: Driver reg-fixed-voltage requests probe deferral
    [    0.417825] evm_3v3: 3300 mV
    [    0.418171] aic_dvdd: 1800 mV
    [    0.418254] aic_dvdd: supplied by evm_3v3
    [    0.418691] vmmcwl_fixed: 1800 mV
    [    0.423372] vgaarb: loaded
    [    0.423850] i2c-core: driver [palmas] using legacy suspend method
    [    0.423859] i2c-core: driver [palmas] using legacy resume method
    [    0.424478] SCSI subsystem initialized
    [    0.425911] usbcore: registered new interface driver usbfs
    [    0.426090] usbcore: registered new interface driver hub
    [    0.426301] usbcore: registered new device driver usb
    [    0.428385] palmas 0-0058: could not find pctldev for node /ocp/pinmux@4a003400/tps65917_pins_default, deferring probe
    [    0.428405] i2c 0-0058: Driver palmas requests probe deferral
    [    0.429197] pcf857x 0-0020: probed
    [    0.429728] pcf857x: probe of 0-0027 failed with error -121
    [    0.430585] pcf857x 0-0021: probed
    [    0.431047] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.432284] pcf857x 4-0026: probed
    [    0.433152] pca953x 4-0020: failed reading register
    [    0.433170] pca953x: probe of 4-0020 failed with error -121
    [    0.433966] i2c i2c-4: of_i2c: modalias failure on /ocp/i2c@4807c000/hdmirec@31
    [    0.434453] mcp230xx: probe of 4-0027 failed with error -121
    [    0.434971] mcp230xx: probe of 4-0021 failed with error -121
    [    0.435478] mcp230xx: probe of 4-0025 failed with error -121
    [    0.437841] omap_i2c 4807c000.i2c: bus 4 rev0.12 at 400 kHz
    [    0.438188] media: Linux media interface: v0.10
    [    0.438364] Linux video capture interface: v2.00
    [    0.438630] pps_core: LinuxPPS API ver. 1 registered
    [    0.438639] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.438777] PTP clock support registered
    [    0.440489] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [    0.440802] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [    0.442672] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [    0.442794] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [    0.442905] omap-iommu 58882000.mmu: 58882000.mmu registered
    [    0.443014] omap-iommu 55082000.mmu: 55082000.mmu registered
    [    0.443984] Advanced Linux Sound Architecture Driver Initialized.
    [    0.445480] Switched to clocksource arch_sys_counter
    [    0.466013] NET: Registered protocol family 2
    [    0.466668] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.466733] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [    0.466865] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.466918] TCP: reno registered
    [    0.466931] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [    0.466962] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [    0.467156] NET: Registered protocol family 1
    [    0.467473] RPC: Registered named UNIX socket transport module.
    [    0.467483] RPC: Registered udp transport module.
    [    0.467489] RPC: Registered tcp transport module.
    [    0.467496] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.468708] hw perfevents: enabled with ARMv7 Cortex-A15 PMU driver, 7 counters available
    [    0.471622] futex hash table entries: 256 (order: 2, 16384 bytes)
    [    0.569613] bounce pool size: 64 pages
    [    0.569879] VFS: Disk quotas dquot_6.5.2
    [    0.569982] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [    0.570471] NFS: Registering the id_resolver key type
    [    0.570516] Key type id_resolver registered
    [    0.570525] Key type id_legacy registered
    [    0.570558] jffs2: version 2.2. (NAND) (SUMMARY)  c 2001-2006 Red Hat, Inc.
    [    0.570696] msgmni has been set to 840
    [    0.575239] alg: No test for stdrng (krng)
    [    0.575449] NET: Registered protocol family 38
    [    0.575522] io scheduler noop registered
    [    0.575532] io scheduler deadline registered
    [    0.575554] io scheduler cfq registered (default)
    [    0.578696] platform 4a084000.phy: Driver omap-usb2 requests probe deferral
    [    0.578848] platform 4a085000.phy: Driver omap-usb2 requests probe deferral
    [    0.581369] pinctrl-single 4a003400.pinmux: 281 pins at pa fc003400 size 1124
    [    0.581841] pinctrl-single 4a002e8c.pinmux: 1 pins at pa fc002e8c size 4
    [    0.616896] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
    [    0.616913] pci_bus 0000:00: root bus resource [io  0x1000-0x10000]
    [    0.616924] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
    [    0.616936] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
    [    0.617487] PCI: bus0: Fast back to back transfers disabled
    [    0.617748] PCI: bus1: Fast back to back transfers enabled
    [    0.617878] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
    [    0.617895] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
    [    0.617908] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    0.617929] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    0.620528] OMAP DSS rev 6.1
    [    0.626856] fpd3_serdes 4-0060: Removed conflict b/w HDMI SIL
    [    0.626914] i2c 4-0060: Driver fpd3_serdes requests probe deferral
    [    0.626988] i2c 4-0064: Driver fpd3_serdes requests probe deferral
    [    0.627060] i2c 4-0068: Driver fpd3_serdes requests probe deferral
    [    0.627128] i2c 4-006c: Driver fpd3_serdes requests probe deferral
    [    0.627197] i2c 4-0061: Driver fpd3_serdes requests probe deferral
    [    0.627266] i2c 4-0069: Driver fpd3_serdes requests probe deferral
    [    0.628088] pbias_mmc_omap5: 1800 <--> 3000 mV at 3000 mV
    [    0.628948] abb_mpu: 1100 <--> 1210 mV
    [    0.629351] abb_ivahd: 1060 <--> 1250 mV
    [    0.629726] abb_dspeve: 1060 <--> 1250 mV
    [    0.630118] abb_gpu: 1060 <--> 1280 mV
    [    0.631339] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [    0.636158] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 299, base_baud = 3000000) is a 8250
    [    2.097078] console [ttyS0] enabled
    [    2.101571] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 300, base_baud = 3000000) is a 8250
    [    2.112331] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20
    [    2.119607] [drm] Initialized drm 1.1.0 20060810
    [    2.135267] brd: module loaded
    [    2.144196] loop: module loaded
    [    2.147746] (stk) :sysfs entries created
    [    2.151727] (stk) : debugfs entries created
    [    2.156423] (hci_tty): inside hci_tty_init
    [    2.161114] (hci_tty): allocated 249, 0
    [    2.167778] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
    [    2.174532] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    [    2.183205] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst
    [    2.193976] scsi0 : ahci_platform
    [    2.197865] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 332
    [    2.207330] mtdoops: mtd device (mtddev=name/number) must be supplied
    [    2.214664] nand: No NAND device found
    [    2.218541] nand device scan failed, may be bus-width mismatch
    [    2.228306] CAN device driver interface
    [    2.233477] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=fce3c000, irq=349)
    [    2.244854] usbcore: registered new interface driver asix
    [    2.250493] usbcore: registered new interface driver ax88179_178a
    [    2.256998] usbcore: registered new interface driver cdc_ether
    [    2.263056] usbcore: registered new interface driver smsc95xx
    [    2.269002] usbcore: registered new interface driver net1080
    [    2.274862] usbcore: registered new interface driver cdc_subset
    [    2.280988] usbcore: registered new interface driver zaurus
    [    2.286873] usbcore: registered new interface driver cdc_ncm
    [    2.293428] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    2.300050] ehci-pci: EHCI PCI platform driver
    [    2.304663] ehci-omap: OMAP-EHCI Host Controller driver
    [    2.310441] usbcore: registered new interface driver cdc_wdm
    [    2.316399] usbcore: registered new interface driver usb-storage
    [    2.323558] mousedev: PS/2 mouse device common for all mice
    [    2.331809] i2c-core: driver [rtc-ds1307] using legacy suspend method
    [    2.338417] i2c-core: driver [rtc-ds1307] using legacy resume method
    [    2.345553] omap_rtc 48838000.rtcss: rtc core: registered 48838000.rtcss as rtc0
    [    2.353933] i2c /dev entries driver
    [    2.358961] ov1063x 4-0037: Failed writing register 0x0103!
    [    2.364574] ov1063x: probe of 4-0037 failed with error -121
    [    2.370759] ov1063x 4-0030: Failed writing register 0x0103!
    [    2.376483] ov1063x: probe of 4-0030 failed with error -121
    [    2.382345] i2c 4-0024: Driver ov490 requests probe deferral
    [    2.389258] Driver for 1-wire Dallas network protocol.
    [    2.395611] coproc iva_coproc: probe
    [    2.399335] Adding alias for supply vdd,iva_coproc -> vdd,4a0025cc.voltdm
    [    2.406225] Adding alias for supply vbb,iva_coproc -> vbb,4a0025cc.voltdm
    [    2.413067] omap_voltdm 4a0025cc.voltdm: Unable to get vdd regulator:-517
    [    2.419936] coproc iva_coproc: of_pm_voltdm_notifier_register: Failed to get coproc regulator/voltdm: -517
    [    2.429737] coproc iva_coproc: coproc clock notifier not ready, retry
    [    2.436323] coproc iva_coproc: coproc_probe result=-517
    [    2.441584] platform iva_coproc: Driver coproc requests probe deferral
    [    2.448211] coproc dsp_coproc: probe
    [    2.451887] Adding alias for supply vdd,dsp_coproc -> vdd,4a0025e0.voltdm
    [    2.458754] Adding alias for supply vbb,dsp_coproc -> vbb,4a0025e0.voltdm
    [    2.465605] omap_voltdm 4a0025e0.voltdm: Unable to get vdd regulator:-517
    [    2.472426] coproc dsp_coproc: of_pm_voltdm_notifier_register: Failed to get coproc regulator/voltdm: -517
    [    2.482150] coproc dsp_coproc: coproc clock notifier not ready, retry
    [    2.488681] coproc dsp_coproc: coproc_probe result=-517
    [    2.493940] platform dsp_coproc: Driver coproc requests probe deferral
    [    2.506455] omap_hsmmc 4809c000.mmc: unable to get vmmc regulator -517
    [    2.513180] platform 4809c000.mmc: Driver omap_hsmmc requests probe deferral
    [    2.555528] ata1: SATA link down (SStatus 0 SControl 300)
    [    2.596214] ledtrig-cpu: registered to indicate activity on CPUs
    [    2.602280] mmc0: BKOPS_EN bit is not set
    [    2.606682] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
    [    2.619192] mmc0: new HS200 MMC card at address 0001
    [    2.632536] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
    [    2.638477] mmcblk0: mmc0:0001 MMC08G 7.25 GiB
    [    2.643515] mmcblk0boot0: mmc0:0001 MMC08G partition 1 8.00 MiB
    [    2.649810] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
    [    2.656343] mmcblk0boot1: mmc0:0001 MMC08G partition 2 8.00 MiB
    [    2.662513] alg: skcipher: setkey failed on test 5 for ecb-des-omap: flags=100
    [    2.670559]  mmcblk0: unknown partition table
    [    2.675284] alg: skcipher-ddst: setkey failed on test 5 for ecb-des-omap: flags=100
    [    2.684016]  mmcblk0boot1: unknown partition table
    [    2.689172] alg: skcipher-ddst: setkey failed on test 5 for ecb-des-omap: flags=100
    [    2.698020]  mmcblk0boot0: unknown partition table
    [    2.712148] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
    [    2.718033] omap-sham 4b101000.sham: initialization failed.
    [    2.724720] omap-sham: probe of 4b101000.sham failed with error -22
    [    2.731831] usbcore: registered new interface driver usbhid
    [    2.737492] usbhid: USB HID core driver
    [    2.742701]  remoteproc0: 58820000.ipu is available
    [    2.747754]  remoteproc0: Note: remoteproc is still under development and considered experimental.
    [    2.756848]  remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    2.767386]  remoteproc0: Direct firmware load failed with error -2
    [    2.773682]  remoteproc0: Falling back to user helper
    [    2.778907]  remoteproc1: 55020000.ipu is available
    [    2.783808]  remoteproc1: Note: remoteproc is still under development and considered experimental.
    [    2.793064]  remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    2.803699]  remoteproc2: 40800000.dsp is available
    [    2.808726]  remoteproc1: Direct firmware load failed with error -2
    [    2.815019]  remoteproc1: Falling back to user helper
    [    2.820141]  remoteproc2: Note: remoteproc is still under development and considered experimental.
    [    2.829478]  remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    2.840012]  remoteproc2: Direct firmware load failed with error -2
    [    2.847134]  remoteproc2: Falling back to user helper
    [    2.853703] extcon-usb-gpio extcon_usb1: failed to get ID IRQ
    [    2.860113] extcon-usb-gpio extcon_usb2: failed to get ID IRQ
    [    2.869499] platform bt_sco_card: Driver asoc-simple-card requests probe deferral
    [    2.877955] asoc-simple-card asoc-simple-card.0:  hdmi-hifi <-> 58040000.encoder mapping ok
    [    2.888480] davinci-mcasp 48468000.mcasp: numevt will be ignored due to errata i868
    [    2.897402] davinci-mcasp 48478000.mcasp: numevt will be ignored due to errata i868
    [    2.908413] davinci_evm primary_sound:  tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
    [    2.919323] oprofile: using timer interrupt.
    [    2.923687] nf_conntrack version 0.5.0 (10930 buckets, 43720 max)
    [    2.930381] ip_tables: (C) 2000-2006 Netfilter Core Team
    [    2.935852] TCP: cubic registered
    [    2.939182] Initializing XFRM netlink socket
    [    2.943484] NET: Registered protocol family 17
    [    2.948100] NET: Registered protocol family 15
    [    2.952632] Bridge firewalling registered
    [    2.956704] can: controller area network core (rev 20120528 abi 9)
    [    2.962964] NET: Registered protocol family 29
    [    2.967475] can: raw protocol (rev 20120528)
    [    2.971765] can: broadcast manager protocol (rev 20120528 t)
    [    2.977475] can: netlink gateway (rev 20130117) max_hops=1
    [    2.983038] 8021q: 802.1Q VLAN Support v1.8
    [    2.987291] Key type dns_resolver registered
    [    2.991582] NET: Registered protocol family 41
    [    2.996916] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.voltdm
    [    3.003216] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.voltdm
    [    3.009600] omap_voltdm 4a003b20.voltdm: Unable to get vdd regulator:-517
    [    3.016466] cpu cpu0: of_pm_voltdm_notifier_register: Failed to get cpu0 regulator/voltdm: -517
    [    3.025204] cpu cpu0: cpu0 clock notifier not ready, retry
    [    3.030759] platform cpufreq-cpu0.0: Driver cpufreq-cpu0 requests probe deferral
    [    3.038465] Power Management for TI OMAP4+ devices.
    [    3.043555] ThumbEE CPU extension supported.
    [    3.047959] Registering SWP/SWPB emulation handler
    [    3.052774] SmartReflex Class3 initialized
    [    3.058084] vmmcwl_fixed: disabling
    [    3.061591] aic_dvdd: disabling
    [    3.064746] regulator-dummy: disabling
    [    3.068890] dmm 4e000000.dmm: workaround for errata i878 in use
    [    3.077286] dmm 4e000000.dmm: initialized all PAT entries
    [    3.085113] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [    3.091914] [drm] No driver support for vblank timestamp query.
    [    3.097929] omapdrm omapdrm.0: No connectors reported connected with modes
    [    3.104836] [drm] Cannot find any crtc or sizes - going 1024x768
    [    3.116206] [drm] Enabling DMM ywrap scrolling
    [    3.126905] Console: switching to colour frame buffer device 128x48
    [    3.138728] omapdrm omapdrm.0: fb0: omapdrm frame buffer device
    [    3.144675] omapdrm omapdrm.0: registered panic notifier
    [    3.150069] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0
    [    3.158302] evm_3v3_sd: 3300 mV
    [    3.161812] palmas 0-0058: Irq flag is 0x00000000
    [    3.169603] palmas 0-0058: Muxing GPIO 1d, PWM 0, LED 0
    [    3.174991] prom_parse: Bad cell count for /ocp/i2c@48070000/tps65917@58
    [    3.183549] smps1: 850 <--> 1500 mV at 1020 mV
    [    3.189613] smps2: 850 <--> 1500 mV at 1000 mV
    [    3.195532] smps3: 850 <--> 1500 mV at 1030 mV
    [    3.201464] smps4: 1800 mV
    [    3.205680] smps5: 1350 mV
    [    3.209879] ldo1: 1800 <--> 3300 mV at 3000 mV
    [    3.215312] ldo2: 1800 <--> 3300 mV
    [    3.220597] ldo3: 1800 mV
    [    3.224964] ldo4: 3300 mV
    [    3.229423] ldo5: 1800 mV
    [    3.232830] REGEN1: no parameters
    [    3.236467] REGEN2: no parameters
    [    3.240050] REGEN3: no parameters
    [    3.243581] prom_parse: Bad cell count for /ocp/i2c@48070000/tps65917@58
    [    3.250965] palmas_pwrbutton 48070000.i2c:tps65917@58:tps65917_power_button: h/w controlled shutdown duration=6 seconds
    [    3.263556] input: palmas_pwron as /devices/44000000.ocp/48070000.i2c/i2c-0/0-0058/48070000.i2c:tps65917@58:tps65917_power_button/input/input0
    [    3.277071] omap-usb2 4a084000.phy: Unbalanced pm_runtime_enable!
    [    3.283782] omap-usb2 4a085000.phy: Unbalanced pm_runtime_enable!
    [    3.290378] i2c 4-0060: Driver fpd3_serdes requests probe deferral
    [    3.296805] i2c 4-0064: Driver fpd3_serdes requests probe deferral
    [    3.303129] i2c 4-0068: Driver fpd3_serdes requests probe deferral
    [    3.309532] i2c 4-006c: Driver fpd3_serdes requests probe deferral
    [    3.315922] i2c 4-0061: Driver fpd3_serdes requests probe deferral
    [    3.322243] i2c 4-0069: Driver fpd3_serdes requests probe deferral
    [    3.328621] i2c 4-0024: Driver ov490 requests probe deferral
    [    3.334526] coproc iva_coproc: probe
    [    3.338268] Adding alias for supply vdd,iva_coproc -> vdd,4a0025cc.voltdm
    [    3.345086] Adding alias for supply vbb,iva_coproc -> vbb,4a0025cc.voltdm
    [    3.353195] coproc iva_coproc: coproc_probe result=0
    [    3.358413] coproc dsp_coproc: probe
    [    3.362097] Adding alias for supply vdd,dsp_coproc -> vdd,4a0025e0.voltdm
    [    3.368933] Adding alias for supply vbb,dsp_coproc -> vbb,4a0025e0.voltdm
    [    3.376563] coproc dsp_coproc: coproc_probe result=0
    [    3.416885] asoc-simple-card bt_sco_card:  bt-sco-pcm <-> 48478000.mcasp mapping ok
    [    3.429249] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.voltdm
    [    3.435670] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.voltdm
    [    3.446664] i2c 4-0060: Driver fpd3_serdes requests probe deferral
    [    3.453010] i2c 4-0064: Driver fpd3_serdes requests probe deferral
    [    3.459377] i2c 4-0068: Driver fpd3_serdes requests probe deferral
    [    3.465699] i2c 4-006c: Driver fpd3_serdes requests probe deferral
    [    3.471980] i2c 4-0061: Driver fpd3_serdes requests probe deferral
    [    3.478293] i2c 4-0069: Driver fpd3_serdes requests probe deferral
    [    3.484579] i2c 4-0024: Driver ov490 requests probe deferral
    [    3.535494] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
    [    3.541614] davinci_mdio 48485000.mdio: no live phy, scanning all
    [    3.645477] davinci_mdio 48485000.mdio: timed out waiting for user access
    [    3.652449] davinci_mdio: probe of 48485000.mdio failed with error -5
    [    3.659488] i2c 4-0060: Driver fpd3_serdes requests probe deferral
    [    3.665837] cpsw 48484000.ethernet: Detected MACID = b4:99:4c:d1:cd:b4
    [    3.672998] i2c 4-0064: Driver fpd3_serdes requests probe deferral
    [    3.680072] i2c 4-0068: Driver fpd3_serdes requests probe deferral
    [    3.686387] omap_rtc 48838000.rtcss: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
    [    3.695208] sr_init: No PMIC hook to init smartreflex
    [    3.700419] i2c 4-006c: Driver fpd3_serdes requests probe deferral
    [    3.706886] i2c 4-0061: Driver fpd3_serdes requests probe deferral
    [    3.713167] i2c 4-0069: Driver fpd3_serdes requests probe deferral
    [    3.719548] sr_init: platform driver register failed for SR
    [    3.734850] ALSA device list:
    [    3.738197] i2c 4-0024: Driver ov490 requests probe deferral
    [    3.743962] i2c 4-0060: Driver fpd3_serdes requests probe deferral
    [    3.750286]   #0: DRA7xx-EVM
    [    3.753178]   #1: HDMI 58040000.encoder
    [    3.757050]   #2: DRA7xx-WiLink
    [    3.760606] i2c 4-0064: Driver fpd3_serdes requests probe deferral
    [    3.766995] Waiting for root device PARTUUID=8a7868cc-02...
    [    3.779671] mmc2: host does not support reading read-only switch. assuming write-enable.
    [    3.789884] mmc2: new high speed SD card at address 1234
    [    3.795694] mmcblk1: mmc2:1234 SA02G 1.81 GiB
    [    3.801872]  mmcblk1: p1 p2
    [    3.805464] i2c 4-0068: Driver fpd3_serdes requests probe deferral
    [    3.811849] i2c 4-006c: Driver fpd3_serdes requests probe deferral
    [    3.818166] i2c 4-0061: Driver fpd3_serdes requests probe deferral
    [    3.824449] i2c 4-0069: Driver fpd3_serdes requests probe deferral
    [    3.830800] i2c 4-0024: Driver ov490 requests probe deferral
    [    3.836573] i2c 4-0060: Driver fpd3_serdes requests probe deferral
    [    3.842852] i2c 4-0064: Driver fpd3_serdes requests probe deferral
    [    3.876965] EXT3-fs (mmcblk1p2): error: couldn't mount because of unsupported optional features (240)
    [    3.887469] EXT2-fs (mmcblk1p2): error: couldn't mount because of unsupported optional features (244)
    [    7.893245] EXT4-fs (mmcblk1p2): recovery complete
    [    7.901310] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [    7.909488] VFS: Mounted root (ext4 filesystem) on device 179:26.
    [    7.921115] devtmpfs: mounted
    [    7.924420] Freeing unused kernel memory: 376K (c0905000 - c0963000)
    INIT: version 2.88 booting
    Starting udev
    [    8.573460] udevd[1172]: starting version 182
    [    9.181561] omap-dwc3 48880000.omap_dwc3_1: unable to get extcon device : extcon_usb1
    [    9.351308] platform 48880000.omap_dwc3_1: Driver omap-dwc3 requests probe deferral
    [    9.402086] random: nonblocking pool is initialized
    [    9.480288] omap-dwc3 488c0000.omap_dwc3_2: unable to get extcon device : extcon_usb2
    [    9.563316] platform 488c0000.omap_dwc3_2: Driver omap-dwc3 requests probe deferral
    [    9.686705]  remoteproc1: failed to load dra7-ipu2-fw.xem4
    [    9.767138] m25p80 spi32766.0: s25fl256s1 (32768 Kbytes)
    [    9.772532] 10 ofpart partitions found on MTD device spi32766.0
    [    9.845552] Creating 10 MTD partitions on "spi32766.0":
    [    9.881384] 0x000000000000-0x000000010000 : "QSPI.SPL"
    [    9.917332] 0x000000010000-0x000000020000 : "QSPI.SPL.backup1"
    [    9.983573] 0x000000020000-0x000000030000 : "QSPI.SPL.backup2"
    [   10.058533] 0x000000030000-0x000000040000 : "QSPI.SPL.backup3"
    [   10.096895] 0x000000040000-0x000000140000 : "QSPI.u-boot"
    [   10.127103] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
    [   10.156692] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
    [   10.163831] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
    [   10.173085] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
    [   10.179934] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
    [   10.187369] i2c 4-0068: Driver fpd3_serdes requests probe deferral
    [   10.193686] i2c 4-006c: Driver fpd3_serdes requests probe deferral
    [   10.228444] i2c 4-0061: Driver fpd3_serdes requests probe deferral
    [   10.235847] i2c 4-0069: Driver fpd3_serdes requests probe deferral
    [   10.242153] i2c 4-0024: Driver ov490 requests probe deferral
    [   10.248013] i2c 4-0060: Driver fpd3_serdes requests probe deferral
    [   10.254302] i2c 4-0064: Driver fpd3_serdes requests probe deferral
    [   10.261034] omap-dwc3 48880000.omap_dwc3_1: unable to get extcon device : extcon_usb1
    [   10.268964] platform 48880000.omap_dwc3_1: Driver omap-dwc3 requests probe deferral
    [   10.277744] omap-dwc3 488c0000.omap_dwc3_2: unable to get extcon device : extcon_usb2
    [   10.285665] platform 488c0000.omap_dwc3_2: Driver omap-dwc3 requests probe deferral
    [   10.377561]  remoteproc2: powering up 40800000.dsp
    [   10.382387]  remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 8172585
    [   10.399258] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
    [   10.405147] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
    [   10.411077] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
    [   10.456540]  remoteproc2: remote processor 40800000.dsp is now up
    [   10.463167] virtio_rpmsg_bus virtio0: rpmsg host is online
    [   10.468895] i2c 4-0068: Driver fpd3_serdes requests probe deferral
    [   10.475210] i2c 4-006c: Driver fpd3_serdes requests probe deferral
    [   10.481459]  remoteproc2: registered virtio0 (type 7)
    [   10.487676] i2c 4-0061: Driver fpd3_serdes requests probe deferral
    [   10.493963] i2c 4-0069: Driver fpd3_serdes requests probe deferral
    [   10.500333] i2c 4-0024: Driver ov490 requests probe deferral
    [   10.506098] i2c 4-0060: Driver fpd3_serdes requests probe deferral
    [   10.512383] i2c 4-0064: Driver fpd3_serdes requests probe deferral
    [   10.519107] omap-dwc3 48880000.omap_dwc3_1: unable to get extcon device : extcon_usb1
    [   10.527026] platform 48880000.omap_dwc3_1: Driver omap-dwc3 requests probe deferral
    [   10.534985] omap-dwc3 488c0000.omap_dwc3_2: unable to get extcon device : extcon_usb2
    [   10.542886] platform 488c0000.omap_dwc3_2: Driver omap-dwc3 requests probe deferral
    [   10.628916] i2c 4-0068: Driver fpd3_serdes requests probe deferral
    [   10.635237] i2c 4-006c: Driver fpd3_serdes requests probe deferral
    [   10.646942] i2c 4-0061: Driver fpd3_serdes requests probe deferral
    [   10.653250] i2c 4-0069: Driver fpd3_serdes requests probe deferral
    [   10.659593] i2c 4-0024: Driver ov490 requests probe deferral
    [   10.665349] i2c 4-0060: Driver fpd3_serdes requests probe deferral
    [   10.671747] i2c 4-0064: Driver fpd3_serdes requests probe deferral
    [   10.679431] omap-dwc3 48880000.omap_dwc3_1: unable to get extcon device : extcon_usb1
    [   10.687405] platform 48880000.omap_dwc3_1: Driver omap-dwc3 requests probe deferral
    [   10.695448] omap-dwc3 488c0000.omap_dwc3_2: unable to get extcon device : extcon_usb2
    [   10.703379] platform 488c0000.omap_dwc3_2: Driver omap-dwc3 requests probe deferral
    [   11.096386]  remoteproc0: powering up 58820000.ipu
    [   11.101223]  remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 6205768
    [   11.113591] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
    [   11.158911]  remoteproc0: remote processor 58820000.ipu is now up
    [   11.165707] virtio_rpmsg_bus virtio1: rpmsg host is online
    [   11.171436] i2c 4-0068: Driver fpd3_serdes requests probe deferral
    [   11.177709]  remoteproc0: registered virtio1 (type 7)
    [   11.184069] i2c 4-006c: Driver fpd3_serdes requests probe deferral
    [   11.190458] i2c 4-0061: Driver fpd3_serdes requests probe deferral
    [   11.196811] i2c 4-0069: Driver fpd3_serdes requests probe deferral
    [   11.203149] i2c 4-0024: Driver ov490 requests probe deferral
    [   11.208958] i2c 4-0060: Driver fpd3_serdes requests probe deferral
    [   11.215284] i2c 4-0064: Driver fpd3_serdes requests probe deferral
    [   11.221550] virtio_rpmsg_bus virtio0: creating channel rpmsg-proto addr 0x50
    [   11.229267] omap-dwc3 48880000.omap_dwc3_1: unable to get extcon device : extcon_usb1
    [   11.239243] virtio_rpmsg_bus virtio1: creating channel rpmsg-proto addr 0x50
    [   11.251090] platform 48880000.omap_dwc3_1: Driver omap-dwc3 requests probe deferral
    [   11.266228] omap-dwc3 488c0000.omap_dwc3_2: unable to get extcon device : extcon_usb2
    [   11.274157] platform 488c0000.omap_dwc3_2: Driver omap-dwc3 requests probe deferral
    [   11.284619] i2c 4-0068: Driver fpd3_serdes requests probe deferral
    [   11.291118] i2c 4-006c: Driver fpd3_serdes requests probe deferral
    [   11.297498] i2c 4-0061: Driver fpd3_serdes requests probe deferral
    [   11.303827] i2c 4-0069: Driver fpd3_serdes requests probe deferral
    [   11.310201] i2c 4-0024: Driver ov490 requests probe deferral
    [   11.316302] i2c 4-0060: Driver fpd3_serdes requests probe deferral
    [   11.322793] i2c 4-0064: Driver fpd3_serdes requests probe deferral
    [   11.329627] omap-dwc3 48880000.omap_dwc3_1: unable to get extcon device : extcon_usb1
    [   11.337562] platform 48880000.omap_dwc3_1: Driver omap-dwc3 requests probe deferral
    [   11.432258] Bluetooth: Core ver 2.18
    [   11.436604] NET: Registered protocol family 31
    [   11.441071] Bluetooth: HCI device and connection manager initialized
    [   11.447505] Bluetooth: HCI socket layer initialized
    [   11.452408] Bluetooth: L2CAP socket layer initialized
    [   11.457542] Bluetooth: SCO socket layer initialized
    [   11.488830] omap-dwc3 488c0000.omap_dwc3_2: unable to get extcon device : extcon_usb2
    [   11.502536] (stc):  chnl_id list empty :4
    [   11.506677] (stk) : st_kim_startudevd[1431]: failed to execute '/etc/udev/scripts/mount.sh' '/etc/udev/scripts/mount.sh': No such file or directory
    (stk) :ldisc_install = 1
    
    [   11.628380] platform 488c0000.omap_dwc3_2: Driver omap-dwc3 requests probe deferral
    [   11.636663] i2c 4-0068: Driver fpd3_serdes requests probe deferral
    [   11.643161] i2c 4-006c: Driver fpd3_serdes requests probe deferral
    [   11.649672] i2c 4-0061: Driver fpd3_serdes requests probe deferral
    [   11.656166] i2c 4-0069: Driver fpd3_serdes requests probe deferral
    [   11.662605] i2c 4-0024: Driver ov490 requests probe deferral
    [   11.668534] i2c 4-0060: Driver fpd3_serdes requests probe deferral
    [   11.674962] i2c 4-0064: Driver fpd3_serdes requests probe deferral
    [   11.681816] omap-dwc3 48880000.omap_dwc3_1: unable to get extcon device : extcon_usb1
    [   11.689917] platform 48880000.omap_dwc3_1: Driver omap-dwc3 requests probe deferral
    udevd[1432]: failed to execute '/etc/udev/scripts/mount.sh' '/etc/udev/scripts/mount.sh': No such file or directory
    
    [   12.615504] (stk) :ldisc installation timeout
    [   12.619713] (stk) :ldisc_install = 0(stk) : timed out waiting for ldisc to be un-installed
    [   13.727244] (stk) :ldisc_install = 1(stk) :ldisc installation timeout
    [   14.728384] (stk) :ldisc_install = 0(stk) : timed out waiting for ldisc to be un-installed
    [   15.837233] (stk) :ldisc_install = 1[   16.347894] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
    Starting Bootlog daemon: bootlogd: cannot allocate pseudo tty: No such file or directory
    bootlogd.
    ALSA: Restoring mixer settings...
    No state is present for card DRA7xxEVM
    Found hardware: "DRA7xx-EVM" "" "" "" ""
    Hardware is initialized using a generic method
    No state is present for card DRA7xxEVM
    No state is present for card H58040000encode
    Found hardware: "HDMI_58040000_e" "" "" "" ""
    Hardware is initialized using a generic method
    No state is present for card H58040000encode
    No state is present for card DRA7xxWiLink
    Found hardware: "DRA7xx-WiLink" "" "" "" ""
    Hardware is initialized using a generic method
    No state is present for card DRA7xxWiLink
    Thu Mar 24 18:36:00 UTC 2016
    INIT: Entering runlevel: 5
    [   16.835496] (stk) :ldisc installation timeout
    [   16.839697] (stk) :ldisc_install = 0Configuring network interfaces... [   16.950072] net eth0: initializing cpsw version 1.15 (0)
    [   16.957565] libphy: PHY 48485000.mdio:03 not found
    [   16.962380] net eth0: phy 48485000.mdio:03 not found on slave 0
    [   16.974638] 8021q: adding VLAN 0 to HW filter on device eth0
    udhcpc (v1.22.1) started
    Sending discover...
    [   17.835502] (stk) : timed out waiting for ldisc to be un-installed
    [   17.948547] (stk) :ldisc_install = 1(stk) :ldisc installation timeout
    [   18.948388] (stk) :ldisc_install = 0(stk) : timed out waiting for ldisc to be un-installed
    [   20.057225] (stk) :ldisc_install = 1Sending discover...
    (stk) :ldisc installation timeout
    [   21.058381] (stk) :ldisc_install = 0(stk) : timed out waiting for ldisc to be un-installed
    [   22.167230] (stk) :ldisc_install = 1(stk) :ldisc installation timeout
    [   23.168402] (stk) :ldisc_install = 0Sending discover...
    (stk) : timed out waiting for ldisc to be un-installed
    [   24.172228] Bluetooth: st_register failed -22
    No lease, forking to background
    done.
    Starting system message bus: dbus.
    UIM SYSFS Node Found at /sys/./devices/kim/install
    Starting uim-sysfs daemon.
    Starting telnet daemonuim:@ main
    uim:install = /sys/./devices/kim/install
    uim:dev_name = /sys/./devices/kim/dev_name
    uim:baud_rate = /sys/./devices/kim/baud_rate
    uim:flow_cntrl = /sys/./devices/kim/flow_cntrl
    uim:begin polling...
    .
    Starting tiipclad daemon
    GateMP support enabled on host
    
    Opened log file: lad.txt
    
    numProcessors = 5 id = 0 baseId = 0
    
    Spawned daemon: /usr/bin/lad_dra7xx
    
    .
    Starting rpcbind daemon...rpcbind: cannot create socket for udp6
    rpcbind: cannot create socket for tcp6
    done.
    creating NFS state directory: done
    starting statd: done
    NFS daemon support not enabled in kernel
    Starting syslogd/klogd: done
    Starting thttpd.
    Enabling thermal zones...
    Stopping Bootlog daemon: bootlogd.
    
     _____                    _____           _         _
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|
                  |___|                    |___|
    
    Arago Project http://arago-project.org dra7xx-evm /dev/ttyO0
    
    Arago 2013.10 dra7xx-evm /dev/ttyO0
    
    dra7xx-evm login: root
    root@dra7xx-evm:~# lsmod
    Module                  Size  Used by
    btwilink                3472  0
    bluetooth             232598  2 btwilink
    6lowpan_iphc            5796  1 bluetooth
    omapdrm_pvr           315134  0
    m25p80                 14955  0
    dwc3_omap               4602  0
    root@dra7xx-evm:~# export LIBUSB_DEBUG=9
    root@dra7xx-evm:~# lsusb
    libusb: 0.000000 error [op_init] could not find usbfs
    unable to initialize libusb: -99
    root@dra7xx-evm:~# �
    

  • Hi Ben,

    can you attach the output of the "dmesg" command.

    Thanks,
    Yordan
  • Hi Ben,

    do not send the output of the "dmesg" command, I missed your second post.

    Regards,
    Yordan
  • Hi Yordan,

    It's fine. The second post is the same with third post.

  • U-Boot SPL 2014.07-00013-g0e54f8e-dirty (Jul 29 2016 - 16:46:27)
    DRA722-GP ES1.0

    U-Boot SPL 2014.07-00013-g0e54f8e-dirty (Jul 29 2016 - 16:46:27)
    DRA722-GP ES1.0


    emif1=-30 meif2=0

    spl_mmc_load_image
    reading u-boot.img
    reading u-boot.img


    U-Boot 2014.07-00013-g0e54f8e-dirty (Jul 29 2016 - 16:46:27)

    CPU : DRA722-GP ES1.0
    Board: DRA72x EVM REV B.0
    I2C: ready
    DRAM: 1 GiB
    MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Using default environment

    serial# not set, setting...
    SATA link 0 timeout.
    AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
    flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst
    scanning bus for devices...
    Found 0 device(s).
    SCSI: Net: <ethaddr> not set. Validating first E-fuse MAC
    PHY reset timed out
    wait_for_user_access Timeout
    cpsw
    Hit any key to stop autoboot: 0
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    reading uEnv.txt
    165 bytes read in 3 ms (53.7 KiB/s)
    Loaded environment from uEnv.txt
    Importing environment from mmc0 ...
    5082712 bytes read in 358 ms (13.5 MiB/s)
    103359 bytes read in 57 ms (1.7 MiB/s)
    Booting from mmc0 ...
    Kernel image @ 0x82000000 [ 0x000000 - 0x4d8e58 ]
    ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    reserving fdt memory region: addr=84000000 size=10000000
    reserving fdt memory region: addr=a0000000 size=2000000
    Loading Device Tree to 83fe3000, end 83fff3be ... OK

    Starting kernel ...

    [ 0.000000] Booting Linux on physical CPU 0x0
    [ 0.000000] Linux version 3.14.63-00013-g8f8abc5 (root@autorad-VirtualBox) (gcc version 4.7.3 20130226 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03) ) #1 SMP PREEMPT Wed Jul 27 22:03:40 CST 2016
    [ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=10c5387d
    [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [ 0.000000] Machine model: TI DRA722
    [ 0.000000] Reserved memory: created CMA memory pool at 0x94000000, size 80 MiB
    [ 0.000000] Reserved memory: initialized node ipu2_cma@95800000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: created CMA memory pool at 0x99000000, size 64 MiB
    [ 0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: created CMA memory pool at 0x9d000000, size 32 MiB
    [ 0.000000] Reserved memory: initialized node ipu1_cma@9d000000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: created DMA memory pool at 0xa8000000, size 32 MiB
    [ 0.000000] Reserved memory: initialized node cmem@A6000000, compatible id shared-dma-pool
    [ 0.000000] cma: CMA: reserved 24 MiB at ae000000
    [ 0.000000] Memory policy: Data cache writealloc
    [ 0.000000] DRA722 ES1.0
    [ 0.000000] PERCPU: Embedded 8 pages/cpu @ed759000 s8640 r8192 d15936 u32768
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 252176
    [ 0.000000] Kernel command line: console=ttyO0,115200n8 vram=16M root=PARTUUID=8a7868cc-02 rw rootwait ip=none mem=1024M
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Memory: 494776K/1014784K available (6743K kernel code, 692K rwdata, 2456K rodata, 376K init, 267K bss, 520008K reserved, 269312K highmem)
    [ 0.000000] Virtual kernel memory layout:
    [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
    [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
    [ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
    [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
    [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
    [ 0.000000] .text : 0xc0008000 - 0xc09040d4 (9201 kB)
    [ 0.000000] .init : 0xc0905000 - 0xc09631c0 ( 377 kB)
    [ 0.000000] .data : 0xc0964000 - 0xc0a11120 ( 693 kB)
    [ 0.000000] .bss : 0xc0a1112c - 0xc0a53e54 ( 268 kB)
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
    [ 0.000000] NR_IRQS:16 nr_irqs:16 16
    [ 0.000000] GIC CPU mask not found - kernel will fail to boot.
    [ 0.000000] GIC CPU mask not found - kernel will fail to boot.
    [ 0.000000] OMAP clockevent source: timer1 at 32786 Hz
    [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 65536000000000ns
    [ 0.000000] OMAP clocksource: 32k_counter at 32768 Hz
    [ 0.000427] Architected cp15 timer(s) running at 6.14MHz (virt).
    [ 0.000432] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 2794592043008ns
    [ 0.000440] Switching to timer-based delay loop
    [ 0.001471] Console: colour dummy device 80x30
    [ 0.001491] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
    [ 0.001498] This ensures that you still see kernel messages. Please
    [ 0.001504] update your kernel commandline.
    [ 0.001520] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [ 0.001533] pid_max: default: 32768 minimum: 301
    [ 0.001629] Security Framework initialized
    [ 0.001671] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.001682] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.025158] CPU: Testing write buffer coherency: ok
    [ 0.025509] /cpus/cpu@0 missing clock-frequency property
    [ 0.025526] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [ 0.025556] Setting up static identity map for 0x8069c0a8 - 0x8069c118
    [ 0.060519] Brought up 1 CPUs
    [ 0.060530] SMP: Total of 1 processors activated (12.29 BogoMIPS).
    [ 0.060538] CPU: All CPU(s) started in SVC mode.
    [ 0.060978] devtmpfs: initialized
    [ 0.061645] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [ 0.063447] omap_hwmod: l3_main_2 using broken dt data from ocp
    [ 0.076787] omap_hwmod: tptc0 using broken dt data from edma-controller
    [ 0.077276] omap_hwmod: tptc1 using broken dt data from edma-controller
    [ 0.144175] omap_hwmod: vpe: no dt node
    [ 0.144185] ------------[ cut here ]------------
    [ 0.144208] WARNING: CPU: 0 PID: 1 at arch/arm/mach-omap2/omap_hwmod.c:2581 _init+0x41c/0x478()
    [ 0.144215] omap_hwmod: vpe: doesn't have mpu register target base
    [ 0.144222] Modules linked in:
    [ 0.144237] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.14.63-00013-g8f8abc5 #1
    [ 0.144246] Backtrace:
    [ 0.144271] [<c0012138>] (dump_backtrace) from [<c00122d4>] (show_stack+0x18/0x1c)
    [ 0.144278] r6:60000013 r5:ffffffff r4:00000000 r3:00000000
    [ 0.144308] [<c00122bc>] (show_stack) from [<c0692238>] (dump_stack+0x80/0xa0)
    [ 0.144325] [<c06921b8>] (dump_stack) from [<c0046d50>] (warn_slowpath_common+0x70/0x94)
    [ 0.144332] r7:00000a15 r6:c0912d0c r5:00000009 r4:ec8f9e48
    [ 0.144359] [<c0046ce0>] (warn_slowpath_common) from [<c0046e18>] (warn_slowpath_fmt+0x38/0x40)
    [ 0.144366] r8:c09132e0 r7:00000003 r6:00000000 r5:00000000 r4:c09b0a00
    [ 0.144396] [<c0046de4>] (warn_slowpath_fmt) from [<c0912d0c>] (_init+0x41c/0x478)
    [ 0.144402] r3:c082b2a4 r2:c0823bf8
    [ 0.144422] [<c09128f0>] (_init) from [<c0029f74>] (omap_hwmod_for_each+0x38/0x64)
    [ 0.144429] r10:c094a67c r8:c09132e0 r7:00000000 r6:c09128f0 r5:c0973820 r4:c09b0a00
    [ 0.144459] [<c0029f3c>] (omap_hwmod_for_each) from [<c091330c>] (__omap_hwmod_setup_all+0x2c/0x48)
    [ 0.144466] r7:c090555c r6:c0a11140 r5:00000001 r4:c095fce8
    [ 0.144490] [<c09132e0>] (__omap_hwmod_setup_all) from [<c00089a8>] (do_one_initcall+0xf4/0x154)
    [ 0.144504] [<c00088b4>] (do_one_initcall) from [<c0905cac>] (kernel_init_freeable+0x104/0x1d4)
    [ 0.144511] r10:c094a67c r9:c094a65c r8:000000e9 r7:c090555c r6:c0a11140 r5:00000001
    [ 0.144534] r4:c095fce8
    [ 0.144550] [<c0905ba8>] (kernel_init_freeable) from [<c068c8c8>] (kernel_init+0x10/0xf4)
    [ 0.144556] r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c068c8b8
    [ 0.144578] r4:00000000
    [ 0.144593] [<c068c8b8>] (kernel_init) from [<c000ec20>] (ret_from_fork+0x14/0x34)
    [ 0.144599] r4:00000000 r3:ec8f8000
    [ 0.144629] ---[ end trace 60a518e059d2eea3 ]---
    [ 0.146488] omap_hwmod: wd_timer2: no dt node
    [ 0.146496] ------------[ cut here ]------------
    [ 0.146508] WARNING: CPU: 0 PID: 1 at arch/arm/mach-omap2/omap_hwmod.c:2581 _init+0x41c/0x478()
    [ 0.146515] omap_hwmod: wd_timer2: doesn't have mpu register target base
    [ 0.146521] Modules linked in:
    [ 0.146533] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 3.14.63-00013-g8f8abc5 #1
    [ 0.146539] Backtrace:
    [ 0.146558] [<c0012138>] (dump_backtrace) from [<c00122d4>] (show_stack+0x18/0x1c)
    [ 0.146564] r6:60000013 r5:ffffffff r4:00000000 r3:00000000
    [ 0.146590] [<c00122bc>] (show_stack) from [<c0692238>] (dump_stack+0x80/0xa0)
    [ 0.146603] [<c06921b8>] (dump_stack) from [<c0046d50>] (warn_slowpath_common+0x70/0x94)
    [ 0.146609] r7:00000a15 r6:c0912d0c r5:00000009 r4:ec8f9e48
    [ 0.146635] [<c0046ce0>] (warn_slowpath_common) from [<c0046e18>] (warn_slowpath_fmt+0x38/0x40)
    [ 0.146642] r8:c09132e0 r7:00000003 r6:00000000 r5:00000000 r4:c09b0b08
    [ 0.146671] [<c0046de4>] (warn_slowpath_fmt) from [<c0912d0c>] (_init+0x41c/0x478)
    [ 0.146677] r3:c082302c r2:c0823bf8
    [ 0.146695] [<c09128f0>] (_init) from [<c0029f74>] (omap_hwmod_for_each+0x38/0x64)
    [ 0.146701] r10:c094a67c r8:c09132e0 r7:00000000 r6:c09128f0 r5:c0973820 r4:c09b0b08
    [ 0.146730] [<c0029f3c>] (omap_hwmod_for_each) from [<c091330c>] (__omap_hwmod_setup_all+0x2c/0x48)
    [ 0.146737] r7:c090555c r6:c0a11140 r5:00000001 r4:c095fce8
    [ 0.146760] [<c09132e0>] (__omap_hwmod_setup_all) from [<c00089a8>] (do_one_initcall+0xf4/0x154)
    [ 0.146773] [<c00088b4>] (do_one_initcall) from [<c0905cac>] (kernel_init_freeable+0x104/0x1d4)
    [ 0.146779] r10:c094a67c r9:c094a65c r8:000000e9 r7:c090555c r6:c0a11140 r5:00000001
    [ 0.146802] r4:c095fce8
    [ 0.146816] [<c0905ba8>] (kernel_init_freeable) from [<c068c8c8>] (kernel_init+0x10/0xf4)
    [ 0.146823] r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c068c8b8
    [ 0.146845] r4:00000000
    [ 0.146859] [<c068c8b8>] (kernel_init) from [<c000ec20>] (ret_from_fork+0x14/0x34)
    [ 0.146865] r4:00000000 r3:ec8f8000
    [ 0.146878] ---[ end trace 60a518e059d2eea4 ]---
    [ 0.259010] pinctrl core: initialized pinctrl subsystem
    [ 0.259897] regulator-dummy: no parameters
    [ 0.264820] NET: Registered protocol family 16
    [ 0.266705] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [ 0.269161] cpuidle: using governor ladder
    [ 0.269172] cpuidle: using governor menu
    [ 0.314185] syscon 4a002000.tisysconcore: regmap [mem 0x4a002000-0x4a0026cf] registered
    [ 0.314551] syscon 4a002e00.tisyscon: regmap [mem 0x4a002e00-0x4a002e7b] registered
    [ 0.317594] OMAP GPIO hardware version 0.1
    [ 0.324449] irq: no irq domain found for /ocp/pinmux@4a003400 !
    [ 0.331460] platform 58820000.ipu: assigned reserved memory node ipu1_cma@9d000000
    [ 0.331799] platform 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
    [ 0.332130] platform 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
    [ 0.345201] omap-gpmc 50000000.gpmc: GPMC revision 6.0
    [ 0.345216] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
    [ 0.355477] No ATAGs?
    [ 0.355499] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [ 0.355509] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [ 0.358538] OMAP DMA hardware revision 0.0
    [ 0.391602] bio: create slab <bio-0> at 0
    [ 0.409851] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
    [ 0.416749] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver
    [ 0.417520] platform fixedregulator-sd: Driver reg-fixed-voltage requests probe deferral
    [ 0.417825] evm_3v3: 3300 mV
    [ 0.418171] aic_dvdd: 1800 mV
    [ 0.418254] aic_dvdd: supplied by evm_3v3
    [ 0.418691] vmmcwl_fixed: 1800 mV
    [ 0.423372] vgaarb: loaded
    [ 0.423850] i2c-core: driver [palmas] using legacy suspend method
    [ 0.423859] i2c-core: driver [palmas] using legacy resume method
    [ 0.424478] SCSI subsystem initialized
    [ 0.425911] usbcore: registered new interface driver usbfs
    [ 0.426090] usbcore: registered new interface driver hub
    [ 0.426301] usbcore: registered new device driver usb
    [ 0.428385] palmas 0-0058: could not find pctldev for node /ocp/pinmux@4a003400/tps65917_pins_default, deferring probe
    [ 0.428405] i2c 0-0058: Driver palmas requests probe deferral
    [ 0.429197] pcf857x 0-0020: probed
    [ 0.429728] pcf857x: probe of 0-0027 failed with error -121
    [ 0.430585] pcf857x 0-0021: probed
    [ 0.431047] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [ 0.432284] pcf857x 4-0026: probed
    [ 0.433152] pca953x 4-0020: failed reading register
    [ 0.433170] pca953x: probe of 4-0020 failed with error -121
    [ 0.433966] i2c i2c-4: of_i2c: modalias failure on /ocp/i2c@4807c000/hdmirec@31
    [ 0.434453] mcp230xx: probe of 4-0027 failed with error -121
    [ 0.434971] mcp230xx: probe of 4-0021 failed with error -121
    [ 0.435478] mcp230xx: probe of 4-0025 failed with error -121
    [ 0.437841] omap_i2c 4807c000.i2c: bus 4 rev0.12 at 400 kHz
    [ 0.438188] media: Linux media interface: v0.10
    [ 0.438364] Linux video capture interface: v2.00
    [ 0.438630] pps_core: LinuxPPS API ver. 1 registered
    [ 0.438639] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.438777] PTP clock support registered
    [ 0.440489] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [ 0.440802] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [ 0.442672] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [ 0.442794] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [ 0.442905] omap-iommu 58882000.mmu: 58882000.mmu registered
    [ 0.443014] omap-iommu 55082000.mmu: 55082000.mmu registered
    [ 0.443984] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.445480] Switched to clocksource arch_sys_counter
    [ 0.466013] NET: Registered protocol family 2
    [ 0.466668] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [ 0.466733] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.466865] TCP: Hash tables configured (established 8192 bind 8192)
    [ 0.466918] TCP: reno registered
    [ 0.466931] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.466962] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.467156] NET: Registered protocol family 1
    [ 0.467473] RPC: Registered named UNIX socket transport module.
    [ 0.467483] RPC: Registered udp transport module.
    [ 0.467489] RPC: Registered tcp transport module.
    [ 0.467496] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.468708] hw perfevents: enabled with ARMv7 Cortex-A15 PMU driver, 7 counters available
    [ 0.471622] futex hash table entries: 256 (order: 2, 16384 bytes)
    [ 0.569613] bounce pool size: 64 pages
    [ 0.569879] VFS: Disk quotas dquot_6.5.2
    [ 0.569982] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.570471] NFS: Registering the id_resolver key type
    [ 0.570516] Key type id_resolver registered
    [ 0.570525] Key type id_legacy registered
    [ 0.570558] jffs2: version 2.2. (NAND) (SUMMARY) c 2001-2006 Red Hat, Inc.
    [ 0.570696] msgmni has been set to 840
    [ 0.575239] alg: No test for stdrng (krng)
    [ 0.575449] NET: Registered protocol family 38
    [ 0.575522] io scheduler noop registered
    [ 0.575532] io scheduler deadline registered
    [ 0.575554] io scheduler cfq registered (default)
    [ 0.578696] platform 4a084000.phy: Driver omap-usb2 requests probe deferral
    [ 0.578848] platform 4a085000.phy: Driver omap-usb2 requests probe deferral
    [ 0.581369] pinctrl-single 4a003400.pinmux: 281 pins at pa fc003400 size 1124
    [ 0.581841] pinctrl-single 4a002e8c.pinmux: 1 pins at pa fc002e8c size 4
    [ 0.616896] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
    [ 0.616913] pci_bus 0000:00: root bus resource [io 0x1000-0x10000]
    [ 0.616924] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
    [ 0.616936] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
    [ 0.617487] PCI: bus0: Fast back to back transfers disabled
    [ 0.617748] PCI: bus1: Fast back to back transfers enabled
    [ 0.617878] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
    [ 0.617895] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
    [ 0.617908] pci 0000:00:00.0: PCI bridge to [bus 01]
    [ 0.617929] pci 0000:00:00.0: PCI bridge to [bus 01]
    [ 0.620528] OMAP DSS rev 6.1
    [ 0.626856] fpd3_serdes 4-0060: Removed conflict b/w HDMI SIL
    [ 0.626914] i2c 4-0060: Driver fpd3_serdes requests probe deferral
    [ 0.626988] i2c 4-0064: Driver fpd3_serdes requests probe deferral
    [ 0.627060] i2c 4-0068: Driver fpd3_serdes requests probe deferral
    [ 0.627128] i2c 4-006c: Driver fpd3_serdes requests probe deferral
    [ 0.627197] i2c 4-0061: Driver fpd3_serdes requests probe deferral
    [ 0.627266] i2c 4-0069: Driver fpd3_serdes requests probe deferral
    [ 0.628088] pbias_mmc_omap5: 1800 <--> 3000 mV at 3000 mV
    [ 0.628948] abb_mpu: 1100 <--> 1210 mV
    [ 0.629351] abb_ivahd: 1060 <--> 1250 mV
    [ 0.629726] abb_dspeve: 1060 <--> 1250 mV
    [ 0.630118] abb_gpu: 1060 <--> 1280 mV
    [ 0.631339] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [ 0.636158] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 299, base_baud = 3000000) is a 8250
    [ 2.097078] console [ttyS0] enabled
    [ 2.101571] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 300, base_baud = 3000000) is a 8250
    [ 2.112331] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20
    [ 2.119607] [drm] Initialized drm 1.1.0 20060810
    [ 2.135267] brd: module loaded
    [ 2.144196] loop: module loaded
    [ 2.147746] (stk) :sysfs entries created
    [ 2.151727] (stk) : debugfs entries created
    [ 2.156423] (hci_tty): inside hci_tty_init
    [ 2.161114] (hci_tty): allocated 249, 0
    [ 2.167778] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
    [ 2.174532] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    [ 2.183205] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst
    [ 2.193976] scsi0 : ahci_platform
    [ 2.197865] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 332
    [ 2.207330] mtdoops: mtd device (mtddev=name/number) must be supplied
    [ 2.214664] nand: No NAND device found
    [ 2.218541] nand device scan failed, may be bus-width mismatch
    [ 2.228306] CAN device driver interface
    [ 2.233477] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=fce3c000, irq=349)
    [ 2.244854] usbcore: registered new interface driver asix
    [ 2.250493] usbcore: registered new interface driver ax88179_178a
    [ 2.256998] usbcore: registered new interface driver cdc_ether
    [ 2.263056] usbcore: registered new interface driver smsc95xx
    [ 2.269002] usbcore: registered new interface driver net1080
    [ 2.274862] usbcore: registered new interface driver cdc_subset
    [ 2.280988] usbcore: registered new interface driver zaurus
    [ 2.286873] usbcore: registered new interface driver cdc_ncm
    [ 2.293428] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 2.300050] ehci-pci: EHCI PCI platform driver
    [ 2.304663] ehci-omap: OMAP-EHCI Host Controller driver
    [ 2.310441] usbcore: registered new interface driver cdc_wdm
    [ 2.316399] usbcore: registered new interface driver usb-storage
    [ 2.323558] mousedev: PS/2 mouse device common for all mice
    [ 2.331809] i2c-core: driver [rtc-ds1307] using legacy suspend method
    [ 2.338417] i2c-core: driver [rtc-ds1307] using legacy resume method
    [ 2.345553] omap_rtc 48838000.rtcss: rtc core: registered 48838000.rtcss as rtc0
    [ 2.353933] i2c /dev entries driver
    [ 2.358961] ov1063x 4-0037: Failed writing register 0x0103!
    [ 2.364574] ov1063x: probe of 4-0037 failed with error -121
    [ 2.370759] ov1063x 4-0030: Failed writing register 0x0103!
    [ 2.376483] ov1063x: probe of 4-0030 failed with error -121
    [ 2.382345] i2c 4-0024: Driver ov490 requests probe deferral
    [ 2.389258] Driver for 1-wire Dallas network protocol.
    [ 2.395611] coproc iva_coproc: probe
    [ 2.399335] Adding alias for supply vdd,iva_coproc -> vdd,4a0025cc.voltdm
    [ 2.406225] Adding alias for supply vbb,iva_coproc -> vbb,4a0025cc.voltdm
    [ 2.413067] omap_voltdm 4a0025cc.voltdm: Unable to get vdd regulator:-517
    [ 2.419936] coproc iva_coproc: of_pm_voltdm_notifier_register: Failed to get coproc regulator/voltdm: -517
    [ 2.429737] coproc iva_coproc: coproc clock notifier not ready, retry
    [ 2.436323] coproc iva_coproc: coproc_probe result=-517
    [ 2.441584] platform iva_coproc: Driver coproc requests probe deferral
    [ 2.448211] coproc dsp_coproc: probe
    [ 2.451887] Adding alias for supply vdd,dsp_coproc -> vdd,4a0025e0.voltdm
    [ 2.458754] Adding alias for supply vbb,dsp_coproc -> vbb,4a0025e0.voltdm
    [ 2.465605] omap_voltdm 4a0025e0.voltdm: Unable to get vdd regulator:-517
    [ 2.472426] coproc dsp_coproc: of_pm_voltdm_notifier_register: Failed to get coproc regulator/voltdm: -517
    [ 2.482150] coproc dsp_coproc: coproc clock notifier not ready, retry
    [ 2.488681] coproc dsp_coproc: coproc_probe result=-517
    [ 2.493940] platform dsp_coproc: Driver coproc requests probe deferral
    [ 2.506455] omap_hsmmc 4809c000.mmc: unable to get vmmc regulator -517
    [ 2.513180] platform 4809c000.mmc: Driver omap_hsmmc requests probe deferral
    [ 2.555528] ata1: SATA link down (SStatus 0 SControl 300)
    [ 2.596214] ledtrig-cpu: registered to indicate activity on CPUs
    [ 2.602280] mmc0: BKOPS_EN bit is not set
    [ 2.606682] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
    [ 2.619192] mmc0: new HS200 MMC card at address 0001
    [ 2.632536] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
    [ 2.638477] mmcblk0: mmc0:0001 MMC08G 7.25 GiB
    [ 2.643515] mmcblk0boot0: mmc0:0001 MMC08G partition 1 8.00 MiB
    [ 2.649810] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
    [ 2.656343] mmcblk0boot1: mmc0:0001 MMC08G partition 2 8.00 MiB
    [ 2.662513] alg: skcipher: setkey failed on test 5 for ecb-des-omap: flags=100
    [ 2.670559] mmcblk0: unknown partition table
    [ 2.675284] alg: skcipher-ddst: setkey failed on test 5 for ecb-des-omap: flags=100
    [ 2.684016] mmcblk0boot1: unknown partition table
    [ 2.689172] alg: skcipher-ddst: setkey failed on test 5 for ecb-des-omap: flags=100
    [ 2.698020] mmcblk0boot0: unknown partition table
    [ 2.712148] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
    [ 2.718033] omap-sham 4b101000.sham: initialization failed.
    [ 2.724720] omap-sham: probe of 4b101000.sham failed with error -22
    [ 2.731831] usbcore: registered new interface driver usbhid
    [ 2.737492] usbhid: USB HID core driver
    [ 2.742701] remoteproc0: 58820000.ipu is available
    [ 2.747754] remoteproc0: Note: remoteproc is still under development and considered experimental.
    [ 2.756848] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ 2.767386] remoteproc0: Direct firmware load failed with error -2
    [ 2.773682] remoteproc0: Falling back to user helper
    [ 2.778907] remoteproc1: 55020000.ipu is available
    [ 2.783808] remoteproc1: Note: remoteproc is still under development and considered experimental.
    [ 2.793064] remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ 2.803699] remoteproc2: 40800000.dsp is available
    [ 2.808726] remoteproc1: Direct firmware load failed with error -2
    [ 2.815019] remoteproc1: Falling back to user helper
    [ 2.820141] remoteproc2: Note: remoteproc is still under development and considered experimental.
    [ 2.829478] remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ 2.840012] remoteproc2: Direct firmware load failed with error -2
    [ 2.847134] remoteproc2: Falling back to user helper
    [ 2.853703] extcon-usb-gpio extcon_usb1: failed to get ID IRQ
    [ 2.860113] extcon-usb-gpio extcon_usb2: failed to get ID IRQ
    [ 2.869499] platform bt_sco_card: Driver asoc-simple-card requests probe deferral
    [ 2.877955] asoc-simple-card asoc-simple-card.0: hdmi-hifi <-> 58040000.encoder mapping ok
    [ 2.888480] davinci-mcasp 48468000.mcasp: numevt will be ignored due to errata i868
    [ 2.897402] davinci-mcasp 48478000.mcasp: numevt will be ignored due to errata i868
    [ 2.908413] davinci_evm primary_sound: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
    [ 2.919323] oprofile: using timer interrupt.
    [ 2.923687] nf_conntrack version 0.5.0 (10930 buckets, 43720 max)
    [ 2.930381] ip_tables: (C) 2000-2006 Netfilter Core Team
    [ 2.935852] TCP: cubic registered
    [ 2.939182] Initializing XFRM netlink socket
    [ 2.943484] NET: Registered protocol family 17
    [ 2.948100] NET: Registered protocol family 15
    [ 2.952632] Bridge firewalling registered
    [ 2.956704] can: controller area network core (rev 20120528 abi 9)
    [ 2.962964] NET: Registered protocol family 29
    [ 2.967475] can: raw protocol (rev 20120528)
    [ 2.971765] can: broadcast manager protocol (rev 20120528 t)
    [ 2.977475] can: netlink gateway (rev 20130117) max_hops=1
    [ 2.983038] 8021q: 802.1Q VLAN Support v1.8
    [ 2.987291] Key type dns_resolver registered
    [ 2.991582] NET: Registered protocol family 41
    [ 2.996916] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.voltdm
    [ 3.003216] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.voltdm
    [ 3.009600] omap_voltdm 4a003b20.voltdm: Unable to get vdd regulator:-517
    [ 3.016466] cpu cpu0: of_pm_voltdm_notifier_register: Failed to get cpu0 regulator/voltdm: -517
    [ 3.025204] cpu cpu0: cpu0 clock notifier not ready, retry
    [ 3.030759] platform cpufreq-cpu0.0: Driver cpufreq-cpu0 requests probe deferral
    [ 3.038465] Power Management for TI OMAP4+ devices.
    [ 3.043555] ThumbEE CPU extension supported.
    [ 3.047959] Registering SWP/SWPB emulation handler
    [ 3.052774] SmartReflex Class3 initialized
    [ 3.058084] vmmcwl_fixed: disabling
    [ 3.061591] aic_dvdd: disabling
    [ 3.064746] regulator-dummy: disabling
    [ 3.068890] dmm 4e000000.dmm: workaround for errata i878 in use
    [ 3.077286] dmm 4e000000.dmm: initialized all PAT entries
    [ 3.085113] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 3.091914] [drm] No driver support for vblank timestamp query.
    [ 3.097929] omapdrm omapdrm.0: No connectors reported connected with modes
    [ 3.104836] [drm] Cannot find any crtc or sizes - going 1024x768
    [ 3.116206] [drm] Enabling DMM ywrap scrolling
    [ 3.126905] Console: switching to colour frame buffer device 128x48
    [ 3.138728] omapdrm omapdrm.0: fb0: omapdrm frame buffer device
    [ 3.144675] omapdrm omapdrm.0: registered panic notifier
    [ 3.150069] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0
    [ 3.158302] evm_3v3_sd: 3300 mV
    [ 3.161812] palmas 0-0058: Irq flag is 0x00000000
    [ 3.169603] palmas 0-0058: Muxing GPIO 1d, PWM 0, LED 0
    [ 3.174991] prom_parse: Bad cell count for /ocp/i2c@48070000/tps65917@58
    [ 3.183549] smps1: 850 <--> 1500 mV at 1020 mV
    [ 3.189613] smps2: 850 <--> 1500 mV at 1000 mV
    [ 3.195532] smps3: 850 <--> 1500 mV at 1030 mV
    [ 3.201464] smps4: 1800 mV
    [ 3.205680] smps5: 1350 mV
    [ 3.209879] ldo1: 1800 <--> 3300 mV at 3000 mV
    [ 3.215312] ldo2: 1800 <--> 3300 mV
    [ 3.220597] ldo3: 1800 mV
    [ 3.224964] ldo4: 3300 mV
    [ 3.229423] ldo5: 1800 mV
    [ 3.232830] REGEN1: no parameters
    [ 3.236467] REGEN2: no parameters
    [ 3.240050] REGEN3: no parameters
    [ 3.243581] prom_parse: Bad cell count for /ocp/i2c@48070000/tps65917@58
    [ 3.250965] palmas_pwrbutton 48070000.i2c:tps65917@58:tps65917_power_button: h/w controlled shutdown duration=6 seconds
    [ 3.263556] input: palmas_pwron as /devices/44000000.ocp/48070000.i2c/i2c-0/0-0058/48070000.i2c:tps65917@58:tps65917_power_button/input/input0
    [ 3.277071] omap-usb2 4a084000.phy: Unbalanced pm_runtime_enable!
    [ 3.283782] omap-usb2 4a085000.phy: Unbalanced pm_runtime_enable!
    [ 3.290378] i2c 4-0060: Driver fpd3_serdes requests probe deferral
    [ 3.296805] i2c 4-0064: Driver fpd3_serdes requests probe deferral
    [ 3.303129] i2c 4-0068: Driver fpd3_serdes requests probe deferral
    [ 3.309532] i2c 4-006c: Driver fpd3_serdes requests probe deferral
    [ 3.315922] i2c 4-0061: Driver fpd3_serdes requests probe deferral
    [ 3.322243] i2c 4-0069: Driver fpd3_serdes requests probe deferral
    [ 3.328621] i2c 4-0024: Driver ov490 requests probe deferral
    [ 3.334526] coproc iva_coproc: probe
    [ 3.338268] Adding alias for supply vdd,iva_coproc -> vdd,4a0025cc.voltdm
    [ 3.345086] Adding alias for supply vbb,iva_coproc -> vbb,4a0025cc.voltdm
    [ 3.353195] coproc iva_coproc: coproc_probe result=0
    [ 3.358413] coproc dsp_coproc: probe
    [ 3.362097] Adding alias for supply vdd,dsp_coproc -> vdd,4a0025e0.voltdm
    [ 3.368933] Adding alias for supply vbb,dsp_coproc -> vbb,4a0025e0.voltdm
    [ 3.376563] coproc dsp_coproc: coproc_probe result=0
    [ 3.416885] asoc-simple-card bt_sco_card: bt-sco-pcm <-> 48478000.mcasp mapping ok
    [ 3.429249] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.voltdm
    [ 3.435670] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.voltdm
    [ 3.446664] i2c 4-0060: Driver fpd3_serdes requests probe deferral
    [ 3.453010] i2c 4-0064: Driver fpd3_serdes requests probe deferral
    [ 3.459377] i2c 4-0068: Driver fpd3_serdes requests probe deferral
    [ 3.465699] i2c 4-006c: Driver fpd3_serdes requests probe deferral
    [ 3.471980] i2c 4-0061: Driver fpd3_serdes requests probe deferral
    [ 3.478293] i2c 4-0069: Driver fpd3_serdes requests probe deferral
    [ 3.484579] i2c 4-0024: Driver ov490 requests probe deferral
    [ 3.535494] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
    [ 3.541614] davinci_mdio 48485000.mdio: no live phy, scanning all
    [ 3.645477] davinci_mdio 48485000.mdio: timed out waiting for user access
    [ 3.652449] davinci_mdio: probe of 48485000.mdio failed with error -5
    [ 3.659488] i2c 4-0060: Driver fpd3_serdes requests probe deferral
    [ 3.665837] cpsw 48484000.ethernet: Detected MACID = b4:99:4c:d1:cd:b4
    [ 3.672998] i2c 4-0064: Driver fpd3_serdes requests probe deferral
    [ 3.680072] i2c 4-0068: Driver fpd3_serdes requests probe deferral
    [ 3.686387] omap_rtc 48838000.rtcss: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
    [ 3.695208] sr_init: No PMIC hook to init smartreflex
    [ 3.700419] i2c 4-006c: Driver fpd3_serdes requests probe deferral
    [ 3.706886] i2c 4-0061: Driver fpd3_serdes requests probe deferral
    [ 3.713167] i2c 4-0069: Driver fpd3_serdes requests probe deferral
    [ 3.719548] sr_init: platform driver register failed for SR
    [ 3.734850] ALSA device list:
    [ 3.738197] i2c 4-0024: Driver ov490 requests probe deferral
    [ 3.743962] i2c 4-0060: Driver fpd3_serdes requests probe deferral
    [ 3.750286] #0: DRA7xx-EVM
    [ 3.753178] #1: HDMI 58040000.encoder
    [ 3.757050] #2: DRA7xx-WiLink
    [ 3.760606] i2c 4-0064: Driver fpd3_serdes requests probe deferral
    [ 3.766995] Waiting for root device PARTUUID=8a7868cc-02...
    [ 3.779671] mmc2: host does not support reading read-only switch. assuming write-enable.
    [ 3.789884] mmc2: new high speed SD card at address 1234
    [ 3.795694] mmcblk1: mmc2:1234 SA02G 1.81 GiB
    [ 3.801872] mmcblk1: p1 p2
    [ 3.805464] i2c 4-0068: Driver fpd3_serdes requests probe deferral
    [ 3.811849] i2c 4-006c: Driver fpd3_serdes requests probe deferral
    [ 3.818166] i2c 4-0061: Driver fpd3_serdes requests probe deferral
    [ 3.824449] i2c 4-0069: Driver fpd3_serdes requests probe deferral
    [ 3.830800] i2c 4-0024: Driver ov490 requests probe deferral
    [ 3.836573] i2c 4-0060: Driver fpd3_serdes requests probe deferral
    [ 3.842852] i2c 4-0064: Driver fpd3_serdes requests probe deferral
    [ 3.876965] EXT3-fs (mmcblk1p2): error: couldn't mount because of unsupported optional features (240)
    [ 3.887469] EXT2-fs (mmcblk1p2): error: couldn't mount because of unsupported optional features (244)
    [ 7.893245] EXT4-fs (mmcblk1p2): recovery complete
    [ 7.901310] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [ 7.909488] VFS: Mounted root (ext4 filesystem) on device 179:26.
    [ 7.921115] devtmpfs: mounted
    [ 7.924420] Freeing unused kernel memory: 376K (c0905000 - c0963000)
    INIT: version 2.88 booting
    Starting udev
    [ 8.573460] udevd[1172]: starting version 182
    [ 9.181561] omap-dwc3 48880000.omap_dwc3_1: unable to get extcon device : extcon_usb1
    [ 9.351308] platform 48880000.omap_dwc3_1: Driver omap-dwc3 requests probe deferral
    [ 9.402086] random: nonblocking pool is initialized
    [ 9.480288] omap-dwc3 488c0000.omap_dwc3_2: unable to get extcon device : extcon_usb2
    [ 9.563316] platform 488c0000.omap_dwc3_2: Driver omap-dwc3 requests probe deferral
    [ 9.686705] remoteproc1: failed to load dra7-ipu2-fw.xem4
    [ 9.767138] m25p80 spi32766.0: s25fl256s1 (32768 Kbytes)
    [ 9.772532] 10 ofpart partitions found on MTD device spi32766.0
    [ 9.845552] Creating 10 MTD partitions on "spi32766.0":
    [ 9.881384] 0x000000000000-0x000000010000 : "QSPI.SPL"
    [ 9.917332] 0x000000010000-0x000000020000 : "QSPI.SPL.backup1"
    [ 9.983573] 0x000000020000-0x000000030000 : "QSPI.SPL.backup2"
    [ 10.058533] 0x000000030000-0x000000040000 : "QSPI.SPL.backup3"
    [ 10.096895] 0x000000040000-0x000000140000 : "QSPI.u-boot"
    [ 10.127103] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
    [ 10.156692] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
    [ 10.163831] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
    [ 10.173085] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
    [ 10.179934] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
    [ 10.187369] i2c 4-0068: Driver fpd3_serdes requests probe deferral
    [ 10.193686] i2c 4-006c: Driver fpd3_serdes requests probe deferral
    [ 10.228444] i2c 4-0061: Driver fpd3_serdes requests probe deferral
    [ 10.235847] i2c 4-0069: Driver fpd3_serdes requests probe deferral
    [ 10.242153] i2c 4-0024: Driver ov490 requests probe deferral
    [ 10.248013] i2c 4-0060: Driver fpd3_serdes requests probe deferral
    [ 10.254302] i2c 4-0064: Driver fpd3_serdes requests probe deferral
    [ 10.261034] omap-dwc3 48880000.omap_dwc3_1: unable to get extcon device : extcon_usb1
    [ 10.268964] platform 48880000.omap_dwc3_1: Driver omap-dwc3 requests probe deferral
    [ 10.277744] omap-dwc3 488c0000.omap_dwc3_2: unable to get extcon device : extcon_usb2
    [ 10.285665] platform 488c0000.omap_dwc3_2: Driver omap-dwc3 requests probe deferral
    [ 10.377561] remoteproc2: powering up 40800000.dsp
    [ 10.382387] remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 8172585
    [ 10.399258] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
    [ 10.405147] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
    [ 10.411077] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
    [ 10.456540] remoteproc2: remote processor 40800000.dsp is now up
    [ 10.463167] virtio_rpmsg_bus virtio0: rpmsg host is online
    [ 10.468895] i2c 4-0068: Driver fpd3_serdes requests probe deferral
    [ 10.475210] i2c 4-006c: Driver fpd3_serdes requests probe deferral
    [ 10.481459] remoteproc2: registered virtio0 (type 7)
    [ 10.487676] i2c 4-0061: Driver fpd3_serdes requests probe deferral
    [ 10.493963] i2c 4-0069: Driver fpd3_serdes requests probe deferral
    [ 10.500333] i2c 4-0024: Driver ov490 requests probe deferral
    [ 10.506098] i2c 4-0060: Driver fpd3_serdes requests probe deferral
    [ 10.512383] i2c 4-0064: Driver fpd3_serdes requests probe deferral
    [ 10.519107] omap-dwc3 48880000.omap_dwc3_1: unable to get extcon device : extcon_usb1
    [ 10.527026] platform 48880000.omap_dwc3_1: Driver omap-dwc3 requests probe deferral
    [ 10.534985] omap-dwc3 488c0000.omap_dwc3_2: unable to get extcon device : extcon_usb2
    [ 10.542886] platform 488c0000.omap_dwc3_2: Driver omap-dwc3 requests probe deferral
    [ 10.628916] i2c 4-0068: Driver fpd3_serdes requests probe deferral
    [ 10.635237] i2c 4-006c: Driver fpd3_serdes requests probe deferral
    [ 10.646942] i2c 4-0061: Driver fpd3_serdes requests probe deferral
    [ 10.653250] i2c 4-0069: Driver fpd3_serdes requests probe deferral
    [ 10.659593] i2c 4-0024: Driver ov490 requests probe deferral
    [ 10.665349] i2c 4-0060: Driver fpd3_serdes requests probe deferral
    [ 10.671747] i2c 4-0064: Driver fpd3_serdes requests probe deferral
    [ 10.679431] omap-dwc3 48880000.omap_dwc3_1: unable to get extcon device : extcon_usb1
    [ 10.687405] platform 48880000.omap_dwc3_1: Driver omap-dwc3 requests probe deferral
    [ 10.695448] omap-dwc3 488c0000.omap_dwc3_2: unable to get extcon device : extcon_usb2
    [ 10.703379] platform 488c0000.omap_dwc3_2: Driver omap-dwc3 requests probe deferral
    [ 11.096386] remoteproc0: powering up 58820000.ipu
    [ 11.101223] remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 6205768
    [ 11.113591] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
    [ 11.158911] remoteproc0: remote processor 58820000.ipu is now up
    [ 11.165707] virtio_rpmsg_bus virtio1: rpmsg host is online
    [ 11.171436] i2c 4-0068: Driver fpd3_serdes requests probe deferral
    [ 11.177709] remoteproc0: registered virtio1 (type 7)
    [ 11.184069] i2c 4-006c: Driver fpd3_serdes requests probe deferral
    [ 11.190458] i2c 4-0061: Driver fpd3_serdes requests probe deferral
    [ 11.196811] i2c 4-0069: Driver fpd3_serdes requests probe deferral
    [ 11.203149] i2c 4-0024: Driver ov490 requests probe deferral
    [ 11.208958] i2c 4-0060: Driver fpd3_serdes requests probe deferral
    [ 11.215284] i2c 4-0064: Driver fpd3_serdes requests probe deferral
    [ 11.221550] virtio_rpmsg_bus virtio0: creating channel rpmsg-proto addr 0x50
    [ 11.229267] omap-dwc3 48880000.omap_dwc3_1: unable to get extcon device : extcon_usb1
    [ 11.239243] virtio_rpmsg_bus virtio1: creating channel rpmsg-proto addr 0x50
    [ 11.251090] platform 48880000.omap_dwc3_1: Driver omap-dwc3 requests probe deferral
    [ 11.266228] omap-dwc3 488c0000.omap_dwc3_2: unable to get extcon device : extcon_usb2
    [ 11.274157] platform 488c0000.omap_dwc3_2: Driver omap-dwc3 requests probe deferral
    [ 11.284619] i2c 4-0068: Driver fpd3_serdes requests probe deferral
    [ 11.291118] i2c 4-006c: Driver fpd3_serdes requests probe deferral
    [ 11.297498] i2c 4-0061: Driver fpd3_serdes requests probe deferral
    [ 11.303827] i2c 4-0069: Driver fpd3_serdes requests probe deferral
    [ 11.310201] i2c 4-0024: Driver ov490 requests probe deferral
    [ 11.316302] i2c 4-0060: Driver fpd3_serdes requests probe deferral
    [ 11.322793] i2c 4-0064: Driver fpd3_serdes requests probe deferral
    [ 11.329627] omap-dwc3 48880000.omap_dwc3_1: unable to get extcon device : extcon_usb1
    [ 11.337562] platform 48880000.omap_dwc3_1: Driver omap-dwc3 requests probe deferral
    [ 11.432258] Bluetooth: Core ver 2.18
    [ 11.436604] NET: Registered protocol family 31
    [ 11.441071] Bluetooth: HCI device and connection manager initialized
    [ 11.447505] Bluetooth: HCI socket layer initialized
    [ 11.452408] Bluetooth: L2CAP socket layer initialized
    [ 11.457542] Bluetooth: SCO socket layer initialized
    [ 11.488830] omap-dwc3 488c0000.omap_dwc3_2: unable to get extcon device : extcon_usb2
    [ 11.502536] (stc): chnl_id list empty :4
    [ 11.506677] (stk) : st_kim_startudevd[1431]: failed to execute '/etc/udev/scripts/mount.sh' '/etc/udev/scripts/mount.sh': No such file or directory
    (stk) :ldisc_install = 1

    [ 11.628380] platform 488c0000.omap_dwc3_2: Driver omap-dwc3 requests probe deferral
    [ 11.636663] i2c 4-0068: Driver fpd3_serdes requests probe deferral
    [ 11.643161] i2c 4-006c: Driver fpd3_serdes requests probe deferral
    [ 11.649672] i2c 4-0061: Driver fpd3_serdes requests probe deferral
    [ 11.656166] i2c 4-0069: Driver fpd3_serdes requests probe deferral
    [ 11.662605] i2c 4-0024: Driver ov490 requests probe deferral
    [ 11.668534] i2c 4-0060: Driver fpd3_serdes requests probe deferral
    [ 11.674962] i2c 4-0064: Driver fpd3_serdes requests probe deferral
    [ 11.681816] omap-dwc3 48880000.omap_dwc3_1: unable to get extcon device : extcon_usb1
    [ 11.689917] platform 48880000.omap_dwc3_1: Driver omap-dwc3 requests probe deferral
    udevd[1432]: failed to execute '/etc/udev/scripts/mount.sh' '/etc/udev/scripts/mount.sh': No such file or directory

    [ 12.615504] (stk) :ldisc installation timeout
    [ 12.619713] (stk) :ldisc_install = 0(stk) : timed out waiting for ldisc to be un-installed
    [ 13.727244] (stk) :ldisc_install = 1(stk) :ldisc installation timeout
    [ 14.728384] (stk) :ldisc_install = 0(stk) : timed out waiting for ldisc to be un-installed
    [ 15.837233] (stk) :ldisc_install = 1[ 16.347894] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
    Starting Bootlog daemon: bootlogd: cannot allocate pseudo tty: No such file or directory
    bootlogd.
    ALSA: Restoring mixer settings...
    No state is present for card DRA7xxEVM
    Found hardware: "DRA7xx-EVM" "" "" "" ""
    Hardware is initialized using a generic method
    No state is present for card DRA7xxEVM
    No state is present for card H58040000encode
    Found hardware: "HDMI_58040000_e" "" "" "" ""
    Hardware is initialized using a generic method
    No state is present for card H58040000encode
    No state is present for card DRA7xxWiLink
    Found hardware: "DRA7xx-WiLink" "" "" "" ""
    Hardware is initialized using a generic method
    No state is present for card DRA7xxWiLink
    Thu Mar 24 18:36:00 UTC 2016
    INIT: Entering runlevel: 5
    [ 16.835496] (stk) :ldisc installation timeout
    [ 16.839697] (stk) :ldisc_install = 0Configuring network interfaces... [ 16.950072] net eth0: initializing cpsw version 1.15 (0)
    [ 16.957565] libphy: PHY 48485000.mdio:03 not found
    [ 16.962380] net eth0: phy 48485000.mdio:03 not found on slave 0
    [ 16.974638] 8021q: adding VLAN 0 to HW filter on device eth0
    udhcpc (v1.22.1) started
    Sending discover...
    [ 17.835502] (stk) : timed out waiting for ldisc to be un-installed
    [ 17.948547] (stk) :ldisc_install = 1(stk) :ldisc installation timeout
    [ 18.948388] (stk) :ldisc_install = 0(stk) : timed out waiting for ldisc to be un-installed
    [ 20.057225] (stk) :ldisc_install = 1Sending discover...
    (stk) :ldisc installation timeout
    [ 21.058381] (stk) :ldisc_install = 0(stk) : timed out waiting for ldisc to be un-installed
    [ 22.167230] (stk) :ldisc_install = 1(stk) :ldisc installation timeout
    [ 23.168402] (stk) :ldisc_install = 0Sending discover...
    (stk) : timed out waiting for ldisc to be un-installed
    [ 24.172228] Bluetooth: st_register failed -22
    No lease, forking to background
    done.
    Starting system message bus: dbus.
    UIM SYSFS Node Found at /sys/./devices/kim/install
    Starting uim-sysfs daemon.
    Starting telnet daemonuim:@ main
    uim:install = /sys/./devices/kim/install
    uim:dev_name = /sys/./devices/kim/dev_name
    uim:baud_rate = /sys/./devices/kim/baud_rate
    uim:flow_cntrl = /sys/./devices/kim/flow_cntrl
    uim:begin polling...
    .
    Starting tiipclad daemon
    GateMP support enabled on host

    Opened log file: lad.txt

    numProcessors = 5 id = 0 baseId = 0

    Spawned daemon: /usr/bin/lad_dra7xx

    .
    Starting rpcbind daemon...rpcbind: cannot create socket for udp6
    rpcbind: cannot create socket for tcp6
    done.
    creating NFS state directory: done
    starting statd: done
    NFS daemon support not enabled in kernel
    Starting syslogd/klogd: done
    Starting thttpd.
    Enabling thermal zones...
    Stopping Bootlog daemon: bootlogd.

    _____ _____ _ _
    | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
    | | _| .'| . | . | | __| _| . | | | -_| _| _|
    |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
    |___| |___|

    Arago Project http://arago-project.org dra7xx-evm /dev/ttyO0

    Arago 2013.10 dra7xx-evm /dev/ttyO0

    dra7xx-evm login: root
    root@dra7xx-evm:~# lsmod
    Module Size Used by
    btwilink 3472 0
    bluetooth 232598 2 btwilink
    6lowpan_iphc 5796 1 bluetooth
    omapdrm_pvr 315134 0
    m25p80 14955 0
    dwc3_omap 4602 0
    root@dra7xx-evm:~# export LIBUSB_DEBUG=9
    root@dra7xx-evm:~# lsusb
    libusb: 0.000000 error [op_init] could not find usbfs
    unable to initialize libusb: -99
    root@dra7xx-evm:~# 
  • Hi,

    can you clarify did you made any changes in the kernel?

    Regards,
    Yordan

  • HI Yordan,

    I didn't make any changes in the kernel.

    I used VisionSDK_V2.9 and GLSDK 7.3.0.3 on Tda2Ex, and all faild.

    But, the weird thing is it can work on Tda2x.

    Is there any difference between Tda2x and Tda2Ex on USB device?


    Regards,
    Ben
  • Hi, Ben,

    The only difference in USB between these two devices is that Line 1 of PCIe_SS1 / Line 0 of PCIe_SS2 in TDA2Ex shares the PHY with USB 3.0, while TDA2x do not have such sharing.

    For more information see PCIe Controller Chapter and PCIe PHY Subsystem Chapter in both TRMs. Also, you can check the muxing in the Data Ball Characteristics and Manual Multiplexing Characteristics tables in the specific-device Data Manual.

    Regards,
    Mariya
  • In addition, the ball numbers of AAS package of TDA2x do not coincides with the balls of ABC of TDA2x and TDA2Ex.