mrfixit2001 / debian_desktop

Feature Complete Debian Desktop
75 stars 5 forks source link

Spinlock suspected on CPU #22

Open romanczukiewiczs opened 4 years ago

romanczukiewiczs commented 4 years ago

Hi,

I have problem with Your last release of debian_desktop. This is my setup:

  1. ROCKPro64 v2.1
  2. PINE PCIE SATA
  3. 12v 8A Power adapter

When i use parted for clearing disk i get something like this:

kernel:[ 170.988013] BUG: spinlock lockup suspected on CPU#0, scsi_eh_1/373

Command used:

sudo parted /dev/sdb mklabel gpt

Thanks in advance for Your help.

Best regards,

mrfixit2001 commented 4 years ago

Hmm thank you for reporting, I have not yet seen this issue. Can you please see if the v1.6 update I pushed today has resolved? If not, please provide a full dmesg or uart capture via pastebin. Thank you!

romanczukiewiczs commented 4 years ago

Hi,

@mrfixit2001 thanks for Your message. I see one contribution in Your relase for pinebook pro. I have rock64pro. I can't use this image on my board.

Best reagards,

mrfixit2001 commented 4 years ago

@romanczukiewiczs a new rockpro release has been added, can you please confirm if this issue persists? Thanks!

romanczukiewiczs commented 4 years ago

Hi,

Sorry for my late reply. I tried use my disk with Your software but this still not working. I have some additional information about problem. All work fine on one disk ST1000LM049-2GH172. I have a lot of other disks but they don't works. This looks like freeze on PCI controller. I'm sending some information about this disk. Maybe this will be helpful. I can send you remote acces to device if you would like see this live.

My system version: Linux localhost 4.4.180 #1 SMP Fri May 31 17:07:08 EDT 2019 aarch64 GNU/Linux Installed from image: rock64-debian-mrfixit-190531.img.xz Used controller: ASMedia ASM1061

First disk. Works fine:

ATA device, with non-removable media Model Number: ST1000LM049-2GH172 Serial Number: WGS3RWW5 Firmware Revision: SDM1 Transport: Serial, ATA8-AST, SATA 1.0a, SATA II Extensions, SATA Rev 2.5, SATA Rev 2.6, SATA Rev 3.0 Standards: Used: unknown (minor revision code 0x001f) Supported: 10 9 8 7 6 5 Likely used: 10 Configuration: Logical max current cylinders 16383 16383 heads 16 16 sectors/track 63 63

CHS current addressable sectors: 16514064 LBA user addressable sectors: 268435455 LBA48 user addressable sectors: 1953525168 Logical Sector size: 512 bytes Physical Sector size: 4096 bytes Logical Sector-0 offset: 0 bytes device size with M = 10241024: 953869 MBytes device size with M = 10001000: 1000204 MBytes (1000 GB) cache/buffer size = unknown Form Factor: 2.5 inch Nominal Media Rotation Rate: 7200 Capabilities: LBA, IORDY(can be disabled) Queue depth: 32 Standby timer values: spec'd by Standard, no device specific minimum R/W multiple sector transfer: Max = 16 Current = 16 Advanced power management level: 128 Recommended acoustic management value: 208, current value: 208 DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 udma5 *udma6 Cycle time: min=120ns recommended=120ns PIO: pio0 pio1 pio2 pio3 pio4 Cycle time: no flow control=120ns IORDY flow control=120ns Commands/features: Enabled Supported:

Second one doesn't work:

ATA device, with non-removable media Model Number: WDC WD10JPCX-24UE4T0 Serial Number: WD-WXH1EC4CU5VW Firmware Revision: 01.01A01 Transport: Serial, SATA 1.0a, SATA II Extensions, SATA Rev 2.5, SATA Rev 2.6, SATA Rev 3.0 Standards: Supported: 9 8 7 6 5 Likely used: 9 Configuration: Logical max current cylinders 16383 16383 heads 16 16 sectors/track 63 63

CHS current addressable sectors: 16514064 LBA user addressable sectors: 268435455 LBA48 user addressable sectors: 1953525168 Logical Sector size: 512 bytes Physical Sector size: 4096 bytes Logical Sector-0 offset: 0 bytes device size with M = 10241024: 953869 MBytes device size with M = 10001000: 1000204 MBytes (1000 GB) cache/buffer size = 16384 KBytes Nominal Media Rotation Rate: 5400 Capabilities: LBA, IORDY(can be disabled) Queue depth: 32 Standby timer values: spec'd by Standard, no device specific minimum R/W multiple sector transfer: Max = 16 Current = 0 Advanced power management level: 96 DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 udma5 *udma6 Cycle time: min=120ns recommended=120ns PIO: pio0 pio1 pio2 pio3 pio4 Cycle time: no flow control=120ns IORDY flow control=120ns Commands/features: Enabled Supported:

Best regards,

pon., 6 sty 2020 o 22:14 mrfixit2001 notifications@github.com napisał(a):

@romanczukiewiczs https://github.com/romanczukiewiczs a new rockpro release has been added, can you please confirm if this issue persists? Thanks!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mrfixit2001/debian_desktop/issues/22?email_source=notifications&email_token=AJXHYTLLTZUI4GRAKFR3A7LQ4ONLDA5CNFSM4JQ4WMGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIGZX5I#issuecomment-571317237, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJXHYTO3CDR5KFRBE3XB43LQ4ONLDANCNFSM4JQ4WMGA .

-- Pozdrawiam,

Sebastian Romańczukiewicz

romanczukiewiczs commented 4 years ago

Hi,

In attachment i'm sending dmesg output. I found two disk which can work fine with this controller. First ST1000LM049-2GH172 , second WDC WD3200BEKT-75PVMT1. If You don't use devices simultaneously all works fine. There is a problem when You want use both disk at the same time. I made more tests and i know how to reproduce problem. So under i' sending steps.

  1. You have to create two files. I created them with dd linux tool and command dd if=/dev/zero of=test1 and with the same command i made file called 'test2'.
  2. I used mkfs tool for creating partitions on this disks with command mkfs.ext4 /dev/sdx
  3. I created folders like a /mnt/disk1 and /mnt/disk2
  4. I mounted disks in this folders with command mount /dev/sdx /mnt/diskx
  5. I opened two terminals and i started two cp commands like this cp testx /mnt/diskx/

And then all stops. More details You can read in dmseg file in attachment.

PS. Sorry for my english. I promise i will try make reading my emails more comfortable for you in future. PS2. If You want somethig ASAP send me this via Facebook. Link below.

https://www.facebook.com/sebastian.romanczukiewicz

wt., 21 kwi 2020 o 21:24 Sebastian Romańczukiewicz < romanczukiewiczs@gmail.com> napisał(a):

Hi,

Sorry for my late reply. I tried use my disk with Your software but this still not working. I have some additional information about problem. All work fine on one disk ST1000LM049-2GH172. I have a lot of other disks but they don't works. This looks like freeze on PCI controller. I'm sending some information about this disk. Maybe this will be helpful. I can send you remote acces to device if you would like see this live.

My system version: Linux localhost 4.4.180 #1 SMP Fri May 31 17:07:08 EDT 2019 aarch64 GNU/Linux Installed from image: rock64-debian-mrfixit-190531.img.xz Used controller: ASMedia ASM1061

First disk. Works fine:

ATA device, with non-removable media Model Number: ST1000LM049-2GH172 Serial Number: WGS3RWW5 Firmware Revision: SDM1 Transport: Serial, ATA8-AST, SATA 1.0a, SATA II Extensions, SATA Rev 2.5, SATA Rev 2.6, SATA Rev 3.0 Standards: Used: unknown (minor revision code 0x001f) Supported: 10 9 8 7 6 5 Likely used: 10 Configuration: Logical max current cylinders 16383 16383 heads 16 16 sectors/track 63 63

