Firefly Open Source Community

   Login   |   Register   |
New_Topic

[Linux] Wifi doesn't work at FIREFLY-RK3288-UBUNTU18.04

5

Credits

0

Prestige

0

Contribution

new registration

Rank: 1

Credits
5
Posted at 3/6/2019 17:36:09     
Hi all,

I upgrade my Firefly-RK3288 board from ubuntu 14.04 to 18.04 with FIREFLY-RK3288-UBUNTU18.04-GPT-20190219-1021.img.

I found that WIFI doesn't work after upgrade OS. I take a look at OS log, there is something wrong with it. Here is dmesg dump. Can someone figure out how to fix it?

Part of  fail messages as below. Is it DTS define or driver issue?

[   55.297268] [WLAN_RFKILL]: Enter rfkill_wlan_init
[   55.302371] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[   55.307199] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6212
[   55.314107] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[   55.321277] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
[   55.328672] of_get_named_gpiod_flags: can't parse 'WIFI,poweren_gpio' property of node '/wireless-wlan[0]'
[   55.328687] of_get_named_gpiod_flags: can't parse 'WIFI,vbat_gpio' property of node '/wireless-wlan[0]'
[   55.328701] of_get_named_gpiod_flags: can't parse 'WIFI,reset_gpio' property of node '/wireless-wlan[0]'
[   55.328752] of_get_named_gpiod_flags: parsed 'WIFI,host_wake_irq' property of node '/wireless-wlan[0]' - status (0)
[   55.328766] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,host_wake_irq = 150, flags = 0.
[   55.338009] [WLAN_RFKILL]: wlan_platdata_parse_dt: The ref_wifi_clk not found !
[   55.345337] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[   55.350567] [WLAN_RFKILL]: Exit rfkill_wlan_probe

root@firefly:~# dmesg
[    0.000000] Booting Linux on physical CPU 0x500
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.154 (daijh@tchip14) (gcc version 6.3.1 20170404 (Linaro GCC 6.3-2017.05) ) #5 SMP Tue Feb 19 10:00:07 CST 2019
[    0.000000] CPU: ARMv7 Processor [410fc0d1] revision 1 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine model: Firefly-RK3288 Board (Linux Opensource)
[    0.000000] cma: Reserved 16 MiB at 0x7f000000
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 520704
[    0.000000] free_area_init_node: node 0, pgdat c13eec00, node_mem_map eeffa000
[    0.000000]   Normal zone: 1536 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 193024 pages, LIFO batch:31
[    0.000000]   HighMem zone: 327680 pages, LIFO batch:31
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv65535.65535 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] PERCPU: Embedded 14 pages/cpu @eef7c000 s24728 r8192 d24424 u57344
[    0.000000] pcpu-alloc: s24728 r8192 d24424 u57344 alloc=14*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 519168
[    0.000000] Kernel command line: storagemedia=emmc androidboot.mode=emmc androidboot.slot_suffix= androidboot.serialno=c3d9b8674f4b94f6  earlyprintk rw rootwait console=ttyFIQ0 root=PARTUUID=614e0000-0000 rootfstype=ext4 systemd.gpt_auto=0
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 2027088K/2082816K available (12288K kernel code, 992K rwdata, 3408K rodata, 1024K init, 641K bss, 39344K reserved, 16384K cma-reserved, 1293716K highmem)
[    0.000000] Virtual kernel memory layout:
                   vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                   fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                   vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
                   lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
                   pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
                   modules : 0xbf000000 - 0xbfe00000   (  14 MB)
                     .text : 0xc0008000 - 0xc0d00000   (13280 kB)
                     .init : 0xc1200000 - 0xc1300000   (1024 kB)
                     .data : 0xc1300000 - 0xc13f82b4   ( 993 kB)
                      .bss : 0xc13fa000 - 0xc149a4b0   ( 642 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 32.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    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_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] 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.000009] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.000030] Switching to timer-based delay loop, resolution 41ns
