google-coral / edgetpu

Coral issue tracker (and legacy Edge TPU API source)
https://coral.ai
Apache License 2.0
429 stars 125 forks source link

Edge tpu m.2 not working on nanopi m4v2 #73

Open hsiang257 opened 4 years ago

hsiang257 commented 4 years ago

Hi, my nanopi use m.2 edge tpu not work, and I have follow start web page and issue42 to build some file, but I can't find some c file in my system, can you give me some suggest? thanks

pi@NanoPi-M4v2:~$ uname -a Linux NanoPi-M4v2 4.4.179 #1 SMP Tue Dec 17 18:03:10 CST 2019 aarch64 aarch64 aarch64 GNU/Linux

pi@NanoPi-M4v2:~$ dpkg -l | grep gasket ii gasket-dkms 1.0-10 all DKMS source for the gasket driver

pi@NanoPi-M4v2:~$ modinfo gasket modinfo: ERROR: Module gasket not found.

pi@NanoPi-M4v2:~$ modinfo apex modinfo: ERROR: Module apex not found.

pi@NanoPi-M4v2:~$ lspci -x | grep 089a 01:00.0 Non-VGA unclassified device: Device 1ac1:089a

pi@NanoPi-M4v2:~$ file /usr/src/linux-headers-4.15.0-91-generic/scripts/recordmcount /usr/src/linux-headers-4.15.0-91-generic/scripts/recordmcount: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=93ddbf6e4c1f106e0858da5b7c7977055f79b3c3, not stripped

Namburger commented 4 years ago

@hsiang257 looks like you have a different gasket-dkms driver installed. Our drivers' version should be version: 1.1.3 Did you get any type of errors when you were installing the drivers? Please take a look at this page and scroll down to "Workaround to disable Apex and Gasket" to blacklist the default drivers and install our provided driver instead.

hsiang257 commented 4 years ago

Hi @Namburger I have try to add blacklist, but result still fail, it's version always 1.0-10.

I reinstall OS to get clean environment, and input command: lsmod | grep apex lsmod | grep gasket dpkg -l | grep gasket They are print nothing.

And then, I follow guide, but it show "gasket-dkms is already the newest version (1.0-10)."

This is my message: pi@NanoPi-M4v2:~$ sudo apt install gasket-dkms Reading package lists... Done Building dependency tree
Reading state information... Done The following additional packages will be installed: dkms linux-headers-4.15.0-91 linux-headers-4.15.0-91-generic linux-headers-generic The following NEW packages will be installed: dkms gasket-dkms linux-headers-4.15.0-91 linux-headers-4.15.0-91-generic linux-headers-generic 0 upgraded, 5 newly installed, 0 to remove and 420 not upgraded. Need to get 11.9 MB of archives. After this operation, 85.2 MB of additional disk space will be used. Do you want to continue? [Y/n] Y Get:1 https://packages.cloud.google.com/apt coral-edgetpu-stable/main arm64 gasket-dkms all 1.0-10 [44.7 kB] Get:2 http://ports.ubuntu.com bionic-updates/main arm64 dkms all 2.3-3ubuntu9.7 [68.1 kB] Get:3 http://ports.ubuntu.com bionic-proposed/main arm64 linux-headers-4.15.0-91 all 4.15.0-91.92 [11.0 MB] Get:4 http://ports.ubuntu.com bionic-proposed/main arm64 linux-headers-4.15.0-91-generic arm64 4.15.0-91.92 [773 kB] Get:5 http://ports.ubuntu.com bionic-proposed/main arm64 linux-headers-generic arm64 4.15.0.91.83 [2,420 B] Fetched 11.9 MB in 6s (2,094 kB/s)
debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package dkms. (Reading database ... 124440 files and directories currently installed.) Preparing to unpack .../dkms_2.3-3ubuntu9.7_all.deb ... Unpacking dkms (2.3-3ubuntu9.7) ... Selecting previously unselected package linux-headers-4.15.0-91. Preparing to unpack .../linux-headers-4.15.0-91_4.15.0-91.92_all.deb ... Unpacking linux-headers-4.15.0-91 (4.15.0-91.92) ... Selecting previously unselected package linux-headers-4.15.0-91-generic. Preparing to unpack .../linux-headers-4.15.0-91-generic_4.15.0-91.92_arm64.deb ... Unpacking linux-headers-4.15.0-91-generic (4.15.0-91.92) ... Selecting previously unselected package linux-headers-generic. Preparing to unpack .../linux-headers-generic_4.15.0.91.83_arm64.deb ... Unpacking linux-headers-generic (4.15.0.91.83) ... Selecting previously unselected package gasket-dkms. Preparing to unpack .../gasket-dkms_1.0-10_all.deb ... Unpacking gasket-dkms (1.0-10) ... Setting up linux-headers-4.15.0-91 (4.15.0-91.92) ... Setting up dkms (2.3-3ubuntu9.7) ... Processing triggers for man-db (2.8.3-2ubuntu0.1) ... Setting up linux-headers-4.15.0-91-generic (4.15.0-91.92) ... /etc/kernel/header_postinst.d/dkms:

gasket: Running module version sanity check.

apex.ko: Running module version sanity check.

depmod...

DKMS: install completed. Module build for kernel 4.4.167 was skipped since the kernel headers for this kernel does not seem to be installed. Module build for kernel 4.4.179 was skipped since the kernel headers for this kernel does not seem to be installed. Setting up linux-headers-generic (4.15.0.91.83) ... pi@NanoPi-M4v2:~$ dpkg -l | grep gasket ii gasket-dkms 1.0-10 all DKMS source for the gasket driver pi@NanoPi-M4v2:~$ sudo apt install gasket-dkms Reading package lists... Done Building dependency tree
Reading state information... Done gasket-dkms is already the newest version (1.0-10). 0 upgraded, 0 newly installed, 0 to remove and 420 not upgraded.

Namburger commented 4 years ago

humnn, it is weird that you're not getting the correct version from the upstream server. Can you show me the output of these commands (just wanted to make sure you have the correct source):

$ cat /etc/apt/sources.list.d/coral-edgetpu.list
$ ls /dev/apex_0
hsiang257 commented 4 years ago

pi@NanoPi-M4v2:~$ cat /etc/apt/sources.list.d/coral-edgetpu.list deb https://packages.cloud.google.com/apt coral-edgetpu-stable main pi@NanoPi-M4v2:~$ ls /dev/apex_0 ls: cannot access '/dev/apex_0': No such file or directory

Namburger commented 4 years ago

@hsiang257 sorry, the outputs of modinfo should tell you version 1.1.13, outputs of the dpkg -l looks correct. In this case, can you share the full dmesg log? I'll check to see if something is off in the phys layer.

hsiang257 commented 4 years ago

This is my dmesg, thanks.

[ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.179 (root@jensen) (gcc version 6.4.0 (ctng-1.23.0-150g-FA) ) #1 SMP Tue Dec 17 18:03:10 CST 2019 [ 0.000000] Boot CPU: AArch64 Processor [410fd034] [ 0.000000] earlycon: Early serial console at MMIO32 0xff1a0000 (options '') [ 0.000000] bootconsole [uart0] enabled [ 0.000000] efi: Getting EFI parameters from FDT: [ 0.000000] efi: UEFI not found. [ 0.000000] On node 0 totalpages: 1007616 [ 0.000000] DMA zone: 15864 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 1007616 pages, LIFO batch:31 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.0 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] PERCPU: Embedded 21 pages/cpu @ffffffc0f7ecb000 s46376 r8192 d31448 u86016 [ 0.000000] pcpu-alloc: s46376 r8192 d31448 u86016 alloc=21*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: enabling workaround for ARM erratum 845719 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 991752 [ 0.000000] Kernel command line: earlycon=uart8250,mmio32,0xff1a0000 swiotlb=1 console=ttyFIQ0 rootwait coherent_pool=1m root=/dev/mmcblk1p7 rw rootfstype=ext4 data=/dev/mmcblk1p8 consoleblank=0 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 mtdparts=rk29xxnand:0x00002000@0x00002000(uboot),0x00002000@0x00004000(trust),0x00002000@0x00006000(misc),0x00006000@0x00008000(resource),0x00010000@0x0000e000(kernel),0x00010000@0x0001e000(boot),0xC24000@0x00030000(rootfs),-@0xC54000(userdata) storagemedia=emmc uboot_logo=0x02000000@0xf5c00000 loader.timestamp=2019-08-06_19:08:49 SecureBootCheckOk=0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.000000] software IO TLB: mapped [mem 0xf7e82000-0xf7ec2000] (0MB) [ 0.000000] Memory: 3928816K/4030464K available (11324K kernel code, 1374K rwdata, 4088K rodata, 1088K init, 1923K bss, 101648K reserved, 0K cma-reserved) [ 0.000000] Virtual kernel memory layout: modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) vmalloc : 0xffffff8008000000 - 0xffffffbdbfff0000 ( 246 GB) .init : 0xffffff8008fa0000 - 0xffffff80090b0000 ( 1088 KB) .text : 0xffffff8008080000 - 0xffffff8008b90000 ( 11328 KB) .rodata : 0xffffff8008b90000 - 0xffffff8008fa0000 ( 4160 KB) .data : 0xffffff80090b0000 - 0xffffff8009207a00 ( 1375 KB) vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum) 0xffffffbdc0008000 - 0xffffffbdc3e00000 ( 61 MB actual) fixed : 0xffffffbffe7fb000 - 0xffffffbffec00000 ( 4116 KB) PCI I/O : 0xffffffbffee00000 - 0xffffffbfffe00000 ( 16 MB) memory : 0xffffffc000200000 - 0xffffffc0f8000000 ( 3966 MB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=6. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6 [ 0.000000] NR_IRQS:64 nr_irqs:64 0 [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] ITS: /interrupt-controller@fee00000/interrupt-controller@fee20000 [ 0.000000] ITS: allocated 65536 Devices @f2c80000 (psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GIC: using LPI property table @0x00000000f2d00000 [ 0.000000] ITS: Allocated 1792 chunks for LPIs [ 0.000000] CPU0: found redistributor 0 region 0:0x00000000fef00000 [ 0.000000] CPU0: using LPI pending table @0x00000000f2d10000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] } [ 0.000000] GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] } [ 0.000000] rockchip_mmc_get_phase: invalid clk rate [ 0.000000] rockchip_mmc_get_phase: invalid clk rate [ 0.000000] rockchip_mmc_get_phase: invalid clk rate [ 0.000000] rockchip_mmc_get_phase: invalid clk rate [ 0.000000] rockchip_clk_register_frac_branch: could not find dclk_vop0_frac as parent of dclk_vop0, rate changes may not work [ 0.000000] rockchip_clk_register_frac_branch: could not find dclk_vop1_frac as parent of dclk_vop1, rate changes may not work [ 0.000000] rockchip_cpuclk_pre_rate_change: limiting alt-divider 33 to 31 [ 0.000000] Architected cp15 timer(s) running at 24.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns [ 0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.002268] Console: colour dummy device 80x25 [ 0.002715] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000) [ 0.003713] pid_max: default: 32768 minimum: 301 [ 0.004272] Security Framework initialized [ 0.004685] AppArmor: AppArmor disabled by boot time parameter [ 0.005289] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes) [ 0.005944] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes) [ 0.007385] Initializing cgroup subsys io [ 0.007784] Initializing cgroup subsys memory [ 0.008240] Initializing cgroup subsys devices [ 0.008675] Initializing cgroup subsys freezer [ 0.009109] Initializing cgroup subsys net_cls [ 0.009550] Initializing cgroup subsys perf_event [ 0.010008] Initializing cgroup subsys net_prio [ 0.010455] Initializing cgroup subsys hugetlb [ 0.010896] Initializing cgroup subsys pids [ 0.011334] ftrace: allocating 37493 entries in 147 pages [ 0.116027] sched-energy: Sched-energy-costs installed from DT [ 0.116600] CPU0: update cpu_capacity 401 [ 0.117047] ASID allocator initialised with 32768 entries [ 0.120683] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created [ 0.122150] Platform MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created [ 0.123487] EFI services will not be available. [ 0.124939] Detected VIPT I-cache on CPU1 [ 0.124972] CPU1: found redistributor 1 region 0:0x00000000fef20000 [ 0.125007] CPU1: using LPI pending table @0x00000000f2f10000 [ 0.125052] CPU1: update cpu_capacity 401 [ 0.125056] CPU1: Booted secondary processor [410fd034] [ 0.125624] Detected VIPT I-cache on CPU2 [ 0.125645] CPU2: found redistributor 2 region 0:0x00000000fef40000 [ 0.125678] CPU2: using LPI pending table @0x00000000f2f40000 [ 0.125703] CPU2: update cpu_capacity 401 [ 0.125706] CPU2: Booted secondary processor [410fd034] [ 0.126260] Detected VIPT I-cache on CPU3 [ 0.126279] CPU3: found redistributor 3 region 0:0x00000000fef60000 [ 0.126311] CPU3: using LPI pending table @0x00000000f2fa0000 [ 0.126336] CPU3: update cpu_capacity 401 [ 0.126340] CPU3: Booted secondary processor [410fd034] [ 0.126882] Detected PIPT I-cache on CPU4 [ 0.126909] CPU4: found redistributor 100 region 0:0x00000000fef80000 [ 0.126947] CPU4: using LPI pending table @0x00000000f2fd0000 [ 0.126984] CPU4: update cpu_capacity 1024 [ 0.126987] CPU4: Booted secondary processor [410fd082] [ 0.127560] Detected PIPT I-cache on CPU5 [ 0.127578] CPU5: found redistributor 101 region 0:0x00000000fefa0000 [ 0.127616] CPU5: using LPI pending table @0x00000000f2400000 [ 0.127641] CPU5: update cpu_capacity 1024 [ 0.127643] CPU5: Booted secondary processor [410fd082] [ 0.127729] Brought up 6 CPUs [ 0.140189] SMP: Total of 6 processors activated. [ 0.140643] CPU features: detected feature: GIC system register CPU interface [ 0.141336] CPU features: detected feature: 32-bit EL0 Support [ 0.141899] CPU: All CPU(s) started at EL2 [ 0.142335] alternatives: patching kernel code [ 0.144135] devtmpfs: initialized [ 0.161356] DMI not present or invalid. [ 0.161998] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 0.162926] futex hash table entries: 2048 (order: 5, 131072 bytes) [ 0.163999] pinctrl core: initialized pinctrl subsystem [ 0.165236] NET: Registered protocol family 16 [ 0.170976] cpuidle: using governor ladder [ 0.176986] cpuidle: using governor menu [ 0.177374] Registered FIQ tty driver [ 0.177991] vdso: 2 pages (1 code @ ffffff8008b96000, 1 data @ ffffff80090b4000) [ 0.178695] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.179861] DMA: preallocated 1024 KiB pool for atomic allocations [ 0.195898] gpiochip_add_data: registered GPIOs 0 to 31 on device: gpio0 [ 0.195969] gpiochip_add_data: registered GPIOs 32 to 63 on device: gpio1 [ 0.196039] gpiochip_add_data: registered GPIOs 64 to 95 on device: gpio2 [ 0.196105] gpiochip_add_data: registered GPIOs 96 to 127 on device: gpio3 [ 0.196173] gpiochip_add_data: registered GPIOs 128 to 159 on device: gpio4 [ 0.203037] console [pstore-1] enabled [ 0.203389] pstore: Registered ramoops as persistent store backend [ 0.203975] ramoops: attached 0xf0000@0x110000, ecc: 0/0 [ 0.207306] console [ttyFIQ0] enabled [ 0.207978] bootconsole [uart0] disabled [ 0.208883] Registered fiq debugger ttyFIQ0 [ 0.222004] of_get_named_gpiod_flags: parsed 'rockchip,power-ctrl' property of node '/rockchip-suspend[0]' - status (0) [ 0.222052] of_get_named_gpiod_flags: parsed 'rockchip,power-ctrl' property of node '/rockchip-suspend[1]' - status (0) [ 0.222349] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc3v3-sys[0]' [ 0.222579] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc5v0-host-regulator[0]' [ 0.222784] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc5v0-sys[0]' [ 0.222965] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vccadc-ref[0]' [ 0.223264] of_get_named_gpiod_flags: parsed 'gpio' property of node '/vcc-sd[0]' - status (0) [ 0.223500] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc-phy-regulator[0]' [ 0.223708] of_get_named_gpiod_flags: parsed 'gpio' property of node '/vcc-lcd[0]' - status (0) [ 0.223782] vcc_lcd: supplied by vcc5v0_sys [ 0.245923] iommu: Adding device ff650000.vpu_service to group 0 [ 0.246540] iommu: Adding device ff660000.rkvdec to group 1 [ 0.247135] iommu: Adding device ff8f0000.vop to group 2 [ 0.247695] iommu: Adding device ff900000.vop to group 3 [ 0.248247] iommu: Adding device ff910000.rkisp1 to group 4 [ 0.248833] iommu: Adding device ff920000.rkisp1 to group 5 [ 0.249822] rk_iommu ff650800.iommu: can't get sclk [ 0.250517] rk_iommu ff660480.iommu: can't get sclk [ 0.251135] rk_iommu ff8f3f00.iommu: can't get sclk [ 0.251712] rk_iommu ff903f00.iommu: can't get sclk [ 0.252310] rk_iommu ff914000.iommu: can't get sclk [ 0.252892] rk_iommu ff924000.iommu: can't get sclk [ 0.253625] SCSI subsystem initialized [ 0.254190] libata version 3.00 loaded. [ 0.254372] usbcore: registered new interface driver usbfs [ 0.254914] usbcore: registered new interface driver hub [ 0.255460] usbcore: registered new device driver usb [ 0.255977] media: Linux media interface: v0.10 [ 0.256407] Linux video capture interface: v2.00 [ 0.256861] pps_core: LinuxPPS API ver. 1 registered [ 0.257316] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it [ 0.258133] PTP clock support registered [ 0.258603] dmi: Firmware registration failed. [ 0.260105] Advanced Linux Sound Architecture Driver Initialized. [ 0.261207] Bluetooth: Core ver 2.21 [ 0.261548] NET: Registered protocol family 31 [ 0.261956] Bluetooth: HCI device and connection manager initialized [ 0.262524] Bluetooth: HCI socket layer initialized [ 0.262968] Bluetooth: L2CAP socket layer initialized [ 0.263432] Bluetooth: SCO socket layer initialized [ 0.264289] NetLabel: Initializing [ 0.264598] NetLabel: domain hash size = 128 [ 0.264996] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.265476] NetLabel: unlabeled traffic allowed by default [ 0.266253] rockchip-cpuinfo cpuinfo: Serial : c632cca6a1ca9dda [ 0.267422] clocksource: Switched to clocksource arch_sys_counter [ 0.306583] thermal thermal_zone1: power_allocator: sustainable_power will be estimated [ 0.307535] NET: Registered protocol family 2 [ 0.308369] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.309289] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes) [ 0.310745] TCP: Hash tables configured (established 32768 bind 32768) [ 0.311452] UDP hash table entries: 2048 (order: 5, 196608 bytes) [ 0.312206] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes) [ 0.313161] NET: Registered protocol family 1 [ 0.313917] RPC: Registered named UNIX socket transport module. [ 0.314462] RPC: Registered udp transport module. [ 0.314884] RPC: Registered tcp transport module. [ 0.315305] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.315899] PCI: CLS 0 bytes, default 64 [ 0.316586] Trying to unpack rootfs image as initramfs... [ 0.603157] Freeing initrd memory: 6136K [ 0.603997] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available [ 0.604818] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available [ 0.608404] audit: initializing netlink subsys (disabled) [ 0.608960] audit: type=2000 audit(0.527:1): initialized [ 0.609810] Initialise system trusted keyring [ 0.610609] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.618050] VFS: Disk quotas dquot_6.6.0 [ 0.618562] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.620657] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.622239] NFS: Registering the id_resolver key type [ 0.622718] Key type id_resolver registered [ 0.623095] Key type id_legacy registered [ 0.623691] fuse init (API version 7.23) [ 0.629903] Key type asymmetric registered [ 0.630278] Asymmetric key parser 'x509' registered [ 0.630906] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 0.631726] io scheduler noop registered [ 0.632084] io scheduler deadline registered [ 0.632611] io scheduler cfq registered (default) [ 0.634557] phy phy-ff770000.syscon:usb2-phy@e460.1: Failed to get VBUS supply regulator [ 0.640852] rockchip-pcie f8000000.pcie: GPIO lookup for consumer ep [ 0.640868] rockchip-pcie f8000000.pcie: using device tree for GPIO lookup [ 0.640881] of_get_named_gpiod_flags: can't parse 'ep-gpios' property of node '/pcie@f8000000[0]' [ 0.640892] of_get_named_gpiod_flags: can't parse 'ep-gpio' property of node '/pcie@f8000000[0]' [ 0.640901] rockchip-pcie f8000000.pcie: using lookup tables for GPIO lookup [ 0.640910] rockchip-pcie f8000000.pcie: lookup for GPIO ep failed [ 0.641123] rockchip-pcie f8000000.pcie: no vpcie3v3 regulator found [ 0.641714] rockchip-pcie f8000000.pcie: no vpcie1v8 regulator found [ 0.642282] rockchip-pcie f8000000.pcie: no vpcie0v9 regulator found [ 0.642855] rockchip-pcie f8000000.pcie: missing "memory-region" property [ 0.643465] PCI host bridge /pcie@f8000000 ranges: [ 0.643901] MEM 0xfa000000..0xfbdfffff -> 0xfa000000 [ 0.644361] IO 0xfbe00000..0xfbefffff -> 0xfbe00000 [ 0.671267] rockchip-pcie f8000000.pcie: PCI host bridge to bus 0000:00 [ 0.671873] pci_bus 0000:00: root bus resource [bus 00-1f] [ 0.672368] pci_bus 0000:00: root bus resource [mem 0xfa000000-0xfbdfffff] [ 0.672989] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0xfbe00000-0xfbefffff]) [ 0.673863] pci 0000:00:00.0: [1d87:0100] type 01 class 0x060400 [ 0.673963] pci 0000:00:00.0: supports D1 [ 0.673973] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 0.674211] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.675035] pci_bus 0000:01: busn_res: can not insert [bus 01-ff] under [bus 00-1f] (conflicts with (null) [bus 00-1f]) [ 0.675077] pci 0000:01:00.0: [1ac1:089a] type 00 class 0x0000ff [ 0.675165] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit pref] [ 0.675194] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x000fffff 64bit pref] [ 0.677455] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 0.677491] pci 0000:00:00.0: BAR 8: assigned [mem 0xfa000000-0xfa1fffff] [ 0.678090] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.678553] pci 0000:00:00.0: bridge window [mem 0xfa000000-0xfa1fffff] [ 0.679196] pcieport 0000:00:00.0: enabling device (0000 -> 0002) [ 0.679955] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt [ 0.680588] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt [ 0.681166] pcie_pme 0000:00:00.0:pcie01: service driver pcie_pme loaded [ 0.681271] aer 0000:00:00.0:pcie02: service driver aer loaded [ 0.681811] pwm-backlight backlight: GPIO lookup for consumer enable [ 0.681821] pwm-backlight backlight: using device tree for GPIO lookup [ 0.681870] of_get_named_gpiod_flags: parsed 'enable-gpios' property of node '/backlight[0]' - status (0) [ 0.681891] no flags found for enable [ 0.681913] backlight supply power not found, using dummy regulator [ 0.682934] rk-vcodec ff650000.vpu_service: no regulator for vcodec [ 0.683738] rk-vcodec ff650000.vpu_service: probe device [ 0.684401] rk-vcodec ff650000.vpu_service: drm allocator with mmu enabled [ 0.685574] rk-vcodec ff650000.vpu_service: could not find power_model node [ 0.686196] rk-vcodec ff650000.vpu_service: init success [ 0.686883] rk-vcodec ff660000.rkvdec: no regulator for vcodec [ 0.687803] rk-vcodec ff660000.rkvdec: probe device [ 0.688438] rk-vcodec ff660000.rkvdec: drm allocator with mmu enabled [ 0.689373] rk-vcodec ff660000.rkvdec: could not find power_model node [ 0.689964] rk-vcodec ff660000.rkvdec: init success [ 0.691877] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 0.692560] dma-pl330 ff6d0000.dma-controller: DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12 [ 0.694741] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 0.695421] dma-pl330 ff6e0000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16 [ 0.696495] rockchip-system-monitor rockchip-system-monitor: system monitor probe [ 0.697745] pwm-regulator vdd-log: GPIO lookup for consumer enable [ 0.697755] pwm-regulator vdd-log: using device tree for GPIO lookup [ 0.697767] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/vdd-log[0]' [ 0.697778] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/vdd-log[0]' [ 0.697786] pwm-regulator vdd-log: using lookup tables for GPIO lookup [ 0.697795] pwm-regulator vdd-log: lookup for GPIO enable failed [ 0.698471] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled [ 0.699675] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 38, base_baud = 1500000) is a 16550A [ 0.700958] ff370000.serial: ttyS4 at MMIO 0xff370000 (irq = 40, base_baud = 1500000) is a 16550A [ 0.702790] [drm] Initialized drm 1.1.0 20060810 [ 0.706823] [drm] Rockchip DRM driver version: v1.0.1 [ 0.708008] panel-friendlyelec edp-panel: GPIO lookup for consumer enable [ 0.708020] panel-friendlyelec edp-panel: using device tree for GPIO lookup [ 0.708031] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/edp-panel[0]' [ 0.708042] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/edp-panel[0]' [ 0.708050] panel-friendlyelec edp-panel: using lookup tables for GPIO lookup [ 0.708060] panel-friendlyelec edp-panel: lookup for GPIO enable failed [ 0.709764] mali ff9a0000.gpu: Failed to get regulator [ 0.710224] mali ff9a0000.gpu: Power control initialization failed [ 0.711112] Unable to detect cache hierarchy for CPU 0 [ 0.716130] brd: module loaded [ 0.721660] loop: module loaded [ 0.722472] zram: Added device: zram0 [ 0.725232] rk_gmac-dwmac fe300000.ethernet: clock input or output? (input). [ 0.725877] rk_gmac-dwmac fe300000.ethernet: TX delay(0x28). [ 0.726383] rk_gmac-dwmac fe300000.ethernet: RX delay(0x11). [ 0.726913] rk_gmac-dwmac fe300000.ethernet: integrated PHY? (no). [ 0.727631] rk_gmac-dwmac fe300000.ethernet: cannot get clock clk_mac_speed [ 0.728252] rk_gmac-dwmac fe300000.ethernet: clock input from PHY [ 0.733807] rk_gmac-dwmac fe300000.ethernet: init for RGMII [ 0.734406] stmmac - user ID: 0x10, Synopsys ID: 0x35 [ 0.734861] Ring mode enabled [ 0.735134] DMA HW capability register supported [ 0.735540] Normal descriptors [ 0.735849] RX Checksum Offload Engine supported (type 2) [ 0.736339] TX Checksum insertion supported [ 0.736721] Wake-Up On Lan supported [ 0.737083] Enable RX Mitigation via HW Watchdog Timer [ 0.737661] of_get_named_gpiod_flags: parsed 'snps,reset-gpio' property of node '/ethernet@fe300000[0]' - status (0) [ 0.807293] libphy: stmmac: probed [ 0.807638] eth%d: PHY ID 001cc915 at 0 IRQ POLL (stmmac-0:00) active [ 0.808213] eth%d: PHY ID 001cc915 at 1 IRQ POLL (stmmac-0:01) [ 0.811025] PPP generic driver version 2.4.2 [ 0.811639] Rockchip WiFi SYS interface (V1.00) ... [ 0.812191] usbcore: registered new interface driver asix [ 0.812752] usbcore: registered new interface driver ax88179_178a [ 0.813334] usbcore: registered new interface driver cdc_ether [ 0.813928] usbcore: registered new interface driver qmi_wwan [ 0.816372] rockchip-dwc3 usb0: failed to get drvdata dwc3 [ 0.822400] rockchip-dwc3 usb1: fail to get drvdata hcd [ 0.824503] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.825107] ehci-pci: EHCI PCI platform driver [ 0.825594] ehci-platform: EHCI generic platform driver [ 0.830108] ehci-platform fe3c0000.usb: EHCI Host Controller [ 0.830658] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 1 [ 0.831502] ehci-platform fe3c0000.usb: irq 30, io mem 0xfe3c0000 [ 0.837443] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00 [ 0.838208] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 0.838823] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.839480] usb usb1: Product: EHCI Host Controller [ 0.839917] usb usb1: Manufacturer: Linux 4.4.179 ehci_hcd [ 0.840422] usb usb1: SerialNumber: fe3c0000.usb [ 0.841436] hub 1-0:1.0: USB hub found [ 0.841809] hub 1-0:1.0: 1 port detected [ 0.843017] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.843602] ohci-platform: OHCI generic platform driver [ 0.844742] ohci-platform fe3e0000.usb: Generic Platform OHCI controller [ 0.845367] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 2 [ 0.846188] ohci-platform fe3e0000.usb: irq 31, io mem 0xfe3e0000 [ 0.901632] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.902234] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.902890] usb usb2: Product: Generic Platform OHCI controller [ 0.903431] usb usb2: Manufacturer: Linux 4.4.179 ohci_hcd [ 0.903926] usb usb2: SerialNumber: fe3e0000.usb [ 0.904942] hub 2-0:1.0: USB hub found [ 0.905314] hub 2-0:1.0: 1 port detected [ 0.907172] usbcore: registered new interface driver cdc_acm [ 0.907692] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 0.908462] usbcore: registered new interface driver cdc_wdm [ 0.909016] usbcore: registered new interface driver uas [ 0.909612] usbcore: registered new interface driver usb-storage [ 0.910251] usbcore: registered new interface driver usbserial [ 0.910827] usbcore: registered new interface driver usbserial_generic [ 0.911445] usbserial: USB Serial support registered for generic [ 0.912027] usbcore: registered new interface driver ch341 [ 0.912574] usbserial: USB Serial support registered for ch341-uart [ 0.913169] usbcore: registered new interface driver cp210x [ 0.913705] usbserial: USB Serial support registered for cp210x [ 0.914295] usbcore: registered new interface driver ftdi_sio [ 0.914854] usbserial: USB Serial support registered for FTDI USB Serial Device [ 0.915642] usbcore: registered new interface driver option [ 0.916165] usbserial: USB Serial support registered for GSM modem (1-port) [ 0.916971] usbcore: registered new interface driver pl2303 [ 0.917511] usbserial: USB Serial support registered for pl2303 [ 0.918089] usbcore: registered new interface driver qcserial [ 0.918651] usbserial: USB Serial support registered for Qualcomm USB modem [ 0.919875] mousedev: PS/2 mouse device common for all mice [ 0.921161] <<-GTP-INFO->> GTP driver installing [ 0.922146] sensor_register_slave:mma8452,id=17 [ 0.922577] sensor_register_slave:lis3dh,id=7 [ 0.922975] sensor_register_slave:mma7660,id=18 [ 0.923382] sensor_register_slave:lsm303d,id=22 [ 0.923804] sensor_register_slave:mpu6880_acc,id=24 [ 0.924247] sensor_register_slave:mpu6500_acc,id=25 [ 0.924699] sensor_register_slave:lsm330_acc,id=26 [ 0.925130] sensor_register_slave:akm8975,id=30 [ 0.925553] sensor_register_slave:akm8963,id=31 [ 0.925962] sensor_register_slave:l3g4200d,id=45 [ 0.926380] sensor_register_slave:l3g20d,id=46 [ 0.926798] sensor_register_slave:ewtsa,id=47 [ 0.927195] sensor_register_slave:lsm330_gyro,id=51 [ 0.927651] sensor_register_slave:cm3217,id=53 [ 0.928059] sensor_register_slave:cm3218,id=54 [ 0.929022] i2c /dev entries driver [ 0.930683] fan53555-regulator 0-0040: GPIO lookup for consumer vsel [ 0.930700] fan53555-regulator 0-0040: using device tree for GPIO lookup [ 0.930742] of_get_named_gpiod_flags: parsed 'vsel-gpios' property of node '/i2c@ff3c0000/syr827@40[0]' - status (0) [ 0.931169] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected! [ 0.931883] fan53555-reg: supplied by vcc3v3_sys [ 0.934517] fan53555-regulator 0-0041: GPIO lookup for consumer vsel [ 0.934532] fan53555-regulator 0-0041: using device tree for GPIO lookup [ 0.934569] of_get_named_gpiod_flags: parsed 'vsel-gpios' property of node '/i2c@ff3c0000/syr828@41[0]' - status (0) [ 0.934948] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected! [ 0.935627] fan53555-reg: supplied by vcc3v3_sys [ 0.938601] rk808 0-001b: Pmic Chip id: 0x0 [ 0.942626] rk808 0-001b: GPIO lookup for consumer dvs [ 0.942642] rk808 0-001b: using device tree for GPIO lookup [ 0.942658] of_get_named_gpiod_flags: can't parse 'dvs-gpios' property of node '/i2c@ff3c0000/pmic@1b[0]' [ 0.942671] of_get_named_gpiod_flags: can't parse 'dvs-gpio' property of node '/i2c@ff3c0000/pmic@1b[0]' [ 0.942682] rk808 0-001b: using lookup tables for GPIO lookup [ 0.942694] rk808 0-001b: lookup for GPIO dvs failed [ 0.942706] rk808-regulator rk808-regulator: there is no dvs0 gpio [ 0.943259] rk808 0-001b: GPIO lookup for consumer dvs [ 0.943269] rk808 0-001b: using device tree for GPIO lookup [ 0.943281] of_get_named_gpiod_flags: can't parse 'dvs-gpios' property of node '/i2c@ff3c0000/pmic@1b[1]' [ 0.943293] of_get_named_gpiod_flags: can't parse 'dvs-gpio' property of node '/i2c@ff3c0000/pmic@1b[1]' [ 0.943303] rk808 0-001b: using lookup tables for GPIO lookup [ 0.943314] rk808 0-001b: lookup for GPIO dvs failed [ 0.943324] rk808-regulator rk808-regulator: there is no dvs1 gpio [ 0.944029] DCDC_REG1: supplied by vcc3v3_sys [ 0.945346] DCDC_REG2: supplied by vcc3v3_sys [ 0.946440] DCDC_REG3: supplied by vcc3v3_sys [ 0.947200] DCDC_REG4: supplied by vcc3v3_sys [ 0.948161] LDO_REG1: supplied by vcc3v3_sys [ 0.949814] LDO_REG2: supplied by vcc3v3_sys [ 0.951277] LDO_REG3: supplied by vcc3v3_sys [ 0.952777] LDO_REG4: supplied by vcc3v3_sys [ 0.954247] LDO_REG5: supplied by vcc3v3_sys [ 0.955769] LDO_REG6: supplied by vcc3v3_sys [ 0.957213] LDO_REG7: supplied by vcc3v3_sys [ 0.958728] LDO_REG8: supplied by vcc3v3_sys [ 0.960204] SWITCH_REG1: supplied by vcc3v3_sys [ 0.961024] SWITCH_REG2: supplied by vcc3v3_sys [ 0.965331] rk808-rtc rk808-rtc: rtc core: registered rk808-rtc as rtc0 [ 0.966408] rk3x-i2c ff3c0000.i2c: Initialized RK3xxx I2C bus at ffffff800967e000 [ 0.968210] rk3x-i2c ff110000.i2c: Initialized RK3xxx I2C bus at ffffff8009782000 [ 0.969748] rk3x-i2c ff120000.i2c: Initialized RK3xxx I2C bus at ffffff8009784000 [ 0.971021] rk3x-i2c ff160000.i2c: Initialized RK3xxx I2C bus at ffffff8009786000 [ 0.972773] fusb302 4-0022: GPIO lookup for consumer int-n [ 0.972790] fusb302 4-0022: using device tree for GPIO lookup [ 0.972831] of_get_named_gpiod_flags: parsed 'int-n-gpios' property of node '/i2c@ff3d0000/fusb30x@22[0]' - status (0) [ 0.972865] fusb302 4-0022: GPIO lookup for consumer vbus-5v [ 0.972876] fusb302 4-0022: using device tree for GPIO lookup [ 0.972911] of_get_named_gpiod_flags: parsed 'vbus-5v-gpios' property of node '/i2c@ff3d0000/fusb30x@22[0]' - status (0) [ 0.972949] fusb302 4-0022: GPIO lookup for consumer vbus-other [ 0.972960] fusb302 4-0022: using device tree for GPIO lookup [ 0.972972] of_get_named_gpiod_flags: can't parse 'vbus-other-gpios' property of node '/i2c@ff3d0000/fusb30x@22[0]' [ 0.972985] of_get_named_gpiod_flags: can't parse 'vbus-other-gpio' property of node '/i2c@ff3d0000/fusb30x@22[0]' [ 0.972996] fusb302 4-0022: using lookup tables for GPIO lookup [ 0.973008] fusb302 4-0022: lookup for GPIO vbus-other failed [ 0.973020] fusb302 4-0022: GPIO lookup for consumer discharge [ 0.973030] fusb302 4-0022: using device tree for GPIO lookup [ 0.973042] of_get_named_gpiod_flags: can't parse 'discharge-gpios' property of node '/i2c@ff3d0000/fusb30x@22[0]' [ 0.973053] of_get_named_gpiod_flags: can't parse 'discharge-gpio' property of node '/i2c@ff3d0000/fusb30x@22[0]' [ 0.973064] fusb302 4-0022: using lookup tables for GPIO lookup [ 0.973074] fusb302 4-0022: lookup for GPIO discharge failed [ 0.973312] fusb302 4-0022: Can't get property of role, set role to default DRP [ 0.977556] fusb302 4-0022: port 0 probe success with role ROLE_MODE_DRP, try_role ROLE_MODE_NONE [ 0.978587] input: Typec_Headphone as /devices/platform/ff3d0000.i2c/i2c-4/4-0022/input/input0 [ 0.980146] rk3x-i2c ff3d0000.i2c: Initialized RK3xxx I2C bus at ffffff8009788000 [ 0.982536] IR NEC protocol handler initialized [ 0.986284] Boot mode: coldboot [ 0.988227] rk_tsadcv2_temp_to_code: Invalid conversion table: code=1023, temperature=2147483647 [ 0.989284] rockchip-thermal ff260000.tsadc: tsadc is probed successfully! [ 0.991144] dw_wdt ff848000.watchdog: Should better to setup a 'resets' property in dt, that must been named with reset [ 0.992680] device-mapper: uevent: version 1.0.3 [ 0.993366] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.994344] Bluetooth: Virtual HCI driver ver 1.5 [ 0.994881] Bluetooth: HCI UART driver ver 2.3 [ 0.995284] Bluetooth: HCI UART protocol H4 registered [ 0.995751] Bluetooth: HCI UART protocol BCSP registered [ 0.996220] Bluetooth: HCI UART protocol LL registered [ 0.996696] Bluetooth: HCI UART protocol ATH3K registered [ 0.997177] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 0.997894] Bluetooth: HCI UART protocol BCM registered [ 0.998440] usbcore: registered new interface driver bfusb [ 0.998981] usbcore: registered new interface driver btusb [ 0.999968] cpu cpu0: bin=1 [ 1.000267] cpu cpu0: leakage=30 [ 1.001537] cpu cpu0: Failed to get pvtm [ 1.001944] cpu cpu0: bin-scale=34 [ 1.002520] cpu cpu4: bin=1 [ 1.002820] cpu cpu4: leakage=59 [ 1.003761] cpu cpu4: Failed to get pvtm [ 1.004153] cpu cpu4: bin-scale=17 [ 1.005609] cpu cpu0: avs=0 [ 1.005952] cpu cpu0: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 [ 1.007073] cpu cpu0: failed to find power_model node [ 1.008439] cpu cpu4: avs=0 [ 1.008805] cpu cpu4: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 [ 1.010748] cpu cpu4: failed to find power_model node [ 1.012047] sdhci: Secure Digital Host Controller Interface driver [ 1.012620] sdhci: Copyright(c) Pierre Ossman [ 1.013014] Synopsys Designware Multimedia Card Interface Driver [ 1.014398] dwmmc_rockchip fe310000.dwmmc: IDMAC supports 32-bit address mode. [ 1.015104] dwmmc_rockchip fe310000.dwmmc: Using internal DMA controller. [ 1.015721] dwmmc_rockchip fe310000.dwmmc: Version ID is 270a [ 1.016273] dwmmc_rockchip fe310000.dwmmc: DW MMC controller at irq 25,32 bit host data width,256 deep fifo [ 1.017157] dwmmc_rockchip fe310000.dwmmc: 'clock-freq-min-max' property was deprecated. [ 1.017918] dwmmc_rockchip fe310000.dwmmc: No vmmc regulator found [ 1.018476] dwmmc_rockchip fe310000.dwmmc: No vqmmc regulator found [ 1.019037] dwmmc_rockchip fe310000.dwmmc: GPIO lookup for consumer wp [ 1.019046] dwmmc_rockchip fe310000.dwmmc: using device tree for GPIO lookup [ 1.019057] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@fe310000[0]' [ 1.019067] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@fe310000[0]' [ 1.019076] dwmmc_rockchip fe310000.dwmmc: using lookup tables for GPIO lookup [ 1.019085] dwmmc_rockchip fe310000.dwmmc: lookup for GPIO wp failed [ 1.019910] dwmmc_rockchip fe320000.dwmmc: IDMAC supports 32-bit address mode. [ 1.020588] dwmmc_rockchip fe320000.dwmmc: Using internal DMA controller. [ 1.021192] dwmmc_rockchip fe320000.dwmmc: Version ID is 270a [ 1.021750] dwmmc_rockchip fe320000.dwmmc: DW MMC controller at irq 26,32 bit host data width,256 deep fifo [ 1.022645] dwmmc_rockchip fe320000.dwmmc: 'clock-freq-min-max' property was deprecated. [ 1.023513] dwmmc_rockchip fe320000.dwmmc: GPIO lookup for consumer cd [ 1.023522] dwmmc_rockchip fe320000.dwmmc: using device tree for GPIO lookup [ 1.023533] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/dwmmc@fe320000[0]' [ 1.023543] of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/dwmmc@fe320000[0]' [ 1.023551] dwmmc_rockchip fe320000.dwmmc: using lookup tables for GPIO lookup [ 1.023560] dwmmc_rockchip fe320000.dwmmc: lookup for GPIO cd failed [ 1.023570] dwmmc_rockchip fe320000.dwmmc: GPIO lookup for consumer wp [ 1.023578] dwmmc_rockchip fe320000.dwmmc: using device tree for GPIO lookup [ 1.023587] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@fe320000[0]' [ 1.023596] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@fe320000[0]' [ 1.023604] dwmmc_rockchip fe320000.dwmmc: using lookup tables for GPIO lookup [ 1.023612] dwmmc_rockchip fe320000.dwmmc: lookup for GPIO wp failed [ 1.023769] rockchip-iodomain ff770000.syscon:io-domains: Setting to 3000000 done [ 1.024452] rockchip-iodomain ff770000.syscon:io-domains: Setting to 3000000 done [ 1.035476] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [ 1.046473] rockchip-iodomain ff770000.syscon:io-domains: Setting to 3000000 done [ 1.047141] rockchip-iodomain ff770000.syscon:io-domains: Setting to 3000000 done [ 1.047852] dwmmc_rockchip fe320000.dwmmc: 1 slots initialized [ 1.048725] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.049714] sdhci-arasan fe330000.sdhci: GPIO lookup for consumer wp [ 1.049725] sdhci-arasan fe330000.sdhci: using device tree for GPIO lookup [ 1.049735] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/sdhci@fe330000[0]' [ 1.049745] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/sdhci@fe330000[0]' [ 1.049753] sdhci-arasan fe330000.sdhci: using lookup tables for GPIO lookup [ 1.049761] sdhci-arasan fe330000.sdhci: lookup for GPIO wp failed [ 1.050886] sdhci-arasan fe330000.sdhci: No vmmc regulator found [ 1.051426] sdhci-arasan fe330000.sdhci: No vqmmc regulator found [ 1.078478] mmc1: SDHCI controller on fe330000.sdhci [fe330000.sdhci] using ADMA [ 1.080464] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-leds/led@1[0]' - status (0) [ 1.080808] ledtrig-cpu: registered to indicate activity on CPUs [ 1.081570] hidraw: raw HID events driver (C) Jiri Kosina [ 1.082664] usbcore: registered new interface driver usbhid [ 1.083159] usbhid: USB HID core driver [ 1.093443] NET: Registered protocol family 10 [ 1.094758] NET: Registered protocol family 17 [ 1.095335] Bluetooth: RFCOMM TTY layer initialized [ 1.095798] Bluetooth: RFCOMM socket layer initialized [ 1.096267] Bluetooth: RFCOMM ver 1.11 [ 1.096668] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 1.097200] Bluetooth: HIDP socket layer initialized [ 1.097717] [WLAN_RFKILL]: Enter rfkill_wlan_init [ 1.098436] [WLAN_RFKILL]: Enter rfkill_wlan_probe [ 1.098894] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6354 [ 1.099515] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control. [ 1.100146] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio. [ 1.100810] of_get_named_gpiod_flags: can't parse 'WIFI,poweren_gpio' property of node '/wireless-wlan[0]' [ 1.100820] of_get_named_gpiod_flags: can't parse 'WIFI,vbat_gpio' property of node '/wireless-wlan[0]' [ 1.100828] of_get_named_gpiod_flags: can't parse 'WIFI,reset_gpio' property of node '/wireless-wlan[0]' [ 1.100864] of_get_named_gpiod_flags: parsed 'WIFI,host_wake_irq' property of node '/wireless-wlan[0]' - status (0) [ 1.100872] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,host_wake_irq = 3, flags = 0. [ 1.101677] [WLAN_RFKILL]: wlan_platdata_parse_dt: The ref_wifi_clk not found ! [ 1.102319] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio [ 1.102801] [WLAN_RFKILL]: Exit rfkill_wlan_probe [ 1.103270] [BT_RFKILL]: Enter rfkill_rk_init [ 1.104040] of_get_named_gpiod_flags: parsed 'uart_rts_gpios' property of node '/wireless-bluetooth[0]' - status (0) [ 1.104050] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 83. [ 1.104778] of_get_named_gpiod_flags: can't parse 'BT,power_gpio' property of node '/wireless-bluetooth[0]' [ 1.104804] of_get_named_gpiod_flags: parsed 'BT,reset_gpio' property of node '/wireless-bluetooth[0]' - status (0) [ 1.104811] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 9. [ 1.105539] of_get_named_gpiod_flags: parsed 'BT,wake_gpio' property of node '/wireless-bluetooth[0]' - status (0) [ 1.105547] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 90. [ 1.106263] of_get_named_gpiod_flags: parsed 'BT,wake_host_irq' property of node '/wireless-bluetooth[0]' - status (0) [ 1.106271] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 4. [ 1.107429] [BT_RFKILL]: Request irq for bt wakeup host [ 1.108000] [BT_RFKILL]: ** disable irq [ 1.108567] [BT_RFKILL]: bt shut off power [ 1.118184] fusb302 4-0022: CC connected in CC2 as UFP [ 1.129524] [BT_RFKILL]: bt_default device registered. [ 1.130100] Key type dns_resolver registered [ 1.130673] sensor_register_slave:mpu6880_gyro,id=50 [ 1.131659] ov4689 1-0036: driver version: 00.01.01 [ 1.132109] ov4689 1-0036: could not get module information! [ 1.132676] ov4689 1-0036: GPIO lookup for consumer reset [ 1.132688] ov4689 1-0036: using device tree for GPIO lookup [ 1.132727] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/i2c@ff110000/ov4689@36[0]' - status (0) [ 1.132771] ov4689 1-0036: GPIO lookup for consumer pwdn [ 1.132782] ov4689 1-0036: using device tree for GPIO lookup [ 1.132814] of_get_named_gpiod_flags: parsed 'pwdn-gpios' property of node '/i2c@ff110000/ov4689@36[0]' - status (0) [ 1.133099] 1-0036 supply avdd not found, using dummy regulator [ 1.133752] 1-0036 supply dovdd not found, using dummy regulator [ 1.134338] 1-0036 supply dvdd not found, using dummy regulator [ 1.136971] ov4689 1-0036: Unexpected sensor id(000000), ret(-5) [ 1.137980] ov4689 2-0036: driver version: 00.01.01 [ 1.138491] ov4689 2-0036: could not get module information! [ 1.139022] ov4689 2-0036: GPIO lookup for consumer reset [ 1.139034] ov4689 2-0036: using device tree for GPIO lookup [ 1.139067] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/i2c@ff120000/ov4689@36[0]' - status (0) [ 1.139103] ov4689 2-0036: GPIO lookup for consumer pwdn [ 1.139114] ov4689 2-0036: using device tree for GPIO lookup [ 1.139145] of_get_named_gpiod_flags: parsed 'pwdn-gpios' property of node '/i2c@ff120000/ov4689@36[0]' - status (0) [ 1.139371] 2-0036 supply avdd not found, using dummy regulator [ 1.139978] 2-0036 supply dovdd not found, using dummy regulator [ 1.140602] 2-0036 supply dvdd not found, using dummy regulator [ 1.143127] ov4689 2-0036: Unexpected sensor id(000000), ret(-5) [ 1.144312] ov13850 1-0010: driver version: 00.01.01 [ 1.144805] ov13850 1-0010: could not get module information! [ 1.145346] ov13850 1-0010: GPIO lookup for consumer reset [ 1.145357] ov13850 1-0010: using device tree for GPIO lookup [ 1.145391] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/i2c@ff110000/ov13850@10[0]' - status (0) [ 1.145443] ov13850 1-0010: GPIO lookup for consumer pwdn [ 1.145455] ov13850 1-0010: using device tree for GPIO lookup [ 1.145487] of_get_named_gpiod_flags: parsed 'pwdn-gpios' property of node '/i2c@ff110000/ov13850@10[0]' - status (0) [ 1.145539] 1-0010 supply avdd not found, using dummy regulator [ 1.146128] 1-0010 supply dovdd not found, using dummy regulator [ 1.146728] 1-0010 supply dvdd not found, using dummy regulator [ 1.149246] ov13850 1-0010: Unexpected sensor id(000000), ret(-5) [ 1.150220] ov13850 2-0010: driver version: 00.01.01 [ 1.150704] ov13850 2-0010: could not get module information! [ 1.151245] ov13850 2-0010: GPIO lookup for consumer reset [ 1.151257] ov13850 2-0010: using device tree for GPIO lookup [ 1.151292] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/i2c@ff120000/ov13850@10[0]' - status (0) [ 1.151327] ov13850 2-0010: GPIO lookup for consumer pwdn [ 1.151338] ov13850 2-0010: using device tree for GPIO lookup [ 1.151369] of_get_named_gpiod_flags: parsed 'pwdn-gpios' property of node '/i2c@ff120000/ov13850@10[0]' - status (0) [ 1.151443] 2-0010 supply avdd not found, using dummy regulator [ 1.152027] 2-0010 supply dovdd not found, using dummy regulator [ 1.152159] mmc1: new HS200 MMC card at address 0001 [ 1.153107] 2-0010 supply dvdd not found, using dummy regulator [ 1.153362] mmcblk1: mmc1:0001 AJTD4R 14.6 GiB [ 1.154099] mmcblk1boot0: mmc1:0001 AJTD4R partition 1 4.00 MiB [ 1.155272] mmcblk1boot1: mmc1:0001 AJTD4R partition 2 4.00 MiB [ 1.156389] mmcblk1rpmb: mmc1:0001 AJTD4R partition 3 4.00 MiB [ 1.157049] ov13850 2-0010: Unexpected sensor id(000000), ret(-5) [ 1.157573] rkpart: partition size too small (0) [ 1.157582] uboot: 0x000400000 -- 0x000800000 (4 MB) [ 1.157587] trust: 0x000800000 -- 0x000c00000 (4 MB) [ 1.157591] misc: 0x000c00000 -- 0x001000000 (4 MB) [ 1.157596] resource: 0x001000000 -- 0x001c00000 (12 MB) [ 1.157600] kernel: 0x001c00000 -- 0x003c00000 (32 MB) [ 1.157604] boot: 0x003c00000 -- 0x005c00000 (32 MB) [ 1.157609] rootfs: 0x006000000 -- 0x18a800000 (6216 MB) [ 1.157613] userdata: 0x18a800000 -- 0x3a3a00000 (8594 MB) [ 1.162407] mmcblk1: p1 p2 p3 p4 p5 p6 p7 p8 [ 1.162408] Error: Driver 'sc031gs' is already registered, aborting... [ 1.164357] Registered cp15_barrier emulation handler [ 1.164908] Registered setend emulation handler [ 1.166545] registered taskstats version 1 [ 1.166933] Loading compiled-in X.509 certificates [ 1.168196] rga2: Module initialized. [ 1.170161] phy phy-ff770000.syscon:usb2-phy@e450.7: Failed to get VBUS supply regulator [ 1.173723] rockchip-drm display-subsystem: dmc is disabled [ 1.174665] rockchip-vop ff900000.vop: missing rockchip,grf property [ 1.175639] rockchip-drm display-subsystem: bound ff900000.vop (ops 0xffffff8008c39810) [ 1.176404] rockchip-vop ff8f0000.vop: missing rockchip,grf property [ 1.177229] rockchip-drm display-subsystem: bound ff8f0000.vop (ops 0xffffff8008c39810) [ 1.178271] rockchip-dp ff970000.edp: no DP phy configured [ 1.178820] rockchip-dp ff970000.edp: GPIO lookup for consumer hpd [ 1.178833] rockchip-dp ff970000.edp: using device tree for GPIO lookup [ 1.178848] of_get_named_gpiod_flags: can't parse 'hpd-gpios' property of node '/edp@ff970000[0]' [ 1.178860] of_get_named_gpiod_flags: can't parse 'hpd-gpio' property of node '/edp@ff970000[0]' [ 1.178871] rockchip-dp ff970000.edp: using lookup tables for GPIO lookup [ 1.178883] rockchip-dp ff970000.edp: lookup for GPIO hpd failed [ 1.179986] i2c i2c-9: of_i2c: modalias failure on /edp@ff970000/ports [ 1.180713] rockchip-drm display-subsystem: bound ff970000.edp (ops 0xffffff8008c30fd8) [ 1.181821] dwhdmi-rockchip ff940000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY) [ 1.184577] rockchip-drm display-subsystem: bound ff940000.hdmi (ops 0xffffff8008c2e8c0) [ 1.185934] i2c i2c-10: of_i2c: modalias failure on /dp@fec00000/ports [ 1.186988] cdn-dp fec00000.dp: Direct firmware load for rockchip/dptx.bin failed with error -2 [ 1.187793] cdn-dp fec00000.dp: Falling back to user helper [ 1.187839] rockchip-drm display-subsystem: bound fec00000.dp (ops 0xffffff8008c2f8a8) [ 1.187846] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 1.187848] [drm] No driver support for vblank timestamp query. [ 1.361588] rockchip-vop ff900000.vop: [drm:vop_crtc_enable] Update mode to 1920x1080p60, type: 14 [ 1.362233] rockchip-vop ff8f0000.vop: [drm:vop_crtc_enable] Update mode to 1920x1080p60, type: 11 [ 1.369063] rockchip-dp ff970000.edp: Rx Max Link Rate is abnormal :0 ! [ 1.369074] rockchip-dp ff970000.edp: Rx Max Lane count is abnormal :0 ! [ 1.372011] rockchip-dp ff970000.edp: LT link start failed! [ 1.372023] rockchip-dp ff970000.edp: eDP link training failed (-121) [ 1.380879] rockchip-dp ff970000.edp: LT link start failed! [ 1.380890] rockchip-dp ff970000.edp: eDP link training failed (-121) [ 1.389801] rockchip-dp ff970000.edp: LT link start failed! [ 1.389812] rockchip-dp ff970000.edp: eDP link training failed (-121) [ 1.398685] rockchip-dp ff970000.edp: LT link start failed! [ 1.398696] rockchip-dp ff970000.edp: eDP link training failed (-121) [ 1.407614] rockchip-dp ff970000.edp: LT link start failed! [ 1.407625] rockchip-dp ff970000.edp: eDP link training failed (-121) [ 1.407778] rockchip-dp ff970000.edp: unable to do link train [ 1.447938] Freeing drm_logo memory: 2252K [ 1.527728] Console: switching to colour frame buffer device 240x67 [ 1.589091] rockchip-drm display-subsystem: fb0: frame buffer device [ 1.596718] mali ff9a0000.gpu: leakage=37 [ 1.601490] mali ff9a0000.gpu: Failed to get pvtm [ 1.602502] mali ff9a0000.gpu: avs=0 [ 1.603540] mali ff9a0000.gpu: GPU identified as 0x0860 r2p0 status 0 [ 1.604386] mali ff9a0000.gpu: Protected mode not available [ 1.605490] mali ff9a0000.gpu: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 [ 1.606157] mali ff9a0000.gpu: Using configured power model mali-simple-power-model, and fallback mali-simple-power-model [ 1.607255] I : [File] : drivers/gpu/arm/midgard/backend/gpu/mali_kbase_devfreq.c; [Line] : 423; [Func] : kbase_devfreq_init(); success initing power_model_simple. [ 1.609845] mali ff9a0000.gpu: Probed as mali0 [ 1.616295] xhci-hcd xhci-hcd.8.auto: xHCI Host Controller [ 1.616816] xhci-hcd xhci-hcd.8.auto: new USB bus registered, assigned bus number 3 [ 1.617646] xhci-hcd xhci-hcd.8.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x06030010 [ 1.618458] xhci-hcd xhci-hcd.8.auto: irq 233, io mem 0xfe800000 [ 1.619208] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.619818] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.620467] usb usb3: Product: xHCI Host Controller [ 1.620909] usb usb3: Manufacturer: Linux 4.4.179 xhci-hcd [ 1.621401] usb usb3: SerialNumber: xhci-hcd.8.auto [ 1.622581] hub 3-0:1.0: USB hub found [ 1.622949] hub 3-0:1.0: 1 port detected [ 1.623556] xhci-hcd xhci-hcd.8.auto: xHCI Host Controller [ 1.624060] xhci-hcd xhci-hcd.8.auto: new USB bus registered, assigned bus number 4 [ 1.624811] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [ 1.625627] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003 [ 1.626248] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.626899] usb usb4: Product: xHCI Host Controller [ 1.627349] usb usb4: Manufacturer: Linux 4.4.179 xhci-hcd [ 1.627848] usb usb4: SerialNumber: xhci-hcd.8.auto [ 1.628884] hub 4-0:1.0: USB hub found [ 1.629258] hub 4-0:1.0: 1 port detected [ 1.631073] xhci-hcd xhci-hcd.8.auto: remove, state 1 [ 1.631586] usb usb4: USB disconnect, device number 1 [ 1.633266] vendor storage:20190527 ret = 0 [ 1.636279] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller [ 1.636800] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 5 [ 1.637610] xhci-hcd xhci-hcd.9.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x06030010 [ 1.638423] xhci-hcd xhci-hcd.9.auto: irq 234, io mem 0xfe900000 [ 1.639152] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.639763] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.640398] usb usb5: Product: xHCI Host Controller [ 1.640835] usb usb5: Manufacturer: Linux 4.4.179 xhci-hcd [ 1.641322] usb usb5: SerialNumber: xhci-hcd.9.auto [ 1.642355] hub 5-0:1.0: USB hub found [ 1.642720] hub 5-0:1.0: 1 port detected [ 1.643297] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller [ 1.643800] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 6 [ 1.644535] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM. [ 1.645311] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003 [ 1.645938] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.646589] usb usb6: Product: xHCI Host Controller [ 1.647018] usb usb6: Manufacturer: Linux 4.4.179 xhci-hcd [ 1.647512] usb usb6: SerialNumber: xhci-hcd.9.auto [ 1.648358] hub 6-0:1.0: USB hub found [ 1.648723] hub 6-0:1.0: 1 port detected [ 1.651362] xhci-hcd xhci-hcd.8.auto: Host not halted after 16000 microseconds. [ 1.652013] xhci-hcd xhci-hcd.8.auto: Host controller not halted, aborting reset. [ 1.652093] ehci-platform fe380000.usb: EHCI Host Controller [ 1.652108] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 7 [ 1.652231] ehci-platform fe380000.usb: irq 28, io mem 0xfe380000 [ 1.654466] xhci-hcd xhci-hcd.8.auto: USB bus 4 deregistered [ 1.655130] xhci-hcd xhci-hcd.8.auto: remove, state 1 [ 1.655669] usb usb3: USB disconnect, device number 1 [ 1.657033] xhci-hcd xhci-hcd.8.auto: USB bus 3 deregistered [ 1.657464] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00 [ 1.657623] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.657627] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.657632] usb usb7: Product: EHCI Host Controller [ 1.657634] usb usb7: Manufacturer: Linux 4.4.179 ehci_hcd [ 1.657638] usb usb7: SerialNumber: fe380000.usb [ 1.658134] hub 7-0:1.0: USB hub found [ 1.658154] hub 7-0:1.0: 1 port detected [ 1.658953] ohci-platform fe3a0000.usb: Generic Platform OHCI controller [ 1.658967] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 4 [ 1.659081] ohci-platform fe3a0000.usb: irq 29, io mem 0xfe3a0000 [ 1.713679] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.714285] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.714928] usb usb4: Product: Generic Platform OHCI controller [ 1.715455] usb usb4: Manufacturer: Linux 4.4.179 ohci_hcd [ 1.715942] usb usb4: SerialNumber: fe3a0000.usb [ 1.717142] hub 4-0:1.0: USB hub found [ 1.717537] hub 4-0:1.0: 1 port detected [ 1.718583] input: adc-keys as /devices/platform/adc-keys/input/input1 [ 1.720225] dwmmc_rockchip fe310000.dwmmc: IDMAC supports 32-bit address mode. [ 1.720911] dwmmc_rockchip fe310000.dwmmc: Using internal DMA controller. [ 1.721524] dwmmc_rockchip fe310000.dwmmc: Version ID is 270a [ 1.722060] dwmmc_rockchip fe310000.dwmmc: DW MMC controller at irq 25,32 bit host data width,256 deep fifo [ 1.722937] dwmmc_rockchip fe310000.dwmmc: 'clock-freq-min-max' property was deprecated. [ 1.723746] dwmmc_rockchip fe310000.dwmmc: No vmmc regulator found [ 1.724290] dwmmc_rockchip fe310000.dwmmc: No vqmmc regulator found [ 1.724864] dwmmc_rockchip fe310000.dwmmc: GPIO lookup for consumer wp [ 1.724872] dwmmc_rockchip fe310000.dwmmc: using device tree for GPIO lookup [ 1.724881] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@fe310000[0]' [ 1.724890] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@fe310000[0]' [ 1.724897] dwmmc_rockchip fe310000.dwmmc: using lookup tables for GPIO lookup [ 1.724905] dwmmc_rockchip fe310000.dwmmc: lookup for GPIO wp failed [ 1.725129] platform sdio-pwrseq: GPIO lookup for consumer reset [ 1.725135] platform sdio-pwrseq: using device tree for GPIO lookup [ 1.725156] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/sdio-pwrseq[0]' - status (0) [ 1.725193] dwmmc_rockchip fe310000.dwmmc: allocated mmc-pwrseq [ 1.736485] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [ 1.747489] dwmmc_rockchip fe310000.dwmmc: 1 slots initialized [ 1.748609] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/rt5651-sound[0]' [ 1.748618] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/rt5651-sound[0]' [ 1.765942] asoc-simple-card rt5651-sound: rt5651-aif1 <-> ff890000.i2s mapping ok [ 1.766671] asoc-simple-card rt5651-sound: ASoC: no source widget found for MICBIAS1 [ 1.767353] asoc-simple-card rt5651-sound: ASoC: Failed to add route MICBIAS1 -> direct -> Mic Jack [ 1.768349] rt5651 1-001a: ASoC: mux INL1 Mux has no paths [ 1.768910] rt5651 1-001a: ASoC: mux INR1 Mux has no paths [ 1.769451] rt5651 1-001a: ASoC: mux INL2 Mux has no paths [ 1.769943] rt5651 1-001a: ASoC: mux INR2 Mux has no paths [ 1.775394] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/hdmi-sound[0]' [ 1.775437] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/hdmi-sound[0]' [ 1.776000] asoc-simple-card hdmi-sound: i2s-hifi <-> ff8a0000.i2s mapping ok [ 1.779677] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/spdif-sound[0]' [ 1.779706] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/spdif-sound[0]' [ 1.780061] rockchip-spdif ff870000.spdif: Missing dma channel for stream: 0 [ 1.780727] rockchip-spdif ff870000.spdif: ASoC: pcm constructor failed: -22 [ 1.781359] asoc-simple-card spdif-sound: ASoC: can't create pcm ff870000.spdif-dit-hifi :-22 [ 1.782135] asoc-simple-card spdif-sound: ASoC: failed to instantiate card -22 [ 1.783067] asoc-simple-card: probe of spdif-sound failed with error -22 [ 1.784912] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/button@0[0]' - status (0) [ 1.784978] gpio-5 (GPIO Key Power): gpiod_set_debounce: missing set() or set_debounce() operations [ 1.785199] input: gpio-keys as /devices/platform/gpio-keys/input/input2 [ 1.787797] rk808-rtc rk808-rtc: setting system clock to 2013-01-18 08:53:23 UTC (1358499203) [ 1.789707] rkisp1 ff910000.rkisp1: rkisp1 driver version: v00.01.04 [ 1.790314] rkisp1 ff910000.rkisp1: Missing rockchip,grf property [ 1.793020] rkisp1 ff910000.rkisp1: GPIO lookup for consumer vsirq [ 1.793044] rkisp1 ff910000.rkisp1: using device tree for GPIO lookup [ 1.793068] of_get_named_gpiod_flags: can't parse 'vsirq-gpios' property of node '/rkisp1@ff910000[0]' [ 1.793088] of_get_named_gpiod_flags: can't parse 'vsirq-gpio' property of node '/rkisp1@ff910000[0]' [ 1.793100] mmc2: queuing unknown CIS tuple 0x80 (2 bytes) [ 1.793623] rkisp1 ff910000.rkisp1: using lookup tables for GPIO lookup [ 1.793643] rkisp1 ff910000.rkisp1: lookup for GPIO vsirq failed [ 1.794222] rkisp1 ff920000.rkisp1: rkisp1 driver version: v00.01.04 [ 1.794662] mmc2: queuing unknown CIS tuple 0x80 (3 bytes) [ 1.795332] rkisp1 ff920000.rkisp1: Missing rockchip,grf property [ 1.796189] mmc2: queuing unknown CIS tuple 0x80 (3 bytes) [ 1.798019] rkisp1 ff920000.rkisp1: GPIO lookup for consumer vsirq [ 1.798041] rkisp1 ff920000.rkisp1: using device tree for GPIO lookup [ 1.798062] of_get_named_gpiod_flags: can't parse 'vsirq-gpios' property of node '/rkisp1@ff920000[0]' [ 1.798081] of_get_named_gpiod_flags: can't parse 'vsirq-gpio' property of node '/rkisp1@ff920000[0]' [ 1.798097] rkisp1 ff920000.rkisp1: using lookup tables for GPIO lookup [ 1.798114] rkisp1 ff920000.rkisp1: lookup for GPIO vsirq failed [ 1.799438] mmc2: queuing unknown CIS tuple 0x80 (7 bytes) [ 1.826248] vcc_sd: disabling [ 1.827103] rkisp1 ff910000.rkisp1: clear unready subdev num: 3 [ 1.827955] rockchip-mipi-dphy-rx: No link between dphy and sensor [ 1.828520] rkisp1 ff910000.rkisp1: failed to get fmt for rockchip-mipi-dphy-rx [ 1.829166] rkisp1 ff920000.rkisp1: clear unready subdev num: 2 [ 1.829908] rockchip-mipi-dphy-rx: No link between dphy and sensor [ 1.830475] rkisp1 ff920000.rkisp1: failed to get fmt for rockchip-mipi-dphy-rx [ 1.831561] ALSA device list: [ 1.831834] #0: realtek,rt5651-codec [ 1.832175] #1: rockchip,hdmi [ 1.854045] mmc_host mmc2: Bus speed (slot 0) = 150000000Hz (slot req 150000000Hz, actual 150000000HZ div = 0) [ 1.944617] usb 5-1: new high-speed USB device number 2 using xhci-hcd [ 2.065190] usb 5-1: New USB device found, idVendor=2109, idProduct=2817 [ 2.065886] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.066557] usb 5-1: Product: USB2.0 Hub
[ 2.067019] usb 5-1: Manufacturer: VIA Labs, Inc.
[ 2.093776] hub 5-1:1.0: USB hub found [ 2.094460] hub 5-1:1.0: 4 ports detected [ 2.107785] dwmmc_rockchip fe310000.dwmmc: Successfully tuned phase to 223 [ 2.111690] mmc2: queuing unknown CIS tuple 0x91 (3 bytes) [ 2.112221] mmc2: new ultra high speed SDR104 SDIO card at address 0001 [ 2.188270] usb 6-1: new SuperSpeed USB device number 2 using xhci-hcd [ 2.251969] usb 6-1: New USB device found, idVendor=2109, idProduct=0817 [ 2.252662] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.253312] usb 6-1: Product: USB3.0 Hub
[ 2.253799] usb 6-1: Manufacturer: VIA Labs, Inc.
[ 2.269406] hub 6-1:1.0: USB hub found [ 2.270224] hub 6-1:1.0: 4 ports detected [ 2.303073] phy phy-ff770000.syscon:usb2-phy@e450.7: charger = USB_FLOATING_CHARGER [ 2.304749] Freeing unused kernel memory: 1088K [ 2.307018] rockchip-dwc3 usb0: USB peripheral connected [ 2.573692] cdn-dp fec00000.dp: [drm:cdn_dp_request_firmware] ERROR failed to request firmware: -11 [ 2.680702] EXT4-fs (mmcblk1p7): mounted filesystem with ordered data mode. Opts: (null) [ 2.720132] EXT4-fs (mmcblk1p8): mounted filesystem with ordered data mode. Opts: (null) [ 2.824426] usb 5-1.2: new low-speed USB device number 3 using xhci-hcd [ 2.920503] EXT4-fs (mmcblk1p8): mounted filesystem with ordered data mode. Opts: (null) [ 2.963611] usb 5-1.2: New USB device found, idVendor=093a, idProduct=2510 [ 2.964232] usb 5-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.964891] usb 5-1.2: Product: USB OPTICAL MOUSE [ 2.965316] usb 5-1.2: Manufacturer: PIXART [ 2.966108] usb 5-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes [ 2.992806] input: PIXART USB OPTICAL MOUSE as /devices/platform/usb1/fe900000.dwc3/xhci-hcd.9.auto/usb5/5-1/5-1.2/5-1.2:1.0/0003:093A:2510.0001/input/input3 [ 2.994606] hid-generic 0003:093A:2510.0001: input,hidraw0: USB HID v1.10 Mouse [PIXART USB OPTICAL MOUSE] on usb-xhci-hcd.9.auto-1.2/input0 [ 3.121709] usb 5-1.3: new low-speed USB device number 4 using xhci-hcd [ 3.131034] systemd[1]: System time before build time, advancing clock. [ 3.159553] ip_tables: (C) 2000-2006 Netfilter Core Team [ 3.165972] cgroup: cgroup2: unknown option "nsdelegate" [ 3.182087] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid) [ 3.185539] systemd[1]: Detected architecture arm64. [ 3.201670] systemd[1]: Set hostname to . [ 3.262885] usb 5-1.3: New USB device found, idVendor=1a2c, idProduct=4324 [ 3.263540] usb 5-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 3.264201] usb 5-1.3: Product: USB Keyboard [ 3.264612] usb 5-1.3: Manufacturer: SEM [ 3.265596] usb 5-1.3: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes [ 3.266516] usb 5-1.3: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes [ 3.280220] input: SEM USB Keyboard as /devices/platform/usb1/fe900000.dwc3/xhci-hcd.9.auto/usb5/5-1/5-1.3/5-1.3:1.0/0003:1A2C:4324.0002/input/input4 [ 3.317308] systemd[1]: File /lib/systemd/system/systemd-udevd.service:34 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. [ 3.318859] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.) [ 3.333107] hid-generic 0003:1A2C:4324.0002: input,hidraw1: USB HID v1.10 Keyboard [SEM USB Keyboard] on usb-xhci-hcd.9.auto-1.3/input0 [ 3.338433] input: SEM USB Keyboard as /devices/platform/usb1/fe900000.dwc3/xhci-hcd.9.auto/usb5/5-1/5-1.3/5-1.3:1.1/0003:1A2C:4324.0003/input/input5 [ 3.359441] fusb302 4-0022: PD disabled [ 3.370622] systemd[1]: /lib/systemd/system/rc-local.service:23: Support for option SysVStartPriority= has been removed and it is ignored [ 3.390797] hid-generic 0003:1A2C:4324.0003: input,hidraw2: USB HID v1.10 Device [SEM USB Keyboard] on usb-xhci-hcd.9.auto-1.3/input1 [ 3.424726] random: systemd: uninitialized urandom read (16 bytes read, 95 bits of entropy available) [ 3.425639] systemd[1]: Reached target User and Group Name Lookups. [ 3.426836] random: systemd: uninitialized urandom read (16 bytes read, 95 bits of entropy available) [ 3.428598] systemd[1]: Created slice System Slice. [ 3.429333] random: systemd: uninitialized urandom read (16 bytes read, 95 bits of entropy available) [ 3.430671] systemd[1]: Listening on Journal Socket. [ 3.431571] random: systemd: uninitialized urandom read (16 bytes read, 95 bits of entropy available) [ 3.434834] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 3.439846] random: systemd: uninitialized urandom read (16 bytes read, 95 bits of entropy available) [ 3.445768] systemd[1]: Starting Load Kernel Modules... [ 3.447049] random: systemd: uninitialized urandom read (16 bytes read, 95 bits of entropy available) [ 3.453188] systemd[1]: Starting Remount Root and Kernel File Systems... [ 3.454407] random: systemd: uninitialized urandom read (16 bytes read, 96 bits of entropy available) [ 3.455825] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [ 3.457270] random: systemd: uninitialized urandom read (16 bytes read, 96 bits of entropy available) [ 3.461980] systemd[1]: Mounting Kernel Debug File System... [ 3.463612] random: systemd: uninitialized urandom read (16 bytes read, 96 bits of entropy available) [ 3.467939] systemd[1]: Mounting Huge Pages File System... [ 3.469100] random: systemd: uninitialized urandom read (16 bytes read, 96 bits of entropy available) [ 3.470323] systemd[1]: Listening on udev Kernel Socket. [ 3.472182] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 3.472689] Bluetooth: BNEP filters: protocol multicast [ 3.473170] Bluetooth: BNEP socket layer initialized [ 3.474961] systemd[1]: Mounting POSIX Message Queue File System... [ 3.480189] systemd[1]: Starting Set the console keyboard layout... [ 3.481596] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 3.483232] systemd[1]: Listening on Journal Audit Socket. [ 3.484093] systemd[1]: Reached target Remote File Systems. [ 3.485295] systemd[1]: Listening on Journal Socket (/dev/log). [ 3.489262] systemd[1]: Starting Journal Service... [ 3.490947] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 3.492912] systemd[1]: Created slice User and Session Slice. [ 3.493704] systemd[1]: Reached target Slices. [ 3.494659] systemd[1]: Reached target Swap. [ 3.500843] systemd[1]: Listening on udev Control Socket. [ 3.505009] systemd[1]: Starting udev Coldplug all Devices... [ 3.507026] systemd[1]: Created slice system-serial\x2dgetty.slice. [ 3.511091] systemd[1]: Started Create list of required static device nodes for the current kernel. [ 3.513830] systemd[1]: Started Load Kernel Modules. [ 3.515512] systemd[1]: Started Remount Root and Kernel File Systems. [ 3.516702] systemd[1]: Mounted Kernel Debug File System. [ 3.517719] systemd[1]: Mounted Huge Pages File System. [ 3.518696] systemd[1]: Mounted POSIX Message Queue File System. [ 3.525751] systemd[1]: Starting Load/Save Random Seed... [ 3.531070] systemd[1]: Mounting FUSE Control File System... [ 3.537240] systemd[1]: Mounting Kernel Configuration File System... [ 3.543155] systemd[1]: Starting Apply Kernel Variables... [ 3.548401] systemd[1]: Starting Create Static Device Nodes in /dev... [ 3.552100] systemd[1]: Mounted FUSE Control File System. [ 3.553802] systemd[1]: Mounted Kernel Configuration File System. [ 3.568267] systemd[1]: Started Load/Save Random Seed. [ 3.576106] systemd[1]: Started Create Static Device Nodes in /dev. [ 3.579060] systemd[1]: Starting udev Kernel Device Manager... [ 3.580245] systemd[1]: Started Apply Kernel Variables. [ 3.667343] systemd[1]: Started Journal Service. [ 3.690939] systemd-journald[302]: Received request to flush runtime journal from PID 1 [ 3.954646] dhd_module_init: in Dongle Host Driver, version 1.579.77.41.10 (r) [ 3.954662] ======== dhd_wlan_init_plat_data ======== [ 3.954669] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: Enter [ 3.954678] dhd_wlan_init_gpio: WL_HOST_WAKE=-1, oob_irq=72, oob_irq_flags=0x414 [ 3.954682] dhd_wlan_init_gpio: WL_REG_ON=-1 [ 3.954687] dhd_wifi_platform_load: Enter [ 3.954706] Power-up adapter 'DHD generic adapter' [ 3.954993] wifi_platform_set_power = 1 [ 3.954999] ======== PULL WL_REG_ON(-1) HIGH! ======== [ 3.955004] [WLAN_RFKILL]: rockchip_wifi_power: 1 [ 3.955010] [WLAN_RFKILL]: wifi turn on power. -1 [ 4.132510] random: nonblocking pool is initialized [ 4.255457] wifi_platform_bus_enumerate device present 1 [ 4.255470] ======== Card detection to detect SDIO card! ======== [ 4.255477] mmc2:mmc host rescan start! [ 4.271549] bcmsdh_register: register client driver [ 4.271790] bcmsdh_sdmmc_probe: Enter num=1 [ 4.271872] bcmsdh_sdmmc_probe: Enter num=2 [ 4.271878] bus num (host idx)=2, slot num (rca)=1 [ 4.271884] found adapter info 'DHD generic adapter' [ 4.271940] sdioh_attach: set sd_f2_blocksize 256 [ 4.272003] sdioh_attach: sd clock rate = 0 [ 4.273538] dhdsdio_probe : no mutex held. set lock [ 4.273964] F1 signature read @0x18000000=0x17224356 [ 4.287939] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x2 pkg:0x2 [ 4.288979] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000 [ 4.289094] dhd_conf_set_chiprev: chip=0x4354, chiprev=2 [ 4.289264] CFG80211-ERROR) wl_setup_wiphy : Registering Vendor80211 [ 4.291877] CFG80211-ERROR) wl_init_prof : wl_init_prof: No profile [ 4.292039] wl_escan_attach: Enter [ 4.292075] wl_escan_init: Enter [ 4.292889] wl_create_event_handler(): thread:wl_escan_handler:203 started [ 4.294521] tsk Enter, tsk = 0xffffffc0ed9b01b0 [ 4.296649] dhd_attach(): thread:dhd_watchdog_thread:204 started [ 4.299231] dhd_attach(): thread:dhd_dpc:20a started [ 4.300939] dhd_attach(): thread:dhd_rxf:20c started [ 4.300961] dhd_deferred_work_init: work queue initialized [ 4.300970] dhd_tcpack_suppress_set: TCP ACK Suppress mode 0 -> mode 2 [ 4.301007] dhd_bus_set_default_min_res_mask: Unhandled chip id [ 4.301324] sdioh_cis_read: func_cis_ptr[0]=0x10ac [ 4.326463] Dongle Host Driver, version 1.579.77.41.10 (r) [ 4.326892] wl_ext_iapsta_attach_netdev: ifidx=0, bssidx=0 [ 4.326903] Register interface [wlan0] MAC: cc:4b:73:85:06:5e

