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/TDA2: Ethernet daisy chain issue

Part Number: TDA2
Other Parts Discussed in Thread: DRA742, PCF8575, PMP, DRA752, TPD12S015, TLV320AIC3106, DS90UH925Q, WL1835

Tool/software: Linux

Dear TI forum,

we have some issue regarding the development of ethernet daisy chain. We are trying to connect 2 TDA2xx SoCs that are located on our custom-made board, using linux.  Eth0 of SoC1 runs directly to the phy and this is working fine. We can ping our PC and send data packets.

However, the RGMII connection between our 2 SoCs is direct, meaning, there is no PHY between them. This connection goes from eth1 of SoC1 to the eth0 of SoC2.
As we have seen, this is something that should be done using fixed-link connection. Is this right? How can we fix this issue and make this daisy chain?

Our device tree for these SoCs looks like this (we are using different builds on 2 SD cards for them):

SoC1 dts:

&cpsw_emac0 {
    
    phy_id = <&davinci_mdio>, <7>;
    phy-mode = "rgmii-id";
    dual_emac_res_vlan = <1>;
};

&cpsw_emac1 {
    fixed-link = <0 1 1000 0 0>;
    phy-mode = "rgmii-id";
 
};


/////////////////////////////////////////////////////////////////////////////////

SoC2 dts:


&cpsw_emac0 {
    
    fixed-link = <0 1 1000 0 0>;
    phy-mode = "rgmii-id";

};

/*For testing only, this SoC has no phy*/

&cpsw_emac1 {
    phy_id = <&davinci_mdio>, <7>;/*2*/
    phy-mode = "rgmii-id";/*rgmii*/
    dual_emac_res_vlan = <1>;
};

/////////////////////////////////////////////////////////////////////////////////

SoC1 log:

=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2018.04.18 14:36:46 =~=~=~=~=~=~=~=~=~=~=~=
 
U-Boot SPL 2016.05 (Apr 11 2018 - 18:26:37)
DRA752-GP ES2.0
no pinctrl for hs200_1_8v
no pinctrl for ddr_1_8v
Card did not respond to voltage select!
*** Warning - MMC init failed, using default environment
 
Trying to boot from MMC1
reading dra7-ipu2-fw.lzop
spl_load_file_fat: error reading file dra7-ipu2-fw.lzop, err - -1
spl: error reading image dra7-ipu2-fw.lzop, err - -1
Error loading remotecore IPU2!,Continuing with boot ...
reading dra7-dsp1-fw.lzop
spl_load_file_fat: error reading file dra7-dsp1-fw.lzop, err - -1
spl: error reading image dra7-dsp1-fw.lzop, err - -1
Error loading remotecore DSP1!,Continuing with boot ...
reading dra7-dsp2-fw.lzop
spl_load_file_fat: error reading file dra7-dsp2-fw.lzop, err - -1
spl: error reading image dra7-dsp2-fw.lzop, err - -1
Error loading remotecore DSP2!,Continuing with boot ...
reading dra7-ipu1-fw.lzop
spl_load_file_fat: error reading file dra7-ipu1-fw.lzop, err - -1
spl: error reading image dra7-ipu1-fw.lzop, err - -1
Error loading remotecore IPU1!,Continuing with boot ...
Card did not respond to voltage select!
*** Warning - MMC init failed, using default environment
 
reading u-boot.img
reading u-boot.img
reading u-boot.img
reading u-boot.img
 
 
U-Boot 2016.05 (Apr 11 2018 - 18:26:37 +0200)
 
CPU  : DRA752-GP ES2.0
Model: TI DRA742
Board: DRA74x EVM REV  
DRAM:  1.5 GiB
MMC:   i2c_write: error waiting for data ACK (status=0x116)
pcf8575_i2c_write_le16 i2c write failed to addr 21
OMAP SD/MMC: 0, OMAP SD/MMC: 1
Card did not respond to voltage select!
*** Warning - MMC init failed, using default environment
 
Warning: fastboot.board_rev: unknown board revision
Card did not respond to voltage select!
ERROR: invalid mmc device
 
at arch/arm/cpu/armv7/omap-common/utils.c:189/mmc_get_part_size()
Warning: fastboot.userdata_size: unable to calc
SCSI:  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).
Net:   Could not get PHY for ethernet@48484000: addr 2
 
Warning: ethernet@48484000 using MAC address from ROM
eth0: ethernet@48484000
Hit any key to stop autoboot:  2  1  0  
i2c_write: error waiting for data ACK (status=0x116)
pcf8575_i2c_write_le16 i2c write failed to addr 21
i2c_write: error waiting for data ACK (status=0x116)
pcf8575_i2c_write_le16 i2c write failed to addr 21
switch to partitions #0, OK
mmc0 is current device
i2c_write: error waiting for data ACK (status=0x116)
pcf8575_i2c_write_le16 i2c write failed to addr 21
i2c_write: error waiting for data ACK (status=0x116)
pcf8575_i2c_write_le16 i2c write failed to addr 21
SD/MMC found on device 0
reading boot.scr
** Unable to read file boot.scr **
reading uEnv.txt
163 bytes read in 2 ms (79.1 KiB/s)
Loaded env from uEnv.txt
Importing environment from mmc0 ...
i2c_write: error waiting for data ACK (status=0x116)
pcf8575_i2c_write_le16 i2c write failed to addr 21
i2c_write: error waiting for data ACK (status=0x116)
pcf8575_i2c_write_le16 i2c write failed to addr 21
switch to partitions #0, OK
mmc0 is current device
i2c_write: error waiting for data ACK (status=0x116)
pcf8575_i2c_write_le16 i2c write failed to addr 21
i2c_write: error waiting for data ACK (status=0x116)
pcf8575_i2c_write_le16 i2c write failed to addr 21
SD/MMC found on device 0
3552360 bytes read in 178 ms (19 MiB/s)
106863 bytes read in 24 ms (4.2 MiB/s)
Booting from mmc0 ...
Kernel image @ 0x82000000 [ 0x000000 - 0x363468 ]
## Flattened Device Tree blob at 88000000
   Booting using the fdt blob at 0x88000000
   Loading Device Tree to 8ffe2000, end 8ffff16e ... OK
 
Starting kernel ...
 
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.84 (root@rtrkn096-lin) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #12 SMP PREEMPT Fri Apr 13 17:46:06 CEST 2018
[    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000] Machine model: TI DRA742
[    0.000000] Reserved memory: created DMA memory pool at 0x0000000040300000, size 3 MiB
[    0.000000] Reserved memory: initialized node cmem@40300000, compatible id shared-dma-pool
[    0.000000] Reserved memory: regions without no-map are not yet supported
[    0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, 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 0x000000009e000000, size 32 MiB
[    0.000000] Reserved memory: initialized node ipu1_cma@9d000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: regions without no-map are not yet supported
[    0.000000] Reserved memory: created CMA memory pool at 0x00000000a1000000, size 32 MiB
[    0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created CMA memory pool at 0x00000000a3000000, size 32 MiB
[    0.000000] Reserved memory: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: regions without no-map are not yet supported
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 64 MiB
[    0.000000] Reserved memory: initialized node cmem@A9000000, compatible id shared-dma-pool
[    0.000000] cma: Reserved 24 MiB at 0x00000000be400000
[    0.000000] Forcing write-allocate cache policy for SMP
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] OMAP4: Map 0x00000000bfd00000 to fe600000 for dram barrier
[    0.000000] DRA752 ES2.0
[    0.000000] PERCPU: Embedded 11 pages/cpu @ef62b000 s14912 r8192 d21952 u45056
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 243264
[    0.000000] Kernel command line: console=ttyS0,115200n8 vram=16M root=PARTUUID=5d173897-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: 410840K/979968K available (6619K kernel code, 319K rwdata, 2388K rodata, 340K init, 290K bss, 364328K reserved, 204800K cma-reserved, 234496K 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 : 0xc0008000 - 0xc08d402c   (9009 kB)
[    0.000000]       .init : 0xc08d5000 - 0xc092a000   ( 340 kB)
[    0.000000]       .data : 0xc092a000 - 0xc0979d60   ( 320 kB)
[    0.000000]        .bss : 0xc097b000 - 0xc09c3800   ( 290 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] Build-time adjustment of leaf fanout to 32.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] ti_dt_clocks_register: failed to lookup clock node gmac_gmii_ref_clk_div
[    0.000000] OMAP clockevent source: timer1 at 32786 Hz
[    0.000000] Architected 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.000015] Switching to timer-based delay loop, resolution 162ns
[    0.000326] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
[    0.000334] OMAP clocksource: 32k_counter at 32768 Hz
[    0.000763] Console: colour dummy device 80x30
[    0.000784] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
[    0.000797] pid_max: default: 32768 minimum: 301
[    0.000894] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000904] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.001441] Initializing cgroup subsys io
[    0.001457] Initializing cgroup subsys memory
[    0.001482] Initializing cgroup subsys devices
[    0.001494] Initializing cgroup subsys freezer
[    0.001505] Initializing cgroup subsys perf_event
[    0.001516] Initializing cgroup subsys pids
[    0.001543] CPU: Testing write buffer coherency: ok
[    0.001742] /cpus/cpu@0 missing clock-frequency property
[    0.001758] /cpus/cpu@1 missing clock-frequency property
[    0.001769] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.001801] Setting up static identity map for 0x80008380 - 0x800083e0
[    0.080066] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.080135] Brought up 2 CPUs
[    0.080147] SMP: Total of 2 processors activated (24.59 BogoMIPS).
[    0.080154] CPU: All CPU(s) started in HYP mode.
[    0.080160] CPU: Virtualization extensions available.
[    0.080536] devtmpfs: initialized
[    0.109027] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[    0.110005] omap_hwmod: l3_main_2 using broken dt data from ocp
[    0.313610] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.313630] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.317859] pinctrl core: initialized pinctrl subsystem
[    0.318714] NET: Registered protocol family 16
[    0.319642] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.350237] cpuidle: using governor ladder
[    0.380265] cpuidle: using governor menu
[    0.388700] OMAP GPIO hardware version 0.1
[    0.392643] omap_gpio 4805d000.gpio: could not find pctldev for node /ocp/l4@4a000000/scm@2000/pinmux@1400/gpio6_pins, deferring probe
[    0.392658]  
[    0.392658]   
[    0.394580] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
[    0.410591] omap-gpmc 50000000.gpmc: GPMC revision 6.0
[    0.410604] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
[    0.419811] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.419822] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.420280] omap4_sram_init:Unable to allocate sram needed to handle errata I688
[    0.420289] omap4_sram_init:Unable to get sram pool needed to handle errata I688
[    0.420885] OMAP DMA hardware revision 0.0
[    0.461515] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[    0.462669] edma 43300000.edma: memcpy is disabled
[    0.467278] edma 43300000.edma: TI EDMA DMA engine driver
[    0.467937]  
[    0.467937]   
[    0.471668] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[    0.471846] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[    0.472005] omap-iommu 58882000.mmu: 58882000.mmu registered
[    0.472170] omap-iommu 55082000.mmu: 55082000.mmu registered
[    0.472459] omap-iommu 41501000.mmu: 41501000.mmu registered
[    0.472645] omap-iommu 41502000.mmu: 41502000.mmu registered
[    0.475648] palmas 0-0058: IRQ missing: skipping irq request
[    0.491093] palmas 0-0058: Muxing GPIO 2e, PWM 0, LED 0
[    0.552900]  
[    0.552900]   
[    0.553232] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[    0.553633] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
[    0.553837] media: Linux media interface: v0.10
[    0.553889] Linux video capture interface: v2.00
[    0.553928] pps_core: LinuxPPS API ver. 1 registered
[    0.553936] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.553959] PTP clock support registered
[    0.554009] EDAC MC: Ver: 3.0.0
[    0.554750] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[    0.555048] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[    0.555377] Advanced Linux Sound Architecture Driver Initialized.
[    0.556217] clocksource: Switched to clocksource arch_sys_counter
[    0.566697] NET: Registered protocol family 2
[    0.567196] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.567259] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.567384] TCP: Hash tables configured (established 8192 bind 8192)
[    0.567430] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.567460] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.567670] NET: Registered protocol family 1
[    0.567930] RPC: Registered named UNIX socket transport module.
[    0.567939] RPC: Registered udp transport module.
[    0.567945] RPC: Registered tcp transport module.
[    0.567951] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.568946] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[    0.578907] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.579559] NFS: Registering the id_resolver key type
[    0.579584] Key type id_resolver registered
[    0.579592] Key type id_legacy registered
[    0.579653] ntfs: driver 2.1.32 [Flags: R/O].
[    0.580912] bounce: pool size: 64 pages
[    0.581063] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.581077] io scheduler noop registered
[    0.581089] io scheduler deadline registered
[    0.581125] io scheduler cfq registered (default)
[    0.586008] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
[    0.589236] PCI host bridge /ocp/axi@0/pcie_rc@51000000 ranges:
[    0.589248]   No bus range found for /ocp/axi@0/pcie_rc@51000000, using [bus 00-ff]
[    0.589281]    IO 0x20003000..0x20012fff -> 0x00000000
[    0.589303]   MEM 0x20013000..0x2fffffff -> 0x20013000
[    0.619455] dra7-pcie 51000000.pcie_rc: link is not up
[    0.619631] dra7-pcie 51000000.pcie_rc: PCI host bridge to bus 0000:00
[    0.619644] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.619655] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.619665] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[    0.620075] PCI: bus0: Fast back to back transfers disabled
[    0.620197] PCI: bus1: Fast back to back transfers enabled
[    0.620282] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
[    0.620297] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
[    0.620309] pci 0000:00:00.0: PCI bridge to [bus 01]
[    0.620528] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
[    0.680332] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[    0.683708] console [ttyS0] disabled
[    0.683762] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 269, base_baud = 3000000) is a 8250
[    1.729833] console [ttyS0] enabled
[    1.734226] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 270, base_baud = 3000000) is a 8250
[    1.743922] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 271, base_baud = 3000000) is a 8250
[    1.753960] [drm] Initialized drm 1.1.0 20060810
[    1.760001] OMAP DSS rev 6.1
[    1.763745] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
[    1.779520] loop: module loaded
[    1.783040] vmemexp device MAJOR num = 246
[    1.787193] vmemexp class registered
[    1.790905] /dev/vmemexp device registered
[    1.795020] ioctl DBUFIOC_EXPORT_VIRTMEM = -1072899120
[    1.800705] nand: No NAND device found
[    1.804476] omap2-nand 8000000.nand: scan failed, may be bus-width mismatch
[    1.811503]   
[    1.823577] m25p80 spi32766.0: s25fl256s1 (32768 Kbytes)
[    1.829173] 7 ofpart partitions found on MTD device spi32766.0
[    1.835032] Creating 7 MTD partitions on "spi32766.0":
[    1.840209] 0x000000000000-0x000000040000 : "QSPI.SPL"
[    1.846354] 0x000000040000-0x000000140000 : "QSPI.u-boot"
[    1.852677] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
[    1.859622] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
[    1.866317] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
[    1.873699] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
[    1.880068] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
[    1.887856] libphy: Fixed MDIO Bus: probed
[    1.894057]  
[    1.904192] cpsw 48484000.ethernet: Missing dual_emac_res_vlan in DT.
[    1.910886] cpsw 48484000.ethernet: Using 2 as Reserved VLAN for 1 slave
[    1.917657] cpsw 48484000.ethernet: Detected MACID = c8:fd:19:ba:83:8a
[    1.924310] cpsw 48484000.ethernet: cpts: overflow check period 800
[    1.931309] cpsw 48484000.ethernet: cpsw: Detected MACID = c8:fd:19:ba:83:8b
[    1.939957] mousedev: PS/2 mouse device common for all mice
[    1.946126] i2c /dev entries driver
[    1.954924]  
[    1.964648] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
[    1.971257] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
[    1.977833] evm_3v3_sw: supplied by sysen1
[    2.146712]  
[    2.156279] ledtrig-cpu: registered to indicate activity on CPUs
[    2.164877] aic_dvdd: supplied by evm_3v3_sw
[    2.169835]  
[    2.180007] davinci-mcasp 4847c000.mcasp: invalid tdm slots: 0
[    2.187665] NET: Registered protocol family 10
[    2.202985] sit: IPv6 over IPv4 tunneling driver
[    2.208224] NET: Registered protocol family 17
[    2.212898] Key type dns_resolver registered
[    2.217312] omap_voltage_late_init: Voltage driver support not added
[    2.224195] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[    2.230418] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[    2.237118] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[    2.243325] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[    2.251548] Power Management for TI OMAP4+ devices.
[    2.256643] Registering SWP/SWPB emulation handler
[    2.263519] dmm 4e000000.dmm: initialized all PAT entries
[    2.270861] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.277541] [drm] No driver support for vblank timestamp query.
[    2.283843] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0
[    2.300563]  
[    2.316498] pcf857x: probe of 0-0020 failed with error -121
[    2.322269]  
[    2.331632] pcf857x: probe of 0-0021 failed with error -121
[    2.337413]  
[    2.396233] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
[    2.402530] davinci_mdio 48485000.mdio: detected phy mask ffffff7f
[    2.420572] libphy: 48485000.mdio: probed
[    2.424599] davinci_mdio 48485000.mdio: phy[7]: device 48485000.mdio:07, driver Marvell 88E1111
[    2.433795] omap_hsmmc 4809c000.mmc: Got CD GPIO
[    2.476518]  
[    2.486905] asoc-simple-card sound0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
[    2.495968]  
[    2.514164]  [    2.526191] hctosys: unable to open rtc device (rtc0)
[    2.539318] evm_1v8: disabling
[    2.542390] aic_dvdd: disabling
[    2.545715] ldousb: disabling
[    2.549105] ALSA device list:
[    2.552082]   #0: DRA7xx-EVM
[    2.555612] Waiting for root device PARTUUID=5d173897-02...
[    3.103304] mmc2: host does not support reading read-only switch, assuming write-enable
[    3.113263] mmc2: new high speed SDHC card at address 59b4
[    3.129127] mmcblk0: mmc2:59b4 USD   7.36 GiB  
[    3.134357]  mmcblk0: p1 p2
[    3.137706]  
[    3.216974] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
[    3.225676] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
[    3.626462] EXT4-fs (mmcblk0p2): recovery complete
[    3.639842] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    3.648010] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    3.660148] devtmpfs: mounted
[    3.663317] Freeing unused kernel memory: 340K
[    3.667794] This architecture does not have kernel memory protection.
[    3.895808] systemd[1]: System time before build time, advancing clock.
[    3.952655] random: systemd: uninitialized urandom read (16 bytes read, 15 bits of entropy available)
[    3.965663] random: systemd: uninitialized urandom read (16 bytes read, 15 bits of entropy available)
[    3.977447] systemd[1]: systemd 229 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[    3.995939] systemd[1]: Detected architecture arm.
 
Welcome to Arago 2016.12!
 
[    4.017078] systemd[1]: Set hostname to <dra7xx-evm>.
[    4.078966] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 17 bits of entropy available)
[    4.089082] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 17 bits of entropy available)
[    4.099779] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 17 bits of entropy available)
[    4.137761] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 18 bits of entropy available)
[    4.150169] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 18 bits of entropy available)
[    4.244471] random: systemd: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
[    4.254007] random: systemd: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
[    4.263980] random: systemd: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
[    4.608984] systemd[1]: sysinit.target: Found ordering cycle on sysinit.target/start
[    4.616864] systemd[1]: sysinit.target: Found dependency on alignment.service/start
[    4.624561] systemd[1]: sysinit.target: Found dependency on basic.target/start
[    4.631855] systemd[1]: sysinit.target: Found dependency on sockets.target/start
[    4.639339] systemd[1]: sysinit.target: Found dependency on dbus.socket/start
[    4.646524] systemd[1]: sysinit.target: Found dependency on sysinit.target/start
[    4.653955] systemd[1]: sysinit.target: Breaking ordering cycle by deleting job alignment.service/start
[    4.663407] systemd[1]: alignment.service: Job alignment.service/start deleted to break ordering cycle starting with sysinit.target/start
[ SKIP ] Ordering cycle found, skipping alignment.service
[    4.698804] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[    4.717716] systemd[1]: Created slice System Slice.
[  OK  ] Created slice System Slice.
[    4.736543] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[    4.757012] systemd[1]: Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[    4.776408] systemd[1]: Reached target Swap.
[  OK  ] Reached target Swap.
[    4.796971] systemd[1]: Created slice system-getty.slice.
[  OK  ] Created slice system-getty.slice.
[    4.826517] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[    4.846496] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[    4.896634] systemd[1]: Starting Create list of required static device nodes for the current kernel...
         Starting Create list of required st... nodes for the current kernel...
[    4.929279] systemd[1]: Mounting Temporary Directory...
         Mounting Temporary Directory...
[    4.948714] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...[    4.960778] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
 
[    4.991092] systemd[1]: Starting Load Kernel Modules...
         Starting Load Kernel Modules...
[    5.018509] systemd[1]: Starting Setup Virtual Console...
         Starting Setup Virtual Console...
[    5.046645] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[    5.076512] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[    5.096606] systemd[1]: Listening on Network Service Netlink Socket.
[  OK  ] Listening on Network Service Netlink Socket.
[    5.116527] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[    5.146996] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[    5.206399] systemd[1]: Mounting Debug File System...
         Mounting Debug File System...
[    5.226424] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[    5.260772] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[    5.286687] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[    5.316488] systemd[1]: Reached target Paths.
[  OK  ] Reached target Paths.
[    5.336465] systemd[1]: Reached target Slices.
[  OK  ] Reached target Slices.
[    5.396446] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[    5.432719] systemd[1]: Mounted POSIX Message Queue File System.
[  OK  ] Mounted POSIX Message Queue File System.
[    5.456502] systemd[1]: Mounted Debug File System.
[  OK  ] Mounted Debug File System.
[    5.476467] systemd[1]: Mounted Temporary Directory.
[  OK  ] Mounted Temporary Directory.
[    5.496607] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
[  OK  ] Started Create list of required sta...ce nodes for the current kernel.
[  OK  ] Started Remount Root and Kernel File Systems.
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
[  OK  ] Started Setup Virtual Console.
         Starting Apply Kernel Variables...
         Starting udev Coldplug all Devices...
         Starting Create Static Device Nodes in /dev...
         Starting Flush Journal to Persistent Storage...
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started Create Static Device Nodes in /dev.
[    6.220513] systemd-journald[144]: Received request to flush runtime journal from PID 1
[  OK  ] Started Flush Journal to Persistent Storage.
[  OK  ] Reached target Local File Systems (Pre).
         Mounting /var/volatile...
         Mounting /media/ram...
         Starting udev Kernel Device Manager...
[  OK  ] Mounted /var/volatile.
[  OK  ] Mounted /media/ram.
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Started udev Coldplug all Devices.
         Starting Load/Save Random Seed...
[  OK  ] Reached target Local File Systems.
[    6.715480] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
[    6.729457]  remoteproc0: 55020000.ipu is available
[    6.734382]  remoteproc0: Note: remoteproc is still under development and considered experimental.
         Starting Create Volatile Files and Directories...[    6.751898]  remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
 
[  OK  ] Started Load/Save Random Seed.[    6.780680] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
[    6.806326]  remoteproc1: 40800000.dsp is available
[  OK  ] Started Create Volatile Files and Directories.[    6.856937]  remoteproc1: Note: remoteproc is still under development and considered experimental.
 