[    0.003619] Console: colour dummy device 80x30
[    0.003664] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.003690] pid_max: default: 32768 minimum: 301
[    0.003815] Security Framework initialized
[    0.003833] Yama: becoming mindful.
[    0.003924] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.003947] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.005093] Initializing cgroup subsys devices
[    0.005124] Initializing cgroup subsys freezer
[    0.005172] CPU: Testing write buffer coherency: ok
[    0.005227] ftrace: allocating 44029 entries in 130 pages
[    0.129235] CPU0: update cpu_capacity 430
[    0.129256] CPU0: thread -1, cpu 0, socket 5, mpidr 80000500
[    0.129361] Setting up static identity map for 0x100000 - 0x100058
[    0.132656] CPU1: update cpu_capacity 430
[    0.132666] CPU1: thread -1, cpu 1, socket 5, mpidr 80000501
[    0.133872] CPU2: update cpu_capacity 430
[    0.133881] CPU2: thread -1, cpu 2, socket 5, mpidr 80000502
[    0.135083] CPU3: update cpu_capacity 430
[    0.135093] CPU3: thread -1, cpu 3, socket 5, mpidr 80000503
[    0.135249] Brought up 4 CPUs
[    0.135292] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[    0.135302] CPU: All CPU(s) started in SVC mode.
[    0.137298] devtmpfs: initialized
[    0.166093] VFP support v0.3: implementor 41 architecture 3 part 30 variant d rev 0
[    0.166648] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.166694] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.168195] pinctrl core: initialized pinctrl subsystem
[    0.169879] NET: Registered protocol family 16
[    0.172422] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.199081] cpuidle: using governor ladder
[    0.229126] cpuidle: using governor menu
[    0.229178] Registered FIQ tty driver
[    0.260705] gpiochip_add_data: registered GPIOs 0 to 23 on device: gpio0
[    0.260884] gpiochip_add_data: registered GPIOs 24 to 55 on device: gpio1
[    0.261068] gpiochip_add_data: registered GPIOs 56 to 87 on device: gpio2
[    0.261241] gpiochip_add_data: registered GPIOs 88 to 119 on device: gpio3
[    0.261396] gpiochip_add_data: registered GPIOs 120 to 151 on device: gpio4
[    0.261566] gpiochip_add_data: registered GPIOs 152 to 183 on device: gpio5
[    0.261722] gpiochip_add_data: registered GPIOs 184 to 215 on device: gpio6
[    0.261874] gpiochip_add_data: registered GPIOs 216 to 247 on device: gpio7
[    0.262040] gpiochip_add_data: registered GPIOs 248 to 263 on device: gpio8
[    0.278183] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.278200] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.279326] fiq debugger fiq mode enabled
[    0.735312] console [ttyFIQ0] enabled
[    0.739342] Registered fiq debugger ttyFIQ0
[    0.827046] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vccadc-ref[0]'
[    0.827715] of_get_named_gpiod_flags: parsed 'gpio' property of node '/usb-host-regulator[0]' - status (0)
[    0.828420] of_get_named_gpiod_flags: parsed 'gpio' property of node '/usb-otg-regulator[0]' - status (0)
[    0.828961] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vsys-regulator[0]'
[    0.829455] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/flash-regulator[0]'
[    0.829799] vcc_flash: regulator get failed, ret=-517
[    0.835213] of_get_named_gpiod_flags: parsed 'gpio' property of node '/sdmmc-regulator[0]' - status (0)
[    0.835614] vcc_sd: regulator get failed, ret=-517
[    0.840697] of_get_named_gpiod_flags: parsed 'gpio' property of node '/vcc28-dvp-regulator[0]' - status (0)
[    0.841131] vcc28_dvp: regulator get failed, ret=-517
[    0.846393] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/dovdd-1v8-regulator[0]'
[    0.846907] dovdd_1v8: regulator get failed, ret=-517
[    0.852964] iommu: Adding device ff910000.isp to group 0
[    0.858461] iommu: Adding device ff930000.vop to group 1
[    0.863913] iommu: Adding device ff940000.vop to group 2
[    0.869406] iommu: Adding device ff9a0000.vpu-service to group 3
[    0.875555] iommu: Adding device ff9c0000.hevc-service to group 4
[    0.885027] SCSI subsystem initialized
[    0.889175] usbcore: registered new interface driver usbfs
[    0.894864] usbcore: registered new interface driver hub
[    0.900338] usbcore: registered new device driver usb
[    0.905664] media: Linux media interface: v0.10
[    0.910285] Linux video capture interface: v2.00
[    0.914986] pps_core: LinuxPPS API ver. 1 registered
[    0.919985] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.929154] PTP clock support registered
[    0.935521] Advanced Linux Sound Architecture Driver Initialized.
[    0.942696] Bluetooth: Core ver 2.21
[    0.946378] NET: Registered protocol family 31
[    0.950826] Bluetooth: HCI device and connection manager initialized
[    0.957227] Bluetooth: HCI socket layer initialized
[    0.962115] Bluetooth: L2CAP socket layer initialized
[    0.967248] Bluetooth: SCO socket layer initialized
[    0.973769] rockchip-cpuinfo cpuinfo: Serial         : 11f50f00506d65ab
[    0.981251] clocksource: Switched to clocksource arch_sys_counter
[    1.071627] NET: Registered protocol family 2
[    1.076914] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    1.084127] TCP bind hash table entries: 8192 (order: 5, 163840 bytes)
[    1.090908] TCP: Hash tables configured (established 8192 bind 8192)
[    1.097390] UDP hash table entries: 512 (order: 2, 24576 bytes)
[    1.103423] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes)
[    1.110127] NET: Registered protocol family 1
[    1.115098] RPC: Registered named UNIX socket transport module.
[    1.121028] RPC: Registered udp transport module.
[    1.125786] RPC: Registered tcp transport module.
[    1.130497] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.138622] hw perfevents: enabled with armv7_cortex_a12 PMU driver, 7 counters available
[    1.150260] Initialise system trusted keyring
[    1.169903] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.178911] NFS: Registering the id_resolver key type
[    1.184069] Key type id_resolver registered
[    1.188264] Key type id_legacy registered
[    1.192346] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    1.200052] fuse init (API version 7.23)
[    1.212803] NET: Registered protocol family 38
[    1.217285] Key type asymmetric registered
[    1.221504] Asymmetric key parser 'x509' registered
[    1.226508] bounce: pool size: 64 pages
[    1.230637] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    1.238155] io scheduler noop registered
[    1.242194] io scheduler deadline registered
[    1.246534] io scheduler cfq registered (default)
[    1.258262] rk-vcodec ff9a0000.vpu-service: no regulator for vcodec
[    1.265055] rk-vcodec ff9a0000.vpu-service: probe device
[    1.270779] rk-vcodec ff9a0000.vpu-service: drm allocator with mmu enabled
[    1.278915] rk-vcodec ff9a0000.vpu-service: could not find power_model node
[    1.285941] rk-vcodec ff9a0000.vpu-service: init success
[    1.291800] rk-vcodec ff9c0000.hevc-service: no regulator for vcodec
[    1.298656] rk-vcodec ff9c0000.hevc-service: probe device
[    1.304530] rk-vcodec ff9c0000.hevc-service: drm allocator with mmu enabled
[    1.312379] rk-vcodec ff9c0000.hevc-service: could not find power_model node
[    1.319432] rk-vcodec ff9c0000.hevc-service: init success
[    1.328721] dma-pl330 ff250000.dma-controller: Loaded driver for PL330 DMAC-241330
[    1.336362] dma-pl330 ff250000.dma-controller:       DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    1.347146] dma-pl330 ff600000.dma-controller: Loaded driver for PL330 DMAC-241330
[    1.354788] dma-pl330 ff600000.dma-controller:       DBUFF-64x8bytes Num_Chans-5 Num_Peri-6 Num_Events-10
[    1.366597] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled
[    1.376409] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 37, base_baud = 1500000) is a 16550A
[    1.386143] rockchip-pinctrl pinctrl: pin gpio7-22 already requested by fiq-debugger; cannot claim for ff690000.serial
[    1.396901] rockchip-pinctrl pinctrl: pin-238 (ff690000.serial) status -22
[    1.403815] rockchip-pinctrl pinctrl: could not request pin 238 (gpio7-22) from group uart2-xfer  on device rockchip-pinctrl
[    1.415047] dw-apb-uart ff690000.serial: Error applying setting, reverse things back
[    1.423375] ff690000.serial: ttyS2 at MMIO 0xff690000 (irq = 38, base_baud = 1500000) is a 16550A
[    1.434623] [drm] Initialized drm 1.1.0 20060810
[    1.445152] [drm] Rockchip DRM driver version: v1.0.1
[    1.450650] rockchip-drm display-subsystem: devfreq is not set
[    1.458069] rockchip-drm display-subsystem: bound ff930000.vop (ops 0xc0d617f8)
[    1.466502] rockchip-drm display-subsystem: bound ff940000.vop (ops 0xc0d617f8)
[    1.474242] i2c i2c-6: of_i2c: modalias failure on /hdmi@ff980000/ports
[    1.480870] dwhdmi-rockchip ff980000.hdmi: registered DesignWare HDMI I2C bus driver
[    1.488771] dwhdmi-rockchip ff980000.hdmi: Detected HDMI TX controller v2.00a with HDCP (DWC MHL PHY)
[    1.499451] rockchip-drm display-subsystem: bound ff980000.hdmi (ops 0xc0d5a2c0)
[    1.506911] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.513549] [drm] No driver support for vblank timestamp query.
[    1.519868] rockchip-drm display-subsystem: connector[HDMI-A-1] can't found any modes
[    1.527800] rockchip-drm display-subsystem: can't not find any loader display
[    1.535021] rockchip-drm display-subsystem: failed to show loader logo
[    1.541802] Freeing drm_logo memory: 616K
[    1.545841] rockchip-drm display-subsystem: No connectors reported connected with modes
[    1.553892] [drm] Cannot find any crtc or sizes - going 1024x768
[    1.570452] rockchip-drm display-subsystem: fb0:  frame buffer device
[    1.603953] usbcore: registered new interface driver udl
[    1.614007] mali ffa30000.gpu: Failed to get regulator
[    1.619160] mali ffa30000.gpu: Power control initialization failed
[    1.627399] brd: module loaded
[    1.641007] loop: module loaded
[    1.645528] zram: Added device: zram0
[    1.649243] lkdtm: No crash points registered, enable through debugfs
[    1.657030] rockchip-spi ff110000.spi: no high_speed pinctrl state
[    1.664771] register spi return v = :0
[    1.668619] tun: Universal TUN/TAP device driver, 1.6
[    1.673722] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.682371] force_sf_dma_mode is ignored if force_thresh_dma_mode is set.
[    1.689022] rk_gmac-dwmac ff290000.ethernet: phy regulator is not available yet, deferred probing
[    1.699620] PPP generic driver version 2.4.2
[    1.704416] usbcore: registered new interface driver rndis_wlan
[    1.710733] usbcore: registered new interface driver rt2800usb
[    1.716742] Rockchip WiFi SYS interface (V1.00) ...
[    1.721817] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[    1.729312] usbcore: registered new interface driver pegasus
[    1.735115] usbcore: registered new interface driver rtl8150
[    1.740866] usbcore: registered new interface driver r8152
[    1.746504] usbcore: registered new interface driver asix
[    1.752043] usbcore: registered new interface driver ax88179_178a
[    1.758225] usbcore: registered new interface driver cdc_ether
[    1.764194] usbcore: registered new interface driver dm9601
[    1.769882] usbcore: registered new interface driver smsc75xx
[    1.775802] usbcore: registered new interface driver smsc95xx
[    1.781691] usbcore: registered new interface driver net1080
[    1.787442] usbcore: registered new interface driver rndis_host
[    1.793502] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[    1.801039] usbcore: registered new interface driver cdc_ncm
[    1.806835] usbcore: registered new interface driver qmi_wwan
[    1.812715] usbcore: registered new interface driver cdc_mbim
[    1.819059] ff540000.usb supply vusb_d not found, using dummy regulator
[    1.825836] ff540000.usb supply vusb_a not found, using dummy regulator
[    1.951955] dwc2 ff540000.usb: DWC OTG Controller
[    1.956701] dwc2 ff540000.usb: new USB bus registered, assigned bus number 1
[    1.963846] dwc2 ff540000.usb: irq 44, io mem 0xff540000
[    1.969593] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.976437] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.983695] usb usb1: Product: DWC OTG Controller
[    1.988408] usb usb1: Manufacturer: Linux 4.4.154 dwc2_hsotg
[    1.994092] usb usb1: SerialNumber: ff540000.usb
[    1.999741] hub 1-0:1.0: USB hub found
[    2.003612] hub 1-0:1.0: 1 port detected
[    2.008457] ff580000.usb supply vusb_d not found, using dummy regulator
[    2.015217] ff580000.usb supply vusb_a not found, using dummy regulator
[    2.141342] dwc2 ff580000.usb: EPs: 10, dedicated fifos, 972 entries in SPRAM
[    2.149239] dwc2 ff580000.usb: DWC OTG Controller
[    2.154044] dwc2 ff580000.usb: new USB bus registered, assigned bus number 2
[    2.161133] dwc2 ff580000.usb: irq 45, io mem 0xff580000
[    2.166809] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    2.173651] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.180879] usb usb2: Product: DWC OTG Controller
[    2.185620] usb usb2: Manufacturer: Linux 4.4.154 dwc2_hsotg
[    2.191304] usb usb2: SerialNumber: ff580000.usb
[    2.196888] hub 2-0:1.0: USB hub found
[    2.200714] hub 2-0:1.0: 1 port detected
[    2.207384] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.213986] ehci-platform: EHCI generic platform driver
[    2.219612] ehci-platform ff500000.usb: EHCI Host Controller
[    2.225685] ehci-platform ff500000.usb: new USB bus registered, assigned bus number 3
[    2.233817] ehci-platform ff500000.usb: irq 42, io mem 0xff500000
[    2.381316] usb 1-1: new high-speed USB device number 2 using dwc2
[    2.401317] ehci-platform ff500000.usb: USB 2.0 started, EHCI 1.00
[    2.407863] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    2.414711] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.421969] usb usb3: Product: EHCI Host Controller
[    2.426851] usb usb3: Manufacturer: Linux 4.4.154 ehci_hcd
[    2.432369] usb usb3: SerialNumber: ff500000.usb
[    2.437989] hub 3-0:1.0: USB hub found
[    2.441858] hub 3-0:1.0: 1 port detected
[    2.446872] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.453193] ohci-platform: OHCI generic platform driver
[    2.459043] usbcore: registered new interface driver cdc_acm
[    2.464763] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    2.473017] usbcore: registered new interface driver cdc_wdm
[    2.478864] usbcore: registered new interface driver usb-storage
[    2.485137] usbcore: registered new interface driver usbserial
[    2.491053] usbcore: registered new interface driver usbserial_generic
[    2.497682] usbserial: USB Serial support registered for generic
[    2.503846] usbcore: registered new interface driver cp210x
[    2.509473] usbserial: USB Serial support registered for cp210x
[    2.515568] usbcore: registered new interface driver ftdi_sio
[    2.521409] usbserial: USB Serial support registered for FTDI USB Serial Device
[    2.528949] usbcore: registered new interface driver keyspan
[    2.534865] usbserial: USB Serial support registered for Keyspan - (without firmware)
[    2.544013] usbserial: USB Serial support registered for Keyspan 1 port adapter
[    2.551427] usbserial: USB Serial support registered for Keyspan 2 port adapter
[    2.558801] usbserial: USB Serial support registered for Keyspan 4 port adapter
[    2.566265] usbcore: registered new interface driver option
[    2.571938] usbserial: USB Serial support registered for GSM modem (1-port)
[    2.579193] usbcore: registered new interface driver oti6858
[    2.584952] usbserial: USB Serial support registered for oti6858
[    2.591065] usbcore: registered new interface driver pl2303
[    2.596873] usbserial: USB Serial support registered for pl2303
[    2.602959] usbcore: registered new interface driver qcserial
[    2.608760] usbserial: USB Serial support registered for Qualcomm USB modem
[    2.616072] usbcore: registered new interface driver sierra
[    2.621899] usbserial: USB Serial support registered for Sierra USB modem
[    2.628879] usb 1-1: New USB device found, idVendor=1a40, idProduct=0101
[    2.635641] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.637415] usbcore: registered new interface driver iforce
[    2.637564] usbcore: registered new interface driver xpad
[    2.637730] ==gsl_ts_init==
[    2.637781] ret=0
[    2.638274] usbcore: registered new interface driver usbtouchscreen
[    2.638623] .. rk pwm remotectl v1.1 init
[    2.639107] input: ff680000.pwm as /devices/platform/ff680000.pwm/input/input0
[    2.639904] sensor_register_slave:mma8452,id=17
[    2.639921] sensor_register_slave:lis3dh,id=7
[    2.639937] sensor_register_slave:mma7660,id=18
[    2.639952] sensor_register_slave:lsm303d,id=22
[    2.639967] sensor_register_slave:gs_mc3230,id=23
[    2.639970] [Gsensor]   gsensor_init
[    2.639986] sensor_register_slave:mpu6880_acc,id=24
[    2.640002] sensor_register_slave:mpu6500_acc,id=25
[    2.640019] sensor_register_slave:lsm330_acc,id=26
[    2.640035] sensor_register_slave:akm8975,id=30
[    2.640051] sensor_register_slave:akm8963,id=31
[    2.640067] sensor_register_slave:l3g4200d,id=45
[    2.640082] sensor_register_slave:l3g20d,id=46
[    2.640097] sensor_register_slave:ewtsa,id=47
[    2.640113] sensor_register_slave:lsm330_gyro,id=51
[    2.640128] sensor_register_slave:cm3217,id=53
[    2.640144] sensor_register_slave:cm3218,id=54
[    2.641422] i2c /dev entries driver
[    2.643083] fan53555-regulator 0-0040: GPIO lookup for consumer vsel
[    2.643093] fan53555-regulator 0-0040: using device tree for GPIO lookup
[    2.643104] of_get_named_gpiod_flags: can't parse 'vsel-gpios' property of node '/i2c@ff650000/syr827@40[0]'
[    2.643114] of_get_named_gpiod_flags: can't parse 'vsel-gpio' property of node '/i2c@ff650000/syr827@40[0]'
[    2.643122] fan53555-regulator 0-0040: using lookup tables for GPIO lookup
[    2.643132] fan53555-regulator 0-0040: lookup for GPIO vsel failed
[    2.701203] fan53555-regulator 0-0040: Failed to get chip ID!
[    2.701697] fan53555-regulator 0-0041: GPIO lookup for consumer vsel
[    2.701706] fan53555-regulator 0-0041: using device tree for GPIO lookup
[    2.701718] of_get_named_gpiod_flags: can't parse 'vsel-gpios' property of node '/i2c@ff650000/syr828@41[0]'
[    2.701727] of_get_named_gpiod_flags: can't parse 'vsel-gpio' property of node '/i2c@ff650000/syr828@41[0]'
[    2.701736] fan53555-regulator 0-0041: using lookup tables for GPIO lookup
[    2.701745] fan53555-regulator 0-0041: lookup for GPIO vsel failed
[    2.762384] usb 1-1: Product: USB 2.0 Hub [MTT]
[    2.767970] hub 1-1:1.0: USB hub found
[    2.771915] hub 1-1:1.0: 4 ports detected
[    3.051294] usb 1-1.1: new low-speed USB device number 3 using dwc2
[    3.153835] usb 1-1.1: New USB device found, idVendor=062a, idProduct=0001
[    3.160720] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.241296] usb 1-1.4: new low-speed USB device number 4 using dwc2
[    3.582159] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
[    3.589139] fan53555-reg: supplied by vcc_sys
[    3.761502] usb 1-1.4: New USB device found, idVendor=04d9, idProduct=1400
[    3.768387] usb 1-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.926892] random: nonblocking pool is initialized
[    7.899953] rtc-hym8563 0-0051: could not init device, -6
[    7.906566] REG1: supplied by vcc_sys
[   10.110867] REG2: supplied by vcc_sys
[   12.309989] vcc_flash: supplied by vcc_io
[   12.753212] vcc_sd: supplied by vcc_io
[   13.192813] vcc28_dvp: supplied by vcc_io
[   13.633176] dovdd_1v8: supplied by vcc28_dvp
[   13.637613] REG3: supplied by vcc_sys
[   16.255642] REG4: supplied by vcc_sys
[   18.430115] REG5: supplied by vcc_sys
[   21.027948] REG6: supplied by vcc_sys
[   21.895355] vdd10_lcd: Bringing 1000000uV into 1050000-1050000uV
[   25.548495] REG7: supplied by vcc_sys
[   26.413432] vcca_18: Bringing 3300000uV into 1800000-1800000uV
[   30.046044] REG8: supplied by vcc_sys
[   31.873727] rockchip-vop ff930000.vop: [drm:vop_crtc_enable] Update mode to 800x600p75, type: 11
[   31.905351] [drm:hdmi_config_hdr_infoframe] *ERROR* Not support DRM Infoframe
[   32.495531] REG9: supplied by vcc_sys
[   34.627799] REG10: supplied by vcc_20
[   35.905184] vdd_10: Bringing 1000000uV into 1100000-1100000uV
[   39.164489] REG11: supplied by vcc_20
[   40.412884] vcc_18: Bringing 900000uV into 1800000-1800000uV
[   43.622113] REG12: supplied by vcc_20
[   44.859925] vcc18_lcd: Bringing 1800000uV into 1850000-1850000uV
[   48.349323] rk3x-i2c ff650000.i2c: Initialized RK3xxx I2C bus at f08fa000
[   48.357197] rk3x-i2c ff150000.i2c: Initialized RK3xxx I2C bus at f08fc000
[   48.365081] rk3x-i2c ff160000.i2c: Initialized RK3xxx I2C bus at f08fe000
[   48.373241] rk3x-i2c ff660000.i2c: Initialized RK3xxx I2C bus at f0c22000
[   48.382225] rockchip-rga ff920000.rga: HW Version: 0x00.00
[   48.388245] rockchip-rga ff920000.rga: Registered rockchip-rga as /dev/video0
[   48.397753] usbcore: registered new interface driver uvcvideo
[   48.403536] USB Video Class driver (1.1.1)
[   51.691696] clk: couldn't get clock 0 for /tsadc@ff280000
[   51.698781] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[   51.707670] Bluetooth: Virtual HCI driver ver 1.5
[   51.712764] Bluetooth: HCI UART driver ver 2.3
[   51.717217] Bluetooth: HCI UART protocol H4 registered
[   51.722416] Bluetooth: HCI UART protocol LL registered
[   51.727560] Bluetooth: HCI UART protocol ATH3K registered
[   51.733148] usbcore: registered new interface driver bfusb
[   51.738780] usbcore: registered new interface driver btusb
[   51.744893] cpu cpu0: bin=1
[   51.747873] cpu cpu0: leakage=27
[   51.751165] cpu cpu0: Failed to get reg
[   51.755079] cpu cpu0: bin-scale=25
[   51.758994] sdhci: Secure Digital Host Controller Interface driver
[   51.765217] sdhci: Copyright(c) Pierre Ossman
[   51.769592] Synopsys Designware Multimedia Card Interface Driver
[   51.777104] dwmmc_rockchip ff0c0000.dwmmc: IDMAC supports 32-bit address mode.
[   51.784472] dwmmc_rockchip ff0c0000.dwmmc: Using internal DMA controller.
[   51.791318] dwmmc_rockchip ff0c0000.dwmmc: Version ID is 270a
[   51.797146] dwmmc_rockchip ff0c0000.dwmmc: DW MMC controller at irq 29,32 bit host data width,256 deep fifo
[   51.806950] dwmmc_rockchip ff0c0000.dwmmc: 'clock-freq-min-max' property was deprecated.
[   52.222474] dwmmc_rockchip ff0c0000.dwmmc: GPIO lookup for consumer cd
[   52.222496] dwmmc_rockchip ff0c0000.dwmmc: using device tree for GPIO lookup
[   52.222516] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/dwmmc@ff0c0000[0]'
[   52.222533] of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/dwmmc@ff0c0000[0]'
[   52.222547] dwmmc_rockchip ff0c0000.dwmmc: using lookup tables for GPIO lookup
[   52.222564] dwmmc_rockchip ff0c0000.dwmmc: lookup for GPIO cd failed
[   52.222583] dwmmc_rockchip ff0c0000.dwmmc: GPIO lookup for consumer wp
[   52.222597] dwmmc_rockchip ff0c0000.dwmmc: using device tree for GPIO lookup
[   52.222612] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@ff0c0000[0]'
[   52.222626] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@ff0c0000[0]'
[   52.222640] dwmmc_rockchip ff0c0000.dwmmc: using lookup tables for GPIO lookup
[   52.222655] dwmmc_rockchip ff0c0000.dwmmc: lookup for GPIO wp failed
[   53.556632] rockchip-iodomain ff770000.syscon:io-domains: Setting to 3300000 done
[   53.971936] rockchip-iodomain ff770000.syscon:io-domains: Setting to 3300000 done
[   53.991324] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[   54.012447] dwmmc_rockchip ff0c0000.dwmmc: 1 slots initialized
[   54.019164] dwmmc_rockchip ff0d0000.dwmmc: IDMAC supports 32-bit address mode.
[   54.026514] dwmmc_rockchip ff0d0000.dwmmc: Using internal DMA controller.
[   54.033353] dwmmc_rockchip ff0d0000.dwmmc: Version ID is 270a
[   54.039167] dwmmc_rockchip ff0d0000.dwmmc: DW MMC controller at irq 30,32 bit host data width,256 deep fifo
[   54.048961] dwmmc_rockchip ff0d0000.dwmmc: 'clock-freq-min-max' property was deprecated.
[   54.057140] dwmmc_rockchip ff0d0000.dwmmc: No vmmc regulator found
[   54.063346] dwmmc_rockchip ff0d0000.dwmmc: No vqmmc regulator found
[   54.069635] dwmmc_rockchip ff0d0000.dwmmc: GPIO lookup for consumer wp
[   54.069650] dwmmc_rockchip ff0d0000.dwmmc: using device tree for GPIO lookup
[   54.069668] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@ff0d0000[0]'
[   54.069684] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@ff0d0000[0]'
[   54.069698] dwmmc_rockchip ff0d0000.dwmmc: using lookup tables for GPIO lookup
[   54.069714] dwmmc_rockchip ff0d0000.dwmmc: lookup for GPIO wp failed
[   54.070874] dwmmc_rockchip ff0f0000.dwmmc: IDMAC supports 32-bit address mode.
[   54.078225] dwmmc_rockchip ff0f0000.dwmmc: Using internal DMA controller.
[   54.085062] dwmmc_rockchip ff0f0000.dwmmc: Version ID is 270a
[   54.090875] dwmmc_rockchip ff0f0000.dwmmc: DW MMC controller at irq 31,32 bit host data width,256 deep fifo
[   54.100678] dwmmc_rockchip ff0f0000.dwmmc: 'clock-freq-min-max' property was deprecated.
[   54.108855] dwmmc_rockchip ff0f0000.dwmmc: No vmmc regulator found
[   54.115068] dwmmc_rockchip ff0f0000.dwmmc: No vqmmc regulator found
[   54.121376] dwmmc_rockchip ff0f0000.dwmmc: GPIO lookup for consumer wp
[   54.121392] dwmmc_rockchip ff0f0000.dwmmc: using device tree for GPIO lookup
[   54.121410] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@ff0f0000[0]'
[   54.121425] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@ff0f0000[0]'
[   54.121440] dwmmc_rockchip ff0f0000.dwmmc: using lookup tables for GPIO lookup
[   54.121455] dwmmc_rockchip ff0f0000.dwmmc: lookup for GPIO wp failed
[   54.141381] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[   54.162458] dwmmc_rockchip ff0f0000.dwmmc: 1 slots initialized
[   54.171847] sdhci-pltfm: SDHCI platform and OF driver helper
[   54.180003] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/work[0]' - status (0)
[   54.180313] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/user[0]' - status (0)
[   54.181060] hidraw: raw HID events driver (C) Jiri Kosina
[   54.191581] input: HID 062a:0001 as /devices/platform/ff540000.usb/usb1/1-1/1-1.1/1-1.1:1.0/0003:062A:0001.0001/input/input1
[   54.203550] hid-generic 0003:062A:0001.0001: input,hidraw0: USB HID v1.10 Mouse [HID 062a:0001] on usb-ff540000.usb-1.1/input0
[   54.226690] mmc1: MAN_BKOPS_EN bit is not set
[   54.234585] mmc_host mmc1: Bus speed (slot 0) = 99000000Hz (slot req 100000000Hz, actual 99000000HZ div = 0)
[   54.262883] dwmmc_rockchip ff0f0000.dwmmc: Successfully tuned phase to 87
[   54.269899] mmc1: new HS200 MMC card at address 0001
[   54.275861] mmcblk1: mmc1:0001 AGND3R 14.6 GiB
[   54.280903] mmcblk1boot0: mmc1:0001 AGND3R partition 1 4.00 MiB
[   54.287373] mmcblk1boot1: mmc1:0001 AGND3R partition 2 4.00 MiB
[   54.293873] mmcblk1rpmb: mmc1:0001 AGND3R partition 3 4.00 MiB
[   54.303784]  mmcblk1: p1 p2 p3 p4 p5
[   54.493278] input: HID 04d9:1400 as /devices/platform/ff540000.usb/usb1/1-1/1-1.4/1-1.4:1.0/0003:04D9:1400.0002/input/input2
[   54.562446] hid-generic 0003:04D9:1400.0002: input,hidraw1: USB HID v1.10 Keyboard [HID 04d9:1400] on usb-ff540000.usb-1.4/input0
[   55.033811] input: HID 04d9:1400 as /devices/platform/ff540000.usb/usb1/1-1/1-1.4/1-1.4:1.1/0003:04D9:1400.0003/input/input3
[   55.101930] hid-generic 0003:04D9:1400.0003: input,hidraw2: USB HID v1.10 Mouse [HID 04d9:1400] on usb-ff540000.usb-1.4/input1
[   55.113503] usbcore: registered new interface driver usbhid
[   55.119080] usbhid: USB HID core driver
[   55.123536] ashmem: initialized
[   55.127651] rockchip-dmc dmc: unable to get devfreq-event device : dfi
[   55.137113] rknandbase v1.2 2018-05-08
[   55.142396] usbcore: registered new interface driver snd-usb-audio
[   55.149955] of_get_named_gpiod_flags: can't parse 'spk-ctl-gpio' property of node '/i2c@ff660000/es8323@10[0]'
[   55.149978] ES8323 2-0010: Can not read property spk_ctl_gpio
[   55.155832] of_get_named_gpiod_flags: parsed 'hp-ctl-gpio' property of node '/i2c@ff660000/es8323@10[0]' - status (0)
[   55.155938] of_get_named_gpiod_flags: parsed 'hp-det-gpio' property of node '/i2c@ff660000/es8323@10[0]' - status (0)
[   55.156308] of_get_named_gpiod_flags: can't parse 'aux-det-gpio' property of node '/i2c@ff660000/es8323@10[0]'
[   55.156331] ES8323 2-0010: Can not read property aux_det_gpio
[   55.169100] u32 classifier
[   55.171901] Netfilter messages via NETLINK v0.30.
[   55.176733] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   55.183640] ctnetlink v0.93: registering with nfnetlink.
[   55.189155] ip_set: protocol 6
[   55.192285] IPVS: Registered protocols ()
[   55.196353] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
[   55.203861] IPVS: Creating netns size=1104 id=0
[   55.208440] IPVS: ipvs loaded.
[   55.212174] ip_tables: (C) 2000-2006 Netfilter Core Team
[   55.217816] Initializing XFRM netlink socket
[   55.223517] NET: Registered protocol family 10
[   55.229624] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   55.235423] sit: IPv6 over IPv4 tunneling driver
[   55.241130] NET: Registered protocol family 17
[   55.245673] NET: Registered protocol family 15
[   55.250182] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[   55.262950] Bridge firewalling registered
[   55.267206] Bluetooth: RFCOMM socket layer initialized
[   55.272424] Bluetooth: RFCOMM ver 1.11
[   55.276207] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[   55.282177] Bluetooth: HIDP socket layer initialized
[   55.287250] 8021q: 802.1Q VLAN Support v1.8
[   55.291520] lib80211: common routines for IEEE802.11 drivers
[   55.297181] lib80211_crypt: registered algorithm 'NULL'
[   55.297204] lib80211_crypt: registered algorithm 'WEP'
[   55.297226] lib80211_crypt: registered algorithm 'CCMP'
[   55.297246] lib80211_crypt: registered algorithm 'TKIP'
[   55.297268] [WLAN_RFKILL]: Enter rfkill_wlan_init
[   55.302371] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[   55.307199] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6212
[   55.314107] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[   55.321277] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
[   55.328672] of_get_named_gpiod_flags: can't parse 'WIFI,poweren_gpio' property of node '/wireless-wlan[0]'
[   55.328687] of_get_named_gpiod_flags: can't parse 'WIFI,vbat_gpio' property of node '/wireless-wlan[0]'
[   55.328701] of_get_named_gpiod_flags: can't parse 'WIFI,reset_gpio' property of node '/wireless-wlan[0]'
[   55.328752] of_get_named_gpiod_flags: parsed 'WIFI,host_wake_irq' property of node '/wireless-wlan[0]' - status (0)
[   55.328766] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,host_wake_irq = 150, flags = 0.
[   55.338009] [WLAN_RFKILL]: wlan_platdata_parse_dt: The ref_wifi_clk not found !
[   55.345337] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[   55.350567] [WLAN_RFKILL]: Exit rfkill_wlan_probe
[   55.355409] [BT_RFKILL]: Enter rfkill_rk_init
[   55.360408] of_get_named_gpiod_flags: parsed 'uart_rts_gpios' property of node '/wireless-bluetooth[0]' - status (0)
[   55.360425] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 139.
[   55.368671] of_get_named_gpiod_flags: can't parse 'BT,power_gpio' property of node '/wireless-bluetooth[0]'
[   55.368723] of_get_named_gpiod_flags: parsed 'BT,reset_gpio' property of node '/wireless-bluetooth[0]' - status (0)
[   55.368735] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 149.
[   55.376886] of_get_named_gpiod_flags: parsed 'BT,wake_gpio' property of node '/wireless-bluetooth[0]' - status (0)
[   55.376900] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 146.
[   55.384959] of_get_named_gpiod_flags: parsed 'BT,wake_host_irq' property of node '/wireless-bluetooth[0]' - status (0)
[   55.384972] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 151.
[   55.393344] [BT_RFKILL]: bluetooth_platdata_parse_dt: clk_get failed!!!.
[   55.400149] [BT_RFKILL]: Request irq for bt wakeup host
[   55.405483] [BT_RFKILL]: ** disable irq
[   55.409605] [BT_RFKILL]: bt_default device registered.
[   55.414937] Key type dns_resolver registered
[   55.419473] sensor_register_slave:mpu6880_gyro,id=50
[   55.425628] ThumbEE CPU extension supported.
[   55.429935] Registering SWP/SWPB emulation handler
[   55.436159] Loading compiled-in X.509 certificates
[   55.443805] vendor storage:20160801 ret = 0
[   55.847291] mali ffa30000.gpu: Failed to get leakage
[   56.258963] mali ffa30000.gpu: Failed to get pvtm
[   56.264472] W : [File] : drivers/gpu/arm/midgard/platform/rk/mali_kbase_config_rk.c; [Line] : 113; [Func] : kbase_platform_rk_init(); power-off-delay-ms not available.
[   56.280203] mali ffa30000.gpu: GPU identified as 0x0750 r0p0 status 1
[   56.287193] mali ffa30000.gpu: Protected mode not available
[   56.293411] mali ffa30000.gpu: Using configured power model mali-simple-power-model, and fallback mali-simple-power-model
[   56.304763] I : [File] : drivers/gpu/arm/midgard/backend/gpu/mali_kbase_devfreq.c; [Line] : 414; [Func] : kbase_devfreq_init(); success initing power_model_simple.
[   56.320497] mali ffa30000.gpu: Probed as mali0
[   56.326720] force_sf_dma_mode is ignored if force_thresh_dma_mode is set.
[   57.132786] rk_gmac-dwmac ff290000.ethernet: clock input or output? (input).
[   57.140038] rk_gmac-dwmac ff290000.ethernet: TX delay(0x1d).
[   57.145760] rk_gmac-dwmac ff290000.ethernet: RX delay(0x16).
[   57.151477] rk_gmac-dwmac ff290000.ethernet: integrated PHY? (no).
[   57.157849] rk_gmac-dwmac ff290000.ethernet: cannot get clock clk_mac_speed
[   57.164840] rk_gmac-dwmac ff290000.ethernet: clock input from PHY
[   57.175953] rk_gmac-dwmac ff290000.ethernet: init for RGMII
[   57.181695] stmmac - user ID: 0x10, Synopsys ID: 0x35
[   57.186753]  Ring mode enabled
[   57.189813]  DMA HW capability register supported
[   57.194366]  Normal descriptors
[   57.197705]  RX Checksum Offload Engine supported (type 2)
[   57.203230]  Wake-Up On Lan supported
[   57.207017]  Enable RX Mitigation via HW Watchdog Timer
[   57.212476] of_get_named_gpiod_flags: parsed 'snps,reset-gpio' property of node '/ethernet@ff290000[0]' - status (0)
[   58.244969] libphy: stmmac: probed
[   58.248392] eth%d: PHY ID 001cc915 at 0 IRQ POLL (stmmac-0:00) active
[   58.254884] eth%d: PHY ID 001cc915 at 1 IRQ POLL (stmmac-0:01)
[   58.262467] input: adc-keys as /devices/platform/adc-keys/input/input4
[   58.270118] clk: couldn't get clock 0 for /tsadc@ff280000
[   58.277136] dwmmc_rockchip ff0d0000.dwmmc: IDMAC supports 32-bit address mode.
[   58.284519] dwmmc_rockchip ff0d0000.dwmmc: Using internal DMA controller.
[   58.291367] dwmmc_rockchip ff0d0000.dwmmc: Version ID is 270a
[   58.297152] dwmmc_rockchip ff0d0000.dwmmc: DW MMC controller at irq 30,32 bit host data width,256 deep fifo
[   58.306962] dwmmc_rockchip ff0d0000.dwmmc: 'clock-freq-min-max' property was deprecated.
[   58.315148] dwmmc_rockchip ff0d0000.dwmmc: No vmmc regulator found
[   58.321361] dwmmc_rockchip ff0d0000.dwmmc: No vqmmc regulator found
[   58.327651] dwmmc_rockchip ff0d0000.dwmmc: GPIO lookup for consumer wp
[   58.327666] dwmmc_rockchip ff0d0000.dwmmc: using device tree for GPIO lookup
[   58.327684] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@ff0d0000[0]'
[   58.327699] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@ff0d0000[0]'
[   58.327714] dwmmc_rockchip ff0d0000.dwmmc: using lookup tables for GPIO lookup
[   58.327730] dwmmc_rockchip ff0d0000.dwmmc: lookup for GPIO wp failed
[   58.759550] rockchip-dmc dmc: Failed to get leakage
[   59.570277] rockchip-dmc dmc: Failed to get pvtm
[   59.575686] rockchip-dmc dmc: failed to get vop bandwidth to dmc rate
[   59.641331] rockchip-dmc dmc: could not find power_model node
[   59.870370] devfreq ffa30000.gpu: Couldn't update frequency transition information.
[   60.284154] rockchip-dmc dmc: cpu3 policy NULL
[   60.288613] devfreq dmc: Couldn't update frequency transition information.
[   60.296305] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/sound[0]'
[   60.296327] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/sound[0]'
[   60.420279] asoc-simple-card sound: ES8323 HiFi <-> ff890000.i2s mapping ok
[   60.428659] asoc-simple-card sound: i2s-hifi <-> ff890000.i2s mapping ok
[   60.435431] asoc-simple-card sound: ASoC: no sink widget found for MIC1
[   60.442076] asoc-simple-card sound: ASoC: Failed to add route Microphone Jack -> direct -> MIC1
[   60.450771] asoc-simple-card sound: ASoC: no sink widget found for MIC2
[   60.457405] asoc-simple-card sound: ASoC: Failed to add route Microphone Jack -> direct -> MIC2
[   60.466141] asoc-simple-card sound: ASoC: no source widget found for micbias1
[   60.473313] asoc-simple-card sound: ASoC: Failed to add route micbias1 -> direct -> Microphone Jack
[   60.482384] asoc-simple-card sound: ASoC: no source widget found for HPOL
[   60.489179] asoc-simple-card sound: ASoC: Failed to add route HPOL -> direct -> Headphone Jack
[   60.497813] asoc-simple-card sound: ASoC: no source widget found for HPOR
[   60.504627] asoc-simple-card sound: ASoC: Failed to add route HPOR -> direct -> Headphone Jack
[   60.517061] input: rockchip,firefly-codec Headphone Jack as /devices/platform/sound/sound/card0/input5
[   60.527719] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/spdif-sound[0]'
[   60.527740] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/spdif-sound[0]'
[   60.529642] asoc-simple-card spdif-sound: dit-hifi <-> ff8b0000.sound mapping ok
[   60.539027] clk: couldn't get clock 0 for /tsadc@ff280000
[   60.546046] dwmmc_rockchip ff0d0000.dwmmc: IDMAC supports 32-bit address mode.
[   60.553414] dwmmc_rockchip ff0d0000.dwmmc: Using internal DMA controller.
[   60.560218] dwmmc_rockchip ff0d0000.dwmmc: Version ID is 270a
[   60.566032] dwmmc_rockchip ff0d0000.dwmmc: DW MMC controller at irq 30,32 bit host data width,256 deep fifo
[   60.575826] dwmmc_rockchip ff0d0000.dwmmc: 'clock-freq-min-max' property was deprecated.
[   60.584005] dwmmc_rockchip ff0d0000.dwmmc: No vmmc regulator found
[   60.590186] dwmmc_rockchip ff0d0000.dwmmc: No vqmmc regulator found
[   60.596499] dwmmc_rockchip ff0d0000.dwmmc: GPIO lookup for consumer wp
[   60.596515] dwmmc_rockchip ff0d0000.dwmmc: using device tree for GPIO lookup
[   60.596532] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@ff0d0000[0]'
[   60.596548] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@ff0d0000[0]'
[   60.596562] dwmmc_rockchip ff0d0000.dwmmc: using lookup tables for GPIO lookup
[   60.596579] dwmmc_rockchip ff0d0000.dwmmc: lookup for GPIO wp failed

