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.

TDA2EVM5777: Couldn't establish I2C connection with OV10635

Part Number: TDA2EVM5777

Hi,

 I am trying to connect OV10635 camera through 913/914 deserializer-serializer in the Multi-des daughter board of TDA2x EVM. On my trial, I couldn't find the v4l device or i2c device of the camera at the specified address in ARM core.

Here are the details of my work:

Board : TDA2x EVM5777G-03-40-00  + Daughter board

OS: Linux in ARM - yocto 6.00.00.03 built

Steps I followed:

1) Connected OV10635 camera in the multi-des board, which was already mounted on vision board

Pic 1: Cam connection on multi-des board

Pic 2: Camera side connection and pin settings

2) Set the SW3 in the vision board to 01010101, as mentioned in https://processors.wiki.ti.com/index.php/Processor_SDK_Linux_Automotive_Software_Developers_Guide#Capturing_from_OV10635_Vision_board_camera

3) Restarted the board and probed at bus 1, address 0x30 to identify the camera, but device not detected at 0x30 

4) Deserializer was identified at bus 1 address 0x60 and I was able to read and write the DES registers

#i2cdetect -ry 1 => yielded devices at addresses 0x1b, 0x21, 0x25, 0x27, 0x50, 0x60, 0x61, 0x64, 0x68, 0x69, 0x6c

0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- 1b -- -- -- --
20: -- 21 -- -- -- 25 UU 27 -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: 50 -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: 60 61 -- -- 64 -- -- -- 68 69 -- -- 6c -- -- --
70: -- -- -- -- -- -- -- --

5) Configuring DES registers as per the 914 datasheet to communicate with SER,

   a) Read DES register SER ID (0x06) and found the value 0xb0, which is device id of serializer 913

   b) Found the register SER ALIAS (0x07) with default value of 0x00, and set that with 0xb2 value

   c) Enabled pass-through by setting the value of register I2C CONTROL 1 (0x21) to 0x97 from 0x17

   d)  I2C read of serializer address failed 

          #omapconf i2c read 1 0x58 0x00     => i2c read failed

 6) Ran BIST test by tweaking the BIST CONTROL register(0x24) and found there were no errors on the PARITY ERROR COUNT register (0x25)

