khadas / fenix

One-stop script set to build Ubuntu/Debian images
GNU General Public License v2.0
211 stars 135 forks source link

Edge V: fan always on with the latest mainline kernel #177

Closed Pea13 closed 5 months ago

Pea13 commented 2 years ago

Hello,

I have just built a fenix image for my Edge V: Fenix 1.0.7 Ubuntu 20.04.3 LTS Linux 5.16.0-rc1 I have noticed that the fan is always on but the parameter is set on auto.

$ head -n20 /boot/env.txt 
#############################DO NOT TOUCH THIS OPTION#############################
rootdev=UUID=8f55cb08-354b-49f7-ac6c-b0b32191ae92
#############################DO NOT TOUCH THIS OPTION#############################

# MIPI LCD control
# true  - enable MIPI LCD
# false - disable MIPI LCD
mipi_lcd_enabled=false

# Cooling FAN mode
# auto -  auto schedule the FAN speed depend on the CPU temperature
# low  -  FAN low speed
# mid  -  FAN middle speed
# high -  FAN high speed
fan_mode=auto

The temperature is not high:

$ sensors
gpu_thermal-virtual-0
Adapter: Virtual device
temp1:        +34.4°C  (crit = +95.0°C)

cpu_thermal-virtual-0
Adapter: Virtual device
temp1:        +33.9°C  (crit = +95.0°C)

But the fan is still running at its maximum:

$ cat /sys/class/thermal/cooling_device0/cur_state
3

The script fan.sh seems to have issues too:

$ sudo /usr/local/bin/fan.sh temp
Fan temp: 33888