CHS current addressable sectors: 16514064 LBA user addressable sectors: 268435455 LBA48 user addressable sectors: 1953525168 Logical Sector size: 512 bytes Physical Sector size: 4096 bytes Logical Sector-0 offset: 0 bytes device size with M = 10241024: 953869 MBytes device size with M = 10001000: 1000204 MBytes (1000 GB) cache/buffer size = unknown Form Factor: 2.5 inch Nominal Media Rotation Rate: 7200 Capabilities: LBA, IORDY(can be disabled) Queue depth: 32 Standby timer values: spec'd by Standard, no device specific minimum R/W multiple sector transfer: Max = 16 Current = 16 Advanced power management level: 128 Recommended acoustic management value: 208, current value: 208 DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 udma5 *udma6 Cycle time: min=120ns recommended=120ns PIO: pio0 pio1 pio2 pio3 pio4 Cycle time: no flow control=120ns IORDY flow control=120ns Commands/features: Enabled Supported:

  • SMART feature set Security Mode feature set
  • Power Management feature set
  • Write cache
  • Look-ahead
  • Host Protected Area feature set
  • WRITE_BUFFER command
  • READ_BUFFER command
  • NOP cmd
  • DOWNLOAD_MICROCODE
  • Advanced Power Management feature set Power-Up In Standby feature set
  • SET_FEATURES required to spinup after power up SET_MAX security extension
  • 48-bit Address feature set
  • Device Configuration Overlay feature set
  • Mandatory FLUSH_CACHE
  • FLUSH_CACHE_EXT
  • SMART error logging
  • SMART self-test
  • General Purpose Logging feature set
  • WRITE_{DMA|MULTIPLE}_FUA_EXT
  • 64-bit World wide name
  • IDLE_IMMEDIATE with UNLOAD Write-Read-Verify feature set
  • WRITE_UNCORRECTABLE_EXT command
  • {READ,WRITE}_DMA_EXT_GPL commands
  • Segmented DOWNLOAD_MICROCODE
  • Gen1 signaling speed (1.5Gb/s)
  • Gen2 signaling speed (3.0Gb/s)
  • Gen3 signaling speed (6.0Gb/s)
  • Native Command Queueing (NCQ)
  • Host-initiated interface power management
  • Phy event counters
  • Idle-Unload when NCQ is active
  • READ_LOG_DMA_EXT equivalent to READ_LOG_EXT
  • DMA Setup Auto-Activate optimization Device-initiated interface power management Asynchronous notification (eg. media change)
  • Software settings preservation
  • SMART Command Transport (SCT) feature set
  • SCT Write Same (AC2)
  • SCT Features Control (AC4)
  • SCT Data Tables (AC5) unknown 206[12] (vendor specific) unknown 206[13] (vendor specific)
  • DOWNLOAD MICROCODE DMA command
  • Data Set Management TRIM supported (limit 8 blocks) Security: Master password revision code = 65534 supported not enabled not locked not frozen not expired: security count supported: enhanced erase 122min for SECURITY ERASE UNIT. 122min for ENHANCED SECURITY ERASE UNIT. Logical Unit WWN Device Identifier: 5000c500bef857f8 NAA : 5 IEEE OUI : 000c50 Unique ID : 0bef857f8 Checksum: correct

Second one doesn't work:

ATA device, with non-removable media Model Number: WDC WD10JPCX-24UE4T0 Serial Number: WD-WXH1EC4CU5VW Firmware Revision: 01.01A01 Transport: Serial, SATA 1.0a, SATA II Extensions, SATA Rev 2.5, SATA Rev 2.6, SATA Rev 3.0 Standards: Supported: 9 8 7 6 5 Likely used: 9 Configuration: Logical max current cylinders 16383 16383 heads 16 16 sectors/track 63 63

CHS current addressable sectors: 16514064 LBA user addressable sectors: 268435455 LBA48 user addressable sectors: 1953525168 Logical Sector size: 512 bytes Physical Sector size: 4096 bytes Logical Sector-0 offset: 0 bytes device size with M = 10241024: 953869 MBytes device size with M = 10001000: 1000204 MBytes (1000 GB) cache/buffer size = 16384 KBytes Nominal Media Rotation Rate: 5400 Capabilities: LBA, IORDY(can be disabled) Queue depth: 32 Standby timer values: spec'd by Standard, no device specific minimum R/W multiple sector transfer: Max = 16 Current = 0 Advanced power management level: 96 DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 udma5 *udma6 Cycle time: min=120ns recommended=120ns PIO: pio0 pio1 pio2 pio3 pio4 Cycle time: no flow control=120ns IORDY flow control=120ns Commands/features: Enabled Supported:

  • SMART feature set Security Mode feature set
  • Power Management feature set
  • Write cache
  • Look-ahead
  • Host Protected Area feature set
  • WRITE_BUFFER command
  • READ_BUFFER command
  • DOWNLOAD_MICROCODE
  • Advanced Power Management feature set Power-Up In Standby feature set SET_MAX security extension
  • 48-bit Address feature set
  • Device Configuration Overlay feature set
  • Mandatory FLUSH_CACHE
  • FLUSH_CACHE_EXT
  • SMART error logging
  • SMART self-test
  • General Purpose Logging feature set
  • 64-bit World wide name
  • IDLE_IMMEDIATE with UNLOAD
  • WRITE_UNCORRECTABLE_EXT command
  • {READ,WRITE}_DMA_EXT_GPL commands
  • Segmented DOWNLOAD_MICROCODE
  • Gen1 signaling speed (1.5Gb/s)
  • Gen2 signaling speed (3.0Gb/s)
  • Gen3 signaling speed (6.0Gb/s)
  • Native Command Queueing (NCQ)
  • Host-initiated interface power management
  • Phy event counters
  • Idle-Unload when NCQ is active
  • NCQ priority information
  • Host automatic Partial to Slumber transitions
  • Device automatic Partial to Slumber transitions
  • READ_LOG_DMA_EXT equivalent to READ_LOG_EXT
  • DMA Setup Auto-Activate optimization Device-initiated interface power management
  • Software settings preservation
  • SMART Command Transport (SCT) feature set
  • SCT Write Same (AC2)
  • SCT Features Control (AC4)
  • SCT Data Tables (AC5) unknown 206[12] (vendor specific) unknown 206[13] (vendor specific) unknown 206[14] (vendor specific) Security: Master password revision code = 65534 supported not enabled not locked not frozen not expired: security count supported: enhanced erase 208min for SECURITY ERASE UNIT. 208min for ENHANCED SECURITY ERASE UNIT. Logical Unit WWN Device Identifier: 50014ee605aee296 NAA : 5 IEEE OUI : 0014ee Unique ID : 605aee296 Checksum: correct

Best regards,

pon., 6 sty 2020 o 22:14 mrfixit2001 notifications@github.com napisał(a):

@romanczukiewiczs https://github.com/romanczukiewiczs a new rockpro release has been added, can you please confirm if this issue persists? Thanks!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mrfixit2001/debian_desktop/issues/22?email_source=notifications&email_token=AJXHYTLLTZUI4GRAKFR3A7LQ4ONLDA5CNFSM4JQ4WMGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIGZX5I#issuecomment-571317237, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJXHYTO3CDR5KFRBE3XB43LQ4ONLDANCNFSM4JQ4WMGA .

-- Pozdrawiam,

Sebastian Romańczukiewicz

-- Pozdrawiam,

Sebastian Romańczukiewicz