[ 4.326984] dhd_tcpack_suppress_set: TCP ACK Suppress mode 2 -> mode 0 [ 4.327000] dhd_wl_ioctl: returning as busstate=0 [ 4.327009] dhd_dbg_detach_pkt_monitor, 2204 [ 4.327015] dhd_bus_devreset: == Power OFF == [ 4.327308] bcmsdh_oob_intr_unregister: Enter [ 4.327317] bcmsdh_oob_intr_unregister: irq is not registered [ 4.327328] dhd_txglom_enable: enable 0 [ 4.327334] dhd_conf_set_txglom_params: txglom_mode=copy [ 4.327338] dhd_conf_set_txglom_params: txglomsize=0, deferred_tx_len=0 [ 4.327343] dhd_conf_set_txglom_params: txinrx_thres=128, dhd_txminmax=-1 [ 4.327348] dhd_conf_set_txglom_params: tx_max_offset=0, txctl_tmo_fix=300 [ 4.327353] dhd_bus_devreset: WLAN OFF DONE [ 4.328176] wifi_platform_set_power = 0 [ 4.328189] ======== PULL WL_REG_ON(-1) LOW! ======== [ 4.328196] [WLAN_RFKILL]: rockchip_wifi_power: 0 [ 4.328211] [WLAN_RFKILL]: wifi shut off power. [ 4.328219] dhdsdio_probe : the lock is released. [ 4.328307] dhd_module_init: Exit err=0 [ 4.664542] [BT_RFKILL]: ENABLE UART_RTS [ 4.765472] [BT_RFKILL]: DISABLE UART_RTS [ 4.765561] [BT_RFKILL]: bt turn on power [ 5.168014] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 5.208684] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 5.208941] dhd_open: Enter ffffffc0f02c9000 [ 5.208952] dhd_open : no mutex held. set lock [ 5.208966] Dongle Host Driver, version 1.579.77.41.10 (r) [ 5.208977] wl_ext_iapsta_attach_netdev: ifidx=0, bssidx=0 [ 5.208987] wl_android_wifi_on in 1 [ 5.208996] wl_android_wifi_on in 2: g_wifi_on=0 [ 5.209004] wifi_platform_set_power = 1 [ 5.209011] ======== PULL WL_REG_ON(-1) HIGH! ======== [ 5.209019] [WLAN_RFKILL]: rockchip_wifi_power: 1 [ 5.209027] [WLAN_RFKILL]: wifi turn on power. -1 [ 5.509483] sdio_reset_comm(): [ 5.535552] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [ 5.552449] mmc_host mmc2: Bus speed (slot 0) = 100000Hz (slot req 100000Hz, actual 100000HZ div = 0) [ 5.563079] rockchip-vop ff900000.vop: [drm:vop_crtc_enable] Update mode to 1920x1080p60, type: 11 [ 5.636670] mmc2: queuing unknown CIS tuple 0x80 (2 bytes) [ 5.642804] mmc2: queuing unknown CIS tuple 0x80 (3 bytes) [ 5.648979] mmc2: queuing unknown CIS tuple 0x80 (3 bytes) [ 5.659831] mmc2: queuing unknown CIS tuple 0x80 (7 bytes) [ 5.879504] mmc_host mmc2: Bus speed (slot 0) = 150000000Hz (slot req 150000000Hz, actual 150000000HZ div = 0) [ 6.008611] dwmmc_rockchip fe310000.dwmmc: Successfully tuned phase to 220 [ 6.008668] sdioh_start: set sd_f2_blocksize 256 [ 6.008882]

           dhd_bus_devreset: == WLAN ON ==

