Firefly开源社区

打印 上一主题 下一主题

串口debug信息打印是不是可以开使能

119

积分

0

威望

0

贡献

技术小白

积分
119

串口debug信息打印是不是可以开使能

发表于 2017-3-24 15:54:47      浏览:3214 | 回复:1        打印      只看该作者   [复制链接] 楼主
串口信息打印不完全,是不是有什么配置选项可以选择开启 debug 模式打印输出?
烧录了4.4的编译出啦的内核之后,串口信息变少了,很多关键的通讯都看不到,求解
========================================
我做LCM 驱动 debug 包含显示和touch 功能调试
串口输出为:(能不能打更完整的信息,kernal启动之后就完全没有信息输出了)
DDR Version 1.00 20141007
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-02 (Nov 26 2014 - 09:28:44)

CPU: rk3288
CPU's clock information:
    arm pll = 600000000HZ
    periph pll = 300000000HZ
    ddr pll = 200000000HZ
    codec pll = 594000000HZ
Board:        Rockchip platform Board
DRAM:  Found dram banks:1
Adding bank:0000000000000000(0000000080000000)
128 MiB
storage init OK!
Using default environment

GetParam
check parameter success
Unknow param: MACHINE_MODEL:rk30sdk!
Unknow param: MACHINE_ID:007!
Unknow param: MANUFACTURER:RK30SDK!
Unknow param: PWR_HLD: 0,0,A,0,1!
failed to prepare fdt from boot!
power key: bank-7 pin-5
pmic:ricoh619
SecureBootEn = 0, SecureBootLock = 0

#Boot ver: 2014-11-26#2.17
empty serial no.
checkKey
vbus = 1
rockusb key pressed.
DDR Version 1.00 20141007
In
SRX
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
OUT


U-Boot 2014.10-RK3288-02 (Nov 26 2014 - 09:28:44)

CPU: rk3288
CPU's clock information:
    arm pll = 600000000HZ
    periph pll = 300000000HZ
    ddr pll = 200000000HZ
    codec pll = 594000000HZ
Board:        Rockchip platform Board
DRAM:  Found dram banks:1
Adding bank:0000000000000000(0000000080000000)
128 MiB
storage init OK!
Using default environment

GetParam
check parameter success
Unknow param: MACHINE_MODEL:rk30sdk!
Unknow param: MACHINE_ID:007!
Unknow param: MANUFACTURER:RK30SDK!
Unknow param: PWR_HLD: 0,0,A,0,1!
failed to prepare fdt from boot!
power key: bank-7 pin-5
pmic:ricoh619
SecureBootEn = 0, SecureBootLock = 0

#Boot ver: 2014-11-26#2.17
empty serial no.
checkKey
vbus = 1
ricoh619_charger_setting iset1:0x18 chgiset:0xd3 current 2
RICOH619_FG capacity = 7, voltage_uV = 3780,state_of_chrg=2
ricoh619_charger_setting iset1:0x18 chgiset:0xd3 current 2
RICOH619_FG capacity = 7, voltage_uV = 3780,state_of_chrg=2
read logo_on switch from dts [0]
ricoh619_charger_setting iset1:0x18 chgiset:0xd3 current 2
RICOH619_FG capacity = 7, voltage_uV = 3780,state_of_chrg=2
Hit any key to stop autoboot:  0
failed to load fdt from boot!
kernel   @ 0x02000000 (0x00653bf0)
ramdisk  @ 0x04bf0000 (0x00124de7)
Secure Boot state: 0
bootrk: do_bootm_linux...
   Loading Device Tree to 04809000, end 0482705c ... OK
Add bank:0000000000000000, 0000000080000000

Starting kernel ...
回复

使用道具 举报

119

积分

0

威望

0

贡献

技术小白

积分
119
发表于 2017-3-24 17:46:24        只看该作者  沙发
我想要打的信息是类如下:
===========
<6>[    0.000000] Booting Linux on physical CPU 0x500

<6>[    0.000000] Initializing cgroup subsys cpu

<6>[    0.000000] Initializing cgroup subsys cpuacct

<5>[    0.000000] Linux version 3.10.0 (root@ubuntu) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #26 SMP PREEMPT Fri Mar 24 16:04:11 CST 2017

<4>[    0.000000] CPU: ARMv7 Processor [410fc0d1] revision 1 (ARMv7), cr=10c5387d