[   60.598071] dhd_module_init: in Dongle Host Driver, version 1.579.77.41.9 (r)
[   60.598107] ======== dhd_wlan_init_plat_data ========
[   60.598113] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: Enter
[   60.598124] dhd_wlan_init_gpio: WL_REG_ON=-1, WL_HOST_WAKE=-1
[   60.598130] dhd_wlan_init_gpio: oob_irq=233, oob_irq_flags=0x414
[   60.598134] dhd_wifi_platform_load: Enter
[   60.598166] Power-up adapter 'DHD generic adapter'
[   60.598266] wifi_platform_set_power = 1
[   60.598270] ======== PULL WL_REG_ON(-1) HIGH! ========
[   60.598275] [WLAN_RFKILL]: rockchip_wifi_power: 1
[   60.598281] [WLAN_RFKILL]: wifi turn on power. -1
[   60.655663] =======================================================
[   60.661949] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
[   60.668218] =======================================================
[   60.674503] Realtek 8188EU USB WiFi driver (Powered by Rockchip,Ver v5.2.2.3_24783.20171030) init.
[   60.683474] [WLAN_RFKILL]: rockchip_wifi_power: 1
[   60.688182] [WLAN_RFKILL]: wifi turn on power. -1
[   60.692903] RTW: module init start
[   60.696312] RTW: rtl8188eu v5.2.2.3_24783.20171030
[   60.701118] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: Enter
[   60.706994] usbcore: registered new interface driver rtl8188eu
[   60.712882] RTW: module init ret=0
[   60.716979] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/button@0[0]' - status (0)
[   60.717065] gpio-5 (GPIO Key Power): gpiod_set_debounce: missing set() or set_debounce() operations
[   60.717513] input: gpio-keys as /devices/platform/gpio-keys/input/input6
[   60.725079] hctosys: unable to open rtc device (rtc0)
[   60.725568] clk: couldn't get clock 0 for /tsadc@ff280000
[   60.727099] dwmmc_rockchip ff0d0000.dwmmc: IDMAC supports 32-bit address mode.
[   60.727220] dwmmc_rockchip ff0d0000.dwmmc: Using internal DMA controller.
[   60.727237] dwmmc_rockchip ff0d0000.dwmmc: Version ID is 270a
[   60.727277] dwmmc_rockchip ff0d0000.dwmmc: DW MMC controller at irq 30,32 bit host data width,256 deep fifo
[   60.727309] dwmmc_rockchip ff0d0000.dwmmc: 'clock-freq-min-max' property was deprecated.
[   60.727377] dwmmc_rockchip ff0d0000.dwmmc: No vmmc regulator found
[   60.727385] dwmmc_rockchip ff0d0000.dwmmc: No vqmmc regulator found
[   60.727406] dwmmc_rockchip ff0d0000.dwmmc: GPIO lookup for consumer wp
[   60.727415] dwmmc_rockchip ff0d0000.dwmmc: using device tree for GPIO lookup
[   60.727427] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@ff0d0000[0]'
[   60.727436] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@ff0d0000[0]'
[   60.727445] dwmmc_rockchip ff0d0000.dwmmc: using lookup tables for GPIO lookup
[   60.727455] dwmmc_rockchip ff0d0000.dwmmc: lookup for GPIO wp failed
[   60.806854] vcc_sd: disabling
[   60.810093] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 417; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '', rk_ko_ver is '5', built at '09:57:59', on 'Feb 19 2019'.
[   60.830976] Mali: Mali device driver loaded
[   60.835751] ALSA device list:
[   60.838733]   #0: rockchip,firefly-codec
[   60.842690]   #1: ROCKCHIP,SPDIF
[   60.901314] wifi_platform_bus_enumerate device present 1
[   60.906733] ======== Card detection to detect SDIO card! ========
[   60.912932] sdio: host isn't  initialization successfully.
[   60.929302] EXT4-fs (mmcblk1p5): mounted filesystem with ordered data mode. Opts: (null)
[   60.937511] VFS: Mounted root (ext4 filesystem) on device 179:5.
[   60.945380] devtmpfs: mounted
[   60.950453] Freeing unused kernel memory: 1024K
[   61.230862] systemd[1]: System time before build time, advancing clock.
[   61.247435] cgroup: cgroup2: unknown option "nsdelegate"
[   61.268050] 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)
[   61.290631] systemd[1]: Detected architecture arm.
[   61.307577] systemd[1]: Set hostname to <firefly>.
[   61.611949] 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.
[   61.628886] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[   61.972775] systemd[1]: Created slice User and Session Slice.
[   61.979220] systemd[1]: Reached target Swap.
[   61.988767] systemd[1]: Reached target User and Group Name Lookups.
[   61.999469] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   62.014910] systemd[1]: Created slice System Slice.
[   62.025152] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[   62.063047] systemd[1]: Listening on udev Kernel Socket.
[   62.069572] systemd[1]: Listening on Journal Socket.
[   62.084803] systemd[1]: Starting Set the console keyboard layout...
[   62.098000] systemd[1]: Mounting Kernel Debug File System...
[   62.104650] systemd[1]: Reached target Slices.
[   62.120111] systemd[1]: Starting Create Static Device Nodes in /dev...
[   62.128206] systemd[1]: Listening on Syslog Socket.
[   62.138480] systemd[1]: Listening on udev Control Socket.
[   62.154121] systemd[1]: Starting udev Coldplug all Devices...
[   62.161984] systemd[1]: Created slice system-serial\x2dgetty.slice.
[   62.178457] systemd[1]: Starting Remount Root and Kernel File Systems...
[   62.188325] systemd[1]: Listening on Journal Socket (/dev/log).
[   62.204667] systemd[1]: Starting Journal Service...
[   62.230639] systemd[1]: Starting Load Kernel Modules...
[   62.237814] systemd[1]: Reached target Remote File Systems.
[   62.262358] systemd[1]: Mounted Kernel Debug File System.
[   62.270826] systemd[1]: Started Create Static Device Nodes in /dev.
[   62.289933] systemd[1]: Started Remount Root and Kernel File Systems.
[   62.304601] systemd[1]: Started Load Kernel Modules.
[   62.322460] systemd[1]: Mounting Kernel Configuration File System...
[   62.336847] systemd[1]: Mounting FUSE Control File System...
[   62.362577] systemd[1]: Starting Apply Kernel Variables...
[   62.387997] systemd[1]: Starting Load/Save Random Seed...
[   62.404282] systemd[1]: Starting udev Kernel Device Manager...
[   62.421792] systemd[1]: Mounted Kernel Configuration File System.
[   62.437870] systemd[1]: Mounted FUSE Control File System.
[   62.479117] systemd[1]: Started Apply Kernel Variables.
[   62.486153] systemd[1]: Started Load/Save Random Seed.
[   62.711964] systemd[1]: Started udev Kernel Device Manager.
[   62.723194] systemd[1]: Started Set the console keyboard layout.
[   62.724588] systemd[1]: Reached target Local File Systems (Pre).
[   62.728933] systemd[1]: Reached target Local File Systems.
[   62.762994] systemd[1]: Starting Set console font and keymap...
[   62.774875] systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
[   62.839956] systemd[1]: Started Tell Plymouth To Write Out Runtime Data.
[   62.911415] failed to power up DHD generic adapter, 1 retry left
[   62.927639] wifi_platform_set_power = 0
[   62.927658] ======== PULL WL_REG_ON(-1) LOW! ========
[   62.927671] [WLAN_RFKILL]: rockchip_wifi_power: 0
[   62.927683] [WLAN_RFKILL]: wifi shut off power.
[   62.927693] wifi_platform_bus_enumerate device present 0
[   62.927720] ======== Card detection to remove SDIO card! ========
[   62.927731] sdio: host isn't  initialization successfully.
[   62.933797] wifi_platform_set_power = 1
[   62.933815] ======== PULL WL_REG_ON(-1) HIGH! ========
[   62.933845] [WLAN_RFKILL]: rockchip_wifi_power: 1
[   62.933858] [WLAN_RFKILL]: wifi turn on power. -1
[   62.945452] systemd[1]: Started Journal Service.
[   63.124294] systemd-journald[157]: Received request to flush runtime journal from PID 1
[   63.301401] wifi_platform_bus_enumerate device present 1
[   63.301424] ======== Card detection to detect SDIO card! ========
[   63.301436] sdio: host isn't  initialization successfully.
[   65.301417] failed to power up DHD generic adapter, 0 retry left
[   65.317696] wifi_platform_set_power = 0
[   65.317741] ======== PULL WL_REG_ON(-1) LOW! ========
[   65.317754] [WLAN_RFKILL]: rockchip_wifi_power: 0
[   65.317766] [WLAN_RFKILL]: wifi shut off power.
[   65.317778] wifi_platform_bus_enumerate device present 0
[   65.317788] ======== Card detection to remove SDIO card! ========
[   65.317798] sdio: host isn't  initialization successfully.
[   65.323539] failed to power up DHD generic adapter, max retry reached**
[   65.330397] unregister wifi platform drivers
[   65.330426] wifi_platform_bus_enumerate device present 0
[   65.330438] ======== Card detection to remove SDIO card! ========
[   65.330466] sdio: host isn't  initialization successfully.
[   65.336281] ======== dhd_wlan_deinit_plat_data ========
[   65.336294] dhd_module_init: Failed to load the driver, try cnt 0
[   65.368374] dhd_module_init: Failed to load driver max retry reached**
[   65.368396] dhd_module_init: Exit err=-19
[   65.754570] rk_gmac-dwmac ff290000.ethernet: rk_get_eth_addr: mac address: 8a:03:47:21:d3:6a
[   65.763142] eth0: device MAC address 8a:03:47:21:d3:6a
[   65.765192] clk: couldn't get clock 0 for /tsadc@ff280000
[   65.767588] dwmmc_rockchip ff0d0000.dwmmc: IDMAC supports 32-bit address mode.
[   65.770820] dwmmc_rockchip ff0d0000.dwmmc: Using internal DMA controller.
[   65.770868] dwmmc_rockchip ff0d0000.dwmmc: Version ID is 270a
[   65.770946] dwmmc_rockchip ff0d0000.dwmmc: DW MMC controller at irq 30,32 bit host data width,256 deep fifo
[   65.771005] dwmmc_rockchip ff0d0000.dwmmc: 'clock-freq-min-max' property was deprecated.
[   65.771110] dwmmc_rockchip ff0d0000.dwmmc: No vmmc regulator found
[   65.771129] dwmmc_rockchip ff0d0000.dwmmc: No vqmmc regulator found
[   65.771192] dwmmc_rockchip ff0d0000.dwmmc: GPIO lookup for consumer wp
[   65.771347] dwmmc_rockchip ff0d0000.dwmmc: using device tree for GPIO lookup
[   65.771374] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@ff0d0000[0]'
[   65.771392] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@ff0d0000[0]'
[   65.771408] dwmmc_rockchip ff0d0000.dwmmc: using lookup tables for GPIO lookup
[   65.771426] dwmmc_rockchip ff0d0000.dwmmc: lookup for GPIO wp failed
[   66.192951] file system registered
[   66.398276] read descriptors
[   66.398316] read strings
[   66.552392] [BT_RFKILL]: rfkill_rk_set_power: set bt wake_host pin output high!
[   66.611488] [BT_RFKILL]: ENABLE UART_RTS
[   66.721414] [BT_RFKILL]: DISABLE UART_RTS
[   66.721527] [BT_RFKILL]: bt turn on power
[   66.904049] IPVS: Creating netns size=1104 id=1
[   66.933364] ttyS0 - failed to request DMA, use interrupt mode
[   67.395742] dwc2 ff580000.usb: bound driver configfs-gadget
[   68.723119] tty_port_close_start: tty->count = 1 port count = 2.
[   70.334865] rockchip-dmc dmc: cpu3 policy NULL
[   70.339356] rockchip-dmc dmc: cpu3 policy NULL
[   70.343994] rockchip-vop ff930000.vop: [drm:vop_crtc_enable] Update mode to 1920x1080p0, type: 11
[   70.367304] [drm:hdmi_config_hdr_infoframe] *ERROR* Not support DRM Infoframe
[   73.704421] IPVS: Creating netns size=1104 id=2
[   79.933980] [BT_RFKILL]: rfkill_rk_set_power: set bt wake_host pin output high!
[   79.961429] [BT_RFKILL]: ENABLE UART_RTS
[   80.071389] [BT_RFKILL]: DISABLE UART_RTS
[   80.071498] [BT_RFKILL]: bt turn on power
root@firefly:~#