[ 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.180 (adam@adam-vb) (gcc version 7.1.1 20170707 (Linaro GCC 7.1-2017.08) ) #1 SMP Fri May 31 17:07:08 EDT 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] On node 0 totalpages: 523776 [ 0.000000] DMA zone: 8184 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 523776 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: MIGRATE_INFO_TYPE not supported. [ 0.000000] PERCPU: Embedded 21 pages/cpu @ffffffc07fee8000 s46056 r8192 d31768 u86016 [ 0.000000] pcpu-alloc: s46056 r8192 d31768 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: 515592 [ 0.000000] Kernel command line: console=ttyS2,1500000n8 rw root=/dev/mmcblk0p2 rootwait rootfstype=ext4 panic=10 init=/sbin/init coherent_pool=1M ethaddr=0a:1b:1a:61:54:b1 eth1addr= serial=cbe896de5e93ec4b cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 video=HDMI-A-1:1920x1080@60 video=eDP-1:1920x1080@60 quiet loglevel=3 vga=current earlycon=uart8250,mmio32,0xff1a0000 swiotlb=1 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.000000] software IO TLB: mapped [mem 0x7fea0000-0x7fee0000] (0MB) [ 0.000000] Memory: 2031936K/2095104K available (15486K kernel code, 2164K rwdata, 6120K rodata, 1216K init, 745K bss, 63168K reserved, 0K cma-reserved) [ 0.000000] Virtual kernel memory layout: modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) vmalloc : 0xffffff8008000000 - 0xffffffbdbfff0000 ( 246 GB) .init : 0xffffff80095a0000 - 0xffffff80096d0000 ( 1216 KB) .text : 0xffffff8008080000 - 0xffffff8008fa0000 ( 15488 KB) .rodata : 0xffffff8008fa0000 - 0xffffff80095a0000 ( 6144 KB) .data : 0xffffff80096d0000 - 0xffffff80098ed008 ( 2165 KB) vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum) 0xffffffbdc0008000 - 0xffffffbdc2000000 ( 31 MB actual) fixed : 0xffffffbffe7fb000 - 0xffffffbffec00000 ( 4116 KB) PCI I/O : 0xffffffbffee00000 - 0xffffffbfffe00000 ( 16 MB) memory : 0xffffffc000200000 - 0xffffffc080000000 ( 2046 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 @7d480000 (psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GIC: using LPI property table @0x000000007d410000 [ 0.000000] ITS: Allocated 1792 chunks for LPIs [ 0.000000] CPU0: found redistributor 0 region 0:0x00000000fef00000 [ 0.000000] CPU0: using LPI pending table @0x000000007d420000 [ 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.001437] Console: colour dummy device 80x25 [ 0.001463] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000) [ 0.001476] pid_max: default: 32768 minimum: 301 [ 0.001628] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.001639] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.002378] Initializing cgroup subsys memory [ 0.002410] Initializing cgroup subsys devices [ 0.002424] Initializing cgroup subsys freezer [ 0.002441] Initializing cgroup subsys net_cls [ 0.002454] Initializing cgroup subsys net_prio [ 0.002482] ftrace: allocating 54586 entries in 214 pages [ 0.146207] sched-energy: Sched-energy-costs installed from DT [ 0.146226] CPU0: update cpu_capacity 401 [ 0.146283] ASID allocator initialised with 32768 entries [ 0.150203] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created [ 0.150740] Platform MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created [ 0.152115] Detected VIPT I-cache on CPU1 [ 0.152150] CPU1: found redistributor 1 region 0:0x00000000fef20000 [ 0.152180] CPU1: using LPI pending table @0x000000007d6d0000 [ 0.152224] CPU1: update cpu_capacity 401 [ 0.152228] CPU1: Booted secondary processor [410fd034] [ 0.152770] Detected VIPT I-cache on CPU2 [ 0.152791] CPU2: found redistributor 2 region 0:0x00000000fef40000 [ 0.152819] CPU2: using LPI pending table @0x000000007d700000 [ 0.152845] CPU2: update cpu_capacity 401 [ 0.152849] CPU2: Booted secondary processor [410fd034] [ 0.153391] Detected VIPT I-cache on CPU3 [ 0.153411] CPU3: found redistributor 3 region 0:0x00000000fef60000 [ 0.153438] CPU3: using LPI pending table @0x000000007d750000 [ 0.153464] CPU3: update cpu_capacity 401 [ 0.153467] CPU3: Booted secondary processor [410fd034] [ 0.154002] Detected PIPT I-cache on CPU4 [ 0.154030] CPU4: found redistributor 100 region 0:0x00000000fef80000 [ 0.154070] CPU4: using LPI pending table @0x000000007d780000 [ 0.154108] CPU4: update cpu_capacity 1024 [ 0.154111] CPU4: Booted secondary processor [410fd082] [ 0.154676] Detected PIPT I-cache on CPU5 [ 0.154696] CPU5: found redistributor 101 region 0:0x00000000fefa0000 [ 0.154733] CPU5: using LPI pending table @0x000000007d7c0000 [ 0.154759] CPU5: update cpu_capacity 1024 [ 0.154763] CPU5: Booted secondary processor [410fd082] [ 0.154850] Brought up 6 CPUs [ 0.154934] SMP: Total of 6 processors activated. [ 0.154943] CPU features: detected feature: GIC system register CPU interface [ 0.154951] CPU features: detected feature: 32-bit EL0 Support [ 0.154963] CPU: All CPU(s) started at EL2 [ 0.155010] alternatives: patching kernel code [ 0.156445] devtmpfs: initialized [ 0.174305] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 0.174330] futex hash table entries: 2048 (order: 5, 131072 bytes) [ 0.174824] xor: measuring software checksum speed [ 0.184348] 8regs : 2856.000 MB/sec [ 0.194405] 8regs_prefetch: 2556.000 MB/sec [ 0.204462] 32regs : 3200.000 MB/sec [ 0.214520] 32regs_prefetch: 2848.000 MB/sec [ 0.214527] xor: using function: 32regs (3200.000 MB/sec) [ 0.214546] pinctrl core: initialized pinctrl subsystem [ 0.214783] regulator-dummy: no parameters [ 0.216557] NET: Registered protocol family 16 [ 0.221227] cpuidle: using governor ladder [ 0.225245] cpuidle: using governor menu [ 0.225984] vdso: 2 pages (1 code @ ffffff8008fa6000, 1 data @ ffffff80096d4000) [ 0.226013] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.226552] DMA: preallocated 1024 KiB pool for atomic allocations [ 0.242131] gpiochip_add_data: registered GPIOs 0 to 31 on device: gpio0 [ 0.242205] gpiochip_add_data: registered GPIOs 32 to 63 on device: gpio1 [ 0.242279] gpiochip_add_data: registered GPIOs 64 to 95 on device: gpio2 [ 0.242352] gpiochip_add_data: registered GPIOs 96 to 127 on device: gpio3 [ 0.242437] gpiochip_add_data: registered GPIOs 128 to 159 on device: gpio4 [ 0.301022] raid6: int64x1 gen() 414 MB/s [ 0.318154] raid6: int64x1 xor() 330 MB/s [ 0.335204] raid6: int64x2 gen() 726 MB/s [ 0.352327] raid6: int64x2 xor() 509 MB/s [ 0.369433] raid6: int64x4 gen() 1101 MB/s [ 0.386520] raid6: int64x4 xor() 628 MB/s [ 0.403584] raid6: int64x8 gen() 859 MB/s [ 0.420684] raid6: int64x8 xor() 621 MB/s [ 0.437800] raid6: neonx1 gen() 851 MB/s [ 0.454903] raid6: neonx1 xor() 554 MB/s [ 0.471955] raid6: neonx2 gen() 1496 MB/s [ 0.489042] raid6: neonx2 xor() 894 MB/s [ 0.506135] raid6: neonx4 gen() 2128 MB/s [ 0.523230] raid6: neonx4 xor() 1175 MB/s [ 0.540349] raid6: neonx8 gen() 1695 MB/s [ 0.557412] raid6: neonx8 xor() 1279 MB/s [ 0.557418] raid6: using algorithm neonx4 gen() 2128 MB/s [ 0.557423] raid6: .... xor() 1175 MB/s, rmw enabled [ 0.557428] raid6: using intx1 recovery algorithm [ 0.558001] ACPI: Interpreter disabled. [ 0.558525] of_get_named_gpiod_flags: parsed 'rockchip,power-ctrl' property of node '/rockchip-suspend[0]' - status (0) [ 0.558563] of_get_named_gpiod_flags: parsed 'rockchip,power-ctrl' property of node '/rockchip-suspend[1]' - status (0) [ 0.558861] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/dc-12v[0]' [ 0.558884] dc_12v: 12000 mV [ 0.559058] reg-fixed-voltage dc-12v: dc_12v supplying 12000000uV [ 0.559109] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc-sys[0]' [ 0.559127] reg-fixed-voltage vcc-sys: Looking up vin-supply from device tree [ 0.559173] vcc_sys: supplied by dc_12v [ 0.559182] dc_12v: could not add device link regulator.2 err -2 [ 0.559223] vcc_sys: 5000 mV [ 0.559367] reg-fixed-voltage vcc-sys: vcc_sys supplying 5000000uV [ 0.559416] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc-phy-regulator[0]' [ 0.559431] vcc_phy: no parameters [ 0.559568] reg-fixed-voltage vcc-phy-regulator: vcc_phy supplying 0uV [ 0.559618] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc3v3-sys[0]' [ 0.559634] reg-fixed-voltage vcc3v3-sys: Looking up vin-supply from device tree [ 0.559670] vcc3v3_sys: supplied by vcc_sys [ 0.559678] vcc_sys: could not add device link regulator.4 err -2 [ 0.559715] vcc3v3_sys: 3300 mV [ 0.559870] reg-fixed-voltage vcc3v3-sys: vcc3v3_sys supplying 3300000uV [ 0.560037] of_get_named_gpiod_flags: parsed 'gpio' property of node '/vcc5v0-host-regulator[0]' - status (0) [ 0.560088] vcc5v0_host: no parameters [ 0.560248] reg-fixed-voltage vcc5v0-host-regulator: vcc5v0_host supplying 0uV [ 0.560304] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc1v8-sdio[0]' [ 0.560320] reg-fixed-voltage vcc1v8-sdio: Looking up vin-supply from device tree [ 0.560335] vcc1v8_sdio: unable to resolve supply [ 0.560342] vcc1v8_sdio: 1800 mV [ 0.560460] reg-fixed-voltage vcc1v8-sdio: Looking up vin-supply from device tree [ 0.560475] vcc1v8_sdio: regulator get failed, ret=-517 [ 0.560486] reg-fixed-voltage vcc1v8-sdio: Looking up vin-supply from device tree [ 0.560498] vcc1v8_sdio: unable to resolve supply [ 0.560507] reg-fixed-voltage vcc1v8-sdio: vcc1v8_sdio supplying 1800000uV [ 0.560610] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc1v8-wifi[0]' [ 0.560629] reg-fixed-voltage vcc1v8-wifi: Looking up vin-supply from device tree [ 0.560645] vcc1v8_wifi: unable to resolve supply [ 0.560652] vcc1v8_wifi: no parameters [ 0.560779] reg-fixed-voltage vcc1v8-wifi: Looking up vin-supply from device tree [ 0.560795] vcc1v8_wifi: regulator get failed, ret=-517 [ 0.560806] reg-fixed-voltage vcc1v8-sdio: Looking up vin-supply from device tree [ 0.560819] vcc1v8_sdio: unable to resolve supply [ 0.560826] reg-fixed-voltage vcc1v8-wifi: Looking up vin-supply from device tree [ 0.560839] vcc1v8_wifi: unable to resolve supply [ 0.560847] reg-fixed-voltage vcc1v8-wifi: vcc1v8_wifi supplying 0uV [ 0.560972] of_get_named_gpiod_flags: parsed 'gpio' property of node '/vcc12v-pcie-regulator[0]' - status (0) [ 0.561011] reg-fixed-voltage vcc12v-pcie-regulator: Looking up vin-supply from device tree [ 0.561045] vcc12v_pcie: supplied by dc_12v [ 0.561057] dc_12v: could not add device link regulator.8 err -2 [ 0.561088] vcc12v_pcie: 12000 mV [ 0.561247] reg-fixed-voltage vcc1v8-sdio: Looking up vin-supply from device tree [ 0.561263] vcc1v8_sdio: unable to resolve supply [ 0.561271] reg-fixed-voltage vcc1v8-wifi: Looking up vin-supply from device tree [ 0.561285] vcc1v8_wifi: unable to resolve supply [ 0.561294] reg-fixed-voltage vcc12v-pcie-regulator: vcc12v_pcie supplying 12000000uV [ 0.561347] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc3v3-pcie-regulator[0]' [ 0.561362] reg-fixed-voltage vcc3v3-pcie-regulator: Looking up vin-supply from device tree [ 0.561396] vcc3v3_pcie: supplied by vcc3v3_sys [ 0.561404] vcc3v3_sys: could not add device link regulator.9 err -2 [ 0.561430] vcc3v3_pcie: 3300 mV [ 0.561572] reg-fixed-voltage vcc1v8-sdio: Looking up vin-supply from device tree [ 0.561588] vcc1v8_sdio: unable to resolve supply [ 0.561596] reg-fixed-voltage vcc1v8-wifi: Looking up vin-supply from device tree [ 0.561610] vcc1v8_wifi: unable to resolve supply [ 0.561619] reg-fixed-voltage vcc3v3-pcie-regulator: vcc3v3_pcie supplying 3300000uV [ 0.561668] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc1v8-pcie[0]' [ 0.561683] reg-fixed-voltage vcc1v8-pcie: Looking up vin-supply from device tree [ 0.561699] vcc1v8_pcie: unable to resolve supply [ 0.561706] vcc1v8_pcie: 1800 mV [ 0.561849] reg-fixed-voltage vcc1v8-pcie: Looking up vin-supply from device tree [ 0.561866] vcc1v8_pcie: regulator get failed, ret=-517 [ 0.561877] reg-fixed-voltage vcc1v8-sdio: Looking up vin-supply from device tree [ 0.561891] vcc1v8_sdio: unable to resolve supply [ 0.561899] reg-fixed-voltage vcc1v8-wifi: Looking up vin-supply from device tree [ 0.561913] vcc1v8_wifi: unable to resolve supply [ 0.561921] reg-fixed-voltage vcc1v8-pcie: Looking up vin-supply from device tree [ 0.561936] vcc1v8_pcie: unable to resolve supply [ 0.561944] reg-fixed-voltage vcc1v8-pcie: vcc1v8_pcie supplying 1800000uV [ 0.561994] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc0v9-pcie[0]' [ 0.562009] reg-fixed-voltage vcc0v9-pcie: Looking up vin-supply from device tree [ 0.562043] vcc0v9_pcie: supplied by vcc3v3_sys [ 0.562051] vcc3v3_sys: could not add device link regulator.11 err -2 [ 0.562077] vcc0v9_pcie: 900 mV [ 0.562222] reg-fixed-voltage vcc1v8-sdio: Looking up vin-supply from device tree [ 0.562238] vcc1v8_sdio: unable to resolve supply [ 0.562246] reg-fixed-voltage vcc1v8-wifi: Looking up vin-supply from device tree [ 0.562261] vcc1v8_wifi: unable to resolve supply [ 0.562269] reg-fixed-voltage vcc1v8-pcie: Looking up vin-supply from device tree [ 0.562284] vcc1v8_pcie: unable to resolve supply [ 0.562293] reg-fixed-voltage vcc0v9-pcie: vcc0v9_pcie supplying 900000uV [ 0.562963] iommu: Adding device ff650000.vpu_service to group 0 [ 0.563043] iommu: Adding device ff660000.rkvdec to group 1 [ 0.563121] iommu: Adding device ff670000.iep to group 2 [ 0.563232] iommu: Adding device ff8f0000.vop to group 3 [ 0.563327] iommu: Adding device ff900000.vop to group 4 [ 0.564184] rk_iommu ff670800.iommu: can't get aclk [ 0.564194] rk_iommu ff670800.iommu: can't get hclk [ 0.564923] SCSI subsystem initialized [ 0.565087] libata version 3.00 loaded. [ 0.565279] usbcore: registered new interface driver usbfs [ 0.565324] usbcore: registered new interface driver hub [ 0.565405] usbcore: registered new device driver usb [ 0.565466] media: Linux media interface: v0.10 [ 0.565499] Linux video capture interface: v2.00 [ 0.565604] pps_core: LinuxPPS API ver. 1 registered [ 0.565610] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it [ 0.565629] PTP clock support registered [ 0.566932] Advanced Linux Sound Architecture Driver Initialized. [ 0.567430] Bluetooth: Core ver 2.21 [ 0.567460] NET: Registered protocol family 31 [ 0.567466] Bluetooth: HCI device and connection manager initialized [ 0.567478] Bluetooth: HCI socket layer initialized [ 0.567487] Bluetooth: L2CAP socket layer initialized [ 0.567510] Bluetooth: SCO socket layer initialized [ 0.569135] clocksource: Switched to clocksource arch_sys_counter [ 0.609970] FS-Cache: Loaded [ 0.610195] pnp: PnP ACPI: disabled [ 0.618742] thermal thermal_zone1: power_allocator: sustainable_power will be estimated [ 0.618995] NET: Registered protocol family 2 [ 0.619473] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.619609] TCP bind hash table entries: 16384 (order: 7, 524288 bytes) [ 0.620018] TCP: Hash tables configured (established 16384 bind 16384) [ 0.620101] UDP hash table entries: 1024 (order: 4, 98304 bytes) [ 0.620205] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes) [ 0.620481] NET: Registered protocol family 1 [ 0.620792] RPC: Registered named UNIX socket transport module. [ 0.620800] RPC: Registered udp transport module. [ 0.620806] RPC: Registered tcp transport module. [ 0.620811] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.621503] PCI: CLS 0 bytes, default 64 [ 0.622632] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available [ 0.622719] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available [ 0.625976] Initialise system trusted keyring [ 0.634185] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.634950] NFS: Registering the id_resolver key type [ 0.634981] Key type id_resolver registered [ 0.634988] Key type id_legacy registered [ 0.635007] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 0.635717] fuse init (API version 7.23) [ 0.636095] SGI XFS with security attributes, no debug enabled [ 0.637764] aufs 4.4-20170911 [ 0.642182] NET: Registered protocol family 38 [ 0.642209] async_tx: api initialized (async) [ 0.642229] Key type asymmetric registered [ 0.642242] Asymmetric key parser 'x509' registered [ 0.642395] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 0.642406] io scheduler noop registered [ 0.642414] io scheduler deadline registered [ 0.642537] io scheduler cfq registered (default) [ 0.643593] phy phy-ff770000.syscon:usb2-phy@e460.0: Looking up phy-supply from device tree [ 0.643605] phy phy-ff770000.syscon:usb2-phy@e460.0: Looking up phy-supply property in node /syscon@ff770000/usb2-phy@e460/otg-port failed [ 0.643895] phy phy-ff770000.syscon:usb2-phy@e460.0: Looking up vbus-supply from device tree [ 0.643906] phy phy-ff770000.syscon:usb2-phy@e460.0: Looking up vbus-supply property in node /syscon@ff770000/usb2-phy@e460/otg-port failed [ 0.643922] phy phy-ff770000.syscon:usb2-phy@e460.0: Failed to get VBUS supply regulator [ 0.644068] phy phy-ff770000.syscon:usb2-phy@e460.1: Looking up phy-supply from device tree [ 0.644179] vcc5v0_host: could not add device link phy-ff770000.syscon:usb2-phy@e460.1 err -2 [ 0.645700] phy phy-ff770000.syscon:phy@f780.2: Looking up phy-supply from device tree [ 0.645712] phy phy-ff770000.syscon:phy@f780.2: Looking up phy-supply property in node /syscon@ff770000/phy@f780 failed [ 0.646820] phy phy-ff800000.phy.3: Looking up phy-supply from device tree [ 0.646831] phy phy-ff800000.phy.3: Looking up phy-supply property in node /phy@ff800000/dp-port failed [ 0.646930] phy phy-ff800000.phy.4: Looking up phy-supply from device tree [ 0.646939] phy phy-ff800000.phy.4: Looking up phy-supply property in node /phy@ff800000/usb3-port failed [ 0.648637] rockchip-iodomain ff320000.syscon:io-domains: Looking up pmu1830-supply from device tree [ 0.648787] rockchip-iodomain ff770000.syscon:io-domains: Looking up bt656-supply from device tree [ 0.650803] rk-vcodec ff650000.vpu_service: Looking up vcodec-supply from device tree [ 0.650814] rk-vcodec ff650000.vpu_service: Looking up vcodec-supply property in node /vpu_service@ff650000 failed [ 0.650833] rk-vcodec ff650000.vpu_service: no regulator for vcodec [ 0.651096] rk-vcodec ff650000.vpu_service: probe device [ 0.651350] rk-vcodec ff650000.vpu_service: drm allocator with mmu enabled [ 0.651921] rk-vcodec ff650000.vpu_service: init success [ 0.652217] rk-vcodec ff660000.rkvdec: Looking up vcodec-supply from device tree [ 0.652229] rk-vcodec ff660000.rkvdec: Looking up vcodec-supply property in node /rkvdec@ff660000 failed [ 0.652248] rk-vcodec ff660000.rkvdec: no regulator for vcodec [ 0.652661] rk-vcodec ff660000.rkvdec: probe device [ 0.652854] rk-vcodec ff660000.rkvdec: drm allocator with mmu enabled [ 0.653251] rk-vcodec ff660000.rkvdec: could not find power_model node [ 0.653260] rk-vcodec ff660000.rkvdec: init success [ 0.655042] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 0.655053] dma-pl330 ff6d0000.dma-controller: DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12 [ 0.656497] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 0.656508] dma-pl330 ff6e0000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16 [ 0.656928] pwm-regulator vdd-log: GPIO lookup for consumer enable [ 0.656937] pwm-regulator vdd-log: using device tree for GPIO lookup [ 0.656948] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/vdd-log[0]' [ 0.656957] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/vdd-log[0]' [ 0.656965] pwm-regulator vdd-log: using lookup tables for GPIO lookup [ 0.656973] pwm-regulator vdd-log: lookup for GPIO enable failed [ 0.657018] pwm-regulator vdd-log: Looking up pwm-supply from device tree [ 0.657102] pwm-regulator: supplied by vcc_sys [ 0.657111] vcc_sys: could not add device link regulator.12 err -2 [ 0.657190] vdd_log: 800 <--> 1400 mV at 896 mV [ 0.657380] reg-fixed-voltage vcc1v8-sdio: Looking up vin-supply from device tree [ 0.657401] vcc1v8_sdio: unable to resolve supply [ 0.657410] reg-fixed-voltage vcc1v8-wifi: Looking up vin-supply from device tree [ 0.657427] vcc1v8_wifi: unable to resolve supply [ 0.657436] reg-fixed-voltage vcc1v8-pcie: Looking up vin-supply from device tree [ 0.657452] vcc1v8_pcie: unable to resolve supply [ 0.657907] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled [ 0.659648] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 36, base_baud = 1500000) is a 16550A [ 0.660281] console [ttyS2] disabled [ 0.660315] ff1a0000.serial: ttyS2 at MMIO 0xff1a0000 (irq = 37, base_baud = 1500000) is a 16550A [ 0.660350] console [ttyS2] enabled [ 0.660356] bootconsole [uart0] disabled [ 0.661477] [drm] Initialized drm 1.1.0 20060810 [ 0.665615] [drm] Rockchip DRM driver version: v1.0.1 [ 0.666176] usbcore: registered new interface driver udl [ 0.667878] Unable to detect cache hierarchy for CPU 0 [ 0.668640] brd: module loaded [ 0.673759] loop: module loaded [ 0.674362] zram: Added device: zram0 [ 0.674733] lkdtm: No crash points registered, enable through debugfs [ 0.675872] rockchip-spi ff1d0000.spi: no high_speed pinctrl state [ 0.676812] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI [ 0.676819] e100: Copyright(c) 1999-2006 Intel Corporation [ 0.676872] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI [ 0.676878] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 0.676924] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k [ 0.676930] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 0.676976] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k [ 0.676982] igb: Copyright (c) 2007-2014 Intel Corporation. [ 0.677030] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 4.2.1-k [ 0.677035] ixgbe: Copyright (c) 1999-2015 Intel Corporation. [ 0.677906] rk_gmac-dwmac fe300000.ethernet: Looking up phy-supply from device tree [ 0.677986] rk_gmac-dwmac fe300000.ethernet: clock input or output? (input). [ 0.677996] rk_gmac-dwmac fe300000.ethernet: TX delay(0x28). [ 0.678005] rk_gmac-dwmac fe300000.ethernet: RX delay(0x20). [ 0.678027] rk_gmac-dwmac fe300000.ethernet: integrated PHY? (no). [ 0.678215] rk_gmac-dwmac fe300000.ethernet: clock input from PHY [ 0.683228] rk_gmac-dwmac fe300000.ethernet: init for RGMII [ 0.683352] stmmac - user ID: 0x10, Synopsys ID: 0x35 [ 0.683357] Ring mode enabled [ 0.683363] DMA HW capability register supported [ 0.683367] Normal descriptors [ 0.683373] RX Checksum Offload Engine supported (type 2) [ 0.683378] TX Checksum insertion supported [ 0.683382] Wake-Up On Lan supported [ 0.683418] Enable RX Mitigation via HW Watchdog Timer [ 0.683521] of_get_named_gpiod_flags: parsed 'snps,reset-gpio' property of node '/ethernet@fe300000[0]' - status (0) [ 0.748356] libphy: stmmac: probed [ 0.748365] eth%d: PHY ID 001cc916 at 0 IRQ POLL (stmmac-0:00) active [ 0.748373] eth%d: PHY ID 001cc916 at 1 IRQ POLL (stmmac-0:01) [ 0.749668] Atmel at76x USB Wireless LAN Driver 0.17 loading [ 0.749732] usbcore: registered new interface driver at76c50x-usb [ 0.749788] Broadcom 43xx driver loaded [ Features: PNL ] [ 0.750019] usbcore: registered new interface driver zd1211rw [ 0.750070] usbcore: registered new interface driver rtl8187 [ 0.750203] usbcore: registered new interface driver rtl8192cu [ 0.750529] usbcore: registered new interface driver rtl8xxxu [ 0.750580] usbcore: registered new interface driver rndis_wlan [ 0.750656] usbcore: registered new interface driver usb8xxx [ 0.750854] usbcore: registered new interface driver rt2500usb [ 0.750904] usbcore: registered new interface driver rt73usb [ 0.750950] usbcore: registered new interface driver rt2800usb [ 0.750991] usbcore: registered new interface driver mt7601u [ 0.751149] usbcore: registered new interface driver ath6kl_usb [ 0.751195] usbcore: registered new interface driver ar5523 [ 0.751413] usbcore: registered new interface driver mwifiex_usb [ 0.751489] usbcore: registered new interface driver brcmfmac [ 0.751540] Rockchip WiFi SYS interface (V1.00) ... [ 0.751608] usbcore: registered new interface driver rtl8150 [ 0.751650] usbcore: registered new interface driver r8152 [ 0.751699] usbcore: registered new interface driver asix [ 0.751740] usbcore: registered new interface driver ax88179_178a [ 0.751781] usbcore: registered new interface driver cdc_ether [ 0.751823] usbcore: registered new interface driver rndis_host [ 0.751892] usbcore: registered new interface driver cdc_ncm [ 0.751935] usbcore: registered new interface driver cdc_mbim [ 0.753424] rockchip-dwc3 usb0: failed to get drvdata dwc3 [ 0.757667] rockchip-dwc3 usb1: fail to get drvdata hcd [ 0.758969] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.758988] ehci-pci: EHCI PCI platform driver [ 0.759054] ehci-platform: EHCI generic platform driver [ 0.762937] ehci-platform fe3c0000.usb: EHCI Host Controller [ 0.763115] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 1 [ 0.763250] ehci-platform fe3c0000.usb: irq 30, io mem 0xfe3c0000 [ 0.769155] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00 [ 0.769322] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 0.769331] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.769340] usb usb1: Product: EHCI Host Controller [ 0.769347] usb usb1: Manufacturer: Linux 4.4.180 ehci_hcd [ 0.769354] usb usb1: SerialNumber: fe3c0000.usb [ 0.769828] hub 1-0:1.0: USB hub found [ 0.769857] hub 1-0:1.0: 1 port detected [ 0.770479] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.770501] ohci-platform: OHCI generic platform driver [ 0.771002] ohci-platform fe3e0000.usb: Generic Platform OHCI controller [ 0.771197] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 2 [ 0.771290] ohci-platform fe3e0000.usb: irq 31, io mem 0xfe3e0000 [ 0.826292] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.826302] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.826310] usb usb2: Product: Generic Platform OHCI controller [ 0.826317] usb usb2: Manufacturer: Linux 4.4.180 ohci_hcd [ 0.826324] usb usb2: SerialNumber: fe3e0000.usb [ 0.826785] hub 2-0:1.0: USB hub found [ 0.826816] hub 2-0:1.0: 1 port detected [ 0.827791] usbcore: registered new interface driver cdc_wdm [ 0.827843] usbcore: registered new interface driver uas [ 0.827933] usbcore: registered new interface driver usb-storage [ 0.827974] usbcore: registered new interface driver ums-alauda [ 0.828015] usbcore: registered new interface driver ums-cypress [ 0.828056] usbcore: registered new interface driver ums-datafab [ 0.828097] usbcore: registered new interface driver ums_eneub6250 [ 0.828159] usbcore: registered new interface driver ums-freecom [ 0.828202] usbcore: registered new interface driver ums-isd200 [ 0.828243] usbcore: registered new interface driver ums-jumpshot [ 0.828288] usbcore: registered new interface driver ums-karma [ 0.828325] usbcore: registered new interface driver ums-onetouch [ 0.828369] usbcore: registered new interface driver ums-realtek [ 0.828406] usbcore: registered new interface driver ums-sddr09 [ 0.828444] usbcore: registered new interface driver ums-sddr55 [ 0.828480] usbcore: registered new interface driver ums-usbat [ 0.828558] usbcore: registered new interface driver usbserial [ 0.828597] usbcore: registered new interface driver usbserial_generic [ 0.828625] usbserial: USB Serial support registered for generic [ 0.828665] usbcore: registered new interface driver cp210x [ 0.828689] usbserial: USB Serial support registered for cp210x [ 0.828740] usbcore: registered new interface driver ftdi_sio [ 0.828766] usbserial: USB Serial support registered for FTDI USB Serial Device [ 0.828852] usbcore: registered new interface driver keyspan [ 0.828881] usbserial: USB Serial support registered for Keyspan - (without firmware) [ 0.828905] usbserial: USB Serial support registered for Keyspan 1 port adapter [ 0.828932] usbserial: USB Serial support registered for Keyspan 2 port adapter [ 0.828957] usbserial: USB Serial support registered for Keyspan 4 port adapter [ 0.828997] usbcore: registered new interface driver option [ 0.829022] usbserial: USB Serial support registered for GSM modem (1-port) [ 0.829150] usbcore: registered new interface driver oti6858 [ 0.829180] usbserial: USB Serial support registered for oti6858 [ 0.829221] usbcore: registered new interface driver pl2303 [ 0.829245] usbserial: USB Serial support registered for pl2303 [ 0.829289] usbcore: registered new interface driver qcserial [ 0.829314] usbserial: USB Serial support registered for Qualcomm USB modem [ 0.829363] usbcore: registered new interface driver sierra [ 0.829388] usbserial: USB Serial support registered for Sierra USB modem [ 0.830219] usbcore: registered new interface driver iforce [ 0.830277] usbcore: registered new interface driver xpad [ 0.830780] usbcore: registered new interface driver usbtouchscreen [ 0.832008] i2c /dev entries driver [ 0.833423] fan53555-regulator 0-0040: GPIO lookup for consumer vsel [ 0.833436] fan53555-regulator 0-0040: using device tree for GPIO lookup [ 0.833478] of_get_named_gpiod_flags: parsed 'vsel-gpios' property of node '/i2c@ff3c0000/syr827@40[0]' - status (0) [ 0.833947] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected! [ 0.833971] fan53555-regulator 0-0040: Looking up vin-supply from device tree [ 0.834056] fan53555-reg: supplied by vcc_sys [ 0.834070] vcc_sys: could not add device link regulator.13 err -2 [ 0.835277] vdd_cpu_b: 712 <--> 1500 mV at 825 mV [ 0.835736] reg-fixed-voltage vcc1v8-sdio: Looking up vin-supply from device tree [ 0.835764] vcc1v8_sdio: unable to resolve supply [ 0.835776] reg-fixed-voltage vcc1v8-wifi: Looking up vin-supply from device tree [ 0.835796] vcc1v8_wifi: unable to resolve supply [ 0.835809] reg-fixed-voltage vcc1v8-pcie: Looking up vin-supply from device tree [ 0.835828] vcc1v8_pcie: unable to resolve supply [ 0.836167] fan53555-regulator 0-0041: GPIO lookup for consumer vsel [ 0.836179] fan53555-regulator 0-0041: using device tree for GPIO lookup [ 0.836217] of_get_named_gpiod_flags: parsed 'vsel-gpios' property of node '/i2c@ff3c0000/syr828@41[0]' - status (0) [ 0.836597] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected! [ 0.836616] fan53555-regulator 0-0041: Looking up vin-supply from device tree [ 0.836674] fan53555-reg: supplied by vcc_sys [ 0.836686] vcc_sys: could not add device link regulator.14 err -2 [ 0.837930] vdd_gpu: 712 <--> 1500 mV at 1100 mV [ 0.838376] reg-fixed-voltage vcc1v8-sdio: Looking up vin-supply from device tree [ 0.838400] vcc1v8_sdio: unable to resolve supply [ 0.838412] reg-fixed-voltage vcc1v8-wifi: Looking up vin-supply from device tree [ 0.838432] vcc1v8_wifi: unable to resolve supply [ 0.838444] reg-fixed-voltage vcc1v8-pcie: Looking up vin-supply from device tree [ 0.838463] vcc1v8_pcie: unable to resolve supply [ 0.839170] rk808 0-001b: Pmic Chip id: 0x0 [ 0.842103] rk808 0-001b: GPIO lookup for consumer dvs [ 0.842115] rk808 0-001b: using device tree for GPIO lookup [ 0.842151] of_get_named_gpiod_flags: can't parse 'dvs-gpios' property of node '/i2c@ff3c0000/pmic@1b[0]' [ 0.842163] of_get_named_gpiod_flags: can't parse 'dvs-gpio' property of node '/i2c@ff3c0000/pmic@1b[0]' [ 0.842174] rk808 0-001b: using lookup tables for GPIO lookup [ 0.842184] rk808 0-001b: lookup for GPIO dvs failed [ 0.842196] rk808-regulator rk808-regulator: there is no dvs0 gpio [ 0.842207] rk808 0-001b: GPIO lookup for consumer dvs [ 0.842216] rk808 0-001b: using device tree for GPIO lookup [ 0.842227] of_get_named_gpiod_flags: can't parse 'dvs-gpios' property of node '/i2c@ff3c0000/pmic@1b[1]' [ 0.842238] of_get_named_gpiod_flags: can't parse 'dvs-gpio' property of node '/i2c@ff3c0000/pmic@1b[1]' [ 0.842247] rk808 0-001b: using lookup tables for GPIO lookup [ 0.842257] rk808 0-001b: lookup for GPIO dvs failed [ 0.842267] rk808-regulator rk808-regulator: there is no dvs1 gpio [ 0.842321] rk808 0-001b: Looking up vcc1-supply from device tree [ 0.842413] DCDC_REG1: supplied by vcc_sys [ 0.842425] vcc_sys: could not add device link regulator.15 err -2 [ 0.842919] vdd_center: 900 mV [ 0.843254] reg-fixed-voltage vcc1v8-sdio: Looking up vin-supply from device tree [ 0.843282] vcc1v8_sdio: unable to resolve supply [ 0.843294] reg-fixed-voltage vcc1v8-wifi: Looking up vin-supply from device tree [ 0.843315] vcc1v8_wifi: unable to resolve supply [ 0.843327] reg-fixed-voltage vcc1v8-pcie: Looking up vin-supply from device tree [ 0.843347] vcc1v8_pcie: unable to resolve supply [ 0.843400] rk808 0-001b: Looking up vcc2-supply from device tree [ 0.843462] DCDC_REG2: supplied by vcc_sys [ 0.843474] vcc_sys: could not add device link regulator.16 err -2 [ 0.843798] vdd_cpu_l: 750 <--> 1350 mV at 850 mV [ 0.844083] reg-fixed-voltage vcc1v8-sdio: Looking up vin-supply from device tree [ 0.844107] vcc1v8_sdio: unable to resolve supply [ 0.844119] reg-fixed-voltage vcc1v8-wifi: Looking up vin-supply from device tree [ 0.844159] vcc1v8_wifi: unable to resolve supply [ 0.844171] reg-fixed-voltage vcc1v8-pcie: Looking up vin-supply from device tree [ 0.844191] vcc1v8_pcie: unable to resolve supply [ 0.844239] rk808 0-001b: Looking up vcc3-supply from device tree [ 0.844289] DCDC_REG3: supplied by vcc_sys [ 0.844301] vcc_sys: could not add device link regulator.17 err -2 [ 0.844343] vcc_ddr: at 5000 mV [ 0.844572] reg-fixed-voltage vcc1v8-sdio: Looking up vin-supply from device tree [ 0.844596] vcc1v8_sdio: unable to resolve supply [ 0.844607] reg-fixed-voltage vcc1v8-wifi: Looking up vin-supply from device tree [ 0.844627] vcc1v8_wifi: unable to resolve supply [ 0.844639] reg-fixed-voltage vcc1v8-pcie: Looking up vin-supply from device tree [ 0.844659] vcc1v8_pcie: unable to resolve supply [ 0.844713] rk808 0-001b: Looking up vcc4-supply from device tree [ 0.844761] DCDC_REG4: supplied by vcc_sys [ 0.844777] vcc_sys: could not add device link regulator.18 err -2 [ 0.845000] vcc_1v8: 1800 mV [ 0.845275] reg-fixed-voltage vcc1v8-sdio: Looking up vin-supply from device tree [ 0.845299] vcc1v8_sdio: supplied by vcc_1v8 [ 0.845347] reg-fixed-voltage vcc1v8-wifi: Looking up vin-supply from device tree [ 0.845369] vcc1v8_wifi: supplied by vcc_1v8 [ 0.845446] reg-fixed-voltage vcc1v8-pcie: Looking up vin-supply from device tree [ 0.845469] vcc1v8_pcie: unable to resolve supply [ 0.845527] rk808 0-001b: Looking up vcc6-supply from device tree [ 0.845575] LDO_REG1: supplied by vcc_sys [ 0.845587] vcc_sys: could not add device link regulator.19 err -2 [ 0.846469] vcc1v8_dvp: 1800 mV [ 0.846730] reg-fixed-voltage vcc1v8-pcie: Looking up vin-supply from device tree [ 0.846755] vcc1v8_pcie: unable to resolve supply [ 0.846820] rk808 0-001b: Looking up vcc6-supply from device tree [ 0.846869] LDO_REG2: supplied by vcc_sys [ 0.846881] vcc_sys: could not add device link regulator.20 err -2 [ 0.847639] vcc3v0_touch: 3000 mV [ 0.847900] reg-fixed-voltage vcc1v8-pcie: Looking up vin-supply from device tree [ 0.847925] vcc1v8_pcie: unable to resolve supply [ 0.847985] rk808 0-001b: Looking up vcc7-supply from device tree [ 0.848033] LDO_REG3: supplied by vcc_sys [ 0.848044] vcc_sys: could not add device link regulator.21 err -2 [ 0.848800] vcca_1v8: 1800 mV [ 0.849061] reg-fixed-voltage vcc1v8-pcie: Looking up vin-supply from device tree [ 0.849087] vcc1v8_pcie: supplied by vcca_1v8 [ 0.849204] rk808 0-001b: Looking up vcc9-supply from device tree [ 0.849254] LDO_REG4: supplied by vcc_sys [ 0.849265] vcc_sys: could not add device link regulator.22 err -2 [ 0.849487] vcc_sdio: Bringing 3300000uV into 3000000-3000000uV [ 0.849627] vcc_sdio: ramp_delay not set [ 0.850182] vcc_sdio: 1800 <--> 3000 mV at 3000 mV [ 0.850497] rk808 0-001b: Looking up vcc9-supply from device tree [ 0.850546] LDO_REG5: supplied by vcc_sys [ 0.850558] vcc_sys: could not add device link regulator.23 err -2 [ 0.851292] vcca3v0_codec: 3000 mV [ 0.851639] rk808 0-001b: Looking up vcc10-supply from device tree [ 0.851690] LDO_REG6: supplied by vcc_sys [ 0.851701] vcc_sys: could not add device link regulator.24 err -2 [ 0.852432] vcc_1v5: 1500 mV [ 0.852785] rk808 0-001b: Looking up vcc7-supply from device tree [ 0.852834] LDO_REG7: supplied by vcc_sys [ 0.852846] vcc_sys: could not add device link regulator.25 err -2 [ 0.853576] vcca1v8_codec: 1800 mV [ 0.853927] rk808 0-001b: Looking up vcc11-supply from device tree [ 0.853977] LDO_REG8: supplied by vcc_sys [ 0.853989] vcc_sys: could not add device link regulator.26 err -2 [ 0.854720] vcc_3v0: 3000 mV [ 0.855070] rk808 0-001b: Looking up vcc8-supply from device tree [ 0.855145] SWITCH_REG1: supplied by vcc3v3_sys [ 0.855159] vcc3v3_sys: could not add device link regulator.27 err -2 [ 0.855203] vcc3v3_s3: at 3300 mV [ 0.855499] rk808 0-001b: Looking up vcc12-supply from device tree [ 0.855549] SWITCH_REG2: supplied by vcc3v3_sys [ 0.855561] vcc3v3_sys: could not add device link regulator.28 err -2 [ 0.855627] vcc3v3_s0: at 3300 mV [ 0.859413] rk808-rtc rk808-rtc: rtc core: registered rk808-rtc as rtc0 [ 0.859910] rk3x-i2c ff3c0000.i2c: Initialized RK3xxx I2C bus at ffffff8009bd8000 [ 0.860883] rk3x-i2c ff110000.i2c: Initialized RK3xxx I2C bus at ffffff8009bda000 [ 0.862022] fusb302 4-0022: GPIO lookup for consumer int-n [ 0.862034] fusb302 4-0022: using device tree for GPIO lookup [ 0.862075] of_get_named_gpiod_flags: parsed 'int-n-gpios' property of node '/i2c@ff3d0000/fusb30x@22[0]' - status (0) [ 0.862110] fusb302 4-0022: GPIO lookup for consumer vbus-5v [ 0.862120] fusb302 4-0022: using device tree for GPIO lookup [ 0.862176] of_get_named_gpiod_flags: parsed 'vbus-5v-gpios' property of node '/i2c@ff3d0000/fusb30x@22[0]' - status (0) [ 0.862208] fusb302 4-0022: GPIO lookup for consumer vbus-other [ 0.862218] fusb302 4-0022: using device tree for GPIO lookup [ 0.862230] of_get_named_gpiod_flags: can't parse 'vbus-other-gpios' property of node '/i2c@ff3d0000/fusb30x@22[0]' [ 0.862241] of_get_named_gpiod_flags: can't parse 'vbus-other-gpio' property of node '/i2c@ff3d0000/fusb30x@22[0]' [ 0.862251] fusb302 4-0022: using lookup tables for GPIO lookup [ 0.862262] fusb302 4-0022: lookup for GPIO vbus-other failed [ 0.862272] fusb302 4-0022: GPIO lookup for consumer discharge [ 0.862281] fusb302 4-0022: using device tree for GPIO lookup [ 0.862292] of_get_named_gpiod_flags: can't parse 'discharge-gpios' property of node '/i2c@ff3d0000/fusb30x@22[0]' [ 0.862303] of_get_named_gpiod_flags: can't parse 'discharge-gpio' property of node '/i2c@ff3d0000/fusb30x@22[0]' [ 0.862313] fusb302 4-0022: using lookup tables for GPIO lookup [ 0.862322] fusb302 4-0022: lookup for GPIO discharge failed [ 0.862555] fusb302 4-0022: Can't get property of role, set role to default DRP [ 0.871085] fusb302 4-0022: port 0 probe success with role ROLE_MODE_DRP, try_role ROLE_MODE_NONE [ 0.871151] rk3x-i2c ff3d0000.i2c: Initialized RK3xxx I2C bus at ffffff8009bdc000 [ 0.872745] lirc_dev: IR Remote Control driver registered, major 242 [ 0.872761] IR NEC protocol handler initialized [ 0.872775] IR RC5(x/sz) protocol handler initialized [ 0.872788] IR RC6 protocol handler initialized [ 0.872802] IR JVC protocol handler initialized [ 0.872815] IR Sony protocol handler initialized [ 0.872829] IR SANYO protocol handler initialized [ 0.872842] IR Sharp protocol handler initialized [ 0.872856] IR MCE Keyboard/mouse protocol handler initialized [ 0.872870] IR LIRC bridge handler initialized [ 0.872883] IR XMP protocol handler initialized [ 0.873401] of_get_named_gpiod_flags: parsed 'gpios' property of node '/ir-receiver[0]' - status (0) [ 0.873447] Registered IR keymap rc-empty [ 0.873756] input: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc0/input0 [ 0.874022] rc0: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc0 [ 0.874416] input: MCE IR Keyboard/Mouse (gpio-rc-recv) as /devices/virtual/input/input1 [ 0.874721] rc rc0: lirc_dev: driver ir-lirc-codec (gpio-rc-recv) registered at minor = 0 [ 0.875716] rockchip-rga ff680000.rga: HW Version: 0x03.02 [ 0.876110] rockchip-rga ff680000.rga: Registered rockchip-rga as /dev/video0 [ 0.877396] usbcore: registered new interface driver uvcvideo [ 0.877403] USB Video Class driver (1.1.1) [ 0.879211] rk_tsadcv2_temp_to_code: Invalid conversion table: code=1023, temperature=2147483647 [ 0.879476] rockchip-thermal ff260000.tsadc: tsadc is probed successfully! [ 0.880679] md: raid0 personality registered for level 0 [ 0.880696] md: raid1 personality registered for level 1 [ 0.880711] md: raid10 personality registered for level 10 [ 0.881017] md: raid6 personality registered for level 6 [ 0.881025] md: raid5 personality registered for level 5 [ 0.881033] md: raid4 personality registered for level 4 [ 0.881473] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.881492] device-mapper: raid: Loading target version 1.7.0 [ 0.881509] Bluetooth: Virtual HCI driver ver 1.5 [ 0.881658] Bluetooth: HCI UART driver ver 2.3 [ 0.881669] Bluetooth: HCI UART protocol H4 registered [ 0.881677] Bluetooth: HCI UART protocol ATH3K registered [ 0.881778] usbcore: registered new interface driver bfusb [ 0.881855] usbcore: registered new interface driver btusb [ 0.881871] rtk_btusb: RTKBT_RELEASE_NAME: 20180702_BT_ANDROID_8.1 [ 0.881878] rtk_btusb: Realtek Bluetooth USB driver module init, version 4.1.5 [ 0.881884] rtk_btusb: Register usb char device interface for BT driver [ 0.882119] usbcore: registered new interface driver rtk_btusb [ 0.883013] cpu cpu0: leakage=24 [ 0.883054] cpu cpu0: Looking up cpu-supply from device tree [ 0.885075] cpu cpu4: leakage=43 [ 0.885113] cpu cpu4: Looking up cpu-supply from device tree [ 0.887693] cpu cpu0: Looking up cpu-supply from device tree [ 0.888085] cpu cpu0: Looking up cpu-supply from device tree [ 0.888974] cpu cpu0: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 [ 0.890886] cpu cpu4: Looking up cpu-supply from device tree [ 0.891567] cpu cpu4: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 [ 0.894535] sdhci: Secure Digital Host Controller Interface driver [ 0.894539] sdhci: Copyright(c) Pierre Ossman [ 0.894543] Synopsys Designware Multimedia Card Interface Driver [ 0.894884] dwmmc_rockchip fe310000.dwmmc: deferring for a max of 3500ms while pcie port initializes. Waited 0ms so far. [ 0.895236] dwmmc_rockchip fe320000.dwmmc: IDMAC supports 32-bit address mode. [ 0.895254] dwmmc_rockchip fe320000.dwmmc: Using internal DMA controller. [ 0.895266] dwmmc_rockchip fe320000.dwmmc: Version ID is 270a [ 0.895293] dwmmc_rockchip fe320000.dwmmc: DW MMC controller at irq 26,32 bit host data width,256 deep fifo [ 0.895315] dwmmc_rockchip fe320000.dwmmc: Looking up vmmc-supply from device tree [ 0.895319] dwmmc_rockchip fe320000.dwmmc: Looking up vmmc-supply property in node /dwmmc@fe320000 failed [ 0.895343] dwmmc_rockchip fe320000.dwmmc: Looking up vqmmc-supply from device tree [ 0.895384] dwmmc_rockchip fe320000.dwmmc: No vmmc regulator found [ 0.895396] dwmmc_rockchip fe320000.dwmmc: GPIO lookup for consumer cd [ 0.895399] dwmmc_rockchip fe320000.dwmmc: using device tree for GPIO lookup [ 0.895404] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/dwmmc@fe320000[0]' [ 0.895408] of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/dwmmc@fe320000[0]' [ 0.895411] dwmmc_rockchip fe320000.dwmmc: using lookup tables for GPIO lookup [ 0.895415] dwmmc_rockchip fe320000.dwmmc: lookup for GPIO cd failed [ 0.895419] dwmmc_rockchip fe320000.dwmmc: GPIO lookup for consumer wp [ 0.895422] dwmmc_rockchip fe320000.dwmmc: using device tree for GPIO lookup [ 0.895425] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@fe320000[0]' [ 0.895429] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@fe320000[0]' [ 0.895432] dwmmc_rockchip fe320000.dwmmc: using lookup tables for GPIO lookup [ 0.895435] dwmmc_rockchip fe320000.dwmmc: lookup for GPIO wp failed [ 0.895517] vcc_sdio: unsupportable voltage range: 3300000-3000000uV [ 0.906159] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [ 0.917215] dwmmc_rockchip fe320000.dwmmc: 1 slots initialized [ 0.917420] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.917690] sdhci-arasan fe330000.sdhci: GPIO lookup for consumer wp [ 0.917694] sdhci-arasan fe330000.sdhci: using device tree for GPIO lookup [ 0.917698] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/sdhci@fe330000[0]' [ 0.917702] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/sdhci@fe330000[0]' [ 0.917705] sdhci-arasan fe330000.sdhci: using lookup tables for GPIO lookup [ 0.917709] sdhci-arasan fe330000.sdhci: lookup for GPIO wp failed [ 0.918757] sdhci-arasan fe330000.sdhci: Looking up vmmc-supply from device tree [ 0.918762] sdhci-arasan fe330000.sdhci: Looking up vmmc-supply property in node /sdhci@fe330000 failed [ 0.918779] sdhci-arasan fe330000.sdhci: Looking up vqmmc-supply from device tree [ 0.918783] sdhci-arasan fe330000.sdhci: Looking up vqmmc-supply property in node /sdhci@fe330000 failed [ 0.918793] sdhci-arasan fe330000.sdhci: No vmmc regulator found [ 0.918795] sdhci-arasan fe330000.sdhci: No vqmmc regulator found [ 0.945213] mmc1: SDHCI controller on fe330000.sdhci [fe330000.sdhci] using ADMA [ 0.946012] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/work-led[0]' - status (0) [ 0.946161] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/diy-led[0]' - status (0) [ 0.946418] ledtrig-cpu: registered to indicate activity on CPUs [ 0.946474] hidraw: raw HID events driver (C) Jiri Kosina [ 0.949703] usbcore: registered new interface driver usbhid [ 0.949711] usbhid: USB HID core driver [ 0.951621] usbcore: registered new interface driver snd-usb-audio [ 0.952473] vcc_sdio: ramp_delay not set [ 0.952539] of_get_named_gpiod_flags: can't parse 'spk-con-gpio' property of node '/i2c@ff110000/es8316@11[0]' [ 0.952549] es8316 1-0011: Can not read property spk_ctl_gpio [ 0.952600] of_get_named_gpiod_flags: parsed 'hp-det-gpio' property of node '/i2c@ff110000/es8316@11[0]' - status (0) [ 0.958673] u32 classifier [ 0.958689] Netfilter messages via NETLINK v0.30. [ 0.958757] ip_set: protocol 6 [ 0.958904] ip_tables: (C) 2000-2006 Netfilter Core Team [ 0.958957] Initializing XFRM netlink socket [ 0.959445] NET: Registered protocol family 10 [ 0.960367] NET: Registered protocol family 17 [ 0.960388] NET: Registered protocol family 15 [ 0.960419] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 0.960442] Bridge firewalling registered [ 0.960621] Bluetooth: RFCOMM socket layer initialized [ 0.960644] Bluetooth: RFCOMM ver 1.11 [ 0.960658] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 0.960668] Bluetooth: HIDP socket layer initialized [ 0.960728] 8021q: 802.1Q VLAN Support v1.8 [ 0.960751] lib80211: common routines for IEEE802.11 drivers [ 0.960756] lib80211_crypt: registered algorithm 'NULL' [ 0.960766] [WLAN_RFKILL]: Enter rfkill_wlan_init [ 0.961245] [WLAN_RFKILL]: Enter rfkill_wlan_probe [ 0.961320] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6359sa [ 0.961325] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control. [ 0.961330] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio. [ 0.961337] of_get_named_gpiod_flags: can't parse 'WIFI,poweren_gpio' property of node '/wireless-wlan[0]' [ 0.961344] of_get_named_gpiod_flags: can't parse 'WIFI,vbat_gpio' property of node '/wireless-wlan[0]' [ 0.961350] of_get_named_gpiod_flags: can't parse 'WIFI,reset_gpio' property of node '/wireless-wlan[0]' [ 0.961399] of_get_named_gpiod_flags: parsed 'WIFI,host_wake_irq' property of node '/wireless-wlan[0]' - status (0) [ 0.961405] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,host_wake_irq = 3, flags = 0. [ 0.961415] [WLAN_RFKILL]: wlan_platdata_parse_dt: The ref_wifi_clk not found ! [ 0.961422] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio [ 0.961429] [WLAN_RFKILL]: Exit rfkill_wlan_probe [ 0.961487] [BT_RFKILL]: Enter rfkill_rk_init [ 0.961945] [BT_RFKILL]: Enter rfkill_rk_probe [ 0.961971] of_get_named_gpiod_flags: parsed 'uart_rts_gpios' property of node '/wireless-bluetooth[0]' - status (0) [ 0.961976] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 83. [ 0.961984] of_get_named_gpiod_flags: can't parse 'BT,power_gpio' property of node '/wireless-bluetooth[0]' [ 0.962003] of_get_named_gpiod_flags: parsed 'BT,reset_gpio' property of node '/wireless-bluetooth[0]' - status (0) [ 0.962008] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 9. [ 0.962026] of_get_named_gpiod_flags: parsed 'BT,wake_gpio' property of node '/wireless-bluetooth[0]' - status (0) [ 0.962031] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 91. [ 0.962049] of_get_named_gpiod_flags: parsed 'BT,wake_host_irq' property of node '/wireless-bluetooth[0]' - status (0) [ 0.962054] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 4.

[ 0.962407] [BT_RFKILL]: init gpio [ 0.962434] [BT_RFKILL]: Request irq for bt wakeup host [ 0.962468] [BT_RFKILL]: ** disable irq [ 0.962473] [BT_RFKILL]: setup rfkill [ 0.962567] [BT_RFKILL]: bt_default device registered. [ 0.962625] Key type dns_resolver registered [ 0.963414] Registered cp15_barrier emulation handler [ 0.963578] Registered setend emulation handler [ 0.964352] Loading compiled-in X.509 certificates [ 0.964669] phy phy-ff770000.syscon:usb2-phy@e450.5: Looking up phy-supply from device tree [ 0.964675] phy phy-ff770000.syscon:usb2-phy@e450.5: Looking up phy-supply property in node /syscon@ff770000/usb2-phy@e450/otg-port failed [ 0.964896] phy phy-ff770000.syscon:usb2-phy@e450.5: Looking up vbus-supply from device tree [ 0.964901] phy phy-ff770000.syscon:usb2-phy@e450.5: Looking up vbus-supply property in node /syscon@ff770000/usb2-phy@e450/otg-port failed [ 0.964912] phy phy-ff770000.syscon:usb2-phy@e450.5: Failed to get VBUS supply regulator [ 0.965163] phy phy-ff770000.syscon:usb2-phy@e450.6: Looking up phy-supply from device tree [ 0.965215] vcc5v0_host: could not add device link phy-ff770000.syscon:usb2-phy@e450.6 err -2 [ 0.965701] phy phy-ff7c0000.phy.7: Looking up phy-supply from device tree [ 0.965706] phy phy-ff7c0000.phy.7: Looking up phy-supply property in node /phy@ff7c0000/dp-port failed