<4>[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache

<6>[    0.000000] Machine: Rockchip RK3288 (Flattened Device Tree), model: rockchip,rk3288

<4>[    0.000000] hdmi init vic is -1

<4>[    0.000000] rockchip_ion_reserve

<6>[    0.000000] ion heap(cma): base(40000000) size(28000000) align(0)

<6>[    0.000000] ion heap(vmalloc): base(0) size(0) align(0)

<6>[    0.000000] cma: CMA: reserved 640 MiB at 40000000

<6>[    0.000000] ion_reserve: cma reserved base 40000000 size 671088640

<6>[    0.000000] cma: CMA: reserved 16 MiB at 2e800000

<4>[    0.000000] Memory policy: ECC disabled, Data cache writealloc

<7>[    0.000000] On node 0 totalpages: 524288

<7>[    0.000000] free_area_init_node: node 0, pgdat c0c79e40, node_mem_map c0da0000

<7>[    0.000000]   Normal zone: 1520 pages used for memmap

<7>[    0.000000]   Normal zone: 0 pages reserved

<7>[    0.000000]   Normal zone: 194560 pages, LIFO batch:31

<7>[    0.000000]   HighMem zone: 2576 pages used for memmap

<7>[    0.000000]   HighMem zone: 329728 pages, LIFO batch:31

<6>[    0.000000] PERCPU: Embedded 9 pages/cpu @c1dde000 s14016 r8192 d14656 u36864

<7>[    0.000000] pcpu-alloc: s14016 r8192 d14656 u36864 alloc=9*4096

<7>[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3

<4>[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 522768

<5>[    0.000000] Kernel command line: console=ttyFIQ0 androidboot.hardware=rk30board androidboot.console=ttyFIQ0 board.ap_has_alsa=0 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),0x00180000@0x00092000(system),0x00002000@0x00212000(metadata),0x00200000@0x00214000(userdata),0x00020000@0x00414000(radical_update),-@0x00434000(user) storagemedia=emmc loader.timestamp=2014-11-26_09:28:44 hdmi.vic=-1

<6>[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)

<6>[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)

<6>[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)

<6>[    0.000000] allocated 4194304 bytes of page_cgroup

<6>[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups

<6>[    0.000000] Memory: 2048MB = 2048MB total

<5>[    0.000000] Memory: 1388464k/1388464k available, 708688k reserved, 663552K highmem

<5>[    0.000000] Virtual kernel memory layout:

<5>[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)

<5>[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)

<5>[    0.000000]     vmalloc : 0xf0000000 - 0xff000000   ( 240 MB)

<5>[    0.000000]     lowmem  : 0xc0000000 - 0xef800000   ( 760 MB)

<5>[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)

<5>[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)

<5>[    0.000000]       .text : 0xc0008000 - 0xc0ae39a4   (11119 kB)

<5>[    0.000000]       .init : 0xc0ae4000 - 0xc0b786c0   ( 594 kB)

<5>[    0.000000]       .data : 0xc0b7a000 - 0xc0c81678   (1054 kB)

<5>[    0.000000]        .bss : 0xc0c81678 - 0xc0d9f804   (1145 kB)

<6>[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1

<6>[    0.000000] Preemptible hierarchical RCU implementation.

<6>[    0.000000]         RCU dyntick-idle grace-period acceleration is enabled.

<6>[    0.000000] NR_IRQS:16 nr_irqs:16 16

<4>[    0.000000] rk_clk_tree_init start! cru base = 0xfed00000

<4>[    0.000000] rk_get_uboot_display_flag: uboot_logo_on = 0

<4>[    0.000000] rkclk_init_clks: cnt_parent = 7

<4>[    0.000000] rkclk_init_clks: cnt_rate = 31

<4>[    0.000000] rk3288 set GPLL BW 20 for HDMI!

<6>[    0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).

<6>[    0.000000] Switching to timer-based delay loop

<6>[    0.000000] sched_clock: ARM arch timer >56 bits at 24000kHz, resolution 41ns

<6>[    0.000000] process version: 3

<6>[    0.000000] channel:0, lkg:13

<6>[    0.000000] target-temp:80

<6>[    0.000000] channel:2, lkg:0

<6>[    0.000000] target-temp:80

<6>[    0.000000] channel:0, lkg:13

<6>[    0.000000] target-temp:80

<6>[    0.000000] channel:1, lkg:13

<6>[    0.000000] target-temp:80

<6>[    0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms

<6>[    0.306678] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)

<6>[    0.306693] pid_max: default: 32768 minimum: 301

<6>[    0.306799] Security Framework initialized

<6>[    0.306815] SELinux:  Initializing.

<7>[    0.306839] SELinux:  Starting in permissive mode

<6>[    0.306886] Mount-cache hash table entries: 512

<6>[    0.307533] Initializing cgroup subsys debug

<6>[    0.307548] Initializing cgroup subsys memory

<6>[    0.307575] Initializing cgroup subsys freezer

<6>[    0.307604] CPU: Testing write buffer coherency: ok

<3>[    0.307912] /cpus/cpu@0 missing clock-frequency property

<3>[    0.307925] /cpus/cpu@1 missing clock-frequency property

<3>[    0.307934] /cpus/cpu@2 missing clock-frequency property

<3>[    0.307943] /cpus/cpu@3 missing clock-frequency property

<6>[    0.308005] CPU0: thread -1, cpu 0, socket 5, mpidr 80000500

<6>[    0.308055] Setting up static identity map for 0xc07e36d0 - 0xc07e3728

<6>[    0.311158] last_log: 0x2e100000 map to 0xf0004000 and copy to 0xf0086000, size 0x80000 early 0x16b4 (version 3.0)

<4>[    0.384737] CPU1: Booted secondary processor

<6>[    0.384770] CPU1: thread -1, cpu 1, socket 5, mpidr 80000501

<4>[    0.404418] CPU2: Booted secondary processor

<6>[    0.404442] CPU2: thread -1, cpu 2, socket 5, mpidr 80000502

<4>[    0.424131] CPU3: Booted secondary processor

<6>[    0.424154] CPU3: thread -1, cpu 3, socket 5, mpidr 80000503

<6>[    0.424253] Brought up 4 CPUs

<6>[    0.424282] SMP: Total of 4 processors activated (192.00 BogoMIPS).

<6>[    0.424290] CPU: All CPU(s) started in SVC mode.

<6>[    0.425016] devtmpfs: initialized

<6>[    0.429932] pinctrl core: initialized pinctrl subsystem

<6>[    0.430183] regulator-dummy: no parameters

<6>[    0.441605] NET: Registered protocol family 16

<6>[    0.443392] DMA: preallocated 256 KiB pool for atomic coherent allocations

<6>[    0.443742] ion_snapshot: 0x2e248000 map to 0xf0107000 and copy to 0xc0d7adc4 (version 0.1)

<6>[    0.444058] Registered FIQ tty driver

<3>[    0.444476] fiq-debugger is disabled in device tree

<4>[    0.445053] rockchip_get_bank_data:name=base start=0xff750000,end=0xff7500ff

<4>[    0.445082] rockchip_get_bank_data:name=mux_bank0 start=0xff730084,end=0xff73008f

<4>[    0.445100] rockchip_get_bank_data:name=pull_bank0 start=0xff730064,end=0xff73006f

<4>[    0.445116] rockchip_get_bank_data:name=drv_bank0 start=0xff730070,end=0xff73007b

<4>[    0.445206] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio1@ff780000 start=0xff780000,end=0xff7800ff

<4>[    0.445271] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio2@ff790000 start=0xff790000,end=0xff7900ff

<4>[    0.445330] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio3@ff7a0000 start=0xff7a0000,end=0xff7a00ff

<4>[    0.445389] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio4@ff7b0000 start=0xff7b0000,end=0xff7b00ff

<4>[    0.445449] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio5@ff7c0000 start=0xff7c0000,end=0xff7c00ff

<4>[    0.445508] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio6@ff7d0000 start=0xff7d0000,end=0xff7d00ff

<4>[    0.445568] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio7@ff7e0000 start=0xff7e0000,end=0xff7e00ff

<4>[    0.445630] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio8@ff7f0000 start=0xff7f0000,end=0xff7f00ff

<4>[    0.445697] rockchip_get_bank_data:name=/pinctrl@ff770000/gpio15@ff7f2000 start=0xff7f2000,end=0xff7f20ff

<4>[    0.445759] rockchip_pinctrl_probe:name=RK3288-GPIO,type=3

<4>[    0.445773] rockchip_pinctrl_probe:name=base start=0xff770000,end=0xff77013f

<4>[    0.445784] rockchip_pinctrl_probe:name=pull start=0xff770140,end=0xff7701bf

<4>[    0.445796] rockchip_pinctrl_probe:name=drv start=0xff7701c0,end=0xff77023f

<7>[    0.445864] gpiochip_add: registered GPIOs 0 to 31 on device: gpio0

<7>[    0.445909] gpiochip_add: registered GPIOs 32 to 63 on device: gpio1

<7>[    0.445953] gpiochip_add: registered GPIOs 64 to 95 on device: gpio2

<7>[    0.446002] gpiochip_add: registered GPIOs 96 to 127 on device: gpio3

<7>[    0.446046] gpiochip_add: registered GPIOs 128 to 159 on device: gpio4

<7>[    0.446091] gpiochip_add: registered GPIOs 160 to 191 on device: gpio5

<7>[    0.446135] gpiochip_add: registered GPIOs 192 to 223 on device: gpio6

<7>[    0.446185] gpiochip_add: registered GPIOs 224 to 255 on device: gpio7

<7>[    0.446229] gpiochip_add: registered GPIOs 256 to 287 on device: gpio8

<7>[    0.446273] gpiochip_add: registered GPIOs 288 to 319 on device: gpio15

<4>[    0.446305] rockchip_interrupts_register:bank_num=7

<4>[    0.448220] rockchip_pinctrl_probe:init ok

<6>[    0.454229] rk_iommu ff900800.iep_mmu: (iep) Enter

<6>[    0.454323] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.

<6>[    0.454337] rk_iommu ff900800.iep_mmu: (iep) Initialized

<6>[    0.454504] rk_iommu ff950800.vip_mmu: (vip) Enter

<6>[    0.454573] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.

<6>[    0.454585] rk_iommu ff950800.vip_mmu: (vip) Initialized

<6>[    0.454744] rk_iommu ff930300.vopb_mmu: (vopb) Enter

<6>[    0.454813] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.

<6>[    0.454826] rk_iommu ff930300.vopb_mmu: (vopb) Initialized

<6>[    0.454990] rk_iommu ff940300.vopl_mmu: (vopl) Enter

<6>[    0.455058] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.

<6>[    0.455070] rk_iommu ff940300.vopl_mmu: (vopl) Initialized

<6>[    0.455229] rk_iommu ff9c0440.hevc_mmu: (hevc) Enter

<6>[    0.455302] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.

<6>[    0.455313] rk_iommu ff9c0440.hevc_mmu: (hevc) Initialized

<6>[    0.455476] rk_iommu ff9a0800.vpu_mmu: (vpu) Enter

<6>[    0.455545] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.

<6>[    0.455557] rk_iommu ff9a0800.vpu_mmu: (vpu) Initialized

<6>[    0.455719] rk_iommu ff914000.isp_mmu: (isp_mmu) Enter

<6>[    0.455789] IOVMM: Created 0x3ffff000 B IOVMM from 0x10000000.

<6>[    0.455800] rk_iommu ff914000.isp_mmu: (isp_mmu) Initialized

<6>[    0.457724] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.

<6>[    0.457737] hw-breakpoint: maximum watchpoint size is 4 bytes.

<4>[    0.457932] DDR DEBUG: version 1.00 20140603

<4>[    0.457959] DDR DEBUG: Channel a:

<4>[    0.457967] DDR DEBUG: DDR3 Device

<4>[    0.457980] DDR DEBUG: Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Total Capability=1024MB

<4>[    0.457989] DDR DEBUG: Channel b:

<4>[    0.457996] DDR DEBUG: DDR3 Device

<4>[    0.458008] DDR DEBUG: Bus Width=32 Col=10 Bank=8 Row=15 CS=1 Total Capability=1024MB

<4>[    0.458017] DDR DEBUG: addr=0xc89000

<4>[    0.458027] DDR DEBUG: stride=9, size=256, halfcap=40000000

<4>[    0.458035] DDR DEBUG: socAddr[0]=0xc89000, socAddr[1]=0xc89100

<4>[    0.458044] DDR DEBUG: chAddr[0]=0xc89000, chAddr[1]=0xc89000

<4>[    0.458056] DDR DEBUG: dtar[0]=0x10191000, dtar[1]=0x10191000

<4>[    0.458295] DDR DEBUG: init success!!! freq=300MHz

<4>[    0.458303] DDR DEBUG: Channel a:

<4>[    0.458315] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=270,270

<4>[    0.458327] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=3,0, DGSL=1,1 extra clock, DGPS=360,360

<4>[    0.458340] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=270,270

<4>[    0.458351] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=270,270

<4>[    0.458363] DDR DEBUG: ZERR=0, ZDONE=0, ZPD=0x0, ZPU=0x0, OPD=0x0, OPU=0x0

<4>[    0.458372] DDR DEBUG: DRV Pull-Up=0x19, DRV Pull-Dwn=0x19

<4>[    0.458380] DDR DEBUG: ODT Pull-Up=0x2, ODT Pull-Dwn=0x2

<4>[    0.458387] DDR DEBUG: Channel b:

<4>[    0.458398] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=270,270

<4>[    0.458410] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=270,270

<4>[    0.458422] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=270,270

<4>[    0.458434] DDR DEBUG: DTONE=0x1, DTERR=0x0, DTIERR=0x0, DTPASS=4,0, DGSL=1,1 extra clock, DGPS=270,270

<4>[    0.458444] DDR DEBUG: ZERR=0, ZDONE=0, ZPD=0x0, ZPU=0x0, OPD=0x0, OPU=0x0

<4>[    0.458453] DDR DEBUG: DRV Pull-Up=0x19, DRV Pull-Dwn=0x19

<4>[    0.458461] DDR DEBUG: ODT Pull-Up=0x2, ODT Pull-Dwn=0x2

<6>[    0.480110] bio: create slab <bio-0> at 0

<5>[    0.480957] SCSI subsystem initialized

<6>[    0.481105] usbcore: registered new interface driver usbfs

<6>[    0.481149] usbcore: registered new interface driver hub

<6>[    0.481231] usbcore: registered new device driver usb

<7>[    0.481480] of_get_named_gpio_flags exited with status 14

<7>[    0.481510] of_get_named_gpio_flags exited with status 12

<7>[    0.482440] of_get_named_gpio_flags exited with status 15

<7>[    0.482458] of_get_named_gpio_flags exited with status 16

<6>[    0.482601] rockchip_i2c ff650000.i2c: i2c-0: Rockchip I2C adapter

<7>[    0.484518] of_get_named_gpio_flags exited with status 260

<7>[    0.484538] of_get_named_gpio_flags exited with status 261

<6>[    0.484690] rockchip_i2c ff140000.i2c: i2c-1: Rockchip I2C adapter

<7>[    0.485972] of_get_named_gpio_flags exited with status 201

<7>[    0.485992] of_get_named_gpio_flags exited with status 202

<6>[    0.486133] rockchip_i2c ff660000.i2c: i2c-2: Rockchip I2C adapter

<7>[    0.486887] of_get_named_gpio_flags exited with status 241

<7>[    0.486905] of_get_named_gpio_flags exited with status 242

<6>[    0.487038] rockchip_i2c ff160000.i2c: i2c-4: Rockchip I2C adapter

<3>[    0.487848] i2c i2c-4: 1 i2c clients have been registered at 0x68

<6>[    0.488025] media: Linux media interface: v0.10

<6>[    0.488064] Linux video capture interface: v2.00

<6>[    0.488106] pps_core: LinuxPPS API ver. 1 registered

<6>[    0.488116] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>

<6>[    0.488134] PTP clock support registered

<6>[    0.488607] Rockchip ion module is successfully loaded (v1.0)

<6>[    0.488762] Advanced Linux Sound Architecture Driver Initialized.

<6>[    0.489142] Bluetooth: Core ver 2.16

<6>[    0.489177] NET: Registered protocol family 31

<6>[    0.489186] Bluetooth: HCI device and connection manager initialized

<6>[    0.489201] Bluetooth: HCI socket layer initialized

<6>[    0.489213] Bluetooth: L2CAP socket layer initialized

<6>[    0.489238] Bluetooth: SCO socket layer initialized

<6>[    0.489445] cfg80211: Calling CRDA to update world regulatory domain

<7>[    0.490375] of_get_named_gpio_flags exited with status 13

<7>[    0.490398] of_get_named_gpio_flags exited with status 227

<4>[    0.490611] act8846_i2c_probe,line=898

<4>[    0.492076] act8846 set 0xf4 error!

<4>[    0.492159] act8846: probe of 0-005a failed with error -11

<6>[    0.496699] vdd_arm: 712 <--> 1500 mV at 1000 mV

<6>[    0.501394] vdd_gpu: 712 <--> 1500 mV at 1000 mV

<6>[    0.502166] Switching to clocksource arch_sys_counter

<7>[    0.522258] uboot-logo-on:0

<6>[    0.522297] rk-fb rockchip-fb: rk fb ion client create success!

<6>[    0.522309] rk-fb rockchip-fb: rockchip framebuffer driver probe

<6>[    0.522701] rk-screen rk_screen.8: rockchip screen probe success

<3>[    0.522861] rk32-lvds ff96c000.lvds: screen is not lvds/rgb!

<4>[    0.522881] rk32-lvds: probe of ff96c000.lvds failed with error -22

<3>[    0.523198] rk32-edp ff970000.edp: screen is not edp!

<4>[    0.523213] rk32-edp: probe of ff970000.edp failed with error -22

<6>[    0.523362] rk32-dsi

<4>[    0.523501] dsi->host.irq =51

<4>[    0.523519] load mipi dsi chip:rk_mipi_dsi.0 id:3133302a

<4>[    0.523527] mipi_dsi v1.3 2014-04-17

<6>[    0.523550] rk32-mipi ff960000.mipi: rk mipi_dsi probe success!

<6>[    0.523562] rk32-mipi ff960000.mipi: rockchip mipi_dsi v1.1 2014-06-17

<7>[    0.524057] of_get_named_gpio_flags exited with status 13

<7>[    0.524071] _gpio_request: gpio-13 (lcd_rst) status -16

<3>[    0.524084] rk3288-lcdc lcdc0: request lcd_rst gpio fail:-16

<6>[    0.524333] graphics fb0: rockchip framebuffer registerd:fb0

<6>[    0.524682] graphics fb1: rockchip framebuffer registerd:fb1

<6>[    0.524829] graphics fb2: rockchip framebuffer registerd:fb2

<6>[    0.524974] graphics fb3: rockchip framebuffer registerd:fb3

<6>[    0.535472] rk3288-lcdc lcdc0: lcdc0: dclk:130000000>>fps:50

<4>[    0.535486] dsi->phy.sys_clk =24000000

<4>[    0.583264] rk_battery_charger_detect_cb , battery_charger_detect 1

<6>[    0.945026] rk3288-lcdc lcdc0: wakeup from standby!

<6>[    0.970085] alloc_buffer:ion_phy_addr=0x40000000

<6>[    0.982606] fb0:phy:40000000>>vir:f0171000>>len:0x1900000

<6>[    0.986142] rk3288-lcdc lcdc0: lcdc0 probe ok, iommu disabled

<3>[    0.986306] rk3288-lcdc lcdc1: can't find power_ctr node for lcdc1

<4>[    0.986317] rk_fb_trsm_ops_get:un supported transmitter:0!

<6>[    0.986531] graphics fb4: rockchip framebuffer registerd:fb4

<6>[    0.986828] graphics fb5: rockchip framebuffer registerd:fb5

<6>[    0.986980] graphics fb6: rockchip framebuffer registerd:fb6

<6>[    0.987130] graphics fb7: rockchip framebuffer registerd:fb7

<6>[    1.034517] alloc_buffer:ion_phy_addr=0x41900000

<6>[    1.034534] fb0:phy:41900000>>vir:  (null)>>len:0x3000000

<6>[    1.034549] rk3288-lcdc lcdc1: lcdc1 probe ok, iommu disabled

<4>[    1.035213] rockchip_set_mux:warning ignore bank num 15

<4>[    1.035327] rockchip_set_mux:warning ignore bank num 15

<4>[    1.035427] rockchip_set_mux:warning ignore bank num 15

<4>[    1.035536] rockchip_set_mux:warning ignore bank num 15

<4>[    1.035634] rockchip_set_mux:warning ignore bank num 15

<4>[    1.035736] rockchip_set_mux:warning ignore bank num 15

<4>[    1.035836] rockchip_set_mux:warning ignore bank num 15

<4>[    1.035943] rockchip_set_mux:warning ignore bank num 15

<4>[    1.036058] rockchip_set_mux:warning ignore bank num 15

<4>[    1.036175] rockchip_set_mux:warning ignore bank num 15

<6>[    1.037515] NET: Registered protocol family 2

<6>[    1.037955] TCP established hash table entries: 8192 (order: 4, 65536 bytes)

<6>[    1.038085] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)

<6>[    1.038219] TCP: Hash tables configured (established 8192 bind 8192)

<6>[    1.038265] TCP: reno registered

<6>[    1.038279] UDP hash table entries: 512 (order: 2, 16384 bytes)

<6>[    1.038312] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)

<6>[    1.038506] NET: Registered protocol family 1

<6>[    1.038682] Unpacking initramfs...

<6>[    1.101190] Freeing initrd memory: 1168K (c4bf0000 - c4d14000)

<6>[    1.101758] hw perfevents: enabled with ARMv7 Cortex-A12 PMU driver, 7 counters available

<6>[    1.102243] probe device ff9a0000.vpu_service

<4>[    1.102432] vpu_service: power on

<6>[    1.103546] checking hw id 4831

<6>[    1.103885] vpu_service set to auto frequency mode

<6>[    1.103917] vpu_service: power off...

<6>[    1.103953] done

<6>[    1.103960] init success

<6>[    1.104008] probe device ff9c0000.hevc_service

<4>[    1.104199] hevc_service: power on

<6>[    1.105232] checking hw id 6867

<6>[    1.105450] hevc_service: power off...

<6>[    1.105487] done

<6>[    1.105494] init success

<4>[    1.105605] rknandbase v1.0 2014-03-31

<3>[    1.105701] rknand ff400000.nandc0: no irq resource?

<4>[    1.105826] rknand_driver:ret = 0

<6>[    1.106479] audit: initializing netlink socket (disabled)

<5>[    1.106520] type=2000 audit(0.800:1): initialized

<4>[    1.107292] bounce pool size: 64 pages

<6>[    1.111778] fuse init (API version 7.22)

<6>[    1.112110] msgmni has been set to 1450

<7>[    1.112156] SELinux:  Registering netfilter hooks

<6>[    1.113877] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)

<6>[    1.113892] io scheduler noop registered

<6>[    1.113900] io scheduler deadline registered

<6>[    1.113983] io scheduler cfq registered (default)

<7>[    1.114528] of_get_named_gpio_flags exited with status 262

<6>[    1.117444] rga2 ff920000.rga: rga ion client create success!

<6>[    1.117578] rga: Driver loaded succesfully

<4>[    1.118183] IEP Driver loaded succesfully

<4>[    1.118274] Module initialized.

<6>[    1.119135] dma-pl330 ffb20000.pdma: Loaded driver for PL330 DMAC-2364208

<6>[    1.119151] dma-pl330 ffb20000.pdma:         DBUFF-64x8bytes Num_Chans-5 Num_Peri-6 Num_Events-10

<6>[    1.120395] dma-pl330 ff250000.pdma: Loaded driver for PL330 DMAC-2364208

<6>[    1.120411] dma-pl330 ff250000.pdma:         DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16

<3>[    1.120678] pwm-voltage-regulator pwm_regulator.28: unable to request PWM, trying legacy API

<3>[    1.120692] pwm-voltage-regulator pwm_regulator.28: unable to request legacy PWM

<4>[    1.120700] pwm_regulator_probe:error

<6>[    1.120721] platform pwm_regulator.28: Driver pwm-voltage-regulator requests probe deferral

<4>[    1.121051] rk_serial.c v1.8 2014-03-04

<6>[    1.121247] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 87) is a rk29_serial.0