$ sudo /usr/local/bin/fan.sh mode
cat: /sys/class/hwmon/hwmon0/mode: No such file or directory
cat: /sys/class/hwmon/hwmon0/enable: No such file or directory
/usr/local/bin/fan.sh: line 61: [: -eq: unary operator expected
Fan mode: auto
Fan level: high
Fan state: 

$ ls /sys/class/hwmon/hwmon0/
device  name  of_node  power  pwm1  subsystem  uevent

The current dmesg:

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 5.16.0-rc1 (root@9eb6709e8cdb) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209) #1.0.7 SMP PREEMPT Sun Nov 21 14:29:25 CET 2021
[    0.000000] Machine model: Khadas Edge-V
[    0.000000] Machine model: Khadas Edge-V
[    0.000000] efi: UEFI not found.
[    0.000000] [Firmware Bug]: Kernel image misaligned at boot, please fix your bootloader!
[    0.000000] NUMA: No NUMA configuration found
[    0.000000] NUMA: Faking a node at [mem 0x0000000000200000-0x00000000f7ffffff]
[    0.000000] NUMA: NODE_DATA [mem 0xf77e0080-0xf77e1fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000200000-0x00000000f7ffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000200000-0x00000000083fffff]
[    0.000000]   node   0: [mem 0x000000000a200000-0x00000000f7ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000000f7ffffff]
[    0.000000] On node 0, zone DMA: 512 pages in unavailable ranges
[    0.000000] On node 0, zone DMA: 7680 pages in unavailable ranges
[    0.000000] cma: Reserved 16 MiB at 0x00000000f2800000
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: Trusted OS migration not required
[    0.000000] psci: SMC Calling Convention v1.0
[    0.000000] percpu: Embedded 19 pages/cpu s40152 r8192 d29480 u77824
[    0.000000] pcpu-alloc: s40152 r8192 d29480 u77824 alloc=19*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: detected: GIC system register CPU interface
[    0.000000] Fallback order for Node 0: 0 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 991752
[    0.000000] Policy zone: DMA
[    0.000000] Kernel command line: storagemedia=emmc androidboot.mode=normal board.type=2 wol_enable=1 mac=00:00:00:00:00:00 androidboot.mac=00:00:00:00:00:00 androidboot.verifiedbootstate=orange earlyprintk console=ttyS2,1500000n8  loglevel=0 rw root=/dev/mmcblk2p2 rootfstype=ext4 init=/sbin/init rootwait fbcon=rotate:0 ubootpart=ccdf9bab-01 board_type=2 board_type_name=Edge-V khadas_board=Edge-V fan=auto mac=16:fa:45:09:83:cc androidboot.mac=16:fa:45:09:83:cc  coherent_pool=2M imagetype=EMMC_MBR splash quiet plymouth.ignore-serial-consoles vt.handoff=7 
[    0.000000] uboot setup mac-addr: 00:00:00:00:00:00
[    0.000000] uboot setup mac-addr: 16:fa:45:09:83:cc
[    0.000000] Unknown kernel command line parameters "splash storagemedia=emmc wol_enable=1 mac=16:fa:45:09:83:cc ubootpart=ccdf9bab-01 board_type=2 board_type_name=Edge-V khadas_board=Edge-V fan=auto imagetype=EMMC_MBR", will be passed to user space.
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 3899288K/4030464K available (16064K kernel code, 1346K rwdata, 5716K rodata, 2624K init, 400K bss, 114792K reserved, 16384K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=6.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[    0.000000] GICv3: 256 SPIs implemented
[    0.000000] GICv3: 0 Extended SPIs implemented
[    0.000000] GICv3: Distributor has no Range Selector support
[    0.000000] Root IRQ handler: gic_handle_irq
[    0.000000] GICv3: 16 PPIs implemented
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fef00000
[    0.000000] ITS [mem 0xfee20000-0xfee3ffff]
[    0.000000] ITS@0x00000000fee20000: allocated 65536 Devices @2080000 (flat, esz 8, psz 64K, shr 0)
[    0.000000] ITS: using cache flushing for cmd queue
[    0.000000] GICv3: using LPI property table @0x0000000002040000
[    0.000000] GIC: using cache flushing for LPI property table
[    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000002050000
[    0.000000] GICv3: 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] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] }
[    0.000000] random: get_random_bytes called from start_kernel+0x474/0x658 with crng_init=0
[    0.000000] arch_timer: 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.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.001056] Console: colour dummy device 80x25
[    0.001161] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[    0.001179] pid_max: default: 32768 minimum: 301
[    0.001274] LSM: Security Framework initializing
[    0.001358] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.001388] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.003852] rcu: Hierarchical SRCU implementation.
[    0.004207] Platform MSI: interrupt-controller@fee20000 domain created
[    0.004648] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[    0.004955] EFI services will not be available.
[    0.005420] smp: Bringing up secondary CPUs ...
[    0.006106] Detected VIPT I-cache on CPU1
[    0.006146] GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000
[    0.006166] GICv3: CPU1: using allocated LPI pending table @0x0000000002060000
[    0.006225] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.007028] Detected VIPT I-cache on CPU2
[    0.007057] GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000
[    0.007073] GICv3: CPU2: using allocated LPI pending table @0x0000000002070000
[    0.007110] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.007912] Detected VIPT I-cache on CPU3
[    0.007938] GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000
[    0.007954] GICv3: CPU3: using allocated LPI pending table @0x0000000002100000
[    0.007991] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.012161] CPU features: detected: Spectre-v2
[    0.012735] CPU features: detected: Spectre-v4
[    0.013146] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    0.013427] Detected PIPT I-cache on CPU4
[    0.014715] GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000
[    0.015416] GICv3: CPU4: using allocated LPI pending table @0x0000000002110000
[    0.017042] CPU4: Booted secondary processor 0x0000000100 [0x410fd082]
[    0.027710] Detected PIPT I-cache on CPU5
[    0.029113] GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000
[    0.029812] GICv3: CPU5: using allocated LPI pending table @0x0000000002120000
[    0.031277] CPU5: Booted secondary processor 0x0000000101 [0x410fd082]
[    0.037790] smp: Brought up 1 node, 6 CPUs
[    0.037930] SMP: Total of 6 processors activated.
[    0.037956] CPU features: detected: 32-bit EL0 Support
[    0.037965] CPU features: detected: 32-bit EL1 Support
[    0.038007] CPU features: detected: CRC32 instructions
[    0.302892] CPU: All CPU(s) started at EL2
[    0.304048] alternatives: patching kernel code
[    0.309063] devtmpfs: initialized
[    0.329274] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.329555] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.330431] pinctrl core: initialized pinctrl subsystem
[    0.331989] DMI not present or invalid.
[    0.333113] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.352411] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.357824] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.360082] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.360265] audit: initializing netlink subsys (disabled)
[    0.361190] audit: type=2000 audit(0.356:1): state=initialized audit_enabled=0 res=1
[    0.362906] thermal_sys: Registered thermal governor 'step_wise'
[    0.362919] thermal_sys: Registered thermal governor 'user_space'
[    0.363658] Userspace governor deprecated: use thermal netlink notification instead
[    0.364301] cpuidle: using governor menu
[    0.365356] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.368426] ASID allocator initialised with 65536 entries
[    0.368794] Serial: AMBA PL011 UART driver
[    0.401796] platform ff770000.syscon:phy@f780: Fixing up cyclic dependency with fe330000.mmc
[    0.409979] platform ff940000.hdmi: Fixing up cyclic dependency with ff8f0000.vop
[    0.410188] platform ff940000.hdmi: Fixing up cyclic dependency with ff900000.vop
[    0.423095] rockchip-gpio ff720000.gpio: probed /pinctrl/gpio@ff720000
[    0.424374] rockchip-gpio ff730000.gpio: probed /pinctrl/gpio@ff730000
[    0.425213] rockchip-gpio ff780000.gpio: probed /pinctrl/gpio@ff780000
[    0.426044] rockchip-gpio ff788000.gpio: probed /pinctrl/gpio@ff788000
[    0.426808] rockchip-gpio ff790000.gpio: probed /pinctrl/gpio@ff790000
[    0.453188] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.453408] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    0.453420] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.453428] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    0.455044] cryptd: max_cpu_qlen set to 1000
[    0.524585] raid6: neonx8   gen()  1431 MB/s
[    0.592942] raid6: neonx8   xor()  1056 MB/s
[    0.661268] raid6: neonx4   gen()  1466 MB/s
[    0.729609] raid6: neonx4   xor()  1046 MB/s
[    0.797947] raid6: neonx2   gen()  1379 MB/s
[    0.866399] raid6: neonx2   xor()   975 MB/s
[    0.934747] raid6: neonx1   gen()  1201 MB/s
[    1.003155] raid6: neonx1   xor()   824 MB/s
[    1.071585] raid6: int64x8  gen()  1013 MB/s
[    1.139975] raid6: int64x8  xor()   533 MB/s
[    1.208416] raid6: int64x4  gen()  1130 MB/s
[    1.276811] raid6: int64x4  xor()   570 MB/s
[    1.345243] raid6: int64x2  gen()   963 MB/s
[    1.413649] raid6: int64x2  xor()   496 MB/s
[    1.482081] raid6: int64x1  gen()   717 MB/s
[    1.550465] raid6: int64x1  xor()   380 MB/s
[    1.550474] raid6: using algorithm neonx4 gen() 1466 MB/s
[    1.550481] raid6: .... xor() 1046 MB/s, rmw enabled
[    1.550490] raid6: using neon recovery algorithm
[    1.554885] iommu: Default domain type: Translated 
[    1.555007] iommu: DMA domain TLB invalidation policy: strict mode 
[    1.559091] vgaarb: loaded
[    1.559646] SCSI subsystem initialized
[    1.560567] libata version 3.00 loaded.
[    1.560888] usbcore: registered new interface driver usbfs
[    1.560944] usbcore: registered new interface driver hub
[    1.560997] usbcore: registered new device driver usb
[    1.561625] pps_core: LinuxPPS API ver. 1 registered
[    1.561646] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.561665] PTP clock support registered
[    1.561999] EDAC MC: Ver: 3.0.0
[    1.563255] Advanced Linux Sound Architecture Driver Initialized.
[    1.564075] NetLabel: Initializing
[    1.564082] NetLabel:  domain hash size = 128
[    1.564088] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.564170] NetLabel:  unlabeled traffic allowed by default
[    1.566803] clocksource: Switched to clocksource arch_sys_counter
[    1.567934] VFS: Disk quotas dquot_6.6.0
[    1.568004] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.578376] NET: Registered PF_INET protocol family
[    1.579182] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    1.582083] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    1.582192] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    1.582505] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    1.583244] TCP: Hash tables configured (established 32768 bind 32768)
[    1.584120] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    1.584267] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    1.584724] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.585948] RPC: Registered named UNIX socket transport module.
[    1.585975] RPC: Registered udp transport module.
[    1.585981] RPC: Registered tcp transport module.
[    1.585987] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.586003] PCI: CLS 0 bytes, default 64
[    1.587246] Trying to unpack rootfs image as initramfs...
[    1.617930] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    1.624902] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[    1.627946] kvm [1]: IPA Size Limit: 40 bits
[    1.631277] kvm [1]: vgic-v2@fff20000
[    1.631795] kvm [1]: GIC system register CPU interface enabled
[    1.636388] kvm [1]: vgic interrupt IRQ18
[    1.642221] kvm [1]: Hyp mode initialized successfully
[    1.651561] Initialise system trusted keyrings
[    1.653119] workingset: timestamp_bits=44 max_order=20 bucket_order=0
[    1.664496] zbud: loaded
[    1.673415] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.680841] NFS: Registering the id_resolver key type
[    1.681212] Key type id_resolver registered
[    1.681222] Key type id_legacy registered
[    1.681515] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.681549] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    1.681559] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    1.685193] fuse: init (API version 7.35)
[    1.689872] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[    1.700934] 9p: Installing v9fs 9p2000 file system support
[    1.762557] NET: Registered PF_ALG protocol family
[    1.763311] xor: measuring software checksum speed
[    1.769904]    8regs           :  1659 MB/sec
[    1.776120]    32regs          :  1902 MB/sec
[    1.784318]    arm64_neon      :  1418 MB/sec
[    1.784576] xor: using function: 32regs (1902 MB/sec)
[    1.784636] Key type asymmetric registered
[    1.784652] Asymmetric key parser 'x509' registered
[    1.786099] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.789084] io scheduler mq-deadline registered
[    1.789303] io scheduler kyber registered
[    1.790032] io scheduler bfq registered
[    1.811262] Freeing initrd memory: 9504K
[    1.815659] rockchip-usb2phy ff770000.syscon:usb2phy@e450: failed to create phy
[    1.817123] rockchip-usb2phy ff770000.syscon:usb2phy@e460: failed to create phy
[    1.825823] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    1.826013] dma-pl330 ff6d0000.dma-controller:   DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
[    1.828007] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    1.828064] dma-pl330 ff6e0000.dma-controller:   DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    1.833155] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
[    1.836809] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 41, base_baud = 1500000) is a 16550A
[    1.837175] serial serial0: tty port ttyS0 registered
[    1.839483] ff1a0000.serial: ttyS2 at MMIO 0xff1a0000 (irq = 42, base_baud = 1500000) is a 16550A
[    1.841239] printk: console [ttyS2] enabled
[    1.849649] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    1.861439] brd: module loaded
[    1.872009] loop: module loaded
[    1.950129] spi-nor spi0.0: w25q128fw (16384 Kbytes)
[    1.979192] libphy: Fixed MDIO Bus: probed
[    1.980800] tun: Universal TUN/TAP device driver, 1.6
[    1.983428] e1000e: Intel(R) PRO/1000 Network Driver
[    1.983490] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.983564] igb: Intel(R) Gigabit Ethernet Network Driver
[    1.983571] igb: Copyright (c) 2007-2014 Intel Corporation.
[    1.983614] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[    1.983621] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    1.985622] pegasus: Pegasus/Pegasus II USB Ethernet driver
[    1.985677] usbcore: registered new interface driver pegasus
[    1.985720] usbcore: registered new interface driver rtl8150
[    1.985774] usbcore: registered new interface driver r8152
[    1.985824] usbcore: registered new interface driver dm9601
[    1.985872] usbcore: registered new interface driver CoreChips
[    1.985924] usbcore: registered new interface driver smsc75xx
[    1.985975] usbcore: registered new interface driver smsc95xx
[    1.986020] usbcore: registered new interface driver plusb
[    1.986065] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[    1.986494] VFIO - User Level meta-driver version: 0.3
[    1.995157] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.995376] ehci-pci: EHCI PCI platform driver
[    1.995424] ehci-platform: EHCI generic platform driver
[    1.995781] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.995852] ohci-pci: OHCI PCI platform driver
[    1.995900] ohci-platform: OHCI generic platform driver
[    1.996970] usbcore: registered new interface driver usb-storage
[    2.001529] i2c_dev: i2c /dev entries driver
[    2.007269] rk808 4-001b: chip id: 0x0
[    2.013171] rk808-regulator rk808-regulator: there is no dvs0 gpio
[    2.013330] rk808-regulator rk808-regulator: there is no dvs1 gpio
[    2.030064] rk808-rtc rk808-rtc: registered as rtc0
[    2.030869] rk808-rtc rk808-rtc: setting system clock to 2021-11-23T14:05:20 UTC (1637676320)
[    2.032574] fan53555-regulator 4-0040: FAN53555 Option[8] Rev[1] Detected!
[    2.036167] fan53555-regulator 4-0041: FAN53555 Option[8] Rev[1] Detected!
[    2.037196] random: fast init done
[    2.053865] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 12000 KHz, changing to: 408000 KHz
[    2.055587] sdhci: Secure Digital Host Controller Interface driver
[    2.055600] sdhci: Copyright(c) Pierre Ossman
[    2.055604] SPI driver mmc_spi has no spi_device_id for mmc-spi-slot
[    2.055629] Synopsys Designware Multimedia Card Interface Driver
[    2.056626] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.057601] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
[    2.057652] dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
[    2.057672] dwmmc_rockchip fe320000.mmc: Version ID is 270a
[    2.057767] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 33,32 bit host data width,256 deep fifo
[    2.058104] dwmmc_rockchip fe320000.mmc: Got CD GPIO
[    2.058579] mmc2: CQHCI version 5.10
[    2.060230] ledtrig-cpu: registered to indicate activity on CPUs
[    2.061127] usbcore: registered new interface driver usbhid
[    2.061133] usbhid: USB HID core driver
[    2.068437] xt_time: kernel timezone is -0000
[    2.068462] IPVS: Registered protocols (TCP, UDP, SCTP, AH, ESP)
[    2.068481] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[    2.068553] IPVS: ipvs loaded.
[    2.068556] IPVS: [rr] scheduler registered.
[    2.068559] IPVS: [wrr] scheduler registered.
[    2.068562] IPVS: [lc] scheduler registered.
[    2.068564] IPVS: [wlc] scheduler registered.
[    2.068567] IPVS: [fo] scheduler registered.
[    2.068570] IPVS: [ovf] scheduler registered.
[    2.068576] IPVS: [lblc] scheduler registered.
[    2.068581] IPVS: [lblcr] scheduler registered.
[    2.068584] IPVS: [dh] scheduler registered.
[    2.068586] IPVS: [sh] scheduler registered.
[    2.068589] IPVS: [sed] scheduler registered.
[    2.068591] IPVS: [nq] scheduler registered.
[    2.068657] Initializing XFRM netlink socket
[    2.068687] NET: Registered PF_PACKET protocol family
[    2.068836] 8021q: 802.1Q VLAN Support v1.8
[    2.068900] 9pnet: Installing 9P2000 support
[    2.068934] Key type dns_resolver registered
[    2.069752] registered taskstats version 1
[    2.069758] Loading compiled-in X.509 certificates
[    2.070104] zswap: loaded using pool lzo/zbud
[    2.070781] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    2.071022] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
[    2.082706] mmc2: SDHCI controller on fe330000.mmc [fe330000.mmc] using ADMA
[    2.115536] rk_gmac-dwmac fe300000.ethernet: IRQ eth_wake_irq not found
[    2.115546] rk_gmac-dwmac fe300000.ethernet: IRQ eth_lpi not found
[    2.115607] rk_gmac-dwmac fe300000.ethernet: PTP uses main clock
[    2.115701] rk_gmac-dwmac fe300000.ethernet: clock input or output? (input).
[    2.115706] rk_gmac-dwmac fe300000.ethernet: TX delay(0x28).
[    2.115711] rk_gmac-dwmac fe300000.ethernet: RX delay(0x11).
[    2.115717] rk_gmac-dwmac fe300000.ethernet: integrated PHY? (no).
[    2.115746] rk_gmac-dwmac fe300000.ethernet: cannot get clock clk_mac_speed
[    2.116357] rk_gmac-dwmac fe300000.ethernet: clock input from PHY
[    2.121366] rk_gmac-dwmac fe300000.ethernet: init for RGMII
[    2.121589] rk_gmac-dwmac fe300000.ethernet: User ID: 0x10, Synopsys ID: 0x35
[    2.121596] rk_gmac-dwmac fe300000.ethernet:     DWMAC1000
[    2.121601] rk_gmac-dwmac fe300000.ethernet: DMA HW capability register supported
[    2.121604] rk_gmac-dwmac fe300000.ethernet: RX Checksum Offload Engine supported
[    2.121607] rk_gmac-dwmac fe300000.ethernet: COE Type 2
[    2.121610] rk_gmac-dwmac fe300000.ethernet: TX Checksum insertion supported
[    2.121613] rk_gmac-dwmac fe300000.ethernet: Wake-Up On Lan supported
[    2.121643] rk_gmac-dwmac fe300000.ethernet: Normal descriptors
[    2.121647] rk_gmac-dwmac fe300000.ethernet: Ring mode enabled
[    2.121650] rk_gmac-dwmac fe300000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    2.121658] rk_gmac-dwmac fe300000.ethernet: device MAC address 6e:f7:63:cd:3d:1f
[    2.153503] mmc2: Command Queue Engine enabled
[    2.153554] mmc2: new HS400 MMC card at address 0001
[    2.154859] mmcblk2: mmc2:0001 BJTD4R 29.1 GiB 
[    2.156783]  mmcblk2: p1 p2
[    2.157393] mmcblk2boot0: mmc2:0001 BJTD4R 4.00 MiB 
[    2.158745] mmcblk2boot1: mmc2:0001 BJTD4R 4.00 MiB 
[    2.159894] mmcblk2rpmb: mmc2:0001 BJTD4R 4.00 MiB, chardev (241:0)
[    2.226421] libphy: stmmac: probed
[    2.226444] RTL8211F Gigabit Ethernet stmmac-0:00: attached PHY driver (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
[    2.226464] RTL8211F Gigabit Ethernet stmmac-0:01: attached PHY driver (mii_bus:phy_addr=stmmac-0:01, irq=POLL)
[    2.231346] ehci-platform fe380000.usb: EHCI Host Controller
[    2.231368] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 1
[    2.231468] ehci-platform fe380000.usb: irq 35, io mem 0xfe380000
[    2.246746] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
[    2.247119] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.16
[    2.247142] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.247158] usb usb1: Product: EHCI Host Controller
[    2.247214] usb usb1: Manufacturer: Linux 5.16.0-rc1 ehci_hcd
[    2.247229] usb usb1: SerialNumber: fe380000.usb
[    2.248232] hub 1-0:1.0: USB hub found
[    2.248292] hub 1-0:1.0: 1 port detected
[    2.251643] ehci-platform fe3c0000.usb: EHCI Host Controller
[    2.251682] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 2
[    2.251843] ehci-platform fe3c0000.usb: irq 37, io mem 0xfe3c0000
[    2.266810] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
[    2.266995] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.16
[    2.267010] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.267020] usb usb2: Product: EHCI Host Controller
[    2.267029] usb usb2: Manufacturer: Linux 5.16.0-rc1 ehci_hcd
[    2.267038] usb usb2: SerialNumber: fe3c0000.usb
[    2.267593] hub 2-0:1.0: USB hub found
[    2.267632] hub 2-0:1.0: 1 port detected
[    2.268515] ohci-platform fe3a0000.usb: Generic Platform OHCI controller
[    2.268540] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 3
[    2.268690] ohci-platform fe3a0000.usb: irq 36, io mem 0xfe3a0000
[    2.331012] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.16
[    2.331037] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.331052] usb usb3: Product: Generic Platform OHCI controller
[    2.331065] usb usb3: Manufacturer: Linux 5.16.0-rc1 ohci_hcd
[    2.331078] usb usb3: SerialNumber: fe3a0000.usb
[    2.331872] hub 3-0:1.0: USB hub found
[    2.331929] hub 3-0:1.0: 1 port detected
[    2.333156] ohci-platform fe3e0000.usb: Generic Platform OHCI controller
[    2.333188] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 4
[    2.333396] ohci-platform fe3e0000.usb: irq 38, io mem 0xfe3e0000
[    2.394981] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.16
[    2.395007] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.395023] usb usb4: Product: Generic Platform OHCI controller
[    2.395036] usb usb4: Manufacturer: Linux 5.16.0-rc1 ohci_hcd
[    2.395048] usb usb4: SerialNumber: fe3e0000.usb
[    2.395854] hub 4-0:1.0: USB hub found
[    2.395912] hub 4-0:1.0: 1 port detected
[    2.400359] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    2.400424] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    2.400451] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    2.400578] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 32,32 bit host data width,256 deep fifo
[    2.401830] dwmmc_rockchip fe310000.mmc: allocated mmc-pwrseq
[    2.401856] mmc_host mmc0: card is non-removable.
[    2.403052] input: adc-keys as /devices/platform/adc-keys/input/input0
[    2.405931] input: gpio-keys as /devices/platform/gpio-keys/input/input1
[    2.406843] ALSA device list:
[    2.406849]   No soundcards found.
[    2.407011] dw-apb-uart ff1a0000.serial: forbid DMA for kernel console
[    2.415143] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    2.429863] Freeing unused kernel memory: 2624K
[    2.443095] Run /init as init process
[    2.443109]   with arguments:
[    2.443116]     /init
[    2.443124]     splash
[    2.443132]   with environment:
[    2.443139]     HOME=/
[    2.443146]     TERM=linux
[    2.443154]     storagemedia=emmc
[    2.443161]     wol_enable=1
[    2.443169]     mac=16:fa:45:09:83:cc
[    2.443177]     ubootpart=ccdf9bab-01
[    2.443185]     board_type=2
[    2.443192]     board_type_name=Edge-V
[    2.443200]     khadas_board=Edge-V
[    2.443207]     fan=auto
[    2.443214]     imagetype=EMMC_MBR
[    2.536659] mmc_host mmc0: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
[    2.673133] dwmmc_rockchip fe310000.mmc: Successfully tuned phase to 195
[    2.680953] mmc0: new ultra high speed SDR104 SDIO card at address 0001
[    2.750873] rockchip-vop ff8f0000.vop: Adding to iommu group 2
[    2.751998] rockchip-vop ff900000.vop: Adding to iommu group 3
[    2.772198] rockchip-drm display-subsystem: bound ff8f0000.vop (ops vop_component_ops [rockchipdrm])
[    2.772420] [drm] unsupported AFBC format[3231564e]
[    2.774820] rockchip-drm display-subsystem: bound ff900000.vop (ops vop_component_ops [rockchipdrm])
[    2.775161] dwhdmi-rockchip ff940000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
[    2.776586] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[    2.776609] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 5
[    2.776717] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
[    2.776736] xhci-hcd xhci-hcd.2.auto: irq 74, io mem 0xfe800000
[    2.776945] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.16
[    2.776952] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.776956] usb usb5: Product: xHCI Host Controller
[    2.776959] usb usb5: Manufacturer: Linux 5.16.0-rc1 xhci-hcd
[    2.776962] usb usb5: SerialNumber: xhci-hcd.2.auto
[    2.777381] hub 5-0:1.0: USB hub found
[    2.779061] hub 5-0:1.0: 1 port detected
[    2.779321] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[    2.779332] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 6
[    2.779341] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
[    2.779398] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.779480] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.16
[    2.779486] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.779489] usb usb6: Product: xHCI Host Controller
[    2.779493] usb usb6: Manufacturer: Linux 5.16.0-rc1 xhci-hcd
[    2.779496] usb usb6: SerialNumber: xhci-hcd.2.auto
[    2.785798] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
[    2.785820] rockchip-drm display-subsystem: bound ff940000.hdmi (ops dw_hdmi_rockchip_ops [rockchipdrm])
[    2.786321] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes
[    2.814799] hub 6-0:1.0: USB hub found
[    2.814849] hub 6-0:1.0: 1 port detected
[    2.821749] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 0
[    2.873325] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 7
[    2.873457] xhci-hcd xhci-hcd.4.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
[    2.873504] xhci-hcd xhci-hcd.4.auto: irq 75, io mem 0xfe900000
[    2.873860] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.16
[    2.873879] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.873885] usb usb7: Product: xHCI Host Controller
[    2.873891] usb usb7: Manufacturer: Linux 5.16.0-rc1 xhci-hcd
[    2.873896] usb usb7: SerialNumber: xhci-hcd.4.auto
[    2.894476] hub 7-0:1.0: USB hub found
[    2.894548] hub 7-0:1.0: 1 port detected
[    2.895100] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
[    2.895128] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 8
[    2.895144] xhci-hcd xhci-hcd.4.auto: Host supports USB 3.0 SuperSpeed
[    2.895230] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.895358] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.16
[    2.895367] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.895373] usb usb8: Product: xHCI Host Controller
[    2.895378] usb usb8: Manufacturer: Linux 5.16.0-rc1 xhci-hcd
[    2.895384] usb usb8: SerialNumber: xhci-hcd.4.auto
[    2.896003] hub 8-0:1.0: USB hub found
[    2.896053] hub 8-0:1.0: 1 port detected
[    3.273752] EXT4-fs (mmcblk2p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    3.491786] NET: Registered PF_INET6 protocol family
[    3.492955] Segment Routing with IPv6
[    3.492988] In-situ OAM (IOAM) with IPv6
[    3.505988] systemd[1]: systemd 245.4-4ubuntu3.13 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    3.506844] systemd[1]: Detected architecture arm64.
[    3.525857] systemd[1]: Set hostname to <sup0.raveland.priv>.
[    3.744096] systemd[1]: Configuration file /lib/systemd/system/system-check.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[    3.756518] systemd[1]: Configuration file /lib/systemd/system/fenix-hardware-optimize.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[    3.790775] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes
[    3.889433] systemd[1]: Configuration file /lib/systemd/system/fenix-zram-config.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[    3.890869] systemd[1]: Configuration file /lib/systemd/system/fan.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[    3.927217] random: systemd: uninitialized urandom read (16 bytes read)
[    3.927487] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[    3.927502] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[    3.930635] systemd[1]: Created slice system-modprobe.slice.
[    3.931179] random: systemd: uninitialized urandom read (16 bytes read)
[    3.933157] systemd[1]: Created slice system-postfix.slice.
[    3.933265] random: systemd: uninitialized urandom read (16 bytes read)
[    3.935151] systemd[1]: Created slice system-serial\x2dgetty.slice.
[    3.937435] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    3.939389] systemd[1]: Created slice User and Session Slice.
[    3.939764] systemd[1]: Started ntp-systemd-netif.path.
[    3.940296] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.941657] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.942114] systemd[1]: Reached target Remote File Systems.
[    3.942248] systemd[1]: Reached target Slices.
[    3.942417] systemd[1]: Reached target Swap.
[    3.945226] systemd[1]: Listening on Syslog Socket.
[    3.945459] systemd[1]: Listening on fsck to fsckd communication Socket.
[    3.945580] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    3.945961] systemd[1]: Listening on Journal Audit Socket.
[    3.946138] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.946372] systemd[1]: Listening on Journal Socket.
[    3.946595] systemd[1]: Listening on udev Control Socket.
[    3.946762] systemd[1]: Listening on udev Kernel Socket.
[    3.948880] systemd[1]: Mounting Huge Pages File System...
[    3.951451] systemd[1]: Mounting POSIX Message Queue File System...
[    3.954251] systemd[1]: Mounting Kernel Debug File System...
[    3.954821] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
[    3.958259] systemd[1]: Starting Journal Service...
[    3.962381] systemd[1]: Starting Restore / save the current clock...
[    3.965843] systemd[1]: Starting Set the console keyboard layout...
[    3.969035] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    3.969233] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[    3.972213] systemd[1]: Started Nameserver information manager.
[    3.972851] systemd[1]: Reached target Network (Pre).
[    3.974637] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    3.974956] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    3.979355] systemd[1]: Starting Load Kernel Modules...
[    3.984534] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.988107] systemd[1]: Starting udev Coldplug all Devices...
[    3.993347] systemd[1]: Mounted Huge Pages File System.
[    3.993780] systemd[1]: Mounted POSIX Message Queue File System.
[    3.994163] systemd[1]: Mounted Kernel Debug File System.
[    3.995811] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    3.999833] systemd[1]: Finished Restore / save the current clock.
[    4.009389] EXT4-fs (mmcblk2p2): re-mounted. Opts: commit=600,errors=remount-ro. Quota mode: none.
[    4.015373] systemd[1]: Finished Remount Root and Kernel File Systems.
[    4.016107] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.016464] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    4.016548] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    4.019073] systemd[1]: Starting Load/Save Random Seed...
[    4.021946] systemd[1]: Starting Create System Users...
[    4.036257] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.048323] brcmfmac: F1 signature read @0x18000000=0x17294359
[    4.053072] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4359-sdio for chip BCM4359/9
[    4.054003] systemd[1]: Finished Create System Users.
[    4.055998] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac4359-sdio.khadas,edge-v.bin failed with error -2
[    4.056788] systemd[1]: Starting Create Static Device Nodes in /dev...
[    4.059790] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac4359-sdio.khadas,edge-v.txt failed with error -2
[    4.063329] systemd[1]: Finished Load Kernel Modules.
[    4.066386] systemd[1]: Mounting FUSE Control File System...
[    4.076043] systemd[1]: Mounting Kernel Configuration File System...
[    4.078976] systemd[1]: Starting Apply Kernel Variables...
[    4.084343] systemd[1]: Mounted FUSE Control File System.
[    4.091340] systemd[1]: Mounted Kernel Configuration File System.
[    4.096274] systemd[1]: Finished Create Static Device Nodes in /dev.
[    4.100998] systemd[1]: Starting udev Kernel Device Manager...
[    4.101352] systemd[1]: Started Journal Service.
[    4.126441] systemd-journald[334]: Received client request to flush runtime journal.
[    4.274288] random: crng init done
[    4.274311] random: 7 urandom warning(s) missed due to ratelimiting
[    4.316482] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4359-sdio for chip BCM4359/9
[    4.317342] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
[    4.318634] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4359/9 wl0: Sep 20 2019 20:22:36 version 9.87.51.11.34 (edb7293@shgit) (r711217) FWID 01-c7feb1ee
[    4.589412] rockchip-pcie f8000000.pcie: host bridge /pcie@f8000000 ranges:
[    4.589475] rockchip-pcie f8000000.pcie:      MEM 0x00fa000000..0x00fbdfffff -> 0x00fa000000
[    4.589494] rockchip-pcie f8000000.pcie:       IO 0x00fbe00000..0x00fbefffff -> 0x00fbe00000
[    4.647036] rockchip-pcie f8000000.pcie: no vpcie12v regulator found
[    4.647060] rockchip-pcie f8000000.pcie: no vpcie3v3 regulator found
[    4.647073] rockchip-pcie f8000000.pcie: supply vpcie1v8 not found, using dummy regulator
[    4.647508] Bluetooth: Core ver 2.22
[    4.647568] NET: Registered PF_BLUETOOTH protocol family
[    4.647572] Bluetooth: HCI device and connection manager initialized
[    4.647583] Bluetooth: HCI socket layer initialized
[    4.647589] Bluetooth: L2CAP socket layer initialized
[    4.647598] Bluetooth: SCO socket layer initialized
[    4.666359] rockchip-pcie f8000000.pcie: supply vpcie0v9 not found, using dummy regulator
[    4.693005] mc: Linux media interface: v0.10
[    4.739109] videodev: Linux video capture interface: v2.00
[    4.757669] Bluetooth: HCI UART driver ver 2.3
[    4.757702] Bluetooth: HCI UART protocol H4 registered
[    4.757707] Bluetooth: HCI UART protocol BCSP registered
[    4.757713] Bluetooth: HCI UART protocol ATH3K registered
[    4.772712] Bluetooth: HCI UART protocol Intel registered
[    4.784412] Bluetooth: HCI UART protocol Broadcom registered
[    4.784424] Bluetooth: HCI UART protocol AG6XX registered
[    4.905626] rockchip-rga ff680000.rga: HW Version: 0x03.02
[    4.905748] rockchip-rga: probe of ff680000.rga failed with error -12
[    4.907381] panfrost ff9a0000.gpu: clock rate = 500000000
[    4.933967] panfrost ff9a0000.gpu: [drm:panfrost_devfreq_init [panfrost]] Failed to register cooling device
[    4.934097] panfrost ff9a0000.gpu: mali-t860 id 0x860 major 0x2 minor 0x0 status 0x0
[    4.934107] panfrost ff9a0000.gpu: features: 00000000,100e77bf, issues: 00000000,24040400
[    4.934115] panfrost ff9a0000.gpu: Features: L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7
[    4.934123] panfrost ff9a0000.gpu: shader_present=0xf l2_present=0x1
[    4.938958] dw-apb-uart ff180000.serial: failed to request DMA
[    4.949161] [drm] Initialized panfrost 1.2.0 20180908 for ff9a0000.gpu on minor 1
[    4.949870] btsdio: probe of mmc0:0001:3 failed with error -110
[    5.108775] Bluetooth: hci0: BCM: failed to write clock (-56)
[    5.109315] Bluetooth: hci0: Failed to set baudrate
[    5.223043] rockchip-pcie f8000000.pcie: PCIe link training gen1 timeout!
[    5.223343] Bluetooth: hci0: BCM: chip id 121
[    5.223708] rockchip-pcie: probe of f8000000.pcie failed with error -110
[    5.226142] Bluetooth: hci0: BCM: features 0x0e
[    5.249975] Bluetooth: hci0: BCM4359C0
[    5.250008] Bluetooth: hci0: BCM4359C0 (003.001.006) build 0000
[    5.251010] Bluetooth: hci0: BCM4359C0 'brcm/BCM4359C0.hcd' Patch
[    5.416895] zram: Added device: zram0
[    5.420438] zram: Added device: zram1
[    5.423625] zram: Added device: zram2
[    5.424356] zram: Added device: zram3
[    5.429944] zram: Added device: zram4
[    5.431376] zram: Added device: zram5
[    5.457005] zram1: detected capacity change from 0 to 524288
[    5.482143] Adding 262140k swap on /dev/zram1.  Priority:5 extents:1 across:262140k SSFS
[    5.486100] zram2: detected capacity change from 0 to 524288
[    5.499877] Adding 262140k swap on /dev/zram2.  Priority:5 extents:1 across:262140k SSFS
[    5.502751] zram3: detected capacity change from 0 to 524288
[    5.527137] Adding 262140k swap on /dev/zram3.  Priority:5 extents:1 across:262140k SSFS
[    5.530472] zram4: detected capacity change from 0 to 524288
[    5.564055] Adding 262140k swap on /dev/zram4.  Priority:5 extents:1 across:262140k SSFS
[    6.110664] rk_gmac-dwmac fe300000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211F Gigabit Ethernet] (irq=POLL)
[    6.111640] rk_gmac-dwmac fe300000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[    6.122327] rk_gmac-dwmac fe300000.ethernet eth0: No Safety Features support found
[    6.122340] rk_gmac-dwmac fe300000.ethernet eth0: PTP not supported by HW
[    6.122592] rk_gmac-dwmac fe300000.ethernet eth0: configuring for phy/rgmii link mode
[    6.192192] ieee80211 phy0: brcmf_dongle_roam: WLC_SET_ROAM_TRIGGER error (-52)
[   10.256019] rk_gmac-dwmac fe300000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[   10.256078] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   12.592572] Bluetooth: hci0: BCM: failed to write clock (-56)
[   12.728648] Bluetooth: hci0: BCM43596 UART 37.4MHz AMPAK AP6359S2 CL1.5[Baseline: 0134]
[   12.728659] Bluetooth: hci0: BCM4359C0 (003.001.006) build 0268
[   12.891347] Bluetooth: hci0: Failed to read codec capabilities (-56)
[   12.893892] Bluetooth: hci0: Failed to read codec capabilities (-56)
[   12.896831] Bluetooth: hci0: Failed to read codec capabilities (-56)
[   12.899671] Bluetooth: hci0: Failed to read codec capabilities (-56)
[   12.902473] Bluetooth: hci0: Failed to read codec capabilities (-56)
[   12.905288] Bluetooth: hci0: Failed to read codec capabilities (-56)

Regards,