Firefly开源社区

打印 上一主题 下一主题

Firefly-RK3288双mipi调试显示异常,求大神帮忙看看

30

积分

0

威望

0

贡献

技术小白

积分
30

Firefly-RK3288双mipi调试显示异常,求大神帮忙看看

发表于 2018-3-12 16:27:38      浏览:9448 | 回复:7        打印      只看该作者   [复制链接] 楼主
本帖最后由 samir 于 2018-3-12 16:27 编辑

采用的是android5.1的source,git的版本如下:firefly-rk3288_android5.1_git_20180126.tar.gz
采用SDK中,firefly-rk3288.dts,默认的配置:
  1. /*lcdc0 as PRMRY(HDMI),lcdc1 as EXTEND(RK1000)*/
  2. &lcdc0 {
  3.         status = "okay";
  4.         rockchip,iommu-enabled = <1>;
  5.         rockchip,prop = < PRMRY>;
  6. };

  7. &lcdc1 {
  8.         status = "okay";
  9.         rockchip,iommu-enabled = <1>;
  10.         rockchip,prop = <EXTEND>;
  11. };
复制代码
双mipi的显示会出现花屏的现象,具体如图片附件名<捕获>:采用SDK中,firefly-rk3288.dts,如下的配置:
  1. /*lcdc0 as PRMRY(HDMI),lcdc1 as EXTEND(RK1000)*/
  2. &lcdc0 {
  3.         status = "okay";
  4.         rockchip,iommu-enabled = <1>;
  5.         rockchip,prop = <EXTEND>;//def PRMRY
  6. };

  7. &lcdc1 {
  8.         status = "okay";
  9.         rockchip,iommu-enabled = <1>;
  10.         rockchip,prop = <PRMRY>;//def EXTEND
  11. };
复制代码
双mipi的显示会出现只显示一半的图像,具体如图片附件名<捕获1>:

捕获1.JPG (53.11 KB, 下载次数: 70)

捕获1.JPG

捕获.JPG (36.75 KB, 下载次数: 58)

捕获.JPG
回复

使用道具 举报

30

积分

0

威望

0

贡献

技术小白

积分
30
发表于 2018-3-12 16:54:27        只看该作者  沙发
附上串口的log,采用配置《lcdc0 as PRMRY(HDMI),lcdc1 as EXTEND(RK1000)》显示花屏的log如下:

U-Boot 2014.10-RK3288-10 (Oct 08 2016 - 15:45:52)

CPU: rk3288
cpu version = 0
CPU's clock information:
    arm pll = 600000000HZ
    periph pll = 297000000HZ
    ddr pll = 200000000HZ
    codec pll = 384000000HZ
Board:        Rockchip platform Board
DRAM:  Found dram banks: 1
Adding bank:0000000000000000(0000000080000000)
128 MiB
GIC CPU mask = 0x00000001
SdmmcInit = 0 400
SdmmcInit = 2 0
storage init OK!
Using default environment

GetParam
Load FDT from resource image.
power key: bank-0 pin-5
pmic:act8846
can't find dts node for pwm1
DCDC vdd_logic has been used, pwm regulator not init it.
Can't find dts node for fuel guage cw201x
SecureBootEn = 0, SecureBootLock = 0

#Boot ver: 2016-10-08#2.30
empty serial no.
checkKey
vbus = 1
no fuel gauge found
no fuel gauge found
read logo on state from dts [1]
can't find power_ctr node for lcdc0
pll_src = 0, dclk_hz = 240000000, dclk_div = 1
load mipi dsi chip:rk_mipi_dsi.0 id:3133302a
mipi_dsi v1.3 2014-04-17
load mipi dsi chip:rk_mipi_dsi.1 id:3133302a
mipi_dsi v1.3 2014-04-17
no fuel gauge found
Hit any key to stop autoboot:  0
load fdt from resouce.
ERROR: [get_entry_ram]: Cannot find logo_kernel.bmp!
Secure Boot state: 0
kernel   @ 0x02000000 (0x006a9f78)
ramdisk  @ 0x05bf0000 (0x00146490)
bootrk: do_bootm_linux...
   Loading Device Tree to 05600000, end 056218a9 ... OK