<6>[    1.121428] serial ff180000.serial: membase f1a72000

<6>[    1.121552] ff690000.serial: ttyS2 at MMIO 0xff690000 (irq = 89) is a rk29_serial.2

<6>[    1.121718] serial ff690000.serial: membase fed60000

<6>[    1.124455] loop: module loaded

<6>[    1.125013] SCSI Media Changer driver v0.25

<6>[    1.125328] tun: Universal TUN/TAP device driver, 1.6

<6>[    1.125338] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>

<4>[    1.125453] vmac_init.

<3>[    1.125956] stmmac_probe_config_dt: Can not read property: pmu_regulator.

<3>[    1.125968] stmmac_probe_config_dt: Can not read property: pmu_enable_level.

<6>[    1.125979] stmmac_probe_config_dt: clock input or output? (input).

<6>[    1.125988] stmmac_probe_config_dt: TX delay(0x30).

<6>[    1.125998] stmmac_probe_config_dt: RX delay(0x20).

<7>[    1.126008] of_get_named_gpio_flags: can't parse gpios property

<7>[    1.126021] of_get_named_gpio_flags exited with status 136

<7>[    1.126032] of_get_named_gpio_flags exited with status 6

<4>[    1.126043] stmmac_probe_config_dt: is rockchip,rk3288-gmac

<6>[    1.126052] stmmc_pltfr_init:

<6>[    1.126069] stmmc_pltfr_init: init for RGMII

<6>[    1.126080] tx delay=0x30

<6>[    1.126080] rx delay=0x20

<6>[    1.126512] stmmac - user ID: 0x10, Synopsys ID: 0x35

<6>[    1.126521]  Normal descriptors

<6>[    1.126528]  Ring mode enabled

<6>[    1.126537]  DMA HW capability register supported

<6>[    1.126545]  RX Checksum Offload Engine supported (type 2)

<6>[    1.126553]  TX Checksum insertion supported

<6>[    1.126560]  Wake-Up On Lan supported

<6>[    1.126593]  Enable RX Mitigation via HW Watchdog Timer

<6>[    1.126994] PPP generic driver version 2.4.2

<6>[    1.127139] PPP BSD Compression module registered

<6>[    1.127149] PPP Deflate Compression module registered

<6>[    1.127167] PPP MPPE Compression module registered

<6>[    1.127177] NET: Registered protocol family 24

<6>[    1.127207] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).

<6>[    1.127217] CSLIP: code copyright 1989 Regents of the University of California.

<4>[    1.127226] Rockchip WiFi SYS interface (V1.00) ...

<4>[    1.127255] esp_mem_init enter date Feb 28 2017 14:04:07

<4>[    1.127298] esp_mem_init complete

<6>[    1.127364] usbcore: registered new interface driver catc

<6>[    1.127400] usbcore: registered new interface driver kaweth

<6>[    1.127410] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver

<6>[    1.127444] usbcore: registered new interface driver pegasus

<6>[    1.127479] usbcore: registered new interface driver rtl8150

<6>[    1.127518] usbcore: registered new interface driver r8152

<6>[    1.127527] hso: drivers/net/usb/hso.c: Option Wireless

<6>[    1.127586] usbcore: registered new interface driver hso

<6>[    1.127626] usbcore: registered new interface driver asix

<6>[    1.127660] usbcore: registered new interface driver ax88179_178a

<6>[    1.127694] usbcore: registered new interface driver cdc_ether

<6>[    1.127728] usbcore: registered new interface driver cdc_eem

<6>[    1.127766] usbcore: registered new interface driver dm9601

<6>[    1.127800] usbcore: registered new interface driver dm9620

<6>[    1.127841] usbcore: registered new interface driver smsc75xx

<6>[    1.127883] usbcore: registered new interface driver smsc95xx

