Part Number:DRA750
Hi ,
This is J6 customer board with 6AM1.3 SDK . USB1 devices is always not detect . We have checed VBUS is provide 3.3 V . But the OSTS (Vbus status) is always 0 ,and the id is 1 .
And state machine always set the OTG_STATE_B_IDLE state , lead to the IRQ of PERIPHERAL is not registered . (From /proc/interrupts )
kernel\android-4.4\drivers\usb\common\usb-otg.c
static int drd_statemachine(struct otg_fsm *fsm)
{
.......
switch (state) {
case OTG_STATE_UNDEFINED:
if (!fsm->id)
drd_set_state(fsm, OTG_STATE_A_HOST);
else if (fsm->id && fsm->b_sess_vld)
drd_set_state(fsm, OTG_STATE_B_PERIPHERAL);
else
{
dev_err(otgd->dev,"[baker] OTG_STATE_UNDEFINED vbus is error ,fsm->b_sess_vld=0 ");
drd_set_state(fsm, OTG_STATE_B_IDLE);
}
........
}
what should I do to solve the vbus problem . I find nothing about OSTS in the TRM of DRA7x .
Here is the USB1 register table :
GSBUSCFG0 = 0x0000000e
GSBUSCFG1 = 0x00000f00
GTXTHRCFG = 0x00000000
GRXTHRCFG = 0x00000000
GCTL = 0x25803000
GEVTEN = 0x00000000
GSTS = 0x3e800002
GSNPSID = 0x5533202a
GGPIO = 0x00000000
GUID = 0x0004042d
GUCTL = 0x00008010
GBUSERRADDR0 = 0x00000000
GBUSERRADDR1 = 0x00000000
GPRTBIMAP0 = 0x00000000
GPRTBIMAP1 = 0x00000000
GHWPARAMS0 = 0x202040ca
GHWPARAMS1 = 0x01c0c93b
GHWPARAMS2 = 0x00000000
GHWPARAMS3 = 0x1042008d
GHWPARAMS4 = 0x48822004
GHWPARAMS5 = 0x04202088
GHWPARAMS6 = 0x0b000c20
GHWPARAMS7 = 0x03080780
GDBGFIFOSPACE = 0x00420000
GDBGLTSSM = 0x01090440
GPRTBIMAP_HS0 = 0x00000000
GPRTBIMAP_HS1 = 0x00000000
GPRTBIMAP_FS0 = 0x00000000
GPRTBIMAP_FS1 = 0x00000000
GUSB2PHYCFG(0) = 0x00002500
GUSB2PHYCFG(1) = 0x00000000
GUSB2PHYCFG(2) = 0x00000000
GUSB2PHYCFG(3) = 0x00000000
GUSB2PHYCFG(4) = 0x00000000
GUSB2PHYCFG(5) = 0x00000000
GUSB2PHYCFG(6) = 0x00000000
GUSB2PHYCFG(7) = 0x00000000
GUSB2PHYCFG(8) = 0x00000000
GUSB2PHYCFG(9) = 0x00000000
GUSB2PHYCFG(10) = 0x00000000
GUSB2PHYCFG(11) = 0x00000000
GUSB2PHYCFG(12) = 0x00000000
GUSB2PHYCFG(13) = 0x00000000
GUSB2PHYCFG(14) = 0x00000000
GUSB2PHYCFG(15) = 0x00000000
GUSB2I2CCTL(0) = 0x00000000
GUSB2I2CCTL(1) = 0x00000000
GUSB2I2CCTL(2) = 0x00000000
GUSB2I2CCTL(3) = 0x00000000
GUSB2I2CCTL(4) = 0x00000000
GUSB2I2CCTL(5) = 0x00000000
GUSB2I2CCTL(6) = 0x00000000
GUSB2I2CCTL(7) = 0x00000000
GUSB2I2CCTL(8) = 0x00000000
GUSB2I2CCTL(9) = 0x00000000
GUSB2I2CCTL(10) = 0x00000000
GUSB2I2CCTL(11) = 0x00000000
GUSB2I2CCTL(12) = 0x00000000
GUSB2I2CCTL(13) = 0x00000000
GUSB2I2CCTL(14) = 0x00000000
GUSB2I2CCTL(15) = 0x00000000
GUSB2PHYACC(0) = 0x00000000
GUSB2PHYACC(1) = 0x00000000
GUSB2PHYACC(2) = 0x00000000
GUSB2PHYACC(3) = 0x00000000
GUSB2PHYACC(4) = 0x00000000
GUSB2PHYACC(5) = 0x00000000
GUSB2PHYACC(6) = 0x00000000
GUSB2PHYACC(7) = 0x00000000
GUSB2PHYACC(8) = 0x00000000
GUSB2PHYACC(9) = 0x00000000
GUSB2PHYACC(10) = 0x00000000
GUSB2PHYACC(11) = 0x00000000
GUSB2PHYACC(12) = 0x00000000
GUSB2PHYACC(13) = 0x00000000
GUSB2PHYACC(14) = 0x00000000
GUSB2PHYACC(15) = 0x00000000
GUSB3PIPECTL(0) = 0x00040002
GUSB3PIPECTL(1) = 0x00000000
GUSB3PIPECTL(2) = 0x00000000
GUSB3PIPECTL(3) = 0x00000000
GUSB3PIPECTL(4) = 0x00000000
GUSB3PIPECTL(5) = 0x00000000
GUSB3PIPECTL(6) = 0x00000000
GUSB3PIPECTL(7) = 0x00000000
GUSB3PIPECTL(8) = 0x00000000
GUSB3PIPECTL(9) = 0x00000000
GUSB3PIPECTL(10) = 0x00000000
GUSB3PIPECTL(11) = 0x00000000
GUSB3PIPECTL(12) = 0x00000000
GUSB3PIPECTL(13) = 0x00000000
GUSB3PIPECTL(14) = 0x00000000
GUSB3PIPECTL(15) = 0x00000000
GTXFIFOSIZ(0) = 0x00000042
GTXFIFOSIZ(1) = 0x00420184
GTXFIFOSIZ(2) = 0x01c60184
GTXFIFOSIZ(3) = 0x034a0184
GTXFIFOSIZ(4) = 0x04ce0184
GTXFIFOSIZ(5) = 0x06520013
GTXFIFOSIZ(6) = 0x06650013
GTXFIFOSIZ(7) = 0x06780013
GTXFIFOSIZ(8) = 0x068b0013
GTXFIFOSIZ(9) = 0x069e0013
GTXFIFOSIZ(10) = 0x06b10013
GTXFIFOSIZ(11) = 0x06c40013
GTXFIFOSIZ(12) = 0x06d70013
GTXFIFOSIZ(13) = 0x06ea0013
GTXFIFOSIZ(14) = 0x06fd0013
GTXFIFOSIZ(15) = 0x07100013
GTXFIFOSIZ(16) = 0x00000000
GTXFIFOSIZ(17) = 0x00000000
GTXFIFOSIZ(18) = 0x00000000
GTXFIFOSIZ(19) = 0x00000000
GTXFIFOSIZ(20) = 0x00000000
GTXFIFOSIZ(21) = 0x00000000
GTXFIFOSIZ(22) = 0x00000000
GTXFIFOSIZ(23) = 0x00000000
GTXFIFOSIZ(24) = 0x00000000
GTXFIFOSIZ(25) = 0x00000000
GTXFIFOSIZ(26) = 0x00000000
GTXFIFOSIZ(27) = 0x00000000
GTXFIFOSIZ(28) = 0x00000000
GTXFIFOSIZ(29) = 0x00000000
GTXFIFOSIZ(30) = 0x00000000
GTXFIFOSIZ(31) = 0x00000000
GRXFIFOSIZ(0) = 0x071e0185
GRXFIFOSIZ(1) = 0x08a30000
GRXFIFOSIZ(2) = 0x08a30000
GRXFIFOSIZ(3) = 0x00000000
GRXFIFOSIZ(4) = 0x00000000
GRXFIFOSIZ(5) = 0x00000000
GRXFIFOSIZ(6) = 0x00000000
GRXFIFOSIZ(7) = 0x00000000
GRXFIFOSIZ(8) = 0x00000000
GRXFIFOSIZ(9) = 0x00000000
GRXFIFOSIZ(10) = 0x00000000
GRXFIFOSIZ(11) = 0x00000000
GRXFIFOSIZ(12) = 0x00000000
GRXFIFOSIZ(13) = 0x00000000
GRXFIFOSIZ(14) = 0x00000000
GRXFIFOSIZ(15) = 0x00000000
GRXFIFOSIZ(16) = 0x00000000
GRXFIFOSIZ(17) = 0x00000000
GRXFIFOSIZ(18) = 0x00000000
GRXFIFOSIZ(19) = 0x00000000
GRXFIFOSIZ(20) = 0x00000000
GRXFIFOSIZ(21) = 0x00000000
GRXFIFOSIZ(22) = 0x00000000
GRXFIFOSIZ(23) = 0x00000000
GRXFIFOSIZ(24) = 0x00000000
GRXFIFOSIZ(25) = 0x00000000
GRXFIFOSIZ(26) = 0x00000000
GRXFIFOSIZ(27) = 0x00000000
GRXFIFOSIZ(28) = 0x00000000
GRXFIFOSIZ(29) = 0x00000000
GRXFIFOSIZ(30) = 0x00000000
GRXFIFOSIZ(31) = 0x00000000
GEVNTADRLO(0) = 0xde441000
GEVNTADRHI(0) = 0x00000000
GEVNTSIZ(0) = 0x00001000
GEVNTCOUNT(0) = 0x00000000
GHWPARAMS8 = 0x0000071e
DCFG = 0x00080800
DCTL = 0x00000000
DEVTEN = 0x00000000
DSTS = 0x00d20001
DGCMDPAR = 0x00000000
DGCMD = 0x00000000
DALEPENA = 0x00000000
DEPCMDPAR2(0) = 0x00000000
DEPCMDPAR2(1) = 0x00000000
DEPCMDPAR2(2) = 0x00000000
DEPCMDPAR2(3) = 0x00000000
DEPCMDPAR2(4) = 0x00000000
DEPCMDPAR2(5) = 0x00000000
DEPCMDPAR2(6) = 0x00000000
DEPCMDPAR2(7) = 0x00000000
DEPCMDPAR2(8) = 0x00000000
DEPCMDPAR2(9) = 0x00000000
DEPCMDPAR2(10) = 0x00000000
DEPCMDPAR2(11) = 0x00000000
DEPCMDPAR2(12) = 0x00000000
DEPCMDPAR2(13) = 0x00000000
DEPCMDPAR2(14) = 0x00000000
DEPCMDPAR2(15) = 0x00000000
DEPCMDPAR2(16) = 0x00000000
DEPCMDPAR2(17) = 0x00000000
DEPCMDPAR2(18) = 0x00000000
DEPCMDPAR2(19) = 0x00000000
DEPCMDPAR2(20) = 0x00000000
DEPCMDPAR2(21) = 0x00000000
DEPCMDPAR2(22) = 0x00000000
DEPCMDPAR2(23) = 0x00000000
DEPCMDPAR2(24) = 0x00000000
DEPCMDPAR2(25) = 0x00000000
DEPCMDPAR2(26) = 0x00000000
DEPCMDPAR2(27) = 0x00000000
DEPCMDPAR2(28) = 0x00000000
DEPCMDPAR2(29) = 0x00000000
DEPCMDPAR2(30) = 0x00000000
DEPCMDPAR2(31) = 0x00000000
DEPCMDPAR1(0) = 0x00000000
DEPCMDPAR1(1) = 0x00000000
DEPCMDPAR1(2) = 0x00000000
DEPCMDPAR1(3) = 0x00000000
DEPCMDPAR1(4) = 0x00000000
DEPCMDPAR1(5) = 0x00000000
DEPCMDPAR1(6) = 0x00000000
DEPCMDPAR1(7) = 0x00000000
DEPCMDPAR1(8) = 0x00000000
DEPCMDPAR1(9) = 0x00000000
DEPCMDPAR1(10) = 0x00000000
DEPCMDPAR1(11) = 0x00000000
DEPCMDPAR1(12) = 0x00000000
DEPCMDPAR1(13) = 0x00000000
DEPCMDPAR1(14) = 0x00000000
DEPCMDPAR1(15) = 0x00000000
DEPCMDPAR1(16) = 0x00000000
DEPCMDPAR1(17) = 0x00000000
DEPCMDPAR1(18) = 0x00000000
DEPCMDPAR1(19) = 0x00000000
DEPCMDPAR1(20) = 0x00000000
DEPCMDPAR1(21) = 0x00000000
DEPCMDPAR1(22) = 0x00000000
DEPCMDPAR1(23) = 0x00000000
DEPCMDPAR1(24) = 0x00000000
DEPCMDPAR1(25) = 0x00000000
DEPCMDPAR1(26) = 0x00000000
DEPCMDPAR1(27) = 0x00000000
DEPCMDPAR1(28) = 0x00000000
DEPCMDPAR1(29) = 0x00000000
DEPCMDPAR1(30) = 0x00000000
DEPCMDPAR1(31) = 0x00000000
DEPCMDPAR0(0) = 0x00000000
DEPCMDPAR0(1) = 0x00000000
DEPCMDPAR0(2) = 0x00000000
DEPCMDPAR0(3) = 0x00000000
DEPCMDPAR0(4) = 0x00000000
DEPCMDPAR0(5) = 0x00000000
DEPCMDPAR0(6) = 0x00000000
DEPCMDPAR0(7) = 0x00000000
DEPCMDPAR0(8) = 0x00000000
DEPCMDPAR0(9) = 0x00000000
DEPCMDPAR0(10) = 0x00000000
DEPCMDPAR0(11) = 0x00000000
DEPCMDPAR0(12) = 0x00000000
DEPCMDPAR0(13) = 0x00000000
DEPCMDPAR0(14) = 0x00000000
DEPCMDPAR0(15) = 0x00000000
DEPCMDPAR0(16) = 0x00000000
DEPCMDPAR0(17) = 0x00000000
DEPCMDPAR0(18) = 0x00000000
DEPCMDPAR0(19) = 0x00000000
DEPCMDPAR0(20) = 0x00000000
DEPCMDPAR0(21) = 0x00000000
DEPCMDPAR0(22) = 0x00000000
DEPCMDPAR0(23) = 0x00000000
DEPCMDPAR0(24) = 0x00000000
DEPCMDPAR0(25) = 0x00000000
DEPCMDPAR0(26) = 0x00000000
DEPCMDPAR0(27) = 0x00000000
DEPCMDPAR0(28) = 0x00000000
DEPCMDPAR0(29) = 0x00000000
DEPCMDPAR0(30) = 0x00000000
DEPCMDPAR0(31) = 0x00000000
DEPCMD(0) = 0x00000000
DEPCMD(1) = 0x00000000
DEPCMD(2) = 0x00000000
DEPCMD(3) = 0x00000000
DEPCMD(4) = 0x00000000
DEPCMD(5) = 0x00000000
DEPCMD(6) = 0x00000000
DEPCMD(7) = 0x00000000
DEPCMD(8) = 0x00000000
DEPCMD(9) = 0x00000000
DEPCMD(10) = 0x00000000
DEPCMD(11) = 0x00000000
DEPCMD(12) = 0x00000000
DEPCMD(13) = 0x00000000
DEPCMD(14) = 0x00000000
DEPCMD(15) = 0x00000000
DEPCMD(16) = 0x00000000
DEPCMD(17) = 0x00000000
DEPCMD(18) = 0x00000000
DEPCMD(19) = 0x00000000
DEPCMD(20) = 0x00000000
DEPCMD(21) = 0x00000000
DEPCMD(22) = 0x00000000
DEPCMD(23) = 0x00000000
DEPCMD(24) = 0x00000000
DEPCMD(25) = 0x00000000
DEPCMD(26) = 0x00000000
DEPCMD(27) = 0x00000000
DEPCMD(28) = 0x00000000
DEPCMD(29) = 0x00000000
DEPCMD(30) = 0x00000000
DEPCMD(31) = 0x00000000
OCFG = 0x00000008
OCTL = 0x00000040
OEVT = 0x80000000
OEVTEN = 0x0fff0f00
OSTS = 0x00000819
Here is the logs :
U-Boot SPL 2016.05-00001-gaeb0a9c-dirty (Aug 31 2017 - 14:54:23)
DRA752-GP ES1.1
Trying to boot from SPI
[baker11]Unknown display type
printf setup_lcd_i2c ENTER
i2c_read: error waiting for addr ACK (status=0x116)
i2c_write: error waiting for data ACK (status=0x116)
Waiting for LCD Power on
Waiting for LCD Power on
Waiting for LCD Power on
Waiting for LCD Power on
Waiting for LCD Power on
Waiting for LCD Power on
Waiting for LCD Power on
Waiting for LCD Power on
Waiting for LCD Power on
Waiting for LCD Power on
LCD not powered on
i2c_write: error waiting for addr ACK (status=0x116)
i2c_write: error waiting for addr ACK (status=0x116)
i2c_write: error waiting for addr ACK (status=0x116)
i2c_write: error waiting for addr ACK (status=0x116)
## No elf image at address 0xa17ff000
Error loading remotecore IPU2!,Continuing with boot ...
## No elf image at address 0xa1fff000
Error loading remotecore DSP1!,Continuing with boot ...
Enable clock module - 4a008778
Enable clock module - 4a008780
Disable clock module - 4a008778
Disable clock module - 4a008780
Enable clock module - 4a008778
Enable clock module - 4a008780
Disable clock module - 4a008778
Disable clock module - 4a008780
Enable clock module - 4a008778
Enable clock module - 4a008780
Disable clock module - 4a008778
Disable clock module - 4a008780
Enable clock module - 4a008778
Enable clock module - 4a008780
Disable clock module - 4a008778
Disable clock module - 4a008780
U-Boot 2016.05-00001-gaeb0a9c-dirty (Aug 31 2017 - 14:54:23 +0800)
CPU : DRA752-GP ES1.1
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
Warning: fastboot.board_rev: unknown board revision
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
eth0: ethernet@48484000
Hit any key to stop autoboot: 0
MMC: no card present
MMC: no card present
MMC: no card present
switch to partitions #0, OK
mmc1(part 0) is current device
MMC read: dev # 1, block # 2048, count 256 ... 256 blocks read: OK
MMC read: dev # 1, block # 56608, count 20480 ... 20480 blocks read: OK
Booting from eMMC ...
## Booting Android Image at 0x82000000 ...
Kernel load addr 0x80008000 size 7813 KiB
RAM disk load addr 0x83000000 size 892 KiB
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Kernel Image ... OK
Loading Ramdisk to 8ff21000, end 8fffff42 ... OK
Loading Device Tree to 8ff04000, end 8ff20afb ... OK
Using machid 0xfe6 from environment
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.45-00020-g069eb9c2-dirty (baker@wpi) (gcc version 4.9.x-google 20140827 (prerelease) (GCC) ) #16 SMP PREEMPT Thu Sep 7 21:40:05 CST 2017
[ 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 CMA memory pool at 0x0000000095800000, size 56 MiB
[ 0.000000] Reserved memory: initialized node ipu2_cma@95800000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, size 64 MiB
[ 0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000009d000000, size 32 MiB
[ 0.000000] Reserved memory: initialized node ipu1_cma@9d000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000009f000000, size 8 MiB
[ 0.000000] Reserved memory: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool
[ 0.000000] cma: Reserved 24 MiB at 0x00000000de400000
[ 0.000000] Forcing write-allocate cache policy for SMP
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] OMAP4: Map 0x00000000dfd00000 to fe600000 for dram barrier
[ 0.000000] DRA752 ES1.1
[ 0.000000] PERCPU: Embedded 13 pages/cpu @ef1ad000 s23808 r8192 d21248 u53248
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 390720
[ 0.000000] Kernel command line: root=/dev/mmcblk0p2 rw init=/init rootfstype=ext4 rootwait drm.rnodes=1 androidboot.selinux=permissive snd.slots_reserved=1,1 snd-soc-core.pmdown_time=-1 uio_pdrv_genirq.of_id=generic-uio console=ttyS0,115200 androidboot.console=ttyS0 androidboot.hardware=jacinto6evmboard androidboot.serialno=140160166ffa00a1 console=ttyS0,115200 androidboot.console=ttyS0 androidboot.hardware=jacinto6evmboard
[ 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: 1345168K/1569792K available (12288K kernel code, 808K rwdata, 3568K rodata, 2048K init, 500K bss, 36208K reserved, 188416K cma-reserved, 758784K 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 - 0xc0e00000 (14304 kB)
[ 0.000000] .init : 0xc1200000 - 0xc1400000 (2048 kB)
[ 0.000000] .data : 0xc1400000 - 0xc14ca2cc ( 809 kB)
[ 0.000000] .bss : 0xc14ca2cc - 0xc1547468 ( 501 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.000016] Switching to timer-based delay loop, resolution 162ns
[ 0.000325] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
[ 0.000333] OMAP clocksource: 32k_counter at 32768 Hz
[ 0.000758] Console: colour dummy device 80x30
[ 0.000781] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
[ 0.000794] pid_max: default: 32768 minimum: 301
[ 0.000868] Security Framework initialized
[ 0.000879] SELinux: Initializing.
[ 0.000955] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000966] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001537] Initializing cgroup subsys io
[ 0.001554] Initializing cgroup subsys memory
[ 0.001578] Initializing cgroup subsys devices
[ 0.001591] Initializing cgroup subsys freezer
[ 0.001603] Initializing cgroup subsys perf_event
[ 0.001614] Initializing cgroup subsys pids
[ 0.001626] Initializing cgroup subsys debug
[ 0.001665] CPU: Testing write buffer coherency: ok
[ 0.001907] /cpus/cpu@0 missing clock-frequency property
[ 0.001925] /cpus/cpu@1 missing clock-frequency property
[ 0.001934] CPU0: update cpu_capacity 1024
[ 0.001943] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.001986] Setting up static identity map for 0x80200000 - 0x80200060
[ 0.080202] CPU1: update cpu_capacity 1024
[ 0.080208] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.080282] Brought up 2 CPUs
[ 0.080299] SMP: Total of 2 processors activated (24.59 BogoMIPS).
[ 0.080306] CPU: All CPU(s) started in HYP mode.
[ 0.080312] CPU: Virtualization extensions available.
[ 0.080340] CPU1: update max cpu_capacity 1024
[ 0.090212] CPU1: update max cpu_capacity 1024
[ 0.110463] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 0.111430] omap_hwmod: l3_main_2 using broken dt data from ocp
[ 0.254943] omap_hwmod: dss_dispc: _wait_target_ready failed: -16
[ 0.254956] omap_hwmod: dss_dispc: cannot be enabled for reset (3)
[ 0.257544] omap_hwmod: dss_hdmi: _wait_target_ready failed: -16
[ 0.257555] omap_hwmod: dss_hdmi: cannot be enabled for reset (3)
[ 0.325268] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.328841] pinctrl core: initialized pinctrl subsystem
[ 0.329801] NET: Registered protocol family 16
[ 0.331188] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.360331] cpuidle: using governor ladder
[ 0.390361] cpuidle: using governor menu
[ 0.399624] OMAP GPIO hardware version 0.1
[ 0.406242] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
[ 0.423673] omap-gpmc 50000000.gpmc: GPMC revision 6.0
[ 0.423687] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
[ 0.433767] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.433777] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.434255] omap4_sram_init:Unable to allocate sram needed to handle errata I688
[ 0.434265] omap4_sram_init:Unable to get sram pool needed to handle errata I688
[ 0.434918] OMAP DMA hardware revision 0.0
[ 0.482160] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[ 0.483342] edma 43300000.edma: memcpy is disabled
[ 0.488159] edma 43300000.edma: TI EDMA DMA engine driver
[ 0.492260] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[ 0.492459] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[ 0.492632] omap-iommu 58882000.mmu: 58882000.mmu registered
[ 0.492798] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 0.493090] omap-iommu 41501000.mmu: 41501000.mmu registered
[ 0.493301] omap-iommu 41502000.mmu: 41502000.mmu registered
[ 0.495274] SCSI subsystem initialized
[ 0.495509] usbcore: registered new interface driver usbfs
[ 0.495574] usbcore: registered new interface driver hub
[ 0.495668] usbcore: registered new device driver usb
[ 0.497038] palmas 0-0058: IRQ missing: skipping irq request
[ 0.497051] [baker] omap_i2c_xfer ,num=2
[ 0.510542] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.510635] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.510723] [baker] omap_i2c_xfer ,num=2
[ 0.510736] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.510825] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.510912] palmas 0-0058: Muxing GPIO 2e, PWM 0, LED 0
[ 0.510923] [baker] omap_i2c_xfer ,num=1
[ 0.510935] omap_i2c 48070000.i2c: addr: 0x0058, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 0.511625] [baker] omap_i2c_xfer ,num=2
[ 0.511639] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.511729] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.511816] [baker] omap_i2c_xfer ,num=2
[ 0.511829] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.511917] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.512001] [baker] omap_i2c_xfer ,num=2
[ 0.512014] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.512100] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.512185] [baker] omap_i2c_xfer ,num=1
[ 0.512197] omap_i2c 48070000.i2c: addr: 0x0058, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 0.512311] [baker] omap_i2c_xfer ,num=2
[ 0.512323] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.512409] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.512494] [baker] omap_i2c_xfer ,num=2
[ 0.512506] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.512592] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.512734] [baker] omap_i2c_xfer ,num=2
[ 0.512748] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.512835] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.513010] [baker] omap_i2c_xfer ,num=2
[ 0.513024] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.513111] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.513196] [baker] omap_i2c_xfer ,num=1
[ 0.513207] omap_i2c 48070000.i2c: addr: 0x0058, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 0.513323] [baker] omap_i2c_xfer ,num=2
[ 0.513335] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.513422] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.513553] [baker] omap_i2c_xfer ,num=2
[ 0.513565] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.513653] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.513737] [baker] omap_i2c_xfer ,num=2
[ 0.513749] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.513836] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.513921] [baker] omap_i2c_xfer ,num=1
[ 0.513933] omap_i2c 48070000.i2c: addr: 0x0058, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 0.514047] [baker] omap_i2c_xfer ,num=2
[ 0.514058] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.514144] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.514228] [baker] omap_i2c_xfer ,num=2
[ 0.514240] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.514325] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.514462] [baker] omap_i2c_xfer ,num=2
[ 0.514475] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.514562] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.514729] [baker] omap_i2c_xfer ,num=2
[ 0.514742] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.514828] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.514913] [baker] omap_i2c_xfer ,num=1
[ 0.514925] omap_i2c 48070000.i2c: addr: 0x0058, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 0.515041] [baker] omap_i2c_xfer ,num=2
[ 0.515052] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.515138] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.515258] [baker] omap_i2c_xfer ,num=2
[ 0.515271] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.515356] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.515441] [baker] omap_i2c_xfer ,num=2
[ 0.515453] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.515538] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.515622] [baker] omap_i2c_xfer ,num=1
[ 0.515634] omap_i2c 48070000.i2c: addr: 0x0058, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 0.515747] [baker] omap_i2c_xfer ,num=2
[ 0.515758] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.515843] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.515927] [baker] omap_i2c_xfer ,num=2
[ 0.515939] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.516024] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.516159] [baker] omap_i2c_xfer ,num=2
[ 0.516172] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.516260] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.516445] [baker] omap_i2c_xfer ,num=2
[ 0.516458] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.516544] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.516629] [baker] omap_i2c_xfer ,num=1
[ 0.516640] omap_i2c 48070000.i2c: addr: 0x0058, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 0.516755] [baker] omap_i2c_xfer ,num=2
[ 0.516767] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.516852] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.516972] [baker] omap_i2c_xfer ,num=2
[ 0.516985] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.517070] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.517155] [baker] omap_i2c_xfer ,num=1
[ 0.517167] omap_i2c 48070000.i2c: addr: 0x0058, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 0.517280] [baker] omap_i2c_xfer ,num=2
[ 0.517291] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.517377] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.517461] [baker] omap_i2c_xfer ,num=2
[ 0.517473] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.517558] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.517695] [baker] omap_i2c_xfer ,num=2
[ 0.517707] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.517793] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.517957] [baker] omap_i2c_xfer ,num=2
[ 0.517970] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.518057] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.518142] [baker] omap_i2c_xfer ,num=1
[ 0.518154] omap_i2c 48070000.i2c: addr: 0x0058, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 0.518270] [baker] omap_i2c_xfer ,num=2
[ 0.518282] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.518368] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.518491] [baker] omap_i2c_xfer ,num=2
[ 0.518504] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.518591] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.518675] [baker] omap_i2c_xfer ,num=2
[ 0.518687] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.518772] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.518857] [baker] omap_i2c_xfer ,num=1
[ 0.518869] omap_i2c 48070000.i2c: addr: 0x0058, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 0.518982] [baker] omap_i2c_xfer ,num=2
[ 0.518994] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.519080] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.519164] [baker] omap_i2c_xfer ,num=2
[ 0.519176] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.519261] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.519396] [baker] omap_i2c_xfer ,num=2
[ 0.519409] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.519496] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.519666] [baker] omap_i2c_xfer ,num=2
[ 0.519678] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.519765] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.519850] [baker] omap_i2c_xfer ,num=1
[ 0.519862] omap_i2c 48070000.i2c: addr: 0x0058, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 0.519977] [baker] omap_i2c_xfer ,num=2
[ 0.519988] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.520074] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.520193] [baker] omap_i2c_xfer ,num=2
[ 0.520205] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.520291] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.520377] [baker] omap_i2c_xfer ,num=1
[ 0.520388] omap_i2c 48070000.i2c: addr: 0x0058, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 0.520503] [baker] omap_i2c_xfer ,num=2
[ 0.520515] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.520624] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.520709] [baker] omap_i2c_xfer ,num=2
[ 0.520720] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.520806] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.520942] [baker] omap_i2c_xfer ,num=2
[ 0.520954] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.521041] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.521203] [baker] omap_i2c_xfer ,num=2
[ 0.521215] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.521302] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.521392] [baker] omap_i2c_xfer ,num=2
[ 0.521404] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.521491] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.521575] [baker] omap_i2c_xfer ,num=1
[ 0.521586] omap_i2c 48070000.i2c: addr: 0x0058, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 0.521797] [baker] omap_i2c_xfer ,num=2
[ 0.521811] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.521899] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.522060] [baker] omap_i2c_xfer ,num=2
[ 0.522072] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.522159] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.530564] [baker] omap_i2c_xfer ,num=2
[ 0.530576] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.530663] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.530784] [baker] omap_i2c_xfer ,num=2
[ 0.530796] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.530883] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.530968] [baker] omap_i2c_xfer ,num=1
[ 0.530980] omap_i2c 48070000.i2c: addr: 0x0058, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 0.531150] [baker] omap_i2c_xfer ,num=2
[ 0.531163] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.531251] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.531424] [baker] omap_i2c_xfer ,num=2
[ 0.531437] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.531524] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.531612] [baker] omap_i2c_xfer ,num=2
[ 0.531624] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.531709] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.540613] [baker] omap_i2c_xfer ,num=2
[ 0.540626] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.540714] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.540814] [baker] omap_i2c_xfer ,num=1
[ 0.540826] omap_i2c 48070000.i2c: addr: 0x0058, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 0.540991] [baker] omap_i2c_xfer ,num=2
[ 0.541004] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.541091] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.541250] [baker] omap_i2c_xfer ,num=2
[ 0.541262] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.541349] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.541436] [baker] omap_i2c_xfer ,num=2
[ 0.541449] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.541534] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.550634] [baker] omap_i2c_xfer ,num=2
[ 0.550646] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.550734] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.550819] [baker] omap_i2c_xfer ,num=1
[ 0.550831] omap_i2c 48070000.i2c: addr: 0x0058, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 0.550992] [baker] omap_i2c_xfer ,num=2
[ 0.551005] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.551092] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.551252] [baker] omap_i2c_xfer ,num=2
[ 0.551264] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.551351] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.551540] [baker] omap_i2c_xfer ,num=2
[ 0.551553] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.551641] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.551797] [baker] omap_i2c_xfer ,num=2
[ 0.551809] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.551896] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.552069] [baker] omap_i2c_xfer ,num=2
[ 0.552081] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.552169] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.552328] [baker] omap_i2c_xfer ,num=2
[ 0.552340] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.552427] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.552603] [baker] omap_i2c_xfer ,num=2
[ 0.552616] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.552703] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.552872] [baker] omap_i2c_xfer ,num=2
[ 0.552885] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.552972] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.553138] [baker] omap_i2c_xfer ,num=2
[ 0.553152] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.553239] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.553394] [baker] omap_i2c_xfer ,num=2
[ 0.553407] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.553493] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.553669] [baker] omap_i2c_xfer ,num=2
[ 0.553682] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.553770] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.553934] [baker] omap_i2c_xfer ,num=2
[ 0.553946] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.554033] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.554134] [baker] omap_i2c_xfer ,num=2
[ 0.554147] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.554232] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.560652] [baker] omap_i2c_xfer ,num=2
[ 0.560665] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.560753] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.560838] [baker] omap_i2c_xfer ,num=1
[ 0.560850] omap_i2c 48070000.i2c: addr: 0x0058, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 0.561016] [baker] omap_i2c_xfer ,num=2
[ 0.561028] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.561115] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.561273] [baker] omap_i2c_xfer ,num=2
[ 0.561286] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.561373] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.561460] [baker] omap_i2c_xfer ,num=2
[ 0.561472] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.561558] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.570669] [baker] omap_i2c_xfer ,num=2
[ 0.570681] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.570770] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.570855] [baker] omap_i2c_xfer ,num=1
[ 0.570867] omap_i2c 48070000.i2c: addr: 0x0058, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 0.571033] [baker] omap_i2c_xfer ,num=2
[ 0.571045] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.571132] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.571311] [baker] omap_i2c_xfer ,num=2
[ 0.571324] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.571411] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.571498] [baker] omap_i2c_xfer ,num=2
[ 0.571510] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.571597] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.580698] [baker] omap_i2c_xfer ,num=2
[ 0.580711] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.580799] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.580884] [baker] omap_i2c_xfer ,num=1
[ 0.580896] omap_i2c 48070000.i2c: addr: 0x0058, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 0.581255] [baker] omap_i2c_xfer ,num=2
[ 0.581268] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.581356] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.581441] [baker] omap_i2c_xfer ,num=1
[ 0.581453] omap_i2c 48070000.i2c: addr: 0x0058, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 0.581603] [baker] omap_i2c_xfer ,num=2
[ 0.581616] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.581704] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.581905] [baker] omap_i2c_xfer ,num=2
[ 0.581918] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.582006] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.582126] [baker] omap_i2c_xfer ,num=2
[ 0.582138] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.582225] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.582419] [baker] omap_i2c_xfer ,num=2
[ 0.582433] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.582520] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.582639] [baker] omap_i2c_xfer ,num=2
[ 0.582651] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 0.582738] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 0.583048] [baker] omap_i2c_xfer ,num=1
[ 0.583062] omap_i2c 48070000.i2c: addr: 0x0020, len: 2, flags: 0x1, stop: 1 ,speed: 400
[ 0.583128] omap_i2c 48070000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 0.583148] pcf857x: probe of 0-0020 failed with error -121
[ 0.583349] [baker] omap_i2c_xfer ,num=1
[ 0.583364] omap_i2c 48070000.i2c: addr: 0x0021, len: 2, flags: 0x1, stop: 1 ,speed: 400
[ 0.583430] omap_i2c 48070000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 0.583447] pcf857x: probe of 0-0021 failed with error -121
[ 0.583609] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 0.584183] [baker] omap_i2c_xfer ,num=1
[ 0.600688] omap_i2c 48072000.i2c: addr: 0x0026, len: 2, flags: 0x1, stop: 1 ,speed: 400
[ 0.600759] omap_i2c 48072000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 0.600777] pcf857x: probe of 1-0026 failed with error -121
[ 0.600936] omap_i2c 48072000.i2c: bus 1 rev0.12 at 400 kHz
[ 0.601349] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
[ 0.601853] omap_i2c 4807a000.i2c: bus 3 rev0.12 at 400 kHz
[ 0.602051] media: Linux media interface: v0.10
[ 0.602105] Linux video capture interface: v2.00
[ 0.602148] pps_core: LinuxPPS API ver. 1 registered
[ 0.602155] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.602180] PTP clock support registered
[ 0.602231] EDAC MC: Ver: 3.0.0
[ 0.603037] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[ 0.603338] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[ 0.603777] Advanced Linux Sound Architecture Driver Initialized.
[ 0.605405] clocksource: Switched to clocksource arch_sys_counter
[ 0.657981] NET: Registered protocol family 2
[ 0.658587] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.658650] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.658776] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.658824] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.658856] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.659004] NET: Registered protocol family 1
[ 0.659337] RPC: Registered named UNIX socket transport module.
[ 0.659347] RPC: Registered udp transport module.
[ 0.659354] RPC: Registered tcp transport module.
[ 0.659361] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.659895] Trying to unpack rootfs image as initramfs...
[ 0.696827] Freeing initrd memory: 892K (cff21000 - d0000000)
[ 0.697899] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.700472] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.700563] audit: initializing netlink subsys (disabled)
[ 0.700605] audit: type=2000 audit(0.689:1): initialized
[ 0.708165] VFS: Disk quotas dquot_6.6.0
[ 0.708334] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.709416] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.710186] NFS: Registering the id_resolver key type
[ 0.710221] Key type id_resolver registered
[ 0.710230] Key type id_legacy registered
[ 0.710295] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.710631] fuse init (API version 7.23)
[ 0.719463] bounce: pool size: 64 pages
[ 0.719632] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 0.719649] io scheduler noop registered
[ 0.719664] io scheduler deadline registered
[ 0.719701] io scheduler cfq registered (default)
[ 0.724868] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
[ 0.727763] dra7-pcie 51000000.pcie_rc: phy_get -- pcie-phy0
[ 0.727809] dra7-pcie 51000000.pcie_rc: phy_get -- index=0
[ 0.727921] phy phy-4a094000.pciephy.3: [baker] phy_power_on
[ 0.728134] PCI host bridge /ocp/axi@0/pcie_rc@51000000 ranges:
[ 0.728147] No bus range found for /ocp/axi@0/pcie_rc@51000000, using [bus 00-ff]
[ 0.728181] IO 0x20003000..0x20012fff -> 0x00000000
[ 0.728203] MEM 0x20013000..0x2fffffff -> 0x20013000
[ 0.759968] dra7-pcie 51000000.pcie_rc: link is not up
[ 0.760137] dra7-pcie 51000000.pcie_rc: PCI host bridge to bus 0000:00
[ 0.760151] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.760162] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.760173] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[ 0.760591] PCI: bus0: Fast back to back transfers disabled
[ 0.760711] PCI: bus1: Fast back to back transfers enabled
[ 0.760797] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
[ 0.760812] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
[ 0.760825] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 0.761052] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
[ 0.762571] fpd3_serdes 3-001a: fpd3_serdes_probe
[ 0.762588] fpd3_serdes 3-001a: start register slave 948
[ 0.762598] fpd3_serdes 3-001a: Registering i2c adapter
[ 0.762609] [baker] slave addr =0x2C ,master=0x2C
[ 0.762619] fpd3_serdes 3-001a: i2c set adapter -----------
[ 0.762627] fpd3_serdes 3-001a: add number -----------
[ 0.762929] fpd3_serdes 7-002c: fpd3_serdes_probe
[ 0.762946] fpd3_smbus_xfer alias --------------
[ 0.762955] fpd3_serdes 3-001a: ser init xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
[ 0.762964] [baker] omap_i2c_xfer ,num=2
[ 0.795424] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.795436] omap_i2c 4807a000.i2c: controller timed out
[ 1.815434] fpd3_serdes 3-001a: Failed to read 0x00, Error = -110 xxxxxx
[ 1.815442] [baker] read ret=-110
[ 1.818452] [baker] omap_i2c_xfer ,num=2
[ 1.835433] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.835509] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.835522] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.835528] [baker] read ret=-121
[ 1.838538] [baker] omap_i2c_xfer ,num=2
[ 1.838550] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.838622] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.838634] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.838640] [baker] read ret=-121
[ 1.841648] [baker] omap_i2c_xfer ,num=2
[ 1.841659] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.841732] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.841745] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.841751] [baker] read ret=-121
[ 1.844758] [baker] omap_i2c_xfer ,num=2
[ 1.844771] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.844842] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.844854] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.844860] [baker] read ret=-121
[ 1.847868] [baker] omap_i2c_xfer ,num=2
[ 1.847884] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.847956] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.847967] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.847974] [baker] read ret=-121
[ 1.850983] [baker] omap_i2c_xfer ,num=2
[ 1.850996] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.851066] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.851079] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.851085] [baker] read ret=-121
[ 1.854094] [baker] omap_i2c_xfer ,num=2
[ 1.854107] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.854178] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.854189] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.854196] [baker] read ret=-121
[ 1.857206] [baker] omap_i2c_xfer ,num=2
[ 1.857219] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.857290] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.857302] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.857309] [baker] read ret=-121
[ 1.860318] [baker] omap_i2c_xfer ,num=2
[ 1.860330] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.860400] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.860412] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.860418] [baker] read ret=-121
[ 1.863427] [baker] omap_i2c_xfer ,num=2
[ 1.863440] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.863511] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.863523] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.863529] [baker] read ret=-121
[ 1.866539] [baker] omap_i2c_xfer ,num=2
[ 1.866553] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.866624] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.866636] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.866643] [baker] read ret=-121
[ 1.869650] [baker] omap_i2c_xfer ,num=2
[ 1.869663] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.869734] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.869745] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.869751] [baker] read ret=-121
[ 1.872759] [baker] omap_i2c_xfer ,num=2
[ 1.872771] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.872841] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.872853] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.872859] [baker] read ret=-121
[ 1.875867] [baker] omap_i2c_xfer ,num=2
[ 1.875881] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.875952] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.875964] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.875970] [baker] read ret=-121
[ 1.878980] [baker] omap_i2c_xfer ,num=2
[ 1.878992] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.879063] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.879075] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.879081] [baker] read ret=-121
[ 1.882090] [baker] omap_i2c_xfer ,num=2
[ 1.882103] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.882172] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.882184] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.882190] [baker] read ret=-121
[ 1.885200] [baker] omap_i2c_xfer ,num=2
[ 1.885212] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.885283] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.885294] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.885301] [baker] read ret=-121
[ 1.888311] [baker] omap_i2c_xfer ,num=2
[ 1.888324] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.888395] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.888407] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.888413] [baker] read ret=-121
[ 1.891423] [baker] omap_i2c_xfer ,num=2
[ 1.891435] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.891505] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.891517] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.891524] [baker] read ret=-121
[ 1.894531] [baker] omap_i2c_xfer ,num=2
[ 1.894543] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.894613] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.894625] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.894631] [baker] read ret=-121
[ 1.897639] [baker] omap_i2c_xfer ,num=2
[ 1.897653] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.897723] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.897735] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.897742] [baker] read ret=-121
[ 1.900751] [baker] omap_i2c_xfer ,num=2
[ 1.900763] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.900834] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.900846] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.900852] [baker] read ret=-121
[ 1.903862] [baker] omap_i2c_xfer ,num=2
[ 1.903874] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.903944] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.903956] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.903962] [baker] read ret=-121
[ 1.906972] [baker] omap_i2c_xfer ,num=2
[ 1.906986] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.907056] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.907068] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.907074] [baker] read ret=-121
[ 1.910084] [baker] omap_i2c_xfer ,num=2
[ 1.910096] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.910166] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.910178] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.910184] [baker] read ret=-121
[ 1.913194] [baker] omap_i2c_xfer ,num=2
[ 1.913206] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.913277] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.913288] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.913295] [baker] read ret=-121
[ 1.916304] [baker] omap_i2c_xfer ,num=2
[ 1.916318] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.916388] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.916400] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.916407] [baker] read ret=-121
[ 1.919414] [baker] omap_i2c_xfer ,num=2
[ 1.919427] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.919497] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.919508] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.919514] [baker] read ret=-121
[ 1.922522] [baker] omap_i2c_xfer ,num=2
[ 1.922534] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.922604] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.922616] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.922622] [baker] read ret=-121
[ 1.925630] [baker] omap_i2c_xfer ,num=2
[ 1.925642] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.925713] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.925724] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.925731] [baker] read ret=-121
[ 1.928740] [baker] omap_i2c_xfer ,num=2
[ 1.928752] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.928823] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.928834] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.928841] [baker] read ret=-121
[ 1.931850] [baker] omap_i2c_xfer ,num=2
[ 1.931863] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.931933] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.931945] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.931951] [baker] read ret=-121
[ 1.934960] [baker] omap_i2c_xfer ,num=2
[ 1.934973] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.935043] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.935055] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.935061] [baker] read ret=-121
[ 1.938070] [baker] omap_i2c_xfer ,num=2
[ 1.938084] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.938155] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.938166] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.938173] [baker] read ret=-121
[ 1.941180] [baker] omap_i2c_xfer ,num=2
[ 1.941192] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.941262] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.941274] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.941280] [baker] read ret=-121
[ 1.944287] [baker] omap_i2c_xfer ,num=2
[ 1.944300] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.944370] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.944384] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.944390] [baker] read ret=-121
[ 1.947414] [baker] omap_i2c_xfer ,num=2
[ 1.947428] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.947499] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.947510] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.947517] [baker] read ret=-121
[ 1.950526] [baker] omap_i2c_xfer ,num=2
[ 1.950539] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.950608] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.950620] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.950626] [baker] read ret=-121
[ 1.953636] [baker] omap_i2c_xfer ,num=2
[ 1.953648] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.953719] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.953730] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.953737] [baker] read ret=-121
[ 1.956747] [baker] omap_i2c_xfer ,num=2
[ 1.956760] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.956831] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.956843] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.956849] [baker] read ret=-121
[ 1.959859] [baker] omap_i2c_xfer ,num=2
[ 1.959872] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.959942] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.959953] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.959959] [baker] read ret=-121
[ 1.962969] [baker] omap_i2c_xfer ,num=2
[ 1.962981] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.963051] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.963063] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.963069] [baker] read ret=-121
[ 1.966079] [baker] omap_i2c_xfer ,num=2
[ 1.966094] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.966165] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.966177] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.966184] [baker] read ret=-121
[ 1.969191] [baker] omap_i2c_xfer ,num=2
[ 1.969204] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.969275] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.969287] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.969293] [baker] read ret=-121
[ 1.972300] [baker] omap_i2c_xfer ,num=2
[ 1.972313] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.972383] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.972395] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.972401] [baker] read ret=-121
[ 1.975414] [baker] omap_i2c_xfer ,num=2
[ 1.975426] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.975496] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.975508] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.975514] [baker] read ret=-121
[ 1.978523] [baker] omap_i2c_xfer ,num=2
[ 1.978536] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.978606] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.978618] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.978624] [baker] read ret=-121
[ 1.981633] [baker] omap_i2c_xfer ,num=2
[ 1.981646] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.981716] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.981727] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.981733] [baker] read ret=-121
[ 1.984743] [baker] omap_i2c_xfer ,num=2
[ 1.984756] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.984825] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.984837] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.984843] [baker] read ret=-121
[ 1.987853] [baker] omap_i2c_xfer ,num=2
[ 1.987867] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.987937] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.987949] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.987955] [baker] read ret=-121
[ 1.990965] [baker] omap_i2c_xfer ,num=2
[ 1.990977] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.991047] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.991059] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.991065] [baker] read ret=-121
[ 1.994072] [baker] omap_i2c_xfer ,num=2
[ 1.994085] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.994155] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.994167] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.994173] [baker] read ret=-121
[ 1.997181] [baker] omap_i2c_xfer ,num=2
[ 1.997194] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 1.997264] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 1.997276] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 1.997283] [baker] read ret=-121
[ 2.000292] [baker] omap_i2c_xfer ,num=2
[ 2.000304] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.000374] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.000386] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.000392] [baker] read ret=-121
[ 2.003401] [baker] omap_i2c_xfer ,num=2
[ 2.003414] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.003483] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.003495] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.003501] [baker] read ret=-121
[ 2.006513] [baker] omap_i2c_xfer ,num=2
[ 2.006524] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.006596] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.006608] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.006614] [baker] read ret=-121
[ 2.009623] [baker] omap_i2c_xfer ,num=2
[ 2.009636] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.009706] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.009718] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.009724] [baker] read ret=-121
[ 2.012734] [baker] omap_i2c_xfer ,num=2
[ 2.012747] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.012817] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.012829] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.012835] [baker] read ret=-121
[ 2.015845] [baker] omap_i2c_xfer ,num=2
[ 2.015856] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.015927] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.015939] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.015945] [baker] read ret=-121
[ 2.018952] [baker] omap_i2c_xfer ,num=2
[ 2.018965] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.019035] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.019047] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.019053] [baker] read ret=-121
[ 2.022060] [baker] omap_i2c_xfer ,num=2
[ 2.022073] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.022142] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.022154] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.022161] [baker] read ret=-121
[ 2.025170] [baker] omap_i2c_xfer ,num=2
[ 2.025183] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.025252] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.025264] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.025270] [baker] read ret=-121
[ 2.028280] [baker] omap_i2c_xfer ,num=2
[ 2.028294] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.028360] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.028372] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.028379] [baker] read ret=-121
[ 2.031388] [baker] omap_i2c_xfer ,num=2
[ 2.031401] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.031467] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.031479] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.031485] [baker] read ret=-121
[ 2.034496] [baker] omap_i2c_xfer ,num=2
[ 2.034507] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.034574] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.034585] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.034592] [baker] read ret=-121
[ 2.037602] [baker] omap_i2c_xfer ,num=2
[ 2.037616] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.037690] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.037703] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.037710] [baker] read ret=-121
[ 2.040721] [baker] omap_i2c_xfer ,num=2
[ 2.040732] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.040804] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.040816] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.040823] [baker] read ret=-121
[ 2.043830] [baker] omap_i2c_xfer ,num=2
[ 2.043843] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.043914] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.043926] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.043932] [baker] read ret=-121
[ 2.046940] [baker] omap_i2c_xfer ,num=2
[ 2.046956] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.047028] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.047040] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.047046] [baker] read ret=-121
[ 2.050055] [baker] omap_i2c_xfer ,num=2
[ 2.050068] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.050139] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.050151] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.050158] [baker] read ret=-121
[ 2.053167] [baker] omap_i2c_xfer ,num=2
[ 2.053180] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.053251] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.053262] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.053268] [baker] read ret=-121
[ 2.056278] [baker] omap_i2c_xfer ,num=2
[ 2.056292] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.056363] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.056375] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.056381] [baker] read ret=-121
[ 2.059390] [baker] omap_i2c_xfer ,num=2
[ 2.059403] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.059474] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.059486] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.059492] [baker] read ret=-121
[ 2.062501] [baker] omap_i2c_xfer ,num=2
[ 2.062514] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.062584] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.062596] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.062602] [baker] read ret=-121
[ 2.065610] [baker] omap_i2c_xfer ,num=2
[ 2.065624] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.065696] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.065708] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.065714] [baker] read ret=-121
[ 2.068721] [baker] omap_i2c_xfer ,num=2
[ 2.068734] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.068805] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.068817] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.068823] [baker] read ret=-121
[ 2.071830] [baker] omap_i2c_xfer ,num=2
[ 2.071842] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.071912] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.071924] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.071931] [baker] read ret=-121
[ 2.074939] [baker] omap_i2c_xfer ,num=2
[ 2.074952] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.075022] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.075034] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.075040] [baker] read ret=-121
[ 2.078050] [baker] omap_i2c_xfer ,num=2
[ 2.078064] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.078136] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.078148] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.078154] [baker] read ret=-121
[ 2.081163] [baker] omap_i2c_xfer ,num=2
[ 2.081176] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.081245] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.081257] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.081264] [baker] read ret=-121
[ 2.084273] [baker] omap_i2c_xfer ,num=2
[ 2.084285] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.084355] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.084367] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.084374] [baker] read ret=-121
[ 2.087383] [baker] omap_i2c_xfer ,num=2
[ 2.087397] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.087468] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.087481] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.087487] [baker] read ret=-121
[ 2.090494] [baker] omap_i2c_xfer ,num=2
[ 2.090507] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.090579] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.090591] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.090598] [baker] read ret=-121
[ 2.093605] [baker] omap_i2c_xfer ,num=2
[ 2.093617] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.093690] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.093702] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.093708] [baker] read ret=-121
[ 2.096716] [baker] omap_i2c_xfer ,num=2
[ 2.096731] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.096802] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.096815] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.096821] [baker] read ret=-121
[ 2.099829] [baker] omap_i2c_xfer ,num=2
[ 2.099843] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.099913] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.099925] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.099931] [baker] read ret=-121
[ 2.102940] [baker] omap_i2c_xfer ,num=2
[ 2.102953] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.103024] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.103036] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.103042] [baker] read ret=-121
[ 2.106052] [baker] omap_i2c_xfer ,num=2
[ 2.106066] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.106137] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.106150] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.106156] [baker] read ret=-121
[ 2.109165] [baker] omap_i2c_xfer ,num=2
[ 2.109178] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.109248] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.109261] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.109267] [baker] read ret=-121
[ 2.112276] [baker] omap_i2c_xfer ,num=2
[ 2.112289] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.112359] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.112371] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.112377] [baker] read ret=-121
[ 2.115386] [baker] omap_i2c_xfer ,num=2
[ 2.115419] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.115491] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.115503] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.115509] [baker] read ret=-121
[ 2.118517] [baker] omap_i2c_xfer ,num=2
[ 2.118530] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.118602] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.118614] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.118620] [baker] read ret=-121
[ 2.121627] [baker] omap_i2c_xfer ,num=2
[ 2.121640] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.121710] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.121721] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.121728] [baker] read ret=-121
[ 2.124737] [baker] omap_i2c_xfer ,num=2
[ 2.124750] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.124819] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.124832] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.124838] [baker] read ret=-121
[ 2.127848] [baker] omap_i2c_xfer ,num=2
[ 2.127862] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.127933] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.127945] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.127951] [baker] read ret=-121
[ 2.130960] [baker] omap_i2c_xfer ,num=2
[ 2.130973] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.131044] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.131056] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.131061] [baker] read ret=-121
[ 2.134071] [baker] omap_i2c_xfer ,num=2
[ 2.134084] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.134153] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.134165] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.134171] [baker] read ret=-121
[ 2.137181] [baker] omap_i2c_xfer ,num=2
[ 2.137195] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.137266] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.137278] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.137284] [baker] read ret=-121
[ 2.140293] [baker] omap_i2c_xfer ,num=2
[ 2.140306] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.140376] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.140388] fpd3_serdes 3-001a: Failed to read 0x00, Error = -121 xxxxxx
[ 2.140394] [baker] read ret=-121
[ 2.143405] fpd3_serdes 3-001a: Not a fpd3_24b_ser chip
[ 2.143416] fpd3_serdes 7-002c: Failed to write 0x02 to 0x34
[ 2.143432] fpd3_smbus_xfer alias --------------
[ 2.143438] fpd3_smbus_xfer alias,after link --------------
[ 2.143445] [baker] omap_i2c_xfer ,num=1
[ 2.143456] omap_i2c 4807a000.i2c: addr: 0x002c, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 2.143526] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.143539] fpd3_serdes 7-002c: Failed to write 0x2a to 0x02
[ 2.143555] fpd3_smbus_xfer alias --------------
[ 2.143561] fpd3_smbus_xfer alias,after link --------------
[ 2.143567] [baker] omap_i2c_xfer ,num=1
[ 2.143578] omap_i2c 4807a000.i2c: addr: 0x002c, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 2.143648] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.143660] fpd3_serdes 7-002c: Failed to write 0x4c to 0x03
[ 2.143676] fpd3_smbus_xfer alias --------------
[ 2.143682] fpd3_smbus_xfer alias,after link --------------
[ 2.143689] [baker] omap_i2c_xfer ,num=1
[ 2.143700] omap_i2c 4807a000.i2c: addr: 0x002c, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 2.143770] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.143782] fpd3_serdes 7-002c: Failed to write 0x05 to 0x1d
[ 2.143798] fpd3_smbus_xfer alias --------------
[ 2.143804] fpd3_smbus_xfer alias,after link --------------
[ 2.143810] [baker] omap_i2c_xfer ,num=1
[ 2.143821] omap_i2c 4807a000.i2c: addr: 0x002c, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 2.143892] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.143903] fpd3_serdes 7-002c: Failed to write 0x55 to 0x1e
[ 2.143920] fpd3_smbus_xfer alias --------------
[ 2.143926] fpd3_smbus_xfer alias,after link --------------
[ 2.143932] [baker] omap_i2c_xfer ,num=1
[ 2.143943] omap_i2c 4807a000.i2c: addr: 0x002c, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 2.144014] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.144025] fpd3_serdes 7-002c: Failed to write 0x05 to 0x1f
[ 2.144053] fpd3_serdes: probe of 7-002c failed with error -121
[ 2.144078] fpd3_serdes 3-001a: Registe LVDS I2C adapteradapter end #########
[ 2.144087] fpd3_serdes 3-001a: end register slave 948
[ 2.144096] fpd3_serdes 3-001a: Serializer fpd3_24b_ser ready
[ 2.144104] [baker] omap_i2c_xfer ,num=2
[ 2.144115] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.144185] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.144197] fpd3_serdes 3-001a: Failed to read 0x06, Error = -121 xxxxxx
[ 2.144206] fpd3_serdes 3-001a: 949 reg0x06 = 0xffffff87
[ 2.144213] [baker] omap_i2c_xfer ,num=2
[ 2.144224] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.144295] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.144306] fpd3_serdes 3-001a: Failed to read 0x0d, Error = -121 xxxxxx
[ 2.144315] fpd3_serdes 3-001a: 949 reg0x0d = 0xffffff87
[ 2.144322] [baker] omap_i2c_xfer ,num=2
[ 2.144333] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.144403] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.144415] fpd3_serdes 3-001a: Failed to read 0x0e, Error = -121 xxxxxx
[ 2.144424] fpd3_serdes 3-001a: 949 reg0x0e = 0xffffff87
[ 2.144431] [baker] omap_i2c_xfer ,num=2
[ 2.144442] omap_i2c 4807a000.i2c: addr: 0x001a, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 2.144512] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.144524] fpd3_serdes 3-001a: Failed to read 0x0f, Error = -121 xxxxxx
[ 2.144533] fpd3_serdes 3-001a: 949 reg0x0f = 0xffffff87
[ 2.144584] fpd3_serdes 7-002c: fpd3_serdes_probe
[ 2.144598] fpd3_smbus_xfer alias --------------
[ 2.144604] fpd3_smbus_xfer alias,after link --------------
[ 2.144612] [baker] omap_i2c_xfer ,num=1
[ 2.144623] omap_i2c 4807a000.i2c: addr: 0x002c, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 2.144695] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.144708] fpd3_serdes 7-002c: Failed to write 0x02 to 0x34
[ 2.144724] fpd3_smbus_xfer alias --------------
[ 2.144730] fpd3_smbus_xfer alias,after link --------------
[ 2.144737] [baker] omap_i2c_xfer ,num=1
[ 2.144747] omap_i2c 4807a000.i2c: addr: 0x002c, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 2.144818] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.144830] fpd3_serdes 7-002c: Failed to write 0x2a to 0x02
[ 2.144846] fpd3_smbus_xfer alias --------------
[ 2.144852] fpd3_smbus_xfer alias,after link --------------
[ 2.144859] [baker] omap_i2c_xfer ,num=1
[ 2.144870] omap_i2c 4807a000.i2c: addr: 0x002c, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 2.144940] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.144952] fpd3_serdes 7-002c: Failed to write 0x4c to 0x03
[ 2.144968] fpd3_smbus_xfer alias --------------
[ 2.144974] fpd3_smbus_xfer alias,after link --------------
[ 2.144981] [baker] omap_i2c_xfer ,num=1
[ 2.144992] omap_i2c 4807a000.i2c: addr: 0x002c, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 2.145061] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.145073] fpd3_serdes 7-002c: Failed to write 0x05 to 0x1d
[ 2.145089] fpd3_smbus_xfer alias --------------
[ 2.145095] fpd3_smbus_xfer alias,after link --------------
[ 2.145102] [baker] omap_i2c_xfer ,num=1
[ 2.145113] omap_i2c 4807a000.i2c: addr: 0x002c, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 2.145183] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.145195] fpd3_serdes 7-002c: Failed to write 0x55 to 0x1e
[ 2.145211] fpd3_smbus_xfer alias --------------
[ 2.145217] fpd3_smbus_xfer alias,after link --------------
[ 2.145224] [baker] omap_i2c_xfer ,num=1
[ 2.145234] omap_i2c 4807a000.i2c: addr: 0x002c, len: 2, flags: 0x0, stop: 1 ,speed: 400
[ 2.145305] omap_i2c 4807a000.i2c: err eREMOTEIO ,omap->cmd_err=2
[ 2.145316] fpd3_serdes 7-002c: Failed to write 0x05 to 0x1f
[ 2.145342] fpd3_serdes: probe of 7-002c failed with error -121
[ 2.149103] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[ 2.151622] console [ttyS0] disabled
[ 2.151679] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 301, base_baud = 3000000) is a 8250
[ 8.691500] console [ttyS0] enabled
[ 8.695582] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 302, base_baud = 3000000) is a 8250
[ 8.704933] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 303, base_baud = 3000000) is a 8250
[ 8.714941] [drm] Initialized drm 1.1.0 20060810
[ 8.721590] [baker] omap_i2c_xfer ,num=2
[ 8.725672] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 8.733896] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 8.742298] OMAP DSS rev 6.1
[ 8.746080] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
[ 8.754592] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_component_ops)
[ 8.764167] [baker] hdmic_probe ---
[ 8.767694] [baker] hdmic_probe 11111111111111111
[ 8.772417] [baker] hdmic_probe 22222222222222222
[ 8.777204] [baker] lcd power ########
[ 8.781167] [baker] bl en ########
[ 8.784777] [baker] pwm gpio ########
[ 8.788591] [baker] omapdss_register_display ----------------start
[ 8.794890] [baker] omapdss_register_display ----------------end
[ 8.801027] connector-hdmi connector@1: [baker]Sucesss to register panel ###########
[ 8.909098] brd: module loaded
[ 8.947244] loop: module loaded
[ 8.951867] nand: No NAND device found
[ 8.955671] omap2-nand 8000000.nand: scan failed, may be bus-width mismatch
[ 8.965561] m25p80 spi32766.0: s25fl256s1 (32768 Kbytes)
[ 8.970956] 7 ofpart partitions found on MTD device spi32766.0
[ 8.976837] Creating 7 MTD partitions on "spi32766.0":
[ 8.982002] 0x000000000000-0x000000040000 : "QSPI.SPL"
[ 8.998041] 0x000000040000-0x000000140000 : "QSPI.u-boot"
[ 9.004251] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
[ 9.021133] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
[ 9.027734] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
[ 9.035026] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
[ 9.051336] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
[ 9.059013] libphy: Fixed MDIO Bus: probed
[ 9.063709] tun: Universal TUN/TAP device driver, 1.6
[ 9.068808] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 9.075098] CAN device driver interface
[ 9.080042] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=fce3c000, irq=361)
[ 9.135441] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
[ 9.141566] davinci_mdio 48485000.mdio: no live phy, scanning all
[ 9.148921] davinci_mdio: probe of 48485000.mdio failed with error -5
[ 9.156069] cpsw 48484000.ethernet: Detected MACID = 7c:ec:79:87:1b:b2
[ 9.162720] cpsw 48484000.ethernet: cpts: overflow check period 800
[ 9.169691] cpsw 48484000.ethernet: cpsw: Detected MACID = 7c:ec:79:87:1b:b3
[ 9.177333] PPP generic driver version 2.4.2
[ 9.181730] PPP BSD Compression module registered
[ 9.186480] PPP Deflate Compression module registered
[ 9.191567] PPP MPPE Compression module registered
[ 9.196401] NET: Registered protocol family 24
[ 9.203189] dwc3 48890000.usb: [baker] dwc3_core_get_phy
[ 9.208552] dwc3 48890000.usb: phy_get -- usb2-phy
[ 9.213484] dwc3 48890000.usb: phy_get -- index=0
[ 9.218316] dwc3 48890000.usb: phy_get -- usb3-phy
[ 9.223270] dwc3 48890000.usb: phy_get -- index=1
[ 9.228101] dwc3 48890000.usb: [baker] dwc3_core_get_phy end ,err=0 ############
[ 9.435857] dwc3 48890000.usb: dwc3_probe 1516 ,start phy power on
[ 9.442153] phy phy-4a084000.phy.0: [baker] phy_power_on
[ 9.447595] [baker] omap_i2c_xfer ,num=2
[ 9.451627] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 9.459864] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 9.468127] dwc3 48890000.usb: dwc3_probe 1520 ,start phy power on
[ 9.474424] phy phy-4a084400.phy.4: [baker] phy_power_on
[ 9.480111] dwc3 48890000.usb: [baker] dwc3_otg_fsm_sync
[ 9.485560] dwc3 48890000.usb: [baker]otgstatus 0x819
[ 9.490635] dwc3 48890000.usb: [baker]id 1 vbus 0
[ 9.496527] dwc3 48890000.usb: [baker] dwc3_otg_fsm_sync
[ 9.497493] dwc3 488d0000.usb: [baker] dwc3_core_get_phy
[ 9.497502] dwc3 488d0000.usb: phy_get -- usb2-phy
[ 9.497538] dwc3 488d0000.usb: phy_get -- index=0
[ 9.497545] dwc3 488d0000.usb: phy_get -- usb3-phy
[ 9.497551] dwc3 488d0000.usb: phy_get -- index=-61
[ 9.497556] dwc3 488d0000.usb: phy_get -- error and return ##############
[ 9.497561] dwc3 488d0000.usb: dwc3_core_get_phy error -ENODEV (-19)
[ 9.497566] dwc3 488d0000.usb: [baker] dwc3_core_get_phy end ,err=9 ############
[ 9.547541] dwc3 48890000.usb: [baker]otgstatus 0x819
[ 9.552614] dwc3 48890000.usb: [baker]id 1 vbus 0
[ 9.697689] dwc3 488d0000.usb: dwc3_probe 1516 ,start phy power on
[ 9.703989] phy phy-4a085000.phy.1: [baker] phy_power_on
[ 9.709441] dwc3 488d0000.usb: dwc3_probe 1520 ,start phy power on
[ 9.715750] (NULL device *): [baker] phy_power_on
[ 9.720387] (NULL device *): [baker] phy open error ##############
[ 9.727486] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 9.734048] ehci-pci: EHCI PCI platform driver
[ 9.738583] ehci-platform: EHCI generic platform driver
[ 9.744140] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 9.750382] ohci-pci: OHCI PCI platform driver
[ 9.754900] ohci-platform: OHCI generic platform driver
[ 9.760868] dwc3 48890000.usb: otg: primary host xhci-hcd.1.auto registered
[ 9.767883] dwc3 48890000.usb: otg: shared host xhci-hcd.1.auto registered
[ 9.774788] dwc3 48890000.usb: otg: can't start till gadget registers
[ 9.781326] xhci-hcd xhci-hcd.2.auto: phy_get -- usb
[ 9.786425] xhci-hcd xhci-hcd.2.auto: phy_get -- error and return ##############
[ 9.793944] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[ 9.799488] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1
[ 9.807442] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010
[ 9.816239] xhci-hcd xhci-hcd.2.auto: irq 475, io mem 0x488d0000
[ 9.822469] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 9.829309] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 9.836580] usb usb1: Product: xHCI Host Controller
[ 9.841481] usb usb1: Manufacturer: Linux 4.4.45-00020-g069eb9c2-dirty xhci-hcd
[ 9.848837] usb usb1: SerialNumber: xhci-hcd.2.auto
[ 9.854195] hub 1-0:1.0: USB hub found
[ 9.858013] hub 1-0:1.0: 1 port detected
[ 9.862296] xhci-hcd xhci-hcd.2.auto: phy_get -- usb
[ 9.867392] xhci-hcd xhci-hcd.2.auto: phy_get -- error and return ##############
[ 9.874907] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[ 9.880445] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2
[ 9.888231] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 9.896511] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 9.903330] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 9.910602] usb usb2: Product: xHCI Host Controller
[ 9.915524] usb usb2: Manufacturer: Linux 4.4.45-00020-g069eb9c2-dirty xhci-hcd
[ 9.922864] usb usb2: SerialNumber: xhci-hcd.2.auto
[ 9.928221] hub 2-0:1.0: USB hub found
[ 9.932018] hub 2-0:1.0: 1 port detected
[ 9.936431] usbcore: registered new interface driver usb-storage
[ 9.942751] mousedev: PS/2 mouse device common for all mice
[ 9.948529] usbcore: registered new interface driver xpad
[ 9.954002] usbcore: registered new interface driver usb_acecad
[ 9.960128] usbcore: registered new interface driver aiptek
[ 9.965797] usbcore: registered new interface driver gtco
[ 9.971266] usbcore: registered new interface driver hanwang
[ 9.977017] usbcore: registered new interface driver kbtab
[ 9.983409] i2c /dev entries driver
[ 9.988322] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
[ 9.995441] vip 48970000.vip: loading firmware vpdma-1b8.bin
[ 10.001584] gspca_main: v2.14.0 registered
[ 10.005853] vpe 489d0000.vpe: Device registered as /dev/video0
[ 10.015625] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 10.022841] device-mapper: uevent: version 1.0.3
[ 10.027516] vip 48970000.vip: VPDMA firmware loaded
[ 10.032736] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[ 10.042726] omap_hsmmc 4809c000.mmc: Got CD GPIO
[ 10.076114] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
[ 10.082502] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
[ 10.089072] evm_3v3_sw: supplied by sysen1
[ 10.093256] [baker] omap_i2c_xfer ,num=2
[ 10.097335] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 10.105587] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 10.186346] ledtrig-cpu: registered to indicate activity on CPUs
[ 10.189064] mmc0: MAN_BKOPS_EN bit is not set
[ 10.194285] mmc0: mmc_select_hs200 failed, error -74
[ 10.194288] : switch to mmc0 failed
[ 10.194452] mmc0: new MMC card at address 0001
[ 10.204991] mmcblk0: mmc0:0001 PHIODM 14.6 GiB
[ 10.214382] hidraw: raw HID events driver (C) Jiri Kosina
[ 10.215328] mmcblk0boot0: mmc0:0001 PHIODM partition 1 4.00 MiB
[ 10.225680] mmcblk0boot1: mmc0:0001 PHIODM partition 2 4.00 MiB
[ 10.230638] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16
[ 10.238420] omap_hsmmc 480d1000.mmc: no support for card's volts
[ 10.238426] mmc1: error -22 whilst initialising SDIO card
[ 10.253111] usbcore: registered new interface driver usbhid
[ 10.258737] usbhid: USB HID core driver
[ 10.262839] ashmem: initialized
[ 10.267867] omap-rproc 58820000.ipu: assigned reserved memory node ipu1_cma@9d000000
[ 10.275721] remoteproc0: 58820000.ipu is available
[ 10.280622] remoteproc0: Note: remoteproc is still under development and considered experimental.
[ 10.289642] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[ 10.300187] remoteproc0: Direct firmware load for dra7-ipu1-fw.xem4 failed with error -2
[ 10.308437] remoteproc0: Falling back to user helper
[ 10.308590] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
[ 10.308639] remoteproc1: 55020000.ipu is available
[ 10.308642] remoteproc1: Note: remoteproc is still under development and considered experimental.
[ 10.308645] remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[ 10.308785] remoteproc1: Direct firmware load for dra7-ipu2-fw.xem4 failed with error -2
[ 10.308789] remoteproc1: Falling back to user helper
[ 10.309025] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
[ 10.309073] remoteproc2: 40800000.dsp is available
[ 10.309077] remoteproc2: Note: remoteproc is still under development and considered experimental.
[ 10.309080] remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[ 10.309206] remoteproc2: Direct firmware load for dra7-dsp1-fw.xe66 failed with error -2
[ 10.309209] remoteproc2: Falling back to user helper
[ 10.309590] omap-rproc 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
[ 10.309638] remoteproc3: 41000000.dsp is available
[ 10.309642] remoteproc3: Note: remoteproc is still under development and considered experimental.
[ 10.309644] remoteproc3: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[ 10.320868] remoteproc3: Direct firmware load for dra7-dsp2-fw.xe66 failed with error -2
[ 10.320872] remoteproc3: Falling back to user helper
[ 10.321960] usbcore: registered new interface driver snd-usb-audio
[ 10.323002] aic_dvdd: supplied by evm_3v3_sw
[ 10.324657] davinci-mcasp 48468000.mcasp: ERRATA i868 workaround is enabled
[ 10.324880] davinci-mcasp 4847c000.mcasp: invalid tdm slots: 0
[ 10.326277] omap-hdmi-audio omap-hdmi-audio.0.auto: snd-soc-dummy-dai <-> 58040000.encoder mapping ok
[ 10.326836] u32 classifier
[ 10.326838] input device check on
[ 10.326841] Actions configured
[ 10.326858] Netfilter messages via NETLINK v0.30.
[ 10.326927] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 10.327464] ctnetlink v0.93: registering with nfnetlink.
[ 10.327973] xt_time: kernel timezone is -0000
[ 10.328304] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 10.328490] arp_tables: (C) 2002 David S. Miller
[ 10.328564] Initializing XFRM netlink socket
[ 10.329296] NET: Registered protocol family 10
[ 10.340404] mip6: Mobile IPv6
[ 10.340433] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 10.340617] sit: IPv6 over IPv4 tunneling driver
[ 10.341205] NET: Registered protocol family 17
[ 10.341231] NET: Registered protocol family 15
[ 10.341241] can: controller area network core (rev 20120528 abi 9)
[ 10.341306] NET: Registered protocol family 29
[ 10.341326] can: raw protocol (rev 20120528)
[ 10.341336] can: broadcast manager protocol (rev 20120528 t)
[ 10.341351] can: netlink gateway (rev 20130117) max_hops=1
[ 10.341755] Key type dns_resolver registered
[ 10.341765] NET: Registered protocol family 41
[ 10.342252] omap_voltage_late_init: Voltage driver support not added
[ 10.342852] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[ 10.342856] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[ 10.342981] [baker] omap_i2c_xfer ,num=2
[ 10.342991] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 10.619374] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 10.627931] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
[ 10.634142] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
[ 10.640488] [baker] omap_i2c_xfer ,num=2
[ 10.644522] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 10.652783] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 10.661964] Power Management for TI OMAP4+ devices.
[ 10.667166] Registering SWP/SWPB emulation handler
[ 10.672444] registered taskstats version 1
[ 10.678817] dmm 4e000000.dmm: initialized all PAT entries
[ 10.684573] [baker] omap_dss_get_next_device ----------------
[ 10.690530] [baker] omap_i2c_xfer ,num=2
[ 10.694565] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x0, stop: 0 ,speed: 400
[ 10.702834] omap_i2c 48070000.i2c: addr: 0x0058, len: 1, flags: 0x1, stop: 1 ,speed: 400
[ 10.711097] [baker] omap_dss_get_next_device ----------------
[ 10.718210] [baker] omap_dss_get_next_device ----------------
[ 10.724616] [baker] omap_dss_get_next_device ----------------
[ 10.730865] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 10.737524] [drm] No driver support for vblank timestamp query.
[ 10.743535] [baker][hdmi] omap_connector_get_modes
[ 10.748370] [baker] hdmic_check_timings 170 ---
[ 10.764449] [drm] Enabling DMM ywrap scrolling
[ 10.769692] [baker] hdmic_check_timings 170 ---
[ 10.769699] connector-hdmi connector@1: [baker]enable
[ 10.785811] Console: switching to colour frame buffer device 240x67
[ 10.817321] omapdrm omapdrm.0: fb0: omapdrm frame buffer device
[ 10.845695] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0
[ 10.863138] omap_hsmmc 4809c000.mmc: Got CD GPIO
[ 10.897619] asoc-simple-card sound@0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok
[ 10.908295] omap_hsmmc 4809c000.mmc: Got CD GPIO
[ 10.936437] hctosys: unable to open rtc device (rtc0)
[ 10.956259] aic_dvdd: disabling
[ 10.959459] pbias_mmc_omap5: disabling
[ 10.963428] ALSA device list:
[ 10.966480] #0: DRA7xx-EVM
[ 10.969372] #2: HDMI 58040000.encoder
[ 10.975173] Freeing unused kernel memory: 2048K (c1200000 - c1400000)
[ 10.983682] init: init started!
[ 10.994558] SELinux: Android master kernel running Android M policy in compatibility mode.
[ 11.063720] audit: type=1403 audit(11.049:2): policy loaded auid=4294967295 ses=4294967295
[ 11.072570] init: (Initializing SELinux non-enforcing took 0.09s.)
[ 11.084628] init: init second stage started!
[ 11.089447] init: property_set("ro.boot.console", "ttyS0") failed
[ 11.095610] init: property_set("ro.boot.hardware", "jacinto6evmboard") failed
[ 11.127369] init: waitpid failed: No child processes
[ 11.132583] init: (Loading properties from /default.prop took 0.00s.)
[ 11.140972] init: (Parsing /init.environ.rc took 0.00s.)
[ 11.146638] init: (Parsing /init.usb.rc took 0.00s.)
[ 11.152075] init: (Parsing init.jacinto6evmboard.usb.rc took 0.00s.)
[ 11.158499] init: (Parsing /init.jacinto6evmboard.rc took 0.01s.)
[ 11.165020] init: (Parsing /init.usb.configfs.rc took 0.00s.)
[ 11.170986] init: (Parsing /init.zygote32.rc took 0.00s.)
[ 11.176592] init: (Parsing /init.trace.rc took 0.00s.)
[ 11.181775] init: (Parsing /init.rc took 0.04s.)
[ 11.186611] init: SELinux: Could not get canonical path /adb_keys restorecon: No such file or directory.
[ 11.196251] init: Starting service 'ueventd'...
[ 11.201315] init: Waiting for /dev/.coldboot_done...
[ 11.203214] ueventd: ueventd started!
[ 11.557277] ueventd: Coldboot took 0.35s.
[ 11.563268] init: Waiting for /dev/.coldboot_done took 0.36s.
[ 11.569186] init: /dev/hw_random not found
[ 11.581449] init: write_file: Unable to open '/proc/sys/kernel/hung_task_timeout_secs': No such file or directory
[ 11.592118] init: write_file: Unable to open '/proc/sys/kernel/sched_compat_yield': No such file or directory
[ 11.603696] init: write_file: Unable to write to '/dev/cpuctl/cpu.shares': Invalid argument
[ 11.616802] init: write_file: Unable to open '/proc/sys/abi/swp': No such file or directory
[ 11.625726] init: /dev/hw_random not found
[ 11.651013] EXT4-fs (mmcblk0p10): mounted filesystem with ordered data mode. Opts: (null)
[ 11.659468] fs_mgr: __mount(source=/dev/block/platform/44000000.ocp/480b4000.mmc/by-name/system,target=/system,type=ext4)=0
[ 11.671289] EXT4-fs (mmcblk0p11): Ignoring removed nomblk_io_submit option
[ 11.827162] EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
[ 11.838073] fs_mgr: check_fs(): mount(/dev/block/platform/44000000.ocp/480b4000.mmc/by-name/cache,/cache,ext4)=0: Success
[ 11.887366] fs_mgr: check_fs(): unmount(/cache) succeeded
[ 11.900752] fs_mgr: Running /system/bin/e2fsck on /dev/block/platform/44000000.ocp/480b4000.mmc/by-name/cache
[ 12.061609] remoteproc1: powering up 55020000.ipu
[ 12.067139] remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 3734820
[ 12.074372] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
[ 12.160883] remoteproc1: remote processor 55020000.ipu is now up
[ 12.168025] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 12.176283] omap_hsmmc 4809c000.mmc: Got CD GPIO
[ 12.181545] remoteproc1: registered virtio0 (type 7)
[ 12.187433] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x65
[ 12.194979] rpmsg_rpc rpmsg0: probing service dce-callback with src 1024 dst 101
[ 12.203565] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x66
[ 12.211101] rpmsg_rpc rpmsg1: probing service rpmsg-dce with src 1025 dst 102
[ 12.211674] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
[ 12.211674]
[ 12.211706] e2fsck: cache: clean, 12/16384 files, 2091/65536 blocks
[ 12.211706]
[ 12.233183] rpmsg_rpc rpmsg0: published functions = 4
[ 12.238400] rpmsg_rpc rpmsg1: published functions = 9
[ 12.257352] omap_hsmmc 4809c000.mmc: Got CD GPIO
[ 12.262840] EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Opts: (null)
[ 12.271170] fs_mgr: __mount(source=/dev/block/platform/44000000.ocp/480b4000.mmc/by-name/cache,target=/cache,type=ext4)=0
[ 12.283038] EXT4-fs (mmcblk0p16): Ignoring removed nomblk_io_submit option
[ 12.311057] EXT4-fs (mmcblk0p16): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
[ 12.321799] fs_mgr: check_fs(): mount(/dev/block/platform/44000000.ocp/480b4000.mmc/by-name/userdata,/data,ext4)=0: Success
[ 12.356487] fs_mgr: check_fs(): unmount(/data) succeeded
[ 12.361849] fs_mgr: Running /system/bin/e2fsck on /dev/block/platform/44000000.ocp/480b4000.mmc/by-name/userdata
[ 12.411268] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
[ 12.411268]
[ 12.417386] e2fsck: /dev/block/platform/44000000.ocp/480b4000.mmc/by-name/userdata: clean, 753/884736 files, 139924/3537495 blocks
[ 12.417386]
[ 12.442181] EXT4-fs (mmcblk0p16): mounted filesystem with ordered data mode. Opts: (null)
[ 12.450638] fs_mgr: __mount(source=/dev/block/platform/44000000.ocp/480b4000.mmc/by-name/userdata,target=/data,type=ext4)=0
[ 12.464037] init: Starting service 'logd'...
[ 12.474247] init: property_set("ro.boot.console", "ttyS0") failed
[ 12.481053] init: property_set("ro.boot.hardware", "jacinto6evmboard") failed
[ 12.490529] init: (Loading properties from /system/build.prop took 0.02s.)
[ 12.498543] init: (Loading properties from /vendor/build.prop took 0.00s.)
[ 12.507005] init: (Loading properties from /factory/factory.prop took 0.00s.)
[ 12.522765] init: Starting service 'vold'...
[ 12.533622] init: Not bootcharting.
[ 12.595370] logd.auditd: start
[ 12.598599] logd.klogd: 12593183939
[ 12.660016] init: Starting service 'exec 0 (/system/bin/tzdatacheck)'...
[ 12.686461] init: Service 'exec 0 (/system/bin/tzdatacheck)' (pid 153) exited with status 0
[ 12.701264] init: (Loading properties from /data/local.prop took 0.00s.)
[ 12.725560] random: init: uninitialized urandom read (40 bytes read, 26 bits of entropy available)
[ 12.754733] init: Starting service 'logd-reinit'...
[ 12.765077] init: write_file: Unable to open '/proc/sys/vm/min_free_order_shift': No such file or directory
[ 12.784146] init: Starting service 'healthd'...
[ 12.785512] logd.daemon: reinit
[ 12.806347] init: Starting service 'lmkd'...
[ 12.811399] init: Starting service 'servicemanager'...
[ 12.815241] binder: 159:159 transaction failed 29189, size 0-0
[ 12.829027] init: Starting service 'surfaceflinger'...
[ 12.835562] init: Starting service 'pvrsrvinit'...
[ 12.844157] init: cannot find '/system/bin/uim-sysfs', disabling 'uim'
[ 12.851658] remoteproc2: failed to load dra7-dsp1-fw.xe66
[ 12.852715] remoteproc0: failed to load dra7-ipu1-fw.xem4
[ 12.855602] init: Service 'logd-reinit' (pid 157) exited with status 0
[ 12.856284] init: Starting service 'exec 1 (/system/bin/init.jacinto6evmboard.cpuset.sh)'...
[ 12.877918] remoteproc3: failed to load dra7-dsp2-fw.xe66
[ 12.930836] init: Service 'exec 1 (/system/bin/init.jacinto6evmboard.cpuset.sh)' (pid 166) exited with status 0
[ 12.942014] init: insmod: open("/system/lib/modules/cmemk.ko") failed: No such file or directoryinit: insmod: open("/system/lib/modules/galcore.ko") failed: No such file or directory
[ 12.961467] file system registered
[ 12.969161] init: Starting service 'console'...
[ 12.974756] init: Starting service 'netd'...
[ 12.979895] init: Starting service 'debuggerd'...
[ 12.985181] init: cannot find '/system/bin/debuggerd64', disabling 'debuggerd64'
[ 12.995541] omap_hsmmc 4809c000.mmc: Got CD GPIO
[ 13.000610] init: cannot find '/system/bin/rild', disabling 'ril-daemon'
[ 13.000879] PVR_K: UM DDK-(4081762) and KM DDK-(4081762) match. [ OK ]
[ 13.014897] init: Starting service 'drm'...
[ 13.020287] init: Starting service 'media'...
[ 13.025565] init: Starting service 'installd'...
[ 13.030681] init: cannot find '/system/bin/install-recovery.sh', disabling 'flash_recovery'
[ 13.039582] init: Starting service 'keystore'...
[ 13.045024] init: Starting service 'lad_dra7xx'...
[ 13.051057] init: Starting service 'zygote'...
[ 13.056503] init: Starting service 'gatekeeperd'...
[ 13.062825] init: Starting service 'perfprofd'...
[ 13.068327] init: Service 'pvrsrvinit' (pid 165) exited with status 0
[ 13.075341] init: Starting service 'adbd'...
[ 13.106410] read descriptors
[ 13.109324] read strings
[ 13.112891] udc 48890000.usb: [baker]registering UDC driver [g1]
[ 13.119513] dwc3 48890000.usb: otg: gadget gadget registered
[ 13.125232] (NULL device *): [baker] drd_set_protocol 553
[ 13.131185] configfs-gadget 48890000.usb: [baker] end yyyyyyyyyyyyyyyyy
[ 13.186927] random: perfprofd: uninitialized urandom read (40 bytes read, 33 bits of entropy available)
shell@jacinto6evm:/ $ [ 13.307184] cfg80211: World regulatory domain updated:
[ 13.312854] cfg80211: DFS Master region: unset
[ 13.317498] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 13.327996] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 13.336979] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 13.345669] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 13.355468] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 13.365461] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[ 13.397158] init: Service 'lad_dra7xx' (pid 180) exited with status 0
[ 13.709135] [baker][hdmi] omap_connector_get_modes
[ 13.715434] [baker] hdmic_check_timings 170 ---
[ 13.792671] init: Starting service 'bootanim'...
[ 13.817629] healthd: No charger supplies found
[ 13.822458] healthd: No battery devices found
[ 14.233375] [baker][hdmi] omap_connector_get_modes
[ 14.460919] [baker] hdmic_check_timings 170 ---
Here is the DTS configs of USB1 :
omap_dwc3_1: omap_dwc3_1@48880000 {
compatible = "ti,dwc3";
ti,hwmods = "usb_otg_ss1";
reg = <0x48880000 0x10000>;
interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
#address-cells = <1>;
#size-cells = <1>;
utmi-mode = <2>;
ranges;
usb1: usb@48890000 {
compatible = "snps,dwc3";
reg = <0x48890000 0x17000>;
interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "peripheral",
"host",
"otg";
phys = <&usb2_phy1>, <&usb3_phy1>;
phy-names = "usb2-phy", "usb3-phy";
tx-fifo-resize;
maximum-speed = "super-speed";
dr_mode = "otg";
snps,dis_u3_susphy_quirk;
snps,dis_u2_susphy_quirk;
};
};