[ 6.008958] F1 signature read @0x18000000=0x17224356 [ 6.011715] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x2 pkg:0x2 [ 6.012067] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000 [ 6.012116] dhd_bus_set_default_min_res_mask: Unhandled chip id [ 6.013399] dhd_os_open_image: /system/etc/firmware/config.txt (204 bytes) open success [ 6.013722] dhd_conf_read_others: ccode = ALL [ 6.013741] dhd_conf_read_others: regrev = 0 [ 6.013749] dhd_conf_read_sdio_params: dhd_doflow = 1 [ 6.013759] dhd_conf_read_others: srl = 15 [ 6.013768] dhd_conf_read_others: lrl = 15 [ 6.013792] Final fw_path=/system/etc/firmware/fw_bcm4356a2_ag.bin [ 6.013798] Final nv_path=/system/etc/firmware/nvram_ap6356.txt [ 6.013804] Final clm_path=/system/etc/firmware/clm.blob [ 6.013809] Final conf_path=/system/etc/firmware/config.txt [ 6.015816] dhd_os_open_image: /system/etc/firmware/fw_bcm4356a2_ag.bin (558327 bytes) open success [ 6.075908] dhd_os_open_image: /system/etc/firmware/nvram_ap6356.txt (2840 bytes) open success [ 6.076356] NVRAM version: AP6356S_NVRAM_V1.2_20170331 [ 6.076773] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded. [ 6.132300] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us) [ 6.132483] bcmsdh_oob_intr_register: HW_OOB irq=72 flags=0x4 [ 6.132718] dhd_get_memdump_info: File [/data/misc/wifi/.memdump.info] doesn't exist [ 6.132727] dhd_get_memdump_info: MEMDUMP ENABLED = 2 [ 6.134248] Disable tdls_auto_op failed. -1 [ 6.134259] dhd_tcpack_suppress_set: TCP ACK Suppress mode 0 -> mode 1 [ 6.135543] dhd_apply_default_clm: Ignore clm file /system/etc/firmware/clm.blob [ 6.137863] Firmware up: op_mode=0x0005, MAC=cc:4b:73:85:06:5e [ 6.142669] dhd_preinit_ioctls Set scancache failed -23 [ 6.152530] Driver: 1.579.77.41.10 (r) Firmware: wl0: Apr 18 2017 13:54:43 version 7.35.184.1.r5 (A2 Station/P2P) FWID 01-efd4ca0d CLM: 7.10.16 [ 6.152895] dhd_txglom_enable: enable 1 [ 6.152904] dhd_conf_set_txglom_params: txglom_mode=copy [ 6.152910] dhd_conf_set_txglom_params: txglomsize=36, deferred_tx_len=0 [ 6.152916] dhd_conf_set_txglom_params: txinrx_thres=128, dhd_txminmax=-1 [ 6.152923] dhd_conf_set_txglom_params: tx_max_offset=0, txctl_tmo_fix=300 [ 6.152935] dhd_conf_get_disable_proptx: fw_proptx=1, disable_proptx=-1 [ 6.154085] dhd_wlfc_hostreorder_init(): successful bdcv2 tlv signaling, 64 [ 6.155706] dhd_pno_init: Support Android Location Service [ 6.191728] dhd_wlfc_enable: ret=0 [ 6.191758] CFG80211-ERROR) wl_cfg80211_event : Event handler is not created [ 6.191780] CFG80211-ERROR) wl_cfg80211_event : Event handler is not created [ 6.191798] CFG80211-ERROR) wl_cfg80211_event : Event handler is not created [ 6.192233] rtt_do_get_ioctl: failed to send getbuf proxd iovar (CMD ID : 1), status=-23 [ 6.192253] dhd_rtt_init : FTM is not supported [ 6.192261] dhd_preinit_ioctls: SensorHub diabled 0 [ 6.192822] dhd_preinit_ioctls failed to set ShubHub disable [ 6.193635] dhd_ndo_get_version: failed, retcode = -23 [ 6.194530] dhd_wl_ioctl_get_intiovar: get int iovar wnm_bsstrans_resp failed, ERR -23 [ 6.194544] failed to get wnm_bsstrans_resp [ 6.195161] failed to set WNM capabilities [ 6.195848] CFG80211-ERROR) wl_cfg80211_event : [ 6.195848] dhd_conf_set_country: set country ALL, revision 0 [ 6.195871] Event handler is not created [ 6.196384] CONFIG-ERROR) dhd_conf_set_bufiovar: country setting failed -2 [ 6.197637] Country code: US (US/0) [ 6.204656] wl_android_wifi_on: Success [ 6.229030] [drm] unsupported connector property: hdmi_color_depth_capacity [ 6.277747] dhd_open : the lock is released. [ 6.277797] dhd_open: Exit ret=0 [ 6.454695] P2P interface registered [ 6.454728] wl_cfgp2p_add_p2p_disc_if: wdev: ffffffc0f0e43c00, wdev->net: (null) [ 6.467663] WLC_E_IF: NO_IF set, event Ignored [ 6.469083] P2P interface started [ 6.584095] cfg80211: World regulatory domain updated: [ 6.584126] cfg80211: DFS Master region: unset [ 6.584135] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) [ 6.584152] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) [ 6.584164] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz, 92000 KHz AUTO), (N/A, 2000 mBm), (N/A) [ 6.584176] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A) [ 6.584187] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A) [ 6.584200] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s) [ 6.584211] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s) [ 6.584222] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A) [ 6.584232] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A) [ 13.270759] [BT_RFKILL]: ENABLE UART_RTS [ 13.371443] [BT_RFKILL]: DISABLE UART_RTS [ 13.371497] [BT_RFKILL]: bt turn on power [ 13.391868] ttyS0 - failed to request DMA, use interrupt mode [ 19.761023] tty_port_close_start: tty->count = 1 port count = 2. [ 27.479760] rockchip-vop ff900000.vop: [drm:vop_crtc_enable] Update mode to 1600x900p0, type: 11 [ 51.262760] rk_gmac-dwmac fe300000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx [ 53.266924] rk_gmac-dwmac fe300000.ethernet eth0: Link is Down [ 55.271017] rk_gmac-dwmac fe300000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx [ 57.274742] rk_gmac-dwmac fe300000.ethernet eth0: Link is Down [ 58.277012] rk_gmac-dwmac fe300000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx

hsiang257 commented 4 years ago

Provide second dmesg data after reboot, thanks

[ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.179 (root@jensen) (gcc version 6.4.0 (ctng-1.23.0-150g-FA) ) #1 SMP Tue Dec 17 18:03:10 CST 2019 [ 0.000000] Boot CPU: AArch64 Processor [410fd034] [ 0.000000] earlycon: Early serial console at MMIO32 0xff1a0000 (options '') [ 0.000000] bootconsole [uart0] enabled [ 0.000000] efi: Getting EFI parameters from FDT: [ 0.000000] efi: UEFI not found. [ 0.000000] On node 0 totalpages: 1007616 [ 0.000000] DMA zone: 15864 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 1007616 pages, LIFO batch:31 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.0 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] PERCPU: Embedded 21 pages/cpu @ffffffc0f7ecb000 s46376 r8192 d31448 u86016 [ 0.000000] pcpu-alloc: s46376 r8192 d31448 u86016 alloc=21*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: enabling workaround for ARM erratum 845719 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 991752 [ 0.000000] Kernel command line: earlycon=uart8250,mmio32,0xff1a0000 swiotlb=1 console=ttyFIQ0 rootwait coherent_pool=1m root=/dev/mmcblk1p7 rw rootfstype=ext4 data=/dev/mmcblk1p8 consoleblank=0 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 mtdparts=rk29xxnand:0x00002000@0x00002000(uboot),0x00002000@0x00004000(trust),0x00002000@0x00006000(misc),0x00006000@0x00008000(resource),0x00010000@0x0000e000(kernel),0x00010000@0x0001e000(boot),0xC24000@0x00030000(rootfs),-@0xC54000(userdata) storagemedia=emmc uboot_logo=0x02000000@0xf5c00000 loader.timestamp=2019-08-06_19:08:49 SecureBootCheckOk=0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.000000] software IO TLB: mapped [mem 0xf7e82000-0xf7ec2000] (0MB) [ 0.000000] Memory: 3928816K/4030464K available (11324K kernel code, 1374K rwdata, 4088K rodata, 1088K init, 1923K bss, 101648K reserved, 0K cma-reserved) [ 0.000000] Virtual kernel memory layout: modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) vmalloc : 0xffffff8008000000 - 0xffffffbdbfff0000 ( 246 GB) .init : 0xffffff8008fa0000 - 0xffffff80090b0000 ( 1088 KB) .text : 0xffffff8008080000 - 0xffffff8008b90000 ( 11328 KB) .rodata : 0xffffff8008b90000 - 0xffffff8008fa0000 ( 4160 KB) .data : 0xffffff80090b0000 - 0xffffff8009207a00 ( 1375 KB) vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum) 0xffffffbdc0008000 - 0xffffffbdc3e00000 ( 61 MB actual) fixed : 0xffffffbffe7fb000 - 0xffffffbffec00000 ( 4116 KB) PCI I/O : 0xffffffbffee00000 - 0xffffffbfffe00000 ( 16 MB) memory : 0xffffffc000200000 - 0xffffffc0f8000000 ( 3966 MB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=6. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6 [ 0.000000] NR_IRQS:64 nr_irqs:64 0 [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] ITS: /interrupt-controller@fee00000/interrupt-controller@fee20000 [ 0.000000] ITS: allocated 65536 Devices @f2c80000 (psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GIC: using LPI property table @0x00000000f2d00000 [ 0.000000] ITS: Allocated 1792 chunks for LPIs [ 0.000000] CPU0: found redistributor 0 region 0:0x00000000fef00000 [ 0.000000] CPU0: using LPI pending table @0x00000000f2d10000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] } [ 0.000000] GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] } [ 0.000000] rockchip_mmc_get_phase: invalid clk rate [ 0.000000] rockchip_mmc_get_phase: invalid clk rate [ 0.000000] rockchip_mmc_get_phase: invalid clk rate [ 0.000000] rockchip_mmc_get_phase: invalid clk rate [ 0.000000] rockchip_clk_register_frac_branch: could not find dclk_vop0_frac as parent of dclk_vop0, rate changes may not work [ 0.000000] rockchip_clk_register_frac_branch: could not find dclk_vop1_frac as parent of dclk_vop1, rate changes may not work [ 0.000000] rockchip_cpuclk_pre_rate_change: limiting alt-divider 33 to 31 [ 0.000000] Architected cp15 timer(s) running at 24.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns [ 0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.002241] Console: colour dummy device 80x25 [ 0.002689] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000) [ 0.003686] pid_max: default: 32768 minimum: 301 [ 0.004246] Security Framework initialized [ 0.004659] AppArmor: AppArmor disabled by boot time parameter [ 0.005260] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes) [ 0.005914] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes) [ 0.007366] Initializing cgroup subsys io [ 0.007766] Initializing cgroup subsys memory [ 0.008220] Initializing cgroup subsys devices [ 0.008656] Initializing cgroup subsys freezer [ 0.009090] Initializing cgroup subsys net_cls [ 0.009530] Initializing cgroup subsys perf_event [ 0.009988] Initializing cgroup subsys net_prio [ 0.010434] Initializing cgroup subsys hugetlb [ 0.010875] Initializing cgroup subsys pids [ 0.011312] ftrace: allocating 37493 entries in 147 pages [ 0.116011] sched-energy: Sched-energy-costs installed from DT [ 0.116585] CPU0: update cpu_capacity 401 [ 0.117031] ASID allocator initialised with 32768 entries [ 0.120667] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created [ 0.122145] Platform MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created [ 0.123486] EFI services will not be available. [ 0.124932] Detected VIPT I-cache on CPU1 [ 0.124964] CPU1: found redistributor 1 region 0:0x00000000fef20000 [ 0.125000] CPU1: using LPI pending table @0x00000000f2f10000 [ 0.125045] CPU1: update cpu_capacity 401 [ 0.125048] CPU1: Booted secondary processor [410fd034] [ 0.125621] Detected VIPT I-cache on CPU2 [ 0.125640] CPU2: found redistributor 2 region 0:0x00000000fef40000 [ 0.125674] CPU2: using LPI pending table @0x00000000f2f40000 [ 0.125701] CPU2: update cpu_capacity 401 [ 0.125704] CPU2: Booted secondary processor [410fd034] [ 0.126259] Detected VIPT I-cache on CPU3 [ 0.126278] CPU3: found redistributor 3 region 0:0x00000000fef60000 [ 0.126310] CPU3: using LPI pending table @0x00000000f2fa0000 [ 0.126336] CPU3: update cpu_capacity 401 [ 0.126340] CPU3: Booted secondary processor [410fd034] [ 0.126883] Detected PIPT I-cache on CPU4 [ 0.126909] CPU4: found redistributor 100 region 0:0x00000000fef80000 [ 0.126948] CPU4: using LPI pending table @0x00000000f2fd0000 [ 0.126984] CPU4: update cpu_capacity 1024 [ 0.126987] CPU4: Booted secondary processor [410fd082] [ 0.127561] Detected PIPT I-cache on CPU5 [ 0.127578] CPU5: found redistributor 101 region 0:0x00000000fefa0000 [ 0.127616] CPU5: using LPI pending table @0x00000000f2400000 [ 0.127640] CPU5: update cpu_capacity 1024 [ 0.127643] CPU5: Booted secondary processor [410fd082] [ 0.127728] Brought up 6 CPUs [ 0.140188] SMP: Total of 6 processors activated. [ 0.140642] CPU features: detected feature: GIC system register CPU interface [ 0.141335] CPU features: detected feature: 32-bit EL0 Support [ 0.141898] CPU: All CPU(s) started at EL2 [ 0.142333] alternatives: patching kernel code [ 0.144132] devtmpfs: initialized [ 0.161342] DMI not present or invalid. [ 0.161982] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 0.162912] futex hash table entries: 2048 (order: 5, 131072 bytes) [ 0.163991] pinctrl core: initialized pinctrl subsystem [ 0.165222] NET: Registered protocol family 16 [ 0.170963] cpuidle: using governor ladder [ 0.174970] cpuidle: using governor menu [ 0.175356] Registered FIQ tty driver [ 0.175976] vdso: 2 pages (1 code @ ffffff8008b96000, 1 data @ ffffff80090b4000) [ 0.176683] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.177846] DMA: preallocated 1024 KiB pool for atomic allocations [ 0.193877] gpiochip_add_data: registered GPIOs 0 to 31 on device: gpio0 [ 0.193948] gpiochip_add_data: registered GPIOs 32 to 63 on device: gpio1 [ 0.194017] gpiochip_add_data: registered GPIOs 64 to 95 on device: gpio2 [ 0.194083] gpiochip_add_data: registered GPIOs 96 to 127 on device: gpio3 [ 0.194150] gpiochip_add_data: registered GPIOs 128 to 159 on device: gpio4 [ 0.201002] console [pstore-1] enabled [ 0.201355] pstore: Registered ramoops as persistent store backend [ 0.201937] ramoops: attached 0xf0000@0x110000, ecc: 0/0 [ 0.205291] console [ttyFIQ0] enabled [ 0.205974] bootconsole [uart0] disabled [ 0.206869] Registered fiq debugger ttyFIQ0 [ 0.220295] of_get_named_gpiod_flags: parsed 'rockchip,power-ctrl' property of node '/rockchip-suspend[0]' - status (0) [ 0.220354] of_get_named_gpiod_flags: parsed 'rockchip,power-ctrl' property of node '/rockchip-suspend[1]' - status (0) [ 0.220641] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc3v3-sys[0]' [ 0.220864] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc5v0-host-regulator[0]' [ 0.221067] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc5v0-sys[0]' [ 0.221250] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vccadc-ref[0]' [ 0.221564] of_get_named_gpiod_flags: parsed 'gpio' property of node '/vcc-sd[0]' - status (0) [ 0.221789] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc-phy-regulator[0]' [ 0.222004] of_get_named_gpiod_flags: parsed 'gpio' property of node '/vcc-lcd[0]' - status (0) [ 0.222079] vcc_lcd: supplied by vcc5v0_sys [ 0.244235] iommu: Adding device ff650000.vpu_service to group 0 [ 0.244851] iommu: Adding device ff660000.rkvdec to group 1 [ 0.245447] iommu: Adding device ff8f0000.vop to group 2 [ 0.246006] iommu: Adding device ff900000.vop to group 3 [ 0.246561] iommu: Adding device ff910000.rkisp1 to group 4 [ 0.247145] iommu: Adding device ff920000.rkisp1 to group 5 [ 0.248121] rk_iommu ff650800.iommu: can't get sclk [ 0.248817] rk_iommu ff660480.iommu: can't get sclk [ 0.249452] rk_iommu ff8f3f00.iommu: can't get sclk [ 0.250042] rk_iommu ff903f00.iommu: can't get sclk [ 0.250635] rk_iommu ff914000.iommu: can't get sclk [ 0.251216] rk_iommu ff924000.iommu: can't get sclk [ 0.251942] SCSI subsystem initialized [ 0.252444] libata version 3.00 loaded. [ 0.252612] usbcore: registered new interface driver usbfs [ 0.253151] usbcore: registered new interface driver hub [ 0.253702] usbcore: registered new device driver usb [ 0.254224] media: Linux media interface: v0.10 [ 0.254654] Linux video capture interface: v2.00 [ 0.255102] pps_core: LinuxPPS API ver. 1 registered [ 0.255555] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it [ 0.256373] PTP clock support registered [ 0.256841] dmi: Firmware registration failed. [ 0.258281] Advanced Linux Sound Architecture Driver Initialized. [ 0.259349] Bluetooth: Core ver 2.21 [ 0.259692] NET: Registered protocol family 31 [ 0.260100] Bluetooth: HCI device and connection manager initialized [ 0.260670] Bluetooth: HCI socket layer initialized [ 0.261115] Bluetooth: L2CAP socket layer initialized [ 0.261580] Bluetooth: SCO socket layer initialized [ 0.262366] NetLabel: Initializing [ 0.262674] NetLabel: domain hash size = 128 [ 0.263061] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.263544] NetLabel: unlabeled traffic allowed by default [ 0.264313] rockchip-cpuinfo cpuinfo: Serial : c632cca6a1ca9dda [ 0.265473] clocksource: Switched to clocksource arch_sys_counter [ 0.304848] thermal thermal_zone1: power_allocator: sustainable_power will be estimated [ 0.305810] NET: Registered protocol family 2 [ 0.306655] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.307567] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes) [ 0.309041] TCP: Hash tables configured (established 32768 bind 32768) [ 0.309740] UDP hash table entries: 2048 (order: 5, 196608 bytes) [ 0.310438] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes) [ 0.311434] NET: Registered protocol family 1 [ 0.312256] RPC: Registered named UNIX socket transport module. [ 0.312801] RPC: Registered udp transport module. [ 0.313223] RPC: Registered tcp transport module. [ 0.313654] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.314240] PCI: CLS 0 bytes, default 64 [ 0.314923] Trying to unpack rootfs image as initramfs... [ 0.601572] Freeing initrd memory: 6136K [ 0.602422] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available [ 0.603246] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available [ 0.606889] audit: initializing netlink subsys (disabled) [ 0.607402] audit: type=2000 audit(0.525:1): initialized [ 0.608245] Initialise system trusted keyring [ 0.609034] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.616419] VFS: Disk quotas dquot_6.6.0 [ 0.616941] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.619055] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.620638] NFS: Registering the id_resolver key type [ 0.621106] Key type id_resolver registered [ 0.621492] Key type id_legacy registered [ 0.622074] fuse init (API version 7.23) [ 0.628428] Key type asymmetric registered [ 0.628812] Asymmetric key parser 'x509' registered [ 0.629407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 0.630252] io scheduler noop registered [ 0.630624] io scheduler deadline registered [ 0.631134] io scheduler cfq registered (default) [ 0.633063] phy phy-ff770000.syscon:usb2-phy@e460.1: Failed to get VBUS supply regulator [ 0.639349] rockchip-pcie f8000000.pcie: GPIO lookup for consumer ep [ 0.639365] rockchip-pcie f8000000.pcie: using device tree for GPIO lookup [ 0.639378] of_get_named_gpiod_flags: can't parse 'ep-gpios' property of node '/pcie@f8000000[0]' [ 0.639389] of_get_named_gpiod_flags: can't parse 'ep-gpio' property of node '/pcie@f8000000[0]' [ 0.639398] rockchip-pcie f8000000.pcie: using lookup tables for GPIO lookup [ 0.639407] rockchip-pcie f8000000.pcie: lookup for GPIO ep failed [ 0.639629] rockchip-pcie f8000000.pcie: no vpcie3v3 regulator found [ 0.640199] rockchip-pcie f8000000.pcie: no vpcie1v8 regulator found [ 0.640776] rockchip-pcie f8000000.pcie: no vpcie0v9 regulator found [ 0.641340] rockchip-pcie f8000000.pcie: missing "memory-region" property [ 0.641950] PCI host bridge /pcie@f8000000 ranges: [ 0.642386] MEM 0xfa000000..0xfbdfffff -> 0xfa000000 [ 0.642854] IO 0xfbe00000..0xfbefffff -> 0xfbe00000 [ 0.669745] rockchip-pcie f8000000.pcie: PCI host bridge to bus 0000:00 [ 0.670334] pci_bus 0000:00: root bus resource [bus 00-1f] [ 0.670842] pci_bus 0000:00: root bus resource [mem 0xfa000000-0xfbdfffff] [ 0.671454] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0xfbe00000-0xfbefffff]) [ 0.672328] pci 0000:00:00.0: [1d87:0100] type 01 class 0x060400 [ 0.672427] pci 0000:00:00.0: supports D1 [ 0.672436] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 0.672679] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.673497] pci_bus 0000:01: busn_res: can not insert [bus 01-ff] under [bus 00-1f] (conflicts with (null) [bus 00-1f]) [ 0.673542] pci 0000:01:00.0: [1ac1:089a] type 00 class 0x0000ff [ 0.673670] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit pref] [ 0.673713] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x000fffff 64bit pref] [ 0.679512] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 0.679547] pci 0000:00:00.0: BAR 8: assigned [mem 0xfa000000-0xfa1fffff] [ 0.680146] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.680609] pci 0000:00:00.0: bridge window [mem 0xfa000000-0xfa1fffff] [ 0.681251] pcieport 0000:00:00.0: enabling device (0000 -> 0002) [ 0.682013] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt [ 0.682645] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt [ 0.683222] pcie_pme 0000:00:00.0:pcie01: service driver pcie_pme loaded [ 0.683323] aer 0000:00:00.0:pcie02: service driver aer loaded [ 0.683854] pwm-backlight backlight: GPIO lookup for consumer enable [ 0.683864] pwm-backlight backlight: using device tree for GPIO lookup [ 0.683908] of_get_named_gpiod_flags: parsed 'enable-gpios' property of node '/backlight[0]' - status (0) [ 0.683927] no flags found for enable [ 0.683949] backlight supply power not found, using dummy regulator [ 0.684957] rk-vcodec ff650000.vpu_service: no regulator for vcodec [ 0.685803] rk-vcodec ff650000.vpu_service: probe device [ 0.686496] rk-vcodec ff650000.vpu_service: drm allocator with mmu enabled [ 0.687651] rk-vcodec ff650000.vpu_service: could not find power_model node [ 0.688273] rk-vcodec ff650000.vpu_service: init success [ 0.688961] rk-vcodec ff660000.rkvdec: no regulator for vcodec [ 0.689874] rk-vcodec ff660000.rkvdec: probe device [ 0.690498] rk-vcodec ff660000.rkvdec: drm allocator with mmu enabled [ 0.691416] rk-vcodec ff660000.rkvdec: could not find power_model node [ 0.692005] rk-vcodec ff660000.rkvdec: init success [ 0.693903] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 0.694584] dma-pl330 ff6d0000.dma-controller: DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12 [ 0.696755] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 0.697424] dma-pl330 ff6e0000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16 [ 0.698508] rockchip-system-monitor rockchip-system-monitor: system monitor probe [ 0.699758] pwm-regulator vdd-log: GPIO lookup for consumer enable [ 0.699769] pwm-regulator vdd-log: using device tree for GPIO lookup [ 0.699780] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/vdd-log[0]' [ 0.699790] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/vdd-log[0]' [ 0.699799] pwm-regulator vdd-log: using lookup tables for GPIO lookup [ 0.699807] pwm-regulator vdd-log: lookup for GPIO enable failed [ 0.700459] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled [ 0.701643] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 38, base_baud = 1500000) is a 16550A [ 0.702923] ff370000.serial: ttyS4 at MMIO 0xff370000 (irq = 40, base_baud = 1500000) is a 16550A [ 0.704751] [drm] Initialized drm 1.1.0 20060810 [ 0.708789] [drm] Rockchip DRM driver version: v1.0.1 [ 0.709979] panel-friendlyelec edp-panel: GPIO lookup for consumer enable [ 0.709991] panel-friendlyelec edp-panel: using device tree for GPIO lookup [ 0.710002] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/edp-panel[0]' [ 0.710012] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/edp-panel[0]' [ 0.710020] panel-friendlyelec edp-panel: using lookup tables for GPIO lookup [ 0.710030] panel-friendlyelec edp-panel: lookup for GPIO enable failed [ 0.711729] mali ff9a0000.gpu: Failed to get regulator [ 0.712189] mali ff9a0000.gpu: Power control initialization failed [ 0.713075] Unable to detect cache hierarchy for CPU 0 [ 0.718122] brd: module loaded [ 0.723658] loop: module loaded [ 0.724484] zram: Added device: zram0 [ 0.727255] rk_gmac-dwmac fe300000.ethernet: clock input or output? (input). [ 0.727898] rk_gmac-dwmac fe300000.ethernet: TX delay(0x28). [ 0.728404] rk_gmac-dwmac fe300000.ethernet: RX delay(0x11). [ 0.728931] rk_gmac-dwmac fe300000.ethernet: integrated PHY? (no). [ 0.729650] rk_gmac-dwmac fe300000.ethernet: cannot get clock clk_mac_speed [ 0.730270] rk_gmac-dwmac fe300000.ethernet: clock input from PHY [ 0.735823] rk_gmac-dwmac fe300000.ethernet: init for RGMII [ 0.736423] stmmac - user ID: 0x10, Synopsys ID: 0x35 [ 0.736877] Ring mode enabled [ 0.737150] DMA HW capability register supported [ 0.737558] Normal descriptors [ 0.737868] RX Checksum Offload Engine supported (type 2) [ 0.738358] TX Checksum insertion supported [ 0.738739] Wake-Up On Lan supported [ 0.739102] Enable RX Mitigation via HW Watchdog Timer [ 0.739671] of_get_named_gpiod_flags: parsed 'snps,reset-gpio' property of node '/ethernet@fe300000[0]' - status (0) [ 0.809330] libphy: stmmac: probed [ 0.809672] eth%d: PHY ID 001cc915 at 0 IRQ POLL (stmmac-0:00) active [ 0.810247] eth%d: PHY ID 001cc915 at 1 IRQ POLL (stmmac-0:01) [ 0.813041] PPP generic driver version 2.4.2 [ 0.813665] Rockchip WiFi SYS interface (V1.00) ... [ 0.814211] usbcore: registered new interface driver asix [ 0.814772] usbcore: registered new interface driver ax88179_178a [ 0.815359] usbcore: registered new interface driver cdc_ether [ 0.815951] usbcore: registered new interface driver qmi_wwan [ 0.818395] rockchip-dwc3 usb0: failed to get drvdata dwc3 [ 0.823811] rockchip-dwc3 usb1: fail to get drvdata hcd [ 0.826115] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.826737] ehci-pci: EHCI PCI platform driver [ 0.827215] ehci-platform: EHCI generic platform driver [ 0.831736] ehci-platform fe3c0000.usb: EHCI Host Controller [ 0.832268] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 1 [ 0.833078] ehci-platform fe3c0000.usb: irq 30, io mem 0xfe3c0000 [ 0.839517] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00 [ 0.840368] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 0.840993] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.841650] usb usb1: Product: EHCI Host Controller [ 0.842088] usb usb1: Manufacturer: Linux 4.4.179 ehci_hcd [ 0.842593] usb usb1: SerialNumber: fe3c0000.usb [ 0.843673] hub 1-0:1.0: USB hub found [ 0.844046] hub 1-0:1.0: 1 port detected [ 0.845379] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.845973] ohci-platform: OHCI generic platform driver [ 0.847116] ohci-platform fe3e0000.usb: Generic Platform OHCI controller [ 0.847753] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 2 [ 0.848572] ohci-platform fe3e0000.usb: irq 31, io mem 0xfe3e0000 [ 0.903700] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.904302] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.904960] usb usb2: Product: Generic Platform OHCI controller [ 0.905501] usb usb2: Manufacturer: Linux 4.4.179 ohci_hcd [ 0.905996] usb usb2: SerialNumber: fe3e0000.usb [ 0.907023] hub 2-0:1.0: USB hub found [ 0.907395] hub 2-0:1.0: 1 port detected [ 0.909278] usbcore: registered new interface driver cdc_acm [ 0.909798] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 0.910566] usbcore: registered new interface driver cdc_wdm [ 0.911122] usbcore: registered new interface driver uas [ 0.911714] usbcore: registered new interface driver usb-storage [ 0.912351] usbcore: registered new interface driver usbserial [ 0.912922] usbcore: registered new interface driver usbserial_generic [ 0.913539] usbserial: USB Serial support registered for generic [ 0.914121] usbcore: registered new interface driver ch341 [ 0.914657] usbserial: USB Serial support registered for ch341-uart [ 0.915252] usbcore: registered new interface driver cp210x [ 0.915787] usbserial: USB Serial support registered for cp210x [ 0.916377] usbcore: registered new interface driver ftdi_sio [ 0.916938] usbserial: USB Serial support registered for FTDI USB Serial Device [ 0.917725] usbcore: registered new interface driver option [ 0.918252] usbserial: USB Serial support registered for GSM modem (1-port) [ 0.919060] usbcore: registered new interface driver pl2303 [ 0.919594] usbserial: USB Serial support registered for pl2303 [ 0.920172] usbcore: registered new interface driver qcserial [ 0.920730] usbserial: USB Serial support registered for Qualcomm USB modem [ 0.921947] mousedev: PS/2 mouse device common for all mice [ 0.923253] <<-GTP-INFO->> GTP driver installing [ 0.924218] sensor_register_slave:mma8452,id=17 [ 0.924646] sensor_register_slave:lis3dh,id=7 [ 0.925044] sensor_register_slave:mma7660,id=18 [ 0.925452] sensor_register_slave:lsm303d,id=22 [ 0.925871] sensor_register_slave:mpu6880_acc,id=24 [ 0.926314] sensor_register_slave:mpu6500_acc,id=25 [ 0.926766] sensor_register_slave:lsm330_acc,id=26 [ 0.927197] sensor_register_slave:akm8975,id=30 [ 0.927616] sensor_register_slave:akm8963,id=31 [ 0.928024] sensor_register_slave:l3g4200d,id=45 [ 0.928442] sensor_register_slave:l3g20d,id=46 [ 0.928864] sensor_register_slave:ewtsa,id=47 [ 0.929261] sensor_register_slave:lsm330_gyro,id=51 [ 0.929712] sensor_register_slave:cm3217,id=53 [ 0.930119] sensor_register_slave:cm3218,id=54 [ 0.931076] i2c /dev entries driver [ 0.932692] fan53555-regulator 0-0040: GPIO lookup for consumer vsel [ 0.932708] fan53555-regulator 0-0040: using device tree for GPIO lookup [ 0.932752] of_get_named_gpiod_flags: parsed 'vsel-gpios' property of node '/i2c@ff3c0000/syr827@40[0]' - status (0) [ 0.933176] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected! [ 0.933882] fan53555-reg: supplied by vcc3v3_sys [ 0.936529] fan53555-regulator 0-0041: GPIO lookup for consumer vsel [ 0.936543] fan53555-regulator 0-0041: using device tree for GPIO lookup [ 0.936580] of_get_named_gpiod_flags: parsed 'vsel-gpios' property of node '/i2c@ff3c0000/syr828@41[0]' - status (0) [ 0.936965] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected! [ 0.937645] fan53555-reg: supplied by vcc3v3_sys [ 0.940592] rk808 0-001b: Pmic Chip id: 0x0 [ 0.944678] rk808 0-001b: GPIO lookup for consumer dvs [ 0.944691] rk808 0-001b: using device tree for GPIO lookup [ 0.944708] of_get_named_gpiod_flags: can't parse 'dvs-gpios' property of node '/i2c@ff3c0000/pmic@1b[0]' [ 0.944721] of_get_named_gpiod_flags: can't parse 'dvs-gpio' property of node '/i2c@ff3c0000/pmic@1b[0]' [ 0.944732] rk808 0-001b: using lookup tables for GPIO lookup [ 0.944744] rk808 0-001b: lookup for GPIO dvs failed [ 0.944756] rk808-regulator rk808-regulator: there is no dvs0 gpio [ 0.945309] rk808 0-001b: GPIO lookup for consumer dvs [ 0.945319] rk808 0-001b: using device tree for GPIO lookup [ 0.945331] of_get_named_gpiod_flags: can't parse 'dvs-gpios' property of node '/i2c@ff3c0000/pmic@1b[1]' [ 0.945343] of_get_named_gpiod_flags: can't parse 'dvs-gpio' property of node '/i2c@ff3c0000/pmic@1b[1]' [ 0.945353] rk808 0-001b: using lookup tables for GPIO lookup [ 0.945364] rk808 0-001b: lookup for GPIO dvs failed [ 0.945375] rk808-regulator rk808-regulator: there is no dvs1 gpio [ 0.946068] DCDC_REG1: supplied by vcc3v3_sys [ 0.947368] DCDC_REG2: supplied by vcc3v3_sys [ 0.948487] DCDC_REG3: supplied by vcc3v3_sys [ 0.949246] DCDC_REG4: supplied by vcc3v3_sys [ 0.950206] LDO_REG1: supplied by vcc3v3_sys [ 0.951848] LDO_REG2: supplied by vcc3v3_sys [ 0.953275] LDO_REG3: supplied by vcc3v3_sys [ 0.954775] LDO_REG4: supplied by vcc3v3_sys [ 0.956244] LDO_REG5: supplied by vcc3v3_sys [ 0.957767] LDO_REG6: supplied by vcc3v3_sys [ 0.959246] LDO_REG7: supplied by vcc3v3_sys [ 0.960756] LDO_REG8: supplied by vcc3v3_sys [ 0.962246] SWITCH_REG1: supplied by vcc3v3_sys [ 0.963030] SWITCH_REG2: supplied by vcc3v3_sys [ 0.967333] rk808-rtc rk808-rtc: rtc core: registered rk808-rtc as rtc0 [ 0.968431] rk3x-i2c ff3c0000.i2c: Initialized RK3xxx I2C bus at ffffff800967e000 [ 0.970202] rk3x-i2c ff110000.i2c: Initialized RK3xxx I2C bus at ffffff8009782000 [ 0.971716] rk3x-i2c ff120000.i2c: Initialized RK3xxx I2C bus at ffffff8009784000 [ 0.972962] rk3x-i2c ff160000.i2c: Initialized RK3xxx I2C bus at ffffff8009786000 [ 0.974754] fusb302 4-0022: GPIO lookup for consumer int-n [ 0.974769] fusb302 4-0022: using device tree for GPIO lookup [ 0.974812] of_get_named_gpiod_flags: parsed 'int-n-gpios' property of node '/i2c@ff3d0000/fusb30x@22[0]' - status (0) [ 0.974847] fusb302 4-0022: GPIO lookup for consumer vbus-5v [ 0.974858] fusb302 4-0022: using device tree for GPIO lookup [ 0.974893] of_get_named_gpiod_flags: parsed 'vbus-5v-gpios' property of node '/i2c@ff3d0000/fusb30x@22[0]' - status (0) [ 0.974931] fusb302 4-0022: GPIO lookup for consumer vbus-other [ 0.974942] fusb302 4-0022: using device tree for GPIO lookup [ 0.974954] of_get_named_gpiod_flags: can't parse 'vbus-other-gpios' property of node '/i2c@ff3d0000/fusb30x@22[0]' [ 0.974967] of_get_named_gpiod_flags: can't parse 'vbus-other-gpio' property of node '/i2c@ff3d0000/fusb30x@22[0]' [ 0.974978] fusb302 4-0022: using lookup tables for GPIO lookup [ 0.974990] fusb302 4-0022: lookup for GPIO vbus-other failed [ 0.975002] fusb302 4-0022: GPIO lookup for consumer discharge [ 0.975013] fusb302 4-0022: using device tree for GPIO lookup [ 0.975024] of_get_named_gpiod_flags: can't parse 'discharge-gpios' property of node '/i2c@ff3d0000/fusb30x@22[0]' [ 0.975036] of_get_named_gpiod_flags: can't parse 'discharge-gpio' property of node '/i2c@ff3d0000/fusb30x@22[0]' [ 0.975046] fusb302 4-0022: using lookup tables for GPIO lookup [ 0.975057] fusb302 4-0022: lookup for GPIO discharge failed [ 0.975297] fusb302 4-0022: Can't get property of role, set role to default DRP [ 0.979533] fusb302 4-0022: port 0 probe success with role ROLE_MODE_DRP, try_role ROLE_MODE_NONE [ 0.980576] input: Typec_Headphone as /devices/platform/ff3d0000.i2c/i2c-4/4-0022/input/input0 [ 0.981966] rk3x-i2c ff3d0000.i2c: Initialized RK3xxx I2C bus at ffffff8009788000 [ 0.983694] IR NEC protocol handler initialized [ 0.986208] Boot mode: coldboot [ 0.987679] rk_tsadcv2_temp_to_code: Invalid conversion table: code=1023, temperature=2147483647 [ 0.988647] rockchip-thermal ff260000.tsadc: tsadc is probed successfully! [ 0.989857] dw_wdt ff848000.watchdog: Should better to setup a 'resets' property in dt, that must been named with reset [ 0.991228] device-mapper: uevent: version 1.0.3 [ 0.991936] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.992904] Bluetooth: Virtual HCI driver ver 1.5 [ 0.993439] Bluetooth: HCI UART driver ver 2.3 [ 0.993861] Bluetooth: HCI UART protocol H4 registered [ 0.994318] Bluetooth: HCI UART protocol BCSP registered [ 0.994794] Bluetooth: HCI UART protocol LL registered [ 0.995251] Bluetooth: HCI UART protocol ATH3K registered [ 0.995738] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 0.996406] Bluetooth: HCI UART protocol BCM registered [ 0.996946] usbcore: registered new interface driver bfusb [ 0.997499] usbcore: registered new interface driver btusb [ 0.998437] cpu cpu0: bin=1 [ 0.998747] cpu cpu0: leakage=30 [ 0.999950] cpu cpu0: Failed to get pvtm [ 1.000353] cpu cpu0: bin-scale=34 [ 1.000902] cpu cpu4: bin=1 [ 1.001197] cpu cpu4: leakage=59 [ 1.002145] cpu cpu4: Failed to get pvtm [ 1.002550] cpu cpu4: bin-scale=17 [ 1.003850] cpu cpu0: avs=0 [ 1.004191] cpu cpu0: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 [ 1.005313] cpu cpu0: failed to find power_model node [ 1.006673] cpu cpu4: avs=0 [ 1.007015] cpu cpu4: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 [ 1.009100] cpu cpu4: failed to find power_model node [ 1.010373] sdhci: Secure Digital Host Controller Interface driver [ 1.010936] sdhci: Copyright(c) Pierre Ossman [ 1.011329] Synopsys Designware Multimedia Card Interface Driver [ 1.012761] dwmmc_rockchip fe310000.dwmmc: IDMAC supports 32-bit address mode. [ 1.013431] dwmmc_rockchip fe310000.dwmmc: Using internal DMA controller. [ 1.014062] dwmmc_rockchip fe310000.dwmmc: Version ID is 270a [ 1.014619] dwmmc_rockchip fe310000.dwmmc: DW MMC controller at irq 25,32 bit host data width,256 deep fifo [ 1.015499] dwmmc_rockchip fe310000.dwmmc: 'clock-freq-min-max' property was deprecated. [ 1.016254] dwmmc_rockchip fe310000.dwmmc: No vmmc regulator found [ 1.016817] dwmmc_rockchip fe310000.dwmmc: No vqmmc regulator found [ 1.017378] dwmmc_rockchip fe310000.dwmmc: GPIO lookup for consumer wp [ 1.017387] dwmmc_rockchip fe310000.dwmmc: using device tree for GPIO lookup [ 1.017398] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@fe310000[0]' [ 1.017408] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@fe310000[0]' [ 1.017417] dwmmc_rockchip fe310000.dwmmc: using lookup tables for GPIO lookup [ 1.017425] dwmmc_rockchip fe310000.dwmmc: lookup for GPIO wp failed [ 1.018192] dwmmc_rockchip fe320000.dwmmc: IDMAC supports 32-bit address mode. [ 1.018890] dwmmc_rockchip fe320000.dwmmc: Using internal DMA controller. [ 1.019509] dwmmc_rockchip fe320000.dwmmc: Version ID is 270a [ 1.020058] dwmmc_rockchip fe320000.dwmmc: DW MMC controller at irq 26,32 bit host data width,256 deep fifo [ 1.020930] dwmmc_rockchip fe320000.dwmmc: 'clock-freq-min-max' property was deprecated. [ 1.021787] dwmmc_rockchip fe320000.dwmmc: GPIO lookup for consumer cd [ 1.021796] dwmmc_rockchip fe320000.dwmmc: using device tree for GPIO lookup [ 1.021807] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/dwmmc@fe320000[0]' [ 1.021817] of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/dwmmc@fe320000[0]' [ 1.021825] dwmmc_rockchip fe320000.dwmmc: using lookup tables for GPIO lookup [ 1.021834] dwmmc_rockchip fe320000.dwmmc: lookup for GPIO cd failed [ 1.021844] dwmmc_rockchip fe320000.dwmmc: GPIO lookup for consumer wp [ 1.021852] dwmmc_rockchip fe320000.dwmmc: using device tree for GPIO lookup [ 1.021861] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@fe320000[0]' [ 1.021870] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@fe320000[0]' [ 1.021877] dwmmc_rockchip fe320000.dwmmc: using lookup tables for GPIO lookup [ 1.021886] dwmmc_rockchip fe320000.dwmmc: lookup for GPIO wp failed [ 1.022039] rockchip-iodomain ff770000.syscon:io-domains: Setting to 3000000 done [ 1.022714] rockchip-iodomain ff770000.syscon:io-domains: Setting to 3000000 done [ 1.033532] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [ 1.044602] rockchip-iodomain ff770000.syscon:io-domains: Setting to 3000000 done [ 1.045264] rockchip-iodomain ff770000.syscon:io-domains: Setting to 3000000 done [ 1.045969] dwmmc_rockchip fe320000.dwmmc: 1 slots initialized [ 1.046879] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.047889] sdhci-arasan fe330000.sdhci: GPIO lookup for consumer wp [ 1.047900] sdhci-arasan fe330000.sdhci: using device tree for GPIO lookup [ 1.047912] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/sdhci@fe330000[0]' [ 1.047922] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/sdhci@fe330000[0]' [ 1.047930] sdhci-arasan fe330000.sdhci: using lookup tables for GPIO lookup [ 1.047939] sdhci-arasan fe330000.sdhci: lookup for GPIO wp failed [ 1.049063] sdhci-arasan fe330000.sdhci: No vmmc regulator found [ 1.049603] sdhci-arasan fe330000.sdhci: No vqmmc regulator found [ 1.076525] mmc1: SDHCI controller on fe330000.sdhci [fe330000.sdhci] using ADMA [ 1.078847] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-leds/led@1[0]' - status (0) [ 1.079196] ledtrig-cpu: registered to indicate activity on CPUs [ 1.079894] hidraw: raw HID events driver (C) Jiri Kosina [ 1.080944] usbcore: registered new interface driver usbhid [ 1.081450] usbhid: USB HID core driver [ 1.093568] NET: Registered protocol family 10 [ 1.095149] NET: Registered protocol family 17 [ 1.095910] Bluetooth: RFCOMM TTY layer initialized [ 1.096355] Bluetooth: RFCOMM socket layer initialized [ 1.096862] Bluetooth: RFCOMM ver 1.11 [ 1.097222] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 1.097767] Bluetooth: HIDP socket layer initialized [ 1.098291] [WLAN_RFKILL]: Enter rfkill_wlan_init [ 1.099289] [WLAN_RFKILL]: Enter rfkill_wlan_probe [ 1.099805] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6354 [ 1.100412] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control. [ 1.101053] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio. [ 1.101720] of_get_named_gpiod_flags: can't parse 'WIFI,poweren_gpio' property of node '/wireless-wlan[0]' [ 1.101732] of_get_named_gpiod_flags: can't parse 'WIFI,vbat_gpio' property of node '/wireless-wlan[0]' [ 1.101743] of_get_named_gpiod_flags: can't parse 'WIFI,reset_gpio' property of node '/wireless-wlan[0]' [ 1.101802] of_get_named_gpiod_flags: parsed 'WIFI,host_wake_irq' property of node '/wireless-wlan[0]' - status (0) [ 1.101812] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,host_wake_irq = 3, flags = 0. [ 1.102630] [WLAN_RFKILL]: wlan_platdata_parse_dt: The ref_wifi_clk not found ! [ 1.103281] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio [ 1.103762] [WLAN_RFKILL]: Exit rfkill_wlan_probe [ 1.104254] [BT_RFKILL]: Enter rfkill_rk_init [ 1.105313] of_get_named_gpiod_flags: parsed 'uart_rts_gpios' property of node '/wireless-bluetooth[0]' - status (0) [ 1.105325] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 83. [ 1.106063] of_get_named_gpiod_flags: can't parse 'BT,power_gpio' property of node '/wireless-bluetooth[0]' [ 1.106097] of_get_named_gpiod_flags: parsed 'BT,reset_gpio' property of node '/wireless-bluetooth[0]' - status (0) [ 1.106107] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 9. [ 1.106835] of_get_named_gpiod_flags: parsed 'BT,wake_gpio' property of node '/wireless-bluetooth[0]' - status (0) [ 1.106845] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 90. [ 1.107572] of_get_named_gpiod_flags: parsed 'BT,wake_host_irq' property of node '/wireless-bluetooth[0]' - status (0) [ 1.107583] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 4. [ 1.108736] [BT_RFKILL]: Request irq for bt wakeup host [ 1.109271] [BT_RFKILL]: ** disable irq [ 1.109798] [BT_RFKILL]: bt shut off power [ 1.119112] fusb302 4-0022: CC connected in CC2 as UFP [ 1.130620] [BT_RFKILL]: bt_default device registered. [ 1.131219] Key type dns_resolver registered [ 1.131965] sensor_register_slave:mpu6880_gyro,id=50 [ 1.132946] ov4689 1-0036: driver version: 00.01.01 [ 1.133391] ov4689 1-0036: could not get module information! [ 1.133956] ov4689 1-0036: GPIO lookup for consumer reset [ 1.133969] ov4689 1-0036: using device tree for GPIO lookup [ 1.134006] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/i2c@ff110000/ov4689@36[0]' - status (0) [ 1.134049] ov4689 1-0036: GPIO lookup for consumer pwdn [ 1.134060] ov4689 1-0036: using device tree for GPIO lookup [ 1.134092] of_get_named_gpiod_flags: parsed 'pwdn-gpios' property of node '/i2c@ff110000/ov4689@36[0]' - status (0) [ 1.134373] 1-0036 supply avdd not found, using dummy regulator [ 1.134995] 1-0036 supply dovdd not found, using dummy regulator [ 1.135600] 1-0036 supply dvdd not found, using dummy regulator [ 1.138231] ov4689 1-0036: Unexpected sensor id(000000), ret(-5) [ 1.139242] ov4689 2-0036: driver version: 00.01.01 [ 1.139742] ov4689 2-0036: could not get module information! [ 1.140274] ov4689 2-0036: GPIO lookup for consumer reset [ 1.140285] ov4689 2-0036: using device tree for GPIO lookup [ 1.140318] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/i2c@ff120000/ov4689@36[0]' - status (0) [ 1.140354] ov4689 2-0036: GPIO lookup for consumer pwdn [ 1.140365] ov4689 2-0036: using device tree for GPIO lookup [ 1.140396] of_get_named_gpiod_flags: parsed 'pwdn-gpios' property of node '/i2c@ff120000/ov4689@36[0]' - status (0) [ 1.140645] 2-0036 supply avdd not found, using dummy regulator [ 1.141230] 2-0036 supply dovdd not found, using dummy regulator [ 1.141838] 2-0036 supply dvdd not found, using dummy regulator [ 1.144615] ov4689 2-0036: Unexpected sensor id(000000), ret(-5) [ 1.145823] ov13850 1-0010: driver version: 00.01.01 [ 1.146280] ov13850 1-0010: could not get module information! [ 1.146876] ov13850 1-0010: GPIO lookup for consumer reset [ 1.146888] ov13850 1-0010: using device tree for GPIO lookup [ 1.146924] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/i2c@ff110000/ov13850@10[0]' - status (0) [ 1.146964] ov13850 1-0010: GPIO lookup for consumer pwdn [ 1.146975] ov13850 1-0010: using device tree for GPIO lookup [ 1.147006] of_get_named_gpiod_flags: parsed 'pwdn-gpios' property of node '/i2c@ff110000/ov13850@10[0]' - status (0) [ 1.147058] 1-0010 supply avdd not found, using dummy regulator [ 1.147665] 1-0010 supply dovdd not found, using dummy regulator [ 1.148250] 1-0010 supply dvdd not found, using dummy regulator [ 1.150654] mmc1: new HS200 MMC card at address 0001 [ 1.151270] ov13850 1-0010: Unexpected sensor id(000000), ret(-5) [ 1.152433] mmcblk1: mmc1:0001 AJTD4R 14.6 GiB [ 1.152461] ov13850 2-0010: driver version: 00.01.01 [ 1.152499] ov13850 2-0010: could not get module information! [ 1.152535] ov13850 2-0010: GPIO lookup for consumer reset [ 1.152540] ov13850 2-0010: using device tree for GPIO lookup [ 1.152573] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/i2c@ff120000/ov13850@10[0]' - status (0) [ 1.152611] ov13850 2-0010: GPIO lookup for consumer pwdn [ 1.152616] ov13850 2-0010: using device tree for GPIO lookup [ 1.152642] of_get_named_gpiod_flags: parsed 'pwdn-gpios' property of node '/i2c@ff120000/ov13850@10[0]' - status (0) [ 1.152698] 2-0010 supply avdd not found, using dummy regulator [ 1.152775] 2-0010 supply dovdd not found, using dummy regulator [ 1.152827] 2-0010 supply dvdd not found, using dummy regulator [ 1.155574] ov13850 2-0010: Unexpected sensor id(000000), ret(-5) [ 1.156171] mmcblk1boot0: mmc1:0001 AJTD4R partition 1 4.00 MiB [ 1.156586] Error: Driver 'sc031gs' is already registered, aborting... [ 1.157869] Registered cp15_barrier emulation handler [ 1.158194] mmcblk1boot1: mmc1:0001 AJTD4R partition 2 4.00 MiB [ 1.159190] Registered setend emulation handler [ 1.159270] mmcblk1rpmb: mmc1:0001 AJTD4R partition 3 4.00 MiB [ 1.159987] rkpart: partition size too small (0) [ 1.159995] uboot: 0x000400000 -- 0x000800000 (4 MB) [ 1.160000] trust: 0x000800000 -- 0x000c00000 (4 MB) [ 1.160004] misc: 0x000c00000 -- 0x001000000 (4 MB) [ 1.160009] resource: 0x001000000 -- 0x001c00000 (12 MB) [ 1.160014] kernel: 0x001c00000 -- 0x003c00000 (32 MB) [ 1.160018] boot: 0x003c00000 -- 0x005c00000 (32 MB) [ 1.160022] rootfs: 0x006000000 -- 0x18a800000 (6216 MB) [ 1.160027] userdata: 0x18a800000 -- 0x3a3a00000 (8594 MB) [ 1.166098] mmcblk1: p1 p2 p3 p4 p5 p6 p7 p8 [ 1.166098] registered taskstats version 1 [ 1.166884] Loading compiled-in X.509 certificates [ 1.168173] rga2: Module initialized. [ 1.170111] phy phy-ff770000.syscon:usb2-phy@e450.7: Failed to get VBUS supply regulator [ 1.173402] rockchip-drm display-subsystem: dmc is disabled [ 1.174329] rockchip-vop ff900000.vop: missing rockchip,grf property [ 1.175302] rockchip-drm display-subsystem: bound ff900000.vop (ops 0xffffff8008c39810) [ 1.176080] rockchip-vop ff8f0000.vop: missing rockchip,grf property [ 1.176898] rockchip-drm display-subsystem: bound ff8f0000.vop (ops 0xffffff8008c39810) [ 1.177958] rockchip-dp ff970000.edp: no DP phy configured [ 1.178503] rockchip-dp ff970000.edp: GPIO lookup for consumer hpd [ 1.178516] rockchip-dp ff970000.edp: using device tree for GPIO lookup [ 1.178531] of_get_named_gpiod_flags: can't parse 'hpd-gpios' property of node '/edp@ff970000[0]' [ 1.178544] of_get_named_gpiod_flags: can't parse 'hpd-gpio' property of node '/edp@ff970000[0]' [ 1.178555] rockchip-dp ff970000.edp: using lookup tables for GPIO lookup [ 1.178566] rockchip-dp ff970000.edp: lookup for GPIO hpd failed [ 1.179554] i2c i2c-9: of_i2c: modalias failure on /edp@ff970000/ports [ 1.180247] rockchip-drm display-subsystem: bound ff970000.edp (ops 0xffffff8008c30fd8) [ 1.181327] dwhdmi-rockchip ff940000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY) [ 1.184856] rockchip-drm display-subsystem: bound ff940000.hdmi (ops 0xffffff8008c2e8c0) [ 1.186666] i2c i2c-10: of_i2c: modalias failure on /dp@fec00000/ports [ 1.188029] cdn-dp fec00000.dp: Direct firmware load for rockchip/dptx.bin failed with error -2 [ 1.188849] cdn-dp fec00000.dp: Falling back to user helper [ 1.189565] rockchip-drm display-subsystem: bound fec00000.dp (ops 0xffffff8008c2f8a8) [ 1.190271] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 1.190886] [drm] No driver support for vblank timestamp query. [ 1.191913] rockchip-drm display-subsystem: connector[HDMI-A-1] can't found any modes [ 1.195812] rockchip-drm display-subsystem: can't not find any loader display [ 1.196498] rockchip-drm display-subsystem: failed to show loader logo [ 1.197982] Freeing drm_logo memory: 2252K [ 1.214775] rockchip-vop ff900000.vop: [drm:vop_crtc_enable] Update mode to 1920x1080p60, type: 14 [ 1.218540] rockchip-dp ff970000.edp: AUX CH command reply failed! [ 1.218715] rockchip-dp ff970000.edp: Rx Max Link Rate is abnormal :0 ! [ 1.218720] rockchip-dp ff970000.edp: Rx Max Lane count is abnormal :0 ! [ 1.221367] rockchip-dp ff970000.edp: AUX CH command reply failed! [ 1.221373] rockchip-dp ff970000.edp: LT link start failed! [ 1.221380] rockchip-dp ff970000.edp: eDP link training failed (-110) [ 1.224253] rockchip-dp ff970000.edp: AUX CH command reply failed! [ 1.224480] rockchip-dp ff970000.edp: LT link start failed! [ 1.224486] rockchip-dp ff970000.edp: eDP link training failed (-121) [ 1.227280] rockchip-dp ff970000.edp: AUX CH command reply failed! [ 1.230125] rockchip-dp ff970000.edp: AUX CH command reply failed! [ 1.230130] rockchip-dp ff970000.edp: LT link start failed! [ 1.230135] rockchip-dp ff970000.edp: eDP link training failed (-110) [ 1.233027] rockchip-dp ff970000.edp: AUX CH command reply failed! [ 1.233252] rockchip-dp ff970000.edp: LT link start failed! [ 1.233257] rockchip-dp ff970000.edp: eDP link training failed (-121) [ 1.236050] rockchip-dp ff970000.edp: AUX CH command reply failed! [ 1.238988] rockchip-dp ff970000.edp: AUX CH command reply failed! [ 1.238993] rockchip-dp ff970000.edp: LT link start failed! [ 1.238998] rockchip-dp ff970000.edp: eDP link training failed (-110) [ 1.239131] rockchip-dp ff970000.edp: unable to do link train [ 1.331198] Console: switching to colour frame buffer device 240x67 [ 1.394167] rockchip-drm display-subsystem: fb0: frame buffer device [ 1.400818] mali ff9a0000.gpu: leakage=37 [ 1.404855] mali ff9a0000.gpu: Failed to get pvtm [ 1.405863] mali ff9a0000.gpu: avs=0 [ 1.406842] mali ff9a0000.gpu: GPU identified as 0x0860 r2p0 status 0 [ 1.407745] mali ff9a0000.gpu: Protected mode not available [ 1.408820] mali ff9a0000.gpu: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 [ 1.409520] mali ff9a0000.gpu: Using configured power model mali-simple-power-model, and fallback mali-simple-power-model [ 1.410606] I : [File] : drivers/gpu/arm/midgard/backend/gpu/mali_kbase_devfreq.c; [Line] : 423; [Func] : kbase_devfreq_init(); success initing power_model_simple. [ 1.412583] mali ff9a0000.gpu: Probed as mali0 [ 1.418574] xhci-hcd xhci-hcd.8.auto: xHCI Host Controller [ 1.419081] xhci-hcd xhci-hcd.8.auto: new USB bus registered, assigned bus number 3 [ 1.419900] xhci-hcd xhci-hcd.8.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x06030010 [ 1.420711] xhci-hcd xhci-hcd.8.auto: irq 233, io mem 0xfe800000 [ 1.421451] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.422061] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.422703] usb usb3: Product: xHCI Host Controller [ 1.423133] usb usb3: Manufacturer: Linux 4.4.179 xhci-hcd [ 1.423625] usb usb3: SerialNumber: xhci-hcd.8.auto [ 1.424871] hub 3-0:1.0: USB hub found [ 1.425229] hub 3-0:1.0: 1 port detected [ 1.425826] xhci-hcd xhci-hcd.8.auto: xHCI Host Controller [ 1.426319] xhci-hcd xhci-hcd.8.auto: new USB bus registered, assigned bus number 4 [ 1.427038] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [ 1.427825] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003 [ 1.428426] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.429069] usb usb4: Product: xHCI Host Controller [ 1.429508] usb usb4: Manufacturer: Linux 4.4.179 xhci-hcd [ 1.429994] usb usb4: SerialNumber: xhci-hcd.8.auto [ 1.431402] hub 4-0:1.0: USB hub found [ 1.431903] hub 4-0:1.0: 1 port detected [ 1.434712] xhci-hcd xhci-hcd.8.auto: remove, state 1 [ 1.435188] usb usb4: USB disconnect, device number 1 [ 1.439947] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller [ 1.440508] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 5 [ 1.441388] xhci-hcd xhci-hcd.9.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x06030010 [ 1.442255] xhci-hcd xhci-hcd.9.auto: irq 234, io mem 0xfe900000 [ 1.443153] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.443787] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.444431] usb usb5: Product: xHCI Host Controller [ 1.444910] usb usb5: Manufacturer: Linux 4.4.179 xhci-hcd [ 1.445407] usb usb5: SerialNumber: xhci-hcd.9.auto [ 1.446741] hub 5-0:1.0: USB hub found [ 1.447131] hub 5-0:1.0: 1 port detected [ 1.448012] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller [ 1.448549] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 6 [ 1.449335] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM. [ 1.450234] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003 [ 1.450865] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.451524] usb usb6: Product: xHCI Host Controller [ 1.451972] usb usb6: Manufacturer: Linux 4.4.179 xhci-hcd [ 1.452484] usb usb6: SerialNumber: xhci-hcd.9.auto [ 1.453759] hub 6-0:1.0: USB hub found [ 1.454140] hub 6-0:1.0: 1 port detected [ 1.455101] xhci-hcd xhci-hcd.8.auto: Host not halted after 16000 microseconds. [ 1.455751] xhci-hcd xhci-hcd.8.auto: Host controller not halted, aborting reset. [ 1.456448] xhci-hcd xhci-hcd.8.auto: USB bus 4 deregistered [ 1.456972] xhci-hcd xhci-hcd.8.auto: remove, state 1 [ 1.457431] usb usb3: USB disconnect, device number 1 [ 1.458179] ehci-platform fe380000.usb: EHCI Host Controller [ 1.458516] xhci-hcd xhci-hcd.8.auto: USB bus 3 deregistered [ 1.459230] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 3 [ 1.460056] ehci-platform fe380000.usb: irq 28, io mem 0xfe380000 [ 1.466550] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00 [ 1.467253] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.467882] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.468528] usb usb3: Product: EHCI Host Controller [ 1.468959] usb usb3: Manufacturer: Linux 4.4.179 ehci_hcd [ 1.469447] usb usb3: SerialNumber: fe380000.usb [ 1.470598] hub 3-0:1.0: USB hub found [ 1.470957] hub 3-0:1.0: 1 port detected [ 1.472178] ohci-platform fe3a0000.usb: Generic Platform OHCI controller [ 1.472797] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 4 [ 1.473638] ohci-platform fe3a0000.usb: irq 29, io mem 0xfe3a0000 [ 1.528906] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.529535] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.530172] usb usb4: Product: Generic Platform OHCI controller [ 1.530701] usb usb4: Manufacturer: Linux 4.4.179 ohci_hcd [ 1.531189] usb usb4: SerialNumber: fe3a0000.usb [ 1.532870] hub 4-0:1.0: USB hub found [ 1.533251] hub 4-0:1.0: 1 port detected [ 1.534395] input: adc-keys as /devices/platform/adc-keys/input/input1 [ 1.537984] dwmmc_rockchip fe310000.dwmmc: IDMAC supports 32-bit address mode. [ 1.538721] dwmmc_rockchip fe310000.dwmmc: Using internal DMA controller. [ 1.539345] dwmmc_rockchip fe310000.dwmmc: Version ID is 270a [ 1.539934] dwmmc_rockchip fe310000.dwmmc: DW MMC controller at irq 25,32 bit host data width,256 deep fifo [ 1.540862] dwmmc_rockchip fe310000.dwmmc: 'clock-freq-min-max' property was deprecated. [ 1.541698] dwmmc_rockchip fe310000.dwmmc: No vmmc regulator found [ 1.542264] dwmmc_rockchip fe310000.dwmmc: No vqmmc regulator found [ 1.542873] dwmmc_rockchip fe310000.dwmmc: GPIO lookup for consumer wp [ 1.542896] dwmmc_rockchip fe310000.dwmmc: using device tree for GPIO lookup [ 1.542924] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@fe310000[0]' [ 1.542949] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@fe310000[0]' [ 1.542970] dwmmc_rockchip fe310000.dwmmc: using lookup tables for GPIO lookup [ 1.542993] dwmmc_rockchip fe310000.dwmmc: lookup for GPIO wp failed [ 1.543448] platform sdio-pwrseq: GPIO lookup for consumer reset [ 1.543496] platform sdio-pwrseq: using device tree for GPIO lookup [ 1.543563] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/sdio-pwrseq[0]' - status (0) [ 1.543634] dwmmc_rockchip fe310000.dwmmc: allocated mmc-pwrseq [ 1.556033] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [ 1.567871] dwmmc_rockchip fe310000.dwmmc: 1 slots initialized [ 1.569276] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/rt5651-sound[0]' [ 1.569289] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/rt5651-sound[0]' [ 1.587127] asoc-simple-card rt5651-sound: rt5651-aif1 <-> ff890000.i2s mapping ok [ 1.587871] asoc-simple-card rt5651-sound: ASoC: no source widget found for MICBIAS1 [ 1.588565] asoc-simple-card rt5651-sound: ASoC: Failed to add route MICBIAS1 -> direct -> Mic Jack [ 1.589597] rt5651 1-001a: ASoC: mux INL1 Mux has no paths [ 1.590106] rt5651 1-001a: ASoC: mux INR1 Mux has no paths [ 1.590614] rt5651 1-001a: ASoC: mux INL2 Mux has no paths [ 1.591109] rt5651 1-001a: ASoC: mux INR2 Mux has no paths [ 1.598357] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/hdmi-sound[0]' [ 1.598395] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/hdmi-sound[0]' [ 1.599423] asoc-simple-card hdmi-sound: i2s-hifi <-> ff8a0000.i2s mapping ok [ 1.604122] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/spdif-sound[0]' [ 1.604156] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/spdif-sound[0]' [ 1.604614] rockchip-spdif ff870000.spdif: Missing dma channel for stream: 0 [ 1.605292] rockchip-spdif ff870000.spdif: ASoC: pcm constructor failed: -22 [ 1.605983] asoc-simple-card spdif-sound: ASoC: can't create pcm ff870000.spdif-dit-hifi :-22 [ 1.606819] asoc-simple-card spdif-sound: ASoC: failed to instantiate card -22 [ 1.607989] asoc-simple-card: probe of spdif-sound failed with error -22 [ 1.609961] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/button@0[0]' - status (0) [ 1.610024] gpio-5 (GPIO Key Power): gpiod_set_debounce: missing set() or set_debounce() operations [ 1.610287] input: gpio-keys as /devices/platform/gpio-keys/input/input2 [ 1.612484] rk808-rtc rk808-rtc: setting system clock to 2013-01-18 08:50:05 UTC (1358499005) [ 1.614094] rkisp1 ff910000.rkisp1: rkisp1 driver version: v00.01.04 [ 1.614688] rkisp1 ff910000.rkisp1: Missing rockchip,grf property [ 1.618152] mmc2: queuing unknown CIS tuple 0x80 (2 bytes) [ 1.618390] rkisp1 ff910000.rkisp1: GPIO lookup for consumer vsirq [ 1.618396] rkisp1 ff910000.rkisp1: using device tree for GPIO lookup [ 1.618404] of_get_named_gpiod_flags: can't parse 'vsirq-gpios' property of node '/rkisp1@ff910000[0]' [ 1.618409] of_get_named_gpiod_flags: can't parse 'vsirq-gpio' property of node '/rkisp1@ff910000[0]' [ 1.618413] rkisp1 ff910000.rkisp1: using lookup tables for GPIO lookup [ 1.618418] rkisp1 ff910000.rkisp1: lookup for GPIO vsirq failed [ 1.618816] rkisp1 ff920000.rkisp1: rkisp1 driver version: v00.01.04 [ 1.619395] rkisp1 ff920000.rkisp1: Missing rockchip,grf property [ 1.620521] mmc2: queuing unknown CIS tuple 0x80 (3 bytes) [ 1.622612] mmc2: queuing unknown CIS tuple 0x80 (3 bytes) [ 1.622688] rkisp1 ff920000.rkisp1: GPIO lookup for consumer vsirq [ 1.622692] rkisp1 ff920000.rkisp1: using device tree for GPIO lookup [ 1.622700] of_get_named_gpiod_flags: can't parse 'vsirq-gpios' property of node '/rkisp1@ff920000[0]' [ 1.622705] of_get_named_gpiod_flags: can't parse 'vsirq-gpio' property of node '/rkisp1@ff920000[0]' [ 1.622710] rkisp1 ff920000.rkisp1: using lookup tables for GPIO lookup [ 1.622715] rkisp1 ff920000.rkisp1: lookup for GPIO vsirq failed [ 1.626080] mmc2: queuing unknown CIS tuple 0x80 (7 bytes) [ 1.636585] vendor storage:20190527 ret = 0 [ 1.646025] vcc_sd: disabling [ 1.647233] rkisp1 ff910000.rkisp1: clear unready subdev num: 3 [ 1.648432] rockchip-mipi-dphy-rx: No link between dphy and sensor [ 1.648998] rkisp1 ff910000.rkisp1: failed to get fmt for rockchip-mipi-dphy-rx [ 1.649674] rkisp1 ff920000.rkisp1: clear unready subdev num: 2 [ 1.650709] rockchip-mipi-dphy-rx: No link between dphy and sensor [ 1.651255] rkisp1 ff920000.rkisp1: failed to get fmt for rockchip-mipi-dphy-rx [ 1.652322] ALSA device list: [ 1.652602] #0: realtek,rt5651-codec [ 1.652940] #1: rockchip,hdmi [ 1.681340] mmc_host mmc2: Bus speed (slot 0) = 150000000Hz (slot req 150000000Hz, actual 150000000HZ div = 0) [ 1.749535] usb 5-1: new high-speed USB device number 2 using xhci-hcd [ 1.868731] usb 5-1: New USB device found, idVendor=2109, idProduct=2817 [ 1.869353] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.870057] usb 5-1: Product: USB2.0 Hub
[ 1.870543] usb 5-1: Manufacturer: VIA Labs, Inc.
[ 1.898784] hub 5-1:1.0: USB hub found [ 1.899289] hub 5-1:1.0: 4 ports detected [ 1.942041] dwmmc_rockchip fe310000.dwmmc: Successfully tuned phase to 214 [ 1.951194] mmc2: queuing unknown CIS tuple 0x91 (3 bytes) [ 1.951780] mmc2: new ultra high speed SDR104 SDIO card at address 0001 [ 1.992656] usb 6-1: new SuperSpeed USB device number 2 using xhci-hcd [ 2.055362] usb 6-1: New USB device found, idVendor=2109, idProduct=0817 [ 2.056011] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.056686] usb 6-1: Product: USB3.0 Hub
[ 2.057148] usb 6-1: Manufacturer: VIA Labs, Inc.
[ 2.074041] hub 6-1:1.0: USB hub found [ 2.074716] hub 6-1:1.0: 4 ports detected [ 2.098760] phy phy-ff770000.syscon:usb2-phy@e450.7: charger = USB_FLOATING_CHARGER [ 2.100794] Freeing unused kernel memory: 1088K [ 2.103249] rockchip-dwc3 usb0: USB peripheral connected [ 2.394818] cdn-dp fec00000.dp: [drm:cdn_dp_request_firmware] ERROR failed to request firmware: -11 [ 2.506079] EXT4-fs (mmcblk1p7): mounted filesystem with ordered data mode. Opts: (null) [ 2.580447] EXT4-fs (mmcblk1p8): mounted filesystem with ordered data mode. Opts: (null) [ 2.585063] EXT4-fs (mmcblk1p8): re-mounted. Opts: data=ordered [ 2.627533] usb 5-1.2: new low-speed USB device number 3 using xhci-hcd [ 2.767183] usb 5-1.2: New USB device found, idVendor=093a, idProduct=2510 [ 2.767850] usb 5-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.768523] usb 5-1.2: Product: USB OPTICAL MOUSE [ 2.768951] usb 5-1.2: Manufacturer: PIXART [ 2.770200] usb 5-1.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes [ 2.798662] input: PIXART USB OPTICAL MOUSE as /devices/platform/usb1/fe900000.dwc3/xhci-hcd.9.auto/usb5/5-1/5-1.2/5-1.2:1.0/0003:093A:2510.0001/input/input3 [ 2.801506] hid-generic 0003:093A:2510.0001: input,hidraw0: USB HID v1.10 Mouse [PIXART USB OPTICAL MOUSE] on usb-xhci-hcd.9.auto-1.2/input0 [ 2.812608] systemd[1]: System time before build time, advancing clock. [ 2.846677] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.853306] cgroup: cgroup2: unknown option "nsdelegate" [ 2.870451] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid) [ 2.873866] systemd[1]: Detected architecture arm64. [ 2.890007] systemd[1]: Set hostname to . [ 2.927561] usb 5-1.3: new low-speed USB device number 4 using xhci-hcd [ 2.998404] systemd[1]: File /lib/systemd/system/systemd-udevd.service:34 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. [ 2.999926] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.) [ 3.045006] systemd[1]: /lib/systemd/system/rc-local.service:23: Support for option SysVStartPriority= has been removed and it is ignored [ 3.069230] usb 5-1.3: New USB device found, idVendor=1a2c, idProduct=4324 [ 3.069867] usb 5-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 3.070515] usb 5-1.3: Product: USB Keyboard [ 3.070902] usb 5-1.3: Manufacturer: SEM [ 3.071719] usb 5-1.3: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes [ 3.072605] usb 5-1.3: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes [ 3.084845] input: SEM USB Keyboard as /devices/platform/usb1/fe900000.dwc3/xhci-hcd.9.auto/usb5/5-1/5-1.3/5-1.3:1.0/0003:1A2C:4324.0002/input/input4 [ 3.091074] random: systemd: uninitialized urandom read (16 bytes read, 89 bits of entropy available) [ 3.092003] systemd[1]: Reached target User and Group Name Lookups. [ 3.093005] random: systemd: uninitialized urandom read (16 bytes read, 89 bits of entropy available) [ 3.094227] systemd[1]: Reached target Swap. [ 3.094801] random: systemd: uninitialized urandom read (16 bytes read, 89 bits of entropy available) [ 3.096349] systemd[1]: Created slice System Slice. [ 3.097008] random: systemd: uninitialized urandom read (16 bytes read, 89 bits of entropy available) [ 3.098177] systemd[1]: Listening on udev Kernel Socket. [ 3.098977] random: systemd: uninitialized urandom read (16 bytes read, 89 bits of entropy available) [ 3.100215] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 3.101388] random: systemd: uninitialized urandom read (16 bytes read, 89 bits of entropy available) [ 3.102855] systemd[1]: Listening on Journal Socket (/dev/log). [ 3.103557] random: systemd: uninitialized urandom read (16 bytes read, 89 bits of entropy available) [ 3.104836] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 3.105736] random: systemd: uninitialized urandom read (16 bytes read, 89 bits of entropy available) [ 3.107372] systemd[1]: Created slice User and Session Slice. [ 3.108081] random: systemd: uninitialized urandom read (16 bytes read, 89 bits of entropy available) [ 3.109273] systemd[1]: Reached target Slices. [ 3.109808] random: systemd: uninitialized urandom read (16 bytes read, 89 bits of entropy available) [ 3.111016] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [ 3.112235] systemd[1]: Created slice system-serial\x2dgetty.slice. [ 3.113186] systemd[1]: Listening on Journal Socket. [ 3.115887] systemd[1]: Mounting Kernel Debug File System... [ 3.119274] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 3.124234] systemd[1]: Mounting Huge Pages File System... [ 3.132597] systemd[1]: Starting Set the console keyboard layout... [ 3.137104] systemd[1]: Mounting POSIX Message Queue File System... [ 3.137777] hid-generic 0003:1A2C:4324.0002: input,hidraw1: USB HID v1.10 Keyboard [SEM USB Keyboard] on usb-xhci-hcd.9.auto-1.3/input0 [ 3.143585] input: SEM USB Keyboard as /devices/platform/usb1/fe900000.dwc3/xhci-hcd.9.auto/usb5/5-1/5-1.3/5-1.3:1.1/0003:1A2C:4324.0003/input/input5 [ 3.146552] systemd[1]: Starting Remount Root and Kernel File Systems... [ 3.148198] systemd[1]: Listening on udev Control Socket. [ 3.151520] systemd[1]: Starting udev Coldplug all Devices... [ 3.153220] systemd[1]: Listening on Journal Audit Socket. [ 3.159204] systemd[1]: Starting Journal Service... [ 3.166519] systemd[1]: Starting Load Kernel Modules... [ 3.167515] systemd[1]: Reached target Remote File Systems. [ 3.169731] systemd[1]: Mounted Kernel Debug File System. [ 3.171456] systemd[1]: Started Create list of required static device nodes for the current kernel. [ 3.173359] systemd[1]: Mounted Huge Pages File System. [ 3.174497] systemd[1]: Mounted POSIX Message Queue File System. [ 3.176221] systemd[1]: Started Remount Root and Kernel File Systems. [ 3.183694] systemd[1]: Starting Load/Save Random Seed... [ 3.186386] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 3.186933] Bluetooth: BNEP filters: protocol multicast [ 3.187358] systemd[1]: Starting Create Static Device Nodes in /dev... [ 3.188069] Bluetooth: BNEP socket layer initialized [ 3.195779] hid-generic 0003:1A2C:4324.0003: input,hidraw2: USB HID v1.10 Device [SEM USB Keyboard] on usb-xhci-hcd.9.auto-1.3/input1 [ 3.197166] systemd[1]: Started Load Kernel Modules. [ 3.204934] systemd[1]: Mounting Kernel Configuration File System... [ 3.211530] systemd[1]: Starting Apply Kernel Variables... [ 3.216587] systemd[1]: Mounting FUSE Control File System... [ 3.221540] systemd[1]: Started Load/Save Random Seed. [ 3.223296] systemd[1]: Mounted Kernel Configuration File System. [ 3.226558] systemd[1]: Started Create Static Device Nodes in /dev. [ 3.231384] systemd[1]: Mounted FUSE Control File System. [ 3.234742] systemd[1]: Starting udev Kernel Device Manager... [ 3.242541] systemd[1]: Started Apply Kernel Variables. [ 3.313765] systemd[1]: Started udev Kernel Device Manager. [ 3.365529] systemd[1]: Started Journal Service. [ 3.386887] systemd-journald[309]: Received request to flush runtime journal from PID 1 [ 3.391174] systemd-journald[309]: File /var/log/journal/aac3ac07e4df97b8e52f39c0577cda62/system.journal corrupted or uncleanly shut down, renaming and replacing. [ 3.620294] dhd_module_init: in Dongle Host Driver, version 1.579.77.41.10 (r) [ 3.620323] ======== dhd_wlan_init_plat_data ======== [ 3.620331] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: Enter [ 3.620345] dhd_wlan_init_gpio: WL_HOST_WAKE=-1, oob_irq=72, oob_irq_flags=0x414 [ 3.620351] dhd_wlan_init_gpio: WL_REG_ON=-1 [ 3.620357] dhd_wifi_platform_load: Enter [ 3.620390] Power-up adapter 'DHD generic adapter' [ 3.621923] wifi_platform_set_power = 1 [ 3.621947] ======== PULL WL_REG_ON(-1) HIGH! ======== [ 3.621956] [WLAN_RFKILL]: rockchip_wifi_power: 1 [ 3.621964] [WLAN_RFKILL]: wifi turn on power. -1 [ 3.922517] wifi_platform_bus_enumerate device present 1 [ 3.922543] ======== Card detection to detect SDIO card! ======== [ 3.922553] mmc2:mmc host rescan start! [ 3.938745] bcmsdh_register: register client driver [ 3.938931] bcmsdh_sdmmc_probe: Enter num=1 [ 3.939045] random: nonblocking pool is initialized [ 3.939067] bcmsdh_sdmmc_probe: Enter num=2 [ 3.939075] bus num (host idx)=2, slot num (rca)=1 [ 3.939082] found adapter info 'DHD generic adapter' [ 3.939114] sdioh_attach: set sd_f2_blocksize 256 [ 3.939136] sdioh_attach: sd clock rate = 0 [ 3.939252] dhdsdio_probe : no mutex held. set lock [ 3.939328] F1 signature read @0x18000000=0x17224356 [ 3.941989] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x2 pkg:0x2 [ 3.942391] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000 [ 3.942525] dhd_conf_set_chiprev: chip=0x4354, chiprev=2 [ 3.942784] CFG80211-ERROR) wl_setup_wiphy : Registering Vendor80211 [ 3.946669] CFG80211-ERROR) wl_init_prof : wl_init_prof: No profile [ 3.947014] wl_escan_attach: Enter [ 3.947066] wl_escan_init: Enter [ 3.948006] wl_create_event_handler(): thread:wl_escan_handler:204 started [ 3.948168] tsk Enter, tsk = 0xffffffc0ef7301b0 [ 3.949045] dhd_attach(): thread:dhd_watchdog_thread:205 started [ 3.951647] dhd_attach(): thread:dhd_dpc:207 started [ 3.952459] dhd_attach(): thread:dhd_rxf:208 started [ 3.952554] dhd_deferred_work_init: work queue initialized [ 3.952563] dhd_tcpack_suppress_set: TCP ACK Suppress mode 0 -> mode 2 [ 3.952640] dhd_bus_set_default_min_res_mask: Unhandled chip id [ 3.952784] sdioh_cis_read: func_cis_ptr[0]=0x10ac [ 3.957862] Dongle Host Driver, version 1.579.77.41.10 (r) [ 3.958824] wl_ext_iapsta_attach_netdev: ifidx=0, bssidx=0 [ 3.958852] Register interface [wlan0] MAC: cc:4b:73:85:06:5e