Add bank:0000000000000000, 0000000080000000

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x500
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.10.0 (samir@samir) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #2 SMP PREEMPT Mon Mar 12 08:55:08 CST 2018
[    0.000000] CPU: ARMv7 Processor [410fc0d1] revision 1 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: Rockchip RK3288 (Flattened Device Tree), model: rockchip,rk3288
[    0.000000] rockchip_uboot_logo_setup: mem: 0x02000000@0x7dc00000, offset:0x00000000
[    0.000000] rockchip_uboot_mem_reserve: reserve 0x02000000@0x7dc00000 for uboot logo
[    0.000000] rockchip_ion_reserve
[    0.000000] ion heap(drm): base(0) size(0) align(0)
[    0.000000] ion heap(cma): base(0) size(1000000) align(0)
[    0.000000] ion heap(vmalloc): base(0) size(0) align(0)
[    0.000000] cma: CMA: reserved 16 MiB at 7cc00000
[    0.000000] ion_reserve: cma reserved base 7cc00000 size 16777216
[    0.000000] cma: CMA: reserved 16 MiB at 1f000000
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] PERCPU: Embedded 9 pages/cpu @c1f35000 s13376 r8192 d15296 u36864
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 523264
[    0.000000] Kernel command line: vmalloc=496M console=ttyS2 androidboot.selinux=permissive androidboot.hardware=rk30board androidboot.console=ttyS2 init=/init  mtdparts=rk29xxnand:0x00002000@0x00002000(uboot),0x00002000@0x00004000(misc),0x00008000@0x00006000(resource),0x00008000@0x0000e000(kernel),0x00010000@0x00016000(boot),0x00010000@0x00026000(recovery),0x0001a000@0x00036000(backup),0x00040000@0x00050000(cache),0x00002000@0x00090000(kpanic),0x00300000@0x00092000(system),0x00008000@0x00392000(metadata),0x00002000@0x0039A000(baseparamer),0x00200000@0x0039C000(userdata),0x00020000@0x0059C000(radical_update),-@0x005BC000(user) storagemedia=emmc uboot_logo=0x02000000@0x7dc00000 loader.timestamp=2016-10-08_15:45:52
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] allocated 4194304 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Memory: 2048MB = 2048MB total
[    0.000000] Memory: 1993544k/1993544k available, 103608k reserved, 1523712K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0bb8d90   (11972 kB)
[    0.000000]       .init : 0xc0bb9000 - 0xc0c12440   ( 358 kB)
[    0.000000]       .data : 0xc0c14000 - 0xc0da6e40   (1612 kB)
[    0.000000]        .bss : 0xc0da6e40 - 0xc0ec7bfc   (1156 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]         RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] rk_clk_tree_init start!
[    0.000000] rkclk: _rkclk_add_provider: fail to get ehci1phy_12m_div
[    0.000000] rkclk: rkclk_cache_parents: ehci1phy_12m_div clk_get error
[    0.000000] rk_get_uboot_display_flag: uboot_logo_on = 1
[    0.000000] rkclk_init_clks: cnt_parent = 7
[    0.000000] rkclk_init_clks: cnt_rate = 29
[    0.000000] rk3288 set GPLL BW 20 for HDMI!
[    0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] Switching to timer-based delay loop
[    0.000000] sched_clock: ARM arch timer >56 bits at 24000kHz, resolution 41ns
[    0.000000] process version: 0
[    0.000000] channel:0, lkg:20
[    0.000000] target-temp:80
[    0.000000] channel:2, lkg:0
[    0.000000] channel:0, lkg:20
[    0.000000] channel:1, lkg:12
[    0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms
[    0.498098] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.498113] pid_max: default: 32768 minimum: 301
[    0.498232] Security Framework initialized
[    0.498248] SELinux:  Initializing.
[    0.498321] Mount-cache hash table entries: 512
[    0.498961] Initializing cgroup subsys debug
[    0.498975] Initializing cgroup subsys memory
[    0.499001] Initializing cgroup subsys freezer
[    0.499030] CPU: Testing write buffer coherency: ok
[    0.499343] /cpus/cpu@0 missing clock-frequency property
[    0.499356] /cpus/cpu@1 missing clock-frequency property
[    0.499365] /cpus/cpu@2 missing clock-frequency property
[    0.499374] /cpus/cpu@3 missing clock-frequency property
[    0.499447] CPU0: thread -1, cpu 0, socket 5, mpidr 80000500
[    0.499498] Setting up static identity map for 0xc08606f0 - 0xc0860748
[    0.501756] last_log: 0x1e900000 map to 0xe0804000 and copy to 0xe0886000, size 0x80000 early 0x17dd (version 3.1)
[    0.575874] CPU1: Booted secondary processor
[    0.575906] CPU1: thread -1, cpu 1, socket 5, mpidr 80000501
[    0.595543] CPU2: Booted secondary processor
[    0.595567] CPU2: thread -1, cpu 2, socket 5, mpidr 80000502
[    0.615250] CPU3: Booted secondary processor
[    0.615274] CPU3: thread -1, cpu 3, socket 5, mpidr 80000503
[    0.615375] Brought up 4 CPUs
[    0.615403] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[    0.615412] CPU: All CPU(s) started in SVC mode.
[    0.616139] devtmpfs: initialized
[    0.620315] VFP support v0.3: implementor 41 architecture 3 part 30 variant d rev 0
[    0.621449] pinctrl core: initialized pinctrl subsystem
[    0.621703] regulator-dummy: no parameters
[    0.638873] NET: Registered protocol family 16
[    0.640653] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.640971] ion_snapshot: 0x1eaa0000 map to 0xe0907000 and copy to 0xc0ea2e8c (version 0.1)
[    0.641195] Registered FIQ tty driver
[    0.641603] fiq-debugger is disabled in device tree
[    0.642226] rockchip_get_bank_data:name=base start=0xff750000,end=0xff7500ff
[    0.642247] rockchip_get_bank_data:name=mux_bank0 start=0xff730084,end=0xff73008f
[    0.642264] rockchip_get_bank_data:name=pull_bank0 start=0xff730064,end=0xff73006f
[    0.642281] rockchip_get_bank_data:name=drv_bank0 start=0xff730070,end=0xff73007b
[    0.642372] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio1@ff780000 start=0xff780000,end=0xff7800ff
[    0.642437] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio2@ff790000 start=0xff790000,end=0xff7900ff
[    0.642506] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio3@ff7a0000 start=0xff7a0000,end=0xff7a00ff
[    0.642571] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio4@ff7b0000 start=0xff7b0000,end=0xff7b00ff
[    0.642632] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio5@ff7c0000 start=0xff7c0000,end=0xff7c00ff
[    0.642695] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio6@ff7d0000 start=0xff7d0000,end=0xff7d00ff
[    0.642756] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio7@ff7e0000 start=0xff7e0000,end=0xff7e00ff
[    0.642818] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio8@ff7f0000 start=0xff7f0000,end=0xff7f00ff
[    0.642886] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio15@ff7f2000 start=0xff7f2000,end=0xff7f20ff
[    0.642951] rockchip_pinctrl_probe:name=RK3288-GPIO,type=3
[    0.642964] rockchip_pinctrl_probe:name=base start=0xff770000,end=0xff77013f
[    0.642975] rockchip_pinctrl_probe:name=pull start=0xff770140,end=0xff7701bf
[    0.642987] rockchip_pinctrl_probe:name=drv start=0xff7701c0,end=0xff77023f
[    0.643616] rockchip_interrupts_register:bank_num=7
[    0.645619] of_get_gpio_init_config:gpio[0] = 256, value = 0
[    0.645639] of_get_gpio_init_config:gpio[1] = 136, value = 0
[    0.645707] rockchip_pinctrl_probe:init ok
[    0.653044] rk_iommu ff900800.iep_mmu: (iep) Enter
[    0.653131] rk_iommu ff900800.iep_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.653143] rk_iommu ff900800.iep_mmu: (iep) Initialized
[    0.653313] rk_iommu ff950800.vip_mmu: (vip) Enter
[    0.653385] rk_iommu ff950800.vip_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.653397] rk_iommu ff950800.vip_mmu: (vip) Initialized
[    0.653559] rk_iommu ff930300.vopb_mmu: (vopb) Enter
[    0.653629] rk_iommu ff930300.vopb_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.653642] rk_iommu ff930300.vopb_mmu: (vopb) Initialized
[    0.653812] rk_iommu ff940300.vopl_mmu: (vopl) Enter
[    0.653883] rk_iommu ff940300.vopl_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.653895] rk_iommu ff940300.vopl_mmu: (vopl) Initialized
[    0.654067] rk_iommu ff9c0440.hevc_mmu: (hevc) Enter
[    0.654139] rk_iommu ff9c0440.hevc_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.654151] rk_iommu ff9c0440.hevc_mmu: (hevc) Initialized
[    0.654355] rk_iommu ff9a0800.vpu_mmu: (vpu) Enter
[    0.654424] rk_iommu ff9a0800.vpu_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.654437] rk_iommu ff9a0800.vpu_mmu: (vpu) Initialized
[    0.654612] rk_iommu ff914000.isp_mmu: (isp_mmu) Enter
[    0.654692] rk_iommu ff914000.isp_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.654704] rk_iommu ff914000.isp_mmu: (isp_mmu) Initialized
[    0.656792] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.656804] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.657544] rk3368_init_rockchip_pmu_ops: could not find pmu dt node
[    0.657569] DDR DEBUG: version 1.00 20150126
[    0.657598] DDR DEBUG: Channel a:
[    0.657606] DDR DEBUG: DDR3 Device
[    0.657620] DDR DEBUG: Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Total Capability=1024MB
[    0.657629] DDR DEBUG: Channel b:
[    0.657636] DDR DEBUG: DDR3 Device
[    0.657648] DDR DEBUG: Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Total Capability=1024MB
[    0.657657] DDR DEBUG: addr=0xdb0000
[    0.657667] DDR DEBUG: stride=9, size=256, halfcap=40000000
[    0.657676] DDR DEBUG: socAddr[0]=0xdb0000, socAddr[1]=0xdb0100
[    0.657685] DDR DEBUG: chAddr[0]=0xdb0000, chAddr[1]=0xdb0000
[    0.657696] DDR DEBUG: dtar[0]=0x1b6000, dtar[1]=0x1b6000
[    0.657751] DDR DEBUG: init success!!! freq=200MHz
[    0.657758] DDR DEBUG: Channel a:
[    0.657771] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=180,90
[    0.657783] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=180,90
[    0.657796] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=180,90
[    0.657808] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=180,90
[    0.657820] DDR DEBUG: ZERR=0, ZDONE=0, ZPD=0x0, ZPU=0x0, OPD=0x0, OPU=0x0
[    0.657830] DDR DEBUG: DRV Pull-Up=0x19, DRV Pull-Dwn=0x19
[    0.657839] DDR DEBUG: ODT Pull-Up=0x2, ODT Pull-Dwn=0x2
[    0.657846] DDR DEBUG: Channel b:
[    0.657857] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=180,90
[    0.657870] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=180,90
[    0.657882] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=180,90
[    0.657894] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=180,90
[    0.657905] DDR DEBUG: ZERR=0, ZDONE=0, ZPD=0x0, ZPU=0x0, OPD=0x0, OPU=0x0
[    0.657914] DDR DEBUG: DRV Pull-Up=02, ODT Pull-Dwn=0x2
[    0.681356] bio: create slab <bio-0> at 0
[    0.681847] Rockchip hdmi driver version 2.0
[    0.681847] .
[    0.683125] SCSI subsystem initialized
[    0.683277] usbcore: registered new interface driver usbfs
[    0.683328] usbcore: registered new interface driver hub
[    0.683414] usbcore: registered new device driver usb
[    0.688163] rockchip_i2c ff650000.i2c: i2c-0: Rockchip I2C adapter
[    0.688626] rockchip_i2c ff140000.i2c: i2c-1: Rockchip I2C adapter
[    0.689069] rockchip_i2c ff660000.i2c: i2c-2: Rockchip I2C adapter
[    0.689322] rockchip_i2c ff150000.i2c: i2c-3: Rockchip I2C adapter
[    0.690299] rockchip_i2c ff160000.i2c: i2c-4: Rockchip I2C adapter
[    0.690425] media: Linux media interface: v0.10
[    0.690464] Linux video capture interface: v2.00
[    0.690520] pps_core: LinuxPPS API ver. 1 registered
[    0.690530] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.690550] PTP clock support registered
[    0.690614] i2c-core: driver [bq24296] using legacy suspend method
[    0.690623] i2c-core: driver [bq24296] using legacy resume method
[    0.690967] RK29 Watchdog Timer, (c) 2011 Rockchip Electronics
[    0.691634] ion_drm_heap_create: 0@0
[    0.691760] Rockchip ion module is successfully loaded (v1.1)
[    0.691931] Ad18] Bluetooth: Core ver 2.16
[    0.692373] NET: Registered protocol family 31
[    0.692383] Bluetooth: HCI device and connection manager initialized
[    0.692398] Bluetooth: HCI socket layer initialized
[    0.692411] Bluetooth: L2CAP socket layer initialized
[    0.692437] Bluetooth: SCO socket layer initialized
[    0.692663] cfg80211: Calling CRDA to update world regulatory domain
[    0.694412]
[    0.694412]  dcs_name:rockchip,on-cmds1,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694412]
[    0.694432] [1]=29,[2]=fe,[3]=49,
[    0.694432]  dcs_name:rockchip,on-cmds2,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694432]
[    0.694456] [1]=29,[2]=0a,[3]=c9,
[    0.694456]  dcs_name:rockchip,on-cmds3,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694456]
[    0.694478] [1]=29,[2]=0b,[3]=11,
[    0.694478]  dcs_name:rockchip,on-cmds4,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694478]
[    0.694499] [1]=29,[2]=0c,[3]=c9,
[    0.694499]  dcs_name:rockchip,on-cmds5,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694499]
[    0.694521] [1]=29,[2]=0d,[3]=40,
[    0.694521]  dcs_name:rockchip,on-cmds6,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694521]
[    0.694542] [1]=29,[2]=0e,[3]=66,
[    0.694542]  dcs_name:rockchip,on-cmds7,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694542]
[    0.694562] [1]=29,[2]=0f,[3]=40,
[    0.694562]  dcs_name:rockchip,on-cmds8,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694562]
[    0.694583] [1]=29,[2]=10,[3]=0b,
[    0.694583]  dcs_name:rockchip,on-cmds9,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694583]
[    0.694604] [1]=29,[2]=23,[3]=00,
[    0.694604]  dcs_name:rockchip,on-cmds10,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694604]
[    0.694624] [1]=29,[2]=24,[3]=55,
[    0.694624]  dcs_name:rockchip,on-cmds11,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694624]
[    0.694645] [1]=29,[2]=a3,[3]=2f,
[    0.694645]  dcs_name:rockchip,on-cmds12,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694645]
[    0.694666] [1]=29,[2]=a4,[3]=00,
[    0.694666]  dcs_name:rockchip,on-cmds13,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694666]
[    0.694686] [1]=29,[2]=a6,[3]=02,
[    0.694686]  dcs_name:rockchip,on-cmds14,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694686]
[    0.694706] [1]=29,[2]=ae,[3]=21,
[    0.694706]  dcs_name:rockchip,on-cmds15,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694706]
[    0.694727] [1]=29,[2]=2f,[3]=10,
[    0.694727]  dcs_name:rockchip,on-cmds16,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694727]
[    0.694748] [1]=29,[2]=31,[3]=10,
[    0.694748]  dcs_name:rockchip,on-cmds17,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694748]
[    0.694768] [1]=29,[2]=33,[3]=10,
[    0.694768]  dcs_name:rockchip,on-cmds18,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694768]
[    0.694789] [1]=29,[2]=35,[3]=10,
[    0.694789]  dcs_name:rockchip,on-cmds19,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694789]
[    0.694809] [1]=29,[2]=38,[3]=32,
[    0.694809]  dcs_name:rockchip,on-cmds20,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694809]
[    0.694830] [1]=29,[2]=39,[3]=32,
[    0.694830]  dcs_name:rockchip,on-cmds21,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694830]
[    0.694850] [1]=29,[2]=3a,[3]=23,
[    0.694850]  dcs_name:rockchip,on-cmds22,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694850]
[    0.694871] [1]=29,[2]=3b,[3]=23,
[    0.694871]  dcs_name:rockchip,on-cmds23,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694871]
[    0.694891] [1]=29,[2]=40,[3]=08,
[    0.694891]  dcs_name:rockchip,on-cmds24,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694891]
[    0.694912] [1]=29,[2]=41,[3]=0c,
[    0.694912]  dcs_name:rockchip,on-cmds25,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694912]
[    0.694933] [1]=29,[2]=47,[3]=14,
[    0.694933]  dcs_name:rockchip,on-cmds26,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694933]
[    0.694953] [1]=29,[2]=86,[3]=1b,
[    0.694953]  dcs_name:rockchip,on-cmds27,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694953]
[    0.694974] [1]=29,[2]=87,[3]=0e,
[    0.694974]  dcs_name:rockchip,on-cmds28,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694974]
[    0.694994] [1]=29,[2]=8a,[3]=38,
[    0.694994]  dcs_name:rockchip,on-cmds29,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694994]
[    0.695015] [1]=29,[2]=8b,[3]=1d,
[    0.695015]  dcs_name:rockchip,on-cmds30,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695015]
[    0.695035] [1]=29,[2]=8e,[3]=95,
[    0.695035]  dcs_name:rockchip,on-cmds31,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695035]
[    0.695056] [1]=29,[2]=8f,[3]=95,
[    0.695056]  dcs_name:rockchip,on-cmds32,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695056]
[    0.695077] [1]=29,[2]=84,[3]=33,
[    0.695077]  dcs_name:rockchip,on-cmds33,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695077]
[    0.695097] [1]=29,[2]=25,[3]=1a,
[    0.695097]  dcs_name:rockchip,on-cmds34,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695097]
[    0.695118] [1]=29,[2]=26,[3]=16,
[    0.695118]  dcs_name:rockchip,on-cmds35,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695118]
[    0.695139] [1]=29,[2]=ac,[3]=04,
[    0.695139]  dcs_name:rockchip,on-cmds36,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695139]
[    0.695159] [1]=29,[2]=b3,[3]=33,
[    0.695159]  dcs_name:rockchip,on-cmds37,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695159]
[    0.695179] [1]=29,[2]=fe,[3]=50,
[    0.695179]  dcs_name:rockchip,on-cmds38,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695179]
[ shell@firefly:/ $    0.695200] [1]=29,[2]=bd,[3]=81,
[    0.695200]  dcs_name:rockchip,on-cmds39,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695200]
[    0.695220] [1]=29,[2]=be,[3]=40,
[    0.695220]  dcs_name:rockchip,on-cmds40,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695220]
[    0.695241] [1]=29,[2]=bf,[3]=e0,
[    0.695241]  dcs_name:rockchip,on-cmds41,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695241]
[    0.695262] [1]=29,[2]=fe,[3]=60,
[    0.695262]  dcs_name:rockchip,on-cmds42,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695262]
[    0.695282] [1]=29,[2]=00,[3]=94,
[    0.695282]  dcs_name:rockchip,on-cmds43,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695282]
[    0.695303] [1]=29,[2]=01,[3]=00,
[    0.695303]  dcs_name:rockchip,on-cmds44,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695303]
[    0.695323] [1]=29,[2]=02,[3]=00,
[    0.695323]  dcs_name:rockchip,on-cmds45,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695323]
[    0.695344] [1]=29,[2]=03,[3]=00,
[    0.695344]  dcs_name:rockchip,on-cmds46,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695344]
[    0.695364] [1]=29,[2]=04,[3]=00,
[    0.695364]  dcs_name:rockchip,on-cmds47,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695364]
[    0.695384] [1]=29,[2]=05,[3]=02,
[    0.695384]  dcs_name:rockchip,on-cmds48,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695384]
[    0.695405] [1]=29,[2]=06,[3]=00,
[    0.695405]  dcs_name:rockchip,on-cmds49,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695405]
[    0.695426] [1]=29,[2]=07,[3]=23,
[    0.695426]  dcs_name:rockchip,on-cmds50,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695426]
[    0.695446] [1]=29,[2]=08,[3]=00,
[    0.695446]  dcs_name:rockchip,on-cmds51,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695446]
[    0.695467] [1]=29,[2]=09,[3]=d4,
[    0.695467]  dcs_name:rockchip,on-cmds52,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695467]
[    0.695487] [1]=29,[2]=0a,[3]=00,
[    0.695487]  dcs_name:rockchip,on-cmds53,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695487]
[    0.695507] [1]=29,[2]=0b,[3]=02,
[    0.695507]  dcs_name:rockchip,on-cmds54,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695507]
[    0.695527] [1]=29,[2]=0c,[3]=00,
[    0.695527]  dcs_name:rockchip,on-cmds55,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695527]
[    0.695547] [1]=29,[2]=0d,[3]=00,
[    0.695547]  dcs_name:rockchip,on-cmds56,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695547]
[    0.695568] [1]=29,[2]=0e,[3]=01,
[    0.695568]  dcs_name:rockchip,on-cmds57,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695568]
[    0.695588] [1]=29,[2]=0f,[3]=00,
[    0.695588]  dcs_name:rockchip,on-cmds58,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695588]
[    0.695608] [1]=29,[2]=10,[3]=24,
[    0.695608]  dcs_name:rockchip,on-cmds59,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695608]
[    0.695629] [1]=29,[2]=11,[3]=00,
[    0.695629]  dcs_name:rockchip,on-cmds60,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695629]
[    0.695649] [1]=29,[2]=12,[3]=d4,
[    0.695649]  dcs_name:rockchip,on-cmds61,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695649]
[    0.695670] [1]=29,[2]=13,[3]=00,
[    0.695670]  dcs_name:rockchip,on-cmds62,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695670]
[    0.695690] [1]=29,[2]=14,[3]=02,
[    0.695690]  dcs_name:rockchip,on-cmds63,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695690]
[    0.695711] [1]=29,[2]=15,[3]=00,
[    0.695711]  dcs_name:rockchip,on-cmds64,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695711]
[    0.695731] [1]=29,[2]=16,[3]=00,
[    0.695731]  dcs_name:rockchip,on-cmds65,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695731]
[    0.695752] [1]=29,[2]=17,[3]=02,
[    0.695752]  dcs_name:rockchip,on-cmds66,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695752]
[    0.695772] [1]=29,[2]=18,[3]=00,
[    0.695772]  dcs_name:rockchip,on-cmds67,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695772]
[    0.695793] [1]=29,[2]=19,[3]=24,
[    0.695793]  dcs_name:rockchip,on-cmds68,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695793]
[    0.695813] [1]=29,[2]=1a,[3]=00,
[    0.695813]  dcs_name:rockchip,on-cmds69,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695813]
[    0.695834] [1]=29,[2]=38,[3]=d4,
[    0.695834]  dcs_name:rockchip,on-cmds70,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695834]
[    0.695854] [1]=29,[2]=39,[3]=00,
[    0.695854]  dcs_name:rockchip,on-cmds71,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695854]
[    0.695874] [1]=29,[2]=3a,[3]=04,
[    0.695874]  dcs_name:rockchip,on-cmds72,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695874]
[    0.695895] [1]=29,[2]=3b,[3]=00,
[    0.695895]  dcs_name:rockchip,on-cmds73,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695895]
[    0.695915] [1]=29,[2]=3d,[3]=00,
[    0.695915]  dcs_name:rockchip,on-cmds74,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695915]
[    0.695936] [1]=29,[2]=3f,[3]=01,
[    0.695936]  dcs_name:rockchip,on-cmds75,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695936]
[    0.695956] [1]=29,[2]=40,[3]=00,
[    0.695956]  dcs_name:rockchip,on-cmds76,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695956]
[    0.695976] [1]=29,[2]=41,[3]=24,
[    0.695976]  dcs_name:rockchip,on-cmds77,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695976]
[    0.695997] [1]=29,[2]=42,[3]=00,
[    0.695997]  dcs_name:rockchip,on-cmds78,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695997]
[    0.696018] [1]=29,[2]=43,[3]=d4,
[    0.696018]  dcs_name:rockchip,on-cmds79,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696018]
[    0.696038] [1]=29,[2]=44,[3]=00,
[    0.696038]  dcs_name:rockchip,on-cmds80,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696038]
[    0.696059] [1]=29,[2]=45,[3]=04,
[    0.696059]  dcs_name:rockchip,on-cmds81,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696059]
[    0.696079] [1]=29,[2]=46,[3]=00,
[    0.696079]  dcs_name:rockchip,on-cmds82,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696079]
[    0.696100] [1]=29,[2]=47,[3]=00,
[    0.696100]  dcs_name:rockchip,on-cmds83,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696100]
[    0.696120] [1]=29,[2]=48,[3]=03,
[    0.696120]  dcs_name:rockchip,on-cmds84,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696120]
[    0.696141] [1]=29,[2]=49,[3]=00,
[    0.696141]  dcs_name:rockchip,on-cmds85,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696141]
[    0.696161] [1]=29,[2]=4a,[3]=24,
[    0.696161]  dcs_name:rockchip,on-cmds86,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696161]
[    0.696181] [1]=29,[2]=4b,[3]=00,
[    0.696181]  dcs_name:rockchip,on-cmds87,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696181]
[    0.696202] [1]=29,[2]=83,[3]=aa,
[    0.696202]  dcs_name:rockchip,on-cmds88,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696202]
[    0.696223] [1]=29,[2]=84,[3]=00,
[    0.696223]  dcs_name:rockchip,on-cmds89,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696223]
[    0.696243] [1]=29,[2]=85,[3]=02,
[    0.696243]  dcs_name:rockchip,on-cmds90,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696243]
[    0.696263] [1]=29,[2]=86,[3]=06,
[    0.696263]  dcs_name:rockchip,on-cmds91,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696263]
[    0.696284] [1]=29,[2]=87,[3]=00,
[    0.696284]  dcs_name:rockchip,on-cmds92,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696284]
[    0.696304] [1]=29,[2]=88,[3]=05,
[    0.696304]  dcs_name:rockchip,on-cmds93,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696304]
[    0.696325] [1]=29,[2]=89,[3]=00,
[    0.696325]  dcs_name:rockchip,on-cmds94,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696325]
[    0.696345] [1]=29,[2]=8a,[3]=25,
[    0.696345]  dcs_name:rockchip,on-cmds95,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696345]
[    0.696365] [1]=29,[2]=8b,[3]=00,
[    0.696365]  dcs_name:rockchip,on-cmds96,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696365]
[    0.696386] [1]=29,[2]=ca,[3]=14,
[    0.696386]  dcs_name:rockchip,on-cmds97,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696386]
[    0.696407] [1]=29,[2]=cb,[3]=14,
[    0.696407]  dcs_name:rockchip,on-cmds98,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696407]
[    0.696427] [1]=29,[2]=cc,[3]=14,
[    0.696427]  dcs_name:rockchip,on-cmds99,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696427]
[    0.696448] [1]=29,[2]=cd,[3]=06,
[    0.696448]  dcs_name:rockchip,on-cmds100,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696448]
[    0.696468] [1]=29,[2]=ce,[3]=07,
[    0.696468]  dcs_name:rockchip,on-cmds101,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696468]
[    0.696489] [1]=29,[2]=cf,[3]=0e,
[    0.696489]  dcs_name:rockchip,on-cmds102,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696489]
[    0.696509] [1]=29,[2]=d0,[3]=01,
[    0.696509]  dcs_name:rockchip,on-cmds103,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696509]
[    0.696530] [1]=29,[2]=d1,[3]=02,
[    0.696530]  dcs_name:rockchip,on-cmds104,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696530]
[    0.696550] [1]=29,[2]=d2,[3]=00,
[    0.696550]  dcs_name:rockchip,on-cmds105,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696550]
[    0.696571] [1]=29,[2]=d3,[3]=14,
[    0.696571]  dcs_name:rockchip,on-cmds106,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696571]
[    0.696591] [1]=29,[2]=d4,[3]=14,
[    0.696591]  dcs_name:rockchip,on-cmds107,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696591]
[    0.696613] [1]=29,[2]=d5,[3]=14,
[    0.696613]  dcs_name:rockchip,on-cmds108,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696613]
[    0.696633] [1]=29,[2]=d6,[3]=14,
[    0.696633]  dcs_name:rockchip,on-cmds109,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696633]
[    0.696654] [1]=29,[2]=d7,[3]=14,
[    0.696654]  dcs_name:rockchip,on-cmds110,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696654]
[    0.696674] [1]=29,[2]=d8,[3]=14,
[    0.696674]  dcs_name:rockchip,on-cmds111,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696674]
[    0.696695] [1]=29,[2]=d9,[3]=14,
[    0.696695]  dcs_name:rockchip,on-cmds112,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696695]
[    0.696716] [1]=29,[2]=da,[3]=14,
[    0.696716]  dcs_name:rockchip,on-cmds113,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696716]
[    0.696736] [1]=29,[2]=db,[3]=14,
[    0.696736]  dcs_name:rockchip,on-cmds114,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696736]
[    0.696757] [1]=29,[2]=dc,[3]=14,
[    0.696757]  dcs_name:rockchip,on-cmds115,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696757]
[    0.696778] [1]=29,[2]=dd,[3]=14,
[    0.696778]  dcs_name:rockchip,on-cmds116,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696778]
[    0.696798] [1]=29,[2]=de,[3]=14,
[    0.696798]  dcs_name:rockchip,on-cmds117,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696798]
[    0.696819] [1]=29,[2]=df,[3]=07,
[    0.696819]  dcs_name:rockchip,on-cmds118,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696819]
[    0.696839] [1]=29,[2]=e0,[3]=06,
[    0.696839]  dcs_name:rockchip,on-cmds119,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696839]
[    0.696860] [1]=29,[2]=e1,[3]=0e,
[    0.696860]  dcs_name:rockchip,on-cmds120,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696860]
[    0.696881] [1]=29,[2]=e2,[3]=01,
[    0.696881]  dcs_name:rockchip,on-cmds121,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696881]
[    0.696901] [1]=29,[2]=e3,[3]=02,
[    0.696901]  dcs_name:rockchip,on-cmds122,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696901]
[    0.696922] [1]=29,[2]=e4,[3]=00,
[    0.696922]  dcs_name:rockchip,on-cmds123,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696922]
[    0.696942] [1]=29,[2]=e5,[3]=14,
[    0.696942]  dcs_name:rockchip,on-cmds124,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696942]
[    0.696963] [1]=29,[2]=e6,[3]=14,
[    0.696963]  dcs_name:rockchip,on-cmds125,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696963]
[    0.696983] [1]=29,[2]=e7,[3]=14,
[    0.696983]  dcs_name:rockchip,on-cmds126,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696983]
[    0.697004] [1]=29,[2]=e8,[3]=14,
[    0.697004]  dcs_name:rockchip,on-cmds127,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697004]
[    0.697024] [1]=29,[2]=e9,[3]=14,
[    0.697024]  dcs_name:rockchip,on-cmds128,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697024]
[    0.697045] [1]=29,[2]=ea,[3]=14,
[    0.697045]  dcs_name:rockchip,on-cmds129,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697045]
[    0.697065] [1]=29,[2]=eb,[3]=14,
[    0.697065]  dcs_name:rockchip,on-cmds130,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697065]
[    0.697086] [1]=29,[2]=ec,[3]=14,
[    0.697086]  dcs_name:rockchip,on-cmds131,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697086]
[    0.697106] [1]=29,[2]=ed,[3]=14,
[    0.697106]  dcs_name:rockchip,on-cmds132,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697106]
[    0.697127] [1]=29,[2]=fe,[3]=90,
[    0.697127]  dcs_name:rockchip,on-cmds133,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697127]
[    0.697147] [1]=29,[2]=12,[3]=24,
[    0.697147]  dcs_name:rockchip,on-cmds134,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697147]
[    0.697168] [1]=29,[2]=13,[3]=49,
[    0.697168]  dcs_name:rockchip,on-cmds135,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697168]
[    0.697188] [1]=29,[2]=14,[3]=92,
[    0.697188]  dcs_name:rockchip,on-cmds136,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697188]
[    0.697209] [1]=29,[2]=15,[3]=92,
[    0.697209]  dcs_name:rockchip,on-cmds137,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697209]
[    0.697229] [1]=29,[2]=16,[3]=24,
[    0.697229]  dcs_name:rockchip,on-cmds138,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697229]
[    0.697250] [1]=29,[2]=17,[3]=49,
[    0.697250]  dcs_name:rockchip,on-cmds139,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697250]
[    0.697270] [1]=29,[2]=18,[3]=24,
[    0.697270]  dcs_name:rockchip,on-cmds140,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697270]
[    0.697291] [1]=29,[2]=19,[3]=49,
[    0.697291]  dcs_name:rockchip,on-cmds141,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697291]
[    0.697311] [1]=29,[2]=1a,[3]=92,
[    0.697311]  dcs_name:rockchip,on-cmds142,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697311]
[    0.697332] [1]=29,[2]=1b,[3]=92,
[    0.697332]  dcs_name:rockchip,on-cmds143,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697332]
[    0.697353] [1]=29,[2]=1c,[3]=24,
[    0.697353]  dcs_name:rockchip,on-cmds144,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697353]
[    0.697373] [1]=29,[2]=1d,[3]=49,
[    0.697373]  dcs_name:rockchip,on-cmds145,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697373]
[    0.697394] [1]=29,[2]=1e,[3]=24,
[    0.697394]  dcs_name:rockchip,on-cmds146,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697394]
[    0.697414] [1]=29,[2]=1f,[3]=49,
[    0.697414]  dcs_name:rockchip,on-cmds147,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697414]
[    0.697435] [1]=29,[2]=20,[3]=92,
[    0.697435]  dcs_name:rockchip,on-cmds148,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697435]
[    0.697455] [1]=29,[2]=21,[3]=92,
[    0.697455]  dcs_name:rockchip,on-cmds149,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697455]
[    0.697476] [1]=29,[2]=22,[3]=24,
[    0.697476]  dcs_name:rockchip,on-cmds150,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697476]
[    0.697497] [1]=29,[2]=23,[3]=49,
[    0.697497]  dcs_name:rockchip,on-cmds151,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697497]
[    0.697517] [1]=29,[2]=dc,[3]=a4,
[    0.697517]  dcs_name:rockchip,on-cmds152,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697517]
[    0.697538] [1]=29,[2]=fe,[3]=d0,
[    0.697538]  dcs_name:rockchip,on-cmds153,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697538]
[    0.697558] [1]=29,[2]=03,[3]=09,
[    0.697558]  dcs_name:rockchip,on-cmds154,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697558]
[    0.697578] [1]=29,[2]=fe,[3]=a0,
[    0.697578]  dcs_name:rockchip,on-cmds155,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697578]
[    0.697599] [1]=29,[2]=ee,[3]=c0,
[    0.697599]  dcs_name:rockchip,on-cmds156,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697599]
[    0.697620] [1]=29,[2]=fe,[3]=d2,
[    0.697620]  dcs_name:rockchip,on-cmds157,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697620]
[    0.697640] [1]=29,[2]=32,[3]=02,
[    0.697640]  dcs_name:rockchip,on-cmds158,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697640]
[    0.697661] [1]=29,[2]=fe,[3]=00,
[    0.697661]  dcs_name:rockchip,on-cmds159,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697661]
[    0.697681] [1]=29,[2]=c2,[3]=03,
[    0.697681]  dcs_name:rockchip,on-cmds160,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.697681]
[    0.697701] [1]=29,[2]=35,[3]=00,
[    0.697701]  dcs_name:rockchip,on-cmds161,dcs_type:1,side_id:0,cmd_len:4,delay:0
[    0.697701]
[    0.697722] [1]=29,[2]=51,[3]=ff,[4]=ff,
[    0.697722]  dcs_name:rockchip,on-cmds162,dcs_type:1,side_id:2,cmd_len:2,delay:200
[    0.697722]
[    0.697745] [1]=05,[2]=11,
[    0.697745]  dcs_name:rockchip,on-cmds163,dcs_type:1,side_id:2,cmd_len:2,delay:60
[    0.697745]
[    0.697764] [1]=05,[2]=29,act8846_i2c_probe,line=898
[    0.698865] act8846_parse_dt,line=746
[    0.699689] act8846_i2c_probe: act8846_pmic_hold=1
[    0.699711] act8846_i2c_probe: act8846_pmic_sleep=1
[    0.699726] act8846_i2c_probe: act8846_pmic_cpu_det_gpio=1
[    0.699741] act8846_i2c_probe: act8846_pmic_usb_hub_reset_gpio=1
[    0.701812] act_dcdc1: 1200 mV
[    0.704768] vccio: 3300 mV
[    0.706631] vdd_logic: 700 <--> 1500 mV at 1100 mV
[    0.709590] act_dcdc4: 2000 mV
[    0.710820] vccio_sd: 1800 <--> 3300 mV at 3300 mV
[    0.713125] act_ldo2: 1050 mV
[    0.715442] act_ldo3: 2800 mV
[    0.717752] act_ldo4: 3300 mV
[    0.720049] act_ldo5: 3300 mV
[    0.722379] act_ldo6: 1100 mV
[    0.724684] vcc_18: 1800 mV
[    0.726990] act_ldo8: 1850 mV
[    0.731780] vdd_arm: 712 <--> 1500 mV at 1000 mV
[    0.736519] vdd_gpu: 712 <--> 1500 mV at 1000 mV
[    0.737326] rk808_i2c_probe,line=1355
[    0.738666] The device is not rk808 -11
[    0.738752] rk808: probe of 0-001b failed with error -11
[    0.738831] i2c-core: driver [rk818] using legacy suspend method
[    0.738840] i2c-core: driver [rk818] using legacy resume method
[    0.740551] Switching to clocksource arch_sys_counter
[    0.764681] rga: Module initialized.
[    0.765410] rga2 ff920000.rga: rga ion client create success!
[    0.765577] rga: Driver loaded succesfully
[    0.765786] fb disp policy is box
[    0.765828] rk-fb rockchip-fb: rk fb ion client create success!
[    0.765840] rk-fb rockchip-fb: rockchip framebuffer driver probe
[    0.766209] rk-screen rk_screen.8: rockchip screen probe success
[    0.766466] rk32-edp ff970000.edp: screen is not edp!
[    0.766486] rk32-edp: probe of ff970000.edp failed with error -22
[    0.766665] rk32-dsi
[    0.766804] dsi->host.irq =51
[    0.766823] load mipi dsi chip:rk_mipi_dsi.0 id:3133302a
[    0.766832] mipi_dsi v1.3 2014-04-17
[    0.766895] rk32-mipi ff960000.mipi: rk mipi_dsi probe success!
[    0.766908] rk32-mipi ff960000.mipi: rockchip mipi_dsi v1.1 2014-06-17
[    0.766946] rk32-dsi
[    0.767057] dsi->host.irq =52
[    0.767071] load mipi dsi chip:rk_mipi_dsi.1 id:3133302a
[    0.767079] mipi_dsi v1.3 2014-04-17
[    0.767112] rk32-mipi ff964000.mipi: rk mipi_dsi probe success!
[    0.767124] rk32-mipi ff964000.mipi: rockchip mipi_dsi v1.1 2014-06-17
[    0.767688] rk3288-lcdc lcdc0: can't find power_ctr node for lcdc0
[    0.767909] graphics fb0: rockchip framebuffer registerd:fb0
[    0.768218] graphics fb1: rockchip framebuffer registerd:fb1
[    0.768402] graphics fb2: rockchip framebuffer registerd:fb2
[    0.768574] graphics fb3: rockchip framebuffer registerd:fb3
[    0.769279] rk3288-lcdc lcdc0: lcdc0: dclk:240000000>>fps:55
[    0.769293] rk3288-lcdc lcdc0: wakeup from standby!
[    0.792356] rk_battery_charger_detect_cb , battery_charger_detect 1
[    0.832783] alloc_buffer:ion_phy_addr=0x10000000
[    0.858297] fb0:phy:10000000>>vir:e0991000>>len:0x3000000
[    0.880128] rk_iommu ff930300.vopb_mmu: rockchip_iommu_attach_device: Attached new IOMMU with pgtable 0x1eabe000
[    0.880174] rk3288-lcdc lcdc0: lcdc0 probe ok, iommu enabled
[    0.880393] rk3288-lcdc lcdc1: can't find power_ctr node for lcdc1
[    0.880405] rk_fb_trsm_ops_get:un supported transmitter:0!
[    0.880685] graphics fb4: rockchip framebuffer registerd:fb4
[    0.881039] graphics fb5: rockchip framebuffer registerd:fb5
[    0.881199] graphics fb6: rockchip framebuffer registerd:fb6
[    0.881351] graphics fb7: rockchip framebuffer registerd:fb7
[    0.882181] unknow screen type: 0
[    0.882271] rk3288-lcdc lcdc1: lcdc1: dclk:240000000>>fps:2417
[    0.882285] rk3288-lcdc lcdc1: wakeup from standby!
[    0.889899] fb4:phy:10000000>>vir:e0991000>>len:0x3000000
[    0.889914] rk3288-lcdc lcdc1: lcdc1 probe ok, iommu enabled
[    0.890859] rockchip_set_mux:warning ignore bank num 15
[    0.891010] rockchip_set_mux:warning ignore bank num 15
[    0.891136] rockchip_set_mux:warning ignore bank num 15
[    0.891252] rockchip_set_mux:warning ignore bank num 15
[    0.891378] rockchip_set_mux:warning ignore bank num 15
[    0.891505] rockchip_set_mux:warning ignore bank num 15
[    0.892079] rockchip_set_mux:warning ignore bank num 15
[    0.892259] rockchip_set_mux:warning ignore bank num 15
[    0.892805] rockchip_set_mux:warning ignore bank num 15
[    0.892953] rockchip_set_mux:warning ignore bank num 15
[    0.893503] rockchip_set_mux:warning ignore bank num 15
[    0.893649] rockchip_set_mux:warning ignore bank num 15
[    0.894182] rockchip_set_mux:warning ignore bank num 15
[    0.894350] rockchip_set_mux:warning ignore bank num 15
[    0.895914] NET: Registered protocol family 2
[    0.896562] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    0.896641] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    0.896715] TCP: Hash tables configured (established 4096 bind 4096)
[    0.896769] TCP: reno registered
[    0.896784] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.896807] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.896992] NET: Registered protocol family 1
[    0.897658] Unpacking initramfs...
[    0.967334] Freeing initrd memory: 1304K (c5bf0000 - c5d36000)
[    0.968031] hw perfevents: enabled with ARMv7 Cortex-A12 PMU driver, 7 counters available
[    0.968616] vcodec_service: probe device ff9a0000.vpu_service
[    0.968821] vcodec_service: No reset resource define
[    0.968990] vcodec_service: ff9a0000.vpu_service: power on
[    0.969079] vcodec_service: probe device ff9a0000.vpu_service
[    0.969093] vcodec_service: checking hw id 4831
[    0.970063] vcodec_service: ff9a0000.vpu_service: power off...
[    0.970110] vcodec_service: done
[    0.970119] vcodec_service: init success
[    0.970186] vcodec_service: probe device ff9c0000.hevc_service
[    0.970523] vcodec_service: ff9c0000.hevc_service: power on
[    0.970582] vcodec_service: probe device ff9c0000.hevc_service
[    0.970596] vcodec_service: checking hw id 6867
[    0.971156] vcodec_service: ff9c0000.hevc_service: power off...
[    0.971194] vcodec_service: done
[    0.971203] vcodec_service: init success
[    0.971352] rknandbase v1.0 2014-03-31
[    0.971489] rknand: probe of ff400000.nandc failed with error -1
[    0.971606] rknand_driver:ret = 0
[    0.972785] audit: initializing netlink socket (disabled)
[    0.972828] type=2000 audit(0.470:1): initialized
[    0.973655] bounce pool size: 64 pages
[    0.978376] fuse init (API version 7.22)
[    0.978784] msgmni has been set to 952
[    0.980652] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.980667] io scheduler noop registered
[    0.980677] io scheduler deadline registered
[    0.980771] io scheduler cfq registered (default)
[    0.982017] rockchip-hdmiv2 ff980000.hdmi: rockchip hdmiv2 probe sucess.
[    0.982739] IEP Driver loaded succesfully
[    0.982829] Module initialized.
[    0.983604] dma-pl330 ffb20000.pdma: Loaded driver for PL330 DMAC-2364208
[    0.983621] dma-pl330 ffb20000.pdma:         DBUFF-64x8bytes Num_Chans-5 Num_Peri-6 Num_Events-10
[    0.984912] dma-pl330 ff250000.pdma: Loaded driver for PL330 DMAC-2364208
[    0.984929] dma-pl330 ff250000.pdma:         DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    0.985229] pwm-voltage-regulator pwm_regulator.26: unable to request PWM, trying legacy API
[    0.985243] pwm-voltage-regulator pwm_regulator.26: unable to request legacy PWM
[    0.985252] pwm_regulator_probe:error
[    0.985273] platform pwm_regulator.26: Driver pwm-voltage-regulator requests probe deferral
[    0.985484] rk_serial.c v1.8 2014-03-04
[    0.985715] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 87) is a rk29_serial.0
[    0.985904] serial ff180000.serial: membase e097e000
[    0.986065] ff190000.serial: ttyS1 at MMIO 0xff190000 (irq = 88) is a rk29_serial.1
[    0.986237] serial ff190000.serial: membase e599e000
[    0.986376] ff690000.serial: ttyS2 at MMIO 0xff690000 (irq = 89) is a rk29_serial.2
[    0.989804] console [ttyS2] enabled
[    0.989999] serial ff690000.serial: membase fed60000
[    0.990182] ff1b0000.serial: ttyS3 at MMIO 0xff1b0000 (irq = 90) is a rk29_serial.3
[    0.990364] serial ff1b0000.serial: membase e59b2000
[    0.993215] loop: module loaded
[    0.993559] zram: Created 1 device(s) ...
[    0.993650] i2c-core: driver [mpu6050B1] using legacy suspend method
[    0.993662] i2c-core: driver [mpu6050B1] using legacy resume method
[    0.993680] mpu_init: Probe name mpu6050B1
[    0.993827] ak8963_mod_init: Probe name ak8963_mod
[    0.994566] SCSI Media Changer driver v0.25
[    0.994815] dws->regs: e59cc000
[    0.996059] rockchip_spi_probe:num_cs=2,bus_num=0,irq=76,freq=45692308 ok
[    0.996420] tun: Universal TUN/TAP device driver, 1.6
[    0.996482] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.996610] vmac_init.
[    0.997235] stmmac_probe_config_dt: Can not read property: pmu_regulator.
[    0.997267] stmmac_probe_config_dt: clock input/output? (input).
[    0.997281] stmmac_probe_config_dt: TX delay(0x1d).
[    0.997293] stmmac_probe_config_dt: RX delay(0x16).
[    0.997341] stmmac_probe_config_dt: is rockchip,rk3288-gmac
[    0.997352] stmmc_pltfr_init:
[    0.997362] stmmc_pltfr_init: ERROR: Get power-gpio failed.
[    0.997386] gmac_phy_reset: ERROR: Request pin stmmc_pltfr_init failed.
[    0.997398] stmmc_pltfr_init: init for RGMII
[    0.997409] tx delay=0x1d
[    0.997409] rx delay=0x16
[    0.997425] tx delay=0x1d
[    0.997425] rx delay=0x16
[    0.997889] stmmac - user ID: 0x10, Synopsys ID: 0x35
[    0.997901]  Normal descriptors
[    0.997910]  Ring mode enabled
[    0.997920]  DMA HW capability register supported
[    0.997933]  RX Checksum Offload Engine supported (type 2)
[    0.997944]  TX Checksum insertion supported
[    0.997953]  Wake-Up On Lan supported
[    0.997989]  Enable RX Mitigation via HW Watchdog Timer
[    0.998455] PPP generic driver version 2.4.2
[    0.998624] PPP BSD Compression module registered
[    0.998637] PPP Deflate Compression module registered
[    0.998661] PPP MPPE Compression module registered
[    0.998674] NET: Registered protocol family 24
[    0.998709] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
[    0.998723] CSLIP: code copyright 1989 Regents of the University of California.
[    0.998736] Rockchip WiFi SYS interface (V1.00) ...
[    0.998772] esp_mem_init enter date Mar  9 2018 17:25:17
[    0.998783] esp_mem_init VERSION [V2.5]
[    0.998832] esp_mem_init complete
[    0.998939] usbcore: registered new interface driver catc
[    0.998981] usbcore: registered new interface driver kaweth
[    0.998995] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[    0.999034] usbcore: registered new interface driver pegasus
[    0.999074] usbcore: registered new interface driver rtl8150
[    0.999120] usbcore: registered new interface driver r8152
[    0.999132] hso: drivers/net/usb/hso.c: Option Wireless
[    0.999201] usbcore: registered new interface driver hso
[    0.999247] usbcore: registered new interface driver asix
[    0.999303] usbcore: registered new interface driver ax88179_178a
[    0.999347] usbcore: registered new interface driver cdc_ether
[    0.999387] usbcore: registered new interface driver cdc_eem
[    0.999431] usbcore: registered new interface driver dm9601
[    0.999471] usbcore: registered new interface driver dm9620
[    0.999520] usbcore: registered new interface driver smsc75xx
[    0.999568] usbcore: registered new interface driver smsc95xx
[    0.999608] usbcore: registered new interface driver gl620a
[    0.999648] usbcore: registered new interface driver net1080
[    0.999710] usbcore: registered new interface driver plusb
[    0.999755] usbcore: registered new interface driver rndis_host
[    0.999795] usbcore: registered new interface driver cdc_subset
[    0.999834] usbcore: registered new interface driver zaurus
[    0.999875] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[    0.999939] usbcore: registered new interface driver int51x1
[    0.999980] usbcore: registered new interface driver kalmia
[    1.000020] usbcore: registered new interface driver ipheth
[    1.000068] usbcore: registered new interface driver sierra_net
[    1.000127] usbcore: registered new interface driver cx82310_eth
[    1.000178] usbcore: registered new interface driver cdc_ncm
[    1.000220] usbcore: registered new interface driver qmi_wwan
[    1.000261] usbcore: registered new interface driver cdc_mbim
[    1.000274] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.002758] EHCI: ehci_rk_probe e5a40000 e5a40010
[    1.002778] rockchip_ehci_host ff500000.usb: EHCI Host Controller
[    1.002813] rockchip_ehci_host ff500000.usb: new USB bus registered, assigned bus number 1
[    1.003187] rockchip_ehci_host ff500000.usb: irq 56, io mem 0xff500000
[    1.016140] rockchip_ehci_host ff500000.usb: USB 2.0 started, EHCI 1.00
[    1.016232] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.016250] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.016265] usb usb1: Product: EHCI Host Controller
[    1.016278] usb usb1: Manufacturer: Linux 3.10.0 ehci_hcd
[    1.016291] usb usb1: SerialNumber: ff500000.usb
[    1.016740] hub 1-0:1.0: USB hub found
[    1.016766] hub 1-0:1.0: 1 port detected
[    1.016966] EHCI: ehci_rk_probe ok
[    1.017084] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.017380] ohci-rockchip ff520000.usb: RK OHCI Host Controller
[    1.017411] ohci-rockchip ff520000.usb: new USB bus registered, assigned bus number 2
[    1.017453] ohci-rockchip ff520000.usb: irq 73, io mem 0xff520000
[    1.079170] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.079189] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.079204] usb usb2: Product: RK OHCI Host Controller
[    1.079217] usb usb2: Manufacturer: Linux 3.10.0 ohci_hcd
[    1.079230] usb usb2: SerialNumber: ff520000.usb
[    1.079642] hub 2-0:1.0: USB hub found
[    1.079666] hub 2-0:1.0: 1 port detected
[    1.080018] usbcore: registered new interface driver cdc_acm
[    1.080030] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    1.080096] usbcore: registered new interface driver usblp
[    1.080144] usbcore: registered new interface driver cdc_wdm
[    1.080214] usbcore: registered new interface driver usb-storage
[    1.080255] usbcore: registered new interface driver ums-alauda
[    1.080297] usbcore: registered new interface driver ums-cypress
[    1.080359] usbcore: registered new interface driver ums-datafab
[    1.080401] usbcore: registered new interface driver ums_eneub6250
[    1.080443] usbcore: registered new interface driver ums-freecom
[    1.080489] usbcore: registered new interface driver ums-isd200
[    1.080532] usbcore: registered new interface driver ums-jumpshot
[    1.080573] usbcore: registered new interface driver ums-karma
[    1.080614] usbcore: registered new interface driver ums-onetouch
[    1.080655] usbcore: registered new interface driver ums-sddr09
[    1.080697] usbcore: registered new interface driver ums-sddr55
[    1.080764] usbcore: registered new interface driver ums-usbat
[    1.080856] usbcore: registered new interface driver usbserial
[    1.080904] usbcore: registered new interface driver usbserial_generic
[    1.080937] usbserial: USB Serial support registered for generic
[    1.080978] usbcore: registered new interface driver ch341
[    1.081008] usbserial: USB Serial support registered for ch341-uart
[    1.081051] usbcore: registered new interface driver cp210x
[    1.081080] usbserial: USB Serial support registered for cp210x
[    1.081139] usbcore: registered new interface driver option
[    1.081182] usbserial: USB Serial support registered for GSM modem (1-port)
[    1.081277] usbcore: registered new interface driver pl2303
[    1.081308] usbserial: USB Serial support registered for pl2303
[    1.081363] usbcore: registered new interface driver trancevibrator
[    1.081376] usb20_otg: version 3.10a 21-DEC-2012
[    1.081845] e5b00040
[    1.081860] Core Release: 3.10a
[    1.081878] Setting default values for core params
[    1.082015] Using Buffer DMA mode
[    1.082028] Periodic Transfer Interrupt Enhancement - disabled
[    1.082039] Multiprocessor Interrupt Enhancement - disabled
[    1.082052] OTG VER PARAM: 0, OTG VER FLAG: 0
[    1.082064] ^^^^^^^^^^^^^^^^^Device Mode
[    1.082083] Dedicated Tx FIFOs mode
[    1.082103] pcd_init otg_dev = ddf9c300
[    1.082256] usb20_otg ff580000.usb: DWC OTG Controller
[    1.082287] usb20_otg ff580000.usb: new USB bus registered, assigned bus number 3
[    1.082324] usb20_otg ff580000.usb: irq 55, io mem 0x00000000
[    1.082386] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.082403] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.082417] usb usb3: Product: DWC OTG Controller
[    1.082430] usb usb3: Manufacturer: Linux 3.10.0 dwc_otg_hcd
[    1.082443] usb usb3: SerialNumber: ff580000.usb
[    1.082859] hub 3-0:1.0: USB hub found
[    1.082882] hub 3-0:1.0: 1 port detected
[    1.083195] usb20_host: version 3.10a 21-DEC-2012
[    1.085743] e5b80040
[    1.085757] Core Release: 3.10a
[    1.085773] Setting default values for core params
[    1.085877] Using Buffer DMA mode
[    1.085888] Periodic Transfer Interrupt Enhancement - disabled
[    1.085900] Multiprocessor Interrupt Enhancement - disabled
[    1.085911] OTG VER PARAM: 0, OTG VER FLAG: 0
[    1.085921] ^^^^^^^^^^^^^^^^^^Host Mode
[    1.085959] usb20_host ff540000.usb: DWC OTG Controller
[    1.085986] usb20_host ff540000.usb: new USB bus registered, assigned bus number 4
[    1.086021] usb20_host ff540000.usb: irq 57, io mem 0x00000000
[    1.086113] Init: Power Port (0)
[    1.086174] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[    1.086191] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.086205] usb usb4: Product: DWC OTG Controller
[    1.086218] usb usb4: Manufacturer: Linux 3.10.0 dwc_otg_hcd
[    1.086231] usb usb4: SerialNumber: ff540000.usb
[    1.086660] hub 4-0:1.0: USB hub found
[    1.086683] hub 4-0:1.0: 1 port detected
[    1.087435] usbcore: registered new interface driver xpad
[    1.087496] usbcore: registered new interface driver usb_acecad
[    1.087544] usbcore: registered new interface driver aiptek
[    1.087597] usbcore: registered new interface driver gtco
[    1.087650] usbcore: registered new interface driver hanwang
[    1.087709] usbcore: registered new interface driver kbtab
[    1.087766] usbcore: registered new interface driver wacom
[    1.087896] ==gsl_ts_init==
[    1.087944] ret=0
[    1.088213] sensor_register_slave:mma8452,id=17
[    1.088228] sensor_register_slave:gs_mc3230,id=23
[    1.088238] gsensor_init
[    1.088249] sensor_register_slave:mpu6880_acc,id=24
[    1.088260] sensor_register_slave:mpu6500_acc,id=25
[    1.088272] sensor_register_slave:cm3217,id=48
[    1.088283] sensor_register_slave:cm3218,id=49
[    1.088515] .. rk pwm remotectl v1.1 init
[    1.088754] input: ff680000.pwm as /devices/ff680000.pwm/input/input0
[    1.091263] rtc_hym8563 0-0051: clock/calendar information is no longer guaranteed
[    1.094249] rtc_hym8563 0-0051: rtc core: registered hym8563 as rtc0
[    1.094883] i2c /dev entries driver
[    1.095623] IR NEC protocol handler initialized
[    1.095636] IR RC5(x) protocol handler initialized
[    1.095647] IR RC6 protocol handler initialized
[    1.095657] IR JVC protocol handler initialized
[    1.095667] IR Sony protocol handler initialized
[    1.095677] IR RC5 (streamzap) protocol handler initialized
[    1.095688] IR SANYO protocol handler initialized
[    1.095698] IR MCE Keyboard/mouse protocol handler initialized
[    1.095880] usbcore: registered new interface driver uvcvideo
[    1.095893] USB Video Class driver (1.1.1)
[    1.095906] CamSys driver version: v0.32.0,  CamSys head file version: v0.11.0
[    1.097440] D1:camsys_platform_probe(1300): 1-gpios-cifpower: gpio=236
[    1.097465] D1:camsys_platform_probe(1303): gpios-cifpower: gpio_request
[    1.097486] D1:camsys_platform_probe(1305): 1-gpios-cifpower: gpio_request=0
[    1.097507] D1:camsys_platform_probe(1314): gpios-cifpower: 236 high
[    1.097547] D1:camsys_mipiphy_probe_cb(115): compatible is rockchip,rk3288
[    1.097547]
[    1.097622] D1:camsys_mipiphy_probe_cb(186): ff910000.isp mipi phy0 probe success(reg_phy: 0x0  reg_vir: 0x0  size: 0x0)
[    1.097775] D1:camsys_mipiphy_probe_cb(183): ff910000.isp mipi phy1 probe success(reg_phy: 0xff968000  reg_vir: 0xe59f8000  size: 0x4000)
[    1.098445] D1:camsys_platform_probe(1446): ff910000.isp memory:
[    1.098464] D1:camsys_platform_probe(1456):     Register memory (phy: 0xff910000 vir: 0xe5ac0000 size: 0x10000)
[    1.098481] D1:camsys_platform_probe(1451):     I2c memory (phy: 0x1dffd000 vir: 0xddffd000 size: 0x1000)
[    1.098496] D1:camsys_init_ext_fsh_module(20): init external flash module
[    1.098509] D1:camsys_platform_probe(1471): Probe ff910000.isp device success
[    1.099040] not find test_power_init dev node
[    1.099115] i2c-core: driver [bq27320] using legacy suspend method
[    1.099127] i2c-core: driver [bq27320] using legacy resume method
[    1.099505] rockchip_temp_probe,line=364
[    1.153908] tsadc ff280000.tsadc: initialized
[    1.154329] device-mapper: uevent: version 1.0.3
[    1.154588] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
[    1.154873] Bluetooth: HCI UART driver ver 2.2
[    1.154891] Bluetooth: HCI H4 protocol initialized
[    1.154902] Bluetooth: HCILL protocol initialized
[    1.154914] rtk_btusb: Realtek Bluetooth USB driver module init, version 2.21
[    1.154926] rtk_btusb: Register usb char device interface for BT driver
[    1.155118] usbcore: registered new interface driver rtk_btusb
[    1.158454] cpufreq version 1.0, suspend freq 1200 MHz
[    1.158677] cpuidle: using governor ladder
[    1.158691] cpuidle: using governor menu
[    1.158730] Synopsys Designware Multimedia Card Interface Driver
[    1.158741] MHSC version = Ver 2.00 2015-06-10
[    1.159090] dw cru_regsbase addr 0x1d8.
[    1.159103] dw cru_reset_offset val 3.
[    1.159118] dwmmc_rockchip ff0f0000.rksdmmc: Version ID is 270a
[    1.159163] dwmmc_rockchip ff0f0000.rksdmmc: failed to get hpclk_mmc
[    1.159480] dwmmc_rockchip ff0f0000.rksdmmc: Using internal DMA controller.
[    1.159654] dw_mci_init_slot: fmin=400000, fmax=100000000 [mmc0]
[    1.159812] 1358..dw_mci_set_ios:  no card. [mmc0]
[    1.173624] 1358..dw_mci_set_ios:  no card. [mmc0]
[    1.193361] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out 800000Hz for init[mmc0]
[    1.193377] dwmmc_rockchip ff0f0000.rksdmmc: DW MMC controller at irq 67, 32 bit host data width, 256 deep fifo
[    1.193388] dwmmc_rockchip ff0f0000.rksdmmc: 1 slots initialized
[    1.193735] dw cru_regsbase addr 0x1d8.
[    1.193749] dw cru_reset_offset val 0.
[    1.193795] dwmmc_rockchip ff0c0000.rksdmmc: Version ID is 270a
[    1.193837] dwmmc_rockchip ff0c0000.rksdmmc: failed to get hpclk_mmc
[    1.194532] dwmmc_rockchip ff0c0000.rksdmmc: Using internal DMA controller.
[    1.194921] dw_mci_init_slot: fmin=300000, fmax=50000000 [mmc1]
[    1.195343] dwmmc_rockchip ff0c0000.rksdmmc: mmc1: No udbg pinctrl found!
[    1.195433] 1358..dw_mci_set_ios:  no card. [mmc1]
[    1.212941] 1358..dw_mci_set_ios:  no card. [mmc1]
[    1.225389] mmc0: BKOPS_EN bit is not set
[    1.227273] rk_sdmmc: BOOT Bus speed=0Hz,Bus width=8bits.[mmc0]
[    1.229551] mmc_host mmc0: Bus speed (slot 0) = 100000000Hz (slot req 100000000Hz, actual 100000000HZ div = 0)
[    1.229572] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out normal clock [mmc0]
[    1.229594] [mmc0] tuning regsbase addr 0x218.
[    1.230288] [mmc0] Data transmission error !!!!  MINTSTS: [0x00000088]
[    1.230299] [mmc0] host was already tuning, Don't need to retry tune again ignore 0.
[    1.230328] dwmmc_rockchip ff0f0000.rksdmmc: Tuning error: cmd.error:0, data.error:-84
[    1.230353] [mmc0] Data transmission error !!!!  MINTSTS: [0x00000088]
[    1.230362] [mmc0] host was already tuning, Don't need to retry tune again ignore 0.
[    1.230389] dwmmc_rockchip ff0f0000.rksdmmc: Tuning error: cmd.error:-84, data.error:-115
[    1.230414] [mmc0] Data transmission error !!!!  MINTSTS: [0x00002000]
[    1.230423] [mmc0] host was already tuning, Don't need to retry tune again ignore 0.
[    1.230451] dwmmc_rockchip ff0f0000.rksdmmc: Tuning error: cmd.error:-84, data.error:-115
[    1.230476] [mmc0] Data transmission error !!!!  MINTSTS: [0x00000088]
[    1.230485] [mmc0] host was already tuning, Don't need to retry tune again ignore 0.
[    1.230513] dwmmc_rockchip ff0f0000.rksdmmc: Tuning error: cmd.error:0, data.error:-84
[    1.230559] dwmmc_rockchip ff0f0000.rksdmmc: Good phase range 0-225 (21 len)
[    1.230570] dwmmc_rockchip ff0f0000.rksdmmc: Good phase range 282-282 (1 len)
[    1.230584] dwmmc_rockchip ff0f0000.rksdmmc: Best phase range 0-225 (21 len)
[    1.230600] dwmmc_rockchip ff0f0000.rksdmmc: Successfully tuned phase to 113
[    1.230644] mmc0: new HS200 MMC card at address 0001
[    1.230927] mmcblk0: mmc0:0001 AJNB4R 14.5 GiB
[    1.231055] mmcblk0rpmb: mmc0:0001 AJNB4R partition 3 4.00 MiB
[    1.231403]      uboot: 0x000400000 -- 0x000800000 (4 MB)
[    1.231415]       misc: 0x000800000 -- 0x000c00000 (4 MB)
[    1.231425]   resource: 0x000c00000 -- 0x001c00000 (16 MB)
[    1.231434]     kernel: 0x001c00000 -- 0x002c00000 (16 MB)
[    1.231443]       boot: 0x002c00000 -- 0x004c00000 (32 MB)
[    1.231452]   recovery: 0x004c00000 -- 0x006c00000 (32 MB)
[    1.231460]     backup: 0x006c00000 -- 0x00a000000 (52 MB)
[    1.231469]      cache: 0x00a000000 -- 0x012000000 (128 MB)
[    1.231477]     kpanic: 0x012000000 -- 0x012400000 (4 MB)
[    1.231486]     system: 0x012400000 -- 0x072400000 (1536 MB)
[    1.231495]   metadata: 0x072400000 -- 0x073400000 (16 MB)
[    1.231503] baseparamer: 0x073400000 -- 0x073800000 (4 MB)
[    1.231512]   userdata: 0x073800000 -- 0x0b3800000 (1024 MB)
[    1.231521] radical_update: 0x0b3800000 -- 0x0b7800000 (64 MB)
[    1.231530]       user: 0x0b7800000 -- 0x3a3a00000 (11970 MB)
[    1.231560]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15[    1.232675] dwmmc_rockchip ff0c0000.rksdmmc: DW MMC controller at irq 64, 32 bit host data width, 256 deep fifo
[    1.232691] dwmmc_rockchip ff0c0000.rksdmmc: 1 slots initialized
[    1.233003] dw cru_regsbase addr 0x1d8.
[    1.233013] dw cru_reset_offset val 1.
[    1.233023] dwmmc_rockchip ff0d0000.rksdmmc: Version ID is 270a
[    1.233063] dwmmc_rockchip ff0d0000.rksdmmc: failed to get hpclk_mmc
[    1.233313] dwmmc_rockchip ff0d0000.rksdmmc: Using internal DMA controller.
[    1.233443] dw_mci_init_slot: fmin=200000, fmax=50000000 [mmc2]
[    1.233698] 1358..dw_mci_set_ios:  no card. [mmc2]
1358..dw_mci_set_ios:  no card. [mmc1]
[    1.252309] 1358..dw_mci_set_ios:  no card. [mmc2]
[    1.272006] dwmmc_rockchip ff0d0000.rksdmmc: DW MMC controller at irq 65, 32 bit host data width, 256 deep fifo
[    1.272012] 1358..dw_mci_set_ios:  no card. [mmc2]
[    1.272027] dwmmc_rockchip ff0d0000.rksdmmc: 1 slots initialized
[    1.272337] leds-gpio leds.33: pins are not configured from the driver
[    1.272580] hidraw: raw HID events driver (C) Jiri Kosina
[    1.274102] usbcore: registered new interface driver usbhid
[    1.274112] usbhid: USB HID core driver
[    1.274232] ashmem: initialized
[    1.274349] logger: created 256K log 'log_main'
[    1.274445] logger: created 256K log 'log_events'
[    1.274538] logger: created 256K log 'log_radio'
[    1.274637] logger: created 256K log 'log_system'
[    1.275746] input: rk29-keypad as /devices/ff100000.adc/key.36/input/input1
[    1.276601] rockchip-pinctrl ff770000.pinctrl: pin gpio6-8 already requested by ff890000.rockchip-i2s; cannot claim for 2-0010
[    1.276619] rockchip-pinctrl ff770000.pinctrl: pin-200 (2-0010) status -22
[    1.276631] rockchip-pinctrl ff770000.pinctrl: could not request pin 200 on device rockchip-pinctrl
[    1.276643] ES8323 2-0010: Error applying setting, reverse things back
[    1.276695] jp es8323_line_det_gpio:-1
[    1.276946] es8323 probe i2c recv ok
[    1.277912] rockchip-spdif ff880000.rockchip-spdif: spdif ready.
[    1.278523] es8323_probe
[    1.911941] ES8323 2-0010: ASoC: no dapm match for LINPUT1 --> NULL --> Left Line Mux
[    1.911955] ES8323 2-0010: ASoC: Failed to add route LINPUT1 -> NULL -> Left Line Mux
[    1.911965] ES8323 2-0010: ASoC: no dapm match for LINPUT2 --> NULL --> Left Line Mux
[    1.911974] ES8323 2-0010: ASoC: Failed to add route LINPUT2 -> NULL -> Left Line Mux
[    1.911983] ES8323 2-0010: ASoC: no dapm match for Left PGA Mux --> NULL --> Left Line Mux
[    1.911992] ES8323 2-0010: ASoC: Failed to add route Left PGA Mux -> NULL -> Left Line Mux
[    1.912002] ES8323 2-0010: ASoC: no dapm match for RINPUT1 --> NULL --> Right Line Mux
[    1.912010] ES8323 2-0010: ASoC: Failed to add route RINPUT1 -> NULL -> Right Line Mux
[    1.912019] ES8323 2-0010: ASoC: no dapm match for RINPUT2 --> NULL --> Right Line Mux
[    1.912026] ES8323 2-0010: ASoC: Failed to add route RINPUT2 -> NULL -> Right Line Mux
[    1.912035] ES8323 2-0010: ASoC: no dapm match for Right PGA Mux --> NULL --> Right Line Mux
[    1.912043] ES8323 2-0010: ASoC: Failed to add route Right PGA Mux -> NULL -> Right Line Mux
[    1.912053] ES8323 2-0010: ASoC: no dapm match for LINPUT1 --> LAMP --> Left PGA Mux
[    1.912060] ES8323 2-0010: ASoC: Failed to add route LINPUT1 -> LAMP -> Left PGA Mux
[    1.912069] ES8323 2-0010: ASoC: no dapm match for LINPUT2 --> LAMP --> Left PGA Mux
[    1.912076] ES8323 2-0010: ASoC: Failed to add route LINPUT2 -> LAMP -> Left PGA Mux
[    1.912085] ES8323 2-0010: ASoC: no dapm match for Differential Mux --> LAMP --> Left PGA Mux
[    1.912093] ES8323 2-0010: ASoC: Failed to add route Differential Mux -> LAMP -> Left PGA Mux
[    1.912103] ES8323 2-0010: ASoC: no dapm match for RINPUT1 --> RAMP --> Right PGA Mux
[    1.912111] ES8323 2-0010: ASoC: Failed to add route RINPUT1 -> RAMP -> Right PGA Mux
[    1.912120] ES8323 2-0010: ASoC: no dapm match for RINPUT2 --> RAMP --> Right PGA Mux
[    1.912128] ES8323 2-0010: ASoC: Failed to add route RINPUT2 -> RAMP -> Right PGA Mux
[    1.912136] ES8323 2-0010: ASoC: no dapm match for Differential Mux --> RAMP --> Right PGA Mux
[    1.912145] ES8323 2-0010: ASoC: Failed to add route Differential Mux -> RAMP -> Right PGA Mux
[    1.912154] ES8323 2-0010: ASoC: no dapm match for LINPUT1 --> LAMP --> Differential Mux
[    1.912161] ES8323 2-0010: ASoC: Failed to add route LINPUT1 -> LAMP -> Differential Mux
[    1.912170] ES8323 2-0010: ASoC: no dapm match for RINPUT1 --> RAMP --> Differential Mux
[    1.912178] ES8323 2-0010: ASoC: Failed to add route RINPUT1 -> RAMP -> Differential Mux
[    1.912186] ES8323 2-0010: ASoC: no dapm match for LINPUT2 --> LAMP --> Differential Mux
[    1.912193] ES8323 2-0010: ASoC: Failed to add route LINPUT2 -> LAMP -> Differential Mux
[    1.912202] ES8323 2-0010: ASoC: no dapm match for RINPUT2 --> RAMP --> Differential Mux
[    1.912210] ES8323 2-0010: ASoC: Failed to add route RINPUT2 -> RAMP -> Differential Mux
[    1.912229] ES8323 2-0010: ASoC: no dapm match for LINPUT1 --> LAMP --> Left Line Mux
[    1.912237] ES8323 2-0010: ASoC: Failed to add route LINPUT1 -> LAMP -> Left Line Mux
[    1.912246] ES8323 2-0010: ASoC: no dapm match for LINPUT2 --> LAMP --> Left Line Mux
[    1.912257] ES8323 2-0010: ASoC: Failed to add route LINPUT2 -> LAMP -> Left Line Mux
[    1.912273] ES8323 2-0010: ASoC: no dapm match for Left PGA Mux --> LAMP --> Left Line Mux
[    1.912281] ES8323 2-0010: ASoC: Failed to add route Left PGA Mux -> LAMP -> Left Line Mux
[    1.912291] ES8323 2-0010: ASoC: no dapm match for RINPUT1 --> RAMP --> Right Line Mux
[    1.912299] ES8323 2-0010: ASoC: Failed to add route RINPUT1 -> RAMP -> Right Line Mux
[    1.912308] ES8323 2-0010: ASoC: no dapm match for RINPUT2 --> RAMP --> Right Line Mux
[    1.912316] ES8323 2-0010: ASoC: Failed to add route RINPUT2 -> RAMP -> Right Line Mux
[    1.912325] ES8323 2-0010: ASoC: no dapm match for Right PGA Mux --> RAMP --> Right Line Mux
[    1.912334] ES8323 2-0010: ASoC: Failed to add route Right PGA Mux -> RAMP -> Right Line Mux
[    1.912473] ES8323 2-0010: ASoC: mux Right Line Mux has no paths
[    1.912486] ES8323 2-0010: ASoC: mux Left Line Mux has no paths
[    1.912497] ES8323 2-0010: ASoC: mux Right PGA Mux has no paths
[    1.912523] ES8323 2-0010: ASoC: mux Left PGA Mux has no paths
[    1.912544] ES8323 2-0010: ASoC: mux Differential Mux has no paths
[    1.918864] rockchip-es8323 rockchip-es8323.31:  ES8323 HiFi <-> ff890000.rockchip-i2s mapping ok
[    1.919246] input: RK_ES8323 Headphone Jack as /devices/rockchip-es8323.31/sound/card0/input2
[    1.919696] u32 classifier
[    1.919704]     Actions configured
[    1.919715] Netfilter messages via NETLINK v0.30.
[    1.919767] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    1.920049] ctnetlink v0.93: registering with nfnetlink.
[    1.920109] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[    1.920116] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[    1.920344] xt_time: kernel timezone is -0000
[    1.920512] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.920625] arp_tables: (C) 2002 David S. Miller
[    1.920660] TCP: cubic registered
[    1.920667] Initializing XFRM netlink socket
[    1.920839] NET: Registered protocol family 10
[    1.921279] mip6: Mobile IPv6
[    1.921304] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    1.921432] sit: IPv6 over IPv4 tunneling driver
[    1.921726] NET: Registered protocol family 17
[    1.921750] NET: Registered protocol family 15
[    1.921797] Bridge firewalling registered
[    1.921807] Ebtables v2.0 registered
[    1.921944] Bluetooth: RFCOMM TTY layer initialized
[    1.921968] Bluetooth: RFCOMM socket layer initialized
[    1.921975] Bluetooth: RFCOMM ver 1.11
[    1.921981] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    1.921987] Bluetooth: BNEP filters: protocol multicast
[    1.921998] Bluetooth: BNEP socket layer initialized
[    1.922004] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    1.922014] Bluetooth: HIDP socket layer initialized
[    1.922045] l2tp_core: L2TP core driver, V2.0
[    1.922058] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[    1.922065] [WLAN_RFKILL]: Enter rfkill_wlan_init
[    1.922266] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[    1.922275] [WLAN_RFKILL]: can't find rockchip,grf property
[    1.922283] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = bcmwifi
[    1.922291] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[    1.922299] [WLAN_RFKILL]: wlan_platdata_parse_dt: disable wifi io reference voltage control.
[    1.922307] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
[    1.922325] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,poweren_gpio = 156, flags = 0.
[    1.922344] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,host_wake_irq = 158, flags = 0.
[    1.922352] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[    1.922379] [WLAN_RFKILL]: rockchip_wifi_voltage_select: wifi & sdio reference voltage: 1.8V
[    1.922389] [WLAN_RFKILL]: Exit rfkill_wlan_probe
[    1.922426] [BT_RFKILL]: Enter rfkill_rk_init
[    1.922557] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 147.
[    1.922572] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,power_gpio = 155.
[    1.922585] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 157.
[    1.922598] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 154.
[    1.922610] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 159.
[    1.922655] [BT_RFKILL]: Request irq for bt wakeup host
[    1.922755] [BT_RFKILL]: ** disable irq
[    1.922829] [BT_RFKILL]: ap6335 device registered.
[    1.923463] rk3288_init_suspend
[    1.923476] rk3288_suspend_init enter
[    1.923677] rk3288_suspend_init: pm_ctrbits =200007
[    1.923707] gpio_get_dts_info suspend:4
[    1.923714] gpio_get_dts_info resume:4
[    1.923720] rockchip,pmic-suspend_gpios:14007a10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
[    1.923746] rockchip,pmic-resume_gpios:2007a11 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
[    1.923874] clks_gating_suspend_init:clkgt info ok
[    1.923960] Registering SWP/SWPB emulation handler
[    1.923971] rockchip_uboot_mem_late_init: Freeing uboot logo memory: 0x02000000@0x7dc00000
[    1.926476] ddrfreq: verion 1.2 20140526
[    1.926488] ddrfreq: normal 528MHz video_1080p 0MHz video_4k 456MHz dualview 0MHz idle 0MHz suspend 200MHz reboot 528MHz
[    1.926496] ddrfreq: auto-freq=0
[    1.926501] ddrfreq: auto-freq-table[0] 240MHz
[    1.926507] ddrfreq: auto-freq-table[1] 324MHz
[    1.926513] ddrfreq: auto-freq-table[2] 456MHz
[    1.926518] ddrfreq: auto-freq-table[3] 528MHz
[    1.934609] act_ldo3: operation not allowed
[    1.934618] vga_edid_probe: turn on ldo3 done.
[    1.934888] act_ldo4: operation not allowed
[    1.934894] vga_edid_probe: turn on ldo done.
[    1.935136] act_ldo2: operation not allowed
[    1.935142] vga_edid_probe: turn on ldo2 done.
[    1.935384] act_ldo8: operation not allowed
[    1.935390] vga_edid_probe: turn on ldo done.
[    1.940500] unable to read EDID block.
[    1.975113] unable to read EDID block.
[    2.009720] unable to read EDID block.
[    2.009731] vga-ddc: read and parse edid failed errno:-5.
[    2.009736] vga_edid_probe: success. 10
[    2.009851] firefly_vga_get_enable 180, 0
[    2.009858] firefly_vga_get_status 186
[    2.009863] firefly_vga_set_enable 159 enable:1
[    2.009881] firefly_vga_enable 130 start
[    2.009889] firefly_switch_fb 55
[    2.009897] switch:en=1,lcdc_id=0,screen type=1,cur type=8
[    2.009916] regulator-dummy: disabling
[    2.010011] rk3288-lcdc lcdc0: lcdc0: dclk:148500000>>fps:60
[    2.010051] VGA ENABLE
[    2.010257] =======================================================
[    2.010264] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[    2.010270] =======================================================
[    2.010276]  WiFi driver (Powered by Rockchip,Ver 5.10.WFD.OOB.64bit) init.
[    2.010322] dhd_module_init: in
[    2.010328] ======== bcm_wlan_set_plat_data ========
[    2.010334] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: Enter
[    2.010354] host_oob_irq: 196
[    2.010358] host_oob_irq_flags=4
[    2.010363] dhd_wifi_platform_load: Enter
[    2.010376] pcd_pullup, is_on 0
[    2.010379] Power-up adapter 'DHD generic adapter'
[    2.010409] wifi_platform_set_power = 1
[    2.010414] ======== PULL WL_REG_ON HIGH! ========
[    2.010420] [WLAN_RFKILL]: rockchip_wifi_power: 1
[    2.010424] file system registered
[    2.010430] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: 1
[    2.010436] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: wifi io reference voltage control is disabled.
[    2.010926] android_usb gadget: Mass Storage Function, version: 2009/09/11
[    2.010935] android_usb gadget: Number of LUNs=2
[    2.010942]  lun0: LUN: removable file: (no medium)
[    2.010947]  lun1: LUN: removable file: (no medium)
[    2.011077] android_usb gadget: android_usb ready
[    2.011155] sensor_init: Probe name sensors
[    2.011170] sensor-dev.c v1.4 add angle calculation support between two gsensors 2013-09-01
[    2.011697] rtc_hym8563 0-0051: setting system clock to 2011-01-01 12:00:01 UTC (1293883201)
[    2.017773] rockchip-spdif-card rockchip-spdif-card.29:  rk-hdmi-spdif-hifi <-> ff880000.rockchip-spdif mapping ok
[    2.018997] ret 1024
[    2.019350] usbcore: registered new interface driver snd-usb-audio
[    2.019365] ALSA device list:
[    2.019371]   #0: RK_ES8323
[    2.019375]   #1: RK-SPDIF-CARD
[    2.019736] Freeing unused kernel memory: 356K (c0bb9000 - c0c12000)
[    2.118213] [WLAN_RFKILL]: wifi turn on power. 156
[    2.190073] type=1403 audit(1293883201.670:2): policy loaded auid=4294967295 ses=4294967295
[    2.218101] init: invalid gid 'trace'
[    2.324865] wifi_platform_bus_enumerate device present 1
[    2.324883] ======== Card detection to detect SDIO card! ========
[    2.324896] mmc2:mmc host rescan start!
[    2.326536] init: /dev/hw_random not found
[    2.326593] keychord: using input dev ff680000.pwm for fevent
[    2.326608] keychord: using input dev rk29-keypad for fevent
[    2.331570] init: /dev/hw_random not found
[    2.332508] fs_mgr: Running /sbin/resize2fs on /dev/block/platform/ff0f0000.rksdmmc/by-name/system
[    2.333283] resize2fs: resize2fs 1.42.9 (28-Dec-2013)resize2fs: The filesystem is already 393216 blocks long.  Nothing to do!resize2fs:
[    2.335848] EXT4-fs (mmcblk0p10): Ignoring removed nomblk_io_submit option
[    2.343168] EXT4-fs (mmcblk0p10): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
[    2.343256] fs_mgr: check_fs(): mount(/dev/block/platform/ff0f0000.rksdmmc/by-name/system,/system,ext4)=0
[    2.345602] fs_mgr: Running /sbin/e2fsck on /dev/block/platform/ff0f0000.rksdmmc/by-name/system
[    2.350533] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
[    2.350579] e2fsck: system: clean, 1892/85440 files, 116328/393216 blocks
[    2.354255] EXT4-fs (mmcblk0p10): mounted filesystem with ordered data mode. Opts: noauto_da_alloc
[    2.354325] fs_mgr: __mount(source=/dev/block/platform/ff0f0000.rksdmmc/by-name/system,target=/system,type=ext4)=0
[    2.361245] EXT4-fs (mmcblk0p8): recovery complete
[    2.361615] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard
[    2.361673] fs_mgr: __mount(source=/dev/block/platform/ff0f0000.rksdmmc/by-name/cache,target=/cache,type=ext4)=0
[    2.362014] EXT4-fs (mmcblk0p11): Ignoring removed nomblk_io_submit option
[    2.365574] EXT4-fs (mmcblk0p11): recovery complete
[    2.365593] EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
[    2.365649] fs_mgr: check_fs(): mount(/dev/block/platform/ff0f0000.rksdmmc/by-name/metadata,/metadata,ext4)=0
[    2.366347] fs_mgr: Running /sbin/e2fsck on /dev/block/platform/ff0f0000.rksdmmc/by-name/metadata
[    2.370603] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
[    2.370638] e2fsck: /dev/block/platform/ff0f0000.rksdmmc/by-name/metadata: clean, 11/1024 files, 1102/4096 blocks
[    2.374636] EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard
[    2.374705] fs_mgr: __mount(source=/dev/block/platform/ff0f0000.rksdmmc/by-name/metadata,target=/metadata,type=ext4)=0
[    2.374748] fs_mgr: Running /system/bin/fsck.f2fs -f /dev/block/platform/ff0f0000.rksdmmc/by-name/userdata
[    2.375599] fsck.f2fs: executing /system/bin/fsck.f2fs failed: No such file or directory
[    2.375636] fsck.f2fs: fsck.f2fs terminated by exit(255)
[    2.375876] fs_mgr: __mount(source=/dev/block/platform/ff0f0000.rksdmmc/by-name/userdata,target=/data,type=f2fs)=-1
[    2.376214] EXT4-fs (mmcblk0p13): Ignoring removed nomblk_io_submit option
[    2.439164] EXT4-fs (mmcblk0p13): recovery complete
[    2.439545] EXT4-fs (mmcblk0p13): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
[    2.439625] fs_mgr: check_fs(): mount(/dev/block/platform/ff0f0000.rksdmmc/by-name/userdata,/data,ext4)=0
[    2.441276] fs_mgr: Running /sbin/e2fsck on /dev/block/platform/ff0f0000.rksdmmc/by-name/userdata
[    2.445983] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
[    2.446021] e2fsck: /dev/block/platform/ff0f0000.rksdmmc/by-name/userdata: clean, 684/65536 files, 31216/262144 blocks
[    2.449949] EXT4-fs (mmcblk0p13): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard,errors=panic
[    2.450011] fs_mgr: __mount(source=/dev/block/platform/ff0f0000.rksdmmc/by-name/userdata,target=/data,type=ext4)=0
[    2.450033] fs_mgr: mount_with_alternatives(): Mounted /dev/block/platform/ff0f0000.rksdmmc/by-name/userdata on /data with fs_type=ext4 instead of f2fs
[    2.464278] arm_release_ver of this mali_ko is 'r6p0-02rel0', rk_ko_ver is '13', built at '09:15:10', on 'Oct 22 2015'.
[    2.464355] mali ffa30000.gpu: Continuing without Mali clock control
[    2.464395] mali pd enabled
[    2.464408] clk enabled
[    2.464421] MALI_DVFS_STEP = 4, div_dvfs = 10
[    2.464430] mali_dvfs_infotbl[0].clock=198000,min_threshold=0,max_threshold=70
[    2.464440] mali_dvfs_infotbl[1].clock=297000,min_threshold=70,max_threshold=80
[    2.464448] mali_dvfs_infotbl[2].clock=417000,min_threshold=80,max_threshold=90
[    2.464458] mali_dvfs_infotbl[3].clock=480000,min_threshold=94,max_threshold=100
[    2.464542] turn on mali power
[    2.464555] kbase_platform_rk_init,register_reboot_notifier
[    2.464596] hrtimer: interrupt took 12250 ns
[    2.464696] mali ffa30000.gpu: GPU identified as 0x0750 r1p0 status 0
[    2.466893] mali ffa30000.gpu: Probed as mali0
[    2.467891] rk29_ipp: version magic '3.0.8+ SMP preempt mod_unload ARMv7 ' should be '3.10.0 SMP preempt mod_unload ARMv7 p2v8 '
[    2.468509] rk29_ipp: version magic '3.0.36+ SMP preempt mod_unload ARMv7 ' should be '3.10.0 SMP preempt mod_unload ARMv7 p2v8 '
[    2.469083] rk29_ipp: version magic '3.0.101+ SMP preempt mod_unload ARMv7 ' should be '3.10.0 SMP preempt mod_unload ARMv7 p2v8 '
[    2.469819] zram0: detected capacity change from 0 to 533413888
[    2.516328] Adding 520908k swap on /dev/block/zram0.  Priority:-1 extents:1 across:520908k SS
[    2.541344] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out 800000Hz for init[mmc2]
[    2.545305] EXT4-fs (mmcblk0p13): Unrecognized mount option "background_gc=on" or missing value
[    2.552786] drmboot: module license 'unspecified' taints kernel.
[    2.552806] Disabling lock debugging due to kernel taint
[    2.553031] drm init, 20140910
[    2.553495] drm init ok
[    2.555064] bat_cap: oldcap path is /sys/devices/ff100000.adc
[    2.555114] bat_cap: oldcap_path no exist
[    2.555260] binder: 157:157 transaction failed 29189, size 0-0
[    2.555950] init: Warning!  Service displayd needs a SELinux domain defined; please fix!
[    2.559868] init: property 'ro.serialno' doesn't exist while expanding '${ro.serialno}'
[    2.559893] init: cannot expand '${ro.serialno}' while writing to '/sys/class/android_usb/android0/iSerial'
[    2.560152] init: using deprecated syntax for specifying property 'ro.product.usbfactory', use ${name} instead
[    2.560712] rtk_btusb: btchr_open: BT usb char device is opening
[    2.560731] rtk_btusb: btchr_open: Failed to get hci dev[NULL]
[    2.560751] rtk_btusb: btchr_open: BT usb char device is opening
[    2.560763] rtk_btusb: btchr_open: Failed to get hci dev[NULL]
[    2.560817] rtk_btusb: btchr_open: BT usb char device is opening
[    2.560831] rtk_btusb: btchr_open: Failed to get hci dev[NULL]
[    2.560851] rtk_btusb: btchr_open: BT usb char device is opening
[    2.560861] rtk_btusb: btchr_open: Failed to get hci dev[NULL]
[    2.576192] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
[    2.577723] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.579286] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.582042] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
[    2.585450] mmc2: queuing unknown CIS tuple 0x81 (9 bytes)
[    2.586483] init: cannot find '/system/bin/debuggerd64', disabling 'debuggerd64'
[    2.588405] init: cannot find '/system/bin/install-recovery.sh', disabling 'flash_recovery'
[    2.588818] init: cannot find '/system/bin/bplus_helper', disabling 'bplus_helper'
[    2.589025] init: Warning!  Service drmservice needs a SELinux domain defined; please fix!
[    2.592747] init: Warning!  Service daemonsu needs a SELinux domain defined; please fix!
[    2.593002] init: cannot find '/system/bin/akmd', disabling 'akmd'
[    2.636077] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[    2.636103] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out normal clock [mmc2]
[    2.636167] rk_sdmmc: BOOT Bus speed=50000000Hz,Bus width=4bits.[mmc2]
[    2.637989] mmc2: queuing unknown CIS tuple 0x91 (3 bytes)
[    2.638014] mmc2: new high speed SDIO card at address 0001
[    2.654201] bcmsdh_register: register client driver
[    2.654299] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[    2.654367] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[    2.654375] bus num (host idx)=2, slot num (rca)=1
[    2.654382] found adapter info 'DHD generic adapter'
[    2.654641] F1 signature read @0x18000000=0x15264345
[    2.656696] F1 signature OK, socitype:0x1 chip:0x4345 rev:0x6 pkg:0x2
[    2.657101] DHD: dongle ram size is set to 819200(orig 819200) at 0x198000
[    2.657149] wifi_platform_get_mac_addr
[    2.657155] ======== bcm_wlan_get_mac_address ========
[    2.657162] [WLAN_RFKILL]: rockchip_wifi_mac_addr: enter.
[    2.657170] [WLAN_RFKILL]: falsh wifi_custom_mac_addr=[00:00:00:00:00:00]
[    2.657177] [WLAN_RFKILL]: This mac address is not valid, ignored...
[    2.657187] dhd_conf_set_chiprev: chip=0x4345, chiprev=6
[    2.657228] dhd_conf_set_conf_path_by_nv_path: config_path=/system/etc/firmware/config.txt
[    2.657742] wl_create_event_handler(): thread:wl_event_handler:ae started
[    2.657747] tsk Enter, tsk = 0xdd78149c
[    2.657868] dhd_attach(): thread:dhd_watchdog_thread:af started
[    2.658281] dhd_attach(): thread:dhd_dpc:b0 started
[    2.658332] dhd_dpc_thread: set dpc_cpucore 0 from config.txt
[    2.658357] dhd_attach(): thread:dhd_rxf:b1 started
[    2.658369] dhd_deferred_work_init: work queue initialized
[    2.658487] dhdsdio_probe_init: set use_rxchain 1 from config.txt
[    2.665235] Dongle Host Driver, version 1.201.59.5 (r506368)
[    2.665235] Compiled in drivers/net/wireless/bcmdhd on Mar  9 2018 at 17:27:47
[    2.665558] Register interface [wlan0]  MAC: cc:b8:a8:bf:6d:d0
[    2.665558]
[    2.665570] dhd_prot_ioctl : bus is down. we have nothing to do
[    2.665600] bcmsdh_oob_intr_unregister: Enter
[    2.665606] bcmsdh_oob_intr_unregister: irq is not registered
[    2.665615] dhd_txglom_enable: enable 0
[    2.665621] dhd_bus_devreset:  WLAN OFF DONE
[    2.665656] wifi_platform_set_power = 0
[    2.665662] ======== PULL WL_REG_ON LOW! ========
[    2.665669] [WLAN_RFKILL]: rockchip_wifi_power: 0
[    2.767659] [WLAN_RFKILL]: wifi shut off power.
[    2.767671] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: 0
[    2.767678] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: wifi io reference voltage control is disabled.
[    2.767729] dhd_module_init: Exit err=0
[    2.868071] RKNAND_GET_SN_SECTOR
[    2.868084] return ret = 0
[    2.892546] logd.auditd: start
[    2.993978] EHCI: rk_ehci_hcd_enable, disable host controller
[    3.016610] firefly_vga_get_enable 180, 1
[    3.016704] firefly_vga_get_status 186
[    3.017286] firefly_vga_set_mode 203
[    3.062854] dwc_otg_hcd_enable, enable host controller
[    3.111287] type=1400 audit(1293883202.600:3): avc: denied { setattr } for pid=236 comm="chmod" name="vmdrm0" dev="tmpfs" ino=5371 scontext=u:r:rild:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
[    3.111414] type=1400 audit(1293883202.600:4): avc: denied { fsetid } for pid=236 comm="chmod" capability=4 scontext=u:r:rild:s0 tcontext=u:r:rild:s0 tclass=capability permissive=1
[    3.111481] type=1400 audit(1293883202.600:5): avc: denied { read write } for pid=166 comm="rild" name="vmdrm0" dev="tmpfs" ino=5371 scontext=u:r:rild:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
[    3.111595] type=1400 audit(1293883202.600:6): avc: denied { open } for pid=166 comm="rild" path="/dev/vmdrm0" dev="tmpfs" ino=5371 scontext=u:r:rild:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
[    3.111727] type=1400 audit(1293883202.600:7): avc: denied { ioctl } for pid=166 comm="rild" path="/dev/vmdrm0" dev="tmpfs" ino=5371 ioctlcmd=b503 scontext=u:r:rild:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
[    3.114551] RKNAND_GET_DRM_KEY
[    3.114565] return ret = 0
[    3.172823] firefly_vga_set_enable 159 enable:1
[    3.172868] avc:  denied  { set } for property=telephony.lteOnCdmaDevice scontext=u:r:rild:s0 tcontext=u:object_r:default_prop:s0 tclass=property_service
[    3.173122] android_usb: already disabled
[    3.181495] read descriptors
[    3.181508] read strings
[    3.181523] mtp_bind_config
[    3.181548] pcd_pullup, is_on 1
[    3.225227] Using Buffer DMA mode
[    3.225238] Periodic Transfer Interrupt Enhancement - disabled
[    3.225244] Multiprocessor Interrupt Enhancement - disabled
[    3.225250] OTG VER PARAM: 0, OTG VER FLAG: 0
[    3.225255] ^^^^^^^^^^^^^^^^^^Host Mode
[    3.269578] Init: Power Port (0)
[    3.545522] healthd: No charger supplies found
[    3.545538] healthd: No battery devices found
[    3.639303] rk3288-lcdc lcdc0: blank mode:0
[    3.653766] Indeed it is in host mode hprt0 = 00021501
[    3.830417] usb 4-1: new high-speed USB device number 2 using usb20_host
[    3.830488] Indeed it is in host mode hprt0 = 00001101
[    4.027448] usb 4-1: New USB device found, idVendor=1a40, idProduct=0101
[    4.027463] usb 4-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    4.027471] usb 4-1: Product: USB 2.0 Hub [MTT]
[    4.028045] hub 4-1:1.0: USB hub found
[    4.028105] hub 4-1:1.0: 4 ports detected
[    5.220366] warning: `system_server' uses 32-bit capabilities (legacy support in use)
[    6.296857] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[    6.296869] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[    6.296877] D1:camsys_open(739): camsys_marvin(dddb8b10) is opened!
[    6.296960] D1:camsys_extdev_register(243): Get RK30_PIN2_PB6(78) gpio(active: 0) for dev_id 0x2000000 success!
[    6.296972] D1:camsys_extdev_register(243): Get RK30_PIN2_PB7(79) gpio(active: 0) for dev_id 0x2000000 success!
[    6.296983] D1:camsys_extdev_register(243): Get RK30_PIN0_PB3(11) gpio(active: 1) for dev_id 0x2000000 success!
[    6.297000] D1:camsys_mrv_iomux_cb(90): marvin pinctrl select: isp_mipi_fl
[    6.297020] D1:camsys_extdev_register(268): Extdev(dev_id: 0x2000000  dev_name: OV13850) register success
[    6.302064] D1:camsys_mrv_clkin_cb(350): camsys_marvin clock(f: 210000000 Hz) in turn on
[    6.302075] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 1
[    6.302180] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 0
[    6.302208] D1:camsys_mrv_clkout_cb(392): camsys_marvin clock out(rate: 24000000Hz) turn on
[    6.303284] D1:camsys_sysctl_extdev(360): Sysctl 11 success, gpio(11) set 1
[    6.304346] D1:camsys_sysctl_extdev(364): Sysctl 8 success, gpio(79) set 1
[    6.305410] D1:camsys_sysctl_extdev(364): Sysctl 7 success, gpio(78) set 1
[    6.308660] E:camsys_i2c_write(78): i2c write dev(addr:0x20) failed!
[    6.309907] E:camsys_i2c_write(78): i2c write dev(addr:0x6c) failed!
[    6.309997] D1:camsys_sysctl_extdev(360): Sysctl 7 success, gpio(78) set 0
[    6.310015] D1:camsys_sysctl_extdev(360): Sysctl 8 success, gpio(79) set 0
[    6.310027] D1:camsys_sysctl_extdev(364): Sysctl 11 success, gpio(11) set 0
[    6.311128] D1:camsys_mrv_clkin_cb(374): camsys_marvin clock in turn off
[    6.311160] D1:camsys_mrv_clkout_cb(404): camsys_marvin clock out turn off
[    6.313253] D1:camsys_extdev_deregister(331): Extdev(dev_id: 0x2000000) is deregister success
[    6.313273] D1:camsys_irq_disconnect(664): All thread disconnect camsys_marvin irq success!
[    6.313286] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[    6.313295] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[    6.313303] D1:camsys_release(763): camsys_marvin(dddb8b10) is closed
[    6.322020] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[    6.322032] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[    6.322040] D1:camsys_open(739): camsys_marvin(dddb8b10) is opened!
[    6.322131] D1:camsys_extdev_register(243): Get RK30_PIN3_PB4(108) gpio(active: 1) for dev_id 0x4000000 success!
[    6.322143] D1:camsys_extdev_register(243): Get RK30_PIN2_PB7(79) gpio(active: 0) for dev_id 0x4000000 success!
[    6.322154] D1:camsys_extdev_register(243): Get RK30_PIN0_PB3(11) gpio(active: 1) for dev_id 0x4000000 success!
[    6.322162] D1:camsys_mrv_iomux_cb(90): marvin pinctrl select: isp_dvp10bit
[    6.322254] D1:camsys_extdev_register(268): Extdev(dev_id: 0x4000000  dev_name: OV5640) register success
[    6.327289] D1:camsys_mrv_clkin_cb(350): camsys_marvin clock(f: 210000000 Hz) in turn on
[    6.327297] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 1
[    6.327401] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 0
[    6.327426] D1:camsys_mrv_clkout_cb(392): camsys_marvin clock out(rate: 24000000Hz) turn on
[    6.328488] D1:camsys_sysctl_extdev(360): Sysctl 11 success, gpio(11) set 1
[    6.329546] D1:camsys_sysctl_extdev(364): Sysctl 8 success, gpio(79) set 1
[    6.330604] D1:camsys_sysctl_extdev(364): Sysctl 7 success, gpio(108) set 0
[    6.333838] E:camsys_i2c_write(78): i2c write dev(addr:0x78) failed!
[    6.333904] D1:camsys_sysctl_extdev(360): Sysctl 7 success, gpio(108) set 1
[    6.333919] D1:camsys_sysctl_extdev(360): Sysctl 8 success, gpio(79) set 0
[    6.333931] D1:camsys_sysctl_extdev(364): Sysctl 11 success, gpio(11) set 0
[    6.335011] D1:camsys_mrv_clkin_cb(374): camsys_marvin clock in turn off
[    6.335037] D1:camsys_mrv_clkout_cb(404): camsys_marvin clock out turn off
[    6.337086] D1:camsys_extdev_deregister(331): Extdev(dev_id: 0x4000000) is deregister success
[    6.337099] D1:camsys_irq_disconnect(664): All thread disconnect camsys_marvin irq success!
[    6.337108] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[    6.337114] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[    6.337121] D1:camsys_release(763): camsys_marvin(dddb8b10) is closed
[    6.341036] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[    6.341046] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[    6.341053] D1:camsys_open(739): camsys_marvin(dddb8b10) is opened!
[    6.341125] D1:camsys_mrv_iomux_cb(90): marvin pinctrl select: default
[    6.341149] D1:camsys_extdev_register(268): Extdev(dev_id: 0x1000000  dev_name: TC358749XBG) register success
[    6.346177] D1:camsys_mrv_clkin_cb(350): camsys_marvin clock(f: 210000000 Hz) in turn on
[    6.346185] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 1
[    6.346290] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 0
[    6.346313] D1:camsys_mrv_clkout_cb(392): camsys_marvin clock out(rate: 27000000Hz) turn on
[    6.347368] E:camsys_sysctl_extdev(367): Sysctl 11 failed, because gpio is NULL!
[    6.348420] E:camsys_sysctl_extdev(367): Sysctl 8 failed, because gpio is NULL!
[    6.349477] E:camsys_sysctl_extdev(367): Sysctl 7 failed, because gpio is NULL!
[    6.352994] E:camsys_i2c_write(78): i2c write dev(addr:0x1f) failed!
[    6.354471] E:camsys_i2c_write(78): i2c write dev(addr:0xf) failed!
[    6.354546] E:camsys_sysctl_extdev(367): Sysctl 7 failed, because gpio is NULL!
[    6.354555] E:camsys_sysctl_extdev(367): Sysctl 8 failed, because gpio is NULL!
[    6.354562] E:camsys_sysctl_extdev(367): Sysctl 11 failed, because gpio is NULL!
[    6.355642] D1:camsys_mrv_clkin_cb(374): camsys_marvin clock in turn off
[    6.355667] D1:camsys_mrv_clkout_cb(404): camsys_marvin clock out turn off
[    6.357716] D1:camsys_extdev_deregister(331): Extdev(dev_id: 0x1000000) is deregister success
[    6.357730] D1:camsys_irq_disconnect(664): All thread disconnect camsys_marvin irq success!
[    6.357740] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[    6.357748] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[    6.357756] D1:camsys_release(763): camsys_marvin(dddb8b10) is closed
[    6.359398] type=1400 audit(1293883205.910:8): avc: denied { execute } for pid=503 comm="mediaserver" name="sh" dev="mmcblk0p10" ino=320 scontext=u:r:mediaserver:s0 tcontext=u:object_r:shell_exec:s0 tclass=file permissive=1
[    6.359599] type=1400 audit(1293883205.910:9): avc: denied { read open } for pid=503 comm="mediaserver" path="/system/bin/sh" dev="mmcblk0p10" ino=320 scontext=u:r:mediaserver:s0 tcontext=u:object_r:shell_exec:s0 tclass=file permissive=1
[    6.359691] type=1400 audit(1293883205.910:10): avc: denied { execute_no_trans } for pid=503 comm="mediaserver" path="/system/bin/sh" dev="mmcblk0p10" ino=320 scontext=u:r:mediaserver:s0 tcontext=u:object_r:shell_exec:s0 tclass=file permissive=1
[    6.361840] type=1400 audit(1293883205.910:11): avc: denied { getattr } for pid=503 comm="sh" path="/system/bin/toolbox" dev="mmcblk0p10" ino=335 scontext=u:r:mediaserver:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[    6.361960] type=1400 audit(1293883205.910:12): avc: denied { execute } for pid=503 comm="sh" name="toolbox" dev="mmcblk0p10" ino=335 scontext=u:r:mediaserver:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[    6.362048] type=1400 audit(1293883205.910:13): avc: denied { read open } for pid=503 comm="sh" path="/system/bin/toolbox" dev="mmcblk0p10" ino=335 scontext=u:r:mediaserver:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[    6.362124] type=1400 audit(1293883205.910:14): avc: denied { execute_no_trans } for pid=503 comm="sh" path="/system/bin/toolbox" dev="mmcblk0p10" ino=335 scontext=u:r:mediaserver:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[    7.926199] healthd: battery none chg=
[    8.098636] lowmemorykiller: lowmem_shrink: convert oom_adj to oom_score_adj:
[    8.098649] lowmemorykiller: oom_adj 0 => oom_score_adj 0
[    8.098655] lowmemorykiller: oom_adj 1 => oom_score_adj 58
[    8.098660] lowmemorykiller: oom_adj 2 => oom_score_adj 117
[    8.098665] lowmemorykiller: oom_adj 3 => oom_score_adj 176
[    8.098671] lowmemorykiller: oom_adj 9 => oom_score_adj 529
[    8.098676] lowmemorykiller: oom_adj 15 => oom_score_adj 1000
[    8.495329] acc_open
[    8.495350] acc_release
[    8.647334] phy_power_on: enable = 1
[    8.686729] Read the Ethernet MAC address from IDB:00:00:00:00:00:00
[    8.686757] eth0: device MAC address 7a:81:58:b8:a9:c5
[    8.690783] libphy: stmmac: probed
[    8.690793] eth0: PHY ID 001cc915 at 0 IRQ 0 (stmmac-0:00) active
[    8.690801] eth0: PHY ID 001cc915 at 1 IRQ 0 (stmmac-0:01) active
[    8.966881] [otg id chg] last id -1 current id 1
[    8.966899] PortPower off
[    8.966906] rk_battery_charger_detect_cb , battery_charger_detect 6
[    9.066994] Using Buffer DMA mode
[    9.067005] Periodic Transfer Interrupt Enhancement - disabled
[    9.067011] Multiprocessor Interrupt Enhancement - disabled
[    9.067017] OTG VER PARAM: 0, OTG VER FLAG: 0
[    9.067024] ^^^^^^^^^^^^^^^^^Device Mode
[    9.164113] es8323_mic_state_ctrl read: 0
[    9.164124] mic_state_switch 0
[    9.164130] hp_det = 0,insert hp
[    9.164135] hp mic use intern
[    9.557272] ***************vbus detect*****************
[    9.559458] rk_battery_charger_detect_cb , battery_charger_detect 1
[    9.615586] pm policy 0 -> 1
[    9.755709] Using Buffer DMA mode
[    9.755720] Periodic Transfer Interrupt Enhancement - disabled
[    9.755726] Multiprocessor Interrupt Enhancement - disabled
[    9.755732] OTG VER PARAM: 0, OTG VER FLAG: 0
[    9.755738] ^^^^^^^^^^^^^^^^^Device Mode
[    9.755777] *******************soft connect!!!*******************
[    9.861161] USB RESET
[    9.911067] android_work: sent uevent USB_STATE=CONNECTED
[    9.945514] android_usb gadget: high-speed config #1: android
[    9.945653] android_work: sent uevent USB_STATE=CONFIGURED
[   11.100193] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[   11.100212] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[   11.100221] D1:camsys_open(739): camsys_marvin(dddb8b10) is opened!
[   11.100293] D1:camsys_extdev_register(243): Get RK30_PIN2_PB6(78) gpio(active: 0) for dev_id 0x2000000 success!
[   11.100306] D1:camsys_extdev_register(243): Get RK30_PIN2_PB7(79) gpio(active: 0) for dev_id 0x2000000 success!
[   11.100317] D1:camsys_extdev_register(243): Get RK30_PIN0_PB3(11) gpio(active: 1) for dev_id 0x2000000 success!
[   11.100333] D1:camsys_mrv_iomux_cb(90): marvin pinctrl select: isp_mipi_fl
[   11.100354] D1:camsys_extdev_register(268): Extdev(dev_id: 0x2000000  dev_name: OV13850) register success
[   11.105394] D1:camsys_mrv_clkin_cb(350): camsys_marvin clock(f: 210000000 Hz) in turn on
[   11.105405] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 1
[   11.105511] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 0
[   11.105538] D1:camsys_mrv_clkout_cb(392): camsys_marvin clock out(rate: 24000000Hz) turn on
[   11.106601] D1:camsys_sysctl_extdev(360): Sysctl 11 success, gpio(11) set 1
[   11.107657] D1:camsys_sysctl_extdev(364): Sysctl 8 success, gpio(79) set 1
[   11.108712] D1:camsys_sysctl_extdev(364): Sysctl 7 success, gpio(78) set 1
[   11.111935] E:camsys_i2c_write(78): i2c write dev(addr:0x20) failed!
[   11.113145] E:camsys_i2c_write(78): i2c write dev(addr:0x6c) failed!
[   11.113209] D1:camsys_sysctl_extdev(360): Sysctl 7 success, gpio(78) set 0
[   11.113221] D1:camsys_sysctl_extdev(360): Sysctl 8 success, gpio(79) set 0
[   11.113231] D1:camsys_sysctl_extdev(364): Sysctl 11 success, gpio(11) set 0
[   11.114304] D1:camsys_mrv_clkin_cb(374): camsys_marvin clock in turn off
[   11.114323] D1:camsys_mrv_clkout_cb(404): camsys_marvin clock out turn off
[   11.116367] D1:camsys_extdev_deregister(331): Extdev(dev_id: 0x2000000) is deregister success
[   11.116379] D1:camsys_irq_disconnect(664): All thread disconnect camsys_marvin irq success!
[   11.116388] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[   11.116394] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[   11.116401] D1:camsys_release(763): camsys_marvin(dddb8b10) is closed
[   11.117424] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[   11.117434] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[   11.117441] D1:camsys_open(739): camsys_marvin(dddb8b10) is opened!
[   11.117517] D1:camsys_extdev_register(243): Get RK30_PIN3_PB4(108) gpio(active: 1) for dev_id 0x4000000 success!
[   11.117530] D1:camsys_extdev_register(243): Get RK30_PIN2_PB7(79) gpio(active: 0) for dev_id 0x4000000 success!
[   11.117540] D1:camsys_extdev_register(243): Get RK30_PIN0_PB3(11) gpio(active: 1) for dev_id 0x4000000 success!
[   11.117549] D1:camsys_mrv_iomux_cb(90): marvin pinctrl select: isp_dvp10bit
[   11.117641] D1:camsys_extdev_register(268): Extdev(dev_id: 0x4000000  dev_name: OV5640) register success
[   11.122681] D1:camsys_mrv_clkin_cb(350): camsys_marvin clock(f: 210000000 Hz) in turn on
[   11.122693] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 1
[   11.122798] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 0
[   11.122825] D1:camsys_mrv_clkout_cb(392): camsys_marvin clock out(rate: 24000000Hz) turn on
[   11.123888] D1:camsys_sysctl_extdev(360): Sysctl 11 success, gpio(11) set 1
[   11.124943] D1:camsys_sysctl_extdev(364): Sysctl 8 success, gpio(79) set 1
[   11.125997] D1:camsys_sysctl_extdev(364): Sysctl 7 success, gpio(108) set 0
[   11.129207] E:camsys_i2c_write(78): i2c write dev(addr:0x78) failed!
[   11.129280] D1:camsys_sysctl_extdev(360): Sysctl 7 success, gpio(108) set 1
[   11.129293] D1:camsys_sysctl_extdev(360): Sysctl 8 success, gpio(79) set 0
[   11.129304] D1:camsys_sysctl_extdev(364): Sysctl 11 success, gpio(11) set 0
[   11.130383] D1:camsys_mrv_clkin_cb(374): camsys_marvin clock in turn off
[   11.130405] D1:camsys_mrv_clkout_cb(404): camsys_marvin clock out turn off
[   11.132454] D1:camsys_extdev_deregister(331): Extdev(dev_id: 0x4000000) is deregister success
[   11.132468] D1:camsys_irq_disconnect(664): All thread disconnect camsys_marvin irq success!
[   11.132477] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[   11.132484] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[   11.132490] D1:camsys_release(763): camsys_marvin(dddb8b10) is closed
[   11.133060] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[   11.133069] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[   11.133077] D1:camsys_open(739): camsys_marvin(dddb8b10) is opened!
[   11.133139] D1:camsys_mrv_iomux_cb(90): marvin pinctrl select: default
[   11.133161] D1:camsys_extdev_register(268): Extdev(dev_id: 0x1000000  dev_name: TC358749XBG) register success
[   11.138199] D1:camsys_mrv_clkin_cb(350): camsys_marvin clock(f: 210000000 Hz) in turn on
[   11.138212] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 1
[   11.138317] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 0
[   11.138342] D1:camsys_mrv_clkout_cb(392): camsys_marvin clock out(rate: 27000000Hz) turn on
[   11.139398] E:camsys_sysctl_extdev(367): Sysctl 11 failed, because gpio is NULL!
[   11.140409] E:camsys_sysctl_extdev(367): Sysctl 8 failed, because gpio is NULL!
[   11.141459] E:camsys_sysctl_extdev(367): Sysctl 7 failed, because gpio is NULL!
[   11.144960] E:camsys_i2c_write(78): i2c write dev(addr:0x1f) failed!
[   11.146429] E:camsys_i2c_write(78): i2c write dev(addr:0xf) failed!
[   11.146495] E:camsys_sysctl_extdev(367): Sysctl 7 failed, because gpio is NULL!
[   11.146504] E:camsys_sysctl_extdev(367): Sysctl 8 failed, because gpio is NULL!
[   11.146511] E:camsys_sysctl_extdev(367): Sysctl 11 failed, because gpio is NULL!
[   11.147588] D1:camsys_mrv_clkin_cb(374): camsys_marvin clock in turn off
[   11.147610] D1:camsys_mrv_clkout_cb(404): camsys_marvin clock out turn off
[   11.149650] D1:camsys_extdev_deregister(331): Extdev(dev_id: 0x1000000) is deregister success
[   11.149662] D1:camsys_irq_disconnect(664): All thread disconnect camsys_marvin irq success!
[   11.149671] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[   11.149678] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[   11.149685] D1:camsys_release(763): camsys_marvin(dddb8b10) is closed
[   11.154813] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[   11.154825] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[   11.154833] D1:camsys_open(739): camsys_marvin(dddb8b10) is opened!
[   11.154900] D1:camsys_extdev_register(243): Get RK30_PIN2_PB6(78) gpio(active: 0) for dev_id 0x2000000 success!
[   11.154912] D1:camsys_extdev_register(243): Get RK30_PIN2_PB7(79) gpio(active: 0) for dev_id 0x2000000 success!
[   11.154923] D1:camsys_extdev_register(243): Get RK30_PIN0_PB3(11) gpio(active: 1) for dev_id 0x2000000 success!
[   11.154939] D1:camsys_mrv_iomux_cb(90): marvin pinctrl select: isp_mipi_fl
[   11.154961] D1:camsys_extdev_register(268): Extdev(dev_id: 0x2000000  dev_name: OV13850) register success
[   11.160002] D1:camsys_mrv_clkin_cb(350): camsys_marvin clock(f: 210000000 Hz) in turn on
[   11.160012] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 1
[   11.160117] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 0
[   11.160143] D1:camsys_mrv_clkout_cb(392): camsys_marvin clock out(rate: 24000000Hz) turn on
[   11.161270] D1:camsys_sysctl_extdev(360): Sysctl 11 success, gpio(11) set 1
[   11.162334] D1:camsys_sysctl_extdev(364): Sysctl 8 success, gpio(79) set 1
[   11.163390] D1:camsys_sysctl_extdev(364): Sysctl 7 success, gpio(78) set 1
[   11.166618] E:camsys_i2c_write(78): i2c write dev(addr:0x20) failed!
[   11.167841] E:camsys_i2c_write(78): i2c write dev(addr:0x6c) failed!
[   11.167925] D1:camsys_sysctl_extdev(360): Sysctl 7 success, gpio(78) set 0
[   11.167938] D1:camsys_sysctl_extdev(360): Sysctl 8 success, gpio(79) set 0
[   11.167949] D1:camsys_sysctl_extdev(364): Sysctl 11 success, gpio(11) set 0
[   11.169040] D1:camsys_mrv_clkin_cb(374): camsys_marvin clock in turn off
[   11.169073] D1:camsys_mrv_clkout_cb(404): camsys_marvin clock out turn off
[   11.171137] D1:camsys_extdev_deregister(331): Extdev(dev_id: 0x2000000) is deregister success
[   11.171149] D1:camsys_irq_disconnect(664): All thread disconnect camsys_marvin irq success!
[   11.171158] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[   11.171165] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[   11.171171] D1:camsys_release(763): camsys_marvin(dddb8b10) is closed
[   11.172297] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[   11.172308] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[   11.172315] D1:camsys_open(739): camsys_marvin(dddb8b10) is opened!
[   11.172402] D1:camsys_extdev_register(243): Get RK30_PIN3_PB4(108) gpio(active: 1) for dev_id 0x4000000 success!
[   11.172414] D1:camsys_extdev_register(243): Get RK30_PIN2_PB7(79) gpio(active: 0) for dev_id 0x4000000 success!
[   11.172425] D1:camsys_extdev_register(243): Get RK30_PIN0_PB3(11) gpio(active: 1) for dev_id 0x4000000 success!
[   11.172434] D1:camsys_mrv_iomux_cb(90): marvin pinctrl select: isp_dvp10bit
[   11.172526] D1:camsys_extdev_register(268): Extdev(dev_id: 0x4000000  dev_name: OV5640) register success
[   11.177538] D1:camsys_mrv_clkin_cb(350): camsys_marvin clock(f: 210000000 Hz) in turn on
[   11.177548] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 1
[   11.177653] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 0
[   11.177677] D1:camsys_mrv_clkout_cb(392): camsys_marvin clock out(rate: 24000000Hz) turn on
[   11.178740] D1:camsys_sysctl_extdev(360): Sysctl 11 success, gpio(11) set 1
[   11.179797] D1:camsys_sysctl_extdev(364): Sysctl 8 success, gpio(79) set 1
[   11.180862] D1:camsys_sysctl_extdev(364): Sysctl 7 success, gpio(108) set 0
[   11.184167] E:camsys_i2c_write(78): i2c write dev(addr:0x78) failed!
[   11.184256] D1:camsys_sysctl_extdev(360): Sysctl 7 success, gpio(108) set 1
[   11.184270] D1:camsys_sysctl_extdev(360): Sysctl 8 success, gpio(79) set 0
[   11.184281] D1:camsys_sysctl_extdev(364): Sysctl 11 success, gpio(11) set 0
[   11.185358] D1:camsys_mrv_clkin_cb(374): camsys_marvin clock in turn off
[   11.185391] D1:camsys_mrv_clkout_cb(404): camsys_marvin clock out turn off
[   11.187438] D1:camsys_extdev_deregister(331): Extdev(dev_id: 0x4000000) is deregister success
[   11.187450] D1:camsys_irq_disconnect(664): All thread disconnect camsys_marvin irq success!
[   11.187460] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[   11.187466] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[   11.187473] D1:camsys_release(763): camsys_marvin(dddb8b10) is closed
[   11.188058] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[   11.188067] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[   11.188077] D1:camsys_open(739): camsys_marvin(dddb8b10) is opened!
[   11.188143] D1:camsys_mrv_iomux_cb(90): marvin pinctrl select: default
[   11.188167] D1:camsys_extdev_register(268): Extdev(dev_id: 0x1000000  dev_name: TC358749XBG) register success
[   11.193193] D1:camsys_mrv_clkin_cb(350): camsys_marvin clock(f: 210000000 Hz) in turn on
[   11.193202] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 1
[   11.193309] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 0
[   11.193328] D1:camsys_mrv_clkout_cb(392): camsys_marvin clock out(rate: 27000000Hz) turn on
[   11.194384] E:camsys_sysctl_extdev(367): Sysctl 11 failed, because gpio is NULL!
[   11.195441] E:camsys_sysctl_extdev(367): Sysctl 8 failed, because gpio is NULL!
[   11.196495] E:camsys_sysctl_extdev(367): Sysctl 7 failed, because gpio is NULL!
[   11.200005] E:camsys_i2c_write(78): i2c write dev(addr:0x1f) failed!
[   11.201499] E:camsys_i2c_write(78): i2c write dev(addr:0xf) failed!
[   11.201572] E:camsys_sysctl_extdev(367): Sysctl 7 failed, because gpio is NULL!
[   11.201581] E:camsys_sysctl_extdev(367): Sysctl 8 failed, because gpio is NULL!
[   11.201597] E:camsys_sysctl_extdev(367): Sysctl 11 failed, because gpio is NULL!
[   11.202683] D1:camsys_mrv_clkin_cb(374): camsys_marvin clock in turn off
[   11.202713] D1:camsys_mrv_clkout_cb(404): camsys_marvin clock out turn off
[   11.204755] D1:camsys_extdev_deregister(331): Extdev(dev_id: 0x1000000) is deregister success
[   11.204767] D1:camsys_irq_disconnect(664): All thread disconnect camsys_marvin irq success!
[   11.204776] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[   11.204784] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[   11.204791] D1:camsys_release(763): camsys_marvin(dddb8b10) is closed
[   12.931575] type=1400 audit(1293883212.580:15): avc: denied { entrypoint } for pid=1084 comm="init" path="/system/bin/usb_mode_switch.sh" dev="mmcblk0p10" ino=346 scontext=u:r:install_recovery:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
[   12.941264] force_usb_mode_store 0->0
[   12.941367] type=1400 audit(1293883212.590:16): avc: denied { write } for pid=1084 comm="usb_mode_switch" name="force_usb_mode" dev="sysfs" ino=14139 scontext=u:r:install_recovery:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1
[   14.018198] type=1400 audit(1293883213.690:17): avc: denied { write } for pid=1172 comm="vm" name="server" dev="tmpfs" ino=5452 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=sock_file permissive=1
[   14.018762] type=1400 audit(1293883213.690:18): avc: denied { sys_ptrace } for pid=1174 comm="vm" capability=19 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=capability permissive=1
[   14.029431] init: untracked pid 1174 exited with status 0
[   14.030049] type=1400 audit(1293883213.700:19): avc: denied { read write } for pid=1150 comm="chip.devicetest" name="vmdrm0" dev="tmpfs" ino=5371 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
[   14.030228] type=1400 audit(1293883213.700:20): avc: denied { open } for pid=1150 comm="chip.devicetest" path="/dev/vmdrm0" dev="tmpfs" ino=5371 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
[   14.030329] type=1400 audit(1293883213.700:21): avc: denied { ioctl } for pid=1150 comm="chip.devicetest" path="/dev/vmdrm0" dev="tmpfs" ino=5371 ioctlcmd=b503 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
[   14.044706] init: untracked pid 1183 exited with status 0
[   14.275134] type=1400 audit(1293883213.950:22): avc: denied { call } for pid=1186 comm="main" scontext=u:r:zygote:s0 tcontext=u:r:servicemanager:s0 tclass=binder permissive=1
[   14.280464] type=1400 audit(1293883213.950:23): avc: denied { search } for pid=159 comm="servicemanager" name="1186" dev="proc" ino=11307 scontext=u:r:servicemanager:s0 tcontext=u:r:zygote:s0 tclass=dir permissive=1
[   14.280650] type=1400 audit(1293883213.950:24): avc: denied { read } for pid=159 comm="servicemanager" name="current" dev="proc" ino=9798 scontext=u:r:servicemanager:s0 tcontext=u:r:zygote:s0 tclass=file permissive=1
[   14.280731] type=1400 audit(1293883213.950:25): avc: denied { open } for pid=159 comm="servicemanager" path="/proc/1186/attr/current" dev="proc" ino=9798 scontext=u:r:servicemanager:s0 tcontext=u:r:zygote:s0 tclass=file permissive=1
[   14.280803] type=1400 audit(1293883213.950:26): avc: denied { getattr } for pid=159 comm="servicemanager" scontext=u:r:servicemanager:s0 tcontext=u:r:zygote:s0 tclass=process permissive=1
[   14.280872] type=1400 audit(1293883213.950:27): avc: denied { call } for pid=1177 comm="main" scontext=u:r:zygote:s0 tcontext=u:r:system_server:s0 tclass=binder permissive=1
[   14.280999] type=1400 audit(1293883213.950:28): avc: denied { transfer } for pid=1177 comm="main" scontext=u:r:zygote:s0 tcontext=u:r:system_server:s0 tclass=binder permissive=1
[   15.806635] type=1400 audit(1293883215.510:29): avc: denied { call } for pid=871 comm="Binder_9" scontext=u:r:system_server:s0 tcontext=u:r:zygote:s0 tclass=binder permissive=1
[   16.035377] init: untracked pid 1186 exited with status 0
[   16.038807] init: untracked pid 1177 exited with status 0
[   16.432988] type=1400 audit(1293883216.140:30): avc: denied { write } for pid=1150 comm="chip.devicetest" name="force_usb_mode" dev="sysfs" ino=14139 scontext=u:r:system_app:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1
[   16.435220] force_usb_mode_store 0->0
[   68.213956] phy_power_on: enable = 0
[   68.248134] phy_power_on: enable = 1
[   68.287633] eth0: device MAC address 7a:81:58:b8:a9:c5
[   68.299359] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready

附上串口的log,采用配置《lcdc0 as EXTEND(RK1000),lcdc1 as PRMRY(HDMI)》显示一半屏幕的log如下:
DDR Version 1.00 20160530
In
Channel a: DDR3 200MHz
Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Die Bus-Width=16 Size=1024MB
Channel b: DDR3 200MHz
Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Die Bus-Width=16 Size=1024MB
Memory OK
Memory OK
OUT


U-Boot 2014.10-RK3288-10 (Oct 08 2016 - 15:45:52)

CPU: rk3288
cpu version = 0
CPU's clock information:
    arm pll = 600000000HZ
    periph pll = 297000000HZ
    ddr pll = 200000000HZ
    codec pll = 384000000HZ
Board:        Rockchip platform Board
DRAM:  Found dram banks: 1
Adding bank:0000000000000000(0000000080000000)
128 MiB
GIC CPU mask = 0x00000001
SdmmcInit = 0 400
SdmmcInit = 2 0
storage init OK!
Using default environment

GetParam
Load FDT from resource image.
power key: bank-0 pin-5
pmic:act8846
can't find dts node for pwm1
DCDC vdd_logic has been used, pwm regulator not init it.
Can't find dts node for fuel guage cw201x
SecureBootEn = 0, SecureBootLock = 0

#Boot ver: 2016-10-08#2.30
empty serial no.
checkKey
vbus = 1
no fuel gauge found
no fuel gauge found
read logo on state from dts [1]
can't find power_ctr node for lcdc1
pll_src = 0, dclk_hz = 240000000, dclk_div = 1
load mipi dsi chip:rk_mipi_dsi.0 id:3133302a
mipi_dsi v1.3 2014-04-17
load mipi dsi chip:rk_mipi_dsi.1 id:3133302a
mipi_dsi v1.3 2014-04-17
no fuel gauge found
Hit any key to stop autoboot:  0
load fdt from resouce.
ERROR: [get_entry_ram]: Cannot find logo_kernel.bmp!
Secure Boot state: 0
kernel   @ 0x02000000 (0x006a9f78)
ramdisk  @ 0x05bf0000 (0x00146490)
bootrk: do_bootm_linux...
   Loading Device Tree to 05600000, end 056218a9 ... OK
Add bank:0000000000000000, 0000000080000000

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x500
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.10.0 (samir@samir) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #2 SMP PREEMPT Mon Mar 12 08:55:08 CST 2018
[    0.000000] CPU: ARMv7 Processor [410fc0d1] revision 1 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: Rockchip RK3288 (Flattened Device Tree), model: rockchip,rk3288
[    0.000000] rockchip_uboot_logo_setup: mem: 0x02000000@0x7dc00000, offset:0x00000000
[    0.000000] rockchip_uboot_mem_reserve: reserve 0x02000000@0x7dc00000 for uboot logo
[    0.000000] rockchip_ion_reserve
[    0.000000] ion heap(drm): base(0) size(0) align(0)
[    0.000000] ion heap(cma): base(0) size(1000000) align(0)
[    0.000000] ion heap(vmalloc): base(0) size(0) align(0)
[    0.000000] cma: CMA: reserved 16 MiB at 7cc00000
[    0.000000] ion_reserve: cma reserved base 7cc00000 size 16777216
[    0.000000] cma: CMA: reserved 16 MiB at 1f000000
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] PERCPU: Embedded 9 pages/cpu @c1f35000 s13376 r8192 d15296 u36864
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 523264
[    0.000000] Kernel command line: vmalloc=496M console=ttyS2 androidboot.selinux=permissive androidboot.hardware=rk30board androidboot.console=ttyS2 init=/init  mtdparts=rk29xxnand:0x00002000@0x00002000(uboot),0x00002000@0x00004000(misc),0x00008000@0x00006000(resource),0x00008000@0x0000e000(kernel),0x00010000@0x00016000(boot),0x00010000@0x00026000(recovery),0x0001a000@0x00036000(backup),0x00040000@0x00050000(cache),0x00002000@0x00090000(kpanic),0x00300000@0x00092000(system),0x00008000@0x00392000(metadata),0x00002000@0x0039A000(baseparamer),0x00200000@0x0039C000(userdata),0x00020000@0x0059C000(radical_update),-@0x005BC000(user) storagemedia=emmc uboot_logo=0x02000000@0x7dc00000 loader.timestamp=2016-10-08_15:45:52
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] allocated 4194304 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Memory: 2048MB = 2048MB total
[    0.000000] Memory: 1993544k/1993544k available, 103608k reserved, 1523712K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0bb8d90   (11972 kB)
[    0.000000]       .init : 0xc0bb9000 - 0xc0c12440   ( 358 kB)
[    0.000000]       .data : 0xc0c14000 - 0xc0da6e40   (1612 kB)
[    0.000000]        .bss : 0xc0da6e40 - 0xc0ec7bfc   (1156 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]         RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] rk_clk_tree_init start!
[    0.000000] rkclk: _rkclk_add_provider: fail to get ehci1phy_12m_div
[    0.000000] rkclk: rkclk_cache_parents: ehci1phy_12m_div clk_get error
[    0.000000] rk_get_uboot_display_flag: uboot_logo_on = 1
[    0.000000] rkclk_init_clks: cnt_parent = 7
[    0.000000] rkclk_init_clks: cnt_rate = 29
[    0.000000] rk3288 set GPLL BW 20 for HDMI!
[    0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] Switching to timer-based delay loop
[    0.000000] sched_clock: ARM arch timer >56 bits at 24000kHz, resolution 41ns
[    0.000000] process version: 0
[    0.000000] channel:0, lkg:20
[    0.000000] target-temp:80
[    0.000000] channel:2, lkg:0
[    0.000000] channel:0, lkg:20
[    0.000000] channel:1, lkg:12
[    0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms
[    0.496975] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.496990] pid_max: default: 32768 minimum: 301
[    0.497109] Security Framework initialized
[    0.497125] SELinux:  Initializing.
[    0.497198] Mount-cache hash table entries: 512
[    0.497838] Initializing cgroup subsys debug
[    0.497852] Initializing cgroup subsys memory
[    0.497879] Initializing cgroup subsys freezer
[    0.497907] CPU: Testing write buffer coherency: ok
[    0.498218] /cpus/cpu@0 missing clock-frequency property
[    0.498230] /cpus/cpu@1 missing clock-frequency property
[    0.498240] /cpus/cpu@2 missing clock-frequency property
[    0.498249] /cpus/cpu@3 missing clock-frequency property
[    0.498318] CPU0: thread -1, cpu 0, socket 5, mpidr 80000500
[    0.498370] Setting up static identity map for 0xc08606f0 - 0xc0860748
[    0.500805] last_log: 0x1e900000 map to 0xe0804000 and copy to 0xe0886000, size 0x80000 early 0x17dd (version 3.1)
[    0.574746] CPU1: Booted secondary processor
[    0.574779] CPU1: thread -1, cpu 1, socket 5, mpidr 80000501
[    0.594416] CPU2: Booted secondary processor
[    0.594440] CPU2: thread -1, cpu 2, socket 5, mpidr 80000502
[    0.614127] CPU3: Booted secondary processor
[    0.614151] CPU3: thread -1, cpu 3, socket 5, mpidr 80000503
[    0.614252] Brought up 4 CPUs
[    0.614281] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[    0.614291] CPU: All CPU(s) started in SVC mode.
[    0.615021] devtmpfs: initialized
[    0.619202] VFP support v0.3: implementor 41 architecture 3 part 30 variant d rev 0
[    0.620337] pinctrl core: initialized pinctrl subsystem
[    0.620581] regulator-dummy: no parameters
[    0.637838] NET: Registered protocol family 16
[    0.639575] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.639893] ion_snapshot: 0x1eaa0000 map to 0xe0907000 and copy to 0xc0ea2e8c (version 0.1)
[    0.640123] Registered FIQ tty driver
[    0.640537] fiq-debugger is disabled in device tree
[    0.641161] rockchip_get_bank_data:name=base start=0xff750000,end=0xff7500ff
[    0.641182] rockchip_get_bank_data:name=mux_bank0 start=0xff730084,end=0xff73008f
[    0.641199] rockchip_get_bank_data:name=pull_bank0 start=0xff730064,end=0xff73006f
[    0.641216] rockchip_get_bank_data:name=drv_bank0 start=0xff730070,end=0xff73007b
[    0.641310] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio1@ff780000 start=0xff780000,end=0xff7800ff
[    0.641375] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio2@ff790000 start=0xff790000,end=0xff7900ff
[    0.641447] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio3@ff7a0000 start=0xff7a0000,end=0xff7a00ff
[    0.641513] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio4@ff7b0000 start=0xff7b0000,end=0xff7b00ff
[    0.641575] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio5@ff7c0000 start=0xff7c0000,end=0xff7c00ff
[    0.641638] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio6@ff7d0000 start=0xff7d0000,end=0xff7d00ff
[    0.641699] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio7@ff7e0000 start=0xff7e0000,end=0xff7e00ff
[    0.641762] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio8@ff7f0000 start=0xff7f0000,end=0xff7f00ff
[    0.641831] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio15@ff7f2000 start=0xff7f2000,end=0xff7f20ff
[    0.641894] rockchip_pinctrl_probe:name=RK3288-GPIO,type=3
[    0.641908] rockchip_pinctrl_probe:name=base start=0xff770000,end=0xff77013f
[    0.641919] rockchip_pinctrl_probe:name=pull start=0xff770140,end=0xff7701bf
[    0.641931] rockchip_pinctrl_probe:name=drv start=0xff7701c0,end=0xff77023f
[    0.642560] rockchip_interrupts_register:bank_num=7
[    0.644565] of_get_gpio_init_config:gpio[0] = 256, value = 0
[    0.644586] of_get_gpio_init_config:gpio[1] = 136, value = 0
[    0.644653] rockchip_pinctrl_probe:init ok
[    0.651975] rk_iommu ff900800.iep_mmu: (iep) Enter
[    0.652061] rk_iommu ff900800.iep_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.652074] rk_iommu ff900800.iep_mmu: (iep) Initialized
[    0.652251] rk_iommu ff950800.vip_mmu: (vip) Enter
[    0.652321] rk_iommu ff950800.vip_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.652334] rk_iommu ff950800.vip_mmu: (vip) Initialized
[    0.652498] rk_iommu ff930300.vopb_mmu: (vopb) Enter
[    0.652571] rk_iommu ff930300.vopb_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.652583] rk_iommu ff930300.vopb_mmu: (vopb) Initialized
[    0.652752] rk_iommu ff940300.vopl_mmu: (vopl) Enter
[    0.652824] rk_iommu ff940300.vopl_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.652836] rk_iommu ff940300.vopl_mmu: (vopl) Initialized
[    0.653007] rk_iommu ff9c0440.hevc_mmu: (hevc) Enter
[    0.653078] rk_iommu ff9c0440.hevc_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.653090] rk_iommu ff9c0440.hevc_mmu: (hevc) Initialized
[    0.653293] rk_iommu ff9a0800.vpu_mmu: (vpu) Enter
[    0.653363] rk_iommu ff9a0800.vpu_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.653376] rk_iommu ff9a0800.vpu_mmu: (vpu) Initialized
[    0.653550] rk_iommu ff914000.isp_mmu: (isp_mmu) Enter
[    0.653627] rk_iommu ff914000.isp_mmu: IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.
[    0.653639] rk_iommu ff914000.isp_mmu: (isp_mmu) Initialized
[    0.655725] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.655737] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.656461] rk3368_init_rockchip_pmu_ops: could not find pmu dt node
[    0.656486] DDR DEBUG: version 1.00 20150126
[    0.656516] DDR DEBUG: Channel a:
[    0.656524] DDR DEBUG: DDR3 Device
[    0.656538] DDR DEBUG: Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Total Capability=1024MB
[    0.656546] DDR DEBUG: Channel b:
[    0.656553] DDR DEBUG: DDR3 Device
[    0.656566] DDR DEBUG: Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Total Capability=1024MB
[    0.656575] DDR DEBUG: addr=0xdb0000
[    0.656584] DDR DEBUG: stride=9, size=256, halfcap=40000000
[    0.656594] DDR DEBUG: socAddr[0]=0xdb0000, socAddr[1]=0xdb0100
[    0.656603] DDR DEBUG: chAddr[0]=0xdb0000, chAddr[1]=0xdb0000
[    0.656614] DDR DEBUG: dtar[0]=0x1b6000, dtar[1]=0x1b6000
[    0.656668] DDR DEBUG: init success!!! freq=200MHz
[    0.656676] DDR DEBUG: Channel a:
[    0.656689] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=180,90
[    0.656701] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=180,90
[    0.656714] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=180,90
[    0.656726] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=180,90
[    0.656738] DDR DEBUG: ZERR=0, ZDONE=0, ZPD=0x0, ZPU=0x0, OPD=0x0, OPU=0x0
[    0.656747] DDR DEBUG: DRV Pull-Up=0x19, DRV Pull-Dwn=0x19
[    0.656756] DDR DEBUG: ODT Pull-Up=0x2, ODT Pull-Dwn=0x2
[    0.656763] DDR DEBUG: Channel b:
[    0.656775] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=180,90
[    0.656787] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=180,90
[    0.656799] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=180,90
[    0.656811] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=180,90
[    0.656823] DDR DEBUG: ZERR=0, ZDONE=0, ZPD=0x0, ZPU=0x0, OPD=0x0, OPU=0x0
[    0.656831] DDR DEBUG: DRV Pull-Up=0x19, DRV Pull-Dwn=0x19
[    0.656840] DDR DEBUG: ODT Pull-Up=0x2, ODT Pull-Dwn=0x2
[    0.680405] bio: create slab <bio-0> at 0
[    0.680907] Rockchip hdmi driveritialized
[    0.682344] usbcore: registered new interface driver usbfs
[    0.682397] usbcore: registered new interface driver hub
[    0.682481] usbcore: registered new device driver usb
[    0.687277] rockchip_i2c ff650000.i2c: i2c-0: Rockchip I2C adapter
[    0.687742] rockchip_i2c ff140000.i2c: i2c-1: Rockchip I2C adapter
[    0.688188] rockchip_i2c ff660000.i2c: i2c-2: Rockchip I2C adapter
[    0.688440] rockchip_i2c ff150000.i2c: i2c-3: Rockchip I2C adapter
[    0.689428] rockchip_i2c ff160000.i2c: i2c-4: Rockchip I2C adapter
[    0.689556] media: Linux media interface: v0.10
[    0.689593] Linux video capture interface: v2.00
[    0.689649] pps_core: LinuxPPS API ver. 1 registered
[    0.689659] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.689679] PTP clock support registered
[    0.689742] i2c-core: driver [bq24296] using legacy suspend method
[    0.689751] i2c-core: driver [bq24296] using legacy resume method
[    0.690092] RK29 Watchdog Timer, (c) 2011 Rockchip Electronics
[    0.690763] ion_drm_heap_create: 0@0
[    0.690890] Rockchip ion module is successfully loaded (v1.1)
[    0.691062] Advanced Linux Sound Architecture Driver Initialized.
[    0.691458] Bluetooth: Core ver 2.16
[    0.691514] NET: Registered protocol family 31
ialized
[    0.691540] Bluetooth: HCI socket layer initialized
[    0.691554] Bluetooth: L2CAP socket layer initialized
[    0.691579] Bluetooth: SCO socket layer initialized
[    0.691804] cfg80211: Calling CRDA to update world regulatory domain
[    0.693551]
[    0.693551]  dcs_name:rockchip,on-cmds1,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.693551]
[    0.693570] [1]=29,[2]=fe,[3]=49,
[    0.693570]  dcs_name:rockchip,on-cmds2,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.693570]
[    0.693594] [1]=29,[2]=0a,[3]=c9,
[    0.693594]  dcs_name:rockchip,on-cmds3,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.693594]
[    0.693616] [1]=29,[2]=0b,[3]=11,
[    0.693616]  dcs_name:rockchip,on-cmds4,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.693616]
[    0.693637] [1]=29,[2]=0c,[3]=c9,
[    0.693637]  dcs_name:rockchip,on-cmds5,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.693637]
[    0.693658] [1]=29,[2]=0d,[3]=40,
[    0.693658]  dcs_name:rockchip,on-cmds6,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.693658]
[    0.693679] [1]=29,[2]=0e,[3]=66,
[    0.693679]  dcs_name:rockchip,on-cmds7,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.693679]
[    0.693699] [1]=29,[2]=0f,[3]=40,
[    0.693699]  dcs_name:rockchip,on-cmds8,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.693699]
[    0.693719] [1]=29,[2]=10,[3]=0b,
[    0.693719]  dcs_name:rockchip,on-cmds9,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.693719]
[    0.693740] [1]=29,[2]=23,[3]=00,
[    0.693740]  dcs_name:rockchip,on-cmds10,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.693740]
[    0.693761] [1]=29,[2]=24,[3]=55,
[    0.693761]  dcs_name:rockchip,on-cmds11,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.693761]
[    0.693781] [1]=29,[2]=a3,[3]=2f,
[    0.693781]  dcs_name:rockchip,on-cmds12,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.693781]
[    0.693801] [1]=29,[2]=a4,[3]=00,
[    0.693801]  dcs_name:rockchip,on-cmds13,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.693801]
[    0.693822] [1]=29,[2]=a6,[3]=02,
[    0.693822]  dcs_name:rockchip,on-cmds14,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.693822]
[    0.693843] [1]=29,[2]=ae,[3]=21,
[    0.693843]  dcs_name:rockchip,on-cmds15,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.693843]
[    0.693863] [1]=29,[2]=2f,[3]=10,
[    0.693863]  dcs_name:rockchip,on-cmds16,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.693863]
[    0.693884] [1]=29,[2]=31,[3]=10,
[    0.693884]  dcs_name:rockchip,on-cmds17,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.693884]
[    0.693904] [1]=29,[2]=33,[3]=10,
[    0.693904]  dcs_name:rockchip,on-cmds18,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.693904]
[    0.693924] [1]=29,[2]=35,[3]=10,
[    0.693924]  dcs_name:rockchip,on-cmds19,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.693924]
[    0.693945] [1]=29,[2]=38,[3]=32,
[    0.693945]  dcs_name:rockchip,on-cmds20,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.693945]
[    0.693965] [1]=29,[2]=39,[3]=32,
[    0.693965]  dcs_name:rockchip,on-cmds21,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.693965]
[    0.693985] [1]=29,[2]=3a,[3]=23,
[    0.693985]  dcs_name:rockchip,on-cmds22,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.693985]
[    0.694005] [1]=29,[2]=3b,[3]=23,
[    0.694005]  dcs_name:rockchip,on-cmds23,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694005]
[    0.694026] [1]=29,[2]=40,[3]=08,
[    0.694026]  dcs_name:rockchip,on-cmds24,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694026]
[    0.694046] [1]=29,[2]=41,[3]=0c,
[    0.694046]  dcs_name:rockchip,on-cmds25,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694046]
[    0.694066] [1]=29,[2]=47,[3]=14,
[    0.694066]  dcs_name:rockchip,on-cmds26,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694066]
[    0.694087] [1]=29,[2]=86,[3]=1b,
[    0.694087]  dcs_name:rockchip,on-cmds27,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694087]
[    0.694108] [1]=29,[2]=87,[3]=0e,
[    0.694108]  dcs_name:rockchip,on-cmds28,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694108]
[    0.694128] [1]=29,[2]=8a,[3]=38,
[    0.694128]  dcs_name:rockchip,on-cmds29,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694128]
[    0.694148] [1]=29,[2]=8b,[3]=1d,
[    0.694148]  dcs_name:rockchip,on-cmds30,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694148]
[    0.694169] [1]=29,[2]=8e,[3]=95,
[    0.694169]  dcs_name:rockchip,on-cmds31,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694169]
[    0.694189] [1]=29,[2]=8f,[3]=95,
[    0.694189]  dcs_name:rockchip,on-cmds32,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694189]
[    0.694210] [1]=29,[2]=84,[3]=33,
[    0.694210]  dcs_name:rockchip,on-cmds33,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694210]
[    0.694230] [1]=29,[2]=25,[3]=1a,
[    0.694230]  dcs_name:rockchip,on-cmds34,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694230]
[    0.694250] [1]=29,[2]=26,[3]=16,
[    0.694250]  dcs_name:rockchip,on-cmds35,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694250]
[    0.694271] [1]=29,[2]=ac,[3]=04,
[    0.694271]  dcs_name:rockchip,on-cmds36,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694271]
[    0.694291] [1]=29,[2]=b3,[3]=33,
[    0.694291]  dcs_name:rockchip,on-cmds37,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694291]
[    0.694311] [1]=29,[2]=fe,[3]=50,
[    0.694311]  dcs_name:rockchip,on-cmds38,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694311]
[    0.694331] [1]=29,[2]=bd,[3]=81,
[    0.694331]  dcs_name:rockchip,on-cmds39,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694331]
[    0.694352] [1]=29,[2]=be,[3]=40,
[    0.694352]  dcs_name:rockchip,on-cmds40,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694352]
[    0.694372] [1]=29,[2]=bf,[3]=e0,
[    0.694372]  dcs_name:rockchip,on-cmds41,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694372]
[    0.694393] [1]=29,[2]=fe,[3]=60,
[    0.694393]  dcs_name:rockchip,on-cmds42,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694393]
[    0.694413] [1]=29,[2]=00,[3]=94,
[    0.694413]  dcs_name:rockchip,on-cmds43,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694413]
[    0.694434] [1]=29,[2]=01,[3]=00,
[    0.694434]  dcs_name:rockchip,on-cmds44,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694434]
[    0.694454] [1]=29,[2]=02,[3]=00,
[    0.694454]  dcs_name:rockchip,on-cmds45,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694454]
[    0.694475] [1]=29,[2]=03,[3]=00,
[    0.694475]  dcs_name:rockchip,on-cmds46,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694475]
[    0.694495] [1]=29,[2]=04,[3]=00,
[    0.694495]  dcs_name:rockchip,on-cmds47,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694495]
[    0.694515] [1]=29,[2]=05,[3]=02,
[    0.694515]  dcs_name:rockchip,on-cmds48,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694515]
[    0.694536] [1]=29,[2]=06,[3]=00,
[    0.694536]  dcs_name:rockchip,on-cmds49,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694536]
[    0.694556] [1]=29,[2]=07,[3]=23,
[    0.694556]  dcs_name:rockchip,on-cmds50,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694556]
[    0.694577] [1]=29,[2]=08,[3]=00,
[    0.694577]  dcs_name:rockchip,on-cmds51,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694577]
[    0.694597] [1]=29,[2]=09,[3]=d4,
[    0.694597]  dcs_name:rockchip,on-cmds52,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694597]
[    0.694618] [1]=29,[2]=0a,[3]=00,
[    0.694618]  dcs_name:rockchip,on-cmds53,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694618]
[    0.694638] [1]=29,[2]=0b,[3]=02,
[    0.694638]  dcs_name:rockchip,on-cmds54,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694638]
[    0.694658] [1]=29,[2]=0c,[3]=00,
[    0.694658]  dcs_name:rockchip,on-cmds55,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694658]
[    0.694678] [1]=29,[2]=0d,[3]=00,
[    0.694678]  dcs_name:rockchip,on-cmds56,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694678]
[    0.694699] [1]=29,[2]=0e,[3]=01,
[    0.694699]  dcs_name:rockchip,on-cmds57,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694699]
[    0.694719] [1]=29,[2]=0f,[3]=00,
[    0.694719]  dcs_name:rockchip,on-cmds58,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694719]
[    0.694739] [1]=29,[2]=10,[3]=24,
[    0.694739]  dcs_name:rockchip,on-cmds59,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694739]
[    0.694760] [1]=29,[2]=11,[3]=00,
[    0.694760]  dcs_name:rockchip,on-cmds60,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694760]
[    0.694780] [1]=29,[2]=12,[3]=d4,
[    0.694780]  dcs_name:rockchip,on-cmds61,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694780]
[    0.694801] [1]=29,[2]=13,[3]=00,
[    0.694801]  dcs_name:rockchip,on-cmds62,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694801]
[    0.694821] [1]=29,[2]=14,[3]=02,
[    0.694821]  dcs_name:rockchip,on-cmds63,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694821]
[    0.694841] [1]=29,[2]=15,[3]=00,
[    0.694841]  dcs_name:rockchip,on-cmds64,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694841]
[    0.694862] [1]=29,[2]=16,[3]=00,
[    0.694862]  dcs_name:rockchip,on-cmds65,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694862]
[    0.694882] [1]=29,[2]=17,[3]=02,
[    0.694882]  dcs_name:rockchip,on-cmds66,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694882]
[    0.694902] [1]=29,[2]=18,[3]=00,
[    0.694902]  dcs_name:rockchip,on-cmds67,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694902]
[    0.694923] [1]=29,[2]=19,[3]=24,
[    0.694923]  dcs_name:rockchip,on-cmds68,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694923]
[    0.694943] [1]=29,[2]=1a,[3]=00,
[    0.694943]  dcs_name:rockchip,on-cmds69,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694943]
[    0.694963] [1]=29,[2]=38,[3]=d4,
[    0.694963]  dcs_name:rockchip,on-cmds70,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694963]
[    0.694984] [1]=29,[2]=39,[3]=00,
[    0.694984]  dcs_name:rockchip,on-cmds71,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.694984]
[    0.695004] [1]=29,[2]=3a,[3]=04,
[    0.695004]  dcs_name:rockchip,on-cmds72,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695004]
[    0.695025] [1]=29,[2]=3b,[3]=00,
[    0.695025]  dcs_name:rockchip,on-cmds73,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695025]
[    0.695045] [1]=29,[2]=3d,[3]=00,
[    0.695045]  dcs_name:rockchip,on-cmds74,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695045]
[    0.695066] [1]=29,[2]=3f,[3]=01,
[    0.695066]  dcs_name:rockchip,on-cmds75,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695066]
[    0.695086] [1]=29,[2]=40,[3]=00,
[    0.695086]  dcs_name:rockchip,on-cmds76,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695086]
[    0.695106] [1]=29,[2]=41,[3]=24,
[    0.695106]  dcs_name:rockchip,on-cmds77,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695106]
[    0.695127] [1]=29,[2]=42,[3]=00,
[    0.695127]  dcs_name:rockchip,on-cmds78,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695127]
[    0.695147] [1]=29,[2]=43,[3]=d4,
[    0.695147]  dcs_name:rockchip,on-cmds79,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695147]
[    0.695167] [1]=29,[2]=44,[3]=00,
[    0.695167]  dcs_name:rockchip,on-cmds80,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695167]
[    0.695187] [1]=29,[2]=45,[3]=04,
[    0.695187]  dcs_name:rockchip,on-cmds81,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695187]
[    0.695208] [1]=29,[2]=46,[3]=00,
[    0.695208]  dcs_name:rockchip,on-cmds82,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695208]
[    0.695228] [1]=29,[2]=47,[3]=00,
[    0.695228]  dcs_name:rockchip,on-cmds83,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695228]
[    0.695248] [1]=29,[2]=48,[3]=03,
[    0.695248]  dcs_name:rockchip,on-cmds84,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695248]
[    0.695269] [1]=29,[2]=49,[3]=00,
[    0.695269]  dcs_name:rockchip,on-cmds85,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695269]
[    0.695289] [1]=29,[2]=4a,[3]=24,
[    0.695289]  dcs_name:rockchip,on-cmds86,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695289]
[    0.695309] [1]=29,[2]=4b,[3]=00,
[    0.695309]  dcs_name:rockchip,on-cmds87,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695309]
[    0.695329] [1]=29,[2]=83,[3]=aa,
[    0.695329]  dcs_name:rockchip,on-cmds88,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695329]
[    0.695350] [1]=29,[2]=84,[3]=00,
[    0.695350]  dcs_name:rockchip,on-cmds89,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695350]
[    0.695370] [1]=29,[2]=85,[3]=02,
[    0.695370]  dcs_name:rockchip,on-cmds90,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695370]
[    0.695390] [1]=29,[2]=86,[3]=06,
[    0.695390]  dcs_name:rockchip,on-cmds91,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695390]
[    0.695411] [1]=29,[2]=87,[3]=00,
[    0.695411]  dcs_name:rockchip,on-cmds92,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695411]
[    0.695432] [1]=29,[2]=88,[3]=05,
[    0.695432]  dcs_name:rockchip,on-cmds93,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695432]
[    0.695452] [1]=29,[2]=89,[3]=00,
[    0.695452]  dcs_name:rockchip,on-cmds94,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695452]
[    0.695473] [1]=29,[2]=8a,[3]=25,
[    0.695473]  dcs_name:rockchip,on-cmds95,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695473]
[    0.695493] [1]=29,[2]=8b,[3]=00,
[    0.695493]  dcs_name:rockchip,on-cmds96,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695493]
[    0.695513] [1]=29,[2]=ca,[3]=14,
[    0.695513]  dcs_name:rockchip,on-cmds97,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695513]
[    0.695534] [1]=29,[2]=cb,[3]=14,
[    0.695534]  dcs_name:rockchip,on-cmds98,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695534]
[    0.695554] [1]=29,[2]=cc,[3]=14,
[    0.695554]  dcs_name:rockchip,on-cmds99,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695554]
[    0.695574] [1]=29,[2]=cd,[3]=06,
[    0.695574]  dcs_name:rockchip,on-cmds100,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695574]
[    0.695595] [1]=29,[2]=ce,[3]=07,
[    0.695595]  dcs_name:rockchip,on-cmds101,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695595]
[    0.695616] [1]=29,[2]=cf,[3]=0e,
[    0.695616]  dcs_name:rockchip,on-cmds102,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695616]
[    0.695636] [1]=29,[2]=d0,[3]=01,
[    0.695636]  dcs_name:rockchip,on-cmds103,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695636]
[    0.695657] [1]=29,[2]=d1,[3]=02,
[    0.695657]  dcs_name:rockchip,on-cmds104,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695657]
[    0.695677] [1]=29,[2]=d2,[3]=00,
[    0.695677]  dcs_name:rockchip,on-cmds105,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695677]
[    0.695697] [1]=29,[2]=d3,[3]=14,
[    0.695697]  dcs_name:rockchip,on-cmds106,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695697]
[    0.695719] [1]=29,[2]=d4,[3]=14,
[    0.695719]  dcs_name:rockchip,on-cmds107,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695719]
[    0.695739] [1]=29,[2]=d5,[3]=14,
[    0.695739]  dcs_name:rockchip,on-cmds108,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695739]
[    0.695759] [1]=29,[2]=d6,[3]=14,
[    0.695759]  dcs_name:rockchip,on-cmds109,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695759]
[    0.695780] [1]=29,[2]=d7,[3]=14,
[    0.695780]  dcs_name:rockchip,on-cmds110,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695780]
[    0.695801] [1]=29,[2]=d8,[3]=14,
[    0.695801]  dcs_name:rockchip,on-cmds111,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695801]
[    0.695822] [1]=29,[2]=d9,[3]=14,
[    0.695822]  dcs_name:rockchip,on-cmds112,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695822]
[    0.695842] [1]=29,[2]=da,[3]=14,
[    0.695842]  dcs_name:rockchip,on-cmds113,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695842]
[    0.695863] [1]=29,[2]=db,[3]=14,
[    0.695863]  dcs_name:rockchip,on-cmds114,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695863]
[    0.695883] [1]=29,[2]=dc,[3]=14,
[    0.695883]  dcs_name:rockchip,on-cmds115,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695883]
[    0.695904] [1]=29,[2]=dd,[3]=14,
[    0.695904]  dcs_name:rockchip,on-cmds116,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695904]
[    0.695924] [1]=29,[2]=de,[3]=14,
[    0.695924]  dcs_name:rockchip,on-cmds117,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695924]
[    0.695944] [1]=29,[2]=df,[3]=07,
[    0.695944]  dcs_name:rockchip,on-cmds118,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695944]
[    0.695965] [1]=29,[2]=e0,[3]=06,
[    0.695965]  dcs_name:rockchip,on-cmds119,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695965]
[    0.695985] [1]=29,[2]=e1,[3]=0e,
[    0.695985]  dcs_name:rockchip,on-cmds120,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.695985]
[    0.696006] [1]=29,[2]=e2,[3]=01,
[    0.696006]  dcs_name:rockchip,on-cmds121,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696006]
[    0.696027] [1]=29,[2]=e3,[3]=02,
[    0.696027]  dcs_name:rockchip,on-cmds122,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696027]
[    0.696048] [1]=29,[2]=e4,[3]=00,
[    0.696048]  dcs_name:rockchip,on-cmds123,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696048]
[    0.696068] [1]=29,[2]=e5,[3]=14,
[    0.696068]  dcs_name:rockchip,on-cmds124,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696068]
[    0.696089] [1]=29,[2]=e6,[3]=14,
[    0.696089]  dcs_name:rockchip,on-cmds125,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696089]
[    0.696109] [1]=29,[2]=e7,[3]=14,
[    0.696109]  dcs_name:rockchip,on-cmds126,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696109]
[    0.696130] [1]=29,[2]=e8,[3]=14,
[    0.696130]  dcs_name:rockchip,on-cmds127,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696130]
[    0.696150] [1]=29,[2]=e9,[3]=14,
[    0.696150]  dcs_name:rockchip,on-cmds128,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696150]
[    0.696171] [1]=29,[2]=ea,[3]=14,
[    0.696171]  dcs_name:rockchip,on-cmds129,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696171]
[    0.696191] [1]=29,[2]=eb,[3]=14,
[    0.696191]  dcs_name:rockchip,on-cmds130,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696191]
[    0.696212] [1]=29,[2]=ec,[3]=14,
[    0.696212]  dcs_name:rockchip,on-cmds131,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696212]
[    0.696232] [1]=29,[2]=ed,[3]=14,
[    0.696232]  dcs_name:rockchip,on-cmds132,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696232]
[    0.696253] [1]=29,[2]=fe,[3]=90,
[    0.696253]  dcs_name:rockchip,on-cmds133,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696253]
[    0.696273] [1]=29,[2]=12,[3]=24,
[    0.696273]  dcs_name:rockchip,on-cmds134,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696273]
[    0.696294] [1]=29,[2]=13,[3]=49,
[    0.696294]  dcs_name:rockchip,on-cmds135,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696294]
[    0.696314] [1]=29,[2]=14,[3]=92,
[    0.696314]  dcs_name:rockchip,on-cmds136,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696314]
[    0.696335] [1]=29,[2]=15,[3]=92,
[    0.696335]  dcs_name:rockchip,on-cmds137,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696335]
[    0.696355] [1]=29,[2]=16,[3]=24,
[    0.696355]  dcs_name:rockchip,on-cmds138,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696355]
[    0.696376] [1]=29,[2]=17,[3]=49,
[    0.696376]  dcs_name:rockchip,on-cmds139,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696376]
[    0.696396] [1]=29,[2]=18,[3]=24,
[    0.696396]  dcs_name:rockchip,on-cmds140,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696396]
[    0.696417] [1]=29,[2]=19,[3]=49,
[    0.696417]  dcs_name:rockchip,on-cmds141,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696417]
[    0.696437] [1]=29,[2]=1a,[3]=92,
[    0.696437]  dcs_name:rockchip,on-cmds142,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696437]
[    0.696458] [1]=29,[2]=1b,[3]=92,
[    0.696458]  dcs_name:rockchip,on-cmds143,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696458]
[    0.696479] [1]=29,[2]=1c,[3]=24,
[    0.696479]  dcs_name:rockchip,on-cmds144,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696479]
[    0.696499] [1]=29,[2]=1d,[3]=49,
[    0.696499]  dcs_name:rockchip,on-cmds145,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696499]
[    0.696520] [1]=29,[2]=1e,[3]=24,
[    0.696520]  dcs_name:rockchip,on-cmds146,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696520]
[    0.696541] [1]=29,[2]=1f,[3]=49,
[    0.696541]  dcs_name:rockchip,on-cmds147,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696541]
[    0.696561] [1]=29,[2]=20,[3]=92,
[    0.696561]  dcs_name:rockchip,on-cmds148,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696561]
[    0.696581] [1]=29,[2]=21,[3]=92,
[    0.696581]  dcs_name:rockchip,on-cmds149,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696581]
[    0.696602] [1]=29,[2]=22,[3]=24,
[    0.696602]  dcs_name:rockchip,on-cmds150,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696602]
[    0.696622] [1]=29,[2]=23,[3]=49,
[    0.696622]  dcs_name:rockchip,on-cmds151,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696622]
[    0.696643] [1]=29,[2]=dc,[3]=a4,
[    0.696643]  dcs_name:rockchip,on-cmds152,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696643]
[    0.696663] [1]=29,[2]=fe,[3]=d0,
[    0.696663]  dcs_name:rockchip,on-cmds153,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696663]
[    0.696683] [1]=29,[2]=03,[3]=09,
[    0.696683]  dcs_name:rockchip,on-cmds154,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696683]
[    0.696704] [1]=29,[2]=fe,[3]=a0,
[    0.696704]  dcs_name:rockchip,on-cmds155,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696704]
[    0.696724] [1]=29,[2]=ee,[3]=c0,
[    0.696724]  dcs_name:rockchip,on-cmds156,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696724]
[    0.696745] [1]=29,[2]=fe,[3]=d2,
[    0.696745]  dcs_name:rockchip,on-cmds157,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696745]
[    0.696766] [1]=29,[2]=32,[3]=02,
[    0.696766]  dcs_name:rockchip,on-cmds158,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696766]
[    0.696786] [1]=29,[2]=fe,[3]=00,
[    0.696786]  dcs_name:rockchip,on-cmds159,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696786]
[    0.696807] [1]=29,[2]=c2,[3]=03,
[    0.696807]  dcs_name:rockchip,on-cmds160,dcs_type:1,side_id:0,cmd_len:3,delay:0
[    0.696807]
[    0.696828] [1]=29,[2]=35,[3]=00,
[    0.696828]  dcs_name:rockchip,on-cmds161,dcs_type:1,side_id:0,cmd_len:4,delay:0
[    0.696828]
[    0.696848] [1]=29,[2]=51,[3]=ff,[4]=ff,
[    0.696848]  dcs_name:rockchip,on-cmds162,dcs_type:1,side_id:2,cmd_len:2,delay:200
[    0.696848]
[    0.696871] [1]=05,[2]=11,
[    0.696871]  dcs_name:rockchip,on-cmds163,dcs_type:1,side_id:2,cmd_len:2,delay:60
[    0.696871]
[    0.696889] [1]=05,[2]=29,act8846_i2c_probe,line=898
[    0.697992] act8846_parse_dt,line=746
[    0.698816] act8846_i2c_probe: act8846_pmic_hold=1
[    0.698838] act8846_i2c_probe: act8846_pmic_sleep=1
[    0.698853] act8846_i2c_probe: act8846_pmic_cpu_det_gpio=1
[    0.698868] act8846_i2c_probe: act8846_pmic_usb_hub_reset_gpio=1
[    0.700933] act_dcdc1: 1200 mV
[    0.703889] vccio: 3300 mV
[    0.705751] vdd_logic: 700 <--> 1500 mV at 1100 mV
[    0.708715] act_dcdc4: 2000 mV
[    0.709943] vccio_sd: 1800 <--> 3300 mV at 3300 mV
[    0.712248] act_ldo2: 1050 mV
[    0.714548] act_ldo3: 2800 mV
[    0.716858] act_ldo4: 3300 mV
[    0.719156] act_ldo5: 3300 mV
[    0.721487] act_ldo6: 1100 mV
[    0.723792] vcc_18: 1800 mV
[    0.726096] act_ldo8: 1850 mV
[    0.730877] vdd_arm: 712 <--> 1500 mV at 1000 mV
[    0.735631] vdd_gpu: 712 <--> 1500 mV at 1000 mV
[    0.736429] rk808_i2c_probe,line=1355
[    0.737761] The device is not rk808 -11
[    0.737847] rk808: probe of 0-001b failed with error -11
[    0.737926] i2c-core: driver [rk818] using legacy suspend method
[    0.737935] i2c-core: driver [rk818] using legacy resume method
[    0.739707] Switching to clocksource arch_sys_counter
[    0.763560] rga: Module initialized.
[    0.764280] rga2 ff920000.rga: rga ion client create success!
[    0.764446] rga: Driver loaded succesfully
[    0.764657] fb disp policy is box
[    0.764700] rk-fb rockchip-fb: rk fb ion client create success!
[    0.764711] rk-fb rockchip-fb: rockchip framebuffer driver probe
[    0.765077] rk-screen rk_screen.8: rockchip screen probe success
[    0.765331] rk32-edp ff970000.edp: screen is not edp!
[    0.765351] rk32-edp: probe of ff970000.edp failed with error -22
[    0.765532] rk32-dsi
[    0.765669] dsi->host.irq =51
[    0.765691] load mipi dsi chip:rk_mipi_dsi.0 id:3133302a
[    0.765699] mipi_dsi v1.3 2014-04-17
[    0.765765] rk32-mipi ff960000.mipi: rk mipi_dsi probe success!
[    0.765777] rk32-mipi ff960000.mipi: rockchip mipi_dsi v1.1 2014-06-17
[    0.765815] rk32-dsi
[    0.765923] dsi->host.irq =52
[    0.765939] load mipi dsi chip:rk_mipi_dsi.1 id:3133302a
[    0.765946] mipi_dsi v1.3 2014-04-17
[    0.765978] rk32-mipi ff964000.mipi: rk mipi_dsi probe success!
[    0.765990] rk32-mipi ff964000.mipi: rockchip mipi_dsi v1.1 2014-06-17
[    0.766447] platform ff930000.lcdc: Driver rk3288-lcdc requests probe deferral
[    0.766602] rk3288-lcdc lcdc1: can't find power_ctr node for lcdc1
[    0.766833] graphics fb0: rockchip framebuffer registerd:fb0
[    0.767140] graphics fb1: rockchip framebuffer registerd:fb1
[    0.767323] graphics fb2: rockchip framebuffer registerd:fb2
[    0.767496] graphics fb3: rockchip framebuffer registerd:fb3
[    0.768341] rk3288-lcdc lcdc1: lcdc1: dclk:240000000>>fps:55
[    0.768357] rk3288-lcdc lcdc1: wakeup from standby!
[    0.791501] rk_battery_charger_detect_cb , battery_charger_detect 1
[    0.831796] alloc_buffer:ion_phy_addr=0x10000000
[    0.857194] fb0:phy:10000000>>vir:e0991000>>len:0x3000000
[    0.866401] rk_iommu ff940300.vopl_mmu: rockchip_iommu_attach_device: Attached new IOMMU with pgtable 0x1eac1000
[    0.866437] rk3288-lcdc lcdc1: lcdc1 probe ok, iommu enabled
[    0.867477] rockchip_set_mux:warning ignore bank num 15
[    0.867620] rockchip_set_mux:warning ignore bank num 15
[    0.867766] rockchip_set_mux:warning ignore bank num 15
[    0.867890] rockchip_set_mux:warning ignore bank num 15
[    0.868003] rockchip_set_mux:warning ignore bank num 15
[    0.868115] rockchip_set_mux:warning ignore bank num 15
[    0.868707] rockchip_set_mux:warning ignore bank num 15
[    0.868878] rockchip_set_mux:warning ignore bank num 15
[    0.869426] rockchip_set_mux:warning ignore bank num 15
[    0.869569] rockchip_set_mux:warning ignore bank num 15
[    0.870105] rockchip_set_mux:warning ignore bank num 15
[    0.870251] rockchip_set_mux:warning ignore bank num 15
[    0.870791] rockchip_set_mux:warning ignore bank num 15
[    0.870935] rockchip_set_mux:warning ignore bank num 15
[    0.872626] NET: Registered protocol family 2
[    0.873282] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    0.873356] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    0.873429] TCP: Hash tables configured (established 4096 bind 4096)
[    0.873479] TCP: reno registered
[    0.873493] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.873516] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.873705] NET: Registered protocol family 1
[    0.874359] Unpacking initramfs...
[    0.944297] Freeing initrd memory: 1304K (c5bf0000 - c5d36000)
[    0.945006] hw perfevents: enabled with ARMv7 Cortex-A12 PMU driver, 7 counters available
[    0.945597] vcodec_service: probe device ff9a0000.vpu_service
[    0.945807] vcodec_service: No reset resource define
[    0.945981] vcodec_service: ff9a0000.vpu_service: power on
[    0.946070] vcodec_service: probe device ff9a0000.vpu_service
[    0.946086] vcodec_service: checking hw id 4831
[    0.947166] vcodec_service: ff9a0000.vpu_service: power off...
[    0.947212] vcodec_service: done
[    0.947221] vcodec_service: init success
[    0.947285] vcodec_service: probe device ff9c0000.hevc_service
[    0.947623] vcodec_service: ff9c0000.hevc_service: power on
[    0.947686] vcodec_service: probe device ff9c0000.hevc_service
[    0.947700] vcodec_service: checking hw id 6867
[    0.948269] vcodec_service: ff9c0000.hevc_service: power off...
[    0.948310] vcodec_service: done
[    0.948318] vcodec_service: init success
[    0.948461] rknandbase v1.0 2014-03-31
[    0.948594] rknand: probe of ff400000.nandc failed with error -1
[    0.948711] rknand_driver:ret = 0
[    0.949885] audit: initializing netlink socket (disabled)
[    0.949928] type=2000 audit(0.450:1): initialized
[    0.950740] bounce pool size: 64 pages
[    0.955406] fuse init (API version 7.22)
[    0.955813] msgmni has been set to 952
[    0.957581] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.957596] io scheduler noop registered
[    0.957605] io scheduler deadline registered
[    0.957696] io scheduler cfq registered (default)
[    0.958949] rockchip-hdmiv2 ff980000.hdmi: rockchip hdmiv2 probe sucess.
[    0.959660] IEP Driver loaded succesfully
[    0.959754] Module initialized.
[    0.960567] dma-pl330 ffb20000.pdma: Loaded driver for PL330 DMAC-2364208
[    0.960584] dma-pl330 ffb20000.pdma:         DBUFF-64x8bytes Num_Chans-5 Num_Peri-6 Num_Events-10
[    0.961894] dma-pl330 ff250000.pdma: Loaded driver for PL330 DMAC-2364208
[    0.961912] dma-pl330 ff250000.pdma:         DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    0.962212] pwm-voltage-regulator pwm_regulator.26: unable to request PWM, trying legacy API
[    0.962227] pwm-voltage-regulator pwm_regulator.26: unable to request legacy PWM
[    0.962236] pwm_regulator_probe:error
[    0.962256] platform pwm_regulator.26: Driver pwm-voltage-regulator requests probe deferral
[    0.962448] rk_serial.c v1.8 2014-03-04
[    0.962672] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 87) is a rk29_serial.0
[    0.962858] serial ff180000.serial: membase e097e000
[    0.963019] ff190000.serial: ttyS1 at MMIO 0xff190000 (irq = 88) is a rk29_serial.1
[    0.963185] serial ff190000.serial: membase e599e000
[    0.963321] ff690000.serial: ttyS2 at MMIO 0xff690000 (irq = 89) is a rk29_serial.2
[    0.966696] console [ttyS2] enabled
[    0.966934] serial ff690000.serial: membase fed60000
[    0.967123] ff1b0000.serial: ttyS3 at MMIO 0xff1b0000 (irq = 90) is a rk29_serial.3
[    0.967297] serial ff1b0000.serial: membase e59be000
[    0.970151] loop: module loaded
[    0.970510] zram: Created 1 device(s) ...
[    0.970596] i2c-core: driver [mpu6050B1] using legacy suspend method
[    0.970609] i2c-core: driver [mpu6050B1] using legacy resume method
[    0.970627] mpu_init: Probe name mpu6050B1
[    0.970770] ak8963_mod_init: Probe name ak8963_mod
[    0.971491] SCSI Media Changer driver v0.25
[    0.971755] dws->regs: e59e2000
[    0.973006] rockchip_spi_probe:num_cs=2,bus_num=0,irq=76,freq=45692308 ok
[    0.973342] tun: Universal TUN/TAP device driver, 1.6
[    0.973356] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.973477] vmac_init.
[    0.974078] stmmac_probe_config_dt: Can not read property: pmu_regulator.
[    0.974094] stmmac_probe_config_dt: clock input/output? (input).
[    0.974107] stmmac_probe_config_dt: TX delay(0x1d).
[    0.974119] stmmac_probe_config_dt: RX delay(0x16).
[    0.974168] stmmac_probe_config_dt: is rockchip,rk3288-gmac
[    0.974179] stmmc_pltfr_init:
[    0.974188] stmmc_pltfr_init: ERROR: Get power-gpio failed.
[    0.974213] gmac_phy_reset: ERROR: Request pin stmmc_pltfr_init failed.
[    0.974224] stmmc_pltfr_init: init for RGMII
[    0.974236] tx delay=0x1d
[    0.974236] rx delay=0x16
[    0.974252] tx delay=0x1d
[    0.974252] rx delay=0x16
[    0.974713] stmmac - user ID: 0x10, Synopsys ID: 0x35
[    0.974724]  Normal descriptors
[    0.974733]  Ring mode enabled
[    0.974743]  DMA HW capability register supported
[    0.974756]  RX Checksum Offload Engine supported (type 2)
[    0.974767]  TX Checksum insertion supported
[    0.974776]  Wake-Up On Lan supported
[    0.974812]  Enable RX Mitigation via HW Watchdog Timer
[    0.975266] PPP generic driver version 2.4.2
[    0.975422] PPP BSD Compression module registered
[    0.975435] PPP Deflate Compression module registered
[    0.975458] PPP MPPE Compression module registered
[    0.975472] NET: Registered protocol family 24
[    0.975509] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
[    0.975523] CSLIP: code copyright 1989 Regents of the University of California.
[    0.975536] Rockchip WiFi SYS interface (V1.00) ...
[    0.975571] esp_mem_init enter date Mar  9 2018 17:25:17
[    0.975581] esp_mem_init VERSION [V2.5]
[    0.975619] esp_mem_init complete
[    0.975703] usbcore: registered new interface driver catc
[    0.975752] usbcore: registered new interface driver kaweth
[    0.975766] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[    0.975806] usbcore: registered new interface driver pegasus
[    0.975847] usbcore: registered new interface driver rtl8150
[    0.975887] usbcore: registered new interface driver r8152
[    0.975898] hso: drivers/net/usb/hso.c: Option Wireless
[    0.976008] usbcore: registered new interface driver hso
[    0.976054] usbcore: registered new interface driver asix
[    0.976101] usbcore: registered new interface driver ax88179_178a
[    0.976143] usbcore: registered new interface driver cdc_ether
[    0.976181] usbcore: registered new interface driver cdc_eem
[    0.976219] usbcore: registered new interface driver dm9601
[    0.976256] usbcore: registered new interface driver dm9620
[    0.976304] usbcore: registered new interface driver smsc75xx
[    0.976355] usbcore: registered new interface driver smsc95xx
[    0.976396] usbcore: registered new interface driver gl620a
[    0.976436] usbcore: registered new interface driver net1080
[    0.976478] usbcore: registered new interface driver plusb
[    0.976517] usbcore: registered new interface driver rndis_host
[    0.976556] usbcore: registered new interface driver cdc_subset
[    0.976594] usbcore: registered new interface driver zaurus
[    0.976634] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[    0.976700] usbcore: registered new interface driver int51x1
[    0.976740] usbcore: registered new interface driver kalmia
[    0.976780] usbcore: registered new interface driver ipheth
[    0.976822] usbcore: registered new interface driver sierra_net
[    0.976862] usbcore: registered new interface driver cx82310_eth
[    0.976910] usbcore: registered new interface driver cdc_ncm
[    0.976950] usbcore: registered new interface driver qmi_wwan
[    0.976995] usbcore: registered new interface driver cdc_mbim
[    0.977008] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.979473] EHCI: ehci_rk_probe e5a40000 e5a40010
[    0.979493] rockchip_ehci_host ff500000.usb: EHCI Host Controller
[    0.979524] rockchip_ehci_host ff500000.usb: new USB bus registered, assigned bus number 1
[    0.979914] rockchip_ehci_host ff500000.usb: irq 56, io mem 0xff500000
[    0.995629] rockchip_ehci_host ff500000.usb: USB 2.0 started, EHCI 1.00
[    0.995713] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.995730] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.995745] usb usb1: Product: EHCI Host Controller
[    0.995758] usb usb1: Manufacturer: Linux 3.10.0 ehci_hcd
[    0.995771] usb usb1: SerialNumber: ff500000.usb
[    0.996229] hub 1-0:1.0: USB hub found
[    0.996255] hub 1-0:1.0: 1 port detected
[    0.996430] EHCI: ehci_rk_probe ok
[    0.996545] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.996819] ohci-rockchip ff520000.usb: RK OHCI Host Controller
[    0.996851] ohci-rockchip ff520000.usb: new USB bus registered, assigned bus number 2
[    0.996895] ohci-rockchip ff520000.usb: irq 73, io mem 0xff520000
[    1.058665] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.058685] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.058700] usb usb2: Product: RK OHCI Host Controller
[    1.058713] usb usb2: Manufacturer: Linux 3.10.0 ohci_hcd
[    1.058726] usb usb2: SerialNumber: ff520000.usb
[    1.059142] hub 2-0:1.0: USB hub found
[    1.059170] hub 2-0:1.0: 1 port detected
[    1.059515] usbcore: registered new interface driver cdc_acm
[    1.059530] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    1.059587] usbcore: registered new interface driver usblp
[    1.059633] usbcore: registered new interface driver cdc_wdm
[    1.059703] usbcore: registered new interface driver usb-storage
[    1.059744] usbcore: registered new interface driver ums-alauda
[    1.059784] usbcore: registered new interface driver ums-cypress
[    1.059830] usbcore: registered new interface driver ums-datafab
[    1.059872] usbcore: registered new interface driver ums_eneub6250
[    1.059913] usbcore: registered new interface driver ums-freecom
[    1.059953] usbcore: registered new interface driver ums-isd200
[    1.059994] usbcore: registered new interface driver ums-jumpshot
[    1.060034] usbcore: registered new interface driver ums-karma
[    1.060075] usbcore: registered new interface driver ums-onetouch
[    1.060116] usbcore: registered new interface driver ums-sddr09
[    1.060157] usbcore: registered new interface driver ums-sddr55
[    1.060198] usbcore: registered new interface driver ums-usbat
[    1.060299] usbcore: registered new interface driver usbserial
[    1.060341] usbcore: registered new interface driver usbserial_generic
[    1.060375] usbserial: USB Serial support registered for generic
[    1.060418] usbcore: registered new interface driver ch341
[    1.060453] usbserial: USB Serial support registered for ch341-uart
[    1.060498] usbcore: registered new interface driver cp210x
[    1.060529] usbserial: USB Serial support registered for cp210x
[    1.060581] usbcore: registered new interface driver option
[    1.060617] usbserial: USB Serial support registered for GSM modem (1-port)
[    1.060710] usbcore: registered new interface driver pl2303
[    1.060743] usbserial: USB Serial support registered for pl2303
[    1.060795] usbcore: registered new interface driver trancevibrator
[    1.060808] usb20_otg: version 3.10a 21-DEC-2012
[    1.061263] e5b00040
[    1.061276] Core Release: 3.10a
[    1.061288] Setting default values for core params
[    1.061420] Using Buffer DMA mode
[    1.061432] Periodic Transfer Interrupt Enhancement - disabled
[    1.061442] Multiprocessor Interrupt Enhancement - disabled
[    1.061455] OTG VER PARAM: 0, OTG VER FLAG: 0
[    1.061466] ^^^^^^^^^^^^^^^^^Device Mode
[    1.061479] Dedicated Tx FIFOs mode
[    1.061498] pcd_init otg_dev = dded2780
[    1.061668] usb20_otg ff580000.usb: DWC OTG Controller
[    1.061699] usb20_otg ff580000.usb: new USB bus registered, assigned bus number 3
[    1.061729] usb20_otg ff580000.usb: irq 55, io mem 0x00000000
[    1.061790] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.061807] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.061823] usb usb3: Product: DWC OTG Controller
[    1.061835] usb usb3: Manufacturer: Linux 3.10.0 dwc_otg_hcd
[    1.061848] usb usb3: SerialNumber: ff580000.usb
[    1.062288] hub 3-0:1.0: USB hub found
[    1.062312] hub 3-0:1.0: 1 port detected
[    1.062626] usb20_host: version 3.10a 21-DEC-2012
[    1.065185] e5b80040
[    1.065200] Core Release: 3.10a
[    1.065211] Setting default values for core params
[    1.065317] Using Buffer DMA mode
[    1.065329] Periodic Transfer Interrupt Enhancement - disabled
[    1.065340] Multiprocessor Interrupt Enhancement - disabled
[    1.065351] OTG VER PARAM: 0, OTG VER FLAG: 0
[    1.065361] ^^^^^^^^^^^^^^^^^^Host Mode
[    1.065389] usb20_host ff540000.usb: DWC OTG Controller
[    1.065414] usb20_host ff540000.usb: new USB bus registered, assigned bus number 4
[    1.065445] usb20_host ff540000.usb: irq 57, io mem 0x00000000
[    1.065538] Init: Power Port (0)
[    1.065602] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[    1.065619] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.065634] usb usb4: Product: DWC OTG Controller
[    1.065647] usb usb4: Manufacturer: Linux 3.10.0 dwc_otg_hcd
[    1.065660] usb usb4: SerialNumber: ff540000.usb
[    1.066046] hub 4-0:1.0: USB hub found
[    1.066067] hub 4-0:1.0: 1 port detected
[    1.066782] usbcore: registered new interface driver xpad
[    1.066845] usbcore: registered new interface driver usb_acecad
[    1.066892] usbcore: registered new interface driver aiptek
[    1.066944] usbcore: registered new interface driver gtco
[    1.066992] usbcore: registered new interface driver hanwang
[    1.067037] usbcore: registered new interface driver kbtab
[    1.067091] usbcore: registered new interface driver wacom
[    1.067220] ==gsl_ts_init==
[    1.067266] ret=0
[    1.067543] sensor_register_slave:mma8452,id=17
[    1.067558] sensor_register_slave:gs_mc3230,id=23
[    1.067568] gsensor_init
[    1.067578] sensor_register_slave:mpu6880_acc,id=24
[    1.067590] sensor_register_slave:mpu6500_acc,id=25
[    1.067601] sensor_register_slave:cm3217,id=48
[    1.067612] sensor_register_slave:cm3218,id=49
[    1.067844] .. rk pwm remotectl v1.1 init
[    1.068086] input: ff680000.pwm as /devices/ff680000.pwm/input/input0
[    1.070615] rtc_hym8563 0-0051: clock/calendar information is no longer guaranteed
[    1.073584] rtc_hym8563 0-0051: rtc core: registered hym8563 as rtc0
[    1.074198] i2c /dev entries driver
[    1.074907] IR NEC protocol handler initialized
[    1.074919] IR RC5(x) protocol handler initialized
[    1.074930] IR RC6 protocol handler initialized
[    1.074940] IR JVC protocol handler initialized
[    1.074950] IR Sony protocol handler initialized
[    1.074960] IR RC5 (streamzap) protocol handler initialized
[    1.074970] IR SANYO protocol handler initialized
[    1.074981] IR MCE Keyboard/mouse protocol handler initialized
[    1.075146] usbcore: registered new interface driver uvcvideo
[    1.075160] USB Video Class driver (1.1.1)
[    1.075174] CamSys driver version: v0.32.0,  CamSys head file version: v0.11.0
[    1.076664] D1:camsys_platform_probe(1300): 1-gpios-cifpower: gpio=236
[    1.076687] D1:camsys_platform_probe(1303): gpios-cifpower: gpio_request
[    1.076708] D1:camsys_platform_probe(1305): 1-gpios-cifpower: gpio_request=0
[    1.076730] D1:camsys_platform_probe(1314): gpios-cifpower: 236 high
[    1.076770] D1:camsys_mipiphy_probe_cb(115): compatible is rockchip,rk3288
[    1.076770]
[    1.076843] D1:camsys_mipiphy_probe_cb(186): ff910000.isp mipi phy0 probe success(reg_phy: 0x0  reg_vir: 0x0  size: 0x0)
[    1.076995] D1:camsys_mipiphy_probe_cb(183): ff910000.isp mipi phy1 probe success(reg_phy: 0xff968000  reg_vir: 0xe59f0000  size: 0x4000)
[    1.077642] D1:camsys_platform_probe(1446): ff910000.isp memory:
[    1.077661] D1:camsys_platform_probe(1456):     Register memory (phy: 0xff910000 vir: 0xe5a20000 size: 0x10000)
[    1.077678] D1:camsys_platform_probe(1451):     I2c memory (phy: 0x1df0f000 vir: 0xddf0f000 size: 0x1000)
[    1.077693] D1:camsys_init_ext_fsh_module(20): init external flash module
[    1.077705] D1:camsys_platform_probe(1471): Probe ff910000.isp device success
[    1.078214] not find test_power_init dev node
[    1.078280] i2c-core: driver [bq27320] using legacy suspend method
[    1.078292] i2c-core: driver [bq27320] using legacy resume method
[    1.078649] rockchip_temp_probe,line=364
[    1.133389] tsadc ff280000.tsadc: initialized
[    1.133785] device-mapper: uevent: version 1.0.3
[    1.134048] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
[    1.134363] Bluetooth: HCI UART driver ver 2.2
[    1.134379] Bluetooth: HCI H4 protocol initialized
[    1.134391] Bluetooth: HCILL protocol initialized
[    1.134402] rtk_btusb: Realtek Bluetooth USB driver module init, version 2.21
[    1.134414] rtk_btusb: Register usb char device interface for BT driver
[    1.134605] usbcore: registered new interface driver rtk_btusb
[    1.137984] cpufreq version 1.0, suspend freq 1200 MHz
[    1.138191] cpuidle: using governor ladder
[    1.138204] cpuidle: using governor menu
[    1.138242] Synopsys Designware Multimedia Card Interface Driver
[    1.138254] MHSC version = Ver 2.00 2015-06-10
[    1.138567] dw cru_regsbase addr 0x1d8.
[    1.138580] dw cru_reset_offset val 3.
[    1.138595] dwmmc_rockchip ff0f0000.rksdmmc: Version ID is 270a
[    1.138642] dwmmc_rockchip ff0f0000.rksdmmc: failed to get hpclk_mmc
[    1.138946] dwmmc_rockchip ff0f0000.rksdmmc: Using internal DMA controller.
[    1.139118] dw_mci_init_slot: fmin=400000, fmax=100000000 [mmc0]
[    1.139260] 1358..dw_mci_set_ios:  no card. [mmc0]
[    1.153081] 1358..dw_mci_set_ios:  no card. [mmc0]
[    1.172779] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out 800000Hz for init[mmc0]
[    1.172806] dwmmc_rockchip ff0f0000.rksdmmc: DW MMC controller at irq 67, 32 bit host data width, 256 deep fifo
[    1.172824] dwmmc_rockchip ff0f0000.rksdmmc: 1 slots initialized
[    1.173141] dw cru_regsbase addr 0x1d8.
[    1.173155] dw cru_reset_offset val 0.
[    1.173170] dwmmc_rockchip ff0c0000.rksdmmc: Version ID is 270a
[    1.173207] dwmmc_rockchip ff0c0000.rksdmmc: failed to get hpclk_mmc
[    1.173935] dwmmc_rockchip ff0c0000.rksdmmc: Using internal DMA controller.
[    1.174096] dw_mci_init_slot: fmin=300000, fmax=50000000 [mmc1]
[    1.174561] dwmmc_rockchip ff0c0000.rksdmmc: mmc1: No udbg pinctrl found!
[    1.174642] 1358..dw_mci_set_ios:  no card. [mmc1]
[    1.192432] 1358..dw_mci_set_ios:  no card. [mmc1]
[    1.204876] mmc0: BKOPS_EN bit is not set
[    1.206760] rk_sdmmc: BOOT Bus speed=0Hz,Bus width=8bits.[mmc0]
[    1.209045] mmc_host mmc0: Bus speed (slot 0) = 100000000Hz (slot req 100000000Hz, actual 100000000HZ div = 0)
[    1.209067] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out normal clock [mmc0]
[    1.209089] [mmc0] tuning regsbase addr 0x218.
[    1.209828] [mmc0] Data transmission error !!!!  MINTSTS: [0x00000088]
[    1.209837] [mmc0] host was already tuning, Don't need to retry tune again ignore 0.
[    1.209868] dwmmc_rockchip ff0f0000.rksdmmc: Tuning error: cmd.error:0, data.error:-84
[    1.209894] [mmc0] Data transmission error !!!!  MINTSTS: [0x00000088]
[    1.209903] [mmc0] host was already tuning, Don't need to retry tune again ignore 0.
[    1.209934] dwmmc_rockchip ff0f0000.rksdmmc: Tuning error: cmd.error:-84, data.error:-115
[    1.209960] [mmc0] Data transmission error !!!!  MINTSTS: [0x00000080]
[    1.209968] [mmc0] host was already tuning, Don't need to retry tune again ignore 0.
[    1.209999] dwmmc_rockchip ff0f0000.rksdmmc: Tuning error: cmd.error:-84, data.error:-115
[    1.210025] [mmc0] Data transmission error !!!!  MINTSTS: [0x00000088]
[    1.210034] [mmc0] host was already tuning, Don't need to retry tune again ignore 0.
[    1.210064] dwmmc_rockchip ff0f0000.rksdmmc: Tuning error: cmd.error:0, data.error:-84
[    1.210112] dwmmc_rockchip ff0f0000.rksdmmc: Good phase range 0-225 (21 len)
[    1.210123] dwmmc_rockchip ff0f0000.rksdmmc: Good phase range 282-282 (1 len)
[    1.210134] dwmmc_rockchip ff0f0000.rksdmmc: Best phase range 0-225 (21 len)
[    1.210145] dwmmc_rockchip ff0f0000.rksdmmc: Successfully tuned phase to 113
[    1.210188] mmc0: new HS200 MMC card at address 0001
[    1.210463] mmcblk0: mmc0:0001 AJNB4R 14.5 GiB
[    1.210573] mmcblk0rpmb: mmc0:0001 AJNB4R partition 3 4.00 MiB
[    1.210906]      uboot: 0x000400000 -- 0x000800000 (4 MB)
[    1.210919]       misc: 0x000800000 -- 0x000c00000 (4 MB)
[    1.210928]   resource: 0x000c00000 -- 0x001c00000 (16 MB)
[    1.210937]     kernel: 0x001c00000 -- 0x002c00000 (16 MB)
[    1.210946]       boot: 0x002c00000 -- 0x004c00000 (32 MB)
[    1.210954]   recovery: 0x004c00000 -- 0x006c00000 (32 MB)
[    1.210962]     backup: 0x006c00000 -- 0x00a000000 (52 MB)
[    1.210971]      cache: 0x00a000000 -- 0x012000000 (128 MB)
[    1.210979]     kpanic: 0x012000000 -- 0x012400000 (4 MB)
[    1.210988]     system: 0x012400000 -- 0x072400000 (1536 MB)
[    1.210997]   metadata: 0x072400000 -- 0x073400000 (16 MB)
[    1.211005] baseparamer: 0x073400000 -- 0x073800000 (4 MB)
[    1.211013]   userdata: 0x073800000 -- 0x0b3800000 (1024 MB)
[    1.211022] radical_update: 0x0b3800000 -- 0x0b7800000 (64 MB)
[    1.211031]       user: 0x0b7800000 -- 0x3a3a00000 (11970 MB)
[    1.211061]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15[    1.212168] dwmmc_rockchip ff0c0000.rksdmmc: DW MMC controller at irq 64, 32 bit host data width, 256 deep fifo
[    1.212182] dwmmc_rockchip ff0c0000.rksdmmc: 1 slots initialized
[    1.212516] dw cru_regsbase addr 0x1d8.
[    1.212526] dw cru_reset_offset val 1.
[    1.212536] dwmmc_rockchip ff0d0000.rksdmmc: Version ID is 270a
[    1.212572] dwmmc_rockchip ff0d0000.rksdmmc: failed to get hpclk_mmc
1358..dw_mci_set_ios:  no card. [mmc1]
[    1.212804] dwmmc_rockchip ff0d0000.rksdmmc: Using internal DMA controller.
[    1.212926] dw_mci_init_slot: fmin=200000, fmax=50000000 [mmc2]
[    1.213180] 1358..dw_mci_set_ios:  no card. [mmc2]
[    1.231783] 1358..dw_mci_set_ios:  no card. [mmc2]
[    1.251473] 1358..dw_mci_set_ios:  no card. [mmc2]
[    1.251496] dwmmc_rockchip ff0d0000.rksdmmc: DW MMC controller at irq 65, 32 bit host data width, 256 deep fifo
[    1.251508] dwmmc_rockchip ff0d0000.rksdmmc: 1 slots initialized
[    1.251809] leds-gpio leds.33: pins are not configured from the driver
[    1.252026] hidraw: raw HID events driver (C) Jiri Kosina
[    1.253517] usbcore: registered new interface driver usbhid
[    1.253527] usbhid: USB HID core driver
[    1.253641] ashmem: initialized
[    1.253760] logger: created 256K log 'log_main'
[    1.253854] logger: created 256K log 'log_events'
[    1.253946] logger: created 256K log 'log_radio'
[    1.254045] logger: created 256K log 'log_system'
[    1.255198] input: rk29-keypad as /devices/ff100000.adc/key.36/input/input1
[    1.256034] rockchip-pinctrl ff770000.pinctrl: pin gpio6-8 already requested by ff890000.rockchip-i2s; cannot claim for 2-0010
[    1.256050] rockchip-pinctrl ff770000.pinctrl: pin-200 (2-0010) status -22
[    1.256062] rockchip-pinctrl ff770000.pinctrl: could not request pin 200 on device rockchip-pinctrl
[    1.256073] ES8323 2-0010: Error applying setting, reverse things back
[    1.256124] jp es8323_line_det_gpio:-1
[    1.256381] es8323 probe i2c recv ok
[    1.257351] rockchip-spdif ff880000.rockchip-spdif: spdif ready.
[    1.257938] es8323_probe
[    1.891418] ES8323 2-0010: ASoC: no dapm match for LINPUT1 --> NULL --> Left Line Mux
[    1.891430] ES8323 2-0010: ASoC: Failed to add route LINPUT1 -> NULL -> Left Line Mux
[    1.891440] ES8323 2-0010: ASoC: no dapm match for LINPUT2 --> NULL --> Left Line Mux
[    1.891449] ES8323 2-0010: ASoC: Failed to add route LINPUT2 -> NULL -> Left Line Mux
[    1.891459] ES8323 2-0010: ASoC: no dapm match for Left PGA Mux --> NULL --> Left Line Mux
[    1.891467] ES8323 2-0010: ASoC: Failed to add route Left PGA Mux -> NULL -> Left Line Mux
[    1.891477] ES8323 2-0010: ASoC: no dapm match for RINPUT1 --> NULL --> Right Line Mux
[    1.891485] ES8323 2-0010: ASoC: Failed to add route RINPUT1 -> NULL -> Right Line Mux
[    1.891495] ES8323 2-0010: ASoC: no dapm match for RINPUT2 --> NULL --> Right Line Mux
[    1.891502] ES8323 2-0010: ASoC: Failed to add route RINPUT2 -> NULL -> Right Line Mux
[    1.891511] ES8323 2-0010: ASoC: no dapm match for Right PGA Mux --> NULL --> Right Line Mux
[    1.891519] ES8323 2-0010: ASoC: Failed to add route Right PGA Mux -> NULL -> Right Line Mux
[    1.891528] ES8323 2-0010: ASoC: no dapm match for LINPUT1 --> LAMP --> Left PGA Mux
[    1.891536] ES8323 2-0010: ASoC: Failed to add route LINPUT1 -> LAMP -> Left PGA Mux
[    1.891545] ES8323 2-0010: ASoC: no dapm match for LINPUT2 --> LAMP --> Left PGA Mux
[    1.891552] ES8323 2-0010: ASoC: Failed to add route LINPUT2 -> LAMP -> Left PGA Mux
[    1.891561] ES8323 2-0010: ASoC: no dapm match for Differential Mux --> LAMP --> Left PGA Mux
[    1.891570] ES8323 2-0010: ASoC: Failed to add route Differential Mux -> LAMP -> Left PGA Mux
[    1.891579] ES8323 2-0010: ASoC: no dapm match for RINPUT1 --> RAMP --> Right PGA Mux
[    1.891588] ES8323 2-0010: ASoC: Failed to add route RINPUT1 -> RAMP -> Right PGA Mux
[    1.891597] ES8323 2-0010: ASoC: no dapm match for RINPUT2 --> RAMP --> Right PGA Mux
[    1.891604] ES8323 2-0010: ASoC: Failed to add route RINPUT2 -> RAMP -> Right PGA Mux
[    1.891614] ES8323 2-0010: ASoC: no dapm match for Differential Mux --> RAMP --> Right PGA Mux
[    1.891622] ES8323 2-0010: ASoC: Failed to add route Differential Mux -> RAMP -> Right PGA Mux
[    1.891632] ES8323 2-0010: ASoC: no dapm match for LINPUT1 --> LAMP --> Differential Mux
[    1.891639] ES8323 2-0010: ASoC: Failed to add route LINPUT1 -> LAMP -> Differential Mux
[    1.891648] ES8323 2-0010: ASoC: no dapm match for RINPUT1 --> RAMP --> Differential Mux
[    1.891656] ES8323 2-0010: ASoC: Failed to add route RINPUT1 -> RAMP -> Differential Mux
[    1.891664] ES8323 2-0010: ASoC: no dapm match for LINPUT2 --> LAMP --> Differential Mux
[    1.891672] ES8323 2-0010: ASoC: Failed to add route LINPUT2 -> LAMP -> Differential Mux
[    1.891681] ES8323 2-0010: ASoC: no dapm match for RINPUT2 --> RAMP --> Differential Mux
[    1.891688] ES8323 2-0010: ASoC: Failed to add route RINPUT2 -> RAMP -> Differential Mux
[    1.891708] ES8323 2-0010: ASoC: no dapm match for LINPUT1 --> LAMP --> Left Line Mux
[    1.891716] ES8323 2-0010: ASoC: Failed to add route LINPUT1 -> LAMP -> Left Line Mux
[    1.891725] ES8323 2-0010: ASoC: no dapm match for LINPUT2 --> LAMP --> Left Line Mux
[    1.891732] ES8323 2-0010: ASoC: Failed to add route LINPUT2 -> LAMP -> Left Line Mux
[    1.891741] ES8323 2-0010: ASoC: no dapm match for Left PGA Mux --> LAMP --> Left Line Mux
[    1.891749] ES8323 2-0010: ASoC: Failed to add route Left PGA Mux -> LAMP -> Left Line Mux
[    1.891758] ES8323 2-0010: ASoC: no dapm match for RINPUT1 --> RAMP --> Right Line Mux
[    1.891766] ES8323 2-0010: ASoC: Failed to add route RINPUT1 -> RAMP -> Right Line Mux
[    1.891775] ES8323 2-0010: ASoC: no dapm match for RINPUT2 --> RAMP --> Right Line Mux
[    1.891783] ES8323 2-0010: ASoC: Failed to add route RINPUT2 -> RAMP -> Right Line Mux
[    1.891791] ES8323 2-0010: ASoC: no dapm match for Right PGA Mux --> RAMP --> Right Line Mux
[    1.891799] ES8323 2-0010: ASoC: Failed to add route Right PGA Mux -> RAMP -> Right Line Mux
[    1.891935] ES8323 2-0010: ASoC: mux Right Line Mux has no paths
[    1.891947] ES8323 2-0010: ASoC: mux Left Line Mux has no paths
[    1.891958] ES8323 2-0010: ASoC: mux Right PGA Mux has no paths
[    1.891968] ES8323 2-0010: ASoC: mux Left PGA Mux has no paths
[    1.891989] ES8323 2-0010: ASoC: mux Differential Mux has no paths
[    1.898282] rockchip-es8323 rockchip-es8323.31:  ES8323 HiFi <-> ff890000.rockchip-i2s mapping ok
[    1.898671] input: RK_ES8323 Headphone Jack as /devices/rockchip-es8323.31/sound/card0/input2
[    1.899127] u32 classifier
[    1.899134]     Actions configured
[    1.899146] Netfilter messages via NETLINK v0.30.
[    1.899199] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    1.899465] ctnetlink v0.93: registering with nfnetlink.
[    1.899524] NF_TPROXY: Transparent proxy support initialized, version 4.1.0
[    1.899530] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
[    1.899748] xt_time: kernel timezone is -0000
[    1.899917] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.900029] arp_tables: (C) 2002 David S. Miller
[    1.900062] TCP: cubic registered
[    1.900069] Initializing XFRM netlink socket
[    1.900239] NET: Registered protocol family 10
[    1.900684] mip6: Mobile IPv6
[    1.900710] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    1.900812] sit: IPv6 over IPv4 tunneling driver
[    1.901123] NET: Registered protocol family 17
[    1.901147] NET: Registered protocol family 15
[    1.901194] Bridge firewalling registered
[    1.901205] Ebtables v2.0 registered
[    1.901368] Bluetooth: RFCOMM TTY layer initialized
[    1.901390] Bluetooth: RFCOMM socket layer initialized
[    1.901397] Bluetooth: RFCOMM ver 1.11
[    1.901403] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    1.901409] Bluetooth: BNEP filters: protocol multicast
[    1.901418] Bluetooth: BNEP socket layer initialized
[    1.901425] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    1.901435] Bluetooth: HIDP socket layer initialized
[    1.901457] l2tp_core: L2TP core driver, V2.0
[    1.901469] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[    1.901476] [WLAN_RFKILL]: Enter rfkill_wlan_init
[    1.901675] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[    1.901685] [WLAN_RFKILL]: can't find rockchip,grf property
[    1.901693] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = bcmwifi
[    1.901701] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[    1.901709] [WLAN_RFKILL]: wlan_platdata_parse_dt: disable wifi io reference voltage control.
[    1.901715] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
[    1.901735] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,poweren_gpio = 156, flags = 0.
[    1.901753] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,host_wake_irq = 158, flags = 0.
[    1.901761] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[    1.901787] [WLAN_RFKILL]: rockchip_wifi_voltage_select: wifi & sdio reference voltage: 1.8V
[    1.901795] [WLAN_RFKILL]: Exit rfkill_wlan_probe
[    1.901830] [BT_RFKILL]: Enter rfkill_rk_init
[    1.901950] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 147.
[    1.901965] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,power_gpio = 155.
[    1.901978] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 157.
[    1.901990] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 154.
[    1.902002] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 159.
[    1.902042] [BT_RFKILL]: Request irq for bt wakeup host
[    1.902138] [BT_RFKILL]: ** disable irq
[    1.902212] [BT_RFKILL]: ap6335 device registered.
[    1.902840] rk3288_init_suspend
[    1.902851] rk3288_suspend_init enter
[    1.903052] rk3288_suspend_init: pm_ctrbits =200007
[    1.903081] gpio_get_dts_info suspend:4
[    1.903087] gpio_get_dts_info resume:4
[    1.903093] rockchip,pmic-suspend_gpios:14007a10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
[    1.903119] rockchip,pmic-resume_gpios:2007a11 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
[    1.903246] clks_gating_suspend_init:clkgt info ok
[    1.903329] Registering SWP/SWPB emulation handler
[    1.903341] rockchip_uboot_mem_late_init: Freeing uboot logo memory: 0x02000000@0x7dc00000
[    1.905821] ddrfreq: verion 1.2 20140526
[    1.905835] ddrfreq: normal 528MHz video_1080p 0MHz video_4k 456MHz dualview 0MHz idle 0MHz suspend 200MHz reboot 528MHz
[    1.905843] ddrfreq: auto-freq=0
[    1.905848] ddrfreq: auto-freq-table[0] 240MHz
[    1.905853] ddrfreq: auto-freq-table[1] 324MHz
[    1.905859] ddrfreq: auto-freq-table[2] 456MHz
[    1.905864] ddrfreq: auto-freq-table[3] 528MHz
[    1.920891] act_ldo3: operation not allowed
[    1.920899] vga_edid_probe: turn on ldo3 done.
[    1.921155] act_ldo4: operation not allowed
[    1.921161] vga_edid_probe: turn on ldo done.
[    1.921410] act_ldo2: operation not allowed
[    1.921417] vga_edid_probe: turn on ldo2 done.
[    1.921663] act_ldo8: operation not allowed
[    1.921669] vga_edid_probe: turn on ldo done.
[    1.926774] unable to read EDID block.
[    1.961383] unable to read EDID block.
[    1.995985] unable to read EDID block.
[    1.995995] vga-ddc: read and parse edid failed errno:-5.
[    1.996000] vga_edid_probe: success. 10
[    1.996115] firefly_vga_get_enable 180, 0
[    1.996122] firefly_vga_get_status 186
[    1.996128] firefly_vga_set_enable 159 enable:1
[    1.996146] firefly_vga_enable 130 start
[    1.996154] firefly_switch_fb 55
[    1.996161] lcdc0 driver not found!VGA ENABLE
[    1.996180] regulator-dummy: disabling
[    1.996435] rk3288-lcdc lcdc0: can't find power_ctr node for lcdc0
[    1.996444] rk_fb_trsm_ops_get:un supported transmitter:0!
[    1.996566] graphics fb4: rockchip framebuffer registerd:fb4
[    1.996744] graphics fb5: rockchip framebuffer registerd:fb5
[    1.996839] graphics fb6: rockchip framebuffer registerd:fb6
[    1.996938] graphics fb7: rockchip framebuffer registerd:fb7
[    1.997448] unknow screen type: 0
[    1.997536] rk3288-lcdc lcdc0: lcdc0: dclk:240000000>>fps:2417
[    1.997544] rk3288-lcdc lcdc0: wakeup from standby!
[    2.001001] fb4:phy:10000000>>vir:e0991000>>len:0x3000000
[    2.001011] rk3288-lcdc lcdc0: lcdc0 probe ok, iommu enabled
[    2.001162] =======================================================
[    2.001170] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[    2.001176] =======================================================
[    2.001182]  WiFi driver (Powered by Rockchip,Ver 5.10.WFD.OOB.64bit) init.
[    2.001235] dhd_module_init: in
[    2.001242] ======== bcm_wlan_set_plat_data ========
[    2.001248] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: Enter
[    2.001268] host_oob_irq: 196
[    2.001272] host_oob_irq_flags=4
[    2.001278] dhd_wifi_platform_load: Enter
[    2.001290] pcd_pullup, is_on 0
[    2.001293] Power-up adapter 'DHD generic adapter'
[    2.001316] wifi_platform_set_power = 1
[    2.001321] ======== PULL WL_REG_ON HIGH! ========
[    2.001327] [WLAN_RFKILL]: rockchip_wifi_power: 1
[    2.001332] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: 1
[    2.001335] file system registered
[    2.001343] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: wifi io reference voltage control is disabled.
[    2.001860] android_usb gadget: Mass Storage Function, version: 2009/09/11
[    2.001868] android_usb gadget: Number of LUNs=2
[    2.001875]  lun0: LUN: removable file: (no medium)
[    2.001881]  lun1: LUN: removable file: (no medium)
[    2.002018] android_usb gadget: android_usb ready
[    2.002103] sensor_init: Probe name sensors
[    2.002125] sensor-dev.c v1.4 add angle calculation support between two gsensors 2013-09-01
[    2.002650] rtc_hym8563 0-0051: setting system clock to 2011-01-01 12:00:01 UTC (1293883201)
[    2.008840] rockchip-spdif-card rockchip-spdif-card.29:  rk-hdmi-spdif-hifi <-> ff880000.rockchip-spdif mapping ok
[    2.010098] ret 1024
[    2.010462] usbcore: registered new interface driver snd-usb-audio
[    2.010470] ALSA device list:
[    2.010475]   #0: RK_ES8323
[    2.010480]   #1: RK-SPDIF-CARD
[    2.010848] Freeing unused kernel memory: 356K (c0bb9000 - c0c12000)
[    2.107534] [WLAN_RFKILL]: wifi turn on power. 156
[    2.268258] type=1403 audit(1293883201.760:2): policy loaded auid=4294967295 ses=4294967295
[    2.295737] init: invalid gid 'trace'
[    2.314197] wifi_platform_bus_enumerate device present 1
[    2.314213] ======== Card detection to detect SDIO card! ========
[    2.314223] mmc2:mmc host rescan start!
[    2.404232] init: /dev/hw_random not found
[    2.404294] keychord: using input dev ff680000.pwm for fevent
[    2.404309] keychord: using input dev rk29-keypad for fevent
[    2.409155] init: /dev/hw_random not found
[    2.410094] fs_mgr: Running /sbin/resize2fs on /dev/block/platform/ff0f0000.rksdmmc/by-name/system
[    2.410886] resize2fs: resize2fs 1.42.9 (28-Dec-2013)resize2fs: The filesystem is already 393216 blocks long.  Nothing to do!resize2fs:
[    2.413476] EXT4-fs (mmcblk0p10): Ignoring removed nomblk_io_submit option
[    2.420258] EXT4-fs (mmcblk0p10): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
[    2.420351] fs_mgr: check_fs(): mount(/dev/block/platform/ff0f0000.rksdmmc/by-name/system,/system,ext4)=0
[    2.422268] fs_mgr: Running /sbin/e2fsck on /dev/block/platform/ff0f0000.rksdmmc/by-name/system
[    2.427299] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
[    2.427345] e2fsck: system: clean, 1892/85440 files, 116328/393216 blocks
[    2.431009] EXT4-fs (mmcblk0p10): mounted filesystem with ordered data mode. Opts: noauto_da_alloc
[    2.431077] fs_mgr: __mount(source=/dev/block/platform/ff0f0000.rksdmmc/by-name/system,target=/system,type=ext4)=0
[    2.437879] EXT4-fs (mmcblk0p8): recovery complete
[    2.438255] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard
[    2.438312] fs_mgr: __mount(source=/dev/block/platform/ff0f0000.rksdmmc/by-name/cache,target=/cache,type=ext4)=0
[    2.438664] EXT4-fs (mmcblk0p11): Ignoring removed nomblk_io_submit option
[    2.442261] EXT4-fs (mmcblk0p11): recovery complete
[    2.442280] EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
[    2.442338] fs_mgr: check_fs(): mount(/dev/block/platform/ff0f0000.rksdmmc/by-name/metadata,/metadata,ext4)=0
[    2.443051] fs_mgr: Running /sbin/e2fsck on /dev/block/platform/ff0f0000.rksdmmc/by-name/metadata
[    2.447269] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
[    2.447304] e2fsck: /dev/block/platform/ff0f0000.rksdmmc/by-name/metadata: clean, 11/1024 files, 1102/4096 blocks
[    2.451182] EXT4-fs (mmcblk0p11): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard
[    2.451246] fs_mgr: __mount(source=/dev/block/platform/ff0f0000.rksdmmc/by-name/metadata,target=/metadata,type=ext4)=0
[    2.451288] fs_mgr: Running /system/bin/fsck.f2fs -f /dev/block/platform/ff0f0000.rksdmmc/by-name/userdata
[    2.452181] fsck.f2fs: executing /system/bin/fsck.f2fs failed: No such file or directory
[    2.452221] fsck.f2fs: fsck.f2fs terminated by exit(255)
[    2.452480] fs_mgr: __mount(source=/dev/block/platform/ff0f0000.rksdmmc/by-name/userdata,target=/data,type=f2fs)=-1
[    2.452835] EXT4-fs (mmcblk0p13): Ignoring removed nomblk_io_submit option
[    2.515939] EXT4-fs (mmcblk0p13): recovery complete
[    2.516322] EXT4-fs (mmcblk0p13): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=remount-ro
[    2.516403] fs_mgr: check_fs(): mount(/dev/block/platform/ff0f0000.rksdmmc/by-name/userdata,/data,ext4)=0
[    2.518024] fs_mgr: Running /sbin/e2fsck on /dev/block/platform/ff0f0000.rksdmmc/by-name/userdata
[    2.522720] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
[    2.522756] e2fsck: /dev/block/platform/ff0f0000.rksdmmc/by-name/userdata: clean, 701/65536 files, 31239/262144 blocks
[    2.526713] EXT4-fs (mmcblk0p13): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard,errors=panic
[    2.526778] fs_mgr: __mount(source=/dev/block/platform/ff0f0000.rksdmmc/by-name/userdata,target=/data,type=ext4)=0
[    2.526800] fs_mgr: mount_with_alternatives(): Mounted /dev/block/platform/ff0f0000.rksdmmc/by-name/userdata on /data with fs_type=ext4 instead of f2fs
[    2.530668] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out 800000Hz for init[mmc2]
[    2.540932] arm_release_ver of this mali_ko is 'r6p0-02rel0', rk_ko_ver is '13', built at '09:15:10', on 'Oct 22 2015'.
[    2.541009] mali ffa30000.gpu: Continuing without Mali clock control
[    2.541049] mali pd enabled
[    2.541062] clk enabled
[    2.541075] MALI_DVFS_STEP = 4, div_dvfs = 10
[    2.541085] mali_dvfs_infotbl[0].clock=198000,min_threshold=0,max_threshold=70
[    2.541096] mali_dvfs_infotbl[1].clock=297000,min_threshold=70,max_threshold=80
[    2.541106] mali_dvfs_infotbl[2].clock=417000,min_threshold=80,max_threshold=90
[    2.541115] mali_dvfs_infotbl[3].clock=480000,min_threshold=94,max_threshold=100
[    2.541207] turn on mali power
[    2.541220] kbase_platform_rk_init,register_reboot_notifier
[    2.541259] hrtimer: interrupt took 11375 ns
[    2.541356] mali ffa30000.gpu: GPU identified as 0x0750 r1p0 status 0
[    2.543584] mali ffa30000.gpu: Probed as mali0
[    2.544602] rk29_ipp: version magic '3.0.8+ SMP preempt mod_unload ARMv7 ' should be '3.10.0 SMP preempt mod_unload ARMv7 p2v8 '
[    2.545231] rk29_ipp: version magic '3.0.36+ SMP preempt mod_unload ARMv7 ' should be '3.10.0 SMP preempt mod_unload ARMv7 p2v8 '
[    2.545818] rk29_ipp: version magic '3.0.101+ SMP preempt mod_unload ARMv7 ' should be '3.10.0 SMP preempt mod_unload ARMv7 p2v8 '
[    2.546560] zram0: detected capacity change from 0 to 533413888
[    2.565469] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
[    2.567014] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.568551] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.571305] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
[    2.574668] mmc2: queuing unknown CIS tuple 0x81 (9 bytes)
[    2.593073] Adding 520908k swap on /dev/block/zram0.  Priority:-1 extents:1 across:520908k SS
[    2.621932] EXT4-fs (mmcblk0p13): Unrecognized mount option "background_gc=on" or missing value
[    2.627269] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[    2.627299] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out normal clock [mmc2]
[    2.627362] rk_sdmmc: BOOT Bus speed=50000000Hz,Bus width=4bits.[mmc2]
[    2.629272] mmc2: queuing unknown CIS tuple 0x91 (3 bytes)
[    2.629305] mmc2: new high speed SDIO card at address 0001
[    2.629421] drmboot: module license 'unspecified' taints kernel.
[    2.629438] Disabling lock debugging due to kernel taint
[    2.629658] drm init, 20140910
[    2.630080] drm init ok
[    2.631546] bat_cap: oldcap path is /sys/devices/ff100000.adc
[    2.631602] bat_cap: oldcap_path no exist
[    2.631760] binder: 158:158 transaction failed 29189, size 0-0
[    2.632300] init: Warning!  Service displayd needs a SELinux domain defined; please fix!
[    2.635974] init: property 'ro.serialno' doesn't exist while expanding '${ro.serialno}'
[    2.636002] init: cannot expand '${ro.serialno}' while writing to '/sys/class/android_usb/android0/iSerial'
[    2.636212] init: using deprecated syntax for specifying property 'ro.product.usbfactory', use ${name} instead
[    2.636684] rtk_btusb: btchr_open: BT usb char device is opening
[    2.636700] rtk_btusb: btchr_open: Failed to get hci dev[NULL]
[    2.636717] rtk_btusb: btchr_open: BT usb char device is opening
[    2.636727] rtk_btusb: btchr_open: Failed to get hci dev[NULL]
[    2.636747] rtk_btusb: btchr_open: BT usb char device is opening
[    2.636758] rtk_btusb: btchr_open: Failed to get hci dev[NULL]
[    2.636772] rtk_btusb: btchr_open: BT usb char device is opening
[    2.636781] rtk_btusb: btchr_open: Failed to get hci dev[NULL]
[    2.643683] init: cannot find '/system/bin/debuggerd64', disabling 'debuggerd64'
[    2.645518] bcmsdh_register: register client driver
[    2.645643] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[    2.645720] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
[    2.645729] bus num (host idx)=2, slot num (rca)=1
[    2.645737] found adapter info 'DHD generic adapter'
[    2.646088] F1 signature read @0x18000000=0x15264345
[    2.647128] init: cannot find '/system/bin/install-recovery.sh', disabling 'flash_recovery'
[    2.647773] init: cannot find '/system/bin/bplus_helper', disabling 'bplus_helper'
[    2.647990] init: Warning!  Service drmservice needs a SELinux domain defined; please fix!
[    2.648498] F1 signature OK, socitype:0x1 chip:0x4345 rev:0x6 pkg:0x2
[    2.648892] DHD: dongle ram size is set to 819200(orig 819200) at 0x198000
[    2.648940] wifi_platform_get_mac_addr
[    2.648947] ======== bcm_wlan_get_mac_address ========
[    2.648953] [WLAN_RFKILL]: rockchip_wifi_mac_addr: enter.
[    2.648962] [WLAN_RFKILL]: falsh wifi_custom_mac_addr=[00:00:00:00:00:00]
[    2.648969] [WLAN_RFKILL]: This mac address is not valid, ignored...
[    2.648979] dhd_conf_set_chiprev: chip=0x4345, chiprev=6
[    2.649020] dhd_conf_set_conf_path_by_nv_path: config_path=/system/etc/firmware/config.txt
[    2.649507] wl_create_event_handler(): thread:wl_event_handler:ad started
[    2.649514] tsk Enter, tsk = 0xdd6a149c
[    2.649774] dhd_attach(): thread:dhd_watchdog_thread:ae started
[    2.649824] dhd_attach(): thread:dhd_dpc:af started
[    2.649836] dhd_dpc_thread: set dpc_cpucore 0 from config.txt
[    2.649867] dhd_attach(): thread:dhd_rxf:b0 started
[    2.649878] dhd_deferred_work_init: work queue initialized
[    2.650015] dhdsdio_probe_init: set use_rxchain 1 from config.txt
[    2.655906] init: Warning!  Service daemonsu needs a SELinux domain defined; please fix!
[    2.656169] init: cannot find '/system/bin/akmd', disabling 'akmd'
[    2.656702] Dongle Host Driver, version 1.201.59.5 (r506368)
[    2.656702] Compiled in drivers/net/wireless/bcmdhd on Mar  9 2018 at 17:27:47
[    2.657066] Register interface [wlan0]  MAC: cc:b8:a8:bf:6d:d0
[    2.657066]
[    2.657079] dhd_prot_ioctl : bus is down. we have nothing to do
[    2.657563] bcmsdh_oob_intr_unregister: Enter
[    2.657574] bcmsdh_oob_intr_unregister: irq is not registered
[    2.657585] dhd_txglom_enable: enable 0
[    2.657591] dhd_bus_devreset:  WLAN OFF DONE
[    2.657605] android_usb: already disabled
[    2.657643] wifi_platform_set_power = 0
[    2.657650] ======== PULL WL_REG_ON LOW! ========
[    2.657657] [WLAN_RFKILL]: rockchip_wifi_power: 0
[    2.659874] read descriptors
[    2.659888] read strings
[    2.659907] mtp_bind_config
[    2.659931] pcd_pullup, is_on 1
[    2.756979] [WLAN_RFKILL]: wifi shut off power.
[    2.756992] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: 0
[    2.756998] [WLAN_RFKILL]: rockchip_wifi_ref_voltage: wifi io reference voltage control is disabled.
[    2.757098] dhd_module_init: Exit err=0
[    2.906659] RKNAND_GET_SN_SECTOR
[    2.906672] return ret = 0
[    2.921908] RKNAND_GET_DRM_KEY
[    2.921920] return ret = 0
[    2.973473] EHCI: rk_ehci_hcd_enable, disable host controller
[    3.042332] dwc_otg_hcd_enable, enable host controller
[    3.131326] logd.auditd: start
[    3.168905] firefly_vga_get_enable 180, 1
[    3.168987] firefly_vga_get_status 186
[    3.199771] Using Buffer DMA mode
[    3.199782] Periodic Transfer Interrupt Enhancement - disabled
[    3.199788] Multiprocessor Interrupt Enhancement - disabled
[    3.199794] OTG VER PARAM: 0, OTG VER FLAG: 0
[    3.199799] ^^^^^^^^^^^^^^^^^^Host Mode
[    3.217016] type=1400 audit(1293883202.720:3): avc: denied { setattr } for pid=211 comm="chmod" name="vmdrm0" dev="tmpfs" ino=6368 scontext=u:r:rild:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
[    3.217204] type=1400 audit(1293883202.720:4): avc: denied { fsetid } for pid=211 comm="chmod" capability=4 scontext=u:r:rild:s0 tcontext=u:r:rild:s0 tclass=capability permissive=1
[    3.217299] type=1400 audit(1293883202.720:5): avc: denied { read write } for pid=167 comm="rild" name="vmdrm0" dev="tmpfs" ino=6368 scontext=u:r:rild:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
[    3.217427] type=1400 audit(1293883202.720:6): avc: denied { open } for pid=167 comm="rild" path="/dev/vmdrm0" dev="tmpfs" ino=6368 scontext=u:r:rild:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
[    3.217498] type=1400 audit(1293883202.720:7): avc: denied { ioctl } for pid=167 comm="rild" path="/dev/vmdrm0" dev="tmpfs" ino=6368 ioctlcmd=b503 scontext=u:r:rild:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
[    3.233503] type=1400 audit(1293883202.740:8): avc: denied { setattr } for pid=213 comm="chmod" name="vmdrm0" dev="tmpfs" ino=6368 scontext=u:r:rild:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
[    3.249095] Init: Power Port (0)
[    3.378959] avc:  denied  { set } for property=telephony.lteOnCdmaDevice scontext=u:r:rild:s0 tcontext=u:object_r:default_prop:s0 tclass=property_service
[    3.379050] firefly_vga_set_mode 203
[    3.379464] firefly_vga_set_enable 159 enable:1
[    3.616395] healthd: No charger supplies found
[    3.616409] healthd: No battery devices found
[    3.652442] Indeed it is in host mode hprt0 = 00021501
[    3.829572] usb 4-1: new high-speed USB device number 2 using usb20_host
[    3.829635] Indeed it is in host mode hprt0 = 00001101
[    4.026586] usb 4-1: New USB device found, idVendor=1a40, idProduct=0101
[    4.026598] usb 4-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    4.026605] usb 4-1: Product: USB 2.0 Hub [MTT]
[    4.027103] hub 4-1:1.0: USB hub found
[    4.027165] hub 4-1:1.0: 4 ports detected
[    4.149699] rk3288-lcdc lcdc1: blank mode:0
[    5.131177] warning: `system_server' uses 32-bit capabilities (legacy support in use)
[    6.345067] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[    6.345078] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[    6.345085] D1:camsys_open(739): camsys_marvin(dde78a10) is opened!
[    6.345174] D1:camsys_extdev_register(243): Get RK30_PIN2_PB6(78) gpio(active: 0) for dev_id 0x2000000 success!
[    6.345187] D1:camsys_extdev_register(243): Get RK30_PIN2_PB7(79) gpio(active: 0) for dev_id 0x2000000 success!
[    6.345198] D1:camsys_extdev_register(243): Get RK30_PIN0_PB3(11) gpio(active: 1) for dev_id 0x2000000 success!
[    6.345213] D1:camsys_mrv_iomux_cb(90): marvin pinctrl select: isp_mipi_fl
[    6.345233] D1:camsys_extdev_register(268): Extdev(dev_id: 0x2000000  dev_name: OV13850) register success
[    6.350284] D1:camsys_mrv_clkin_cb(350): camsys_marvin clock(f: 210000000 Hz) in turn on
[    6.350295] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 1
[    6.350400] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 0
[    6.350427] D1:camsys_mrv_clkout_cb(392): camsys_marvin clock out(rate: 24000000Hz) turn on
[    6.351500] D1:camsys_sysctl_extdev(360): Sysctl 11 success, gpio(11) set 1
[    6.352561] D1:camsys_sysctl_extdev(364): Sysctl 8 success, gpio(79) set 1
[    6.353620] D1:camsys_sysctl_extdev(364): Sysctl 7 success, gpio(78) set 1
[    6.356861] E:camsys_i2c_write(78): i2c write dev(addr:0x20) failed!
[    6.358076] E:camsys_i2c_write(78): i2c write dev(addr:0x6c) failed!
[    6.358153] D1:camsys_sysctl_extdev(360): Sysctl 7 success, gpio(78) set 0
[    6.358164] D1:camsys_sysctl_extdev(360): Sysctl 8 success, gpio(79) set 0
[    6.358175] D1:camsys_sysctl_extdev(364): Sysctl 11 success, gpio(11) set 0
[    6.359261] D1:camsys_mrv_clkin_cb(374): camsys_marvin clock in turn off
[    6.359292] D1:camsys_mrv_clkout_cb(404): camsys_marvin clock out turn off
[    6.361342shell@firefly:/ $ ] D1:camsys_extdev_deregister(331): Extdev(dev_id: 0x2000000) is deregister success
[    6.361356] D1:camsys_irq_disconnect(664): All thread disconnect camsys_marvin irq success!
[    6.361366] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[    6.361372] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[    6.361379] D1:camsys_release(763): camsys_marvin(dde78a10) is closed
[    6.369334] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[    6.369346] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[    6.369354] D1:camsys_open(739): camsys_marvin(dde78a10) is opened!
[    6.369444] D1:camsys_extdev_register(243): Get RK30_PIN3_PB4(108) gpio(active: 1) for dev_id 0x4000000 success!
[    6.369458] D1:camsys_extdev_register(243): Get RK30_PIN2_PB7(79) gpio(active: 0) for dev_id 0x4000000 success!
[    6.369469] D1:camsys_extdev_register(243): Get RK30_PIN0_PB3(11) gpio(active: 1) for dev_id 0x4000000 success!
[    6.369477] D1:camsys_mrv_iomux_cb(90): marvin pinctrl select: isp_dvp10bit
[    6.369570] D1:camsys_extdev_register(268): Extdev(dev_id: 0x4000000  dev_name: OV5640) register success
[    6.374627] D1:camsys_mrv_clkin_cb(350): camsys_marvin clock(f: 210000000 Hz) in turn on
[    6.374639] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 1
[    6.374743] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 0
[    6.374781] D1:camsys_mrv_clkout_cb(392): camsys_marvin clock out(rate: 24000000Hz) turn on
[    6.375857] D1:camsys_sysctl_extdev(360): Sysctl 11 success, gpio(11) set 1
[    6.376928] D1:camsys_sysctl_extdev(364): Sysctl 8 success, gpio(79) set 1
[    6.378001] D1:camsys_sysctl_extdev(364): Sysctl 7 success, gpio(108) set 0
[    6.381352] E:camsys_i2c_write(78): i2c write dev(addr:0x78) failed!
[    6.381444] D1:camsys_sysctl_extdev(360): Sysctl 7 success, gpio(108) set 1
[    6.381457] D1:camsys_sysctl_extdev(360): Sysctl 8 success, gpio(79) set 0
[    6.381468] D1:camsys_sysctl_extdev(364): Sysctl 11 success, gpio(11) set 0
[    6.382626] D1:camsys_mrv_clkin_cb(374): camsys_marvin clock in turn off
[    6.382661] D1:camsys_mrv_clkout_cb(404): camsys_marvin clock out turn off
[    6.384715] D1:camsys_extdev_deregister(331): Extdev(dev_id: 0x4000000) is deregister success
[    6.384730] D1:camsys_irq_disconnect(664): All thread disconnect camsys_marvin irq success!
[    6.384740] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[    6.384746] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[    6.384754] D1:camsys_release(763): camsys_marvin(dde78a10) is closed
[    6.389636] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[    6.389647] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[    6.389655] D1:camsys_open(739): camsys_marvin(dde78a10) is opened!
[    6.389734] D1:camsys_mrv_iomux_cb(90): marvin pinctrl select: default
[    6.389760] D1:camsys_extdev_register(268): Extdev(dev_id: 0x1000000  dev_name: TC358749XBG) register success
[    6.394797] D1:camsys_mrv_clkin_cb(350): camsys_marvin clock(f: 210000000 Hz) in turn on
[    6.394806] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 1
[    6.394911] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 0
[    6.394934] D1:camsys_mrv_clkout_cb(392): camsys_marvin clock out(rate: 27000000Hz) turn on
[    6.395990] E:camsys_sysctl_extdev(367): Sysctl 11 failed, because gpio is NULL!
[    6.397042] E:camsys_sysctl_extdev(367): Sysctl 8 failed, because gpio is NULL!
[    6.398096] E:camsys_sysctl_extdev(367): Sysctl 7 failed, because gpio is NULL!
[    6.401610] E:camsys_i2c_write(78): i2c write dev(addr:0x1f) failed!
[    6.403111] E:camsys_i2c_write(78): i2c write dev(addr:0xf) failed!
[    6.403183] E:camsys_sysctl_extdev(367): Sysctl 7 failed, because gpio is NULL!
[    6.403192] E:camsys_sysctl_extdev(367): Sysctl 8 failed, because gpio is NULL!
[    6.403200] E:camsys_sysctl_extdev(367): Sysctl 11 failed, because gpio is NULL!
[    6.404289] D1:camsys_mrv_clkin_cb(374): camsys_marvin clock in turn off
[    6.404321] D1:camsys_mrv_clkout_cb(404): camsys_marvin clock out turn off
[    6.406368] D1:camsys_extdev_deregister(331): Extdev(dev_id: 0x1000000) is deregister success
[    6.406383] D1:camsys_irq_disconnect(664): All thread disconnect camsys_marvin irq success!
[    6.406393] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[    6.406399] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[    6.406406] D1:camsys_release(763): camsys_marvin(dde78a10) is closed
[    6.408301] type=1400 audit(1293883205.970:9): avc: denied { execute } for pid=504 comm="mediaserver" name="sh" dev="mmcblk0p10" ino=320 scontext=u:r:mediaserver:s0 tcontext=u:object_r:shell_exec:s0 tclass=file permissive=1
[    6.408481] type=1400 audit(1293883205.970:10): avc: denied { read open } for pid=504 comm="mediaserver" path="/system/bin/sh" dev="mmcblk0p10" ino=320 scontext=u:r:mediaserver:s0 tcontext=u:object_r:shell_exec:s0 tclass=file permissive=1
[    6.408577] type=1400 audit(1293883205.970:11): avc: denied { execute_no_trans } for pid=504 comm="mediaserver" path="/system/bin/sh" dev="mmcblk0p10" ino=320 scontext=u:r:mediaserver:s0 tcontext=u:object_r:shell_exec:s0 tclass=file permissive=1
[    6.410461] type=1400 audit(1293883205.970:12): avc: denied { getattr } for pid=504 comm="sh" path="/system/bin/toolbox" dev="mmcblk0p10" ino=335 scontext=u:r:mediaserver:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[    6.410552] type=1400 audit(1293883205.970:13): avc: denied { execute } for pid=504 comm="sh" name="toolbox" dev="mmcblk0p10" ino=335 scontext=u:r:mediaserver:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[    6.410624] type=1400 audit(1293883205.970:14): avc: denied { read open } for pid=504 comm="sh" path="/system/bin/toolbox" dev="mmcblk0p10" ino=335 scontext=u:r:mediaserver:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[    6.410699] type=1400 audit(1293883205.970:15): avc: denied { execute_no_trans } for pid=504 comm="sh" path="/system/bin/toolbox" dev="mmcblk0p10" ino=335 scontext=u:r:mediaserver:s0 tcontext=u:object_r:toolbox_exec:s0 tclass=file permissive=1
[    7.838829] healthd: battery none chg=
[    8.026900] lowmemorykiller: lowmem_shrink: convert oom_adj to oom_score_adj:
[    8.026912] lowmemorykiller: oom_adj 0 => oom_score_adj 0
[    8.026918] lowmemorykiller: oom_adj 1 => oom_score_adj 58
[    8.026924] lowmemorykiller: oom_adj 2 => oom_score_adj 117
[    8.026929] lowmemorykiller: oom_adj 3 => oom_score_adj 176
[    8.026934] lowmemorykiller: oom_adj 9 => oom_score_adj 529
[    8.026940] lowmemorykiller: oom_adj 15 => oom_score_adj 1000
[    8.382769] acc_open
[    8.382785] acc_release
[    8.519358] phy_power_on: enable = 1
[    8.558754] Read the Ethernet MAC address from IDB:00:00:00:00:00:00
[    8.558782] eth0: device MAC address ea:5d:9b:66:3b:72
[    8.562818] libphy: stmmac: probed
[    8.562830] eth0: PHY ID 001cc915 at 0 IRQ 0 (stmmac-0:00) active
[    8.562837] eth0: PHY ID 001cc915 at 1 IRQ 0 (stmmac-0:01) active
[    8.946347] [otg id chg] last id -1 current id 1
[    8.946366] PortPower off
[    8.946372] rk_battery_charger_detect_cb , battery_charger_detect 6
[    9.045945] Using Buffer DMA mode
[    9.045957] Periodic Transfer Interrupt Enhancement - disabled
[    9.045962] Multiprocessor Interrupt Enhancement - disabled
[    9.045968] OTG VER PARAM: 0, OTG VER FLAG: 0
[    9.045974] ^^^^^^^^^^^^^^^^^Device Mode
[    9.143624] es8323_mic_state_ctrl read: 0
[    9.143638] mic_state_switch 0
[    9.143646] hp_det = 0,insert hp
[    9.143650] hp mic use intern
[    9.544733] ***************vbus detect*****************
[    9.546919] rk_battery_charger_detect_cb , battery_charger_detect 1
[    9.567632] pm policy 0 -> 1
[    9.738281] Using Buffer DMA mode
[    9.738295] Periodic Transfer Interrupt Enhancement - disabled
[    9.738301] Multiprocessor Interrupt Enhancement - disabled
[    9.738315] OTG VER PARAM: 0, OTG VER FLAG: 0
[    9.738760] ^^^^^^^^^^^^^^^^^Device Mode
[    9.738816] *******************soft connect!!!*******************
[    9.845181] USB RESET
[    9.893603] android_work: sent uevent USB_STATE=CONNECTED
[    9.928284] android_usb gadget: high-speed config #1: android
[    9.928421] android_work: sent uevent USB_STATE=CONFIGURED
[   11.053323] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[   11.053343] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[   11.053351] D1:camsys_open(739): camsys_marvin(dde78a10) is opened!
[   11.053430] D1:camsys_extdev_register(243): Get RK30_PIN2_PB6(78) gpio(active: 0) for dev_id 0x2000000 success!
[   11.053444] D1:camsys_extdev_register(243): Get RK30_PIN2_PB7(79) gpio(active: 0) for dev_id 0x2000000 success!
[   11.053455] D1:camsys_extdev_register(243): Get RK30_PIN0_PB3(11) gpio(active: 1) for dev_id 0x2000000 success!
[   11.053472] D1:camsys_mrv_iomux_cb(90): marvin pinctrl select: isp_mipi_fl
[   11.053493] D1:camsys_extdev_register(268): Extdev(dev_id: 0x2000000  dev_name: OV13850) register success
[   11.058542] D1:camsys_mrv_clkin_cb(350): camsys_marvin clock(f: 210000000 Hz) in turn on
[   11.058554] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 1
[   11.058659] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 0
[   11.058691] D1:camsys_mrv_clkout_cb(392): camsys_marvin clock out(rate: 24000000Hz) turn on
[   11.059822] D1:camsys_sysctl_extdev(360): Sysctl 11 success, gpio(11) set 1
[   11.060884] D1:camsys_sysctl_extdev(364): Sysctl 8 success, gpio(79) set 1
[   11.061950] D1:camsys_sysctl_extdev(364): Sysctl 7 success, gpio(78) set 1
[   11.065197] E:camsys_i2c_write(78): i2c write dev(addr:0x20) failed!
[   11.066402] E:camsys_i2c_write(78): i2c write dev(addr:0x6c) failed!
[   11.066480] D1:camsys_sysctl_extdev(360): Sysctl 7 success, gpio(78) set 0
[   11.066492] D1:camsys_sysctl_extdev(360): Sysctl 8 success, gpio(79) set 0
[   11.066503] D1:camsys_sysctl_extdev(364): Sysctl 11 success, gpio(11) set 0
[   11.067588] D1:camsys_mrv_clkin_cb(374): camsys_marvin clock in turn off
[   11.067617] D1:camsys_mrv_clkout_cb(404): camsys_marvin clock out turn off
[   11.069669] D1:camsys_extdev_deregister(331): Extdev(dev_id: 0x2000000) is deregister success
[   11.069682] D1:camsys_irq_disconnect(664): All thread disconnect camsys_marvin irq success!
[   11.069691] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[   11.069698] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[   11.069705] D1:camsys_release(763): camsys_marvin(dde78a10) is closed
[   11.070779] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[   11.070790] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[   11.070797] D1:camsys_open(739): camsys_marvin(dde78a10) is opened!
[   11.070882] D1:camsys_extdev_register(243): Get RK30_PIN3_PB4(108) gpio(active: 1) for dev_id 0x4000000 success!
[   11.070895] D1:camsys_extdev_register(243): Get RK30_PIN2_PB7(79) gpio(active: 0) for dev_id 0x4000000 success!
[   11.070905] D1:camsys_extdev_register(243): Get RK30_PIN0_PB3(11) gpio(active: 1) for dev_id 0x4000000 success!
[   11.070913] D1:camsys_mrv_iomux_cb(90): marvin pinctrl select: isp_dvp10bit
[   11.071004] D1:camsys_extdev_register(268): Extdev(dev_id: 0x4000000  dev_name: OV5640) register success
[   11.076040] D1:camsys_mrv_clkin_cb(350): camsys_marvin clock(f: 210000000 Hz) in turn on
[   11.076049] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 1
[   11.076154] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 0
[   11.076176] D1:camsys_mrv_clkout_cb(392): camsys_marvin clock out(rate: 24000000Hz) turn on
[   11.077237] D1:camsys_sysctl_extdev(360): Sysctl 11 success, gpio(11) set 1
[   11.078294] D1:camsys_sysctl_extdev(364): Sysctl 8 success, gpio(79) set 1
[   11.079349] D1:camsys_sysctl_extdev(364): Sysctl 7 success, gpio(108) set 0
[   11.082586] E:camsys_i2c_write(78): i2c write dev(addr:0x78) failed!
[   11.082653] D1:camsys_sysctl_extdev(360): Sysctl 7 success, gpio(108) set 1
[   11.082666] D1:camsys_sysctl_extdev(360): Sysctl 8 success, gpio(79) set 0
[   11.082676] D1:camsys_sysctl_extdev(364): Sysctl 11 success, gpio(11) set 0
[   11.083747] D1:camsys_mrv_clkin_cb(374): camsys_marvin clock in turn off
[   11.083775] D1:camsys_mrv_clkout_cb(404): camsys_marvin clock out turn off
[   11.085818] D1:camsys_extdev_deregister(331): Extdev(dev_id: 0x4000000) is deregister success
[   11.085829] D1:camsys_irq_disconnect(664): All thread disconnect camsys_marvin irq success!
[   11.085838] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[   11.085844] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[   11.085851] D1:camsys_release(763): camsys_marvin(dde78a10) is closed
[   11.086397] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[   11.086405] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[   11.086413] D1:camsys_open(739): camsys_marvin(dde78a10) is opened!
[   11.086473] D1:camsys_mrv_iomux_cb(90): marvin pinctrl select: default
[   11.086493] D1:camsys_extdev_register(268): Extdev(dev_id: 0x1000000  dev_name: TC358749XBG) register success
[   11.091513] D1:camsys_mrv_clkin_cb(350): camsys_marvin clock(f: 210000000 Hz) in turn on
[   11.091522] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 1
[   11.091627] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 0
[   11.091646] D1:camsys_mrv_clkout_cb(392): camsys_marvin clock out(rate: 27000000Hz) turn on
[   11.092699] E:camsys_sysctl_extdev(367): Sysctl 11 failed, because gpio is NULL!
[   11.093756] E:camsys_sysctl_extdev(367): Sysctl 8 failed, because gpio is NULL!
[   11.094809] E:camsys_sysctl_extdev(367): Sysctl 7 failed, because gpio is NULL!
[   11.098301] E:camsys_i2c_write(78): i2c write dev(addr:0x1f) failed!
[   11.099768] E:camsys_i2c_write(78): i2c write dev(addr:0xf) failed!
[   11.099828] E:camsys_sysctl_extdev(367): Sysctl 7 failed, because gpio is NULL!
[   11.099838] E:camsys_sysctl_extdev(367): Sysctl 8 failed, because gpio is NULL!
[   11.099845] E:camsys_sysctl_extdev(367): Sysctl 11 failed, because gpio is NULL!
[   11.100913] D1:camsys_mrv_clkin_cb(374): camsys_marvin clock in turn off
[   11.100934] D1:camsys_mrv_clkout_cb(404): camsys_marvin clock out turn off
[   11.102973] D1:camsys_extdev_deregister(331): Extdev(dev_id: 0x1000000) is deregister success
[   11.102985] D1:camsys_irq_disconnect(664): All thread disconnect camsys_marvin irq success!
[   11.102997] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[   11.103004] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[   11.103011] D1:camsys_release(763): camsys_marvin(dde78a10) is closed
[   11.108249] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[   11.108260] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[   11.108268] D1:camsys_open(739): camsys_marvin(dde78a10) is opened!
[   11.108340] D1:camsys_extdev_register(243): Get RK30_PIN2_PB6(78) gpio(active: 0) for dev_id 0x2000000 success!
[   11.108352] D1:camsys_extdev_register(243): Get RK30_PIN2_PB7(79) gpio(active: 0) for dev_id 0x2000000 success!
[   11.108362] D1:camsys_extdev_register(243): Get RK30_PIN0_PB3(11) gpio(active: 1) for dev_id 0x2000000 success!
[   11.108379] D1:camsys_mrv_iomux_cb(90): marvin pinctrl select: isp_mipi_fl
[   11.108397] D1:camsys_extdev_register(268): Extdev(dev_id: 0x2000000  dev_name: OV13850) register success
[   11.113425] D1:camsys_mrv_clkin_cb(350): camsys_marvin clock(f: 210000000 Hz) in turn on
[   11.113436] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 1
[   11.113542] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 0
[   11.113566] D1:camsys_mrv_clkout_cb(392): camsys_marvin clock out(rate: 24000000Hz) turn on
[   11.114628] D1:camsys_sysctl_extdev(360): Sysctl 11 success, gpio(11) set 1
[   11.115682] D1:camsys_sysctl_extdev(364): Sysctl 8 success, gpio(79) set 1
[   11.116741] D1:camsys_sysctl_extdev(364): Sysctl 7 success, gpio(78) set 1
[   11.120016] E:camsys_i2c_write(78): i2c write dev(addr:0x20) failed!
[   11.121258] E:camsys_i2c_write(78): i2c write dev(addr:0x6c) failed!
[   11.121347] D1:camsys_sysctl_extdev(360): Sysctl 7 success, gpio(78) set 0
[   11.121359] D1:camsys_sysctl_extdev(360): Sysctl 8 success, gpio(79) set 0
[   11.121370] D1:camsys_sysctl_extdev(364): Sysctl 11 success, gpio(11) set 0
[   11.122444] D1:camsys_mrv_clkin_cb(374): camsys_marvin clock in turn off
[   11.122473] D1:camsys_mrv_clkout_cb(404): camsys_marvin clock out turn off
[   11.124516] D1:camsys_extdev_deregister(331): Extdev(dev_id: 0x2000000) is deregister success
[   11.124533] D1:camsys_irq_disconnect(664): All thread disconnect camsys_marvin irq success!
[   11.124541] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[   11.124548] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[   11.124555] D1:camsys_release(763): camsys_marvin(dde78a10) is closed
[   11.125759] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[   11.125769] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[   11.125776] D1:camsys_open(739): camsys_marvin(dde78a10) is opened!
[   11.125860] D1:camsys_extdev_register(243): Get RK30_PIN3_PB4(108) gpio(active: 1) for dev_id 0x4000000 success!
[   11.125878] D1:camsys_extdev_register(243): Get RK30_PIN2_PB7(79) gpio(active: 0) for dev_id 0x4000000 success!
[   11.125889] D1:camsys_extdev_register(243): Get RK30_PIN0_PB3(11) gpio(active: 1) for dev_id 0x4000000 success!
[   11.125898] D1:camsys_mrv_iomux_cb(90): marvin pinctrl select: isp_dvp10bit
[   11.125995] D1:camsys_extdev_register(268): Extdev(dev_id: 0x4000000  dev_name: OV5640) register success
[   11.131027] D1:camsys_mrv_clkin_cb(350): camsys_marvin clock(f: 210000000 Hz) in turn on
[   11.131037] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 1
[   11.131146] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 0
[   11.131173] D1:camsys_mrv_clkout_cb(392): camsys_marvin clock out(rate: 24000000Hz) turn on
[   11.132231] D1:camsys_sysctl_extdev(360): Sysctl 11 success, gpio(11) set 1
[   11.133285] D1:camsys_sysctl_extdev(364): Sysctl 8 success, gpio(79) set 1
[   11.134338] D1:camsys_sysctl_extdev(364): Sysctl 7 success, gpio(108) set 0
[   11.137588] E:camsys_i2c_write(78): i2c write dev(addr:0x78) failed!
[   11.137728] D1:camsys_sysctl_extdev(360): Sysctl 7 success, gpio(108) set 1
[   11.137741] D1:camsys_sysctl_extdev(360): Sysctl 8 success, gpio(79) set 0
[   11.137752] D1:camsys_sysctl_extdev(364): Sysctl 11 success, gpio(11) set 0
[   11.138828] D1:camsys_mrv_clkin_cb(374): camsys_marvin clock in turn off
[   11.138858] D1:camsys_mrv_clkout_cb(404): camsys_marvin clock out turn off
[   11.140908] D1:camsys_extdev_deregister(331): Extdev(dev_id: 0x4000000) is deregister success
[   11.140921] D1:camsys_irq_disconnect(664): All thread disconnect camsys_marvin irq success!
[   11.140930] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[   11.140937] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[   11.140944] D1:camsys_release(763): camsys_marvin(dde78a10) is closed
[   11.141567] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[   11.141585] D1:camsys_mipiphy_clkin_cb(34): camsys_marvin mipi phy clk in turn on
[   11.141593] D1:camsys_open(739): camsys_marvin(dde78a10) is opened!
[   11.141662] D1:camsys_mrv_iomux_cb(90): marvin pinctrl select: default
[   11.141687] D1:camsys_extdev_register(268): Extdev(dev_id: 0x1000000  dev_name: TC358749XBG) register success
[   11.146702] D1:camsys_mrv_clkin_cb(350): camsys_marvin clock(f: 210000000 Hz) in turn on
[   11.146711] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 1
[   11.146816] D1:camsys_rk3288_cfg(267): Isp_SoftRst: 0
[   11.146837] D1:camsys_mrv_clkout_cb(392): camsys_marvin clock out(rate: 27000000Hz) turn on
[   11.147891] E:camsys_sysctl_extdev(367): Sysctl 11 failed, because gpio is NULL!
[   11.148946] E:camsys_sysctl_extdev(367): Sysctl 8 failed, because gpio is NULL!
[   11.149999] E:camsys_sysctl_extdev(367): Sysctl 7 failed, because gpio is NULL!
[   11.153610] E:camsys_i2c_write(78): i2c write dev(addr:0x1f) failed!
[   11.155116] E:camsys_i2c_write(78): i2c write dev(addr:0xf) failed!
[   11.155193] E:camsys_sysctl_extdev(367): Sysctl 7 failed, because gpio is NULL!
[   11.155202] E:camsys_sysctl_extdev(367): Sysctl 8 failed, because gpio is NULL!
[   11.155209] E:camsys_sysctl_extdev(367): Sysctl 11 failed, because gpio is NULL!
[   11.156300] D1:camsys_mrv_clkin_cb(374): camsys_marvin clock in turn off
[   11.156330] D1:camsys_mrv_clkout_cb(404): camsys_marvin clock out turn off
[   11.158374] D1:camsys_extdev_deregister(331): Extdev(dev_id: 0x1000000) is deregister success
[   11.158387] D1:camsys_irq_disconnect(664): All thread disconnect camsys_marvin irq success!
[   11.158397] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[   11.158403] D1:camsys_mipiphy_clkin_cb(36): camsys_marvin mipi phy clk in turn off
[   11.158410] D1:camsys_release(763): camsys_marvin(dde78a10) is closed
[   12.683071] type=1400 audit(1293883212.340:16): avc: denied { entrypoint } for pid=1080 comm="init" path="/system/bin/usb_mode_switch.sh" dev="mmcblk0p10" ino=346 scontext=u:r:install_recovery:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
[   12.693355] force_usb_mode_store 0->0
[   12.693411] type=1400 audit(1293883212.350:17): avc: denied { write } for pid=1080 comm="usb_mode_switch" name="force_usb_mode" dev="sysfs" ino=13968 scontext=u:r:install_recovery:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1
[   13.526749] type=1400 audit(1293883213.200:18): avc: denied { write } for pid=1168 comm="vm" name="server" dev="tmpfs" ino=6457 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=sock_file permissive=1
[   13.527716] type=1400 audit(1293883213.200:19): avc: denied { sys_ptrace } for pid=1170 comm="vm" capability=19 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=capability permissive=1
[   13.549141] init: untracked pid 1170 exited with status 0
[   13.550197] type=1400 audit(1293883213.220:20): avc: denied { read write } for pid=1146 comm="chip.devicetest" name="vmdrm0" dev="tmpfs" ino=6368 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
[   13.550500] type=1400 audit(1293883213.220:21): avc: denied { open } for pid=1146 comm="chip.devicetest" path="/dev/vmdrm0" dev="tmpfs" ino=6368 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
[   13.550692] type=1400 audit(1293883213.220:22): avc: denied { ioctl } for pid=1146 comm="chip.devicetest" path="/dev/vmdrm0" dev="tmpfs" ino=6368 ioctlcmd=b503 scontext=u:r:system_app:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
[   13.575063] init: untracked pid 1179 exited with status 0
[   13.825841] type=1400 audit(1293883213.500:23): avc: denied { call } for pid=1173 comm="main" scontext=u:r:zygote:s0 tcontext=u:r:servicemanager:s0 tclass=binder permissive=1
[   13.837483] type=1400 audit(1293883213.520:24): avc: denied { search } for pid=160 comm="servicemanager" name="1173" dev="proc" ino=10437 scontext=u:r:servicemanager:s0 tcontext=u:r:zygote:s0 tclass=dir permissive=1
[   13.837690] type=1400 audit(1293883213.520:25): avc: denied { read } for pid=160 comm="servicemanager" name="current" dev="proc" ino=10482 scontext=u:r:servicemanager:s0 tcontext=u:r:zygote:s0 tclass=file permissive=1
[   13.837802] type=1400 audit(1293883213.520:26): avc: denied { open } for pid=160 comm="servicemanager" path="/proc/1173/attr/current" dev="proc" ino=10482 scontext=u:r:servicemanager:s0 tcontext=u:r:zygote:s0 tclass=file permissive=1
[   13.837882] type=1400 audit(1293883213.520:27): avc: denied { getattr } for pid=160 comm="servicemanager" scontext=u:r:servicemanager:s0 tcontext=u:r:zygote:s0 tclass=process permissive=1
[   13.839852] type=1400 audit(1293883213.520:28): avc: denied { call } for pid=1173 comm="main" scontext=u:r:zygote:s0 tcontext=u:r:system_server:s0 tclass=binder permissive=1
[   13.839954] type=1400 audit(1293883213.520:29): avc: denied { transfer } for pid=1173 comm="main" scontext=u:r:zygote:s0 tcontext=u:r:system_server:s0 tclass=binder permissive=1
[   15.607139] type=1400 audit(1293883215.310:30): avc: denied { call } for pid=929 comm="Binder_9" scontext=u:r:system_server:s0 tcontext=u:r:zygote:s0 tclass=binder permissive=1
[   15.751859] type=1400 audit(1293883215.460:31): avc: denied { write } for pid=1146 comm="chip.devicetest" name="force_usb_mode" dev="sysfs" ino=13968 scontext=u:r:system_app:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1
[   15.752580] force_usb_mode_store 0->0
[   15.816821] init: untracked pid 1173 exited with status 0