<6>[    1.127917] usbcore: registered new interface driver gl620a

<6>[    1.127951] usbcore: registered new interface driver net1080

<6>[    1.127990] usbcore: registered new interface driver plusb

<6>[    1.128026] usbcore: registered new interface driver rndis_host

<6>[    1.128064] usbcore: registered new interface driver cdc_subset

<6>[    1.128098] usbcore: registered new interface driver zaurus

<6>[    1.128134] usbcore: registered new interface driver MOSCHIP usb-ethernet driver

<6>[    1.128186] usbcore: registered new interface driver int51x1

<6>[    1.128222] usbcore: registered new interface driver kalmia

<6>[    1.128256] usbcore: registered new interface driver ipheth

<6>[    1.128301] usbcore: registered new interface driver sierra_net

<6>[    1.128337] usbcore: registered new interface driver cx82310_eth

<6>[    1.128380] usbcore: registered new interface driver cdc_ncm

<6>[    1.128416] usbcore: registered new interface driver qmi_wwan

<6>[    1.128450] usbcore: registered new interface driver cdc_mbim

<6>[    1.128460] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver

<4>[    1.130829] ehci_rk_probe f1b00000 f1b00010

<6>[    1.130845] rockchip_ehci_host ff500000.usb: Rockchip On-Chip EHCI Host Controller

<6>[    1.130871] rockchip_ehci_host ff500000.usb: new USB bus registered, assigned bus number 1

<6>[    1.131172] rockchip_ehci_host ff500000.usb: irq 56, io mem 0xff500000

<6>[    1.141835] rockchip_ehci_host ff500000.usb: USB 0.0 started, EHCI 1.00

<6>[    1.141906] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002

<6>[    1.141920] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1

<6>[    1.141932] usb usb1: Product: Rockchip On-Chip EHCI Host Controller

<6>[    1.141943] usb usb1: Manufacturer: Linux 3.10.0 ehci_hcd

<6>[    1.141953] usb usb1: SerialNumber: ff500000.usb

<6>[    1.142359] hub 1-0:1.0: USB hub found

<6>[    1.142381] hub 1-0:1.0: 1 port detected

<4>[    1.171346] ehci_rk_probe ok

<6>[    1.171497] usbcore: registered new interface driver cdc_acm

<6>[    1.171507] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters

<6>[    1.171560] usbcore: registered new interface driver usblp

<6>[    1.171600] usbcore: registered new interface driver cdc_wdm

<6>[    1.171656] usbcore: registered new interface driver usb-storage

<6>[    1.171692] usbcore: registered new interface driver ums-alauda

<6>[    1.171727] usbcore: registered new interface driver ums-cypress

<6>[    1.171761] usbcore: registered new interface driver ums-datafab

<6>[    1.171795] usbcore: registered new interface driver ums_eneub6250

<6>[    1.171834] usbcore: registered new interface driver ums-freecom

<6>[    1.171870] usbcore: registered new interface driver ums-isd200

<6>[    1.171905] usbcore: registered new interface driver ums-jumpshot

<6>[    1.171940] usbcore: registered new interface driver ums-karma

<6>[    1.171976] usbcore: registered new interface driver ums-onetouch

<6>[    1.172011] usbcore: registered new interface driver ums-sddr09

<6>[    1.172046] usbcore: registered new interface driver ums-sddr55

<6>[    1.172081] usbcore: registered new interface driver ums-usbat

<6>[    1.172165] usbcore: registered new interface driver usbserial

<6>[    1.172204] usbcore: registered new interface driver usbserial_generic

<6>[    1.172234] usbserial: USB Serial support registered for generic

<6>[    1.172271] usbcore: registered new interface driver option

<6>[    1.172299] usbserial: USB Serial support registered for GSM modem (1-port)

<6>[    1.172365] usbcore: registered new interface driver trancevibrator

<6>[    1.172374] usb20_otg: version 3.10a 21-DEC-2012

<4>[    1.172814] f1b80040

<4>[    1.172826] Core Release: 3.10a

<4>[    1.172835] Setting default values for core params

<4>[    1.172955] Using Buffer DMA mode

<4>[    1.172965] Periodic Transfer Interrupt Enhancement - disabled

<4>[    1.172973] Multiprocessor Interrupt Enhancement - disabled

<4>[    1.172982] OTG VER PARAM: 0, OTG VER FLAG: 0

<4>[    1.172991] ^^^^^^^^^^^^^^^^^Device Mode

<4>[    1.173002] Dedicated Tx FIFOs mode

<4>[    1.173016] pcd_init otg_dev = ed697ac0

<6>[    1.173165] usb20_otg ff580000.usb: DWC OTG Controller

<6>[    1.173192] usb20_otg ff580000.usb: new USB bus registered, assigned bus number 2

<6>[    1.173219] usb20_otg ff580000.usb: irq 55, io mem 0x00000000

<6>[    1.173271] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002

<6>[    1.173284] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1

<6>[    1.173295] usb usb2: Product: DWC OTG Controller

<6>[    1.173305] usb usb2: Manufacturer: Linux 3.10.0 dwc_otg_hcd

<6>[    1.173316] usb usb2: SerialNumber: ff580000.usb

<6>[    1.173698] hub 2-0:1.0: USB hub found

<6>[    1.173718] hub 2-0:1.0: 1 port detected

<6>[    1.174038] usb20_host: version 3.10a 21-DEC-2012

<4>[    1.176491] f1c00040

<4>[    1.176502] Core Release: 3.10a

<4>[    1.176511] Setting default values for core params

<4>[    1.176599] Using Buffer DMA mode

<4>[    1.176608] Periodic Transfer Interrupt Enhancement - disabled

<4>[    1.176616] Multiprocessor Interrupt Enhancement - disabled

<4>[    1.176625] OTG VER PARAM: 0, OTG VER FLAG: 0

<4>[    1.176634] ^^^^^^^^^^^^^^^^^^Host Mode

<6>[    1.176662] usb20_host ff540000.usb: DWC OTG Controller

<6>[    1.176685] usb20_host ff540000.usb: new USB bus registered, assigned bus number 3

<6>[    1.176711] usb20_host ff540000.usb: irq 57, io mem 0x00000000

<4>[    1.176798] Init: Power Port (0)

<6>[    1.176852] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002

<6>[    1.176865] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1

<6>[    1.176877] usb usb3: Product: DWC OTG Controller

<6>[    1.176887] usb usb3: Manufacturer: Linux 3.10.0 dwc_otg_hcd

<6>[    1.176898] usb usb3: SerialNumber: ff540000.usb

<6>[    1.177241] hub 3-0:1.0: USB hub found

<6>[    1.177261] hub 3-0:1.0: 1 port detected

<4>[    1.177785] .. rk pwm remotectl v1.0 init

<4>[    1.177869] remotectl probe j=0x0

<6>[    1.178003] input: ff680000.pwm as /devices/ff680000.pwm/input/input0

<4>[    1.178175] pwm enable val=0x646205

<6>[    1.178437] usbcore: registered new interface driver xpad

<6>[    1.178488] usbcore: registered new interface driver usb_acecad

<6>[    1.178529] usbcore: registered new interface driver aiptek

<6>[    1.178569] usbcore: registered new interface driver gtco

<6>[    1.178615] usbcore: registered new interface driver hanwang

<6>[    1.178656] usbcore: registered new interface driver kbtab

<6>[    1.178703] usbcore: registered new interface driver wacom

<4>[    1.178898] ft5x0x_ts_probe-362

<7>[    1.178915] of_get_named_gpio_flags exited with status 230

<7>[    1.178926] of_get_named_gpio_flags exited with status 228

<6>[    1.388232] input: ft5x0x_ts as /devices/virtual/input/input1

<4>[    1.545998] ft5x0x_ts_probe ok !!!!466

<6>[    1.546048] Successfully added driver ft5x0x_ts

<6>[    1.549372] rtc_hym8563 0-0051: clock/calendar information is no longer guaranteed

<7>[    1.553516] of_get_named_gpio_flags exited with status 228

<6>[    1.559874] rtc_hym8563 0-0051: rtc core: registered hym8563 as rtc0

<6>[    1.559930] i2c /dev entries driver

<6>[    1.560530] IR NEC protocol handler initialized

<6>[    1.560542] IR RC5(x) protocol handler initialized

<6>[    1.560550] IR RC6 protocol handler initialized

<6>[    1.560558] IR JVC protocol handler initialized

<6>[    1.560566] IR Sony protocol handler initialized

<6>[    1.560574] IR RC5 (streamzap) protocol handler initialized

<6>[    1.560581] IR SANYO protocol handler initialized

<6>[    1.560589] IR MCE Keyboard/mouse protocol handler initialized

<6>[    1.560727] usbcore: registered new interface driver uvcvideo

<6>[    1.560737] USB Video Class driver (1.1.1)

<4>[    1.560748] CamSys driver version: v0.23.0,  CamSys head file version: v0.9.0

<7>[    1.562112] of_get_named_gpio_flags exited with status 236

<4>[    1.562123] D1:camsys_platform_probe(1067): 1-gpios-cifpower: gpio=236

<7>[    1.562135] of_get_named_gpio_flags exited with status 236

<4>[    1.562145] D1:camsys_platform_probe(1070): gpios-cifpower: gpio_request

<4>[    1.562160] D1:camsys_platform_probe(1072): 1-gpios-cifpower: gpio_request=0

<4>[    1.562176] D1:camsys_platform_probe(1079): gpios-cifpower: 236 high

<4>[    1.562252] D1:camsys_mipiphy_probe_cb(163): ff910000.isp mipi phy0 probe success(reg_phy: 0x0  reg_vir: 0x0  size: 0x0)

<4>[    1.562387] D1:camsys_mipiphy_probe_cb(160): ff910000.isp mipi phy1 probe success(reg_phy: 0xff968000  reg_vir: 0xf1ab0000  size: 0x4000)

<4>[    1.563009] D1:camsys_platform_probe(1183): ff910000.isp memory:

<4>[    1.563023] D1:camsys_platform_probe(1193):     Register memory (phy: 0xff910000 vir: 0xf1ae0000 size: 0x10000)

<4>[    1.563036] D1:camsys_platform_probe(1188):     I2c memory (phy: 0x2d9b0000 vir: 0xed9b0000 size: 0x1000)

<4>[    1.563047] D1:camsys_platform_probe(1208): Probe ff910000.isp device success

<4>[    1.564256] rockchip_temp_probe,line=362

<6>[    1.614147] tsadc ff280000.tsadc: initialized

<6>[    1.614504] device-mapper: uevent: version 1.0.3

<6>[    1.614726] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com

<6>[    1.614990] Bluetooth: HCI UART driver ver 2.2

<6>[    1.615003] Bluetooth: HCI H4 protocol initialized

<6>[    1.615011] Bluetooth: HCILL protocol initialized