[ 3.960112] dhd_tcpack_suppress_set: TCP ACK Suppress mode 2 -> mode 0 [ 3.960147] dhd_wl_ioctl: returning as busstate=0 [ 3.960165] dhd_dbg_detach_pkt_monitor, 2204 [ 3.960174] dhd_bus_devreset: == Power OFF == [ 3.960390] bcmsdh_oob_intr_unregister: Enter [ 3.960401] bcmsdh_oob_intr_unregister: irq is not registered [ 3.960413] dhd_txglom_enable: enable 0 [ 3.960424] dhd_conf_set_txglom_params: txglom_mode=copy [ 3.960430] dhd_conf_set_txglom_params: txglomsize=0, deferred_tx_len=0 [ 3.960436] dhd_conf_set_txglom_params: txinrx_thres=128, dhd_txminmax=-1 [ 3.960442] dhd_conf_set_txglom_params: tx_max_offset=0, txctl_tmo_fix=300 [ 3.960449] dhd_bus_devreset: WLAN OFF DONE [ 3.963642] wifi_platform_set_power = 0 [ 3.963657] ======== PULL WL_REG_ON(-1) LOW! ======== [ 3.963664] [WLAN_RFKILL]: rockchip_wifi_power: 0 [ 3.963679] [WLAN_RFKILL]: wifi shut off power. [ 3.963685] dhdsdio_probe : the lock is released. [ 3.963765] dhd_module_init: Exit err=0 [ 4.010056] fusb302 4-0022: PD disabled [ 4.066461] cfg80211: World regulatory domain updated: [ 4.066501] cfg80211: DFS Master region: unset [ 4.066506] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) [ 4.066517] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) [ 4.066524] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz, 92000 KHz AUTO), (N/A, 2000 mBm), (N/A) [ 4.066529] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A) [ 4.066534] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A) [ 4.066540] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s) [ 4.066545] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s) [ 4.066550] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A) [ 4.066555] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A) [ 4.393377] dwhdmi-rockchip ff940000.hdmi: Rate 0 missing; compute N dynamically [ 4.419271] dwhdmi-rockchip ff940000.hdmi: Rate 0 missing; compute N dynamically [ 4.431335] dwhdmi-rockchip ff940000.hdmi: Rate 0 missing; compute N dynamically [ 4.616584] [BT_RFKILL]: ENABLE UART_RTS [ 4.681183] rockchip-vop ff8f0000.vop: [drm:vop_crtc_enable] Update mode to 1920x1080p60, type: 11 [ 4.717702] [BT_RFKILL]: DISABLE UART_RTS [ 4.717787] [BT_RFKILL]: bt turn on power [ 4.943675] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 4.968087] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 4.968205] dhd_open: Enter ffffffc0f1b3a000 [ 4.968212] dhd_open : no mutex held. set lock [ 4.968221] Dongle Host Driver, version 1.579.77.41.10 (r) [ 4.968229] wl_ext_iapsta_attach_netdev: ifidx=0, bssidx=0 [ 4.968236] wl_android_wifi_on in 1 [ 4.968241] wl_android_wifi_on in 2: g_wifi_on=0 [ 4.968246] wifi_platform_set_power = 1 [ 4.968251] ======== PULL WL_REG_ON(-1) HIGH! ======== [ 4.968258] [WLAN_RFKILL]: rockchip_wifi_power: 1 [ 4.968266] [WLAN_RFKILL]: wifi turn on power. -1 [ 5.268489] sdio_reset_comm(): [ 5.287514] rockchip-vop ff900000.vop: [drm:vop_crtc_enable] Update mode to 1920x1080p60, type: 11 [ 5.294537] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [ 5.311522] mmc_host mmc2: Bus speed (slot 0) = 100000Hz (slot req 100000Hz, actual 100000HZ div = 0) [ 5.380402] mmc2: queuing unknown CIS tuple 0x80 (2 bytes) [ 5.386487] mmc2: queuing unknown CIS tuple 0x80 (3 bytes) [ 5.392611] mmc2: queuing unknown CIS tuple 0x80 (3 bytes) [ 5.404586] mmc2: queuing unknown CIS tuple 0x80 (7 bytes) [ 5.638194] mmc_host mmc2: Bus speed (slot 0) = 150000000Hz (slot req 150000000Hz, actual 150000000HZ div = 0) [ 5.802855] [drm] unsupported connector property: hdmi_color_depth_capacity [ 6.012780] dwmmc_rockchip fe310000.dwmmc: Successfully tuned phase to 215 [ 6.012901] sdioh_start: set sd_f2_blocksize 256 [ 6.013379]

           dhd_bus_devreset: == WLAN ON ==