[    6.905656]  remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[[;32m  OK   ]Found device /dev/ttyS0.[    6.923465]  
[    6.923609] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
[    6.923651]  remoteproc2: 41000000.dsp is available
[    6.923654]  remoteproc2: Note: remoteproc is still under development and considered experimental.
[    6.923656]  remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
 
[    7.017680] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20
         tSarting Update UTMP about System Boot/Shutdown...[    7.050479]  
 
          taSrting Network Time Synchronization...
 
[    7.140519] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
[    7.195806]  
 
 [[;32m  OK   ]Started Update UTMP about System Boot/Shutdow.
 
[    7.718502]  remoteproc1: registered virtio0 (type 7)
[    7.884492]  remoteproc0: registered virtio1 (type 7)
[    7.904694]  
 [    7.942371] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
[    7.950816]  
 [    7.996337] omap_rtc 48838000.rtc: rtc core: registered 48838000.rtc as rtc0
[    8.003997] CAN device driver interface
[    8.009265]  
 [  OK  ] Started Network Time Synchronization.
[  OK  ] Reached target System Time Synchronized.
         Starting Synchronize System and HW clocks...
 
[    8.144428] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=fce3c000, irq=326)
[    8.166598]  
[    8.230816] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
[    8.237620] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
[    8.243702]  
 [  OK  ] Started Synchronize System and HW clocks.
[  OK  ] Reached target System Initialization.
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[  OK  ] Listening on RPCbind Server Activation Socket.
[  OK  ] Started Daily Cleanup of Temporary Directories.
 
[    8.430885] SCSI subsystem initialized
[  OK  ] Reached target Timers.
[    8.597480]  remoteproc2: registered virtio2 (type 7)
[  OK  ] Listening on dropbear.socket.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Reached target Sockets.
[    8.720844]  
 [  OK  ] Reached target Basic System.
 
[    8.735806]  
 [  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
         Starting uim-sysfs.service...
         Starting Print notice about GPLv3 packages...
         Starting Login Service...
         Starting Telephony service...
[  OK  ] Started Kernel Logging Service.
         Starting TI MultiCore Tools Daemon...
         Starting Permit User Sessions...
         Starting Avahi mDNS/DNS-SD Stack...
[  OK  ] Started System Logging Service.
[  OK  ] Started D-Bus System Message Bus.
 
[    9.156867] [drm] Initialized pvr 1.14.3699939 20110701 on minor 1
[    9.171015]  
[    9.256611] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
[    9.264920]  
[    9.274797] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[    9.296679]  
[    9.305959] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst  
[    9.347447] scsi host0: ahci
[    9.350676] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 310
[    9.370736]  
 [  OK  ] Started Avahi mDNS/DNS-SD Stack.
[  OK  ] Started Telephony service.
 
[    9.716280] ata1: SATA link down (SStatus 0 SControl 300)
         Starting Network Service...
         Starting Save/Restore Sound Card State...
[FAILED] Failed to start TI MultiCore Tools Daemon.
See 'systemctl status ti-mct-daemon.service' for details.
[  OK  ] Started Permit User Sessions.
[  OK  ] Started Save/Restore Sound Card State.
[   10.095824] Bluetooth: Core ver 2.21
[   10.114822] net eth1: initializing cpsw version 1.15 (0)
[   10.122973] NET: Registered protocol family 31
[   10.130025] NET: Registered protocol family 15
[  OK  ] Started Network Service.
[   10.149342] Bluetooth: HCI device and connection manager initialized
[   10.150406] net eth0: initialized cpsw ale version 1.4
[   10.150410] net eth0: ALE Table size 1024
[   10.153317] net eth1: phy found : id is : 0x0
[   10.192439]  
[   10.192439]   
[   10.192439] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   10.222743] Bluetooth: HCI socket layer initialized
[   10.222752] Bluetooth: L2CAP socket layer initialized
[   10.222780] Bluetooth: SCO socket layer initialized
[   10.461206] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   10.588227] Initializing XFRM netlink socket
[   10.619032]  remoteproc1: powering up 40800000.dsp
[   10.650212]  remoteproc1: Booting fw image dra7-dsp1-fw.xe66, size 7449540
[   10.672449] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
[   10.678344] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
[   10.684321] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
[   10.710397] net eth0: initializing cpsw version 1.15 (0)
[   10.812547]  remoteproc1: remote processor 40800000.dsp is now up
[   10.823564] net eth0: phy found : id is : 0x1410cc2
[   10.834417] virtio_rpmsg_bus virtio0: rpmsg host is online
[   10.846563]  
[   10.866609] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   10.899197]  remoteproc0: powering up 55020000.ipu
[   10.908675]  
[   10.978549]  remoteproc0: Booting fw image dra7-ipu2-fw.xem4, size 9507944
[   10.999907]  
[   11.012074] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
[  OK  ] Started uim-sysfs.service.
[   11.039462]  
[   11.050631] random: nonblocking pool is initialized
[   11.072338]  
[   11.123154]  remoteproc0: remote processor 55020000.ipu is now up
[   11.140997] virtio_rpmsg_bus virtio1: rpmsg host is online
[   11.157508]  
[   11.167629]  remoteproc2: powering up 41000000.dsp
[   11.173023]  
[   11.190967]  remoteproc2: Booting fw image dra7-dsp2-fw.xe66, size 7449540
[   11.201178]  
[   11.212922] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
[   11.218988] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
[   11.224910] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
[   11.295746]  remoteproc2: remote processor 41000000.dsp is now up
[   11.381496] virtio_rpmsg_bus virtio1: creating channel rpmsg-proto addr 0x50
[   11.391130] virtio_rpmsg_bus virtio0: creating channel rpmsg-proto addr 0x50
[   11.411799] virtio_rpmsg_bus virtio2: rpmsg host is online
[   11.417777]  
 
[   11.429088] virtio_rpmsg_bus virtio2: creating channel rpmsg-proto addr 0x50
[   11.444317]  
 
[   11.463343] NET: Registered protocol family 41
[   11.482835]  
          Starting rc.pvr.service...