<3>[    1.615060] DVFS ERR:        clk_enable_dvfs: vd(vd_logic) can't get regulator(vdd_logic)!

<3>[    1.616755] DVFS ERR:        clk_enable_dvfs: vd(vd_logic) can't get regulator(vdd_logic)!

<4>[    1.617334] cpufreq version 1.0, suspend freq 1200 MHz

<6>[    1.617524] cpuidle: using governor ladder

<6>[    1.617535] cpuidle: using governor menu

<6>[    1.617567] Synopsys Designware Multimedia Card Interface Driver

<6>[    1.617804] dwmmc_rockchip ff0f0000.rksdmmc: Version ID is 270a

<6>[    1.618071] dwmmc_rockchip ff0f0000.rksdmmc: Using internal DMA controller.

<4>[    1.618209] 3379..dw_mci_init_slot: fmin=400000, fmax=100000000 [mmc0]

<4>[    1.618220] mmc0 : Rockchip specific MHSC: Ver 1.13 2014-09-05

<7>[    1.618242] of_get_named_gpio_flags: can't parse gpios property

<4>[    1.618330] 1390..dw_mci_set_ios:  no card. [mmc0]

<4>[    1.633847] 1390..dw_mci_set_ios:  no card. [mmc0]

<4>[    1.653542] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out 800000Hz for init[mmc0]

<6>[    1.653576] dwmmc_rockchip ff0f0000.rksdmmc: DW MMC controller at irq 67, 32 bit host data width, 256 deep fifo

<6>[    1.653591] dwmmc_rockchip ff0f0000.rksdmmc: 1 slots initialized

<6>[    1.653853] dwmmc_rockchip ff0c0000.rksdmmc: Version ID is 270a

<6>[    1.654676] dwmmc_rockchip ff0c0000.rksdmmc: Using internal DMA controller.

<4>[    1.654806] 3379..dw_mci_init_slot: fmin=400000, fmax=50000000 [mmc1]

<4>[    1.654817] mmc1 : Rockchip specific MHSC: Ver 1.13 2014-09-05

<7>[    1.654838] of_get_named_gpio_flags: can't parse gpios property

<6>[    1.654885] mmc1: no vmmc regulator found

<4>[    1.655031] dwmmc_rockchip ff0c0000.rksdmmc: mmc1: No udbg pinctrl found!

<4>[    1.655129] 1390..dw_mci_set_ios:  no card. [mmc1]

<4>[    1.673216] 1390..dw_mci_set_ios:  no card. [mmc1]

<6>[    1.685714] mmc0: BKOPS_EN bit is not set

<6>[    1.687625] mmc_host mmc0: Bus speed (slot 0) = 100000000Hz (slot req 52000000Hz, actual 50000000HZ div = 1)

<4>[    1.687650] rk_sdmmc: BOOT dw_mci_setup_bus: argue clk_mmc workaround out normal clock [mmc0]

<4>[    1.687717] rk_sdmmc: BOOT Bus speed=50000000Hz,Bus width=8bits.[mmc0]

<6>[    1.687819] mmc0: new high speed MMC card at address 0001

<6>[    1.688153] mmcblk0: mmc0:0001 AGND3R 14.5 GiB

<6>[    1.689007]      uboot: 0x000400000 -- 0x000800000 (4 MB)

<6>[    1.689042]       misc: 0x000800000 -- 0x000c00000 (4 MB)

<6>[    1.689070]   resource: 0x000c00000 -- 0x001c00000 (16 MB)

<6>[    1.689096]     kernel: 0x001c00000 -- 0x002c00000 (16 MB)

<6>[    1.689121]       boot: 0x002c00000 -- 0x004c00000 (32 MB)

<6>[    1.689168]   recovery: 0x004c00000 -- 0x006c00000 (32 MB)

<6>[    1.689194]     backup: 0x006c00000 -- 0x00a000000 (52 MB)

<6>[    1.689226]      cache: 0x00a000000 -- 0x012000000 (128 MB)

<6>[    1.689252]     kpanic: 0x012000000 -- 0x012400000 (4 MB)

<6>[    1.689278]     system: 0x012400000 -- 0x042400000 (768 MB)

<6>[    1.689305]   metadata: 0x042400000 -- 0x042800000 (4 MB)

<6>[    1.689331]   userdata: 0x042800000 -- 0x082800000 (1024 MB)

<6>[    1.689357] radical_update: 0x082800000 -- 0x086800000 (64 MB)

<6>[    1.689385]       user: 0x086800000 -- 0x3a3a00000 (12754 MB)

<6>[    1.693064] dwmmc_rockchip ff0c0000.rksdmmc: DW MMC controller at irq 64, 32 bit host data width, 256 deep fifo

<6>[    1.693102] dwmmc_rockchip ff0c0000.rksdmmc: 1 slots initialized

<6>[    1.689505]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p141390..dw_mci_set_ios:  no card. [mmc1]

<6>[    1.693938] dwmmc_rockchip ff0d0000.rksdmmc: Version ID is 270a

<6>[    1.694513] dwmmc_rockchip ff0d0000.rksdmmc: Using internal DMA controller.

<4>[    1.694881] 3379..dw_mci_init_slot: fmin=200000, fmax=50000000 [mmc2]

<4>[    1.694906] mmc2 : Rockchip specific MHSC: Ver 1.13 2014-09-05

<7>[    1.694957] of_get_named_gpio_flags: can't parse gpios property

<4>[    1.695607] 1390..dw_mci_set_ios:  no card. [mmc2]

<4>[    1.712640] 1390..dw_mci_set_ios:  no card. [mmc2]

<4>[    1.732560] 1390..dw_mci_set_ios:  no card. [mmc2]

<6>[    1.732752] dwmmc_rockchip ff0d0000.rksdmmc: DW MMC controller at irq 65, 32 bit host data width, 256 deep fifo

<6>[    1.732835] dwmmc_rockchip ff0d0000.rksdmmc: 1 slots initialized

<4>[    1.734352] leds-gpio leds.37: pins are not configured from the driver

<7>[    1.734450] of_get_named_gpio_flags exited with status 257

<7>[    1.734519] of_get_named_gpio_flags exited with status 258

<7>[    1.734591] of_get_named_gpio_flags exited with status 257

<7>[    1.735111] of_get_named_gpio_flags exited with status 258

<6>[    1.735968] hidraw: raw HID events driver (C) Jiri Kosina

<6>[    1.747985] usbcore: registered new interface driver usbhid

<6>[    1.748049] usbhid: USB HID core driver

<6>[    1.750214] zram: Created 1 device(s) ...

<6>[    1.752390] ashmem: initialized

<6>[    1.752982] logger: created 256K log 'log_main'

<6>[    1.753502] logger: created 256K log 'log_events'

<6>[    1.753982] logger: created 256K log 'log_radio'

<6>[    1.754472] logger: created 256K log 'log_system'

<7>[    1.757849] of_get_named_gpio_flags exited with status 229

<7>[    1.757898] of_get_named_gpio_flags exited with status 229

<6>[    1.758773] input: rk29-keypad as /devices/ff100000.adc/key.39/input/input2

<7>[    1.761063] of_get_named_gpio_flags exited with status 10

<7>[    1.761115] of_get_named_gpio_flags exited with status 239

<3>[    2.145744] rockchip_i2c ff660000.i2c: Addr[0x0010] wait event timeout, state: 1, is_busy: 1, error: 0, complete_what: 0x0, ipd: 0x0

<4>[    2.149777] rockchip_i2c ff660000.i2c: I2C_CON: start bit is set

<4>[    2.150822] es8323 probe error

<4>[    2.150924] ES8323: probe of 2-0010 failed with error -110

<4>[    2.151114] i2c-core: driver [ES8323] using legacy suspend method

<4>[    2.151172] i2c-core: driver [ES8323] using legacy resume method

<3>[    2.157869] rockchip-hdmi-spdif rockchip-hdmi-spdif.32: ASoC: CPU DAI (null) not registered

<4>[    2.158043] rockchip_hdmi_spdif_audio_probe() register card failed:-517

<6>[    2.158162] platform rockchip-hdmi-spdif.32: Driver rockchip-hdmi-spdif requests probe deferral

<3>[    2.159626] rockchip-es8323 rockchip-es8323.34: ASoC: CODEC (null) not registered

<4>[    2.159776] rockchip_es8323_audio_probe() register card failed:-517

<6>[    2.159884] platform rockchip-es8323.34: Driver rockchip-es8323 requests probe deferral

<6>[    2.164225] rockchip-hdmi-i2s rockchip-hdmi-i2s.31:  rk-hdmi-i2s-hifi <-> rockchip-i2s.0 mapping ok

<6>[    2.167434] u32 classifier

<6>[    2.167472]     Actions configured

<6>[    2.167514] Netfilter messages via NETLINK v0.30.

<6>[    2.167676] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)

<6>[    2.169082] ctnetlink v0.93: registering with nfnetlink.

<6>[    2.169287] NF_TPROXY: Transparent proxy support initialized, version 4.1.0

<6>[    2.169319] NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.

<6>[    2.170388] xt_time: kernel timezone is -0000

<6>[    2.171333] ip_tables: (C) 2000-2006 Netfilter Core Team

<6>[    2.171914] arp_tables: (C) 2002 David S. Miller

<6>[    2.172074] TCP: cubic registered

<6>[    2.172107] Initializing XFRM netlink socket

<6>[    2.173182] NET: Registered protocol family 10

<6>[    2.175695] mip6: Mobile IPv6

<6>[    2.175812] ip6_tables: (C) 2000-2006 Netfilter Core Team

<6>[    2.176333] sit: IPv6 over IPv4 tunneling driver

<6>[    2.177780] NET: Registered protocol family 17

<6>[    2.177880] NET: Registered protocol family 15

<5>[    2.178091] Bridge firewalling registered

<6>[    2.178137] Ebtables v2.0 registered

<6>[    2.178567] Bluetooth: RFCOMM TTY layer initialized

<6>[    2.178659] Bluetooth: RFCOMM socket layer initialized

<6>[    2.178694] Bluetooth: RFCOMM ver 1.11

<6>[    2.178728] Bluetooth: BNEP (Ethernet Emulation) ver 1.3

<6>[    2.178759] Bluetooth: BNEP filters: protocol multicast

<6>[    2.178807] Bluetooth: BNEP socket layer initialized

<6>[    2.178839] Bluetooth: HIDP (Human Interface Emulation) ver 1.2

<6>[    2.178886] Bluetooth: HIDP socket layer initialized

<6>[    2.178985] l2tp_core: L2TP core driver, V2.0

<6>[    2.179043] l2tp_ppp: PPPoL2TP kernel driver, V2.0

<6>[    2.179073] [WLAN_RFKILL]: Enter rfkill_wlan_init

<6>[    2.179585] [WLAN_RFKILL]: Enter rfkill_wlan_probe

<6>[    2.179627] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = bcmwifi

<6>[    2.179663] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.