[ 6.013744] F1 signature read @0x18000000=0x17224356 [ 6.018993] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x2 pkg:0x2 [ 6.020356] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000 [ 6.020682] dhd_bus_set_default_min_res_mask: Unhandled chip id [ 6.023382] dhd_os_open_image: /system/etc/firmware/config.txt (204 bytes) open success [ 6.024799] dhd_conf_read_others: ccode = ALL [ 6.024865] dhd_conf_read_others: regrev = 0 [ 6.024887] dhd_conf_read_sdio_params: dhd_doflow = 1 [ 6.024911] dhd_conf_read_others: srl = 15 [ 6.024935] dhd_conf_read_others: lrl = 15 [ 6.024976] Final fw_path=/system/etc/firmware/fw_bcm4356a2_ag.bin [ 6.024992] Final nv_path=/system/etc/firmware/nvram_ap6356.txt [ 6.025007] Final clm_path=/system/etc/firmware/clm.blob [ 6.025022] Final conf_path=/system/etc/firmware/config.txt [ 6.027051] dhd_os_open_image: /system/etc/firmware/fw_bcm4356a2_ag.bin (558327 bytes) open success [ 6.073147] dhd_os_open_image: /system/etc/firmware/nvram_ap6356.txt (2840 bytes) open success [ 6.074179] NVRAM version: AP6356S_NVRAM_V1.2_20170331 [ 6.074766] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded. [ 6.130328] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us) [ 6.130838] bcmsdh_oob_intr_register: HW_OOB irq=72 flags=0x4 [ 6.131080] dhd_get_memdump_info: File [/data/misc/wifi/.memdump.info] doesn't exist [ 6.131090] dhd_get_memdump_info: MEMDUMP ENABLED = 2 [ 6.133380] Disable tdls_auto_op failed. -1 [ 6.133398] dhd_tcpack_suppress_set: TCP ACK Suppress mode 0 -> mode 1 [ 6.133986] dhd_apply_default_clm: Ignore clm file /system/etc/firmware/clm.blob [ 6.135983] Firmware up: op_mode=0x0005, MAC=cc:4b:73:85:06:5e [ 6.139614] dhd_preinit_ioctls Set scancache failed -23 [ 6.148604] Driver: 1.579.77.41.10 (r) Firmware: wl0: Apr 18 2017 13:54:43 version 7.35.184.1.r5 (A2 Station/P2P) FWID 01-efd4ca0d CLM: 7.10.16 [ 6.148952] dhd_txglom_enable: enable 1 [ 6.148962] dhd_conf_set_txglom_params: txglom_mode=copy [ 6.148968] dhd_conf_set_txglom_params: txglomsize=36, deferred_tx_len=0 [ 6.148975] dhd_conf_set_txglom_params: txinrx_thres=128, dhd_txminmax=-1 [ 6.148982] dhd_conf_set_txglom_params: tx_max_offset=0, txctl_tmo_fix=300 [ 6.148994] dhd_conf_get_disable_proptx: fw_proptx=1, disable_proptx=-1 [ 6.150639] dhd_wlfc_hostreorder_init(): successful bdcv2 tlv signaling, 64 [ 6.152166] dhd_pno_init: Support Android Location Service [ 6.188342] dhd_wlfc_enable: ret=0 [ 6.188371] CFG80211-ERROR) wl_cfg80211_event : Event handler is not created [ 6.188391] CFG80211-ERROR) wl_cfg80211_event : Event handler is not created [ 6.188408] CFG80211-ERROR) wl_cfg80211_event : Event handler is not created [ 6.189278] rtt_do_get_ioctl: failed to send getbuf proxd iovar (CMD ID : 1), status=-23 [ 6.189297] dhd_rtt_init : FTM is not supported [ 6.189306] dhd_preinit_ioctls: SensorHub diabled 0 [ 6.189917] dhd_preinit_ioctls failed to set ShubHub disable [ 6.190646] dhd_ndo_get_version: failed, retcode = -23 [ 6.191249] dhd_wl_ioctl_get_intiovar: get int iovar wnm_bsstrans_resp failed, ERR -23 [ 6.191257] failed to get wnm_bsstrans_resp [ 6.191859] failed to set WNM capabilities [ 6.192339] CFG80211-ERROR) wl_cfg80211_event : [ 6.192339] dhd_conf_set_country: set country ALL, revision 0 [ 6.192355] Event handler is not created [ 6.192935] CONFIG-ERROR) dhd_conf_set_bufiovar: country setting failed -2 [ 6.194300] Country code: US (US/0) [ 6.200530] wl_android_wifi_on: Success [ 6.263772] dhd_open : the lock is released. [ 6.263797] dhd_open: Exit ret=0 [ 6.461909] P2P interface registered [ 6.461939] wl_cfgp2p_add_p2p_disc_if: wdev: ffffffc0f0c5b400, wdev->net: (null) [ 6.478559] WLC_E_IF: NO_IF set, event Ignored [ 6.479838] P2P interface started [ 8.940865] rockchip-vop ff900000.vop: [drm:vop_crtc_enable] Update mode to 1600x900p0, type: 11 [ 8.950764] rk_gmac-dwmac fe300000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx [ 10.353733] [BT_RFKILL]: ENABLE UART_RTS [ 10.454606] [BT_RFKILL]: DISABLE UART_RTS [ 10.454649] [BT_RFKILL]: bt turn on power [ 10.469413] ttyS0 - failed to request DMA, use interrupt mode [ 16.559452] tty_port_close_start: tty->count = 1 port count = 2.

hsiang257 commented 4 years ago

@Namburger Hi, sir, do you have any suggest?

hsiang257 commented 4 years ago

DKMS: install completed. Module build for kernel 4.4.167 was skipped since the kernel headers for this kernel does not seem to be installed. Module build for kernel 4.4.179 was skipped since the kernel headers for this kernel does not seem to be installed.