Reply

Use props Report

1387

Credits

0

Prestige

0

Contribution

vip

Rank: 6Rank: 6

Credits
1387
Posted at 3/8/2019 16:57:29     
Hi @jetlan,  what's your board's hardware revision, which is labeled on the board?
Reply

Use props Report

14

Credits

0

Prestige

0

Contribution

new registration

Rank: 1

Credits
14
Posted at 12/22/2021 12:44:09     
I lost my password. so i register in another user id.
I found that my RK3288 board use AP6335 module for WiFi function. Can AP6212 setting works for AP6335 module?
Or any way to change WiFi module setting?
Reply

Use props Report

486

Credits

20

Prestige

15

Contribution

intermediate

Rank: 3Rank: 3

Credits
486
Posted at 12/24/2021 09:39:22     
jetlan1962 Posted at 12/22/2021 12:44
I lost my password. so i register in another user id.
I found that my RK3288 board use AP6335 modu ...

AP6212 is just the node attributes printed by the kernel, in fact the driver is compatible with AP6212 and AP6335. I guess it is caused by abnormal loading of wifi-firmware.

You can try the latest firmware: FIREFLY-RK3288-UBUNTU18.04-GPT-20201102-1452.img.7z
https://en.t-firefly.com/doc/download/4.html

In addition, you can also try to copy the firmware of the corresponding module to the directory `/system/etc/firmware/` to see if it works.
https://gitlab.com/firefly-linux ... y/firmware/broadcom
Reply

Use props Report

You need to log in before you can reply Login | Register

This forum Credits Rules

Quick Reply Back to top Back to list