<6>[    2.179697] [WLAN_RFKILL]: wlan_platdata_parse_dt: disable wifi io reference voltage control.

<6>[    2.179731] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.

<7>[    2.179779] of_get_named_gpio_flags exited with status 156

<6>[    2.179814] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,poweren_gpio = 156, flags = 0.

<7>[    2.179846] of_get_named_gpio_flags: can't parse gpios property

<7>[    2.179883] of_get_named_gpio_flags exited with status 158

<6>[    2.179918] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,host_wake_irq = 158, flags = 0.

<6>[    2.179949] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio

<6>[    2.180024] [WLAN_RFKILL]: rockchip_wifi_voltage_select: wifi & sdio reference voltage: 1.8V

<6>[    2.180189] [WLAN_RFKILL]: Exit rfkill_wlan_probe

<6>[    2.180362] [BT_RFKILL]: Enter rfkill_rk_init

<7>[    2.180909] of_get_named_gpio_flags exited with status 147

<6>[    2.180948] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 147.

<7>[    2.180996] of_get_named_gpio_flags exited with status 155

<6>[    2.181028] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,power_gpio = 155.

<7>[    2.181065] of_get_named_gpio_flags exited with status 157

<6>[    2.181097] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 157.

<7>[    2.181134] of_get_named_gpio_flags exited with status 154

<6>[    2.181166] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 154.

<7>[    2.181203] of_get_named_gpio_flags exited with status 159

<6>[    2.181235] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 159.

<6>[    2.181414] [BT_RFKILL]: Request irq for bt wakeup host

<6>[    2.181687] [BT_RFKILL]: ** disable irq

<6>[    2.182006] [BT_RFKILL]: ap6335 device registered.

<6>[    2.184148] rk3288-hdmi ff980000.hdmi: rk3288 hdmi probe sucess.

<6>[    2.187846] VFP support v0.3: implementor 41 architecture 3 part 30 variant d rev 0

<4>[    2.187898] rk3288_init_suspend

<4>[    2.187921] rk3288_suspend_init enter

<4>[    2.188190] rk3288_suspend_init: pm_ctrbits =200007

<4>[    2.188278] gpio_get_dts_info suspend:4

<4>[    2.188302] gpio_get_dts_info resume:4

<4>[    2.188321] rockchip,pmic-suspend_gpios:14007a10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

<4>[    2.188419] rockchip,pmic-resume_gpios:2007a11 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

<4>[    2.188919] clks_gating_suspend_init:clkgt info ok

<5>[    2.189207] Registering SWP/SWPB emulation handler

<3>[    2.189265] DVFS ERR:        clk_enable_dvfs: vd(vd_logic) can't get regulator(vdd_logic)!

<6>[    2.190231] ddrfreq: verion 1.2 20140526

<6>[    2.190271] ddrfreq: normal 396MHz video_1080p 240MHz video_4k 396MHz dualview 396MHz idle 0MHz suspend 200MHz reboot 396MHz

<6>[    2.190294] ddrfreq: auto-freq=0

<6>[    2.190316] ddrfreq: auto-freq-table[0] 240MHz

<6>[    2.190337] ddrfreq: auto-freq-table[1] 324MHz

<6>[    2.190356] ddrfreq: auto-freq-table[2] 396MHz

<6>[    2.190377] ddrfreq: auto-freq-table[3] 528MHz

<7>[    2.190513] ddrfreq: change freq to 300 MHz when normal

<6>[    2.191892] regulator-dummy: disabling

<3>[    2.193097] rockchip-hdmi-spdif rockchip-hdmi-spdif.32: ASoC: CPU DAI (null) not registered

<4>[    2.193178] rockchip_hdmi_spdif_audio_probe() register card failed:-517

<6>[    2.193232] platform rockchip-hdmi-spdif.32: Driver rockchip-hdmi-spdif requests probe deferral

<3>[    2.193801] rockchip-es8323 rockchip-es8323.34: ASoC: CODEC (null) not registered

<4>[    2.193866] rockchip_es8323_audio_probe() register card failed:-517

<6>[    2.193911] platform rockchip-es8323.34: Driver rockchip-es8323 requests probe deferral

<4>[    2.194250] pcd_pullup, is_on 0

<6>[    2.194405] file system registered

<6>[    2.196873] android_usb gadget: Mass Storage Function, version: 2009/09/11

<6>[    2.196905] android_usb gadget: Number of LUNs=2

<6>[    2.196933]  lun0: LUN: removable file: (no medium)

<6>[    2.196957]  lun1: LUN: removable file: (no medium)

<6>[    2.197537] android_usb gadget: android_usb ready

<3>[    2.199317] rtc_hym8563 0-0051: hctosys: invalid date/time

<6>[    2.219517] rk_spdif:rk_spdif_init

<6>[    2.219884] rk_spdif:Entered spdif_probe

<6>[    2.220201] rk_spdif:spdif:spdif probe ok!

<6>[    2.221202] usbcore: registered new interface driver snd-usb-audio

<6>[    2.221259] ALSA device list:

<6>[    2.221272]   #0: RK-HDMI-I2S

<3>[    2.221412] Warning: unable to open an initial console.

<6>[    2.221685] rockchip-hdmi-spdif rockchip-hdmi-spdif.32:  rk-hdmi-spdif-hifi <-> rockchip-spdif mapping ok

<6>[    2.222011] Freeing unused kernel memory: 592K (c0ae4000 - c0b78000)

<3>[    2.223090] rockchip-es8323 rockchip-es8323.34: ASoC: CODEC (null) not registered

<4>[    2.223137] rockchip_es8323_audio_probe() register card failed:-517

<6>[    2.223166] platform rockchip-es8323.34: Driver rockchip-es8323 requests probe deferral

<7>[    2.229251] SELinux: 512 avtab hash slots, 1338 rules.

<7>[    2.229778] SELinux: 512 avtab hash slots, 1338 rules.

<7>[    2.229794] SELinux:  1 users, 2 roles, 288 types, 1 bools, 1 sens, 1024 cats

<7>[    2.229803] SELinux:  84 classes, 1338 rules

<6>[    2.230581] SELinux:  Permission attach_queue in class tun_socket not defined in policy.

<6>[    2.230594] SELinux: the above unknown classes and permissions will be denied

<7>[    2.230614] SELinux:  Completing initialization.

<7>[    2.230620] SELinux:  Setting up existing superblocks.

<7>[    2.230639] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts

<7>[    2.230653] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts

<7>[    2.230710] SELinux: initialized (dev bdev, type bdev), not configured for labeling

<7>[    2.230721] SELinux: initialized (dev proc, type proc), uses genfs_contexts

<7>[    2.230738] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs

<7>[    2.230756] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs

<7>[    2.230998] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts

<7>[    2.236114] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs

<7>[    2.236133] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs

<7>[    2.236145] SELinux: initialized (dev anon_inodefs, type anon_inodefs), not configured for labeling

<7>[    2.236158] SELinux: initialized (dev devpts, type devpts), uses transition SIDs

<7>[    2.236178] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts

<7>[    2.236242] SELinux: initialized (dev configfs, type configfs), not configured for labeling

<7>[    2.236253] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs

<7>[    2.236283] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts

<5>[    2.513561] type=1403 audit(2.230:2): policy loaded auid=4294967295 ses=4294967295

<12>[    2.513688] SELinux: Loaded policy from /sepolicy