[  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[  OK  ] Reached target Network.
         Starting Network Name Resolution...
         Starting Lightning Fast Webserver With Light System Requirements...
[  OK  ] Reached target Sound Card.
[  OK  ] Started Serial Getty on ttyS0.
[  OK  ] Started Getty on tty1.
[  OK  ] Started Lightning Fast Webserver With Light System Requirements.
[  OK  ] Started Network Name Resolution.
[  OK  ] Started Login Service.
 
[   11.768290] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
[  OK  ] Started rc.pvr.service.
         Starting weston.service...
[  OK  ] Started weston.service.
         Starting tiipclad-daemon.service...
         Starting telnetd.service...
[  OK  ] Started telnetd.service.
[  OK  ] Started tiipclad-daemon.service.
         Starting thttpd.service...
[  OK  ] Started thttpd.service.
         Starting rng-tools.service...
[  OK  ] Started rng-tools.service.[   12.146282] cpsw 48484000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off
 
[   12.156138] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
         Starting gdbserverproxy.service...
[  OK  ] Started gdbserverproxy.service.
         Starting matrix-gui-2.0.service...
[  OK  ] Started matrix-gui-2.0.service.
         Starting thermal-zone-init.service...
[  OK  ] Started thermal-zone-init.service.
***************************************************************
***************************************************************
NOTICE: This file system contains the following GPLv3 packages:
autoconf
binutils-dev
binutils
bison-dev
bison
cpp-symlinks
cpp
dosfstools
g++-symlinks
g++
gawk-dev
gawk
gcc-symlinks
gcc
gdb
gdbc6x
gdbserver
gstreamer1.0-libav
libcairo-perf-utils
libgmp10
libidn11
libmpc3
libmpfr4
m4-dev
m4
make
nettle
parted
swig-dev
swig
 
If you do not wish to distribute GPLv3 components please remove
the above packages prior to distribution.  This can be done using
the opkg remove command.  i.e.:
    opkg remove <package>
Where <package> is the name printed in the list above
 
NOTE: If the package is a dependency of another package you
      will be notified of the dependent packages.  You should
      use the --force-removal-of-dependent-packages option to
      also remove the dependent packages as well
***************************************************************
***************************************************************
[  OK  ] Started Print notice about GPLv3 packages.
 
 _____                    _____           _         _    
|  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_  
|     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
|__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|   
              |___|                    |___|             
 
Arago Project http://arago-project.org dra7xx-evm ttyS0
 
Arago 2016.12 dra7xx-evm ttyS0
 
dra7xx-evm login:

  • Hi
    Assuming the console log above is from SOC1 booting up. Can you also get dump of the following commands after the system has booted up
    # ifconfig -a
    #ethtool eth0
    #ethtool eth1

    When using RGMII, we have to take care adding skew(delay) between the clock and data information. It can be added at the transmitting side or by the receiver. It has to be added at either end but not both - the "phy-mode = "rgmii-id"" parameter affects this configuration. Need to review if by setting this on both sides, if the internal delay is enabled/disabled in a compatible manner

    You may also check by forcing the speed down to 100Mbps for the MAc-to_MAC connection instead
  • Hi Stefan,

    We haven't heard back from you, I'm assuming you were able to resolve your issue.
    If not, just post a reply below (or create a new thread if the thread has locked due to time-out).

    Regards,
    Yordan
  • I am sorry for the late response. I was on a sick leave...

    I have tried changing the speed to 100 and I have removed the delays on the receiving SoC2 side. However, this didnt solve my issue and link is still not being created. These are the current dts files and logs that you have asked for:

    SoC1:
    &cpsw_emac0 {

    phy_id = <&davinci_mdio>, <7>;
    phy-mode = "rgmii-id";
    dual_emac_res_vlan = <1>;
    };

    &cpsw_emac1 {
    fixed-link = <0 1 100 0 0>;
    phy-mode = "rgmii-id";

    };



    SoC2:
    &cpsw_emac0 {

    fixed-link = <0 1 100 0 0>;
    /*phy-mode = "rgmii-id";*/

    };

    /*For testing only, this SoC has no phy*/

    &cpsw_emac1 {
    phy_id = <&davinci_mdio>, <7>;/*2*/
    phy-mode = "rgmii-id";/*rgmii*/
    dual_emac_res_vlan = <1>;
    };

    *****************************************************

    SoC1:

    root@dra7xx-evm:~# ifconfig -a
    can0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
    NOARP MTU:16 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:10
    RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
    Interrupt:70

    eth0 Link encap:Ethernet HWaddr C8:FD:19:BA:83:8A
    inet addr:192.168.240.47 Bcast:192.168.240.255 Mask:255.255.255.0
    inet6 addr: fe80::cafd:19ff:feba:838a%132400/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:206 errors:0 dropped:0 overruns:0 frame:0
    TX packets:51 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:16240 (15.8 KiB) TX bytes:9254 (9.0 KiB)
    Interrupt:67

    eth1 Link encap:Ethernet HWaddr C8:FD:19:BA:83:8B
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1%132400/128 Scope:Host
    UP LOOPBACK RUNNING MTU:65536 Metric:1
    RX packets:166 errors:0 dropped:0 overruns:0 frame:0
    TX packets:166 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1
    RX bytes:12688 (12.3 KiB) TX bytes:12688 (12.3 KiB)

    sit0 Link encap:IPv6-in-IPv4
    NOARP MTU:1480 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1
    RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

    ................................................................


    root@dra7xx-evm:~# ethtool eth0
    Settings for eth0:
    Supported ports: [ TP MII ]
    Supported link modes: 10baseT/Half 10baseT/Full
    100baseT/Half 100baseT/Full
    1000baseT/Half 1000baseT/Full
    Supported pause frame use: No
    Supports auto-negotiation: Yes
    Advertised link modes: 10baseT/Half 10baseT/Full
    100baseT/Half 100baseT/Full
    1000baseT/Half 1000baseT/Full
    Advertised pause frame use: No
    Advertised auto-negotiation: Yes
    Link partner advertised link modes: 10baseT/Half 10baseT/Full
    100baseT/Half 100baseT/Full
    Link partner advertised pause frame use: No
    Link partner advertised auto-negotiation: Yes
    Speed: 100Mb/s
    Duplex: Full
    Port: MII
    PHYAD: 7
    Transceiver: external
    Auto-negotiation: on
    Supports Wake-on: d
    Wake-on: d
    Current message level: 0x00000000 (0)

    Link detected: yes

    .................................................................

    root@dra7xx-evm:~# ethtool eth1
    Settings for eth1:
    Supports Wake-on: d
    Wake-on: d
    Current message level: 0x00000000 (0)

    Link detected: no

    ******************************************************************
    SoC2:

    root@dra7xx-evm:~# ifconfig -a
    can0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
    NOARP MTU:16 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:10
    RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
    Interrupt:70

    eth0 Link encap:Ethernet HWaddr C8:FD:19:BA:59:84
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
    Interrupt:67

    eth1 Link encap:Ethernet HWaddr C8:FD:19:BA:59:85
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1%132400/128 Scope:Host
    UP LOOPBACK RUNNING MTU:65536 Metric:1
    RX packets:160 errors:0 dropped:0 overruns:0 frame:0
    TX packets:160 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1
    RX bytes:12160 (11.8 KiB) TX bytes:12160 (11.8 KiB)

    sit0 Link encap:IPv6-in-IPv4
    NOARP MTU:1480 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1
    RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

    ....................................................................

    root@dra7xx-evm:~# ethtool eth0
    Settings for eth0:
    Supports Wake-on: d
    Wake-on: d
    Current message level: 0x00000000 (0)

    Link detected: no

    ********************


    Could you please tell me how can I get this link to show up and run properly?

    Thank you for your response,

    Stefan.

  • Hi
    you probably need to remove the internal delay settings for SOC1,emac1 as highlighted below
    SoC1:
    &cpsw_emac0 {

    phy_id = <&davinci_mdio>, <7>;
    phy-mode = "rgmii-id";
    dual_emac_res_vlan = <1>;
    };

    &cpsw_emac1 {
    fixed-link = <0 1 100 0 0>;
    /*phy-mode = "rgmii-id"; */

    };

    If it still doesnt work, can you also attach the bootup logs for SOC1 and SOC2 after having made the changes along with ethtool outputs
  • Deleting this internal delays causes the removal of the eth device also. Here are the logs. Please compare them to the logs from the posts above (without these changes). ethtool output for SOC2 is the same as before.


    SOC1:

    root@dra7xx-evm:~# ifconfig -a
    can0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
    NOARP MTU:16 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:10
    RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
    Interrupt:70

    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1%132976/128 Scope:Host
    UP LOOPBACK RUNNING MTU:65536 Metric:1
    RX packets:160 errors:0 dropped:0 overruns:0 frame:0
    TX packets:160 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1
    RX bytes:12160 (11.8 KiB) TX bytes:12160 (11.8 KiB)

    sit0 Link encap:IPv6-in-IPv4
    NOARP MTU:1480 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1
    RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
    *****************************************************************************

    SOC1 log:

    U-Boot SPL 2016.05 (May 16 2018 - 15:25:57)
    DRA752-GP ES2.0
    no pinctrl for hs200_1_8v
    no pinctrl for ddr_1_8v
    Card did not respond to voltage select!
    *** Warning - MMC init failed, using default environment

    Trying to boot from MMC1
    reading dra7-ipu2-fw.lzop
    spl_load_file_fat: error reading file dra7-ipu2-fw.lzop, err - -1
    spl: error reading image dra7-ipu2-fw.lzop, err - -1
    Error loading remotecore IPU2!,Continuing with boot ...
    reading dra7-dsp1-fw.lzop
    spl_load_file_fat: error reading file dra7-dsp1-fw.lzop, err - -1
    spl: error reading image dra7-dsp1-fw.lzop, err - -1
    Error loading remotecore DSP1!,Continuing with boot ...
    reading dra7-dsp2-fw.lzop
    spl_load_file_fat: error reading file dra7-dsp2-fw.lzop, err - -1
    spl: error reading image dra7-dsp2-fw.lzop, err - -1
    Error loading remotecore DSP2!,Continuing with boot ...
    reading dra7-ipu1-fw.lzop
    spl_load_file_fat: error reading file dra7-ipu1-fw.lzop, err - -1
    spl: error reading image dra7-ipu1-fw.lzop, err - -1
    Error loading remotecore IPU1!,Continuing with boot ...
    Card did not respond to voltage select!
    *** Warning - MMC init failed, using default environment

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


    U-Boot 2016.05 (May 16 2018 - 15:25:57 +0200)

    CPU : DRA752-GP ES2.0
    Model: TI DRA742
    Board: DRA74x EVM REV
    DRAM: 1.5 GiB
    MMC: i2c_write: error waiting for data ACK (status=0x116)
    pcf8575_i2c_write_le16 i2c write failed to addr 21
    OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Card did not respond to voltage select!
    *** Warning - MMC init failed, using default environment

    Warning: fastboot.board_rev: unknown board revision
    Card did not respond to voltage select!
    ERROR: invalid mmc device

    at arch/arm/cpu/armv7/omap-common/utils.c:189/mmc_get_part_size()
    Warning: fastboot.userdata_size: unable to calc
    SCSI: 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).
    Net: Could not get PHY for ethernet@48484000: addr 2

    Warning: ethernet@48484000 using MAC address from ROM
    eth0: ethernet@48484000
    Hit any key to stop autoboot: 0
    i2c_write: error waiting for data ACK (status=0x116)
    pcf8575_i2c_write_le16 i2c write failed to addr 21
    i2c_write: error waiting for data ACK (status=0x116)
    pcf8575_i2c_write_le16 i2c write failed to addr 21
    switch to partitions #0, OK
    mmc0 is current device
    i2c_write: error waiting for data ACK (status=0x116)
    pcf8575_i2c_write_le16 i2c write failed to addr 21
    i2c_write: error waiting for data ACK (status=0x116)
    pcf8575_i2c_write_le16 i2c write failed to addr 21
    SD/MMC found on device 0
    reading boot.scr
    ** Unable to read file boot.scr **
    reading uEnv.txt
    163 bytes read in 3 ms (52.7 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc0 ...
    i2c_write: error waiting for data ACK (status=0x116)
    pcf8575_i2c_write_le16 i2c write failed to addr 21
    i2c_write: error waiting for data ACK (status=0x116)
    pcf8575_i2c_write_le16 i2c write failed to addr 21
    switch to partitions #0, OK
    mmc0 is current device
    i2c_write: error waiting for data ACK (status=0x116)
    pcf8575_i2c_write_le16 i2c write failed to addr 21
    i2c_write: error waiting for data ACK (status=0x116)
    pcf8575_i2c_write_le16 i2c write failed to addr 21
    SD/MMC found on device 0
    3551920 bytes read in 190 ms (17.8 MiB/s)
    106819 bytes read in 35 ms (2.9 MiB/s)
    Booting from mmc0 ...
    Kernel image @ 0x82000000 [ 0x000000 - 0x3632b0 ]
    ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    Loading Device Tree to 8ffe2000, end 8ffff142 ... OK

    Starting kernel ...

    [ 0.000000] Booting Linux on physical CPU 0x0
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 4.4.84 (root@rtrkn096-lin) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #15 SMP PREEMPT Wed May 16 15:27:01 CEST 2018
    [ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
    [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [ 0.000000] Machine model: TI DRA742
    [ 0.000000] Reserved memory: created DMA memory pool at 0x0000000040300000, size 3 MiB
    [ 0.000000] Reserved memory: initialized node cmem@40300000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: regions without no-map are not yet supported
    [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, 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 0x000000009e000000, size 32 MiB
    [ 0.000000] Reserved memory: initialized node ipu1_cma@9d000000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: regions without no-map are not yet supported
    [ 0.000000] Reserved memory: created CMA memory pool at 0x00000000a1000000, size 32 MiB
    [ 0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: created CMA memory pool at 0x00000000a3000000, size 32 MiB
    [ 0.000000] Reserved memory: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: regions without no-map are not yet supported
    [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 64 MiB
    [ 0.000000] Reserved memory: initialized node cmem@A9000000, compatible id shared-dma-pool
    [ 0.000000] cma: Reserved 24 MiB at 0x00000000be400000
    [ 0.000000] Forcing write-allocate cache policy for SMP
    [ 0.000000] Memory policy: Data cache writealloc
    [ 0.000000] OMAP4: Map 0x00000000bfd00000 to fe600000 for dram barrier
    [ 0.000000] DRA752 ES2.0
    [ 0.000000] PERCPU: Embedded 11 pages/cpu @ef62b000 s14912 r8192 d21952 u45056
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 243264
    [ 0.000000] Kernel command line: console=ttyS0,115200n8 vram=16M root=PARTUUID=7859c59c-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: 410840K/979968K available (6619K kernel code, 319K rwdata, 2388K rodata, 340K init, 290K bss, 364328K reserved, 204800K cma-reserved, 234496K 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 : 0xc0008000 - 0xc08d402c (9009 kB)
    [ 0.000000] .init : 0xc08d5000 - 0xc092a000 ( 340 kB)
    [ 0.000000] .data : 0xc092a000 - 0xc0979d60 ( 320 kB)
    [ 0.000000] .bss : 0xc097b000 - 0xc09c3800 ( 290 kB)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] Build-time adjustment of leaf fanout to 32.
    [ 0.000000] NR_IRQS:16 nr_irqs:16 16
    [ 0.000000] ti_dt_clocks_register: failed to lookup clock node gmac_gmii_ref_clk_div
    [ 0.000000] OMAP clockevent source: timer1 at 32786 Hz
    [ 0.000000] Architected 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.000004] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
    [ 0.000015] Switching to timer-based delay loop, resolution 162ns
    [ 0.000329] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [ 0.000337] OMAP clocksource: 32k_counter at 32768 Hz
    [ 0.000767] Console: colour dummy device 80x30
    [ 0.000788] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [ 0.000801] pid_max: default: 32768 minimum: 301
    [ 0.000898] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.000908] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.001450] Initializing cgroup subsys io
    [ 0.001467] Initializing cgroup subsys memory
    [ 0.001491] Initializing cgroup subsys devices
    [ 0.001504] Initializing cgroup subsys freezer
    [ 0.001515] Initializing cgroup subsys perf_event
    [ 0.001526] Initializing cgroup subsys pids
    [ 0.001553] CPU: Testing write buffer coherency: ok
    [ 0.001750] /cpus/cpu@0 missing clock-frequency property
    [ 0.001767] /cpus/cpu@1 missing clock-frequency property
    [ 0.001777] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [ 0.001811] Setting up static identity map for 0x80008380 - 0x800083e0
    [ 0.080065] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [ 0.080133] Brought up 2 CPUs
    [ 0.080147] SMP: Total of 2 processors activated (24.59 BogoMIPS).
    [ 0.080153] CPU: All CPU(s) started in HYP mode.
    [ 0.080159] CPU: Virtualization extensions available.
    [ 0.080538] devtmpfs: initialized
    [ 0.109156] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [ 0.110136] omap_hwmod: l3_main_2 using broken dt data from ocp
    [ 0.312901] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [ 0.312921] futex hash table entries: 512 (order: 3, 32768 bytes)
    [ 0.317154] pinctrl core: initialized pinctrl subsystem
    [ 0.318010] NET: Registered protocol family 16
    [ 0.318928] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [ 0.340221] cpuidle: using governor ladder
    [ 0.370249] cpuidle: using governor menu
    [ 0.378732] OMAP GPIO hardware version 0.1
    [ 0.382684] omap_gpio 4805d000.gpio: could not find pctldev for node /ocp/l4@4a000000/scm@2000/pinmux@1400/gpio6_pins, deferring probe
    [ 0.384614] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
    [ 0.400583] omap-gpmc 50000000.gpmc: GPMC revision 6.0
    [ 0.400597] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
    [ 0.409807] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [ 0.409817] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [ 0.410297] omap4_sram_init:Unable to allocate sram needed to handle errata I688
    [ 0.410307] omap4_sram_init:Unable to get sram pool needed to handle errata I688
    [ 0.410887] OMAP DMA hardware revision 0.0
    [ 0.451509] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
    [ 0.452678] edma 43300000.edma: memcpy is disabled
    [ 0.457336] edma 43300000.edma: TI EDMA DMA engine driver
    [ 0.461723] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [ 0.461908] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [ 0.462065] omap-iommu 58882000.mmu: 58882000.mmu registered
    [ 0.462223] omap-iommu 55082000.mmu: 55082000.mmu registered
    [ 0.462518] omap-iommu 41501000.mmu: 41501000.mmu registered
    [ 0.462702] omap-iommu 41502000.mmu: 41502000.mmu registered
    [ 0.465754] palmas 0-0058: IRQ missing: skipping irq request
    [ 0.481149] palmas 0-0058: Muxing GPIO 2e, PWM 0, LED 0
    [ 0.553316] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [ 0.553716] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
    [ 0.553917] media: Linux media interface: v0.10
    [ 0.553969] Linux video capture interface: v2.00
    [ 0.554009] pps_core: LinuxPPS API ver. 1 registered
    [ 0.554016] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.554040] PTP clock support registered
    [ 0.554089] EDAC MC: Ver: 3.0.0
    [ 0.554833] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [ 0.555132] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [ 0.555463] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.556289] clocksource: Switched to clocksource arch_sys_counter
    [ 0.566824] NET: Registered protocol family 2
    [ 0.567317] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [ 0.567381] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.567506] TCP: Hash tables configured (established 8192 bind 8192)
    [ 0.567552] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.567583] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.567790] NET: Registered protocol family 1
    [ 0.568055] RPC: Registered named UNIX socket transport module.
    [ 0.568064] RPC: Registered udp transport module.
    [ 0.568070] RPC: Registered tcp transport module.
    [ 0.568076] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.569066] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [ 0.579027] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.579677] NFS: Registering the id_resolver key type
    [ 0.579703] Key type id_resolver registered
    [ 0.579711] Key type id_legacy registered
    [ 0.579772] ntfs: driver 2.1.32 [Flags: R/O].
    [ 0.581030] bounce: pool size: 64 pages
    [ 0.581176] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [ 0.581190] io scheduler noop registered
    [ 0.581202] io scheduler deadline registered
    [ 0.581234] io scheduler cfq registered (default)
    [ 0.586101] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
    [ 0.589323] PCI host bridge /ocp/axi@0/pcie_rc@51000000 ranges:
    [ 0.589335] No bus range found for /ocp/axi@0/pcie_rc@51000000, using [bus 00-ff]
    [ 0.589368] IO 0x20003000..0x20012fff -> 0x00000000
    [ 0.589388] MEM 0x20013000..0x2fffffff -> 0x20013000
    [ 0.619563] dra7-pcie 51000000.pcie_rc: link is not up
    [ 0.619738] dra7-pcie 51000000.pcie_rc: PCI host bridge to bus 0000:00
    [ 0.619751] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.619761] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    [ 0.619771] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
    [ 0.620180] PCI: bus0: Fast back to back transfers disabled
    [ 0.620300] PCI: bus1: Fast back to back transfers enabled
    [ 0.620384] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
    [ 0.620399] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
    [ 0.620412] pci 0000:00:00.0: PCI bridge to [bus 01]
    [ 0.620626] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
    [ 0.681070] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [ 0.684436] console [ttyS0] disabled
    [ 0.684488] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 269, base_baud = 3000000) is a 8250
    [ 1.684224] console [ttyS0] enabled
    [ 1.688632] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 270, base_baud = 3000000) is a 8250
    [ 1.698330] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 271, base_baud = 3000000) is a 8250
    [ 1.708375] [drm] Initialized drm 1.1.0 20060810
    [ 1.714383] OMAP DSS rev 6.1
    [ 1.718170] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
    [ 1.733961] loop: module loaded
    [ 1.737508] vmemexp device MAJOR num = 246
    [ 1.741637] vmemexp class registered
    [ 1.745352] /dev/vmemexp device registered
    [ 1.749485] ioctl DBUFIOC_EXPORT_VIRTMEM = -1072899120
    [ 1.755151] nand: No NAND device found
    [ 1.758942] omap2-nand 8000000.nand: scan failed, may be bus-width mismatch
    [ 1.768857] m25p80 spi32766.0: s25fl256s1 (32768 Kbytes)
    [ 1.774254] 7 ofpart partitions found on MTD device spi32766.0
    [ 1.780135] Creating 7 MTD partitions on "spi32766.0":
    [ 1.785297] 0x000000000000-0x000000040000 : "QSPI.SPL"
    [ 1.791432] 0x000000040000-0x000000140000 : "QSPI.u-boot"
    [ 1.797777] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
    [ 1.804702] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
    [ 1.811397] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
    [ 1.818797] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
    [ 1.825138] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
    [ 1.832929] libphy: Fixed MDIO Bus: probed
    [ 1.840064] cpsw 48484000.ethernet: Missing or malformed slave[1] phy-mode property
    [ 1.847803] cpsw 48484000.ethernet: cpsw: platform data missing
    [ 1.854866] mousedev: PS/2 mouse device common for all mice
    [ 1.861067] i2c /dev entries driver
    [ 1.870374] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
    [ 1.876779] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
    [ 1.883313] evm_3v3_sw: supplied by sysen1
    [ 2.057139] ledtrig-cpu: registered to indicate activity on CPUs
    [ 2.067245] aic_dvdd: supplied by evm_3v3_sw
    [ 2.073129] davinci-mcasp 4847c000.mcasp: invalid tdm slots: 0
    [ 2.080636] NET: Registered protocol family 10
    [ 2.095809] sit: IPv6 over IPv4 tunneling driver
    [ 2.101050] NET: Registered protocol family 17
    [ 2.105730] Key type dns_resolver registered
    [ 2.110166] omap_voltage_late_init: Voltage driver support not added
    [ 2.117067] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [ 2.123275] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [ 2.129980] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [ 2.136188] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [ 2.144390] Power Management for TI OMAP4+ devices.
    [ 2.149484] Registering SWP/SWPB emulation handler
    [ 2.156320] dmm 4e000000.dmm: initialized all PAT entries
    [ 2.163645] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 2.170328] [drm] No driver support for vblank timestamp query.
    [ 2.176648] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0
    [ 2.193598] pcf857x: probe of 0-0020 failed with error -121
    [ 2.199387] pcf857x: probe of 0-0021 failed with error -121
    [ 2.246311] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
    [ 2.252430] davinci_mdio 48485000.mdio: detected phy mask ffffff7f
    [ 2.260974] libphy: 48485000.mdio: probed
    [ 2.265001] davinci_mdio 48485000.mdio: phy[7]: device 48485000.mdio:07, driver Marvell 88E1111
    [ 2.274204] omap_hsmmc 4809c000.mmc: Got CD GPIO
    [ 2.317759] asoc-simple-card sound0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
    [ 2.327279] hctosys: unable to open rtc device (rtc0)
    [ 2.340527] evm_1v8: disabling
    [ 2.343598] aic_dvdd: disabling
    [ 2.346945] ldousb: disabling
    [ 2.350319] ALSA device list:
    [ 2.353297] #0: DRA7xx-EVM
    [ 2.356974] Waiting for root device PARTUUID=7859c59c-02...
    [ 2.993618] mmc2: host does not support reading read-only switch, assuming write-enable
    [ 3.003694] mmc2: new high speed SDHC card at address 59b4
    [ 3.009526] mmcblk0: mmc2:59b4 USD 7.51 GiB
    [ 3.014928] mmcblk0: p1 p2
    [ 3.127154] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
    [ 3.135843] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
    [ 4.090365] EXT4-fs (mmcblk0p2): recovery complete
    [ 4.098531] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [ 4.106742] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [ 4.116793] devtmpfs: mounted
    [ 4.119997] Freeing unused kernel memory: 340K
    [ 4.124458] This architecture does not have kernel memory protection.
    [ 4.322694] systemd[1]: System time before build time, advancing clock.
    [ 4.371571] random: systemd: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
    [ 4.384268] random: systemd: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
    [ 4.396002] systemd[1]: systemd 229 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
    [ 4.415064] systemd[1]: Detected architecture arm.

    Welcome to Arago 2016.12!

    [ 4.437317] systemd[1]: Set hostname to <dra7xx-evm>.
    [ 4.494953] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 22 bits of entropy available)
    [ 4.537056] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 23 bits of entropy available)
    [ 4.547291] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 23 bits of entropy available)
    [ 4.547408] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 23 bits of entropy available)
    [ 4.572577] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 23 bits of entropy available)
    [ 4.681746] random: systemd: uninitialized urandom read (16 bytes read, 27 bits of entropy available)
    [ 4.691287] random: systemd: uninitialized urandom read (16 bytes read, 27 bits of entropy available)
    [ 4.701156] random: systemd: uninitialized urandom read (16 bytes read, 27 bits of entropy available)
    [ 5.062116] systemd[1]: sysinit.target: Found ordering cycle on sysinit.target/start
    [ 5.069932] systemd[1]: sysinit.target: Found dependency on alignment.service/start
    [ 5.077660] systemd[1]: sysinit.target: Found dependency on basic.target/start
    [ 5.084917] systemd[1]: sysinit.target: Found dependency on sysinit.target/start
    [ 5.092368] systemd[1]: sysinit.target: Breaking ordering cycle by deleting job alignment.service/start
    [ 5.101858] systemd[1]: alignment.service: Job alignment.service/start deleted to break ordering cycle starting with sysinit.target/start
    [ SKIP ] Ordering cycle found, skipping alignment.service
    [ 5.138915] systemd[1]: Listening on Journal Socket.
    [ OK ] Listening on Journal Socket.
    [ 5.166739] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ OK ] Started Forward Password Requests to Wall Directory Watch.
    [ 5.196540] systemd[1]: Listening on Syslog Socket.
    [ OK ] Listening on Syslog Socket.
    [ 5.217689] systemd[1]: Created slice User and Session Slice.
    [ OK ] Created slice User and Session Slice.
    [ 5.237036] systemd[1]: Created slice System Slice.
    [ OK ] Created slice System Slice.
    [ 5.296722] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    Starting Create list of required st... nodes for the current kernel...
    [ 5.328804] systemd[1]: Mounting POSIX Message Queue File System...
    Mounting POSIX Message Queue File System...
    [ 5.361938] systemd[1]: Starting Load Kernel Modules...
    Starting Load Kernel Modules...
    [ 5.377799] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ OK ] Started Dispatch Password Requests to Console Directory Watch.
    [ 5.407174] systemd[1]: Created slice system-getty.slice.
    [ OK ] Created slice system-getty.slice.
    [ 5.466539] systemd[1]: Mounting Temporary Directory...
    Mounting Temporary Directory...
    [ 5.496546] systemd[1]: Reached target Remote File Systems.
    [ OK ] Reached target Remote File Systems.
    [ 5.526631] systemd[1]: Listening on Journal Socket (/dev/log).
    [ OK ] Listening on Journal Socket (/dev/log).
    [ 5.586670] systemd[1]: Starting Journal Service...
    Starting Journal Service...
    [ 5.618578] systemd[1]: Starting Remount Root and Kernel File Systems...
    Starting Remount Root and Kernel File Systems...
    [ 5.639804] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    [ 5.657956] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [ OK ] Created slice system-serial\x2dgetty.slice.
    [ 5.687138] systemd[1]: Listening on udev Kernel Socket.
    [ OK ] Listening on udev Kernel Socket.
    [ 5.716514] systemd[1]: Reached target Paths.
    [ OK ] Reached target Paths.
    [ 5.766681] systemd[1]: Starting Setup Virtual Console...
    Starting Setup Virtual Console...
    [ 5.786655] systemd[1]: Listening on udev Control Socket.
    [ OK ] Listening on udev Control Socket.
    [ 5.808599] systemd[1]: Mounting Debug File System...
    Mounting Debug File System...
    [ 5.836612] systemd[1]: Reached target Slices.
    [ OK ] Reached target Slices.
    [ 5.856506] systemd[1]: Reached target Swap.
    [ OK ] Reached target Swap.
    [ 5.876630] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
    [ 5.896672] systemd[1]: Listening on Network Service Netlink Socket.
    [ OK ] Listening on Network Service Netlink Socket.
    [ 5.950900] systemd[1]: Mounted POSIX Message Queue File System.
    [ OK ] Mounted POSIX Message Queue File System.
    [ 5.976562] systemd[1]: Mounted Debug File System.
    [ OK ] Mounted Debug File System.
    [ 5.996539] systemd[1]: Mounted Temporary Directory.
    [ OK ] Mounted Temporary Directory.
    [ 6.016708] systemd[1]: Started Journal Service.
    [ OK ] Started Journal Service.
    [ OK ] Started Create list of required sta...ce nodes for the current kernel.
    [FAILED] Failed to start Load Kernel Modules.
    See 'systemctl status systemd-modules-load.service' for details.
    [ OK ] Started Remount Root and Kernel File Systems.
    [ OK ] Started Setup Virtual Console.
    Starting udev Coldplug all Devices...
    Starting Apply Kernel Variables...
    Starting Create Static Device Nodes in /dev...
    Starting Flush Journal to Persistent Storage...
    [ OK ] Started Apply Kernel Variables.
    [ OK ] Started Create Static Device Nodes in /dev.
    [ 6.672904] systemd-journald[125]: Received request to flush runtime journal from PID 1
    Starting udev Kernel Device Manager...
    [ OK ] Reached target Local File Systems (Pre).
    Mounting /media/ram...
    Mounting /var/volatile...
    [ OK ] Mounted /var/volatile.
    [ OK ] Mounted /media/ram.
    [ OK ] Started udev Kernel Device Manager.
    [ OK ] Started Flush Journal to Persistent Storage.
    [ OK ] Started udev Coldplug all Devices.
    [ 7.002034] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
    [ 7.022351] remoteproc0: 55020000.ipu is available
    [ 7.040750] remoteproc0: Note: remoteproc is still under development and considered experimental.
    [ 7.066755] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ 7.106927] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
    [ 7.121850] remoteproc1: 40800000.dsp is available
    [ 7.140250] remoteproc1: Note: remoteproc is still under development and considered experimental.
    [ 7.156398] remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    Starting Load/Save Random Seed...
    [ 7.187684] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
    [ OK ] Reached target Local File Systems.
    [ 7.221387] remoteproc2: 41000000.dsp is available
    Starting Create Volatile Files and Directories...
    [ 7.251693] remoteproc2: Note: remoteproc is still under development and considered experimental.
    [ 7.270348] remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ OK ] Started Load/Save Random Seed.
    [ OK ] Found device /dev/ttyS0.
    [ 7.398230] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
    [ 7.529431] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20
    [ 7.639027] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
    [ 7.899727] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
    [ 7.906381] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
    [ 7.956395] remoteproc1: registered virtio0 (type 7)
    [ 8.063587] omap_rtc 48838000.rtc: rtc core: registered 48838000.rtc as rtc0
    [ OK ] Started Create Volatile Files and Directories.
    [ 8.236272] remoteproc0: registered virtio1 (type 7)
    Starting Network Time Synchronization...
    Starting Update UTMP about System Boot/Shutdown...
    [ 8.333889] CAN device driver interface
    [ 8.478192] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=fce3c000, irq=326)
    [ 8.590299] SCSI subsystem initialized
    [ 8.612683] [drm] Initialized pvr 1.14.3699939 20110701 on minor 1
    [ OK ] Started Update UTMP about System Boot/Shutdown.
    [ OK ] Reached target Sound Card.
    [ OK ] Started Network Time Synchronization.
    Starting Synchronize System and HW clocks...
    [ OK ] Reached target System Time Synchronized.
    [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    [ 9.063851] remoteproc2: registered virtio2 (type 7)
    [ 9.091643] ahci 4a14000.sata: SSS flag set, parallel bus scan disabled
    [ OK ] Started Synchronize System and HW clocks.
    [ 9.108602] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    [ OK ] Reached target System Initialization.
    [ 9.139777] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst
    [ 9.163085] scsi host0: ahci
    [ 9.169560] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 310
    [ OK ] Listening on D-Bus System Message Bus Socket.
    [ OK ] Listening on RPCbind Server Activation Socket.
    [ OK ] Listening on dropbear.socket.
    [ OK ] Started Daily Cleanup of Temporary Directories.
    [ OK ] Reached target Timers.
    [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [ OK ] Reached target Sockets.
    [ 9.394140] remoteproc1: powering up 40800000.dsp
    [ OK ] Reached target Basic System.
    [ 9.410245] remoteproc1: Booting fw image dra7-dsp1-fw.xe66, size 7449552
    [ 9.423853] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
    [ 9.429744] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
    [ 9.435698] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
    [ 9.462750] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [ 9.463241] remoteproc1: remote processor 40800000.dsp is now up
    [ 9.479615] virtio_rpmsg_bus virtio0: rpmsg host is online
    [ OK ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    [ 9.488328] remoteproc0: powering up 55020000.ipu
    Starting uim-sysfs.service...
    Starting TI MultiCore Tools Daemon...
    [ 9.526368] ata1: SATA link down (SStatus 0 SControl 300)
    [ 9.533704] remoteproc0: Booting fw image dra7-ipu2-fw.xem4, size 9507952
    [ OK ] Started System Logging Service.[ 9.551842] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1

    Starting Permit User Sessions...
    Starting Save/Restore Sound Card State...
    [ OK ] Started D-Bus System Message Bus.
    [ 9.645956] remoteproc0: remote processor 55020000.ipu is now up
    [ 9.659838] virtio_rpmsg_bus virtio1: rpmsg host is online
    [ 9.672921] remoteproc2: powering up 41000000.dsp
    [ 9.696447] remoteproc2: Booting fw image dra7-dsp2-fw.xe66, size 7449552
    [ 9.711632] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
    [ 9.717523] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
    [ 9.723472] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
    [ 9.760669] ------------[ cut here ]------------
    [ 9.760714] remoteproc2: remote processor 41000000.dsp is now up
    [ 9.771436] WARNING: CPU: 0 PID: 624 at drivers/bus/omap_l3_noc.c:147 l3_interrupt_handler+0x25c/0x368()
    [ 9.780954] 44000000.ocp:L3 Custom Error: MASTER DSP1_MDMA TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
    [ 9.793085] Modules linked in: virtio_rpmsg_bus(+) ahci_platform libahci_platform libahci libata pvrsrvkm(O) scsi_mod c_can_platform c_can can_dev rtc_omap extcon_usb_gpio dwc3_omap omap_aes_driver extcon omap_sham omap_rng rng_core omap_des omap_remoteproc remoteproc virtio virtio_ring sch_fq_codel
    [ 9.819866] CPU: 0 PID: 624 Comm: find Tainted: G O 4.4.84 #15
    [ 9.826852] Hardware name: Generic DRA74X (Flattened Device Tree)
    [ 9.832966] Backtrace:
    [ 9.835433] [<c00131d4>] (dump_backtrace) from [<c00133d0>] (show_stack+0x18/0x1c)
    [ 9.843030] r7:c02de328 r6:20030193 r5:00000000 r4:c09497d0
    [ 9.848739] [<c00133b8>] (show_stack) from [<c02b1ec8>] (dump_stack+0x8c/0xa0)
    [ 9.855993] [<c02b1e3c>] (dump_stack) from [<c0035068>] (warn_slowpath_common+0x88/0xb8)
    [ 9.864114] r7:c02de328 r6:00000093 r5:00000009 r4:d8bb5b68
    [ 9.869818] [<c0034fe0>] (warn_slowpath_common) from [<c00350d0>] (warn_slowpath_fmt+0x38/0x40)
    [ 9.878548] r8:00000017 r7:c083c820 r6:00000002 r5:c083c458 r4:c083c4fc
    [ 9.885309] [<c003509c>] (warn_slowpath_fmt) from [<c02de328>] (l3_interrupt_handler+0x25c/0x368)
    [ 9.894213] r3:ef201240 r2:c083c4fc
    [ 9.897808] r4:80080003
    [ 9.900358] [<c02de0cc>] (l3_interrupt_handler) from [<c0080950>] (handle_irq_event_percpu+0xb4/0x160)
    [ 9.909698] r10:c0978fcb r9:ef1ee300 r8:00000017 r7:00000000 r6:00000000 r5:ef1ee360
    [ 9.917587] r4:ef201740
    [ 9.920134] [<c008089c>] (handle_irq_event_percpu) from [<c0080a3c>] (handle_irq_event+0x40/0x64)
    [ 9.929038] r10:00000000 r9:00000000 r8:ef008000 r7:00000000 r6:c0931e44 r5:ef1ee360
    [ 9.936929] r4:ef1ee300
    [ 9.939476] [<c00809fc>] (handle_irq_event) from [<c0083d80>] (handle_fasteoi_irq+0xc0/0x194)
    [ 9.948031] r7:00000000 r6:c0931e44 r5:ef1ee360 r4:ef1ee300
    [ 9.953735] [<c0083cc0>] (handle_fasteoi_irq) from [<c007ff7c>] (generic_handle_irq+0x2c/0x3c)
    [ 9.962377] r7:00000000 r6:00000000 r5:00000017 r4:c0926424
    [ 9.968084] [<c007ff50>] (generic_handle_irq) from [<c0080254>] (__handle_domain_irq+0x64/0xbc)
    [ 9.976818] [<c00801f0>] (__handle_domain_irq) from [<c000948c>] (gic_handle_irq+0x40/0x7c)
    [ 9.985199] r9:00000000 r8:fa213000 r7:fa212000 r6:d8bb5d28 r5:fa21200c r4:c092c8ec
    [ 9.993004] [<c000944c>] (gic_handle_irq) from [<c0013ec0>] (__irq_svc+0x40/0x74)
    [ 10.000513] Exception stack(0xd8bb5d28 to 0xd8bb5d70)
    [ 10.005583] 5d20: 00000000 00000001 00000000 00000000 edb82160 00000001
    [ 10.013792] 5d40: ee8e1190 d8bb5e38 2f2f2f2f 00000000 00000000 d8bb5d94 d8bb5d78 d8bb5d78
    [ 10.021999] 5d60: c0181918 c0181918 60030013 ffffffff
    [ 10.027065] r9:00000000 r8:2f2f2f2f r7:d8bb5d5c r6:ffffffff r5:60030013 r4:c0181918
    [ 10.034878] [<c01818c8>] (kernfs_iop_permission) from [<c012ad1c>] (__inode_permission+0x84/0xd8)
    [ 10.043783] r7:d8bb5e38 r6:00000001 r5:80808080 r4:edb82160
    [ 10.049491] [<c012ac98>] (__inode_permission) from [<c012ad88>] (inode_permission+0x18/0x4c)
    [ 10.057960] r7:d8bb5e38 r6:fefefeff r5:80808080 r4:d8854032
    [ 10.063665] [<c012ad70>] (inode_permission) from [<c012c6e4>] (link_path_walk+0x6c/0x4e4)
    [ 10.071874] [<c012c678>] (link_path_walk) from [<c012cec8>] (path_lookupat+0x88/0x10c)
    [ 10.079819] r10:00000000 r9:00000000 r8:d8bb5f10 r7:00000000 r6:d8bb5f10 r5:d8854000
    [ 10.087708] r4:d8bb5e38
    [ 10.090254] [<c012ce40>] (path_lookupat) from [<c012e824>] (filename_lookup+0x98/0xf4)
    [ 10.098200] r7:00000000 r6:d8bb5e38 r5:d8854000 r4:00000000
    [ 10.103905] [<c012e78c>] (filename_lookup) from [<c012e954>] (user_path_at_empty+0x4c/0x54)
    [ 10.112287] r8:d8bb5f40 r7:000c5040 r6:d8bb5f10 r5:ffffff9c r4:00000000
    [ 10.119044] [<c012e908>] (user_path_at_empty) from [<c0124ef8>] (vfs_fstatat+0x54/0xa8)
    [ 10.127076] r6:ffffff9c r5:00000000 r4:bebeb810
    [ 10.131727] [<c0124ea4>] (vfs_fstatat) from [<c012554c>] (SyS_lstat64+0x28/0x44)
    [ 10.139148] r9:d8bb4000 r8:c000fc84 r7:000000c4 r6:00087bf8 r5:000c5040 r4:bebeb810
    [ 10.146958] [<c0125524>] (SyS_lstat64) from [<c000fae0>] (ret_fast_syscall+0x0/0x34)
    [ 10.154728] r4:00000001
    [ 10.157274] ---[ end trace 0dd57119339af199 ]---
    [ 10.161993] virtio_rpmsg_bus virtio1: creating channel rpmsg-proto addr 0x50
    [ 10.173226] virtio_rpmsg_bus virtio0: creating channel rpmsg-proto addr 0x50
    [ 10.182466] virtio_rpmsg_bus virtio2: rpmsg host is online
    [ 10.189394] virtio_rpmsg_bus virtio2: creating channel rpmsg-proto addr 0x50
    [ 10.222315] NET: Registered protocol family 41
    Starting Network Service...
    [ 10.297086] NET: Registered protocol family 15
    Starting Telephony service...
    Starting Print notice about GPLv3 packages...
    [ OK ] Started Kernel Logging Service.
    Starting Login Service...
    Starting Avahi mDNS/DNS-SD Stack...
    [ OK ] Started Network Service.
    [FAILED] Failed to start TI MultiCore Tools Daemon.
    See 'systemctl status ti-mct-daemon.service' for details.
    [ OK ] Started Permit User Sessions.
    [ OK ] Started Save/Restore Sound Card State.
    [ 10.847732] Bluetooth: Core ver 2.21
    [ 10.851375] NET: Registered protocol family 31
    [ 10.857058] Initializing XFRM netlink socket
    [ 10.882502] Bluetooth: HCI device and connection manager initialized
    [ 10.902618] Bluetooth: HCI socket layer initialized
    [ 10.912666] Bluetooth: L2CAP socket layer initialized
    [ 10.923509] Bluetooth: SCO socket layer initialized
    [ OK ] Started uim-sysfs.service.
    [ OK ] Started Telephony service.
    [ OK ] Started Avahi mDNS/DNS-SD Stack.
    [ OK ] Started Login Service.
    Starting rc.pvr.service...
    [ OK ] Started Serial Getty on ttyS0.
    [ OK ] Started Getty on tty1.
    [ OK ] Reached target Network.
    Starting Lightning Fast Webserver With Light System Requirements...
    Starting Network Name Resolution...
    [ OK ] Started Lightning Fast Webserver With Light System Requirements.
    [ OK ] Started Network Name Resolution.[ 11.461421] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]

    [ 11.554125] random: nonblocking pool is initialized
    [ OK ] Started rc.pvr.service.
    Starting weston.service...
    [ OK ] Started weston.service.
    Starting tiipclad-daemon.service...
    Starting telnetd.service...
    [ OK ] Started tiipclad-daemon.service.
    [ OK ] Started telnetd.service.
    Starting thttpd.service...
    [ OK ] Started thttpd.service.
    Starting rng-tools.service...
    [ OK ] Started rng-tools.service.
    Starting gdbserverproxy.service...
    [ OK ] Started gdbserverproxy.service.
    Starting matrix-gui-2.0.service...
    [ OK ] Started matrix-gui-2.0.service.
    Starting thermal-zone-init.service...
    [ OK ] Started thermal-zone-init.service.
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
    autoconf
    binutils-dev
    binutils
    bison-dev
    bison
    cpp-symlinks
    cpp
    dosfstools
    g++-symlinks
    g++
    gawk-dev
    gawk
    gcc-symlinks
    gcc
    gdb
    gdbc6x
    gdbserver
    gstreamer1.0-libav
    libcairo-perf-utils
    libgmp10
    libidn11
    libmpc3
    libmpfr4
    m4-dev
    m4
    make
    nettle
    parted
    swig-dev
    swig

    If you do not wish to distribute GPLv3 components please remove
    the above packages prior to distribution. This can be done using
    the opkg remove command. i.e.:
    opkg remove <package>
    Where <package> is the name printed in the list above

    NOTE: If the package is a dependency of another package you
    will be notified of the dependent packages. You should
    use the --force-removal-of-dependent-packages option to
    also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    [ OK ] Started Print notice about GPLv3 packages.

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

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

    Arago 2016.12 dra7xx-evm ttyS0

    dra7xx-evm login:





    **************************************************************************************


    SOC2 log:

    U-Boot SPL 2016.05 (May 09 2018 - 14:42:55)
    DRA752-GP ES2.0
    no pinctrl for hs200_1_8v
    no pinctrl for ddr_1_8v
    Card did not respond to voltage select!
    *** Warning - MMC init failed, using default environment

    Trying to boot from MMC1
    reading dra7-ipu2-fw.lzop
    spl_load_file_fat: error reading file dra7-ipu2-fw.lzop, err - -1
    spl: error reading image dra7-ipu2-fw.lzop, err - -1
    Error loading remotecore IPU2!,Continuing with boot ...
    reading dra7-dsp1-fw.lzop
    spl_load_file_fat: error reading file dra7-dsp1-fw.lzop, err - -1
    spl: error reading image dra7-dsp1-fw.lzop, err - -1
    Error loading remotecore DSP1!,Continuing with boot ...
    reading dra7-dsp2-fw.lzop
    spl_load_file_fat: error reading file dra7-dsp2-fw.lzop, err - -1
    spl: error reading image dra7-dsp2-fw.lzop, err - -1
    Error loading remotecore DSP2!,Continuing with boot ...
    reading dra7-ipu1-fw.lzop
    spl_load_file_fat: error reading file dra7-ipu1-fw.lzop, err - -1
    spl: error reading image dra7-ipu1-fw.lzop, err - -1
    Error loading remotecore IPU1!,Continuing with boot ...
    Card did not respond to voltage select!
    *** Warning - MMC init failed, using default environment

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


    U-Boot 2016.05 (May 09 2018 - 14:42:55 +0200)

    CPU : DRA752-GP ES2.0
    Model: TI DRA742
    Board: DRA74x EVM REV
    DRAM: 1.5 GiB
    MMC: i2c_write: error waiting for data ACK (status=0x116)
    pcf8575_i2c_write_le16 i2c write failed to addr 21
    OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Card did not respond to voltage select!
    *** Warning - MMC init failed, using default environment

    Warning: fastboot.board_rev: unknown board revision
    Card did not respond to voltage select!
    ERROR: invalid mmc device

    at arch/arm/cpu/armv7/omap-common/utils.c:189/mmc_get_part_size()
    Warning: fastboot.userdata_size: unable to calc
    SCSI: 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).
    Net: Could not get PHY for ethernet@48484000: addr 2

    Warning: ethernet@48484000 using MAC address from ROM
    eth0: ethernet@48484000
    Hit any key to stop autoboot: 0
    i2c_write: error waiting for data ACK (status=0x116)
    pcf8575_i2c_write_le16 i2c write failed to addr 21
    i2c_write: error waiting for data ACK (status=0x116)
    pcf8575_i2c_write_le16 i2c write failed to addr 21
    switch to partitions #0, OK
    mmc0 is current device
    i2c_write: error waiting for data ACK (status=0x116)
    pcf8575_i2c_write_le16 i2c write failed to addr 21
    i2c_write: error waiting for data ACK (status=0x116)
    pcf8575_i2c_write_le16 i2c write failed to addr 21
    SD/MMC found on device 0
    reading boot.scr
    ** Unable to read file boot.scr **
    reading uEnv.txt
    163 bytes read in 2 ms (79.1 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc0 ...
    i2c_write: error waiting for data ACK (status=0x116)
    pcf8575_i2c_write_le16 i2c write failed to addr 21
    i2c_write: error waiting for data ACK (status=0x116)
    pcf8575_i2c_write_le16 i2c write failed to addr 21
    switch to partitions #0, OK
    mmc0 is current device
    i2c_write: error waiting for data ACK (status=0x116)
    pcf8575_i2c_write_le16 i2c write failed to addr 21
    i2c_write: error waiting for data ACK (status=0x116)
    pcf8575_i2c_write_le16 i2c write failed to addr 21
    SD/MMC found on device 0
    3552160 bytes read in 182 ms (18.6 MiB/s)
    106832 bytes read in 19 ms (5.4 MiB/s)
    Booting from mmc0 ...
    Kernel image @ 0x82000000 [ 0x000000 - 0x3633a0 ]
    ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    Loading Device Tree to 8ffe2000, end 8ffff14f ... OK

    Starting kernel ...

    [ 0.000000] Booting Linux on physical CPU 0x0
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 4.4.84 (root@rtrkn096-lin) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #4 SMP PREEMPT Tue May 8 10:30:12 CEST 2018
    [ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
    [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [ 0.000000] Machine model: TI DRA742
    [ 0.000000] Reserved memory: created DMA memory pool at 0x0000000040300000, size 3 MiB
    [ 0.000000] Reserved memory: initialized node cmem@40300000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: regions without no-map are not yet supported
    [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, 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 0x000000009e000000, size 32 MiB
    [ 0.000000] Reserved memory: initialized node ipu1_cma@9d000000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: regions without no-map are not yet supported
    [ 0.000000] Reserved memory: created CMA memory pool at 0x00000000a1000000, size 32 MiB
    [ 0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: created CMA memory pool at 0x00000000a3000000, size 32 MiB
    [ 0.000000] Reserved memory: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: regions without no-map are not yet supported
    [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 64 MiB
    [ 0.000000] Reserved memory: initialized node cmem@A9000000, compatible id shared-dma-pool
    [ 0.000000] cma: Reserved 24 MiB at 0x00000000be400000
    [ 0.000000] Forcing write-allocate cache policy for SMP
    [ 0.000000] Memory policy: Data cache writealloc
    [ 0.000000] OMAP4: Map 0x00000000bfd00000 to fe600000 for dram barrier
    [ 0.000000] DRA752 ES2.0
    [ 0.000000] PERCPU: Embedded 11 pages/cpu @ef62b000 s14912 r8192 d21952 u45056
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 243264
    [ 0.000000] Kernel command line: console=ttyS0,115200n8 vram=16M root=PARTUUID=c1259a78-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: 410840K/979968K available (6619K kernel code, 319K rwdata, 2388K rodata, 340K init, 290K bss, 364328K reserved, 204800K cma-reserved, 234496K 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 : 0xc0008000 - 0xc08d402c (9009 kB)
    [ 0.000000] .init : 0xc08d5000 - 0xc092a000 ( 340 kB)
    [ 0.000000] .data : 0xc092a000 - 0xc0979d60 ( 320 kB)
    [ 0.000000] .bss : 0xc097b000 - 0xc09c3800 ( 290 kB)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] Build-time adjustment of leaf fanout to 32.
    [ 0.000000] NR_IRQS:16 nr_irqs:16 16
    [ 0.000000] ti_dt_clocks_register: failed to lookup clock node gmac_gmii_ref_clk_div
    [ 0.000000] OMAP clockevent source: timer1 at 32786 Hz
    [ 0.000000] Architected 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.000016] Switching to timer-based delay loop, resolution 162ns
    [ 0.000327] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [ 0.000334] OMAP clocksource: 32k_counter at 32768 Hz
    [ 0.000771] Console: colour dummy device 80x30
    [ 0.000792] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [ 0.000805] pid_max: default: 32768 minimum: 301
    [ 0.000901] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.000911] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.001450] Initializing cgroup subsys io
    [ 0.001466] Initializing cgroup subsys memory
    [ 0.001491] Initializing cgroup subsys devices
    [ 0.001503] Initializing cgroup subsys freezer
    [ 0.001513] Initializing cgroup subsys perf_event
    [ 0.001525] Initializing cgroup subsys pids
    [ 0.001551] CPU: Testing write buffer coherency: ok
    [ 0.001748] /cpus/cpu@0 missing clock-frequency property
    [ 0.001765] /cpus/cpu@1 missing clock-frequency property
    [ 0.001775] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [ 0.001807] Setting up static identity map for 0x80008380 - 0x800083e0
    [ 0.080066] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [ 0.080135] Brought up 2 CPUs
    [ 0.080148] SMP: Total of 2 processors activated (24.59 BogoMIPS).
    [ 0.080154] CPU: All CPU(s) started in HYP mode.
    [ 0.080160] CPU: Virtualization extensions available.
    [ 0.080539] devtmpfs: initialized
    [ 0.109266] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [ 0.110235] omap_hwmod: l3_main_2 using broken dt data from ocp
    [ 0.313025] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [ 0.313047] futex hash table entries: 512 (order: 3, 32768 bytes)
    [ 0.317274] pinctrl core: initialized pinctrl subsystem
    [ 0.318128] NET: Registered protocol family 16
    [ 0.319052] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [ 0.340220] cpuidle: using governor ladder
    [ 0.370243] cpuidle: using governor menu
    [ 0.378751] OMAP GPIO hardware version 0.1
    [ 0.382714] omap_gpio 4805d000.gpio: could not find pctldev for node /ocp/l4@4a000000/scm@2000/pinmux@1400/gpio6_pins, deferring probe
    [ 0.384658] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
    [ 0.400723] omap-gpmc 50000000.gpmc: GPMC revision 6.0
    [ 0.400736] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
    [ 0.409993] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [ 0.410003] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [ 0.410483] omap4_sram_init:Unable to allocate sram needed to handle errata I688
    [ 0.410493] omap4_sram_init:Unable to get sram pool needed to handle errata I688
    [ 0.411067] OMAP DMA hardware revision 0.0
    [ 0.451628] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
    [ 0.452780] edma 43300000.edma: memcpy is disabled
    [ 0.457429] edma 43300000.edma: TI EDMA DMA engine driver
    [ 0.461845] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [ 0.462022] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [ 0.462178] omap-iommu 58882000.mmu: 58882000.mmu registered
    [ 0.462343] omap-iommu 55082000.mmu: 55082000.mmu registered
    [ 0.462632] omap-iommu 41501000.mmu: 41501000.mmu registered
    [ 0.462816] omap-iommu 41502000.mmu: 41502000.mmu registered
    [ 0.465808] palmas 0-0058: IRQ missing: skipping irq request
    [ 0.481271] palmas 0-0058: Muxing GPIO 2e, PWM 0, LED 0
    [ 0.543402] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [ 0.543801] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
    [ 0.544004] media: Linux media interface: v0.10
    [ 0.544057] Linux video capture interface: v2.00
    [ 0.544096] pps_core: LinuxPPS API ver. 1 registered
    [ 0.544103] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.544126] PTP clock support registered
    [ 0.544174] EDAC MC: Ver: 3.0.0
    [ 0.544918] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [ 0.545214] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [ 0.545544] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.546379] clocksource: Switched to clocksource arch_sys_counter
    [ 0.556943] NET: Registered protocol family 2
    [ 0.557441] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [ 0.557505] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.557629] TCP: Hash tables configured (established 8192 bind 8192)
    [ 0.557676] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.557706] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.557914] NET: Registered protocol family 1
    [ 0.558181] RPC: Registered named UNIX socket transport module.
    [ 0.558189] RPC: Registered udp transport module.
    [ 0.558196] RPC: Registered tcp transport module.
    [ 0.558202] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.559198] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [ 0.569166] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.569815] NFS: Registering the id_resolver key type
    [ 0.569839] Key type id_resolver registered
    [ 0.569847] Key type id_legacy registered
    [ 0.569908] ntfs: driver 2.1.32 [Flags: R/O].
    [ 0.571172] bounce: pool size: 64 pages
    [ 0.571319] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [ 0.571332] io scheduler noop registered
    [ 0.571343] io scheduler deadline registered
    [ 0.571379] io scheduler cfq registered (default)
    [ 0.576269] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
    [ 0.579495] PCI host bridge /ocp/axi@0/pcie_rc@51000000 ranges:
    [ 0.579508] No bus range found for /ocp/axi@0/pcie_rc@51000000, using [bus 00-ff]
    [ 0.579540] IO 0x20003000..0x20012fff -> 0x00000000
    [ 0.579561] MEM 0x20013000..0x2fffffff -> 0x20013000
    [ 0.609866] dra7-pcie 51000000.pcie_rc: link is not up
    [ 0.610041] dra7-pcie 51000000.pcie_rc: PCI host bridge to bus 0000:00
    [ 0.610054] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.610064] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    [ 0.610074] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
    [ 0.610489] PCI: bus0: Fast back to back transfers disabled
    [ 0.610610] PCI: bus1: Fast back to back transfers enabled
    [ 0.610693] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
    [ 0.610709] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
    [ 0.610721] pci 0000:00:00.0: PCI bridge to [bus 01]
    [ 0.610937] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
    [ 0.671054] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [ 0.674427] console [ttyS0] disabled
    [ 0.674479] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 269, base_baud = 3000000) is a 8250
    [ 1.674070] console [ttyS0] enabled
    [ 1.678475] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 270, base_baud = 3000000) is a 8250
    [ 1.688172] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 271, base_baud = 3000000) is a 8250
    [ 1.698218] [drm] Initialized drm 1.1.0 20060810
    [ 1.704223] OMAP DSS rev 6.1
    [ 1.708012] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
    [ 1.723801] loop: module loaded
    [ 1.727348] vmemexp device MAJOR num = 246
    [ 1.731479] vmemexp class registered
    [ 1.735193] /dev/vmemexp device registered
    [ 1.739327] ioctl DBUFIOC_EXPORT_VIRTMEM = -1072899120
    [ 1.745001] nand: No NAND device found
    [ 1.748791] omap2-nand 8000000.nand: scan failed, may be bus-width mismatch
    [ 1.758714] m25p80 spi32766.0: s25fl256s1 (32768 Kbytes)
    [ 1.764109] 7 ofpart partitions found on MTD device spi32766.0
    [ 1.769989] Creating 7 MTD partitions on "spi32766.0":
    [ 1.775151] 0x000000000000-0x000000040000 : "QSPI.SPL"
    [ 1.781290] 0x000000040000-0x000000140000 : "QSPI.u-boot"
    [ 1.787633] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
    [ 1.794553] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
    [ 1.801252] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
    [ 1.808656] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
    [ 1.814997] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
    [ 1.822781] libphy: Fixed MDIO Bus: probed
    [ 1.829653] cpsw 48484000.ethernet: Detected MACID = c8:fd:19:ba:59:84
    [ 1.836303] cpsw 48484000.ethernet: cpts: overflow check period 800
    [ 1.843276] cpsw 48484000.ethernet: cpsw: Detected MACID = c8:fd:19:ba:59:85
    [ 1.851895] mousedev: PS/2 mouse device common for all mice
    [ 1.858181] i2c /dev entries driver
    [ 1.867457] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
    [ 1.873842] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
    [ 1.880392] evm_3v3_sw: supplied by sysen1
    [ 2.037323] ledtrig-cpu: registered to indicate activity on CPUs
    [ 2.045755] aic_dvdd: supplied by evm_3v3_sw
    [ 2.051654] davinci-mcasp 4847c000.mcasp: invalid tdm slots: 0
    [ 2.059121] NET: Registered protocol family 10
    [ 2.074449] sit: IPv6 over IPv4 tunneling driver
    [ 2.079651] NET: Registered protocol family 17
    [ 2.084334] Key type dns_resolver registered
    [ 2.088768] omap_voltage_late_init: Voltage driver support not added
    [ 2.095641] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [ 2.101862] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [ 2.108570] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [ 2.114779] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [ 2.122942] Power Management for TI OMAP4+ devices.
    [ 2.128021] Registering SWP/SWPB emulation handler
    [ 2.134863] dmm 4e000000.dmm: initialized all PAT entries
    [ 2.142231] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 2.148882] [drm] No driver support for vblank timestamp query.
    [ 2.155178] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0
    [ 2.172166] pcf857x: probe of 0-0020 failed with error -121
    [ 2.186554] pcf857x: probe of 0-0021 failed with error -121
    [ 2.236386] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
    [ 2.242506] davinci_mdio 48485000.mdio: no live phy, scanning all
    [ 2.249809] davinci_mdio: probe of 48485000.mdio failed with error -5
    [ 2.256744] omap_hsmmc 4809c000.mmc: Got CD GPIO
    [ 2.297862] asoc-simple-card sound0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
    [ 2.307375] hctosys: unable to open rtc device (rtc0)
    [ 2.320487] evm_1v8: disabling
    [ 2.323557] aic_dvdd: disabling
    [ 2.326890] ldousb: disabling
    [ 2.330270] ALSA device list:
    [ 2.333248] #0: DRA7xx-EVM
    [ 2.336795] Waiting for root device PARTUUID=c1259a78-02...
    [ 2.993456] mmc2: host does not support reading read-only switch, assuming write-enable
    [ 3.003406] mmc2: new high speed SDHC card at address 59b4
    [ 3.019280] mmcblk0: mmc2:59b4 USD 7.36 GiB
    [ 3.024510] mmcblk0: p1 p2
    [ 3.107130] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
    [ 3.115686] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
    [ 4.050366] EXT4-fs (mmcblk0p2): recovery complete
    [ 4.059944] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [ 4.068124] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [ 4.075695] devtmpfs: mounted
    [ 4.078918] Freeing unused kernel memory: 340K
    [ 4.083379] This architecture does not have kernel memory protection.
    [ 4.276484] systemd[1]: System time before build time, advancing clock.
    [ 4.318025] random: systemd: uninitialized urandom read (16 bytes read, 19 bits of entropy available)
    [ 4.331036] random: systemd: uninitialized urandom read (16 bytes read, 19 bits of entropy available)
    [ 4.342781] systemd[1]: systemd 229 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
    [ 4.361279] systemd[1]: Detected architecture arm.

    Welcome to Arago 2016.12!

    [ 4.387293] systemd[1]: Set hostname to <dra7xx-evm>.
    [ 4.455891] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
    [ 4.469645] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
    [ 4.481476] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
    [ 4.484983] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 22 bits of entropy available)
    [ 4.486996] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 22 bits of entropy available)
    [ 4.578452] random: systemd: uninitialized urandom read (16 bytes read, 25 bits of entropy available)
    [ 4.587952] random: systemd: uninitialized urandom read (16 bytes read, 25 bits of entropy available)
    [ 4.597824] random: systemd: uninitialized urandom read (16 bytes read, 25 bits of entropy available)
    [ 4.937085] systemd[1]: basic.target: Found ordering cycle on basic.target/start
    [ 4.944523] systemd[1]: basic.target: Found dependency on sockets.target/start
    [ 4.951821] systemd[1]: basic.target: Found dependency on avahi-daemon.socket/start
    [ 4.959535] systemd[1]: basic.target: Found dependency on sysinit.target/start
    [ 4.966847] systemd[1]: basic.target: Found dependency on alignment.service/start
    [ 4.974363] systemd[1]: basic.target: Found dependency on basic.target/start
    [ 4.981465] systemd[1]: basic.target: Breaking ordering cycle by deleting job sockets.target/start
    [ 4.990481] systemd[1]: sockets.target: Job sockets.target/start deleted to break ordering cycle starting with basic.target/start
    [ SKIP ] Ordering cycle found, skipping Sockets
    [ 5.016795] systemd[1]: basic.target: Found ordering cycle on basic.target/start
    [ 5.024232] systemd[1]: basic.target: Found dependency on sysinit.target/start
    [ 5.031531] systemd[1]: basic.target: Found dependency on alignment.service/start
    [ 5.039071] systemd[1]: basic.target: Found dependency on basic.target/start
    [ 5.046155] systemd[1]: basic.target: Breaking ordering cycle by deleting job alignment.service/start
    [ 5.055439] systemd[1]: alignment.service: Job alignment.service/start deleted to break ordering cycle starting with basic.target/start
    [ SKIP ] Ordering cycle found, skipping alignment.service
    [ 5.088989] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ OK ] Started Forward Password Requests to Wall Directory Watch.
    [ 5.116767] systemd[1]: Listening on Journal Socket (/dev/log).
    [ OK ] Listening on Journal Socket (/dev/log).
    [ 5.136572] systemd[1]: Reached target Swap.
    [ OK ] Reached target Swap.
    [ 5.156648] systemd[1]: Listening on udev Control Socket.
    [ OK ] Listening on udev Control Socket.
    [ 5.187045] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ OK ] Started Dispatch Password Requests to Console Directory Watch.
    [ 5.216610] systemd[1]: Reached target Paths.
    [ OK ] Reached target Paths.
    [ 5.236748] systemd[1]: Listening on Network Service Netlink Socket.
    [ OK ] Listening on Network Service Netlink Socket.
    [ 5.257807] systemd[1]: Created slice System Slice.
    [ OK ] Created slice System Slice.
    [ 5.277187] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [ OK ] Created slice system-serial\x2dgetty.slice.
    [ 5.296651] systemd[1]: Listening on Syslog Socket.
    [ OK ] Listening on Syslog Socket.
    [ 5.316627] systemd[1]: Listening on udev Kernel Socket.
    [ OK ] Listening on udev Kernel Socket.
    [ 5.337140] systemd[1]: Created slice system-getty.slice.
    [ OK ] Created slice system-getty.slice.
    [ 5.356721] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
    [ 5.376598] systemd[1]: Reached target Remote File Systems.
    [ OK ] Reached target Remote File Systems.
    [ 5.396670] systemd[1]: Listening on Journal Socket.
    [ OK ] Listening on Journal Socket.
    [ 5.456736] systemd[1]: Starting Load Kernel Modules...
    Starting Load Kernel Modules...
    [ 5.488979] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    Starting Create list of required st... nodes for the current kernel...
    [ 5.546751] systemd[1]: Starting Journal Service...
    Starting Journal Service...
    [ 5.569817] systemd[1]: Mounting POSIX Message Queue File System...
    Mounting POSIX Message Queue File System...
    [ 5.590577] systemd[1]: Mounting Temporary Directory...
    Mounting Temporary Directory...
    [ 5.618787] systemd[1]: Starting Remount Root and Kernel File Systems...
    Starting Remount Root and Kernel File Systems...
    [ 5.648951] systemd[1]: Starting Setup Virtual Console...
    [ 5.654496] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    Starting Setup Virtual Console...
    [ 5.688806] systemd[1]: Mounting Debug File System...
    Mounting Debug File System...
    [ 5.707243] systemd[1]: Created slice User and Session Slice.
    [ OK ] Created slice User and Session Slice.
    [ 5.736595] systemd[1]: Reached target Slices.
    [ OK ] Reached target Slices.
    [ 5.790992] systemd[1]: Mounted POSIX Message Queue File System.
    [ OK ] Mounted POSIX Message Queue File System.
    [ 5.816651] systemd[1]: Mounted Debug File System.
    [ OK ] Mounted Debug File System.
    [ 5.836634] systemd[1]: Mounted Temporary Directory.
    [ OK ] Mounted Temporary Directory.
    [ 5.856926] systemd[1]: Started Journal Service.
    [ OK ] Started Journal Service.
    [FAILED] Failed to start Load Kernel Modules.
    See 'systemctl status systemd-modules-load.service' for details.
    [ OK ] Started Create list of required sta...ce nodes for the current kernel.
    [ OK ] Started Remount Root and Kernel File Systems.
    [ OK ] Started Setup Virtual Console.
    Starting udev Coldplug all Devices...
    Starting Create Static Device Nodes in /dev...
    Starting Apply Kernel Variables...
    Starting Flush Journal to Persistent Storage...
    [ OK ] Started Create Static Device Nodes in /dev.
    [ OK ] Started Apply Kernel Variables.
    [ 6.500670] systemd-journald[121]: Received request to flush runtime journal from PID 1
    [ OK ] Started Flush Journal to Persistent Storage.
    [ OK ] Reached target Local File Systems (Pre).
    Mounting /media/ram...
    Mounting /var/volatile...
    Starting udev Kernel Device Manager...
    [ OK ] Mounted /var/volatile.
    [ OK ] Mounted /media/ram.
    [ OK ] Started udev Kernel Device Manager.
    [ OK ] Started udev Coldplug all Devices.
    [ 6.897911] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
    [ 6.916663] remoteproc0: 55020000.ipu is available
    [ 6.941517] remoteproc0: Note: remoteproc is still under development and considered experimental.
    [ OK ] Reached target Local File Systems.
    [ 6.979753] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ 6.999160] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
    Starting Create Volatile Files and Directories...
    [ 7.052435] remoteproc1: 40800000.dsp is available
    [ 7.070126] remoteproc1: Note: remoteproc is still under development and considered experimental.
    Starting Load/Save Random Seed...
    [ 7.135310] remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ OK ] Started Create Volatile Files and Directories.
    [ 7.159623] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20
    [ 7.182665] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
    [ 7.193674] remoteproc2: 41000000.dsp is available
    [ 7.207886] remoteproc2: Note: remoteproc is still under development and considered experimental.
    [ OK ] Started Load/Save Random Seed.
    [ 7.234418] remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ 7.265831] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
    [ OK ] Found device /dev/ttyS0.
    [ 7.370225] omap_rtc 48838000.rtc: rtc core: registered 48838000.rtc as rtc0
    Starting Network Time Synchronization...
    Starting Update UTMP about System Boot/Shutdown...
    [ 7.536898] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
    [ OK ] Started Network Time Synchronization.[ 7.548330] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3

    [ 7.570703] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
    [ OK ] Started Update UTMP about System Boot/Shutdown.
    [ OK ] Reached target System Time Synchronized.
    Starting Synchronize System and HW clocks...
    [ 8.042034] remoteproc0: registered virtio0 (type 7)
    [ 8.062139] SCSI subsystem initialized
    [ OK ] Reached target Sound Card.
    [ 8.425799] CAN device driver interface
    [ 8.494622] remoteproc1: registered virtio1 (type 7)
    [ 8.568914] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=fce3c000, irq=326)
    [ 8.606544] [drm] Initialized pvr 1.14.3699939 20110701 on minor 1
    [ OK ] Started Synchronize System and HW clocks.
    [ OK ] Reached target System Initialization.
    [ OK ] Listening on RPCbind Server Activation Socket.
    [ 8.832262] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
    [ 8.840694] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    [ 8.850847] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst
    [ OK ] Listening on D-Bus System Message Bus Socket.
    [ 8.894749] scsi host0: ahci
    [ 8.899266] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 310
    [ 8.962415] remoteproc2: registered virtio2 (type 7)
    [ OK ] Listening on dropbear.socket.
    [ OK ] Reached target Basic System.
    Starting Login Service...
    Starting TI MultiCore Tools Daemon...
    Starting Print notice about GPLv3 packages...
    Starting Telephony service...
    [ OK ] Started System Logging Service.
    Starting Permit User Sessions...
    Starting Save/Restore Sound Card State...[ 9.256551] ata1: SATA link down (SStatus 0 SControl 300)

    [ OK ] Started Daily Cleanup of Temporary Directories.
    [ OK ] Reached target Timers.
    [ OK ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    [ OK ] Started Kernel Logging Service.
    Starting uim-sysfs.service...
    [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    Starting Avahi mDNS/DNS-SD Stack...
    [ OK ] Started D-Bus System Message Bus.
    [ 9.752451] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [ OK ] Started Avahi mDNS/DNS-SD Stack.
    [ OK ] Started Telephony service.
    Starting Network Service...
    [FAILED] Failed to start TI MultiCore Tools Daemon.
    See 'systemctl status ti-mct-daemon.service' for details.
    [ OK ] Started Permit User Sessions.
    [ OK ] Started Save/Restore Sound Card State.
    [ 9.973699] NET: Registered protocol family 15
    [ 10.112216] Bluetooth: Core ver 2.21
    [ 10.118099] NET: Registered protocol family 31
    [ 10.125755] remoteproc0: powering up 55020000.ipu
    [ 10.132279] Bluetooth: HCI device and connection manager initialized
    [ 10.142798] Bluetooth: HCI socket layer initialized
    [ 10.154227] Bluetooth: L2CAP socket layer initialized
    [ 10.166446] Bluetooth: SCO socket layer initialized
    [ 10.188405] remoteproc0: Booting fw image dra7-ipu2-fw.xem4, size 9507952
    [ 10.204156] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
    [ 10.266589] net eth1: initializing cpsw version 1.15 (0)
    [ 10.276503] net eth0: initialized cpsw ale version 1.4
    [ OK ] Started Network Service.
    [ 10.302246] net eth0: ALE Table size 1024
    [ 10.325886] libphy: PHY 48485000.mdio:03 not found
    [ 10.335047] remoteproc0: remote processor 55020000.ipu is now up
    [ 10.341022] net eth1: phy "48485000.mdio:03" not found on slave 1, err -19
    [ 10.354270] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
    [ 10.385279] virtio_rpmsg_bus virtio0: rpmsg host is online
    [ 10.385863] net eth0: initializing cpsw version 1.15 (0)
    [ 10.389879] libphy: PHY 48485000.mdio:07 not found
    [ 10.389884] net eth0: phy "48485000.mdio:07" not found on slave 0, err -19
    [ 10.401507] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 10.419641] Initializing XFRM netlink socket
    [ 10.447263] remoteproc1: powering up 40800000.dsp
    [ 10.476746] remoteproc1: Booting fw image dra7-dsp1-fw.xe66, size 7449552
    [ 10.490251] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
    [ 10.496141] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
    [ 10.502108] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
    [ 10.598247] remoteproc1: remote processor 40800000.dsp is now up
    [ 10.616903] virtio_rpmsg_bus virtio1: rpmsg host is online
    [ 10.623235] remoteproc2: powering up 41000000.dsp
    [ 10.662421] remoteproc2: Booting fw image dra7-dsp2-fw.xe66, size 7449552
    [ 10.683041] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
    [ 10.688932] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
    [ 10.694872] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
    [ 10.781562] remoteproc2: remote processor 41000000.dsp is now up
    [ 10.807640] virtio_rpmsg_bus virtio2: rpmsg host is online
    [ 10.860958] virtio_rpmsg_bus virtio0: creating channel rpmsg-proto addr 0x50
    [ 10.870340] virtio_rpmsg_bus virtio1: creating channel rpmsg-proto addr 0x50
    [ 10.896541] virtio_rpmsg_bus virtio2: creating channel rpmsg-proto addr 0x50
    [ 10.924614] NET: Registered protocol family 41
    [ 10.971081] random: nonblocking pool is initialized
    [ OK ] Reached target Network.
    Starting Lightning Fast Webserver With Light System Requirements...
    Starting Network Name Resolution...
    [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    [ OK ] Started Getty on tty1.
    [ OK ] Started Serial Getty on ttyS0.
    [ OK ] Started Lightning Fast Webserver With Light System Requirements.
    [ OK ] Started Login Service.
    [ OK ] Started Network Name Resolution.
    [ OK ] Started uim-sysfs.service.
    Starting rc.pvr.service...
    [ 11.405360] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
    [ OK ] Started rc.pvr.service.
    Starting weston.service...
    [ OK ] Started weston.service.
    Starting telnetd.service...
    Starting tiipclad-daemon.service...
    [ OK ] Started telnetd.service.
    [ OK ] Started tiipclad-daemon.service.
    Starting thttpd.service...
    [ OK ] Started thttpd.service.
    Starting rng-tools.service...
    [ OK ] Started rng-tools.service.
    Starting gdbserverproxy.service...
    [ OK ] Started gdbserverproxy.service.
    Starting matrix-gui-2.0.service...
    [ OK ] Started matrix-gui-2.0.service.
    Starting thermal-zone-init.service...
    [ OK ] Started thermal-zone-init.service.
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
    autoconf
    binutils-dev
    binutils
    bison-dev
    bison
    cpp-symlinks
    cpp
    dosfstools
    g++-symlinks
    g++
    gawk-dev
    gawk
    gcc-symlinks
    gcc
    gdb
    gdbc6x
    gdbserver
    gstreamer1.0-libav
    libcairo-perf-utils
    libgmp10
    libidn11
    libmpc3
    libmpfr4
    m4-dev
    m4
    make
    nettle
    parted
    swig-dev
    swig

    If you do not wish to distribute GPLv3 components please remove
    the above packages prior to distribution. This can be done using
    the opkg remove command. i.e.:
    opkg remove <package>
    Where <package> is the name printed in the list above

    NOTE: If the package is a dependency of another package you
    will be notified of the dependent packages. You should
    use the --force-removal-of-dependent-packages option to
    also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    [ OK ] Started Print notice about GPLv3 packages.

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

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

    Arago 2016.12 dra7xx-evm ttyS0

    dra7xx-evm login:


    ****************************************************************************

    Do you have any other propositions?

    Regards,
    Stefan.
  • Stefan
    For SOC1, from the bootlog it appears that the platform data is incorrect as indicated by
    [ 1.840064] cpsw 48484000.ethernet: Missing or malformed slave[1] phy-mode property
    [ 1.847803] cpsw 48484000.ethernet: cpsw: platform data missing

    Please check if the changes have been carried out correctly

    For SOC2 , the driver seems to be looking for a PHY (on eth0 and eth1) and fails to detect one - suspect the fixed-link param has not taken effect

    if possible paste the dt snippets for SOC1 and SOC2
  • DTS would be like an original provided for the tda2xx with the minor changes regarding some voltages and cpsw that are needed for our board (DTS file for ALPHA AMV board). The differences between SOCs dts are only the one regarding cpsw which are located in the posts above.

    The problem occurs when I delete the delays of the cpsw1 of the SOC1... then the whole eth device fails.

    DTS that overrides the DTS below:

    /*
    * DTS file for ALPHA AMV board.
    *
    */

    #include "dra7-evm-infoadas.dts"



    /* Power supply for SD card. */
    &mmc1 {
    vmmc-supply = <&evm_3v3_sw>;
    };

    /* Define custom pinmux. */
    &dra7_pmx_core {
    gpio6_pins: gpio6_pins {
    pinctrl-single,pins = <
    0x37C (PIN_OUTPUT_PULLUP | MUX_MODE14) /* PHY reset pin is connected to SOC GPIO6_29 [AD4] pin. */
    >;
    };
    };

    /* Apply custom pinmux to GPIO6. */
    &gpio6 {
    status = "okay";
    pinctrl-names = "default";
    pinctrl-0 = <&gpio6_pins>;
    };

    /* Davinci MDIO resets the PHY via GPIO pin. */
    &davinci_mdio {
    reset-gpios = <&gpio6 29 GPIO_ACTIVE_LOW>; /* PHY reset is asserted from SOC GPIO6_29 pin. */
    reset-delay-us = <10>; /* PHY OSC @ 25MHz per Marvell datasheet minimal reset delay is 10 * (1 / Fosc). */
    };

    /* Set PHY address and mode. */
    &cpsw_emac0 {
    phy_id = <&davinci_mdio>, <7>; /* PHY address is 0x7. */
    phy-mode = "rgmii-id"; /* PHY is responsible for rgmii interface delay handling on RX and TX line. */
    dual_emac_res_vlan = <1>;
    };

    **********************************************************************************
    SOC1 DTS:

    /*
    * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
    *
    * This program is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License version 2 as
    * published by the Free Software Foundation.
    */
    /dts-v1/;

    #include "dra74x.dtsi"
    #include "dra7-evm-common.dtsi"

    / {
    model = "TI DRA742";
    compatible = "ti,dra7-evm", "ti,dra742", "ti,dra74", "ti,dra7";

    memory {
    device_type = "memory";
    reg = <0x0 0x80000000 0x0 0x60000000>; /* 1536 MB */
    };

    reserved_mem: reserved-memory {
    #address-cells = <2>;
    #size-cells = <2>;
    ranges;

    ipu2_cma_pool: ipu2_cma@95800000 {
    compatible = "shared-dma-pool";
    reg = <0x0 0x95800000 0x0 0x3800000>;
    reusable;
    status = "okay";
    };

    dsp1_cma_pool: dsp1_cma@99000000 {
    compatible = "shared-dma-pool";
    reg = <0x0 0x99000000 0x0 0x4000000>;
    reusable;
    status = "okay";
    };

    ipu1_cma_pool: ipu1_cma@9d000000 {
    compatible = "shared-dma-pool";
    reg = <0x0 0x9d000000 0x0 0x2000000>;
    reusable;
    status = "okay";
    };

    dsp2_cma_pool: dsp2_cma@9f000000 {
    compatible = "shared-dma-pool";
    reg = <0x0 0x9f000000 0x0 0x800000>;
    reusable;
    status = "okay";
    };
    };

    aliases {
    i2c7 = &disp_ser;
    };

    evm_1v8_sw: fixedregulator-evm_1v8 {
    compatible = "regulator-fixed";
    regulator-name = "evm_1v8";
    vin-supply = <&smps9_reg>;
    regulator-min-microvolt = <1800000>;
    regulator-max-microvolt = <1800000>;
    };

    evm_3v3_sd: fixedregulator-sd {
    compatible = "regulator-fixed";
    regulator-name = "evm_3v3_sd";
    regulator-min-microvolt = <3300000>;
    regulator-max-microvolt = <3300000>;
    enable-active-high;
    gpio = <&pcf_gpio_21 5 GPIO_ACTIVE_HIGH>;
    };

    evm_3v3_sw: fixedregulator-evm_3v3_sw {
    compatible = "regulator-fixed";
    regulator-name = "evm_3v3_sw";
    vin-supply = <&sysen1>;
    regulator-min-microvolt = <3300000>;
    regulator-max-microvolt = <3300000>;
    };

    aic_dvdd: fixedregulator-aic_dvdd {
    /* TPS77018DBVT */
    compatible = "regulator-fixed";
    regulator-name = "aic_dvdd";
    vin-supply = <&evm_3v3_sw>;
    regulator-min-microvolt = <1800000>;
    regulator-max-microvolt = <1800000>;
    };

    vmmcwl_fixed: fixedregulator-mmcwl {
    compatible = "regulator-fixed";
    regulator-name = "vmmcwl_fixed";
    regulator-min-microvolt = <1800000>;
    regulator-max-microvolt = <1800000>;
    gpio = <&gpio5 8 0>; /* gpio5_8 */
    startup-delay-us = <70000>;
    enable-active-high;
    };

    vtt_fixed: fixedregulator-vtt {
    compatible = "regulator-fixed";
    regulator-name = "vtt_fixed";
    regulator-min-microvolt = <1350000>;
    regulator-max-microvolt = <1350000>;
    regulator-always-on;
    regulator-boot-on;
    enable-active-high;
    vin-supply = <&sysen2>;
    gpio = <&gpio7 11 GPIO_ACTIVE_HIGH>;
    };

    extcon_usb2: extcon_usb2 {
    compatible = "linux,extcon-usb-gpio";
    id-gpio = <&pcf_gpio_21 2 GPIO_ACTIVE_HIGH>;
    };

    };

    &tpd12s015 {
    compatible = "ti,dra7evm-tpd12s015";
    pinctrl-names = "i2c", "ddc";
    pinctrl-0 = <&hdmi_i2c_sel_pin &hdmi_i2c_pins_i2c>;
    pinctrl-1 = <&hdmi_i2c_sel_pin &hdmi_i2c_pins_ddc>;

    gpios = <&pcf_hdmi 4 GPIO_ACTIVE_HIGH>, /* P4, CT CP HPD */
    <&pcf_hdmi 5 GPIO_ACTIVE_HIGH>, /* P5, LS OE */
    <&gpio7 12 GPIO_ACTIVE_HIGH>; /* gpio7_12/sp1_cs2, HPD */

    ddc-i2c-bus = <&i2c2>;
    mcasp-gpio = <&mcasp8>;
    };

    &dra7_pmx_core {
    hdmi_i2c_sel_pin: pinmux_hdmi_i2c_sel_pin {
    pinctrl-single,pins = <
    /* this pin is used as a GPIO via mcasp */
    0x2fc (PIN_OUTPUT | MUX_MODE1) /* mcasp8_axr2 */
    >;
    };

    hdmi_i2c_pins_i2c: pinmux_hdmi_i2c_pins_default {
    pinctrl-single,pins = <
    0x408 (PIN_INPUT | MUX_MODE0) /* i2c2_sda.i2c2_sda */
    0x40c (PIN_INPUT | MUX_MODE0) /* i2c2_scl.i2c2_scl */
    >;
    };

    hdmi_i2c_pins_ddc: pinmux_hdmi_i2c_pins_ddc {
    pinctrl-single,pins = <
    0x408 (PIN_INPUT | MUX_MODE1) /* i2c2_sda.hdmi1_ddc_scl */
    0x40c (PIN_INPUT | MUX_MODE1) /* i2c2_scl.hdmi1_ddc_sda */
    >;
    };

    mmc1_pins_default: pinmux_mmc1_default_pins {
    pinctrl-single,pins = <
    0x354 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_clk.clk */
    0x358 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_cmd.cmd */
    0x35c (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_dat0.dat0 */
    0x360 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_dat1.dat1 */
    0x364 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_dat2.dat2 */
    0x368 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_dat3.dat3 */
    >;
    };

    mmc1_pins_sdr12: pinmux_mmc1_sdr12_pins {
    pinctrl-single,pins = <
    0x354 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_clk.clk */
    0x358 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_cmd.cmd */
    0x35c (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_dat0.dat0 */
    0x360 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_dat1.dat1 */
    0x364 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_dat2.dat2 */
    0x368 (PIN_INPUT_PULLUP | MUX_MODE0) /* mmc1_dat3.dat3 */
    >;
    };

    mmc1_pins_hs: pinmux_mmc1_hs_pins {
    pinctrl-single,pins = <
    0x354 (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE11 | MUX_MODE0) /* mmc1_clk.clk */
    0x358 (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE11 | MUX_MODE0) /* mmc1_cmd.cmd */
    0x35c (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE11 | MUX_MODE0) /* mmc1_dat0.dat0 */
    0x360 (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE11 | MUX_MODE0) /* mmc1_dat1.dat1 */
    0x364 (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE11 | MUX_MODE0) /* mmc1_dat2.dat2 */
    0x368 (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE11 | MUX_MODE0) /* mmc1_dat3.dat3 */
    >;
    };

    mmc1_pins_sdr25: pinmux_mmc1_sdr25_pins {
    pinctrl-single,pins = <
    0x354 (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE11 | MUX_MODE0) /* mmc1_clk.clk */
    0x358 (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE11 | MUX_MODE0) /* mmc1_cmd.cmd */
    0x35c (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE11 | MUX_MODE0) /* mmc1_dat0.dat0 */
    0x360 (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE11 | MUX_MODE0) /* mmc1_dat1.dat1 */
    0x364 (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE11 | MUX_MODE0) /* mmc1_dat2.dat2 */
    0x368 (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE11 | MUX_MODE0) /* mmc1_dat3.dat3 */
    >;
    };

    mmc1_pins_sdr50: pinmux_mmc1_sdr50_pins {
    pinctrl-single,pins = <
    0x354 (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE10 | MUX_MODE0) /* mmc1_clk.clk */
    0x358 (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE10 | MUX_MODE0) /* mmc1_cmd.cmd */
    0x35c (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE10 | MUX_MODE0) /* mmc1_dat0.dat0 */
    0x360 (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE10 | MUX_MODE0) /* mmc1_dat1.dat1 */
    0x364 (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE10 | MUX_MODE0) /* mmc1_dat2.dat2 */
    0x368 (PIN_INPUT_PULLUP | MUX_VIRTUAL_MODE10 | MUX_MODE0) /* mmc1_dat3.dat3 */
    >;
    };

    mmc1_pins_ddr50: pinmux_mmc1_ddr50_pins {
    pinctrl-single,pins = <
    0x354 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE0) /* mmc1_clk.clk */
    0x358 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE0) /* mmc1_cmd.cmd */
    0x35c (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE0) /* mmc1_dat0.dat0 */
    0x360 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE0) /* mmc1_dat1.dat1 */
    0x364 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE0) /* mmc1_dat2.dat2 */
    0x368 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE0) /* mmc1_dat3.dat3 */
    >;
    };

    mmc1_pins_sdr104: pinmux_mmc1_sdr104_pins {
    pinctrl-single,pins = <
    0x354 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE0) /* mmc1_clk.clk */
    0x358 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE0) /* mmc1_cmd.cmd */
    0x35c (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE0) /* mmc1_dat0.dat0 */
    0x360 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE0) /* mmc1_dat1.dat1 */
    0x364 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE0) /* mmc1_dat2.dat2 */
    0x368 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE0) /* mmc1_dat3.dat3 */
    >;
    };

    mmc2_pins_default: mmc2_pins_default {
    pinctrl-single,pins = <
    0x9c (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a23.mmc2_clk */
    0xb0 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_cs1.mmc2_cmd */
    0xa0 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a24.mmc2_dat0 */
    0xa4 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a25.mmc2_dat1 */
    0xa8 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a26.mmc2_dat2 */
    0xac (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a27.mmc2_dat3 */
    0x8c (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a19.mmc2_dat4 */
    0x90 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a20.mmc2_dat5 */
    0x94 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a21.mmc2_dat6 */
    0x98 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a22.mmc2_dat7 */
    >;
    };

    mmc2_pins_hs: mmc2_pins_hs {
    pinctrl-single,pins = <
    0x9c (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a23.mmc2_clk */
    0xb0 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_cs1.mmc2_cmd */
    0xa0 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a24.mmc2_dat0 */
    0xa4 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a25.mmc2_dat1 */
    0xa8 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a26.mmc2_dat2 */
    0xac (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a27.mmc2_dat3 */
    0x8c (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a19.mmc2_dat4 */
    0x90 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a20.mmc2_dat5 */
    0x94 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a21.mmc2_dat6 */
    0x98 (PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_a22.mmc2_dat7 */
    >;
    };

    mmc2_pins_ddr_1_8v: pinmux_mmc2_ddr_1_8v_pins {
    pinctrl-single,pins = <
    0x9c (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_a23.mmc2_clk */
    0xb0 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_cs1.mmc2_cmd */
    0xa0 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_a24.mmc2_dat0 */
    0xa4 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_a25.mmc2_dat1 */
    0xa8 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_a26.mmc2_dat2 */
    0xac (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_a27.mmc2_dat3 */
    0x8c (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_a19.mmc2_dat4 */
    0x90 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_a20.mmc2_dat5 */
    0x94 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_a21.mmc2_dat6 */
    0x98 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_a22.mmc2_dat7 */
    >;
    };

    mmc2_pins_hs200_1_8v: mmc2_pins_hs200_1_8v {
    pinctrl-single,pins = <
    0x9c (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_a23.mmc2_clk */
    0xb0 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_cs1.mmc2_cmd */
    0xa0 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_a24.mmc2_dat0 */
    0xa4 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_a25.mmc2_dat1 */
    0xa8 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_a26.mmc2_dat2 */
    0xac (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_a27.mmc2_dat3 */
    0x8c (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_a19.mmc2_dat4 */
    0x90 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_a20.mmc2_dat5 */
    0x94 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_a21.mmc2_dat6 */
    0x98 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE1) /* gpmc_a22.mmc2_dat7 */
    >;
    };

    mmc4_pins_default: mmc4_pins_default {
    pinctrl-single,pins = <
    0x3e8 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE3) /* uart1_ctsn.mmc4_clk */
    0x3ec (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE3) /* uart1_rtsn.mmc4_cmd */
    0x3f0 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE3) /* uart2_rxd.mmc4_dat0 */
    0x3f4 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE3) /* uart2_txd.mmc4_dat1 */
    0x3f8 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE3) /* uart2_ctsn.mmc4_dat2 */
    0x3fC (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE3) /* uart2_rtsn.mmc4_dat3 */
    >;
    };

    mmc4_pins_hs: mmc4_pins_hs {
    pinctrl-single,pins = <
    0x3e8 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE3) /* uart1_ctsn.mmc4_clk */
    0x3ec (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE3) /* uart1_rtsn.mmc4_cmd */
    0x3f0 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE3) /* uart2_rxd.mmc4_dat0 */
    0x3f4 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE3) /* uart2_txd.mmc4_dat1 */
    0x3f8 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE3) /* uart2_ctsn.mmc4_dat2 */
    0x3fC (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE3) /* uart2_rtsn.mmc4_dat3 */
    >;
    };

    mmc4_pins_sdr12: mmc4_pins_sdr12 {
    pinctrl-single,pins = <
    0x3e8 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE3) /* uart1_ctsn.mmc4_clk */
    0x3eC (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE3) /* uart1_rtsn.mmc4_cmd */
    0x3f0 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE3) /* uart2_rxd.mmc4_dat0 */
    0x3f4 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE3) /* uart2_txd.mmc4_dat1 */
    0x3f8 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE3) /* uart2_ctsn.mmc4_dat2 */
    0x3fc (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE3) /* uart2_rtsn.mmc4_dat3 */
    >;
    };

    mmc4_pins_sdr25: mmc4_pins_sdr25 {
    pinctrl-single,pins = <
    0x3e8 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE3) /* uart1_ctsn.mmc4_clk */
    0x3eC (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE3) /* uart1_rtsn.mmc4_cmd */
    0x3f0 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE3) /* uart2_rxd.mmc4_dat0 */
    0x3f4 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE3) /* uart2_txd.mmc4_dat1 */
    0x3f8 (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE3) /* uart2_ctsn.mmc4_dat2 */
    0x3fc (PIN_INPUT_PULLUP | MANUAL_MODE | MUX_MODE3) /* uart2_rtsn.mmc4_dat3 */
    >;
    };
    };

    &dra7_iodelay_core {
    mmc1_iodelay_ddr50_rev11_conf: mmc1_iodelay_ddr50_rev11_conf {
    pinctrl-single,pins = <
    0x618 (A_DELAY(572) | G_DELAY(540)) /* CFG_MMC1_CLK_IN */
    0x624 (A_DELAY(0) | G_DELAY(600)) /* CFG_MMC1_CMD_IN */
    0x630 (A_DELAY(403) | G_DELAY(120)) /* CFG_MMC1_DAT0_IN */
    0x63c (A_DELAY(23) | G_DELAY(60)) /* CFG_MMC1_DAT1_IN */
    0x648 (A_DELAY(25) | G_DELAY(60)) /* CFG_MMC1_DAT2_IN */
    0x654 (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT3_IN */
    0x620 (A_DELAY(1525) | G_DELAY(0)) /* CFG_MMC1_CLK_OUT */
    0x628 (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_CMD_OEN */
    0x62c (A_DELAY(55) | G_DELAY(0)) /* CFG_MMC1_CMD_OUT */
    0x634 (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT0_OEN */
    0x638 (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT0_OUT */
    0x640 (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT1_OEN */
    0x644 (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT1_OUT */
    0x64c (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT2_OEN */
    0x650 (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT2_OUT */
    0x658 (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT3_OEN */
    0x65c (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT3_OUT */
    >;
    };

    mmc1_iodelay_ddr50_rev20_conf: mmc1_iodelay_ddr50_rev20_conf {
    pinctrl-single,pins = <
    0x618 (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_CLK_IN */
    0x620 (A_DELAY(1271) | G_DELAY(0)) /* CFG_MMC1_CLK_OUT */
    0x624 (A_DELAY(229) | G_DELAY(0)) /* CFG_MMC1_CMD_IN */
    0x628 (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_CMD_OEN */
    0x62C (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_CMD_OUT */
    0x630 (A_DELAY(850) | G_DELAY(0)) /* CFG_MMC1_DAT0_IN */
    0x634 (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT0_OEN */
    0x638 (A_DELAY(20) | G_DELAY(0)) /* CFG_MMC1_DAT0_OUT */
    0x63C (A_DELAY(468) | G_DELAY(0)) /* CFG_MMC1_DAT1_IN */
    0x640 (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT1_OEN */
    0x644 (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT1_OUT */
    0x648 (A_DELAY(466) | G_DELAY(0)) /* CFG_MMC1_DAT2_IN */
    0x64C (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT2_OEN */
    0x650 (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT2_OUT */
    0x654 (A_DELAY(399) | G_DELAY(0)) /* CFG_MMC1_DAT3_IN */
    0x658 (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT3_OEN */
    0x65C (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT3_OUT */
    >;
    };

    mmc1_iodelay_sdr104_rev11_conf: mmc1_iodelay_sdr104_rev11_conf {
    pinctrl-single,pins = <
    0x620 (A_DELAY(1063) | G_DELAY(17)) /* CFG_MMC1_CLK_OUT */
    0x628 (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_CMD_OEN */
    0x62c (A_DELAY(23) | G_DELAY(0)) /* CFG_MMC1_CMD_OUT */
    0x634 (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT0_OEN */
    0x638 (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT0_OUT */
    0x640 (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT1_OEN */
    0x644 (A_DELAY(2) | G_DELAY(0)) /* CFG_MMC1_DAT1_OUT */
    0x64c (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT2_OEN */
    0x650 (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT2_OUT */
    0x658 (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT3_OEN */
    0x65c (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT3_OUT */
    >;
    };

    mmc1_iodelay_sdr104_rev20_conf: mmc1_iodelay_sdr104_rev20_conf {
    pinctrl-single,pins = <
    0x620 (A_DELAY(600) | G_DELAY(400)) /* CFG_MMC1_CLK_OUT */
    0x628 (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_CMD_OEN */
    0x62c (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_CMD_OUT */
    0x634 (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT0_OEN */
    0x638 (A_DELAY(30) | G_DELAY(0)) /* CFG_MMC1_DAT0_OUT */
    0x640 (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT1_OEN */
    0x644 (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT1_OUT */
    0x64c (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT2_OEN */
    0x650 (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT2_OUT */
    0x658 (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT3_OEN */
    0x65c (A_DELAY(0) | G_DELAY(0)) /* CFG_MMC1_DAT3_OUT */
    >;
    };

    mmc2_iodelay_hs200_1_8v_rev11_conf: mmc2_iodelay_hs200_1_8v_rev11_conf {
    pinctrl-single,pins = <
    0x190 (A_DELAY(621) | G_DELAY(600)) /* CFG_GPMC_A19_OEN */
    0x194 (A_DELAY(300) | G_DELAY(0)) /* CFG_GPMC_A19_OUT */
    0x1a8 (A_DELAY(739) | G_DELAY(600)) /* CFG_GPMC_A20_OEN */
    0x1ac (A_DELAY(240) | G_DELAY(0)) /* CFG_GPMC_A20_OUT */
    0x1b4 (A_DELAY(812) | G_DELAY(600)) /* CFG_GPMC_A21_OEN */
    0x1b8 (A_DELAY(240) | G_DELAY(0)) /* CFG_GPMC_A21_OUT */
    0x1c0 (A_DELAY(954) | G_DELAY(600)) /* CFG_GPMC_A22_OEN */
    0x1c4 (A_DELAY(60) | G_DELAY(0)) /* CFG_GPMC_A22_OUT */
    0x1d0 (A_DELAY(1340)| G_DELAY(420)) /* CFG_GPMC_A23_OUT */
    0x1d8 (A_DELAY(935) | G_DELAY(600)) /* CFG_GPMC_A24_OEN */
    0x1dc (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A24_OUT */
    0x1e4 (A_DELAY(525) | G_DELAY(600)) /* CFG_GPMC_A25_OEN */
    0x1e8 (A_DELAY(120) | G_DELAY(0)) /* CFG_GPMC_A25_OUT */
    0x1f0 (A_DELAY(767) | G_DELAY(600)) /* CFG_GPMC_A26_OEN */
    0x1f4 (A_DELAY(225) | G_DELAY(0)) /* CFG_GPMC_A26_OUT */
    0x1fc (A_DELAY(565) | G_DELAY(600)) /* CFG_GPMC_A27_OEN */
    0x200 (A_DELAY(60) | G_DELAY(0)) /* CFG_GPMC_A27_OUT */
    0x364 (A_DELAY(969) | G_DELAY(600)) /* CFG_GPMC_CS1_OEN */
    0x368 (A_DELAY(180) | G_DELAY(0)) /* CFG_GPMC_CS1_OUT */
    >;
    };

    mmc2_iodelay_hs200_1_8v_rev20_conf: mmc2_iodelay_hs200_1_8v_rev20_conf {
    pinctrl-single,pins = <
    0x190 (A_DELAY(274) | G_DELAY(0)) /* CFG_GPMC_A19_OEN */
    0x194 (A_DELAY(162) | G_DELAY(0)) /* CFG_GPMC_A19_OUT */
    0x1a8 (A_DELAY(401) | G_DELAY(0)) /* CFG_GPMC_A20_OEN */
    0x1ac (A_DELAY(73) | G_DELAY(0)) /* CFG_GPMC_A20_OUT */
    0x1b4 (A_DELAY(465) | G_DELAY(0)) /* CFG_GPMC_A21_OEN */
    0x1b8 (A_DELAY(115) | G_DELAY(0)) /* CFG_GPMC_A21_OUT */
    0x1c0 (A_DELAY(633) | G_DELAY(0)) /* CFG_GPMC_A22_OEN */
    0x1c4 (A_DELAY(47) | G_DELAY(0)) /* CFG_GPMC_A22_OUT */
    0x1d0 (A_DELAY(935) | G_DELAY(280)) /* CFG_GPMC_A23_OUT */
    0x1d8 (A_DELAY(621) | G_DELAY(0)) /* CFG_GPMC_A24_OEN */
    0x1dc (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A24_OUT */
    0x1e4 (A_DELAY(183) | G_DELAY(0)) /* CFG_GPMC_A25_OEN */
    0x1e8 (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A25_OUT */
    0x1f0 (A_DELAY(467) | G_DELAY(0)) /* CFG_GPMC_A26_OEN */
    0x1f4 (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A26_OUT */
    0x1fc (A_DELAY(262) | G_DELAY(0)) /* CFG_GPMC_A27_OEN */
    0x200 (A_DELAY(46) | G_DELAY(0)) /* CFG_GPMC_A27_OUT */
    0x364 (A_DELAY(684) | G_DELAY(0)) /* CFG_GPMC_CS1_OEN */
    0x368 (A_DELAY(76) | G_DELAY(0)) /* CFG_GPMC_CS1_OUT */
    >;
    };

    mmc2_iodelay_ddr_1_8v_rev11_conf: mmc2_iodelay_ddr_1_8v_rev11_conf {
    pinctrl-single,pins = <
    0x18c (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A19_IN */
    0x1a4 (A_DELAY(274) | G_DELAY(240)) /* CFG_GPMC_A20_IN */
    0x1b0 (A_DELAY(0) | G_DELAY(60)) /* CFG_GPMC_A21_IN */
    0x1bc (A_DELAY(0) | G_DELAY(60)) /* CFG_GPMC_A22_IN */
    0x1c8 (A_DELAY(514) | G_DELAY(360)) /* CFG_GPMC_A23_IN */
    0x1d4 (A_DELAY(187) | G_DELAY(120)) /* CFG_GPMC_A24_IN */
    0x1e0 (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A25_IN */
    0x1ec (A_DELAY(0) | G_DELAY(60)) /* CFG_GPMC_A26_IN */
    0x1f8 (A_DELAY(121) | G_DELAY(60)) /* CFG_GPMC_A27_IN */
    0x360 (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_CS1_IN */
    0x190 (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A19_OEN */
    0x194 (A_DELAY(174) | G_DELAY(0)) /* CFG_GPMC_A19_OUT */
    0x1a8 (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A20_OEN */
    0x1ac (A_DELAY(168) | G_DELAY(0)) /* CFG_GPMC_A20_OUT */
    0x1b4 (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A21_OEN */
    0x1b8 (A_DELAY(136) | G_DELAY(0)) /* CFG_GPMC_A21_OUT */
    0x1c0 (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A22_OEN */
    0x1c4 (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A22_OUT */
    0x1d0 (A_DELAY(879) | G_DELAY(0)) /* CFG_GPMC_A23_OUT */
    0x1d8 (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A24_OEN */
    0x1dc (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A24_OUT */
    0x1e4 (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A25_OEN */
    0x1e8 (A_DELAY(34) | G_DELAY(0)) /* CFG_GPMC_A25_OUT */
    0x1f0 (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A26_OEN */
    0x1f4 (A_DELAY(120) | G_DELAY(0)) /* CFG_GPMC_A26_OUT */
    0x1fc (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A27_OEN */
    0x200 (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A27_OUT */
    0x364 (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_CS1_OEN */
    0x368 (A_DELAY(11) | G_DELAY(0)) /* CFG_GPMC_CS1_OUT */
    >;
    };

    mmc2_iodelay_ddr_1_8v_rev20_conf: mmc2_iodelay_ddr_1_8v_rev20_conf {
    pinctrl-single,pins = <
    0x18c (A_DELAY(270) | G_DELAY(0)) /* CFG_GPMC_A19_IN */
    0x1a4 (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A20_IN */
    0x1b0 (A_DELAY(170) | G_DELAY(0)) /* CFG_GPMC_A21_IN */
    0x1bc (A_DELAY(758) | G_DELAY(0)) /* CFG_GPMC_A22_IN */
    0x1c8 (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A23_IN */
    0x1d4 (A_DELAY(81) | G_DELAY(0)) /* CFG_GPMC_A24_IN */
    0x1e0 (A_DELAY(286) | G_DELAY(0)) /* CFG_GPMC_A25_IN */
    0x1ec (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A26_IN */
    0x1f8 (A_DELAY(123) | G_DELAY(0)) /* CFG_GPMC_A27_IN */
    0x360 (A_DELAY(346) | G_DELAY(0)) /* CFG_GPMC_CS1_IN */
    0x190 (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A19_OEN */
    0x194 (A_DELAY(55) | G_DELAY(0)) /* CFG_GPMC_A19_OUT */
    0x1a8 (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A20_OEN */
    0x1ac (A_DELAY(422) | G_DELAY(0)) /* CFG_GPMC_A20_OUT */
    0x1b4 (A_DELAY(642) | G_DELAY(0)) /* CFG_GPMC_A21_OEN */
    0x1b8 (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A21_OUT */
    0x1c0 (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A22_OEN */
    0x1c4 (A_DELAY(128) | G_DELAY(0)) /* CFG_GPMC_A22_OUT */
    0x1d0 (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A23_OUT */
    0x1d8 (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A24_OEN */
    0x1dc (A_DELAY(395) | G_DELAY(0)) /* CFG_GPMC_A24_OUT */
    0x1e4 (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A25_OEN */
    0x1e8 (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A25_OUT */
    0x1f0 (A_DELAY(623) | G_DELAY(0)) /* CFG_GPMC_A26_OEN */
    0x1f4 (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A26_OUT */
    0x1fc (A_DELAY(54) | G_DELAY(0)) /* CFG_GPMC_A27_OEN */
    0x200 (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_A27_OUT */
    0x364 (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_CS1_OEN */
    0x368 (A_DELAY(0) | G_DELAY(0)) /* CFG_GPMC_CS1_OUT */
    >;
    };

    mmc4_iodelay_ds_rev11_conf: mmc4_iodelay_ds_rev11_conf {
    pinctrl-single,pins = <
    0x840 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART1_CTSN_IN */
    0x848 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART1_CTSN_OUT */
    0x84c (A_DELAY(96) | G_DELAY(0)) /* CFG_UART1_RTSN_IN */
    0x850 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART1_RTSN_OEN */
    0x854 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART1_RTSN_OUT */
    0x870 (A_DELAY(582) | G_DELAY(0)) /* CFG_UART2_CTSN_IN */
    0x874 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_CTSN_OEN */
    0x878 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_CTSN_OUT */
    0x87c (A_DELAY(391) | G_DELAY(0)) /* CFG_UART2_RTSN_IN */
    0x880 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_RTSN_OEN */
    0x884 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_RTSN_OUT */
    0x888 (A_DELAY(561) | G_DELAY(0)) /* CFG_UART2_RXD_IN */
    0x88c (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_RXD_OEN */
    0x890 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_RXD_OUT */
    0x894 (A_DELAY(588) | G_DELAY(0)) /* CFG_UART2_TXD_IN */
    0x898 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_TXD_OEN */
    0x89c (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_TXD_OUT */
    >;
    };

    mmc4_iodelay_ds_rev20_conf: mmc4_iodelay_ds_rev20_conf {
    pinctrl-single,pins = <
    0x840 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART1_CTSN_IN */
    0x848 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART1_CTSN_OUT */
    0x84c (A_DELAY(307) | G_DELAY(0)) /* CFG_UART1_RTSN_IN */
    0x850 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART1_RTSN_OEN */
    0x854 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART1_RTSN_OUT */
    0x870 (A_DELAY(785) | G_DELAY(0)) /* CFG_UART2_CTSN_IN */
    0x874 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_CTSN_OEN */
    0x878 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_CTSN_OUT */
    0x87c (A_DELAY(613) | G_DELAY(0)) /* CFG_UART2_RTSN_IN */
    0x880 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_RTSN_OEN */
    0x884 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_RTSN_OUT */
    0x888 (A_DELAY(683) | G_DELAY(0)) /* CFG_UART2_RXD_IN */
    0x88c (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_RXD_OEN */
    0x890 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_RXD_OUT */
    0x894 (A_DELAY(835) | G_DELAY(0)) /* CFG_UART2_TXD_IN */
    0x898 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_TXD_OEN */
    0x89c (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_TXD_OUT */
    >;
    };

    mmc4_iodelay_sdr12_hs_sdr25_rev11_conf: mmc4_iodelay_sdr12_hs_sdr25_rev11_conf {
    pinctrl-single,pins = <
    0x840 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART1_CTSN_IN */
    0x848 (A_DELAY(2651) | G_DELAY(0)) /* CFG_UART1_CTSN_OUT */
    0x84c (A_DELAY(1572) | G_DELAY(0)) /* CFG_UART1_RTSN_IN */
    0x850 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART1_RTSN_OEN */
    0x854 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART1_RTSN_OUT */
    0x870 (A_DELAY(1913) | G_DELAY(0)) /* CFG_UART2_CTSN_IN */
    0x874 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_CTSN_OEN */
    0x878 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_CTSN_OUT */
    0x87c (A_DELAY(1721) | G_DELAY(0)) /* CFG_UART2_RTSN_IN */
    0x880 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_RTSN_OEN */
    0x884 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_RTSN_OUT */
    0x888 (A_DELAY(1891) | G_DELAY(0)) /* CFG_UART2_RXD_IN */
    0x88c (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_RXD_OEN */
    0x890 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_RXD_OUT */
    0x894 (A_DELAY(1919) | G_DELAY(0)) /* CFG_UART2_TXD_IN */
    0x898 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_TXD_OEN */
    0x89c (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_TXD_OUT */
    >;
    };

    mmc4_iodelay_sdr12_hs_sdr25_rev20_conf: mmc4_iodelay_sdr12_hs_sdr25_rev20_conf {
    pinctrl-single,pins = <
    0x840 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART1_CTSN_IN */
    0x848 (A_DELAY(1147) | G_DELAY(0)) /* CFG_UART1_CTSN_OUT */
    0x84c (A_DELAY(1834) | G_DELAY(0)) /* CFG_UART1_RTSN_IN */
    0x850 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART1_RTSN_OEN */
    0x854 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART1_RTSN_OUT */
    0x870 (A_DELAY(2165) | G_DELAY(0)) /* CFG_UART2_CTSN_IN */
    0x874 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_CTSN_OEN */
    0x878 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_CTSN_OUT */
    0x87c (A_DELAY(1929) | G_DELAY(64)) /* CFG_UART2_RTSN_IN */
    0x880 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_RTSN_OEN */
    0x884 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_RTSN_OUT */
    0x888 (A_DELAY(1935) | G_DELAY(128)) /* CFG_UART2_RXD_IN */
    0x88c (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_RXD_OEN */
    0x890 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_RXD_OUT */
    0x894 (A_DELAY(2172) | G_DELAY(44)) /* CFG_UART2_TXD_IN */
    0x898 (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_TXD_OEN */
    0x89c (A_DELAY(0) | G_DELAY(0)) /* CFG_UART2_TXD_OUT */
    >;
    };
    };

    &i2c1 {
    status = "okay";
    clock-frequency = <400000>;

    tps659038: tps659038@58 {
    compatible = "ti,tps659038";
    reg = <0x58>;
    ti,palmas-override-powerhold;
    ti,system-power-controller;

    tps659038_pmic {
    compatible = "ti,tps659038-pmic";

    regulators {
    smps123_reg: smps123 {
    /* VDD_MPU */
    regulator-name = "smps123";
    regulator-min-microvolt = < 850000>;
    regulator-max-microvolt = <1250000>;
    regulator-always-on;
    regulator-boot-on;
    };

    smps45_reg: smps45 {
    /* VDD_DSPEVE */
    regulator-name = "smps45";
    regulator-min-microvolt = < 850000>;
    regulator-max-microvolt = <1250000>;
    regulator-always-on;
    regulator-boot-on;
    };

    smps6_reg: smps6 {
    /* VDD_GPU - over VDD_SMPS6 */
    regulator-name = "smps6";
    regulator-min-microvolt = <850000>;
    regulator-max-microvolt = <1250000>;
    regulator-always-on;
    regulator-boot-on;
    };

    smps7_reg: smps7 {
    /* CORE_VDD */
    regulator-name = "smps7";
    regulator-min-microvolt = <850000>;
    regulator-max-microvolt = <1150000>;
    regulator-always-on;
    regulator-boot-on;
    };

    smps8_reg: smps8 {
    /* VDD_IVAHD */
    regulator-name = "smps8";
    regulator-min-microvolt = < 850000>;
    regulator-max-microvolt = <1250000>;
    regulator-always-on;
    regulator-boot-on;
    };

    smps9_reg: smps9 {
    /* VDDS1V8 */
    regulator-name = "smps9";
    regulator-min-microvolt = <1800000>;
    regulator-max-microvolt = <1800000>;
    regulator-always-on;
    regulator-boot-on;
    };

    ldo1_reg: ldo1 {
    /* LDO1_OUT --> SDIO */
    regulator-name = "ldo1";
    regulator-min-microvolt = <1800000>;
    regulator-max-microvolt = <3300000>;
    regulator-always-on;
    regulator-boot-on;
    };

    ldo2_reg: ldo2 {
    /* VDD_RTCIO */
    /* LDO2 -> VDDSHV5, LDO2 also goes to CAN_PHY_3V3 */
    regulator-name = "ldo2";
    regulator-min-microvolt = <3300000>;
    regulator-max-microvolt = <3300000>;
    regulator-always-on;
    regulator-boot-on;
    };

    ldo3_reg: ldo3 {
    /* VDDA_1V8_PHY */
    regulator-name = "ldo3";
    regulator-min-microvolt = <1800000>;
    regulator-max-microvolt = <1800000>;
    regulator-always-on;
    regulator-boot-on;
    };

    ldo9_reg: ldo9 {
    /* VDD_RTC */
    regulator-name = "ldo9";
    regulator-min-microvolt = <1050000>;
    regulator-max-microvolt = <1050000>;
    regulator-always-on;
    regulator-boot-on;
    regulator-allow-bypass;
    };

    ldoln_reg: ldoln {
    /* VDDA_1V8_PLL */
    regulator-name = "ldoln";
    regulator-min-microvolt = <1800000>;
    regulator-max-microvolt = <1800000>;
    regulator-always-on;
    regulator-boot-on;
    };

    ldousb_reg: ldousb {
    /* VDDA_3V_USB: VDDA_USBHS33 */
    regulator-name = "ldousb";
    regulator-min-microvolt = <3300000>;
    regulator-max-microvolt = <3300000>;
    regulator-boot-on;
    };

    /* REGEN1 is unused */

    regen2: regen2 {
    /* Needed for PMIC internal resources */
    regulator-name = "regen2";
    regulator-boot-on;
    regulator-always-on;
    };

    /* REGEN3 is unused */

    sysen1: sysen1 {
    /* PMIC_REGEN_3V3 */
    regulator-name = "sysen1";
    regulator-boot-on;
    regulator-always-on;
    };

    sysen2: sysen2 {
    /* PMIC_REGEN_DDR */
    regulator-name = "sysen2";
    regulator-boot-on;
    regulator-always-on;
    };
    };
    };
    };

    pcf_lcd: gpio@20 {
    compatible = "nxp,pcf8575";
    reg = <0x20>;
    gpio-controller;
    #gpio-cells = <2>;
    interrupt-parent = <&gpio6>;
    interrupts = <11 IRQ_TYPE_EDGE_FALLING>;
    interrupt-controller;
    #interrupt-cells = <2>;
    };

    pcf_gpio_21: gpio@21 {
    compatible = "ti,pcf8575";
    reg = <0x21>;
    lines-initial-states = <0x1408>;
    gpio-controller;
    #gpio-cells = <2>;
    interrupt-parent = <&gpio6>;
    interrupts = <11 IRQ_TYPE_EDGE_FALLING>;
    interrupt-controller;
    #interrupt-cells = <2>;
    };

    tlv320aic3106: tlv320aic3106@19 {
    #sound-dai-cells = <0>;
    compatible = "ti,tlv320aic3106";
    reg = <0x19>;
    adc-settle-ms = <40>;
    ai3x-micbias-vg = <1>; /* 2.0V */
    status = "okay";

    /* Regulators */
    AVDD-supply = <&evm_3v3_sw>;
    IOVDD-supply = <&evm_3v3_sw>;
    DRVDD-supply = <&evm_3v3_sw>;
    DVDD-supply = <&aic_dvdd>;
    };
    };

    i2c_p3_exp: &i2c2 {
    status = "okay";
    clock-frequency = <400000>;

    pcf_hdmi: gpio@26 {
    compatible = "nxp,pcf8575";
    reg = <0x26>;
    gpio-controller;
    #gpio-cells = <2>;
    vin6_brdmux: p1 {
    /* vin6_sel_s0: high: VIN6, low: audio */
    gpio-hog;
    gpios = <1 GPIO_ACTIVE_HIGH>;
    output-low;
    line-name = "vin6_sel_s0";
    };
    };

    ov10633@37 {
    compatible = "ovti,ov10633";
    reg = <0x37>;

    mux-gpios = <&pcf_hdmi 3 GPIO_ACTIVE_LOW>; /* CAM_FPD_MUX_S0 */
    port {
    onboardLI: endpoint {
    remote-endpoint = <&vin1a>;
    hsync-active = <1>;
    vsync-active = <1>;
    pclk-sample = <0>;
    };
    };
    };

    disp_ser: serializer@1b {
    compatible = "ti,ds90uh925q";
    reg = <0x1b>;

    #address-cells = <1>;
    #size-cells = <0>;
    status = "disabled";
    };
    };

    &mmc1 {
    status = "okay";
    vmmc-supply = <&evm_3v3_sd>;
    vmmc_aux-supply = <&ldo1_reg>;
    bus-width = <4>;
    /*
    * SDCD signal is not being used here - using the fact that GPIO mode
    * is always hardwired.
    */
    cd-gpios = <&gpio6 27 GPIO_ACTIVE_LOW>;
    max-frequency = <192000000>;
    pinctrl-names = "default", "hs", "sdr12", "sdr25", "sdr50", "ddr50-rev11", "sdr104-rev11", "ddr50", "sdr104";
    pinctrl-0 = <&mmc1_pins_default>;
    pinctrl-1 = <&mmc1_pins_hs>;
    pinctrl-2 = <&mmc1_pins_sdr12>;
    pinctrl-3 = <&mmc1_pins_sdr25>;
    pinctrl-4 = <&mmc1_pins_sdr50>;
    pinctrl-5 = <&mmc1_pins_ddr50 &mmc1_iodelay_ddr50_rev11_conf>;
    pinctrl-6 = <&mmc1_pins_sdr104 &mmc1_iodelay_sdr104_rev11_conf>;
    pinctrl-7 = <&mmc1_pins_ddr50 &mmc1_iodelay_ddr50_rev20_conf>;
    pinctrl-8 = <&mmc1_pins_sdr104 &mmc1_iodelay_sdr104_rev20_conf>;
    };

    &mmc2 {
    status = "okay";
    vmmc-supply = <&evm_3v3_sw>;
    bus-width = <8>;
    max-frequency = <192000000>;
    pinctrl-names = "default", "hs", "ddr_1_8v-rev11", "ddr_1_8v", "hs200_1_8v-rev11", "hs200_1_8v";
    pinctrl-0 = <&mmc2_pins_default>;
    pinctrl-1 = <&mmc2_pins_hs>;
    pinctrl-2 = <&mmc2_pins_ddr_1_8v &mmc2_iodelay_ddr_1_8v_rev11_conf>;
    pinctrl-3 = <&mmc2_pins_ddr_1_8v &mmc2_iodelay_ddr_1_8v_rev20_conf>;
    pinctrl-4 = <&mmc2_pins_hs200_1_8v &mmc2_iodelay_hs200_1_8v_rev11_conf>;
    pinctrl-5 = <&mmc2_pins_hs200_1_8v &mmc2_iodelay_hs200_1_8v_rev20_conf>;
    };

    &mmc4 {
    status = "okay";
    vmmc-supply = <&vmmcwl_fixed>;
    bus-width = <4>;
    cap-power-off-card;
    keep-power-in-suspend;
    ti,non-removable;

    pinctrl-names = "default-rev11", "default", "hs-rev11", "hs", "sdr12-rev11", "sdr12", "sdr25-rev11", "sdr25";
    pinctrl-0 = <&mmc4_pins_default &mmc4_iodelay_ds_rev11_conf>;
    pinctrl-1 = <&mmc4_pins_default &mmc4_iodelay_ds_rev20_conf>;
    pinctrl-2 = <&mmc4_pins_hs &mmc4_iodelay_sdr12_hs_sdr25_rev11_conf>;
    pinctrl-3 = <&mmc4_pins_hs &mmc4_iodelay_sdr12_hs_sdr25_rev20_conf>;
    pinctrl-4 = <&mmc4_pins_sdr12 &mmc4_iodelay_sdr12_hs_sdr25_rev11_conf>;
    pinctrl-5 = <&mmc4_pins_sdr12 &mmc4_iodelay_sdr12_hs_sdr25_rev20_conf>;
    pinctrl-6 = <&mmc4_pins_sdr25 &mmc4_iodelay_sdr12_hs_sdr25_rev11_conf>;
    pinctrl-7 = <&mmc4_pins_sdr25 &mmc4_iodelay_sdr12_hs_sdr25_rev20_conf>;

    #address-cells = <1>;
    #size-cells = <0>;
    wlcore: wlcore@2 {
    compatible = "ti,wl1835";
    reg = <2>;
    interrupt-parent = <&gpio5>;
    interrupts = <7 IRQ_TYPE_LEVEL_HIGH>;
    };
    };

    &oppdm_mpu {
    vdd-supply = <&smps123_reg>;
    };

    &oppdm_dspeve {
    vdd-supply = <&smps45_reg>;
    };

    &oppdm_gpu {
    vdd-supply = <&smps6_reg>;
    };

    &oppdm_ivahd {
    vdd-supply = <&smps8_reg>;
    };

    &oppdm_core {
    vdd-supply = <&smps7_reg>;
    };

    &omap_dwc3_2 {
    extcon = <&extcon_usb2>;
    };

    &elm {
    status = "okay";
    };

    &gpmc {
    status = "okay";
    ranges = <0 0 0x08000000 0x01000000>; /* minimum GPMC partition = 16MB */
    nand@0,0 {
    compatible = "ti,omap2-nand";
    reg = <0 0 4>; /* device IO registers */
    interrupt-parent = <&gpmc>;
    interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */
    <1 IRQ_TYPE_NONE>; /* termcount */
    rb-gpios = <&gpmc 0 GPIO_ACTIVE_HIGH>; /* gpmc_wait0 pin */
    ti,nand-ecc-opt = "bch8";
    ti,elm-id = <&elm>;
    nand-bus-width = <16>;
    gpmc,device-width = <2>;
    gpmc,sync-clk-ps = <0>;
    gpmc,cs-on-ns = <0>;
    gpmc,cs-rd-off-ns = <80>;
    gpmc,cs-wr-off-ns = <80>;
    gpmc,adv-on-ns = <0>;
    gpmc,adv-rd-off-ns = <60>;
    gpmc,adv-wr-off-ns = <60>;
    gpmc,we-on-ns = <10>;
    gpmc,we-off-ns = <50>;
    gpmc,oe-on-ns = <4>;
    gpmc,oe-off-ns = <40>;
    gpmc,access-ns = <40>;
    gpmc,wr-access-ns = <80>;
    gpmc,rd-cycle-ns = <80>;
    gpmc,wr-cycle-ns = <80>;
    gpmc,bus-turnaround-ns = <0>;
    gpmc,cycle2cycle-delay-ns = <0>;
    gpmc,clk-activation-ns = <0>;
    gpmc,wr-data-mux-bus-ns = <0>;
    /* MTD partition table */
    /* All SPL-* partitions are sized to minimal length
    * which can be independently programmable. For
    * NAND flash this is equal to size of erase-block */
    #address-cells = <1>;
    #size-cells = <1>;
    partition@0 {
    label = "NAND.SPL";
    reg = <0x00000000 0x000020000>;
    };
    partition@1 {
    label = "NAND.SPL.backup1";
    reg = <0x00020000 0x00020000>;
    };
    partition@2 {
    label = "NAND.SPL.backup2";
    reg = <0x00040000 0x00020000>;
    };
    partition@3 {
    label = "NAND.SPL.backup3";
    reg = <0x00060000 0x00020000>;
    };
    partition@4 {
    label = "NAND.u-boot-spl-os";
    reg = <0x00080000 0x00040000>;
    };
    partition@5 {
    label = "NAND.u-boot";
    reg = <0x000c0000 0x00100000>;
    };
    partition@6 {
    label = "NAND.u-boot-env";
    reg = <0x001c0000 0x00020000>;
    };
    partition@7 {
    label = "NAND.u-boot-env.backup1";
    reg = <0x001e0000 0x00020000>;
    };
    partition@8 {
    label = "NAND.kernel";
    reg = <0x00200000 0x00800000>;
    };
    partition@9 {
    label = "NAND.file-system";
    reg = <0x00a00000 0x0f600000>;
    };
    };
    };

    &usb2_phy1 {
    phy-supply = <&ldousb_reg>;
    };

    &usb2_phy2 {
    phy-supply = <&ldousb_reg>;
    };

    &gpio7 {
    ti,no-reset-on-init;
    ti,no-idle-on-init;
    };

    &mac {
    status = "okay";
    dual_emac;
    };


    &cpsw_emac0 {

    phy_id = <&davinci_mdio>, <7>;
    phy-mode = "rgmii-id";
    dual_emac_res_vlan = <1>;
    };

    &cpsw_emac1 {
    fixed-link = <0 1 100 0 0>;
    /*phy-mode = "rgmii-id";*/

    };

    &dss {
    status = "okay";

    vdda_video-supply = <&ldoln_reg>;

    ports {
    #address-cells = <1>;
    #size-cells = <0>;
    status = "disabled";

    port@lcd3 {
    reg = <2>;

    dpi_out3: endpoint {
    data-lines = <24>;
    };
    };
    };
    };

    &hdmi {
    vdda-supply = <&ldo3_reg>;
    };

    &mcasp8 {
    /* not used for audio. only the AXR2 pin is used as GPIO */
    status = "okay";
    };

    video_in: &vin1a {
    status = "okay";
    endpoint@0 {
    slave-mode;
    remote-endpoint = <&onboardLI>;
    };
    };

    &bb2d {
    status = "okay";
    };
  • Hi
    sorry for the delayed response - from the logs it appears that commenting out the delay mode on the SOC2 cpsw0 side seems to be ok(not reported as parsing error)
    Can we review only the DT portion(relevant to cpsw configuration) and the boot logs corresponding to SOC1/SOC2 - you can clip the irrelevant pieces from the log - otherwise it is difficult to narrow down on the required information
    suggest we test with (effective configuration as below, including overrides from the board specific DT file)

    For SOC1

    &cpsw_emac0 {

    phy_id = <&davinci_mdio>, <7>;
    phy-mode = "rgmii-id";
    dual_emac_res_vlan = <1>;
    };

    &cpsw_emac1 {
    fixed-link = <0 1 100 0 0>;
    dual_emac_res_vlan = <1>;
    };

    For SOC2

    &cpsw_emac0 {
    fixed-link = <0 1 100 0 0>;
    dual_emac_res_vlan = <1>;
    };

    &cpsw_emac1 {
    fixed-link = <0 1 100 0 0>;
    dual_emac_res_vlan = <2>;
    };
  • Hi
    Is the issue still open, can you revert back with details if further support is needed
  • Hi Srirama,

    Stefan is currently on vacataion. Other colleague is trying the suggested changes.
    We will let you know about the results in few days.

    Regards,
    Milena
  • Hi Srirama,

    Log files for both SoCs are attached.

    console output SoC2.txt
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Initializing cgroup subsys cpuset
    [    0.000000] Initializing cgroup subsys cpu
    [    0.000000] Initializing cgroup subsys cpuacct
    [    0.000000] Linux version 4.4.84 (rtrk@rtrkw287-lin) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #3 SMP PREEMPT Thu Jun 28 15:58:57 CEST 2018
    [    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [    0.000000] Machine model: TI DRA742
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000040300000, size 3 MiB
    [    0.000000] Reserved memory: initialized node cmem@40300000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: regions without no-map are not yet supported
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, 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 0x000000009e000000, size 32 MiB
    [    0.000000] Reserved memory: initialized node ipu1_cma@9d000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: regions without no-map are not yet supported
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000000a1000000, size 32 MiB
    [    0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000000a3000000, size 32 MiB
    [    0.000000] Reserved memory: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: regions without no-map are not yet supported
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 64 MiB
    [    0.000000] Reserved memory: initialized node cmem@A9000000, compatible id shared-dma-pool
    [    0.000000] cma: Reserved 24 MiB at 0x00000000be400000
    [    0.000000] Forcing write-allocate cache policy for SMP
    [    0.000000] Memory policy: Data cache writealloc
    [    0.000000] OMAP4: Map 0x00000000bfd00000 to fe600000 for dram barrier
    [    0.000000] On node 0 totalpages: 244992
    [    0.000000] free_area_init_node: node 0, pgdat c0977280, node_mem_map ef69a000
    [    0.000000]   DMA zone: 1728 pages used for memmap
    [    0.000000]   DMA zone: 0 pages reserved
    [    0.000000]   DMA zone: 180224 pages, LIFO batch:31
    [    0.000000]   HighMem zone: 64768 pages, LIFO batch:15
    [    0.000000] DRA752 ES2.0
    [    0.000000] PERCPU: Embedded 11 pages/cpu @ef62b000 s14912 r8192 d21952 u45056
    [    0.000000] pcpu-alloc: s14912 r8192 d21952 u45056 alloc=11*4096
    [    0.000000] pcpu-alloc: [0] 0 [0] 1 
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 243264
    [    0.000000] Kernel command line: console=ttyS0,115200n8 vram=16M root=PARTUUID=2274bf5c-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: 410840K/979968K available (6619K kernel code, 319K rwdata, 2388K rodata, 340K init, 290K bss, 364328K reserved, 204800K cma-reserved, 234496K highmem)
    [    0.000000] Virtual kernel memory layout:
                       vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                       fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                       vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
                       lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
                       pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
                       modules : 0xbf000000 - 0xbfe00000   (  14 MB)
                         .text : 0xc0008000 - 0xc08d402c   (9009 kB)
                         .init : 0xc08d5000 - 0xc092a000   ( 340 kB)
                         .data : 0xc092a000 - 0xc0979d60   ( 320 kB)
                          .bss : 0xc097b000 - 0xc09c3800   ( 290 kB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] Preemptible hierarchical RCU implementation.
    [    0.000000] 	Build-time adjustment of leaf fanout to 32.
    [    0.000000] NR_IRQS:16 nr_irqs:16 16
    [    0.000000] ti_dt_clocks_register: failed to lookup clock node gmac_gmii_ref_clk_div
    [    0.000000] OMAP clockevent source: timer1 at 32786 Hz
    [    0.000000] Architected 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.000016] Switching to timer-based delay loop, resolution 162ns
    [    0.000330] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [    0.000338] OMAP clocksource: 32k_counter at 32768 Hz
    [    0.000766] Console: colour dummy device 80x30
    [    0.000787] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [    0.000800] pid_max: default: 32768 minimum: 301
    [    0.000897] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.000907] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.001445] Initializing cgroup subsys io
    [    0.001462] Initializing cgroup subsys memory
    [    0.001487] Initializing cgroup subsys devices
    [    0.001499] Initializing cgroup subsys freezer
    [    0.001511] Initializing cgroup subsys perf_event
    [    0.001523] Initializing cgroup subsys pids
    [    0.001550] CPU: Testing write buffer coherency: ok
    [    0.001749] /cpus/cpu@0 missing clock-frequency property
    [    0.001765] /cpus/cpu@1 missing clock-frequency property
    [    0.001775] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [    0.001808] Setting up static identity map for 0x80008380 - 0x800083e0
    [    0.080062] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [    0.080130] Brought up 2 CPUs
    [    0.080143] SMP: Total of 2 processors activated (24.59 BogoMIPS).
    [    0.080150] CPU: All CPU(s) started in HYP mode.
    [    0.080155] CPU: Virtualization extensions available.
    [    0.080532] devtmpfs: initialized
    [    0.109062] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [    0.110050] omap_hwmod: l3_main_2 using broken dt data from ocp
    [    0.312685] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [    0.312705] futex hash table entries: 512 (order: 3, 32768 bytes)
    [    0.316937] pinctrl core: initialized pinctrl subsystem
    [    0.317785] NET: Registered protocol family 16
    [    0.318704] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.340218] cpuidle: using governor ladder
    [    0.370240] cpuidle: using governor menu
    [    0.378728] OMAP GPIO hardware version 0.1
    [    0.382702] omap_gpio 4805d000.gpio: could not find pctldev for node /ocp/l4@4a000000/scm@2000/pinmux@1400/gpio6_pins, deferring probe
    [    0.384645] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
    [    0.400685] omap-gpmc 50000000.gpmc: GPMC revision 6.0
    [    0.400698] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
    [    0.409921] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [    0.409931] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [    0.410405] omap4_sram_init:Unable to allocate sram needed to handle errata I688
    [    0.410414] omap4_sram_init:Unable to get sram pool needed to handle errata I688
    [    0.410993] OMAP DMA hardware revision 0.0
    [    0.451644] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
    [    0.452804] edma 43300000.edma: memcpy is disabled
    [    0.457415] edma 43300000.edma: TI EDMA DMA engine driver
    [    0.461834] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [    0.462012] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [    0.462169] omap-iommu 58882000.mmu: 58882000.mmu registered
    [    0.462334] omap-iommu 55082000.mmu: 55082000.mmu registered
    [    0.462627] omap-iommu 41501000.mmu: 41501000.mmu registered
    [    0.462812] omap-iommu 41502000.mmu: 41502000.mmu registered
    [    0.465809] palmas 0-0058: IRQ missing: skipping irq request
    [    0.481247] palmas 0-0058: Muxing GPIO 2e, PWM 0, LED 0
    [    0.543399] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.543796] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
    [    0.544001] media: Linux media interface: v0.10
    [    0.544052] Linux video capture interface: v2.00
    [    0.544093] pps_core: LinuxPPS API ver. 1 registered
    [    0.544101] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.544124] PTP clock support registered
    [    0.544173] EDAC MC: Ver: 3.0.0
    [    0.544914] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [    0.545210] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [    0.545540] Advanced Linux Sound Architecture Driver Initialized.
    [    0.546364] clocksource: Switched to clocksource arch_sys_counter
    [    0.556888] NET: Registered protocol family 2
    [    0.557380] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.557444] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [    0.557568] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.557615] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [    0.557646] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [    0.557854] NET: Registered protocol family 1
    [    0.558120] RPC: Registered named UNIX socket transport module.
    [    0.558129] RPC: Registered udp transport module.
    [    0.558136] RPC: Registered tcp transport module.
    [    0.558143] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.558159] PCI: CLS 0 bytes, default 64
    [    0.559138] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [    0.569080] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.569734] NFS: Registering the id_resolver key type
    [    0.569760] Key type id_resolver registered
    [    0.569767] Key type id_legacy registered
    [    0.569829] ntfs: driver 2.1.32 [Flags: R/O].
    [    0.571081] bounce: pool size: 64 pages
    [    0.571226] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [    0.571240] io scheduler noop registered
    [    0.571252] io scheduler deadline registered
    [    0.571287] io scheduler cfq registered (default)
    [    0.576165] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
    [    0.579355] PCI host bridge /ocp/axi@0/pcie_rc@51000000 ranges:
    [    0.579368]   No bus range found for /ocp/axi@0/pcie_rc@51000000, using [bus 00-ff]
    [    0.579401]    IO 0x20003000..0x20012fff -> 0x00000000
    [    0.579422]   MEM 0x20013000..0x2fffffff -> 0x20013000
    [    0.586088] dra7-pcie 51000000.pcie_rc: PCI host bridge to bus 0000:00
    [    0.586102] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    0.586113] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
    [    0.586123] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
    [    0.586156] pci 0000:00:00.0: [104c:8888] type 01 class 0x060400
    [    0.586198] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
    [    0.586220] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
    [    0.586289] pci 0000:00:00.0: supports D1
    [    0.586299] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    0.586590] PCI: bus0: Fast back to back transfers disabled
    [    0.586717] PCI: bus1: Fast back to back transfers enabled
    [    0.586802] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
    [    0.586818] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
    [    0.586831] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    0.587048] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
    [    0.587061] pcie_pme 0000:00:00.0:pcie01: service driver pcie_pme loaded
    [    0.587175] aer 0000:00:00.0:pcie02: service driver aer loaded
    [    0.645885] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [    0.649265] console [ttyS0] disabled
    [    0.649318] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 269, base_baud = 3000000) is a 8250
    [    1.643812] console [ttyS0] enabled
    [    1.648219] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 270, base_baud = 3000000) is a 8250
    [    1.657916] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 271, base_baud = 3000000) is a 8250
    [    1.667962] [drm] Initialized drm 1.1.0 20060810
    [    1.673951] OMAP DSS rev 6.1
    [    1.677743] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
    [    1.693350] loop: module loaded
    [    1.696886] vmemexp device MAJOR num = 246
    [    1.701015] vmemexp class registered
    [    1.704730] /dev/vmemexp device registered
    [    1.708864] ioctl DBUFIOC_EXPORT_VIRTMEM = -1072899120
    [    1.714539] nand: No NAND device found
    [    1.718329] omap2-nand 8000000.nand: scan failed, may be bus-width mismatch
    [    1.728252] m25p80 spi32766.0: s25fl256s1 (32768 Kbytes)
    [    1.733647] 7 ofpart partitions found on MTD device spi32766.0
    [    1.739526] Creating 7 MTD partitions on "spi32766.0":
    [    1.744689] 0x000000000000-0x000000040000 : "QSPI.SPL"
    [    1.750825] 0x000000040000-0x000000140000 : "QSPI.u-boot"
    [    1.757171] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
    [    1.764098] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
    [    1.770811] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
    [    1.778217] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
    [    1.784553] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
    [    1.792345] libphy: Fixed MDIO Bus: probed
    [    1.799223] cpsw 48484000.ethernet: Detected MACID = c8:fd:19:bb:08:2e
    [    1.805873] cpsw 48484000.ethernet: cpts: overflow check period 800
    [    1.812844] cpsw 48484000.ethernet: cpsw: Detected MACID = c8:fd:19:bb:08:2f
    [    1.821466] mousedev: PS/2 mouse device common for all mice
    [    1.827731] i2c /dev entries driver
    [    1.837023] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
    [    1.843410] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
    [    1.849960] evm_3v3_sw: supplied by sysen1
    [    2.017193] ledtrig-cpu: registered to indicate activity on CPUs
    [    2.027333] aic_dvdd: supplied by evm_3v3_sw
    [    2.033229] davinci-mcasp 4847c000.mcasp: invalid tdm slots: 0
    [    2.040807] NET: Registered protocol family 10
    [    2.056110] sit: IPv6 over IPv4 tunneling driver
    [    2.061348] NET: Registered protocol family 17
    [    2.066030] Key type dns_resolver registered
    [    2.070467] omap_voltage_late_init: Voltage driver support not added
    [    2.077363] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [    2.083571] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [    2.090272] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [    2.096518] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [    2.104670] Power Management for TI OMAP4+ devices.
    [    2.109763] Registering SWP/SWPB emulation handler
    [    2.116593] dmm 4e000000.dmm: initialized all PAT entries
    [    2.123912] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [    2.130591] [drm] No driver support for vblank timestamp query.
    [    2.136906] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0
    [    2.153872] pcf857x: probe of 0-0020 failed with error -121
    [    2.159662] pcf857x: probe of 0-0021 failed with error -121
    [    2.206377] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
    [    2.212495] davinci_mdio 48485000.mdio: no live phy, scanning all
    [    2.219789] davinci_mdio: probe of 48485000.mdio failed with error -5
    [    2.226710] omap_hsmmc 4809c000.mmc: Got CD GPIO
    [    2.267826] asoc-simple-card sound0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
    [    2.277348] hctosys: unable to open rtc device (rtc0)
    [    2.290501] evm_1v8: disabling
    [    2.293570] aic_dvdd: disabling
    [    2.296924] ldousb: disabling
    [    2.300313] ALSA device list:
    [    2.303290]   #0: DRA7xx-EVM
    [    2.306823] Waiting for root device PARTUUID=2274bf5c-02...
    [    3.005436] mmc2: host does not support reading read-only switch, assuming write-enable
    [    3.017110] mmc2: new high speed SDHC card at address aaaa
    [    3.022949] mmcblk0: mmc2:aaaa SL08G 7.40 GiB 
    [    3.028449]  mmcblk0: p1 p2
    [    3.077054] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
    [    3.085598] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
    [    3.547535] EXT4-fs (mmcblk0p2): recovery complete
    [    3.553872] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [    3.562054] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    3.569105] devtmpfs: mounted
    [    3.572308] Freeing unused kernel memory: 340K
    [    3.576791] This architecture does not have kernel memory protection.
    [    3.776193] systemd[1]: System time before build time, advancing clock.
    [    3.811487] random: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
    [    3.824160] random: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
    [    3.836781] systemd[1]: systemd 229 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
    [    3.855309] systemd[1]: Detected architecture arm.
    [    3.877445] systemd[1]: Set hostname to <dra7xx-evm>.
    [    3.949378] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 20 bits of entropy available)
    [    3.949920] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
    [    3.950098] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
    [    3.985189] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 22 bits of entropy available)
    [    4.009134] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 23 bits of entropy available)
    [    4.068545] random: systemd: uninitialized urandom read (16 bytes read, 25 bits of entropy available)
    [    4.078084] random: systemd: uninitialized urandom read (16 bytes read, 25 bits of entropy available)
    [    4.087947] random: systemd: uninitialized urandom read (16 bytes read, 25 bits of entropy available)
    [    4.428690] systemd[1]: sockets.target: Found ordering cycle on sockets.target/start
    [    4.436498] systemd[1]: sockets.target: Found dependency on dbus.socket/start
    [    4.443670] systemd[1]: sockets.target: Found dependency on sysinit.target/start
    [    4.451122] systemd[1]: sockets.target: Found dependency on alignment.service/start
    [    4.458883] systemd[1]: sockets.target: Found dependency on basic.target/start
    [    4.466140] systemd[1]: sockets.target: Found dependency on sockets.target/start
    [    4.473591] systemd[1]: sockets.target: Breaking ordering cycle by deleting job dbus.socket/start
    [    4.482528] systemd[1]: dbus.socket: Job dbus.socket/start deleted to break ordering cycle starting with sockets.target/start
    [    4.516772] systemd[1]: alignment.service: Found ordering cycle on alignment.service/start
    [    4.525079] systemd[1]: alignment.service: Found dependency on sysinit.target/start
    [    4.532791] systemd[1]: alignment.service: Found dependency on alignment.service/start
    [    4.540763] systemd[1]: alignment.service: Breaking ordering cycle by deleting job alignment.service/start
    [    4.550475] systemd[1]: alignment.service: Job alignment.service/start deleted to break ordering cycle starting with alignment.service/start
    [    4.578731] systemd[1]: Reached target Swap.
    [    4.596807] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    4.636563] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    4.666578] systemd[1]: Reached target Paths.
    [    4.686555] systemd[1]: Reached target Remote File Systems.
    [    4.716695] systemd[1]: Listening on Journal Socket.
    [    4.746618] systemd[1]: Listening on udev Kernel Socket.
    [    4.776591] systemd[1]: Listening on Syslog Socket.
    [    4.796634] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [    4.827431] systemd[1]: Listening on Journal Socket (/dev/log).
    [    4.857795] systemd[1]: Created slice System Slice.
    [    4.916583] systemd[1]: Mounting Debug File System...
    [    4.940943] systemd[1]: Starting Load Kernel Modules...
    [    4.968819] systemd[1]: Starting Journal Service...
    [    4.997407] systemd[1]: Created slice system-getty.slice.
    [    5.015610] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    5.032194] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    [    5.041129] systemd[1]: Mounting Temporary Directory...
    [    5.077477] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [    5.136711] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    [    5.168624] systemd[1]: Starting Setup Virtual Console...
    [    5.198793] systemd[1]: Mounting POSIX Message Queue File System...
    [    5.227237] systemd[1]: Created slice User and Session Slice.
    [    5.256747] systemd[1]: Listening on udev Control Socket.
    [    5.276806] systemd[1]: Reached target Slices.
    [    5.296739] systemd[1]: Listening on Network Service Netlink Socket.
    [    5.351042] systemd[1]: Mounted Debug File System.
    [    5.376683] systemd[1]: Mounted POSIX Message Queue File System.
    [    5.396622] systemd[1]: Mounted Temporary Directory.
    [    5.416780] systemd[1]: Started Journal Service.
    [    6.003565] systemd-journald[117]: Received request to flush runtime journal from PID 1
    [    6.462773] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
    [    6.486471]  remoteproc0: 55020000.ipu is available
    [    6.491382]  remoteproc0: Note: remoteproc is still under development and considered experimental.
    [    6.518878]  remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    6.538496] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
    [    6.549991]  remoteproc1: 40800000.dsp is available
    [    6.554905]  remoteproc1: Note: remoteproc is still under development and considered experimental.
    [    6.567534]  remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    6.593253] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
    [    6.622655]  remoteproc2: 41000000.dsp is available
    [    6.631927]  remoteproc2: Note: remoteproc is still under development and considered experimental.
    [    6.640943]  remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    7.580664]  remoteproc1: registered virtio0 (type 7)
    [    7.634432]  remoteproc2: registered virtio1 (type 7)
    [    7.694794]  remoteproc0: registered virtio2 (type 7)
    [    7.745667] rtc rtc0: 48838000.rtc: dev (254:0)
    [    7.745687] omap_rtc 48838000.rtc: rtc core: registered 48838000.rtc as rtc0
    [    7.760963] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
    [    7.774637] CAN device driver interface
    [    7.802978] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
    [    7.829133] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
    [    7.835865] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20
    [    7.850253] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
    [    7.985075] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=fce3c000, irq=326)
    [    8.027464] SCSI subsystem initialized
    [    8.207361] libata version 3.00 loaded.
    [    8.396096] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
    [    8.405505] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    [    8.420869] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst 
    [    8.454877] scsi host0: ahci
    [    8.458132] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 310
    [    8.598259] [drm] Initialized pvr 1.14.3699939 20110701 on minor 1
    [    8.673319] net eth1: initializing cpsw version 1.15 (0)
    [    8.681800] net eth0: initialized cpsw ale version 1.4
    [    8.694127] net eth0: ALE Table size 1024
    [    8.704711] libphy: PHY 48485000.mdio:03 not found
    [    8.713352] net eth1: phy "48485000.mdio:03" not found on slave 1, err -19
    [    8.733196] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
    [    8.757195] net eth0: initializing cpsw version 1.15 (0)
    [    8.801545] libphy: PHY 48485000.mdio:07 not found
    [    8.813577] net eth0: phy "48485000.mdio:07" not found on slave 0, err -19
    [    8.820572] ata1: SATA link down (SStatus 0 SControl 300)
    [    8.845416] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [    9.083630] NET: Registered protocol family 15
    [    9.272959] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [    9.450681] Initializing XFRM netlink socket
    [    9.470675]  remoteproc1: powering up 40800000.dsp
    [    9.493906]  remoteproc1: Booting fw image dra7-dsp1-fw.xe66, size 7449580
    [    9.559907] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
    [    9.565801] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
    [    9.571754] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
    [    9.663202]  remoteproc1: remote processor 40800000.dsp is now up
    [    9.683100] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    9.700833]  remoteproc2: powering up 41000000.dsp
    [    9.728289]  remoteproc2: Booting fw image dra7-dsp2-fw.xe66, size 7449580
    [    9.743204] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
    [    9.749095] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
    [    9.755046] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
    [    9.835620]  remoteproc2: remote processor 41000000.dsp is now up
    [    9.854068] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    9.867370]  remoteproc0: powering up 55020000.ipu
    [    9.900845]  remoteproc0: Booting fw image dra7-ipu2-fw.xem4, size 9507984
    [    9.915035] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
    [    9.941004] random: nonblocking pool is initialized
    [    9.987540]  remoteproc0: remote processor 55020000.ipu is now up
    [   10.008811] virtio_rpmsg_bus virtio2: rpmsg host is online
    [   10.243863] virtio_rpmsg_bus virtio2: creating channel rpmsg-proto addr 0x50
    [   10.252249] virtio_rpmsg_bus virtio0: creating channel rpmsg-proto addr 0x50
    [   10.285011] virtio_rpmsg_bus virtio1: creating channel rpmsg-proto addr 0x50
    [   10.310903] NET: Registered protocol family 41
    [   10.559861] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
    root@dra7xx-evm:~# 
    
    

    console output SoC1.txt
    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Initializing cgroup subsys cpuset
    [    0.000000] Initializing cgroup subsys cpu
    [    0.000000] Initializing cgroup subsys cpuacct
    [    0.000000] Linux version 4.4.84 (rtrk@rtrkw287-lin) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #1 SMP PREEMPT Tue Jun 26 15:45:57 CEST 2018
    [    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [    0.000000] Machine model: TI DRA742
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000040300000, size 3 MiB
    [    0.000000] Reserved memory: initialized node cmem@40300000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: regions without no-map are not yet supported
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, 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 0x000000009e000000, size 32 MiB
    [    0.000000] Reserved memory: initialized node ipu1_cma@9d000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: regions without no-map are not yet supported
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000000a1000000, size 32 MiB
    [    0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000000a3000000, size 32 MiB
    [    0.000000] Reserved memory: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: regions without no-map are not yet supported
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 64 MiB
    [    0.000000] Reserved memory: initialized node cmem@A9000000, compatible id shared-dma-pool
    [    0.000000] cma: Reserved 24 MiB at 0x00000000be400000
    [    0.000000] Forcing write-allocate cache policy for SMP
    [    0.000000] Memory policy: Data cache writealloc
    [    0.000000] OMAP4: Map 0x00000000bfd00000 to fe600000 for dram barrier
    [    0.000000] On node 0 totalpages: 244992
    [    0.000000] free_area_init_node: node 0, pgdat c0977280, node_mem_map ef69a000
    [    0.000000]   DMA zone: 1728 pages used for memmap
    [    0.000000]   DMA zone: 0 pages reserved
    [    0.000000]   DMA zone: 180224 pages, LIFO batch:31
    [    0.000000]   HighMem zone: 64768 pages, LIFO batch:15
    [    0.000000] DRA752 ES2.0
    [    0.000000] PERCPU: Embedded 11 pages/cpu @ef62b000 s14912 r8192 d21952 u45056
    [    0.000000] pcpu-alloc: s14912 r8192 d21952 u45056 alloc=11*4096
    [    0.000000] pcpu-alloc: [0] 0 [0] 1 
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 243264
    [    0.000000] Kernel command line: console=ttyS0,115200n8 vram=16M root=PARTUUID=b5aaa40c-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: 410840K/979968K available (6619K kernel code, 319K rwdata, 2388K rodata, 340K init, 290K bss, 364328K reserved, 204800K cma-reserved, 234496K highmem)
    [    0.000000] Virtual kernel memory layout:
                       vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                       fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                       vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
                       lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
                       pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
                       modules : 0xbf000000 - 0xbfe00000   (  14 MB)
                         .text : 0xc0008000 - 0xc08d402c   (9009 kB)
                         .init : 0xc08d5000 - 0xc092a000   ( 340 kB)
                         .data : 0xc092a000 - 0xc0979d60   ( 320 kB)
                          .bss : 0xc097b000 - 0xc09c3800   ( 290 kB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] Preemptible hierarchical RCU implementation.
    [    0.000000] 	Build-time adjustment of leaf fanout to 32.
    [    0.000000] NR_IRQS:16 nr_irqs:16 16
    [    0.000000] ti_dt_clocks_register: failed to lookup clock node gmac_gmii_ref_clk_div
    [    0.000000] OMAP clockevent source: timer1 at 32786 Hz
    [    0.000000] Architected 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.000015] Switching to timer-based delay loop, resolution 162ns
    [    0.000332] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [    0.000339] OMAP clocksource: 32k_counter at 32768 Hz
    [    0.000772] Console: colour dummy device 80x30
    [    0.000794] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [    0.000808] pid_max: default: 32768 minimum: 301
    [    0.000904] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.000915] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.001455] Initializing cgroup subsys io
    [    0.001471] Initializing cgroup subsys memory
    [    0.001494] Initializing cgroup subsys devices
    [    0.001506] Initializing cgroup subsys freezer
    [    0.001518] Initializing cgroup subsys perf_event
    [    0.001529] Initializing cgroup subsys pids
    [    0.001556] CPU: Testing write buffer coherency: ok
    [    0.001756] /cpus/cpu@0 missing clock-frequency property
    [    0.001773] /cpus/cpu@1 missing clock-frequency property
    [    0.001783] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [    0.001816] Setting up static identity map for 0x80008380 - 0x800083e0
    [    0.080055] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [    0.080123] Brought up 2 CPUs
    [    0.080136] SMP: Total of 2 processors activated (24.59 BogoMIPS).
    [    0.080142] CPU: All CPU(s) started in HYP mode.
    [    0.080148] CPU: Virtualization extensions available.
    [    0.080526] devtmpfs: initialized
    [    0.109123] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [    0.110103] omap_hwmod: l3_main_2 using broken dt data from ocp
    [    0.312410] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [    0.312431] futex hash table entries: 512 (order: 3, 32768 bytes)
    [    0.316658] pinctrl core: initialized pinctrl subsystem
    [    0.317511] NET: Registered protocol family 16
    [    0.318435] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.340217] cpuidle: using governor ladder
    [    0.370243] cpuidle: using governor menu
    [    0.378717] OMAP GPIO hardware version 0.1
    [    0.382672] omap_gpio 4805d000.gpio: could not find pctldev for node /ocp/l4@4a000000/scm@2000/pinmux@1400/gpio6_pins, deferring probe
    [    0.384608] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
    [    0.400631] omap-gpmc 50000000.gpmc: GPMC revision 6.0
    [    0.400644] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
    [    0.409884] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [    0.409894] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [    0.410381] omap4_sram_init:Unable to allocate sram needed to handle errata I688
    [    0.410391] omap4_sram_init:Unable to get sram pool needed to handle errata I688
    [    0.410967] OMAP DMA hardware revision 0.0
    [    0.451477] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
    [    0.452649] edma 43300000.edma: memcpy is disabled
    [    0.457287] edma 43300000.edma: TI EDMA DMA engine driver
    [    0.461685] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [    0.461864] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [    0.462022] omap-iommu 58882000.mmu: 58882000.mmu registered
    [    0.462187] omap-iommu 55082000.mmu: 55082000.mmu registered
    [    0.462478] omap-iommu 41501000.mmu: 41501000.mmu registered
    [    0.462664] omap-iommu 41502000.mmu: 41502000.mmu registered
    [    0.465655] palmas 0-0058: IRQ missing: skipping irq request
    [    0.481107] palmas 0-0058: Muxing GPIO 2e, PWM 0, LED 0
    [    0.543251] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.543656] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
    [    0.543857] media: Linux media interface: v0.10
    [    0.543908] Linux video capture interface: v2.00
    [    0.543947] pps_core: LinuxPPS API ver. 1 registered
    [    0.543954] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.543977] PTP clock support registered
    [    0.544026] EDAC MC: Ver: 3.0.0
    [    0.544764] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [    0.545062] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [    0.545390] Advanced Linux Sound Architecture Driver Initialized.
    [    0.546228] clocksource: Switched to clocksource arch_sys_counter
    [    0.556809] NET: Registered protocol family 2
    [    0.557304] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.557368] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [    0.557493] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.557540] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [    0.557570] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [    0.557778] NET: Registered protocol family 1
    [    0.558045] RPC: Registered named UNIX socket transport module.
    [    0.558054] RPC: Registered udp transport module.
    [    0.558061] RPC: Registered tcp transport module.
    [    0.558068] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.558085] PCI: CLS 0 bytes, default 64
    [    0.559063] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [    0.568997] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.569648] NFS: Registering the id_resolver key type
    [    0.569676] Key type id_resolver registered
    [    0.569683] Key type id_legacy registered
    [    0.569743] ntfs: driver 2.1.32 [Flags: R/O].
    [    0.571000] bounce: pool size: 64 pages
    [    0.571147] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [    0.571161] io scheduler noop registered
    [    0.571172] io scheduler deadline registered
    [    0.571209] io scheduler cfq registered (default)
    [    0.576107] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
    [    0.579343] PCI host bridge /ocp/axi@0/pcie_rc@51000000 ranges:
    [    0.579356]   No bus range found for /ocp/axi@0/pcie_rc@51000000, using [bus 00-ff]
    [    0.579390]    IO 0x20003000..0x20012fff -> 0x00000000
    [    0.579411]   MEM 0x20013000..0x2fffffff -> 0x20013000
    [    0.608205] dra7-pcie 51000000.pcie_rc: PCI host bridge to bus 0000:00
    [    0.608219] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    0.608230] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
    [    0.608240] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
    [    0.608273] pci 0000:00:00.0: [104c:8888] type 01 class 0x060400
    [    0.608316] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
    [    0.608338] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
    [    0.608408] pci 0000:00:00.0: supports D1
    [    0.608418] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    0.608651] PCI: bus0: Fast back to back transfers disabled
    [    0.608776] PCI: bus1: Fast back to back transfers enabled
    [    0.608860] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
    [    0.608874] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
    [    0.608887] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    0.609102] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
    [    0.609115] pcie_pme 0000:00:00.0:pcie01: service driver pcie_pme loaded
    [    0.609230] aer 0000:00:00.0:pcie02: service driver aer loaded
    [    0.669545] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [    0.672903] console [ttyS0] disabled
    [    0.672955] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 269, base_baud = 3000000) is a 8250
    [    1.667465] console [ttyS0] enabled
    [    1.671851] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 270, base_baud = 3000000) is a 8250
    [    1.681550] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 271, base_baud = 3000000) is a 8250
    [    1.691592] [drm] Initialized drm 1.1.0 20060810
    [    1.697647] OMAP DSS rev 6.1
    [    1.701396] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
    [    1.717153] loop: module loaded
    [    1.720671] vmemexp device MAJOR num = 246
    [    1.724801] vmemexp class registered
    [    1.728535] /dev/vmemexp device registered
    [    1.732649] ioctl DBUFIOC_EXPORT_VIRTMEM = -1072899120
    [    1.738333] nand: No NAND device found
    [    1.742103] omap2-nand 8000000.nand: scan failed, may be bus-width mismatch
    [    1.752025] m25p80 spi32766.0: s25fl256s1 (32768 Kbytes)
    [    1.757442] 7 ofpart partitions found on MTD device spi32766.0
    [    1.763300] Creating 7 MTD partitions on "spi32766.0":
    [    1.768477] 0x000000000000-0x000000040000 : "QSPI.SPL"
    [    1.774598] 0x000000040000-0x000000140000 : "QSPI.u-boot"
    [    1.780942] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
    [    1.787889] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
    [    1.794572] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
    [    1.801974] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
    [    1.808343] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
    [    1.816095] libphy: Fixed MDIO Bus: probed
    [    1.822967] cpsw 48484000.ethernet: Detected MACID = c8:fd:19:ba:fd:58
    [    1.829639] cpsw 48484000.ethernet: cpts: overflow check period 800
    [    1.836596] cpsw 48484000.ethernet: cpsw: Detected MACID = c8:fd:19:ba:fd:59
    [    1.845207] mousedev: PS/2 mouse device common for all mice
    [    1.851493] i2c /dev entries driver
    [    1.860780] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
    [    1.867183] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
    [    1.873719] evm_3v3_sw: supplied by sysen1
    [    2.047074] ledtrig-cpu: registered to indicate activity on CPUs
    [    2.057180] aic_dvdd: supplied by evm_3v3_sw
    [    2.063062] davinci-mcasp 4847c000.mcasp: invalid tdm slots: 0
    [    2.070568] NET: Registered protocol family 10
    [    2.085899] sit: IPv6 over IPv4 tunneling driver
    [    2.091145] NET: Registered protocol family 17
    [    2.095828] Key type dns_resolver registered
    [    2.100261] omap_voltage_late_init: Voltage driver support not added
    [    2.107152] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [    2.113361] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [    2.120061] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [    2.126307] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [    2.134495] Power Management for TI OMAP4+ devices.
    [    2.139588] Registering SWP/SWPB emulation handler
    [    2.146436] dmm 4e000000.dmm: initialized all PAT entries
    [    2.153763] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [    2.160444] [drm] No driver support for vblank timestamp query.
    [    2.166760] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0
    [    2.183721] pcf857x: probe of 0-0020 failed with error -121
    [    2.189511] pcf857x: probe of 0-0021 failed with error -121
    [    2.236251] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
    [    2.242370] davinci_mdio 48485000.mdio: detected phy mask ffffff7f
    [    2.250902] libphy: 48485000.mdio: probed
    [    2.254930] davinci_mdio 48485000.mdio: phy[7]: device 48485000.mdio:07, driver Marvell 88E1111
    [    2.264127] omap_hsmmc 4809c000.mmc: Got CD GPIO
    [    2.307706] asoc-simple-card sound0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
    [    2.317248] hctosys: unable to open rtc device (rtc0)
    [    2.330319] evm_1v8: disabling
    [    2.333390] aic_dvdd: disabling
    [    2.336735] ldousb: disabling
    [    2.340111] ALSA device list:
    [    2.343089]   #0: DRA7xx-EVM
    [    2.346757] Waiting for root device PARTUUID=b5aaa40c-02...
    [    3.003248] mmc2: host does not support reading read-only switch, assuming write-enable
    [    3.013182] mmc2: new high speed SDHC card at address 59b4
    [    3.019027] mmcblk0: mmc2:59b4 USD   7.48 GiB 
    [    3.024222]  mmcblk0: p1 p2
    [    3.117083] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
    [    3.125817] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
    [    3.900608] EXT4-fs (mmcblk0p2): recovery complete
    [    3.908120] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [    3.916303] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    3.924614] devtmpfs: mounted
    [    3.927836] Freeing unused kernel memory: 340K
    [    3.932298] This architecture does not have kernel memory protection.
    [    4.138074] systemd[1]: System time before build time, advancing clock.
    [    4.180134] random: systemd: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
    [    4.192944] random: systemd: uninitialized urandom read (16 bytes read, 21 bits of entropy available)
    [    4.204313] systemd[1]: systemd 229 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
    [    4.222754] systemd[1]: Detected architecture arm.
    [    4.247153] systemd[1]: Set hostname to <dra7xx-evm>.
    [    4.303616] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 22 bits of entropy available)
    [    4.340625] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 23 bits of entropy available)
    [    4.351839] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 23 bits of entropy available)
    [    4.363151] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 23 bits of entropy available)
    [    4.377533] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 23 bits of entropy available)
    [    4.480364] random: systemd: uninitialized urandom read (16 bytes read, 27 bits of entropy available)
    [    4.489905] random: systemd: uninitialized urandom read (16 bytes read, 27 bits of entropy available)
    [    4.499857] random: systemd: uninitialized urandom read (16 bytes read, 27 bits of entropy available)
    [    4.844974] systemd[1]: sysinit.target: Found ordering cycle on sysinit.target/start
    [    4.852808] systemd[1]: sysinit.target: Found dependency on alignment.service/start
    [    4.860520] systemd[1]: sysinit.target: Found dependency on basic.target/start
    [    4.867797] systemd[1]: sysinit.target: Found dependency on sockets.target/start
    [    4.875229] systemd[1]: sysinit.target: Found dependency on rpcbind.socket/start
    [    4.882727] systemd[1]: sysinit.target: Found dependency on sysinit.target/start
    [    4.890175] systemd[1]: sysinit.target: Breaking ordering cycle by deleting job alignment.service/start
    [    4.899628] systemd[1]: alignment.service: Job alignment.service/start deleted to break ordering cycle starting with sysinit.target/start
    [    4.928815] systemd[1]: Listening on Syslog Socket.
    [    4.956566] systemd[1]: Listening on Journal Socket (/dev/log).
    [    4.986420] systemd[1]: Reached target Swap.
    [    5.016785] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    5.046511] systemd[1]: Listening on udev Control Socket.
    [    5.076569] systemd[1]: Listening on Network Service Netlink Socket.
    [    5.107619] systemd[1]: Created slice User and Session Slice.
    [    5.136555] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    5.166941] systemd[1]: Created slice System Slice.
    [    5.196412] systemd[1]: Reached target Slices.
    [    5.216984] systemd[1]: Created slice system-getty.slice.
    [    5.246407] systemd[1]: Reached target Paths.
    [    5.266460] systemd[1]: Listening on udev Kernel Socket.
    [    5.296481] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [    5.326960] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [    5.356573] systemd[1]: Listening on Journal Socket.
    [    5.416602] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    [    5.448524] systemd[1]: Mounting Debug File System...
    [    5.478816] systemd[1]: Starting Journal Service...
    [    5.508606] systemd[1]: Mounting POSIX Message Queue File System...
    [    5.528324] systemd[1]: Mounting Temporary Directory...
    [    5.558697] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    5.579290] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    [    5.586636] systemd[1]: Reached target Remote File Systems.
    [    5.646640] systemd[1]: Starting Setup Virtual Console...
    [    5.680383] systemd[1]: Starting Load Kernel Modules...
    [    5.712902] systemd[1]: Mounted POSIX Message Queue File System.
    [    5.736493] systemd[1]: Mounted Debug File System.
    [    5.756589] systemd[1]: Mounted Temporary Directory.
    [    5.786668] systemd[1]: Started Journal Service.
    [    6.432644] systemd-journald[120]: Received request to flush runtime journal from PID 1
    [    6.788368] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
    [    6.796185]  remoteproc0: 55020000.ipu is available
    [    6.817685]  remoteproc0: Note: remoteproc is still under development and considered experimental.
    [    6.828398]  remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    6.843687] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
    [    6.853631]  remoteproc1: 40800000.dsp is available
    [    6.865536]  remoteproc1: Note: remoteproc is still under development and considered experimental.
    [    6.886047]  remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    6.913130] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
    [    6.936616]  remoteproc2: 41000000.dsp is available
    [    6.952913]  remoteproc2: Note: remoteproc is still under development and considered experimental.
    [    6.985671]  remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [    7.165592] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
    [    7.192990] rtc rtc0: 48838000.rtc: dev (254:0)
    [    7.193012] omap_rtc 48838000.rtc: rtc core: registered 48838000.rtc as rtc0
    [    7.251448] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20
    [    8.034189]  remoteproc1: registered virtio0 (type 7)
    [    8.050714]  remoteproc2: registered virtio1 (type 7)
    [    8.093003] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
    [    8.109244] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
    [    8.119831] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
    [    8.134905] CAN device driver interface
    [    8.152702]  remoteproc0: registered virtio2 (type 7)
    [    8.348480] SCSI subsystem initialized
    [    8.398761] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=fce3c000, irq=326)
    [    8.603108] libata version 3.00 loaded.
    [    8.751239] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
    [    8.758774] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    [    8.767810] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst 
    [    8.808357] scsi host0: ahci
    [    8.811517] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 310
    [    8.860249] [drm] Initialized pvr 1.14.3699939 20110701 on minor 1
    [    9.186298] ata1: SATA link down (SStatus 0 SControl 300)
    [    9.591769] NET: Registered protocol family 15
    [    9.604363] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [    9.829714] net eth1: initializing cpsw version 1.15 (0)
    [    9.842639]  remoteproc1: powering up 40800000.dsp
    [    9.850734] net eth0: initialized cpsw ale version 1.4
    [    9.872280]  remoteproc1: Booting fw image dra7-dsp1-fw.xe66, size 7449580
    [    9.884302] net eth0: ALE Table size 1024
    [    9.902991] omap_hwmod: mmu0_dsp1: _wait_target_disable failed
    [    9.908884] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
    [    9.914872] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
    [    9.925913] libphy: PHY 48485000.mdio:03 not found
    [    9.944115] net eth1: phy "48485000.mdio:03" not found on slave 1, err -19
    [    9.961090] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
    [    9.977950] net eth0: initializing cpsw version 1.15 (0)
    [   10.004468]  remoteproc1: remote processor 40800000.dsp is now up
    [   10.011941] virtio_rpmsg_bus virtio0: rpmsg host is online
    [   10.022306]  remoteproc2: powering up 41000000.dsp
    [   10.039830]  remoteproc2: Booting fw image dra7-dsp2-fw.xe66, size 7449580
    [   10.062879] omap_hwmod: mmu0_dsp2: _wait_target_disable failed
    [   10.068770] omap-iommu 41501000.mmu: 41501000.mmu: version 3.0
    [   10.074726] omap-iommu 41502000.mmu: 41502000.mmu: version 3.0
    [   10.087757] net eth0: phy found : id is : 0x1410cc2
    [   10.116256] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [   10.167737]  remoteproc2: remote processor 41000000.dsp is now up
    [   10.175148] virtio_rpmsg_bus virtio1: rpmsg host is online
    [   10.207573]  remoteproc0: powering up 55020000.ipu
    [   10.244979]  remoteproc0: Booting fw image dra7-ipu2-fw.xem4, size 9507980
    [   10.256779] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
    [   10.289292]  remoteproc0: remote processor 55020000.ipu is now up
    [   10.299193] Initializing XFRM netlink socket
    [   10.305531] virtio_rpmsg_bus virtio2: rpmsg host is online
    [   10.319038] Bluetooth: Core ver 2.21
    [   10.322919] NET: Registered protocol family 31
    [   10.338310] Bluetooth: HCI device and connection manager initialized
    [   10.359614] Bluetooth: HCI socket layer initialized
    [   10.375347] Bluetooth: L2CAP socket layer initialized
    [   10.384716] Bluetooth: SCO socket layer initialized
    [   10.542841] virtio_rpmsg_bus virtio2: creating channel rpmsg-proto addr 0x50
    [   10.556840] virtio_rpmsg_bus virtio0: creating channel rpmsg-proto addr 0x50
    [   10.585931] virtio_rpmsg_bus virtio1: creating channel rpmsg-proto addr 0x50
    [   10.604817] NET: Registered protocol family 41
    [   10.874231] random: nonblocking pool is initialized
    [   11.186468] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
    [   14.113836] cpsw 48484000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [   14.121756] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    root@dra7xx-evm:~# 
    
    

    Regards,

    Milena

  • Milena
    Do you have an update. Let us know if the issue has been resolved - suggest that we close the issue and re-open this thread if you confirm that the issue is still open and update on the outcome of the suggested changes
  • Dear Srirama,

    the issue is still not resolved. We have already sent you log files in our previous posts with the changes you have ask us to do. Did you have a chance to look at them? Do you have any other propositions?

    Kind Regards,

    Stefan.

  • Stefan
    I have reviewed the logs and did not catch anything amiss - not sure what is leading to the DT parsing errors in some cases. Unfortunately dont have means to replicate or test at my end
  • Unlocking the thread to allow follow-up and closure.

    Regards
    Karthik
  • Stefan
    Dont think we were able to take this to closure.

    If the issue is still open, can you summarize the current status, test results ( include the latest logs ) - will relook at this from scratch
  • Stefan
    Please confirm if we need further follow-up on this
  • Dear TI,

    This problem is currently not being examined by our team as the issue is no longer high priority. We will maybe get to it in the future.

    Regards,

    Stefan.

  • Stefan
    Thanks for your response. Will close this thread for now then - we can reopen if it is necessary at a later point of time