Kindly help me on how to communicate with the serializer and then with camera.

  • Subramaniyan,

    Could you share your you kernel log file? 

    You may also get some information about driver dts configuration in below thread:

    https://e2e.ti.com/support/processors/f/791/p/896624/3323554?tisearch=e2e-sitesearch&keymatch=ADI%252520HDMI#3323554

    regards

    Jian

  • Hi Jian,

    I have attached the kernel log here for reference. We had a some hardware debugging sessions and we found that there is no proper communication between the EVM board and 913 Serializer via 914 deserializer. 

    Coming to the kernel messages, under the driver ov1063x.ko we get the following error

    ov1063x: probe of 1-0037 failed with error -121

    I am suspecting the error id 121, may come from I2C connection timeout error 121.

    I am not seeing any V4L device after connecting the camera. Kindly let me know where should I look for DTS configuration.

    Note:

    I have initiated another thread on the interface forum about 913/914 

    https://e2e.ti.com/support/interface/f/138/p/925641/3422624#3422624

    3348.KernelLog.txt
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 4.19.73-g31275c05a1 (oe-user@oe-host) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 SMP PREEMPT Mon Jun 1 15:49:46 UTC 2020
    [    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
    [    0.000000] CPU: div instructions available: patching division code
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [    0.000000] OF: fdt: Machine model: TI DRA742
    [    0.000000] bootconsole [earlycon0] enabled
    [    0.000000] Memory policy: Data cache writealloc
    [    0.000000] efi: Getting EFI parameters from FDT:
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000095800000, size 56 MiB
    [    0.000000] OF: reserved mem: initialized node ipu2-memory@95800000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, size 64 MiB
    [    0.000000] OF: reserved mem: initialized node dsp1-memory@99000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x000000009d000000, size 32 MiB
    [    0.000000] OF: reserved mem: initialized node ipu1-memory@9d000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x000000009f000000, size 8 MiB
    [    0.000000] OF: reserved mem: initialized node dsp2-memory@9f000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000000c0000000, size 256 MiB
    [    0.000000] OF: reserved mem: initialized node gpu-memory@c0000000, compatible id shared-dma-pool
    [    0.000000] cma: Reserved 128 MiB at 0x00000000b0000000
    [    0.000000] OMAP4: Map 0x000000027fd00000 to (ptrval) for dram barrier
    [    0.000000] On node 0 totalpages: 1043712
    [    0.000000]   DMA zone: 1728 pages used for memmap
    [    0.000000]   DMA zone: 0 pages reserved
    [    0.000000]   DMA zone: 196608 pages, LIFO batch:63
    [    0.000000]   HighMem zone: 847104 pages, LIFO batch:63
    [    0.000000] DRA752 ES2.0
    [    0.000000] random: get_random_bytes called from start_kernel+0xb4/0x470 with crng_init=0
    [    0.000000] percpu: Embedded 16 pages/cpu s36492 r8192 d20852 u65536
    [    0.000000] pcpu-alloc: s36492 r8192 d20852 u65536 alloc=16*4096
    [    0.000000] pcpu-alloc: [0] 0 [0] 1
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1041984
    [    0.000000] Kernel command line: console=ttyO0,115200n8 elevator=noop root=PARTUUID=50a68c0f-02 rw rootwait earlyprintk fixrtc omapdrm.num_crtc=2 consoleblank=0 cma=128M@0xB0000000 rootfstype=ext4 snd.slots_reserved=1,1
    [    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: 3562420K/4174848K available (10240K kernel code, 341K rwdata, 2800K rodata, 2048K init, 269K bss, 55372K reserved, 557056K cma-reserved, 2995200K highmem)
    [    0.000000] Virtual kernel memory layout:
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    [    0.000000]     vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [    0.000000]       .text : 0x(ptrval) - 0x(ptrval)   (12256 kB)
    [    0.000000]       .init : 0x(ptrval) - 0x(ptrval)   (2048 kB)
    [    0.000000]       .data : 0x(ptrval) - 0x(ptrval)   ( 342 kB)
    [    0.000000]        .bss : 0x(ptrval) - 0x(ptrval)   ( 270 kB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000]  Tasks RCU enabled.
    [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [    0.000000] GIC: Using split EOI/Deactivate mode
    [    0.000000] OMAP clockevent source: timer1 at 32786 Hz
    [    0.000000] arch_timer: cp15 timer(s) running at 6.14MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns
    [    0.000005] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
    [    0.008215] Switching to timer-based delay loop, resolution 162ns
    [    0.014732] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [    0.024898] OMAP clocksource: 32k_counter at 32768 Hz
    [    0.030545] Console: colour dummy device 80x30
    [    0.035110] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
    [    0.041815] This ensures that you still see kernel messages. Please
    [    0.048238] update your kernel commandline.
    [    0.052560] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [    0.063100] pid_max: default: 32768 minimum: 301
    [    0.067948] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.074749] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.082525] CPU: Testing write buffer coherency: ok
    [    0.087572] CPU0: Spectre v2: using ICIALLU workaround
    [    0.093043] /cpus/cpu@0 missing clock-frequency property
    [    0.098517] /cpus/cpu@1 missing clock-frequency property
    [    0.103966] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [    0.169920] Setting up static identity map for 0x80200000 - 0x80200060
    [    0.176727] rcu: Hierarchical SRCU implementation.
    [    0.201863] EFI services will not be available.
    [    0.221734] smp: Bringing up secondary CPUs ...
    [    0.282055] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [    0.282062] CPU1: Spectre v2: using ICIALLU workaround
    [    0.293249] smp: Brought up 1 node, 2 CPUs
    [    0.297450] SMP: Total of 2 processors activated (24.59 BogoMIPS).
    [    0.303821] CPU: All CPU(s) started in HYP mode.
    [    0.308553] CPU: Virtualization extensions available.
    [    0.314371] devtmpfs: initialized
    [    0.335076] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [    0.343183] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [    0.353309] futex hash table entries: 512 (order: 3, 32768 bytes)
    [    0.368331] pinctrl core: initialized pinctrl subsystem
    [    0.374225] DMI not present or invalid.
    [    0.378432] NET: Registered protocol family 16
    [    0.384254] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.392218] omap_hwmod: l3_main_2 using broken dt data from ocp
    [    0.593117] cpuidle: using governor ladder
    [    0.597345] cpuidle: using governor menu
    [    0.611727] OMAP GPIO hardware version 0.1
    [    0.643461] No ATAGs?
    [    0.643536] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [    0.654087] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [    0.660565] omap4_sram_init:Unable to allocate sram needed to handle errata I688
    [    0.668171] omap4_sram_init:Unable to get sram pool needed to handle errata I688
    [    0.676388] OMAP DMA hardware revision 0.0
    [    0.691902] edma 43300000.edma: memcpy is disabled
    [    0.700074] edma 43300000.edma: TI EDMA DMA engine driver
    [    0.712590] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
    [    0.723857] evm_3v3: supplied by evm_12v0
    [    0.728244] evm_5v0: supplied by evm_12v0
    [    0.732699] evm_3v6: supplied by evm_5v0
    [    0.739939] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [    0.745928] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [    0.751976] omap-iommu 58882000.mmu: 58882000.mmu registered
    [    0.758022] omap-iommu 55082000.mmu: 55082000.mmu registered
    [    0.764189] omap-iommu 41501000.mmu: 41501000.mmu registered
    [    0.770177] omap-iommu 41502000.mmu: 41502000.mmu registered
    [    0.776257] iommu: Adding device 58820000.ipu to group 1
    [    0.781793] iommu: Adding device 55020000.ipu to group 2
    [    0.787358] iommu: Adding device 40800000.dsp to group 0
    [    0.793057] iommu: Adding device 41000000.dsp to group 3
    [    0.799721] SCSI subsystem initialized
    [    0.804805] palmas 0-0058: IRQ missing: skipping irq request
    [    0.833955] palmas 0-0058: Muxing GPIO 2e, PWM 0, LED 0
    [    0.841008] SMPS123: supplied by regulator-dummy
    [    0.847684] SMPS45: supplied by regulator-dummy
    [    0.854219] SMPS6: supplied by regulator-dummy
    [    0.860546] SMPS7: supplied by regulator-dummy
    [    0.866991] SMPS8: supplied by regulator-dummy
    [    0.873303] SMPS9: supplied by regulator-dummy
    [    0.878863] LDO1: supplied by regulator-dummy
    [    0.894170] LDO2: supplied by regulator-dummy
    [    0.904039] LDO3: supplied by regulator-dummy
    [    0.914048] LDO4: supplied by regulator-dummy
    [    0.918618] random: fast init done
    [    0.922741] LDO5: supplied by regulator-dummy
    [    0.927949] LDO6: supplied by regulator-dummy
    [    0.933139] LDO7: supplied by regulator-dummy
    [    0.938357] LDO8: supplied by regulator-dummy
    [    0.943548] LDO9: supplied by regulator-dummy
    [    0.958709] LDOLN: supplied by regulator-dummy
    [    0.968728] LDOUSB: supplied by regulator-dummy
    [    0.981386] pcf857x 0-0020: probed
    [    0.985439] pcf857x 0-0021: probed
    [    0.989115] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.019238] GPIO line 465 (vin6_sel_s0) hogged as output/low
    [    1.025214] pcf857x 1-0026: probed
    [    1.028847] omap_i2c 48072000.i2c: bus 1 rev0.12 at 400 kHz
    [    1.034968] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
    [    1.040903] media: Linux media interface: v0.10
    [    1.045594] videodev: Linux video capture interface: v2.00
    [    1.051280] pps_core: LinuxPPS API ver. 1 registered
    [    1.056385] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    1.065762] PTP clock support registered
    [    1.069814] EDAC MC: Ver: 3.0.0
    [    1.073815] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [    1.080315] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [    1.087088] Advanced Linux Sound Architecture Driver Initialized.
    [    1.094208] clocksource: Switched to clocksource arch_sys_counter
    [    1.109057] NET: Registered protocol family 2
    [    1.114092] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
    [    1.122016] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [    1.129319] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [    1.136082] TCP: Hash tables configured (established 8192 bind 8192)
    [    1.142660] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [    1.148776] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [    1.155458] NET: Registered protocol family 1
    [    1.160357] RPC: Registered named UNIX socket transport module.
    [    1.166454] RPC: Registered udp transport module.
    [    1.171275] RPC: Registered tcp transport module.
    [    1.176113] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    1.182718] PCI: CLS 0 bytes, default 64
    [    1.184112] hw perfevents: no interrupt-affinity property for /pmu, guessing.
    [    1.191657] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [    1.201044] Initialise system trusted keyrings
    [    1.205770] workingset: timestamp_bits=14 max_order=20 bucket_order=6
    [    1.217319] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    1.223763] NFS: Registering the id_resolver key type
    [    1.229007] Key type id_resolver registered
    [    1.233296] Key type id_legacy registered
    [    1.237498] ntfs: driver 2.1.32 [Flags: R/O].
    [    1.243640] Key type asymmetric registered
    [    1.247884] Asymmetric key parser 'x509' registered
    [    1.252923] bounce: pool size: 64 pages
    [    1.256901] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    1.264552] io scheduler noop registered (default)
    [    1.269464] io scheduler deadline registered
    [    1.273927] io scheduler cfq registered
    [    1.277884] io scheduler mq-deadline registered
    [    1.282530] io scheduler kyber registered
    [    1.292465] pinctrl-single 4a003400.pinmux: 282 pins, size 1128
    [    1.312675] dra7-pcie 51000000.pcie: Linked as a consumer to phy-4a094000.pciephy.1
    [    1.320791] dra7-pcie 51000000.pcie: WA for Errata i870 not applied
    [    1.327324] dra7-pcie 51000000.pcie: host bridge /ocp/axi@0/pcie@51000000 ranges:
    [    1.335049] dra7-pcie 51000000.pcie:    IO 0x20003000..0x20012fff -> 0x00000000
    [    1.342561] dra7-pcie 51000000.pcie:   MEM 0x20013000..0x2fffffff -> 0x20013000
    [    2.344339] dra7-pcie 51000000.pcie: Phy link never came up
    [    2.350177] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
    [    2.356636] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    2.362264] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
    [    2.368619] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
    [    2.375708] pci 0000:00:00.0: [104c:8888] type 01 class 0x060400
    [    2.375742] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit]
    [    2.375808] pci 0000:00:00.0: supports D1
    [    2.375816] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    2.381620] PCI: bus0: Fast back to back transfers disabled
    [    2.392863] PCI: bus1: Fast back to back transfers enabled
    [    2.398538] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff 64bit]
    [    2.406059] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
    [    2.411723] pcieport 0000:00:00.0: Signaling PME with IRQ 181
    [    2.417758] pcieport 0000:00:00.0: AER enabled with IRQ 181
    [    2.427739] evm_1v8: supplied by smps9
    [    2.431858] evm_3v3_sw: supplied by sysen1
    [    2.436310] aic_dvdd: supplied by evm_3v3_sw
    [    2.440763] vtt_fixed: supplied by sysen2
    [    2.494142] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [    2.504306] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 45, base_baud = 3000000) is a 8250
    [    2.513306] console [ttyS0] enabled
    [    2.520400] bootconsole [earlycon0] disabled
    [    2.530002] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 46, base_baud = 3000000) is a 8250
    [    2.539632] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 47, base_baud = 3000000) is a 8250
    [    2.550778] omap_rng 48090000.rng: Random Number Generator ver. 20
    [    2.551041] random: crng init done
    [    2.561296] omapdss_dss 58000000.dss: Linked as a consumer to regulator.25
    [    2.568353] DSS: OMAP DSS rev 6.1
    [    2.574681] omapdss_hdmi5 58040000.encoder: Linked as a consumer to regulator.18
    [    2.582190] omapdss_hdmi5 58040000.encoder: Dropping the link to regulator.18
    [    2.602588] brd: module loaded
    [    2.611840] loop: module loaded
    [    2.621149] m25p80 spi0.0: s25fl256s1 (32768 Kbytes)
    [    2.626280] 10 fixed-partitions partitions found on MTD device spi0.0
    [    2.632752] Creating 10 MTD partitions on "spi0.0":
    [    2.637697] 0x000000000000-0x000000010000 : "QSPI.SPL"
    [    2.643542] 0x000000010000-0x000000020000 : "QSPI.SPL.backup1"
    [    2.650077] 0x000000020000-0x000000030000 : "QSPI.SPL.backup2"
    [    2.656592] 0x000000030000-0x000000040000 : "QSPI.SPL.backup3"
    [    2.663068] 0x000000040000-0x000000140000 : "QSPI.u-boot"
    [    2.669164] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
    [    2.675868] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
    [    2.682268] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
    [    2.689414] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
    [    2.695507] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
    [    2.702582] libphy: Fixed MDIO Bus: probed
    [    2.764249] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
    [    2.771944] davinci_mdio 48485000.mdio: detected phy mask fffffff3
    [    2.782372] libphy: 48485000.mdio: probed
    [    2.786427] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver unknown
    [    2.794489] davinci_mdio 48485000.mdio: phy[3]: device 48485000.mdio:03, driver unknown
    [    2.803253] cpsw 48484000.ethernet: Detected MACID = 0c:b2:b7:f7:78:9c
    [    2.809875] cpsw 48484000.ethernet: initialized cpsw ale version 1.4
    [    2.816281] cpsw 48484000.ethernet: ALE Table size 1024
    [    2.821568] cpsw 48484000.ethernet: cpts: overflow check period 500 (jiffies)
    [    2.829590] cpsw 48484000.ethernet: cpsw: Detected MACID = 0c:b2:b7:f7:78:9d
    [    2.838273] i2c /dev entries driver
    [    2.847106] cpu cpu0: Linked as a consumer to regulator.10
    [    2.852692] cpu cpu0: Linked as a consumer to regulator.32
    [    2.859884] sdhci: Secure Digital Host Controller Interface driver
    [    2.866198] sdhci: Copyright(c) Pierre Ossman
    [    2.871945] sdhci-pltfm: SDHCI platform and OF driver helper
    [    2.878500] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22)
    [    2.887582] sdhci-omap 4809c000.mmc: Got CD GPIO
    [    2.892349] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.31
    [    2.899400] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.16
    [    2.906282] sdhci-omap 4809c000.mmc: Dropping the link to regulator.16
    [    2.913057] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.16
    [    2.919942] sdhci-omap 4809c000.mmc: Dropping the link to regulator.16
    [    2.926566] sdhci-omap 4809c000.mmc: Dropping the link to regulator.31
    [    2.933606] sdhci-omap 480b4000.mmc: Linked as a consumer to regulator.2
    [    2.940383] sdhci-omap 480b4000.mmc: Dropping the link to regulator.2
    [    2.946933] sdhci-omap 480b4000.mmc: Linked as a consumer to regulator.2
    [    2.978074] mmc0: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
    [    2.985908] ti-iodelay 4844a000.padconf: Set reg 0x840 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    2.994866] ti-iodelay 4844a000.padconf: Set reg 0x848 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.003807] ti-iodelay 4844a000.padconf: Set reg 0x84c Delay(a: 307 g: 0), Elements(C=0 F=9)0x29009
    [    3.012983] ti-iodelay 4844a000.padconf: Set reg 0x850 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.021959] ti-iodelay 4844a000.padconf: Set reg 0x854 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.031034] ti-iodelay 4844a000.padconf: Set reg 0x870 Delay(a: 785 g: 0), Elements(C=1 F=9)0x29029
    [    3.040253] ti-iodelay 4844a000.padconf: Set reg 0x874 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.049320] ti-iodelay 4844a000.padconf: Set reg 0x878 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.058366] ti-iodelay 4844a000.padconf: Set reg 0x87c Delay(a: 613 g: 0), Elements(C=1 F=4)0x29024
    [    3.067620] ti-iodelay 4844a000.padconf: Set reg 0x880 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.076668] ti-iodelay 4844a000.padconf: Set reg 0x884 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.085742] ti-iodelay 4844a000.padconf: Set reg 0x888 Delay(a: 683 g: 0), Elements(C=1 F=6)0x29026
    [    3.094965] ti-iodelay 4844a000.padconf: Set reg 0x88c Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.104019] ti-iodelay 4844a000.padconf: Set reg 0x890 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.113091] ti-iodelay 4844a000.padconf: Set reg 0x894 Delay(a: 835 g: 0), Elements(C=1 F=10)0x2902a
    [    3.122324] ti-iodelay 4844a000.padconf: Set reg 0x898 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.131265] ti-iodelay 4844a000.padconf: Set reg 0x89c Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.140404] sdhci-omap 480d1000.mmc: Linked as a consumer to regulator.8
    [    3.147212] sdhci-omap 480d1000.mmc: Dropping the link to regulator.8
    [    3.153748] sdhci-omap 480d1000.mmc: Linked as a consumer to regulator.7
    [    3.160550] sdhci-omap 480d1000.mmc: Linked as a consumer to regulator.8
    [    3.216730] ti-iodelay 4844a000.padconf: Set reg 0x190 Delay(a: 274 g: 0), Elements(C=0 F=8)0x29008
    [    3.225847] ti-iodelay 4844a000.padconf: Set reg 0x194 Delay(a: 162 g: 0), Elements(C=0 F=4)0x29004
    [    3.234965] ti-iodelay 4844a000.padconf: Set reg 0x1a8 Delay(a: 401 g: 0), Elements(C=0 F=11)0x2900b
    [    3.244145] ti-iodelay 4844a000.padconf: Set reg 0x1ac Delay(a: 73 g: 0), Elements(C=0 F=2)0x29002
    [    3.253167] ti-iodelay 4844a000.padconf: Set reg 0x1b4 Delay(a: 465 g: 0), Elements(C=0 F=13)0x2900d
    [    3.262378] sdhci-omap 480d1000.mmc: no pinctrl state for sdr104 mode
    [    3.268881] ti-iodelay 4844a000.padconf: Set reg 0x1b8 Delay(a: 115 g: 0), Elements(C=0 F=3)0x29003
    [    3.277998] ti-iodelay 4844a000.padconf: Set reg 0x1c0 Delay(a: 633 g: 0), Elements(C=1 F=4)0x29024
    [    3.278007] sdhci-omap 480d1000.mmc: no pinctrl state for ddr50 mode
    [    3.287103] ti-iodelay 4844a000.padconf: Set reg 0x1c4 Delay(a: 47 g: 0), Elements(C=0 F=1)0x29001
    [    3.293478] sdhci-omap 480d1000.mmc: no pinctrl state for sdr50 mode
    [    3.302488] ti-iodelay 4844a000.padconf: Set reg 0x1d0 Delay(a: 935 g: 280), Elements(C=1 F=18)0x29032
    [    3.308874] sdhci-omap 480d1000.mmc: no pinctrl state for hs200_1_8v mode
    [    3.318236] ti-iodelay 4844a000.padconf: Set reg 0x1d8 Delay(a: 621 g: 0), Elements(C=1 F=4)0x29024
    [    3.334154] ti-iodelay 4844a000.padconf: Set reg 0x1dc Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.343085] ti-iodelay 4844a000.padconf: Set reg 0x1e4 Delay(a: 183 g: 0), Elements(C=0 F=5)0x29005
    [    3.350732] mmc1: SDHCI controller on 480d1000.mmc [480d1000.mmc] using PIO
    [    3.352268] ti-iodelay 4844a000.padconf: Set reg 0x1e8 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.368237] ti-iodelay 4844a000.padconf: Set reg 0x1f0 Delay(a: 467 g: 0), Elements(C=0 F=13)0x2900d
    [    3.377479] ti-iodelay 4844a000.padconf: Set reg 0x1f4 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.386524] ti-iodelay 4844a000.padconf: Set reg 0x1fc Delay(a: 262 g: 0), Elements(C=0 F=7)0x29007
    [    3.395756] ti-iodelay 4844a000.padconf: Set reg 0x200 Delay(a: 46 g: 0), Elements(C=0 F=1)0x29001
    [    3.404900] ti-iodelay 4844a000.padconf: Set reg 0x364 Delay(a: 684 g: 0), Elements(C=1 F=6)0x29026
    [    3.414090] ti-iodelay 4844a000.padconf: Set reg 0x368 Delay(a: 76 g: 0), Elements(C=0 F=2)0x29002
    [    3.414113] ledtrig-cpu: registered to indicate activity on CPUs
    [    3.427535] mmc0: new HS200 MMC card at address 0001
    [    3.432240] tlv320aic3x-codec 0-0019: Linked as a consumer to regulator.3
    [    3.441135] tlv320aic3x-codec 0-0019: Linked as a consumer to regulator.4
    [    3.448504] mmcblk0: mmc0:0001 MMC08G 7.25 GiB
    [    3.449532] davinci-mcasp 4847c000.mcasp: invalid tdm slots: 0
    [    3.453514] mmcblk0boot0: mmc0:0001 MMC08G partition 1 8.00 MiB
    [    3.460129] NET: Registered protocol family 10
    [    3.465364] mmcblk0boot1: mmc0:0001 MMC08G partition 2 8.00 MiB
    [    3.475404] mmcblk0rpmb: mmc0:0001 MMC08G partition 3 128 KiB, chardev (243:0)
    [    3.480163] Segment Routing with IPv6
    [    3.486606] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [    3.493245] NET: Registered protocol family 17
    [    3.498027] Key type dns_resolver registered
    [    3.502549] Registering SWP/SWPB emulation handler
    [    3.507411] omap_voltage_late_init: Voltage driver support not added
    [    3.513841] Power Management for TI OMAP4+ devices.
    [    3.519601] Loading compiled-in X.509 certificates
    [    3.541647] dmm 4e000000.dmm: workaround for errata i878 in use
    [    3.549221] dmm 4e000000.dmm: initialized all PAT entries
    [    3.556107] omapdss_hdmi5 58040000.encoder: Linked as a consumer to regulator.18
    [    3.563618] omapdss_hdmi5 58040000.encoder: Dropping the link to regulator.18
    [    3.572254] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22)
    [    3.581119] sdhci-omap 4809c000.mmc: Got CD GPIO
    [    3.585944] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.31
    [    3.593014] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.16
    [    3.599915] sdhci-omap 4809c000.mmc: Dropping the link to regulator.16
    [    3.606570] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.36
    [    3.613595] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.16
    [    3.620516] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_1_8v mode
    [    3.627193] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode
    [    3.633853] sdhci-omap 4809c000.mmc: no pinctrl state for hs200_1_8v mode
    [    3.667185] mmc2: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
    [    3.675978] asoc-simple-card sound0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
    [    3.683734] asoc-simple-card sound0: ASoC: no DMI vendor name!
    [    3.692470] omapdss_hdmi5 58040000.encoder: Linked as a consumer to regulator.18
    [    3.700279] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
    [    3.708290] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops)
    [    3.744469] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [    3.751140] [drm] No driver support for vblank timestamp query.
    [    3.757148] [drm] Cannot find any crtc or sizes
    [    3.762559] [drm] Initialized omapdrm 1.0.0 20110917 for omapdrm.0 on minor 0
    [    3.770627] input: gpio_keys as /devices/platform/gpio_keys/input/input0
    [    3.777571] hctosys: unable to open rtc device (rtc0)
    [    3.783245] aic_dvdd: disabling
    [    3.786600] ldousb: disabling
    [    3.789857] ALSA device list:
    [    3.792836]   #0: DRA7xx-EVM
    [    3.796328] Waiting for root device PARTUUID=50a68c0f-02...
    [    3.904773] mmc2: host does not support reading read-only switch, assuming write-enable
    [    3.917595] ti-iodelay 4844a000.padconf: Set reg 0x620 Delay(a: 600 g: 400), Elements(C=1 F=10)0x2902a
    [    3.926973] ti-iodelay 4844a000.padconf: Set reg 0x628 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.935900] ti-iodelay 4844a000.padconf: Set reg 0x62c Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.944865] ti-iodelay 4844a000.padconf: Set reg 0x634 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.953781] ti-iodelay 4844a000.padconf: Set reg 0x638 Delay(a: 30 g: 0), Elements(C=0 F=0)0x29000
    [    3.962796] ti-iodelay 4844a000.padconf: Set reg 0x640 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.971724] ti-iodelay 4844a000.padconf: Set reg 0x644 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.980685] ti-iodelay 4844a000.padconf: Set reg 0x64c Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.989617] ti-iodelay 4844a000.padconf: Set reg 0x650 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    3.998546] ti-iodelay 4844a000.padconf: Set reg 0x658 Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    4.007508] ti-iodelay 4844a000.padconf: Set reg 0x65c Delay(a: 0 g: 0), Elements(C=0 F=0)0x29000
    [    4.021657] mmc2: new ultra high speed SDR104 SDHC card at address aaaa
    [    4.029029] mmcblk2: mmc2:aaaa SC16G 14.8 GiB
    [    4.037859]  mmcblk2: p1 p2
    [    4.372077] EXT4-fs (mmcblk2p2): recovery complete
    [    4.377839] EXT4-fs (mmcblk2p2): mounted filesystem with ordered data mode. Opts: (null)
    [    4.386123] VFS: Mounted root (ext4 filesystem) on device 179:50.
    [    4.400312] devtmpfs: mounted
    [    4.404188] Freeing unused kernel memory: 2048K
    [    4.408871] Run /sbin/init as init process
    [    4.532972] systemd[1]: System time before build time, advancing clock.
    [    4.554795] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
    [    4.576998] systemd[1]: Detected architecture arm.
    [    4.616820] systemd[1]: Set hostname to <dra7xx-evm>.
    [    4.731487] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
    [    4.748643] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
    [    4.834280] [drm] Cannot find any crtc or sizes
    [    4.943620] systemd[1]: Listening on Network Service Netlink Socket.
    [    4.984416] systemd[1]: Reached target Remote File Systems.
    [    5.014891] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    5.054460] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    5.094747] systemd[1]: Listening on Journal Socket.
    [    5.205393] cmemk: loading out-of-tree module taints kernel.
    [    5.213377] CMEMK module: reference Linux version 4.19.73
    [    5.219519] no physical memory specified
    [    5.223471] cmemk initialized
    [    5.578612] EXT4-fs (mmcblk2p2): re-mounted. Opts: (null)
    [    6.192225] systemd-journald[116]: Received request to flush runtime journal from PID 1
    [    6.539201] omap-rproc 58820000.ipu: ignoring dependency for device, assuming no driver
    [    6.594715] omap-rproc 58820000.ipu: ignoring dependency for device, assuming no driver
    [    6.602761] omap-rproc 58820000.ipu: assigned reserved memory node ipu1-memory@9d000000
    [    6.671145] remoteproc remoteproc0: 58820000.ipu is available
    [    6.712596] omap-rproc 55020000.ipu: ignoring dependency for device, assuming no driver
    [    6.784717] omap-rproc 55020000.ipu: ignoring dependency for device, assuming no driver
    [    6.807523] remoteproc remoteproc0: powering up 58820000.ipu
    [    6.824573] remoteproc remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 5071844
    [    6.848910] omap-rproc 55020000.ipu: assigned reserved memory node ipu2-memory@95800000
    [    6.885028] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
    [    6.974455] ov1063x: probe of 1-0037 failed with error -121
    [    6.986676] remoteproc remoteproc1: 55020000.ipu is available
    [    6.996456] Driver for 1-wire Dallas network protocol.
    [    7.003025] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    7.025480] omap-rproc 40800000.dsp: ignoring dependency for device, assuming no driver
    [    7.048883] remoteproc remoteproc0: registered virtio0 (type 7)
    [    7.071437] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
    [    7.105811] omap_hdq 480b2000.1w: OMAP HDQ Hardware Rev 0.:. Driver in Interrupt mode
    [    7.134469] remoteproc remoteproc0: remote processor 58820000.ipu is now up
    [    7.146914] omap-rproc 40800000.dsp: ignoring dependency for device, assuming no driver
    [    7.178358] omap-des 480a5000.des: will run requests pump with realtime priority
    [    7.190974] omap_rtc 48838000.rtc: char device (253:0)
    [    7.190987] omap_rtc 48838000.rtc: registered as rtc0
    [    7.222094] omap-rproc 40800000.dsp: assigned reserved memory node dsp1-memory@99000000
    [    7.248162] remoteproc remoteproc2: 40800000.dsp is available
    [    7.248168] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x32
    [    7.248271] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x33
    [    7.272910] omap-rproc 41000000.dsp: ignoring dependency for device, assuming no driver
    [    7.317213] omap-rproc 41000000.dsp: ignoring dependency for device, assuming no driver
    [    7.333881] w1_master_driver w1_bus_master1: Attaching one wire slave 01.000000000000 crc 3d
    [    7.362368] virtio_rpmsg_bus virtio0: creating channel rpmsg-omx addr 0x3c
    [    7.371485] omap-rproc 41000000.dsp: assigned reserved memory node dsp2-memory@9f000000
    [    7.381383] remoteproc remoteproc2: powering up 40800000.dsp
    [    7.387875] remoteproc remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size 5769704
    [    7.393086] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x65
    [    7.415584] remoteproc remoteproc3: 41000000.dsp is available
    [    7.422258] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
    [    7.425157] w1_master_driver w1_bus_master1: Family 1 for 01.000000000000.3d is not registered.
    [    7.428185] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
    [    7.449700] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
    [    7.500101] net eth1: initializing cpsw version 1.15 (0)
    [    7.517286] remoteproc remoteproc1: powering up 55020000.ipu
    [    7.523011] remoteproc remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 3751384
    [    7.534818] vpe 489d0000.vpe: Device registered as /dev/video0
    [    7.545469] vip 48970000.vip: loading firmware vpdma-1b8.bin
    [    7.551984] Generic PHY 48485000.mdio:03: attached PHY driver [Generic PHY] (mii_bus:phy_addr=48485000.mdio:03, irq=POLL)
    [    7.570579] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
    [    7.584528] vip 48970000.vip: VPDMA firmware loaded
    [    7.605159] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    7.610721] remoteproc remoteproc2: registered virtio1 (type 7)
    [    7.621337] virtio_rpmsg_bus virtio1: creating channel rpmsg-client-sample addr 0x32
    [    7.635140] remoteproc remoteproc3: powering up 41000000.dsp
    [    7.638466] remoteproc remoteproc2: remote processor 40800000.dsp is now up
    [    7.644852] remoteproc remoteproc3: Booting fw image dra7-dsp2-fw.xe66, size 5769828
    [    7.662885] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
    [    7.678414] virtio_rpmsg_bus virtio1: creating channel rpmsg-client-sample addr 0x33
    [    7.694398] phy phy-4a084000.phy.3: Linked as a consumer to regulator.26
    [    7.712493] virtio_rpmsg_bus virtio1: creating channel rpmsg-omx addr 0x3c
    [    7.712707] libata version 3.00 loaded.
    [    7.722049] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
    [    7.727981] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
    [    7.728609] phy phy-4a085000.phy.4: Linked as a consumer to regulator.26
    [    7.782529] virtio_rpmsg_bus virtio1: creating channel rpmsg-rpc addr 0x65
    [    7.782857] ahci 4a140000.sata: controller can't do 64bit DMA, forcing 32bit
    [    7.818040] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
    [    7.827327] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [    7.837311] net eth0: initializing cpsw version 1.15 (0)
    [    7.842789] ahci 4a140000.sata: forcing port_map 0x0 -> 0x1
    [    7.859866] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
    [    7.877042] Generic PHY 48485000.mdio:02: attached PHY driver [Generic PHY] (mii_bus:phy_addr=48485000.mdio:02, irq=POLL)
    [    7.889089] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    [    7.898444] omap-aes 4b500000.aes: will run requests pump with realtime priority
    [    7.939587] ahci 4a140000.sata: flags: ncq sntf pm led clo only pmp pio slum part ccc apst
    [    7.961989] virtio_rpmsg_bus virtio2: rpmsg host is online
    [    7.989513] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [    8.006911] remoteproc remoteproc3: registered virtio2 (type 7)
    [    8.022180] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
    [    8.051982] omap-aes 4b700000.aes: will run requests pump with realtime priority
    [    8.060899] remoteproc remoteproc3: remote processor 41000000.dsp is now up
    [    8.073321] CAN device driver interface
    [    8.116173] virtio_rpmsg_bus virtio2: creating channel rpmsg-client-sample addr 0x32
    [    8.150118] virtio_rpmsg_bus virtio2: creating channel rpmsg-client-sample addr 0x33
    [    8.159677] virtio_rpmsg_bus virtio2: creating channel rpmsg-omx addr 0x3c
    [    8.196889] virtio_rpmsg_bus virtio2: creating channel rpmsg-rpc addr 0x65
    [    8.462325] virtio_rpmsg_bus virtio3: rpmsg host is online
    [    8.498101] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=35f57a89, irq=100)
    [    8.501521] scsi host0: ahci
    [    8.501951] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 87
    [    8.525660] remoteproc remoteproc1: registered virtio3 (type 7)
    [    8.525666] remoteproc remoteproc1: remote processor 55020000.ipu is now up
    [    8.526089] virtio_rpmsg_bus virtio3: creating channel rpmsg-rpc addr 0x65
    [    8.526205] virtio_rpmsg_bus virtio3: creating channel rpmsg-rpc addr 0x66
    [    8.613949] pvrsrvkm 56000000.gpu: assigned reserved memory node gpu-memory@c0000000
    [    8.635474] [drm] Initialized pvr 1.17.4948957 20110701 for 56000000.gpu on minor 1
    [    8.729790] omap-hdmi-audio omap-hdmi-audio.0.auto: snd-soc-dummy-dai <-> 58040000.encoder mapping ok
    [    8.769919] omap-hdmi-audio omap-hdmi-audio.0.auto: ASoC: no DMI vendor name!
    [    8.836604] ata1: SATA link down (SStatus 0 SControl 300)
    [   10.318483] rpmsg_rpc virtio0.rpmsg-rpc.-1.101: probing service rpc_example_2 with src 1024 dst 101
    [   10.368225] rpmsg_rpc virtio1.rpmsg-rpc.-1.101: probing service rpc_example_4 with src 1024 dst 101
    [   10.368674] rpmsg_rpc virtio0.rpmsg-rpc.-1.101: published functions = 8
    [   10.415609] rpmsg_rpc virtio2.rpmsg-rpc.-1.101: probing service rpc_example_3 with src 1024 dst 101
    [   10.448179] dwc3 48890000.usb: Failed to get clk 'ref': -2
    [   10.476137] rpmsg_rpc virtio1.rpmsg-rpc.-1.101: published functions = 8
    [   10.489779] rpmsg_rpc virtio3.rpmsg-rpc.-1.101: probing service dce-callback with src 1024 dst 101
    [   10.526671] rpmsg_rpc virtio3.rpmsg-rpc.-1.102: probing service rpmsg-dce with src 1025 dst 102
    [   10.528068] rpmsg_rpc virtio2.rpmsg-rpc.-1.101: published functions = 8
    [   10.607608] rpmsg_rpc virtio3.rpmsg-rpc.-1.101: published functions = 4
    [   10.627207] rpmsg_rpc virtio3.rpmsg-rpc.-1.102: published functions = 9
    [   10.651106] dwc3 488d0000.usb: Failed to get clk 'ref': -2
    [   10.656786] dwc3 48890000.usb: changing max_speed on rev 5533202a
    [   10.727200] usbcore: registered new interface driver usbfs
    [   10.743634] usbcore: registered new interface driver hub
    [   10.761840] usbcore: registered new device driver usb
    [   10.808693] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [   10.816434] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
    [   10.827655] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x0000000002010010
    [   10.838476] xhci-hcd xhci-hcd.1.auto: irq 192, io mem 0x488d0000
    [   10.848335] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
    [   10.859813] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   10.872238] usb usb1: Product: xHCI Host Controller
    [   10.880171] usb usb1: Manufacturer: Linux 4.19.73-g31275c05a1 xhci-hcd
    [   10.891350] usb usb1: SerialNumber: xhci-hcd.1.auto
    [   10.897569] hub 1-0:1.0: USB hub found
    [   10.901644] hub 1-0:1.0: 1 port detected
    [   10.908051] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [   10.913928] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
    [   10.922998] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
    [   10.930596] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [   10.939556] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
    [   10.948585] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   10.956480] usb usb2: Product: xHCI Host Controller
    [   10.966166] usb usb2: Manufacturer: Linux 4.19.73-g31275c05a1 xhci-hcd
    [   10.981705] usb usb2: SerialNumber: xhci-hcd.1.auto
    [   10.996141] hub 2-0:1.0: USB hub found
    [   11.015462] hub 2-0:1.0: 1 port detected
    [   13.842837] PVR_K: UM DDK-(4948957) and KM DDK-(4948957) match. [ OK ]
    [  121.640935] cpsw 48484000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [  121.648873] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [  127.811032] NET: Registered protocol family 15
    [  127.875006] Initializing XFRM netlink socket
    [ 2090.863222] ov1063x: probe of 1-0037 failed with error -121
    

  • Subramaniyan,

    I saw you are focusing on I2C debug on the other thread. I will mark this thread as closed. 

    Please reopen or create a new thread (if the nature of issues is different). 

    regards

    Jian

  • Hi Jian,

    I would like to reopen the issue, as in the interface forum (), they have suggested that I2C signals, locking of serializer and deserializer is proper and the issue may be with Processor SW. 

    As I mentioned before the I am having Linux OS in ARM of TDA2x5777EVM built from yocto 6.00.00.03. I don't know why I couldn't see the serializer in the I2C bus or OV10635 camera in the /dev/ location. Kindly help me to solve this issue.

    Regards,

    Subramaniyan

  • Subramaniyan, 

    just to confirm, there was no changes from the OV1063x probing during boot, all logs stays the same?

    >>> Kindly let me know where should I look for DTS configuration.

    sdk/board-support/linux-4.19.94+gitAUTOINC+5a23bc00e0-g5a23bc00e0/arch/arm/boot/dts/ti/

    you would see files named by board names. for OV device, you need to set both camera driver and associated i2c driver. i will also check with my colleague who are familiar with the device. 

    Jian