<5>[    2.515615] type=1404 audit(2.230:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295

<11>[    3.481804] init: could not import file '/init.usbstorage.rc' from '/init.rc'

<4>[    3.481871] init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.

<11>[    3.542412] init: /dev/hw_random not found

<6>[    3.542488] keychord: using input dev ff680000.pwm for fevent

<6>[    3.542501] keychord: using input dev rk29-keypad for fevent

<7>[    3.542999] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts

<7>[    3.543303] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs

<7>[    3.543635] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts

<7>[    3.544814] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs

<7>[    3.545176] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs

<7>[    3.545346] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs

<7>[    3.546401] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts

<7>[    3.548195] SELinux: initialized (dev functionfs, type functionfs), not configured for labeling

<11>[    3.548929] fs_mgr: parse_link_device : path = NULL

<11>[    3.548957] fs_mgr: parse_link_device : path = NULL

<11>[    3.548993] fs_mgr: parse_link_device : path = NULL

<14>[    3.549070] fs_mgr: ---------------resize_fs blk_dev /dev/block/platform/ff0f0000.rksdmmc/by-name/system, type ext4fs_mgr: Running /sbin/resize2fs on /dev/block/platform/ff0f0000.rksdmmc/by-name/system

<14>[    3.550114] resize2fs: resize2fs 1.41.14 (22-Dec-2010)resize2fs: The filesystem is already 196608 blocks long.  Nothing to do!resize2fs:

<6>[    3.559422] EXT4-fs (mmcblk0p10): mounted filesystem with ordered data mode. Opts: noauto_da_alloc

<7>[    3.559446] SELinux: initialized (dev mmcblk0p10, type ext4), uses xattr

<6>[    3.569911] EXT4-fs (mmcblk0p8): recovery complete

<6>[    3.570286] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard

<7>[    3.570311] SELinux: initialized (dev mmcblk0p8, type ext4), uses xattr

<4>[    3.571641] EXT4-fs (mmcblk0p11): warning: mounting unchecked fs, running e2fsck is recommended

<6>[    3.572093] EXT4-fs (mmcblk0p11): mounted filesystem without journal. Opts: noauto_da_alloc,discard

<7>[    3.572110] SELinux: initialized (dev mmcblk0p11, type ext4), uses xattr

<7>[    3.720652] EXT4-fs (mmcblk0p12): ext4_orphan_cleanup: deleting unreferenced inode 878

<7>[    3.720840] EXT4-fs (mmcblk0p12): ext4_orphan_cleanup: deleting unreferenced inode 872

<6>[    3.720881] EXT4-fs (mmcblk0p12): 2 orphan inodes deleted

<6>[    3.720888] EXT4-fs (mmcblk0p12): recovery complete

<6>[    3.725138] EXT4-fs (mmcblk0p12): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard

<7>[    3.725164] SELinux: initialized (dev mmcblk0p12, type ext4), uses xattr

<4>[    3.741509] mali pd enabled

<4>[    3.741524] clk enabled

<4>[    3.742710] MALI_DVFS_STEP=5,div_dvfs=7

<6>[    3.742721] mali_dvfs_infotbl[0].clock=99000,min_threshold=0,max_threshold=70

<6>[    3.742729] mali_dvfs_infotbl[1].clock=179000,min_threshold=66,max_threshold=77

<6>[    3.742736] mali_dvfs_infotbl[2].clock=297000,min_threshold=73,max_threshold=84

<6>[    3.742743] mali_dvfs_infotbl[3].clock=417000,min_threshold=82,max_threshold=91

<6>[    3.742751] mali_dvfs_infotbl[4].clock=480000,min_threshold=94,max_threshold=100

<6>[    3.742874] gpufreq_input_connect

<3>[    3.742883] turn on mali power

<6>[    3.742891] kbase_platform_rk_init,register_reboot_notifier

<6>[    3.742914] mali ffa30000.gpu: GPU identified as 0x0750 r0p0 status 1

<6>[    3.743399] mali ffa30000.gpu: Probed as mali0

<3>[    3.745171] rockchip-es8323 rockchip-es8323.34: ASoC: CODEC (null) not registered

<4>[    3.745198] rockchip_es8323_audio_probe() register card failed:-517

<6>[    3.745215] platform rockchip-es8323.34: Driver rockchip-es8323 requests probe deferral

<3>[    3.746230] rk29_ipp: version magic '3.0.8+ SMP preempt mod_unload ARMv7 ' should be '3.10.0 SMP preempt mod_unload ARMv7 p2v8 '

<11>[    3.755361] init: /dev/hw_random not found

<6>[    3.763083] binder: 165:165 transaction failed 29189, size 0-0

<11>[    3.765354] init: cannot find '/system/vendor/bin/pvrsrvctl', disabling 'pvrsrvctl'

<11>[    3.768040] init: cannot find '/system/bin/rild3', disabling 'ril-daemon3'

<11>[    3.782450] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'

<11>[    3.784065] init: cannot find '/system/bin/chrome.sh', disabling 'chrome'

<11>[    3.785122] init: property 'ro.serialno' doesn't exist while expanding '${ro.serialno}'

<11>[    3.785140] init: cannot expand '${ro.serialno}' while writing to '/sys/class/android_usb/android0/iSerial'

<11>[    3.785346] init: using deprecated syntax for specifying property 'ro.product.usbfactory', use ${name} instead

<7>[    3.880084] SELinux: initialized (dev fuse, type fuse), uses genfs_contexts

<11>[    3.937201] init: property 'sys.powerctl' doesn't exist while expanding '${sys.powerctl}'

<11>[    3.937219] init: powerctl: cannot expand '${sys.powerctl}'

<11>[    3.937233] init: property 'sys.sysctl.extra_free_kbytes' doesn't exist while expanding '${sys.sysctl.extra_free_kbytes}'

<11>[    3.937245] init: cannot expand '${sys.sysctl.extra_free_kbytes}' while writing to '/proc/sys/vm/extra_free_kbytes'

<11>[    3.937258] init: property 'sys.sysctl.tcp_def_init_rwnd' doesn't exist while expanding '${sys.sysctl.tcp_def_init_rwnd}'

<11>[    3.937268] init: cannot expand '${sys.sysctl.tcp_def_init_rwnd}' while writing to '/proc/sys/net/ipv4/tcp_default_init_rwnd'

<11>[    3.937406] init: service 'console' requires console

<3>[    3.937803] android_usb: already disabled

<6>[    3.940303] read descriptors

<6>[    3.940320] read strings

<4>[    3.940531] pcd_pullup, is_on 1

<11>[    4.048707] fs_mgr: parse_link_device : path = NULL

<11>[    4.048743] fs_mgr: parse_link_device : path = NULL

<11>[    4.048771] fs_mgr: parse_link_device : path = NULL

<4>[    4.902167] D1:camsys_mipiphy_clkin_cb(29): camsys_marvin mipi phy clk in turn on

<4>[    4.902181] D1:camsys_mipiphy_clkin_cb(29): camsys_marvin mipi phy clk in turn on

<4>[    4.902190] D1:camsys_open(717): camsys_marvin(ee377310) is opened!

<7>[    4.902254] of_get_named_gpio_flags exited with status 237

<7>[    4.902262] of_get_named_gpio_flags exited with status 237

<4>[    4.902270] rockchip_gpio_request:GPIO7-13

<4>[    4.902286] rockchip_gpio_set:GPIO7-13 level = 1

<4>[    4.902293] rockchip_gpio_direction_output:set GPIO7-13 level 1

<4>[    4.902305] rk32_iomux_bit_op:GPIO7-13,reg=0x70,data=0xc000000,result=0x0

<4>[    4.902314] rockchip_pmx_gpio_set_direction:gpio_direction for pin 237 as gpio7-13 to output,data=0x3008,result=0x3008

<4>[    4.902322] D1:camsys_mrv_iomux_cb(90): marvin pinctrl select: isp_mipi_fl

<4>[    4.902347] D1:camsys_extdev_register(255): Extdev(dev_id: 0x2000000  dev_name: OV8825) register success

<7>[    4.907403] ddrfreq: change freq to 300 MHz when isp

<4>[    4.907452] D1:camsys_mrv_clkin_cb(344): camsys_marvin clock(f: 210000000 Hz) in turn on

<4>[    4.907463] D1:camsys_rk3288_cfg(49): Isp_SoftRst: 1

<4>[    4.907569] D1:camsys_rk3288_cfg(49): Isp_SoftRst: 0

<4>[    4.907601] D1:camsys_mrv_clkout_cb(379): camsys_marvin clock out(rate: 24000000Hz) turn on

<3>[    4.908677] E:camsys_sysctl_extdev(342): Sysctl 11 failed, because gpio is NULL!

<3>[    4.909748] E:camsys_sysctl_extdev(342): Sysctl 8 failed, because gpio is NULL!

<3>[    4.910816] E:camsys_sysctl_extdev(342): Sysctl 7 failed, because gpio is NULL!

<3>[    4.912869] E:camsys_i2c_write(35): Get 3 i2c adapter is failed!

<3>[    4.912904] E:camsys_sysctl_extdev(342): Sysctl 7 failed, because gpio is NULL!

<3>[    4.912912] E:camsys_sysctl_extdev(342): Sysctl 8 failed, because gpio is NULL!

<3>[    4.912919] E:camsys_sysctl_extdev(342): Sysctl 11 failed, because gpio is NULL!

<7>[    4.914028] ddrfreq: change freq to 300 MHz when normal

<4>[    4.914057] D1:camsys_mrv_clkin_cb(361): camsys_marvin clock in turn off

<4>[    4.914093] D1:camsys_mrv_clkout_cb(391): camsys_marvin clock out turn off

<4>[    4.916166] D1:camsys_extdev_deregister(315): Extdev(dev_id: 0x2000000) is deregister success

<4>[    4.916184] D1:camsys_irq_disconnect(642): All thread disconnect camsys_marvin irq success!

<4>[    4.916197] D1:camsys_mipiphy_clkin_cb(31): camsys_marvin mipi phy clk in turn off

<4>[    4.916204] D1:camsys_mipiphy_clkin_cb(31): camsys_marvin mipi phy clk in turn off

<4>[    4.916212] D1:camsys_release(741): camsys_marvin(ee377310) is closed

<4>[    4.924572] D1:camsys_mipiphy_clkin_cb(29): camsys_marvin mipi phy clk in turn on

<4>[    4.924584] D1:camsys_mipiphy_clkin_cb(29): camsys_marvin mipi phy clk in turn on

<4>[    4.924594] D1:camsys_open(717): camsys_marvin(ee377310) is opened!

<7>[    4.924657] of_get_named_gpio_flags exited with status 237

<7>[    4.924666] of_get_named_gpio_flags exited with status 237

<7>[    4.924674] _gpio_request: gpio-237 (camsys_gpio) status -16

<4>[    4.924684] rockchip_gpio_set:GPIO7-13 level = 1

<4>[    4.924690] rockchip_gpio_direction_output:set GPIO7-13 level 1

<4>[    4.924702] rk32_iomux_bit_op:GPIO7-13,reg=0x70,data=0xc000000,result=0x0

<4>[    4.924711] rockchip_pmx_gpio_set_direction:gpio_direction for pin 237 as gpio7-13 to output,data=0x3008,result=0x3008

<4>[    4.924719] D1:camsys_mrv_iomux_cb(90): marvin pinctrl select: isp_mipi_fl

<4>[    4.924736] D1:camsys_extdev_register(255): Extdev(dev_id: 0x2000000  dev_name: OV8858) register success

<7>[    4.929787] ddrfreq: change freq to 300 MHz when isp

<4>[    4.929841] D1:camsys_mrv_clkin_cb(344): camsys_marvin clock(f: 210000000 Hz) in turn on

<4>[    4.929853] D1:camsys_rk3288_cfg(49): Isp_SoftRst: 1

<4>[    4.929961] D1:camsys_rk3288_cfg(49): Isp_SoftRst: 0

<4>[    4.929997] D1:camsys_mrv_clkout_cb(379): camsys_marvin clock out(rate: 24000000Hz) turn on

<3>[    4.931063] E:camsys_sysctl_extdev(342): Sysctl 11 failed, because gpio is NULL!

<3>[    4.932122] E:camsys_sysctl_extdev(342): Sysctl 8 failed, because gpio is NULL!

<3>[    4.933190] E:camsys_sysctl_extdev(342): Sysctl 7 failed, because gpio is NULL!

<3>[    4.935250] E:camsys_i2c_write(35): Get 3 i2c adapter is failed!

<3>[    4.935261] E:camsys_i2c_write(35): Get 3 i2c adapter is failed!

<3>[    4.935294] E:camsys_sysctl_extdev(342): Sysctl 7 failed, because gpio is NULL!

<3>[    4.935303] E:camsys_sysctl_extdev(342): Sysctl 8 failed, because gpio is NULL!

<3>[    4.935311] E:camsys_sysctl_extdev(342): Sysctl 11 failed, because gpio is NULL!

<7>[    4.936424] ddrfreq: change freq to 300 MHz when normal

<4>[    4.936452] D1:camsys_mrv_clkin_cb(361): camsys_marvin clock in turn off

<4>[    4.936489] D1:camsys_mrv_clkout_cb(391): camsys_marvin clock out turn off

<4>[    4.938556] D1:camsys_extdev_deregister(315): Extdev(dev_id: 0x2000000) is deregister success

<4>[    4.938574] D1:camsys_irq_disconnect(642): All thread disconnect camsys_marvin irq success!

<4>[    4.938586] D1:camsys_mipiphy_clkin_cb(31): camsys_marvin mipi phy clk in turn off

<4>[    4.938593] D1:camsys_mipiphy_clkin_cb(31): camsys_marvin mipi phy clk in turn off

<4>[    4.938600] D1:camsys_release(741): camsys_marvin(ee377310) is closed

<4>[    4.941407] D1:camsys_mipiphy_clkin_cb(29): camsys_marvin mipi phy clk in turn on

<4>[    4.941419] D1:camsys_mipiphy_clkin_cb(29): camsys_marvin mipi phy clk in turn on

<4>[    4.941428] D1:camsys_open(717): camsys_marvin(ee377310) is opened!

<4>[    4.941487] D1:camsys_extdev_register(230): Get RK30_PIN2_PB6(78) gpio(active: 0) for dev_id 0x2000000 success!

<4>[    4.941500] D1:camsys_extdev_register(230): Get RK30_PIN2_PB7(79) gpio(active: 0) for dev_id 0x2000000 success!

<4>[    4.941512] D1:camsys_extdev_register(230): Get RK30_PIN0_PB3(11) gpio(active: 1) for dev_id 0x2000000 success!

<7>[    4.941531] of_get_named_gpio_flags exited with status 237

<7>[    4.941538] of_get_named_gpio_flags exited with status 237

<7>[    4.941545] _gpio_request: gpio-237 (camsys_gpio) status -16

<4>[    4.941554] rockchip_gpio_set:GPIO7-13 level = 1

<4>[    4.941561] rockchip_gpio_direction_output:set GPIO7-13 level 1

<4>[    4.941571] rk32_iomux_bit_op:GPIO7-13,reg=0x70,data=0xc000000,result=0x0

<4>[    4.941580] rockchip_pmx_gpio_set_direction:gpio_direction for pin 237 as gpio7-13 to output,data=0x3008,result=0x3008

<4>[    4.941588] D1:camsys_mrv_iomux_cb(90): marvin pinctrl select: isp_mipi_fl

<4>[    4.941604] D1:camsys_extdev_register(255): Extdev(dev_id: 0x2000000  dev_name: OV13850) register success

<7>[    4.946639] ddrfreq: change freq to 300 MHz when isp

<4>[    4.946683] D1:camsys_mrv_clkin_cb(344): camsys_marvin clock(f: 210000000 Hz) in turn on

<4>[    4.946693] D1:camsys_rk3288_cfg(49): Isp_SoftRst: 1

<4>[    4.946799] D1:camsys_rk3288_cfg(49): Isp_SoftRst: 0

<4>[    4.946832] D1:camsys_mrv_clkout_cb(379): camsys_marvin clock out(rate: 24000000Hz) turn on

<4>[    4.947900] D1:camsys_sysctl_extdev(335): Sysctl 11 success, gpio(11) set 1

<4>[    4.948962] D1:camsys_sysctl_extdev(339): Sysctl 8 success, gpio(79) set 1

<4>[    4.950041] D1:camsys_sysctl_extdev(339): Sysctl 7 success, gpio(78) set 1

<3>[    4.952094] E:camsys_i2c_write(35): Get 3 i2c adapter is failed!

<3>[    4.952104] E:camsys_i2c_write(35): Get 3 i2c adapter is failed!

<4>[    4.952135] D1:camsys_sysctl_extdev(335): Sysctl 7 success, gpio(78) set 0

<4>[    4.952148] D1:camsys_sysctl_extdev(335): Sysctl 8 success, gpio(79) set 0

<4>[    4.952160] D1:camsys_sysctl_extdev(339): Sysctl 11 success, gpio(11) set 0

<7>[    4.953243] ddrfreq: change freq to 300 MHz when normal

<4>[    4.953266] D1:camsys_mrv_clkin_cb(361): camsys_marvin clock in turn off

<4>[    4.953293] D1:camsys_mrv_clkout_cb(391): camsys_marvin clock out turn off

<4>[    4.955358] D1:camsys_extdev_deregister(315): Extdev(dev_id: 0x2000000) is deregister success

<4>[    4.955375] D1:camsys_irq_disconnect(642): All thread disconnect camsys_marvin irq success!

<4>[    4.955385] D1:camsys_mipiphy_clkin_cb(31): camsys_marvin mipi phy clk in turn off

<4>[    4.955392] D1:camsys_mipiphy_clkin_cb(31): camsys_marvin mipi phy clk in turn off

<4>[    4.955399] D1:camsys_release(741): camsys_marvin(ee377310) is closed

<4>[    4.963121] D1:camsys_mipiphy_clkin_cb(29): camsys_marvin mipi phy clk in turn on

<4>[    4.963133] D1:camsys_mipiphy_clkin_cb(29): camsys_marvin mipi phy clk in turn on

<4>[    4.963142] D1:camsys_open(717): camsys_marvin(ee377310) is opened!

<4>[    4.963187] D1:camsys_mrv_iomux_cb(90): marvin pinctrl select: isp_dvp10bit

<4>[    4.963296] D1:camsys_extdev_register(255): Extdev(dev_id: 0x1000000  dev_name: OV2659) register success

<7>[    4.968324] ddrfreq: change freq to 300 MHz when isp

<4>[    4.968365] D1:camsys_mrv_clkin_cb(344): camsys_marvin clock(f: 210000000 Hz) in turn on

<4>[    4.968374] D1:camsys_rk3288_cfg(49): Isp_SoftRst: 1

<4>[    4.968479] D1:camsys_rk3288_cfg(49): Isp_SoftRst: 0

<4>[    4.968510] D1:camsys_mrv_clkout_cb(379): camsys_marvin clock out(rate: 24000000Hz) turn on

<3>[    4.969580] E:camsys_sysctl_extdev(342): Sysctl 11 failed, because gpio is NULL!

<3>[    4.970638] E:camsys_sysctl_extdev(342): Sysctl 8 failed, because gpio is NULL!

<3>[    4.971693] E:camsys_sysctl_extdev(342): Sysctl 7 failed, because gpio is NULL!

<3>[    4.973741] E:camsys_i2c_write(35): Get 3 i2c adapter is failed!

<3>[    4.973771] E:camsys_sysctl_extdev(342): Sysctl 7 failed, because gpio is NULL!

<3>[    4.973781] E:camsys_sysctl_extdev(342): Sysctl 8 failed, because gpio is NULL!

<3>[    4.973790] E:camsys_sysctl_extdev(342): Sysctl 11 failed, because gpio is NULL!

<7>[    4.974877] ddrfreq: change freq to 300 MHz when normal

<4>[    4.974900] D1:camsys_mrv_clkin_cb(361): camsys_marvin clock in turn off

<4>[    4.974928] D1:camsys_mrv_clkout_cb(391): camsys_marvin clock out turn off

<4>[    4.976976] D1:camsys_extdev_deregister(315): Extdev(dev_id: 0x1000000) is deregister success

<4>[    4.976990] D1:camsys_irq_disconnect(642): All thread disconnect camsys_marvin irq success!

<4>[    4.977000] D1:camsys_mipiphy_clkin_cb(31): camsys_marvin mipi phy clk in turn off

<4>[    4.977007] D1:camsys_mipiphy_clkin_cb(31): camsys_marvin mipi phy clk in turn off

<4>[    4.977014] D1:camsys_release(741): camsys_marvin(ee377310) is closed

<6>[    5.325726] rk3288-lcdc lcdc0: blank mode:0

<4>[    5.325746] I'am in gsl_ts_resume() start

<11>[    5.415003] init: sys_prop: permission denied uid:1003  name:sys.gmali.version

<6>[    6.565540] warning: `zygote' uses 32-bit capabilities (legacy support in use)

<4>[    9.053197] ***************vbus detect*****************

<4>[    9.232533] Using Buffer DMA mode

<4>[    9.232547] Periodic Transfer Interrupt Enhancement - disabled

<4>[    9.232553] Multiprocessor Interrupt Enhancement - disabled

<4>[    9.232560] OTG VER PARAM: 0, OTG VER FLAG: 0

<4>[    9.232565] ^^^^^^^^^^^^^^^^^Device Mode

<4>[    9.232609] *******************soft connect!!!*******************

<4>[    9.359052] USB RESET

<6>[    9.445161] android_work: sent uevent USB_STATE=CONNECTED

<4>[    9.449719] USB RESET

<6>[    9.567256] android_usb gadget: high-speed config #1: android

<6>[    9.567415] android_work: sent uevent USB_STATE=CONFIGURED

<14>[   13.300711] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au

<6>[   13.399023] lowmemorykiller: lowmem_shrink: convert oom_adj to oom_score_adj:

<6>[   13.399038] lowmemorykiller: oom_adj 0 => oom_score_adj 0

<6>[   13.399044] lowmemorykiller: oom_adj 1 => oom_score_adj 58

<6>[   13.399050] lowmemorykiller: oom_adj 2 => oom_score_adj 117

<6>[   13.399056] lowmemorykiller: oom_adj 3 => oom_score_adj 176

<6>[   13.399061] lowmemorykiller: oom_adj 9 => oom_score_adj 529

<6>[   13.399067] lowmemorykiller: oom_adj 15 => oom_score_adj 1000

<4>[   13.640753] phy_power_on: enable = 1

<4>[   13.680159] Read the Ethernet MAC address from IDB:00:00:00:00:00:00

<4>[   13.680193] eth0: device MAC address 26:06:60:86:30:19

<6>[   13.683807] libphy: stmmac: probed

<4>[   13.683816] eth0: No PHY found

<6>[   13.818708] acc_open

<6>[   13.818728] acc_release

<4>[   13.821191] wifi_driver_write: wifi driver already rmmod

<4>[   14.515740] FAT-fs (mmcblk0p14): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.

<7>[   14.515799] SELinux: initialized (dev mmcblk0p14, type vfat), uses genfs_contexts

<12>[   14.544840] avc:  denied  { set } for property=sys.vold.hasAsec scontext=u:r:vold:s0 tcontext=u:object_r:system_prop:s0 tclass=property_service

<11>[   14.544863] init: sys_prop: permission denied uid:0  name:sys.vold.hasAsec

<11>[   14.545175] init: no such service 'fuse_internal_sd'

<11>[   15.016892] init: sys_prop: permission denied uid:10012  name:sys.gmali.version

<11>[   16.118540] init: sys_prop: permission denied uid:10037  name:sys.gmali.version

<11>[   16.559888] init: sys_prop: permission denied uid:1003  name:service.bootanim.exit

<5>[   16.584291] type=1400 audit(86410.150:4): avc:  denied  { execute } for  pid=997 comm="Thread-53" name="libestool2.so" dev="mmcblk0p12" ino=713 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:app_data_file:s0 tclass=file permissive=1

<5>[   16.584384] type=1400 audit(86410.150:5): avc:  denied  { execute_no_trans } for  pid=997 comm="Thread-53" path="/data/data/com.estrongs.android.pop/files/libestool2.so" dev="mmcblk0p12" ino=713 scontext=u:r:untrusted_app:s0 tcontext=u:object_r:app_data_file:s0 tclass=file permissive=1

<6>[   16.685543] f28c5234,f28c5234,f28c5234

<4>[   28.780954] I'am in gsl_ts_suspend() start

<6>[   28.781095] rk3288-hdmi ff980000.hdmi: Removed.

<4>[   29.004455] DVFS WARNING:        clk_disable_dvfs:clk(aclk_vio1) is already closed!

<6>[   29.004478] rk3288-lcdc lcdc0: blank mode:4

<7>[   29.004526] ddrfreq: change auto self refresh to 1 when suspend

<7>[   29.004547] ddrfreq: change freq to 300 MHz when suspend

<14>[   62.805742] healthd: battery l=50 v=3 t=2.6 h=2 st=3 chg=au

回复

使用道具 举报

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

本版积分规则

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