回复

使用道具 举报

30

积分

0

威望

0

贡献

技术小白

积分
30
发表于 2018-4-11 17:36:17        只看该作者  板凳
呵呵,石沉大海了,都没人回复
回复

使用道具 举报

83

积分

0

威望

0

贡献

技术小白

积分
83
发表于 2018-7-3 10:14:30        只看该作者  地板
楼主你好,我现在也在调试双通道的mipi,能请教一下吗?
回复

使用道具 举报

83

积分

0

威望

0

贡献

技术小白

积分
83
发表于 2018-7-3 10:17:35        只看该作者  5#
我用的是rk3399,现在一路的mipi已经调通了,但是双路mipi不知道该如何修改驱动和dts。
回复

使用道具 举报

29

积分

0

威望

0

贡献

技术小白

积分
29
发表于 2018-8-14 23:14:55        只看该作者  6#
tndcool86 发表于 2018-7-3 10:17
我用的是rk3399,现在一路的mipi已经调通了,但是双路mipi不知道该如何修改驱动和dts。

你好,双路调通了吗?我也在调,遇到问题了,可以付费咨询
回复

使用道具 举报

83

积分

0

威望

0

贡献

技术小白

积分
83
发表于 2018-9-5 10:26:02        只看该作者  7#
fengwenjiong 发表于 2018-8-14 23:14
你好,双路调通了吗?我也在调,遇到问题了,可以付费咨询

没有唉。。
回复

使用道具 举报

371

积分

5

威望

0

贡献

技术达人

Rank: 2

积分
371
发表于 2018-9-7 09:44:24        只看该作者  8#
http://wiki.t-firefly.com/zh_CN/ ... irver_mipi_dsi.html

disp_mipi_init: mipi_dsi_init{
    compatible = "rockchip,mipi_dsi_init";
    rockchip,screen_init    = <1>;
    rockchip,dsi_lane       = <4>;
    rockchip,dsi_hs_clk     = <1000>;
    rockchip,mipi_dsi_num   = <1>;
};

rockchip,mipi_dsi_num:配置只用DSI接口的数量,即单通道MIPI屏为1,双通道MIPI屏为2。
这是 这个参数错了,。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

友情链接 : 爱板网 电子发烧友论坛 云汉电子社区 粤ICP备14022046号-2
快速回复 返回顶部 返回列表