Jump to content

strongtz

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by strongtz

  1. Now I've got some ideas.

    It seems that some PCIe cards can't deal with 3.3V power well.

    From the log above, we know that kernel disabled the fixed-regulator vcc3v3_pcie, as it was unused after PCIe probe failure. When I manually reloaded the module, the regulator got enabled instantly (PCIe device getting its power), and PCIe link training went on smoothly.

     

    It leads me to think: 

    Some PCIe devices might require immediate link training after getting 3.3V power, otherwise it fails to probe.

     

    AFAIK vcc3v3_pcie is enabled much earlier than the PCIe controller driver gets loaded, which might be the cause of the problem.

    So, is there a way to enable that regulator only when needed? (when the PCIe driver gets loaded)

  2. Hi. I've got a ROC-RK3399-PC SBC with a JMB585 PCIe to SATA extension card.

    Unfortunately PCIe always doesn't work on boot, whether it is in u-boot or kernel, with `PCIe link training gen1 timeout` error. 

    Just as the following log:

    Quote

    Trying to boot from SPI


    U-Boot 2021.07-rc4-ga2c3fda4-dirty (Jun 21 2021 - 15:28:06 +0800)

    SoC: Rockchip rk3399
    Reset cause: POR
    Model: Firefly ROC-RK3399-PC Mezzanine Board
    DRAM:  3.9 GiB
    PMIC:  RK808
    MMC:   mmc@fe310000: 2, mmc@fe320000: 1, sdhci@fe330000: 0
    Loading Environment from SPIFlash... SF: Detected w25q128 with page size 256 Bytes, erase size 4 KiB, total 16 MiB
    *** Warning - bad CRC, using default environment

    In:    serial
    Out:   serial
    Err:   serial
    Model: Firefly ROC-RK3399-PC Mezzanine Board
    Net:   eth0: ethernet@fe300000
    Hit any key to stop autoboot:  0
    Card did not respond to voltage select! : -110
    Card did not respond to voltage select! : -110
    rockchip_pcie pcie@f8000000: PCIe link training gen1 timeout!

     

    Quote

    root@ubuntu-server:/# dmesg | grep pcie
    [    3.756325] vcc3v3_pcie: supplied by sys_12v
    [   22.150142] rockchip-pcie f8000000.pcie: host bridge /pcie@f8000000 ranges:
    [   22.150185] OF: /pcie@f8000000: Missing device_type
    [   22.150203] rockchip-pcie f8000000.pcie:      MEM 0x00fa000000..0x00fbdfffff -> 0x00fa000000
    [   22.150217] rockchip-pcie f8000000.pcie:       IO 0x00fbe00000..0x00fbefffff -> 0x00fbe00000
    [   22.150905] rockchip-pcie f8000000.pcie: no vpcie12v regulator found
    [   22.676881] rockchip-pcie f8000000.pcie: PCIe link training gen1 timeout!
    [   22.678469] rockchip-pcie: probe of f8000000.pcie failed with error -110
    [   33.774070] vcc3v3_pcie: disabling

     

    However, after I manually run these commands, PCIe seems working.

    ```modprobe -r pcie_rockchip_host
    modprobe pcie_rockchip_host

    ```

     

    Kernel log:

    Quote

    [  338.208262] rockchip-pcie f8000000.pcie: host bridge /pcie@f8000000 ranges:
    [  338.208315] rockchip-pcie f8000000.pcie:      MEM 0x00fa000000..0x00fbdfffff -> 0x00fa000000
    [  338.208330] rockchip-pcie f8000000.pcie:       IO 0x00fbe00000..0x00fbefffff -> 0x00fbe00000
    [  338.209131] rockchip-pcie f8000000.pcie: no vpcie12v regulator found
    [  338.345743] rockchip-pcie f8000000.pcie: PCI host bridge to bus 0000:00
    [  338.345772] pci_bus 0000:00: root bus resource [bus 00-1f]
    [  338.345788] pci_bus 0000:00: root bus resource [mem 0xfa000000-0xfbdfffff]
    [  338.345801] pci_bus 0000:00: root bus resource [io  0x0000-0xfffff] (bus address [0xfbe00000-0xfbefffff])
    [  338.345853] pci 0000:00:00.0: [1d87:0100] type 01 class 0x060400
    [  338.345975] pci 0000:00:00.0: supports D1
    [  338.345983] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [  338.350714] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [  338.351105] pci 0000:01:00.0: [197b:0585] type 00 class 0x010601
    [  338.351195] pci 0000:01:00.0: reg 0x10: initial BAR value 0x00000000 invalid
    [  338.351206] pci 0000:01:00.0: reg 0x10: [io  size 0x0080]
    [  338.351245] pci 0000:01:00.0: reg 0x14: initial BAR value 0x00000000 invalid
    [  338.351253] pci 0000:01:00.0: reg 0x14: [io  size 0x0080]
    [  338.351289] pci 0000:01:00.0: reg 0x18: initial BAR value 0x00000000 invalid
    [  338.351297] pci 0000:01:00.0: reg 0x18: [io  size 0x0080]
    [  338.351333] pci 0000:01:00.0: reg 0x1c: initial BAR value 0x00000000 invalid
    [  338.351342] pci 0000:01:00.0: reg 0x1c: [io  size 0x0080]
    [  338.351378] pci 0000:01:00.0: reg 0x20: initial BAR value 0x00000000 invalid
    [  338.351386] pci 0000:01:00.0: reg 0x20: [io  size 0x0080]
    [  338.351421] pci 0000:01:00.0: reg 0x24: [mem 0x00000000-0x00001fff]
    [  338.351458] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
    [  338.351500] pci 0000:01:00.0: Max Payload Size set to 256 (was 128, max 512)
    [  338.351863] pci 0000:01:00.0: PME# supported from D3hot
    [  338.352236] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:00.0 (capable of 15.752 Gb/s with 8.0 GT/s PCIe x2 link)
    [  338.356709] pci_bus 0000:01: busn_res: [bus 01-1f] end is updated to 01
    [  338.356831] pci 0000:00:00.0: BAR 14: assigned [mem 0xfa000000-0xfa0fffff]
    [  338.356857] pci 0000:01:00.0: BAR 6: assigned [mem 0xfa000000-0xfa00ffff pref]
    [  338.356870] pci 0000:01:00.0: BAR 5: assigned [mem 0xfa010000-0xfa011fff]
    [  338.356893] pci 0000:01:00.0: BAR 0: no space for [io  size 0x0080]
    [  338.356904] pci 0000:01:00.0: BAR 0: failed to assign [io  size 0x0080]
    [  338.356913] pci 0000:01:00.0: BAR 1: no space for [io  size 0x0080]
    [  338.356922] pci 0000:01:00.0: BAR 1: failed to assign [io  size 0x0080]
    [  338.356931] pci 0000:01:00.0: BAR 2: no space for [io  size 0x0080]
    [  338.356944] pci 0000:01:00.0: BAR 2: failed to assign [io  size 0x0080]
    [  338.356956] pci 0000:01:00.0: BAR 3: no space for [io  size 0x0080]
    [  338.356969] pci 0000:01:00.0: BAR 3: failed to assign [io  size 0x0080]
    [  338.356981] pci 0000:01:00.0: BAR 4: no space for [io  size 0x0080]
    [  338.356989] pci 0000:01:00.0: BAR 4: failed to assign [io  size 0x0080]
    [  338.357002] pci 0000:00:00.0: PCI bridge to [bus 01]
    [  338.357016] pci 0000:00:00.0:   bridge window [mem 0xfa000000-0xfa0fffff]
    [  338.357335] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
    [  338.357848] pcieport 0000:00:00.0: PME: Signaling with IRQ 95
    [  338.358358] pcieport 0000:00:00.0: AER: enabled with IRQ 95
    [  338.434167] ahci 0000:01:00.0: version 3.0
    [  338.434209] ahci 0000:01:00.0: enabling device (0000 -> 0002)
    [  338.434743] ahci 0000:01:00.0: SSS flag set, parallel bus scan disabled
    [  338.434858] ahci 0000:01:00.0: AHCI 0001.0301 32 slots 5 ports 6 Gbps 0x1f impl SATA mode
    [  338.434868] ahci 0000:01:00.0: flags: 64bit ncq sntf stag pm led clo pmp fbs pio slum part ccc apst boh
    [  338.442224] scsi host1: ahci
    [  338.443217] scsi host2: ahci
    [  338.443893] scsi host3: ahci
    [  338.445008] scsi host4: ahci
    [  338.446838] scsi host5: ahci
    [  338.447158] ata1: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010100 irq 96
    [  338.447179] ata2: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010180 irq 97
    [  338.447188] ata3: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010200 irq 98
    [  338.447197] ata4: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010280 irq 99
    [  338.447206] ata5: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010300 irq 100
    [  338.762463] ata1: SATA link down (SStatus 0 SControl 300)
    [  339.073142] ata2: SATA link down (SStatus 0 SControl 300)
    [  339.385252] ata3: SATA link down (SStatus 0 SControl 300)
    [  339.700894] ata4: SATA link down (SStatus 0 SControl 300)
    [  340.013306] ata5: SATA link down (SStatus 0 SControl 300)

     

    Does anyone have any idea about what is going on? Thanks in advance.

  3. I guess the device tree in the mainline kernel has some problems. Now I'm using Ubuntu Server 20.04 with the following device tree.

    Basically everything works, except for USB PD.

    (The OS was installed using iso with u-boot's EFI implementation)

    Here is the boot log.

    Quote

    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 5.7.5-050705-generic (kernel@sita) (gcc version 9.3.0 (Ubuntu 9.3.0-13ubuntu1), GNU ld (GNU Binutils for Ubuntu) 2.34) #202006220832 SMP Mon Jun 22 08:34:32 UTC 2020
    [    0.000000] Machine model: Firefly ROC-RK3399-PC Mezzanine Board
    [    0.000000] efi: EFI v2.80 by Das U-Boot
    [    0.000000] efi:  RTPROP=0xf150c040  SMBIOS=0xf1509000  MEMRESERVE=0xabde2040
    [    0.000000] cma: Reserved 32 MiB at 0x00000000f6000000
    [    0.000000] NUMA: No NUMA configuration found
    [    0.000000] NUMA: Faking a node at [mem 0x0000000000200000-0x00000000f7ffffff]
    [    0.000000] NUMA: NODE_DATA [mem 0xf57e5480-0xf57e9fff]
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000000200000-0x000000003fffffff]
    [    0.000000]   DMA32    [mem 0x0000000040000000-0x00000000f7ffffff]
    [    0.000000]   Normal   empty
    [    0.000000]   Device   empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000000200000-0x00000000f1345fff]
    [    0.000000]   node   0: [mem 0x00000000f1346000-0x00000000f1347fff]
    [    0.000000]   node   0: [mem 0x00000000f1348000-0x00000000f1500fff]
    [    0.000000]   node   0: [mem 0x00000000f1501000-0x00000000f1507fff]
    [    0.000000]   node   0: [mem 0x00000000f1508000-0x00000000f1508fff]
    [    0.000000]   node   0: [mem 0x00000000f1509000-0x00000000f1509fff]
    [    0.000000]   node   0: [mem 0x00000000f150a000-0x00000000f150bfff]
    [    0.000000]   node   0: [mem 0x00000000f150c000-0x00000000f150efff]
    [    0.000000]   node   0: [mem 0x00000000f150f000-0x00000000f150ffff]
    [    0.000000]   node   0: [mem 0x00000000f1510000-0x00000000f1510fff]
    [    0.000000]   node   0: [mem 0x00000000f1511000-0x00000000f1512fff]
    [    0.000000]   node   0: [mem 0x00000000f1513000-0x00000000f1513fff]
    [    0.000000]   node   0: [mem 0x00000000f1514000-0x00000000f451ffff]
    [    0.000000]   node   0: [mem 0x00000000f4520000-0x00000000f452ffff]
    [    0.000000]   node   0: [mem 0x00000000f4530000-0x00000000f7ffffff]
    [    0.000000] Zeroed struct page in unavailable ranges: 31 pages
    [    0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000000f7ffffff]
    [    0.000000] On node 0 totalpages: 1015296
    [    0.000000]   DMA zone: 4088 pages used for memmap
    [    0.000000]   DMA zone: 0 pages reserved
    [    0.000000]   DMA zone: 261632 pages, LIFO batch:63
    [    0.000000]   DMA32 zone: 11776 pages used for memmap
    [    0.000000]   DMA32 zone: 753664 pages, LIFO batch:63
    [    0.000000] psci: probing for conduit method from DT.
    [    0.000000] psci: PSCIv1.1 detected in firmware.
    [    0.000000] psci: Using standard PSCI v0.2 function IDs
    [    0.000000] psci: MIGRATE_INFO_TYPE not supported.
    [    0.000000] psci: SMC Calling Convention v1.0
    [    0.000000] percpu: Embedded 33 pages/cpu s94808 r8192 d32168 u135168
    [    0.000000] pcpu-alloc: s94808 r8192 d32168 u135168 alloc=33*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: ARM erratum 845719
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 999432
    [    0.000000] Policy zone: DMA32
    [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.7.5-050705-generic root=UUID=c3403db7-5f7d-4791-b759-09b154668102 ro
    [    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:on, heap free:off
    [    0.000000] software IO TLB: mapped [mem 0x3bfff000-0x3ffff000] (64MB)
    [    0.000000] Memory: 3764160K/4061184K available (14460K kernel code, 2382K rwdata, 7144K rodata, 7296K init, 1136K bss, 264256K reserved, 32768K cma-reserved)
    [    0.000000] random: get_random_u64 called from kmem_cache_open+0x34/0x490 with crng_init=0
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
    [    0.000000] ftrace: allocating 47329 entries in 185 pages
    [    0.000000] ftrace: allocated 185 pages with 5 groups
    [    0.000000] rcu: Hierarchical RCU implementation.
    [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=6.
    [    0.000000]  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] 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 @f4d80000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x00000000f4e00000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000000f4e10000
    [    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] 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.000007] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
    [    0.002819] Console: colour dummy device 80x25
    [    0.003782] printk: console [tty0] enabled
    [    0.003960] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
    [    0.003994] pid_max: default: 32768 minimum: 301
    [    0.004253] LSM: Security Framework initializing
    [    0.004303] Yama: becoming mindful.
    [    0.004445] AppArmor: AppArmor initialized
    [    0.004714] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.004759] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.007789] rcu: Hierarchical SRCU implementation.
    [    0.010507] Platform MSI: interrupt-controller@fee20000 domain created
    [    0.011007] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
    [    0.011299] fsl-mc MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
    [    0.015356] Remapping and enabling EFI services.
    [    0.016514] smp: Bringing up secondary CPUs ...
    [    0.017561] Detected VIPT I-cache on CPU1
    [    0.017600] GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000
    [    0.017660] GICv3: CPU1: using allocated LPI pending table @0x00000000f4e20000
    [    0.017717] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.018834] Detected VIPT I-cache on CPU2
    [    0.018867] GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000
    [    0.018921] GICv3: CPU2: using allocated LPI pending table @0x00000000f4e30000
    [    0.018961] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.020036] Detected VIPT I-cache on CPU3
    [    0.020068] GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000
    [    0.020120] GICv3: CPU3: using allocated LPI pending table @0x00000000f4e40000
    [    0.020159] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.021262] CPU features: detected: EL2 vector hardening
    [    0.021272] ARM_SMCCC_ARCH_WORKAROUND_1 missing from firmware
    [    0.021278] CPU features: detected: ARM erratum 1319367
    [    0.021284] Detected PIPT I-cache on CPU4
    [    0.021318] GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000
    [    0.021374] GICv3: CPU4: using allocated LPI pending table @0x00000000f4e50000
    [    0.021411] CPU4: Booted secondary processor 0x0000000100 [0x410fd082]
    [    0.022504] Detected PIPT I-cache on CPU5
    [    0.022530] GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000
    [    0.022573] GICv3: CPU5: using allocated LPI pending table @0x00000000f4e60000
    [    0.022603] CPU5: Booted secondary processor 0x0000000101 [0x410fd082]
    [    0.022740] smp: Brought up 1 node, 6 CPUs
    [    0.023044] SMP: Total of 6 processors activated.
    [    0.023063] CPU features: detected: 32-bit EL0 Support
    [    0.023082] CPU features: detected: CRC32 instructions
    [    0.023254] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
    [    0.064920] CPU: All CPU(s) started at EL2
    [    0.065025] alternatives: patching kernel code
    [    0.069798] devtmpfs: initialized
    [    0.081947] Registered cp15_barrier emulation handler
    [    0.081981] Registered setend emulation handler
    [    0.081998] KASLR disabled due to lack of seed
    [    0.082602] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.082714] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
    [    0.084025] pinctrl core: initialized pinctrl subsystem
    [    0.085120] thermal_sys: Registered thermal governor 'fair_share'
    [    0.085124] thermal_sys: Registered thermal governor 'bang_bang'
    [    0.085140] thermal_sys: Registered thermal governor 'step_wise'
    [    0.085152] thermal_sys: Registered thermal governor 'user_space'
    [    0.085164] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.085738] SMBIOS 3.0 present.
    [    0.085773] DMI: firefly roc-pc-rk3399/roc-pc-rk3399, BIOS 2020.07-rc3 06/12/2020
    [    0.086395] NET: Registered protocol family 16
    [    0.088741] DMA: preallocated 256 KiB pool for atomic allocations
    [    0.088768] audit: initializing netlink subsys (disabled)
    [    0.089122] audit: type=2000 audit(0.088:1): state=initialized audit_enabled=0 res=1
    [    0.090761] cpuidle: using governor ladder
    [    0.090818] cpuidle: using governor menu
    [    0.090968] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.091181] ASID allocator initialised with 65536 entries
    [    0.092724] Serial: AMBA PL011 UART driver
    [    0.138406] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.138431] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.138445] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.138459] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.149025] fbcon: Taking over console
    [    0.149079] ACPI: Interpreter disabled.
    [    0.151301] iommu: Default domain type: Translated
    [    0.153920] vgaarb: loaded
    [    0.155091] SCSI subsystem initialized
    [    0.155357] libata version 3.00 loaded.
    [    0.155510] usbcore: registered new interface driver usbfs
    [    0.155567] usbcore: registered new interface driver hub
    [    0.155665] usbcore: registered new device driver usb
    [    0.156257] pps_core: LinuxPPS API ver. 1 registered
    [    0.156271] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.156296] PTP clock support registered
    [    0.156581] EDAC MC: Ver: 3.0.0
    [    0.159054] NetLabel: Initializing
    [    0.159073] NetLabel:  domain hash size = 128
    [    0.159083] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
    [    0.159155] NetLabel:  unlabeled traffic allowed by default
    [    0.159881] clocksource: Switched to clocksource arch_sys_counter
    [    0.246581] VFS: Disk quotas dquot_6.6.0
    [    0.246668] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.247379] AppArmor: AppArmor Filesystem Enabled
    [    0.247761] pnp: PnP ACPI: disabled
    [    0.257037] NET: Registered protocol family 2
    [    0.257936] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [    0.258139] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.258704] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
    [    0.259378] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.259926] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.260113] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.260465] NET: Registered protocol family 1
    [    0.260498] NET: Registered protocol family 44
    [    0.260518] PCI: CLS 0 bytes, default 64
    [    0.260770] Trying to unpack rootfs image as initramfs...
    [    1.784573] Freeing initrd memory: 84736K
    [    1.785677] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [    1.786062] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    1.786684] kvm [1]: IPA Size Limit: 40bits
    [    1.787976] kvm [1]: vgic-v2@fff20000
    [    1.788026] kvm [1]: GIC system register CPU interface enabled
    [    1.788265] kvm [1]: vgic interrupt IRQ10
    [    1.788541] kvm [1]: Hyp mode initialized successfully
    [    1.790380] Initialise system trusted keyrings
    [    1.790424] Key type blacklist registered
    [    1.790703] workingset: timestamp_bits=40 max_order=20 bucket_order=0
    [    1.797704] zbud: loaded
    [    1.799333] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    1.800300] fuse: init (API version 7.31)
    [    1.800976] integrity: Platform Keyring initialized
    [    1.825215] Key type asymmetric registered
    [    1.825232] Asymmetric key parser 'x509' registered
    [    1.825278] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
    [    1.825528] io scheduler mq-deadline registered
    [    1.837663] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [    1.862148] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
    [    1.871268] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 39, base_baud = 1500000) is a 16550A
    [    1.872185] ff1a0000.serial: ttyS2 at MMIO 0xff1a0000 (irq = 40, base_baud = 1500000) is a 16550A
    [    1.976532] printk: console [ttyS2] enabled
    [    1.979074] msm_serial: driver initialized
    [    1.981923] cacheinfo: Unable to detect cache hierarchy for CPU 0
    [    1.992817] loop: module loaded
    [    1.996472] libphy: Fixed MDIO Bus: probed
    [    1.996851] tun: Universal TUN/TAP device driver, 1.6
    [    1.999196] PPP generic driver version 2.4.2
    [    2.000293] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    2.000894] ehci-pci: EHCI PCI platform driver
    [    2.001346] ehci-orion: EHCI orion driver
    [    2.001903] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    2.002461] ohci-pci: OHCI PCI platform driver
    [    2.002888] uhci_hcd: USB Universal Host Controller Interface driver
    [    2.003924] mousedev: PS/2 mouse device common for all mice
    [    2.005578] i2c /dev entries driver
    [    2.008551] device-mapper: uevent: version 1.0.3
    [    2.009258] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
    [    2.012343] ledtrig-cpu: registered to indicate activity on CPUs
    [    2.017106] drop_monitor: Initializing network drop monitor service
    [    2.018542] NET: Registered protocol family 10
    [    2.066145] Segment Routing with IPv6
    [    2.066605] NET: Registered protocol family 17
    [    2.067434] Key type dns_resolver registered
    [    2.068847] registered taskstats version 1
    [    2.069272] Loading compiled-in X.509 certificates
    [    2.073939] Loaded X.509 cert 'Build time autogenerated kernel key: e2441e13fd663bc317fa5094f2c59514ba996350'
    [    2.075023] zswap: loaded using pool lzo/zbud
    [    2.076433] Key type ._fscrypt registered
    [    2.076809] Key type .fscrypt registered
    [    2.077161] Key type fscrypt-provisioning registered
    [    2.124594] cryptd: max_cpu_qlen set to 1000
    [    2.194951] Key type big_key registered
    [    2.277804] Key type encrypted registered
    [    2.278206] AppArmor: AppArmor sha1 policy hashing enabled
    [    2.278742] ima: No TPM chip found, activating TPM-bypass!
    [    2.279280] ima: Allocated hash algorithm: sha1
    [    2.279720] ima: No architecture policies found
    [    2.280256] evm: Initialising EVM extended attributes:
    [    2.280721] evm: security.selinux
    [    2.281023] evm: security.SMACK64
    [    2.281322] evm: security.SMACK64EXEC
    [    2.281654] evm: security.SMACK64TRANSMUTE
    [    2.282022] evm: security.SMACK64MMAP
    [    2.282353] evm: security.apparmor
    [    2.282661] evm: security.ima
    [    2.282930] evm: security.capability
    [    2.283254] evm: HMAC attrs: 0x1
    [    2.334659] dw-apb-uart ff1a0000.serial: forbid DMA for kernel console
    [    2.346935] Freeing unused kernel memory: 7296K
    [    2.418035] Checked W+X mappings: passed, no W+X pages found
    [    2.418561] Run /init as init process
    [    2.418894]   with arguments:
    [    2.418899]     /init
    [    2.418903]   with environment:
    [    2.418908]     HOME=/
    [    2.418912]     TERM=linux
    [    2.418916]     BOOT_IMAGE=/boot/vmlinuz-5.7.5-050705-generic
    [    3.138901] ehci-platform: EHCI generic platform driver
    [    3.180462] ohci-platform: OHCI generic platform driver
    [    3.238861] Synopsys Designware Multimedia Card Interface Driver
    [    3.287780] sdhci: Secure Digital Host Controller Interface driver
    [    3.288387] sdhci: Copyright(c) Pierre Ossman
    [    3.297748] pwm-backlight backlight: supply power not found, using dummy regulator
    [    3.318908] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
    [    3.319617] dma-pl330 ff6d0000.dma-controller:       DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
    [    3.331960] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
    [    3.332661] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
    [    3.333268] dwmmc_rockchip fe310000.mmc: Version ID is 270a
    [    3.340074] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 28,32 bit host data width,256 deep fifo
    [    3.344468] pwm-backlight backlight: supply power not found, using dummy regulator
    [    3.348085] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
    [    3.348790] dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
    [    3.349406] dwmmc_rockchip fe320000.mmc: Version ID is 270a
    [    3.350001] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 29,32 bit host data width,256 deep fifo
    [    3.354695] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
    [    3.355408] dma-pl330 ff6e0000.dma-controller:       DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
    [    3.356535] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
    [    3.357204] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
    [    3.357809] dwmmc_rockchip fe310000.mmc: Version ID is 270a
    [    3.358358] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 28,32 bit host data width,256 deep fifo
    [    3.377579] sdhci-pltfm: SDHCI platform and OF driver helper
    [    3.381722] pwm-backlight backlight: supply power not found, using dummy regulator
    [    3.388888] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
    [    3.389571] dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
    [    3.390174] dwmmc_rockchip fe320000.mmc: Version ID is 270a
    [    3.390722] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 29,32 bit host data width,256 deep fifo
    [    3.396008] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
    [    3.396701] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
    [    3.397305] dwmmc_rockchip fe310000.mmc: Version ID is 270a
    [    3.397855] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 28,32 bit host data width,256 deep fifo
    [    3.443311] sdhci-arasan fe330000.sdhci: No phy for arasan,sdhci-5.1.
    [    3.447378] rk_gmac-dwmac fe300000.ethernet: IRQ eth_wake_irq not found
    [    3.448059] rk_gmac-dwmac fe300000.ethernet: IRQ eth_lpi not found
    [    3.469018] pwm-backlight backlight: supply power not found, using dummy regulator
    [    3.474146] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
    [    3.474811] dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
    [    3.475408] dwmmc_rockchip fe320000.mmc: Version ID is 270a
    [    3.475962] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 29,32 bit host data width,256 deep fifo
    [    3.476154] rk_gmac-dwmac fe300000.ethernet: PTP uses main clock
    [    3.477460] rk_gmac-dwmac fe300000.ethernet: phy regulator is not available yet, deferred probing
    [    3.478580] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
    [    3.479245] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
    [    3.479846] dwmmc_rockchip fe310000.mmc: Version ID is 270a
    [    3.480393] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 28,32 bit host data width,256 deep fifo
    [    3.484037] sdhci-arasan fe330000.sdhci: No phy for arasan,sdhci-5.1.
    [    3.485645] pwm-backlight backlight: supply power not found, using dummy regulator
    [    3.492021] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
    [    3.492688] dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
    [    3.493285] dwmmc_rockchip fe320000.mmc: Version ID is 270a
    [    3.493812] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 29,32 bit host data width,256 deep fifo
    [    3.496268] rk_gmac-dwmac fe300000.ethernet: IRQ eth_wake_irq not found
    [    3.496873] rk_gmac-dwmac fe300000.ethernet: IRQ eth_lpi not found
    [    3.497541] rk_gmac-dwmac fe300000.ethernet: PTP uses main clock
    [    3.498101] rk_gmac-dwmac fe300000.ethernet: phy regulator is not available yet, deferred probing
    [    3.503926] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
    [    3.504595] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
    [    3.505193] dwmmc_rockchip fe310000.mmc: Version ID is 270a
    [    3.505722] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 28,32 bit host data width,256 deep fifo
    [    3.568081] sdhci-arasan fe330000.sdhci: No phy for arasan,sdhci-5.1.
    [    3.570352] pwm-backlight backlight: supply power not found, using dummy regulator
    [    3.579439] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
    [    3.580270] dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
    [    3.580881] dwmmc_rockchip fe320000.mmc: Version ID is 270a
    [    3.581453] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 29,32 bit host data width,256 deep fifo
    [    3.584661] rk_gmac-dwmac fe300000.ethernet: IRQ eth_wake_irq not found
    [    3.585279] rk_gmac-dwmac fe300000.ethernet: IRQ eth_lpi not found
    [    3.585981] rk_gmac-dwmac fe300000.ethernet: PTP uses main clock
    [    3.586556] rk_gmac-dwmac fe300000.ethernet: phy regulator is not available yet, deferred probing
    [    3.592758] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
    [    3.593443] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
    [    3.594047] dwmmc_rockchip fe310000.mmc: Version ID is 270a
    [    3.594595] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 28,32 bit host data width,256 deep fifo
    [    3.600211] sdhci-arasan fe330000.sdhci: No phy for arasan,sdhci-5.1.
    [    3.602524] pwm-backlight backlight: supply power not found, using dummy regulator
    [    3.611059] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
    [    3.611752] dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
    [    3.612411] dwmmc_rockchip fe320000.mmc: Version ID is 270a
    [    3.612964] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 29,32 bit host data width,256 deep fifo
    [    3.632994] rockchip-vop ff8f0000.vop: Adding to iommu group 2
    [    3.636114] rk_gmac-dwmac fe300000.ethernet: IRQ eth_wake_irq not found
    [    3.636733] rk_gmac-dwmac fe300000.ethernet: IRQ eth_lpi not found
    [    3.637461] rk_gmac-dwmac fe300000.ethernet: PTP uses main clock
    [    3.638038] rk_gmac-dwmac fe300000.ethernet: phy regulator is not available yet, deferred probing
    [    3.640967] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
    [    3.641652] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
    [    3.642260] dwmmc_rockchip fe310000.mmc: Version ID is 270a
    [    3.642828] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 28,32 bit host data width,256 deep fifo
    [    3.644261] rockchip-vop ff900000.vop: Adding to iommu group 3
    [    3.648712] mmc0: CQHCI version 5.10
    [    3.675940] mmc0: SDHCI controller on fe330000.sdhci [fe330000.sdhci] using ADMA
    [    3.678005] pwm-backlight backlight: supply power not found, using dummy regulator
    [    3.687377] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
    [    3.688208] dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
    [    3.688815] dwmmc_rockchip fe320000.mmc: Version ID is 270a
    [    3.689365] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 29,32 bit host data width,256 deep fifo
    [    3.694194] rk_gmac-dwmac fe300000.ethernet: IRQ eth_wake_irq not found
    [    3.694818] rk_gmac-dwmac fe300000.ethernet: IRQ eth_lpi not found
    [    3.695553] rk_gmac-dwmac fe300000.ethernet: PTP uses main clock
    [    3.696232] rk_gmac-dwmac fe300000.ethernet: phy regulator is not available yet, deferred probing
    [    3.699267] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
    [    3.699996] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
    [    3.700609] dwmmc_rockchip fe310000.mmc: Version ID is 270a
    [    3.701248] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 28,32 bit host data width,256 deep fifo
    [    3.703156] rockchip-usb2phy ff770000.syscon:usb2-phy@e450: failed to create phy
    [    3.705184] rockchip-usb2phy ff770000.syscon:usb2-phy@e460: failed to create phy
    [    3.705365] pwm-backlight backlight: supply power not found, using dummy regulator
    [    3.748098] rockchip-drm display-subsystem: bound ff8f0000.vop (ops vop_component_ops [rockchipdrm])
    [    3.801847] input: gpio-keys as /devices/platform/gpio-keys/input/input0
    [    3.805243] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
    [    3.805938] dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
    [    3.806547] dwmmc_rockchip fe320000.mmc: Version ID is 270a
    [    3.807153] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 29,32 bit host data width,256 deep fifo
    [    3.810750] rk_gmac-dwmac fe300000.ethernet: IRQ eth_wake_irq not found
    [    3.811371] rk_gmac-dwmac fe300000.ethernet: IRQ eth_lpi not found
    [    3.812214] rk_gmac-dwmac fe300000.ethernet: PTP uses main clock
    [    3.812799] rk_gmac-dwmac fe300000.ethernet: phy regulator is not available yet, deferred probing
    [    3.815965] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
    [    3.816450] rockchip-drm display-subsystem: bound ff900000.vop (ops vop_component_ops [rockchipdrm])
    [    3.816695] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
    [    3.817715] dwhdmi-rockchip ff940000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
    [    3.818051] dwmmc_rockchip fe310000.mmc: Version ID is 270a
    [    3.819689] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 28,32 bit host data width,256 deep fifo
    [    3.823978] rockchip-usb2phy ff770000.syscon:usb2-phy@e450: failed to create phy
    [    3.829548] rockchip-usb2phy ff770000.syscon:usb2-phy@e460: failed to create phy
    [    3.832169] pwm-backlight backlight: supply power not found, using dummy regulator
    [    3.845018] rockchip-drm display-subsystem: bound ff940000.hdmi (ops dw_hdmi_rockchip_ops [rockchipdrm])
    [    3.845875] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [    3.846528] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes
    [    3.864238] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 0
    [    3.866526] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
    [    3.867188] dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
    [    3.867786] dwmmc_rockchip fe320000.mmc: Version ID is 270a
    [    3.868337] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 29,32 bit host data width,256 deep fifo
    [    3.870717] rk_gmac-dwmac fe300000.ethernet: IRQ eth_wake_irq not found
    [    3.871320] rk_gmac-dwmac fe300000.ethernet: IRQ eth_lpi not found
    [    3.872014] rk_gmac-dwmac fe300000.ethernet: PTP uses main clock
    [    3.872575] rk_gmac-dwmac fe300000.ethernet: phy regulator is not available yet, deferred probing
    [    3.875921] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
    [    3.876581] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
    [    3.877178] dwmmc_rockchip fe310000.mmc: Version ID is 270a
    [    3.877704] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 28,32 bit host data width,256 deep fifo
    [    3.880576] rockchip-usb2phy ff770000.syscon:usb2-phy@e450: failed to create phy
    [    3.884146] rockchip-usb2phy ff770000.syscon:usb2-phy@e460: failed to create phy
    [    3.891981] pwm-backlight backlight: supply power not found, using dummy regulator
    [    3.922562] panfrost ff9a0000.gpu: clock rate = 500000000
    [    3.923138] panfrost ff9a0000.gpu: failed to get regulators: -517
    [    3.923690] panfrost ff9a0000.gpu: regulator init failed -517
    [    3.960246] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
    [    3.960915] dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
    [    3.961514] dwmmc_rockchip fe320000.mmc: Version ID is 270a
    [    3.962041] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 29,32 bit host data width,256 deep fifo
    [    3.964463] rk_gmac-dwmac fe300000.ethernet: IRQ eth_wake_irq not found
    [    3.965067] rk_gmac-dwmac fe300000.ethernet: IRQ eth_lpi not found
    [    3.965733] rk_gmac-dwmac fe300000.ethernet: PTP uses main clock
    [    3.966296] rk_gmac-dwmac fe300000.ethernet: phy regulator is not available yet, deferred probing
    [    3.969781] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
    [    3.970452] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
    [    3.971051] dwmmc_rockchip fe310000.mmc: Version ID is 270a
    [    3.971581] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 28,32 bit host data width,256 deep fifo
    [    3.975261] rockchip-usb2phy ff770000.syscon:usb2-phy@e450: failed to create phy
    [    3.978849] rockchip-usb2phy ff770000.syscon:usb2-phy@e460: failed to create phy
    [    3.980712] pwm-backlight backlight: supply power not found, using dummy regulator
    [    3.987321] panfrost ff9a0000.gpu: clock rate = 500000000
    [    3.987916] panfrost ff9a0000.gpu: failed to get regulators: -517
    [    3.988465] panfrost ff9a0000.gpu: regulator init failed -517
    [    3.997625] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
    [    3.998293] dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
    [    3.998894] dwmmc_rockchip fe320000.mmc: Version ID is 270a
    [    3.999426] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 29,32 bit host data width,256 deep fifo
    [    4.001975] rk_gmac-dwmac fe300000.ethernet: IRQ eth_wake_irq not found
    [    4.002578] rk_gmac-dwmac fe300000.ethernet: IRQ eth_lpi not found
    [    4.003242] rk_gmac-dwmac fe300000.ethernet: PTP uses main clock
    [    4.003809] rk_gmac-dwmac fe300000.ethernet: phy regulator is not available yet, deferred probing
    [    4.006397] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
    [    4.007060] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
    [    4.007658] dwmmc_rockchip fe310000.mmc: Version ID is 270a
    [    4.008209] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 28,32 bit host data width,256 deep fifo
    [    4.028141] dc_12v: supplied by vcc_vbus_typec0
    [    4.030654] rockchip-usb2phy ff770000.syscon:usb2-phy@e450: failed to create phy
    [    4.034290] rockchip-usb2phy ff770000.syscon:usb2-phy@e460: failed to create phy
    [    4.036312] pwm-backlight backlight: supply power not found, using dummy regulator
    [    4.043590] panfrost ff9a0000.gpu: clock rate = 500000000
    [    4.044193] panfrost ff9a0000.gpu: failed to get regulators: -517
    [    4.044740] panfrost ff9a0000.gpu: regulator init failed -517
    [    4.048714] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
    [    4.049381] dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
    [    4.049979] dwmmc_rockchip fe320000.mmc: Version ID is 270a
    [    4.050510] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 29,32 bit host data width,256 deep fifo
    [    4.053136] rk_gmac-dwmac fe300000.ethernet: IRQ eth_wake_irq not found
    [    4.053741] rk_gmac-dwmac fe300000.ethernet: IRQ eth_lpi not found
    [    4.054403] rk_gmac-dwmac fe300000.ethernet: PTP uses main clock
    [    4.054965] rk_gmac-dwmac fe300000.ethernet: phy regulator is not available yet, deferred probing
    [    4.058619] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
    [    4.059288] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
    [    4.059923] dwmmc_rockchip fe310000.mmc: Version ID is 270a
    [    4.060455] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 28,32 bit host data width,256 deep fifo
    [    4.067315] rockchip-usb2phy ff770000.syscon:usb2-phy@e450: failed to create phy
    [    4.071223] rockchip-usb2phy ff770000.syscon:usb2-phy@e460: failed to create phy
    [    4.073209] pwm-backlight backlight: supply power not found, using dummy regulator
    [    4.074293] vcc3v3_sys: supplied by dc_12v
    [    4.075134] vcca_0v9: supplied by vcc3v3_sys
    [    4.075759] vcc3v0_sd: supplied by vcc3v3_sys
    [    4.079699] panfrost ff9a0000.gpu: clock rate = 500000000
    [    4.080289] panfrost ff9a0000.gpu: failed to get regulators: -517
    [    4.080835] panfrost ff9a0000.gpu: regulator init failed -517
    [    4.082834] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
    [    4.083495] dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
    [    4.084116] dwmmc_rockchip fe320000.mmc: Version ID is 270a
    [    4.084647] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 29,32 bit host data width,256 deep fifo
    [    4.085624] vcc3v0_sd: supplied by vcc3v3_sys
    [    4.087663] rk_gmac-dwmac fe300000.ethernet: IRQ eth_wake_irq not found
    [    4.088328] rk_gmac-dwmac fe300000.ethernet: IRQ eth_lpi not found
    [    4.088994] rk_gmac-dwmac fe300000.ethernet: PTP uses main clock
    [    4.089561] rk_gmac-dwmac fe300000.ethernet: phy regulator is not available yet, deferred probing
    [    4.091819] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
    [    4.091996] debugfs: Directory 'regulator.4-SUPPLY' with parent 'vcc3v3_sys' already present!
    [    4.092505] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
    [    4.093810] dwmmc_rockchip fe310000.mmc: Version ID is 270a
    [    4.094337] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 28,32 bit host data width,256 deep fifo
    [    4.094595] vcc_sys: supplied by dc_12v
    [    4.098278] vcc5v0_host: supplied by vcc_sys
    [    4.105495] vcc3v3_ngff: supplied by dc_12v
    [    4.106174] vcc_vbus_typec1: supplied by vcc_sys
    [    4.106931] vcc3v3_pcie: supplied by dc_12v
    [    4.114121] pwm-backlight backlight: supply power not found, using dummy regulator
    [    4.118378] ehci-platform fe380000.usb: EHCI Host Controller
    [    4.118924] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 1
    [    4.119794] ehci-platform fe380000.usb: irq 31, io mem 0xfe380000
    [    4.135941] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
    [    4.136805] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.07
    [    4.137547] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    4.138191] usb usb1: Product: EHCI Host Controller
    [    4.138630] usb usb1: Manufacturer: Linux 5.7.5-050705-generic ehci_hcd
    [    4.139217] usb usb1: SerialNumber: fe380000.usb
    [    4.140387] hub 1-0:1.0: USB hub found
    [    4.140795] hub 1-0:1.0: 1 port detected
    [    4.144636] ehci-platform fe3c0000.usb: EHCI Host Controller
    [    4.145186] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 2
    [    4.146033] ehci-platform fe3c0000.usb: irq 33, io mem 0xfe3c0000
    [    4.159945] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
    [    4.160834] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.07
    [    4.161576] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    4.162221] usb usb2: Product: EHCI Host Controller
    [    4.162658] usb usb2: Manufacturer: Linux 5.7.5-050705-generic ehci_hcd
    [    4.163247] usb usb2: SerialNumber: fe3c0000.usb
    [    4.164433] hub 2-0:1.0: USB hub found
    [    4.164823] hub 2-0:1.0: 1 port detected
    [    4.166595] ohci-platform fe3a0000.usb: Generic Platform OHCI controller
    [    4.167241] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 3
    [    4.168122] ohci-platform fe3a0000.usb: irq 32, io mem 0xfe3a0000
    [    4.207175] rk808 0-001b: chip id: 0x0
    [    4.232122] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
    [    4.232277] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.07
    [    4.232813] fan53555-reg: supplied by vcc3v3_sys
    [    4.233508] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    4.234574] usb usb3: Product: Generic Platform OHCI controller
    [    4.235104] usb usb3: Manufacturer: Linux 5.7.5-050705-generic ohci_hcd
    [    4.235692] usb usb3: SerialNumber: fe3a0000.usb
    [    4.236446] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
    [    4.236723] hub 3-0:1.0: USB hub found
    [    4.237116] fan53555-reg: supplied by vcc3v3_sys
    [    4.238400] hub 3-0:1.0: 1 port detected
    [    4.240290] ohci-platform fe3e0000.usb: Generic Platform OHCI controller
    [    4.240920] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 4
    [    4.241769] ohci-platform fe3e0000.usb: irq 34, io mem 0xfe3e0000
    [    4.285209] rk808-regulator rk808-regulator: there is no dvs0 gpio
    [    4.285827] rk808-regulator rk808-regulator: there is no dvs1 gpio
    [    4.286472] DCDC_REG1: supplied by vcc3v3_sys
    [    4.288164] DCDC_REG2: supplied by vcc3v3_sys
    [    4.291938] rc_core: IR keymap rc-cec not found
    [    4.292012] DCDC_REG3: supplied by vcc3v3_sys
    [    4.292366] Registered IR keymap rc-empty
    [    4.293239] rc rc0: dw_hdmi as /devices/platform/ff940000.hdmi/rc/rc0
    [    4.293995] input: dw_hdmi as /devices/platform/ff940000.hdmi/rc/rc0/input1
    [    4.300349] DCDC_REG4: supplied by vcc3v3_sys
    [    4.300873] random: fast init done
    [    4.304273] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.07
    [    4.305029] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    4.305676] usb usb4: Product: Generic Platform OHCI controller
    [    4.305751] vcc1v8_s3: supplied by vcc_1v8
    [    4.306215] usb usb4: Manufacturer: Linux 5.7.5-050705-generic ohci_hcd
    [    4.307188] usb usb4: SerialNumber: fe3e0000.usb
    [    4.307709] LDO_REG1: supplied by vcc3v3_sys
    [    4.308473] hub 4-0:1.0: USB hub found
    [    4.308602] rk808-rtc rk808-rtc: registered as rtc0
    [    4.308859] hub 4-0:1.0: 1 port detected
    [    4.312594] rk808-rtc rk808-rtc: setting system clock to 2013-01-18T08:51:42 UTC (1358499102)
    [    4.313738] panfrost ff9a0000.gpu: clock rate = 500000000
    [    4.314509] LDO_REG2: supplied by vcc3v3_sys
    [    4.314713] panfrost ff9a0000.gpu: mali-t860 id 0x860 major 0x2 minor 0x0 status 0x0
    [    4.315608] panfrost ff9a0000.gpu: features: 00000000,100e77bf, issues: 00000000,24040400
    [    4.316154] LDO_REG3: supplied by vcc3v3_sys
    [    4.316366] panfrost ff9a0000.gpu: Features: L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7
    [    4.317779] panfrost ff9a0000.gpu: shader_present=0xf l2_present=0x1
    [    4.318136] LDO_REG4: supplied by vcc3v3_sys
    [    4.320035] LDO_REG5: supplied by vcc3v3_sys
    [    4.321515] LDO_REG6: supplied by vcc3v3_sys
    [    4.323056] LDO_REG7: supplied by vcc3v3_sys
    [    4.324849] LDO_REG8: supplied by vcc3v3_sys
    [    4.325220] [drm] Initialized panfrost 1.1.0 20180908 for ff9a0000.gpu on minor 1
    [    4.327506] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
    [    4.328328] SWITCH_REG1: supplied by vcc3v3_sys
    [    4.328358] dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
    [    4.329237] SWITCH_REG2: supplied by vcc3v3_sys
    [    4.329360] dwmmc_rockchip fe320000.mmc: Version ID is 270a
    [    4.330285] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 29,32 bit host data width,256 deep fifo
    [    4.331499] dwmmc_rockchip fe320000.mmc: Got CD GPIO
    [    4.332624] OF: graph: no port node found in /syscon@ff770000/usb2-phy@e450/otg-port
    [    4.344131] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
    [    4.352388] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
    [    4.352912] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 5
    [    4.353761] xhci-hcd xhci-hcd.4.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
    [    4.354617] xhci-hcd xhci-hcd.4.auto: irq 228, io mem 0xfe800000
    [    4.355560] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.07
    [    4.356335] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    4.356982] usb usb5: Product: xHCI Host Controller
    [    4.357420] usb usb5: Manufacturer: Linux 5.7.5-050705-generic xhci-hcd
    [    4.357837] rk_gmac-dwmac fe300000.ethernet: IRQ eth_wake_irq not found
    [    4.358011] usb usb5: SerialNumber: xhci-hcd.4.auto
    [    4.358601] rk_gmac-dwmac fe300000.ethernet: IRQ eth_lpi not found
    [    4.359694] rk_gmac-dwmac fe300000.ethernet: PTP uses main clock
    [    4.359749] hub 5-0:1.0: USB hub found
    [    4.360520] rk_gmac-dwmac fe300000.ethernet: clock input or output? (input).
    [    4.360704] hub 5-0:1.0: 1 port detected
    [    4.361257] rk_gmac-dwmac fe300000.ethernet: TX delay(0x28).
    [    4.362014] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
    [    4.362107] rk_gmac-dwmac fe300000.ethernet: RX delay(0x11).
    [    4.362602] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 6
    [    4.363100] rk_gmac-dwmac fe300000.ethernet: integrated PHY? (no).
    [    4.363781] xhci-hcd xhci-hcd.4.auto: Host supports USB 3.0 SuperSpeed
    [    4.364388] rk_gmac-dwmac fe300000.ethernet: cannot get clock clk_mac_speed
    [    4.364991] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
    [    4.365529] rk_gmac-dwmac fe300000.ethernet: clock input from PHY
    [    4.366395] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.07
    [    4.367516] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    4.368253] usb usb6: Product: xHCI Host Controller
    [    4.368692] usb usb6: Manufacturer: Linux 5.7.5-050705-generic xhci-hcd
    [    4.369280] usb usb6: SerialNumber: xhci-hcd.4.auto
    [    4.370568] hub 6-0:1.0: USB hub found
    [    4.370949] hub 6-0:1.0: 1 port detected
    [    4.371831] rk_gmac-dwmac fe300000.ethernet: init for RGMII
    [    4.371943] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
    [    4.372838] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 7
    [    4.372892] rk_gmac-dwmac fe300000.ethernet: User ID: 0x10, Synopsys ID: 0x35
    [    4.373708] xhci-hcd xhci-hcd.5.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
    [    4.374214] rk_gmac-dwmac fe300000.ethernet:         DWMAC1000
    [    4.375039] xhci-hcd xhci-hcd.5.auto: irq 229, io mem 0xfe900000
    [    4.375450] rk_gmac-dwmac fe300000.ethernet: DMA HW capability register supported
    [    4.376377] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.07
    [    4.376670] rk_gmac-dwmac fe300000.ethernet: RX Checksum Offload Engine supported
    [    4.377403] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    4.378063] rk_gmac-dwmac fe300000.ethernet: COE Type 2
    [    4.378702] usb usb7: Product: xHCI Host Controller
    [    4.379163] rk_gmac-dwmac fe300000.ethernet: TX Checksum insertion supported
    [    4.379597] usb usb7: Manufacturer: Linux 5.7.5-050705-generic xhci-hcd
    [    4.380271] rk_gmac-dwmac fe300000.ethernet: Wake-Up On Lan supported
    [    4.380822] usb usb7: SerialNumber: xhci-hcd.5.auto
    [    4.381486] rk_gmac-dwmac fe300000.ethernet: Normal descriptors
    [    4.382348] rk_gmac-dwmac fe300000.ethernet: Ring mode enabled
    [    4.382693] hub 7-0:1.0: USB hub found
    [    4.382868] rk_gmac-dwmac fe300000.ethernet: Enable RX Mitigation via HW Watchdog Timer
    [    4.383245] hub 7-0:1.0: 1 port detected
    [    4.383940] rk_gmac-dwmac fe300000.ethernet: device MAC address de:04:6d:b8:b7:e1
    [    4.384704] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
    [    4.385449] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 8
    [    4.386142] xhci-hcd xhci-hcd.5.auto: Host supports USB 3.0 SuperSpeed
    [    4.386802] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
    [    4.387661] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.07
    [    4.388420] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    4.389065] usb usb8: Product: xHCI Host Controller
    [    4.389502] usb usb8: Manufacturer: Linux 5.7.5-050705-generic xhci-hcd
    [    4.390089] usb usb8: SerialNumber: xhci-hcd.5.auto
    [    4.391621] hub 8-0:1.0: USB hub found
    [    4.392045] hub 8-0:1.0: 1 port detected
    [    4.500194] usb 2-1: new high-speed USB device number 2 using ehci-platform
    [    4.512233] libphy: stmmac: probed
    [    4.512568] RTL8211E Gigabit Ethernet stmmac-0:00: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
    [    4.513676] RTL8211E Gigabit Ethernet stmmac-0:01: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:01, irq=POLL)
    [    4.517008] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
    [    4.517668] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
    [    4.518266] dwmmc_rockchip fe310000.mmc: Version ID is 270a
    [    4.518791] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 28,32 bit host data width,256 deep fifo
    [    4.523217] pwm-backlight backlight: supply power not found, using dummy regulator
    [    4.525534] energy_model: pd0: hertz/watts ratio non-monotonically decreasing: em_cap_state 1 >= em_cap_state0
    [    4.526590] energy_model: Created perf domain 0-3
    [    4.528284] energy_model: Created perf domain 4-5
    [    4.532029] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
    [    4.532669] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
    [    4.533256] dwmmc_rockchip fe310000.mmc: Version ID is 270a
    [    4.533759] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 28,32 bit host data width,256 deep fifo
    [    4.534707] dwmmc_rockchip fe310000.mmc: allocated mmc-pwrseq
    [    4.535213] mmc_host mmc2: card is non-removable.
    [    4.548431] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
    [    4.560946] pwm-backlight backlight: supply power not found, using dummy regulator
    [    4.591296] mmc_host mmc2: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
    [    4.640247] mmc_host mmc2: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
    [    4.657873] usb 2-1: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.00
    [    4.658611] usb 2-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
    [    4.659240] usb 2-1: Product: USB 2.0 Hub [MTT]
    [    4.660443] hub 2-1:1.0: USB hub found
    [    4.660952] hub 2-1:1.0: 4 ports detected
    [    4.664213] pwm-backlight backlight: supply power not found, using dummy regulator
    [    4.693618] mmc_host mmc2: Bus speed (slot 0) = 100000Hz (slot req 100000Hz, actual 100000HZ div = 0)
    [    4.864089] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes
    [    5.068106] usb 2-1.2: new high-speed USB device number 3 using ehci-platform
    [    5.298663] usb 2-1.2: New USB device found, idVendor=0080, idProduct=0578, bcdDevice= 1.04
    [    5.299417] usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [    5.300112] usb 2-1.2: Product: External USB 3.0
    [    5.300522] usb 2-1.2: Manufacturer: JMicron
    [    5.300900] usb 2-1.2: SerialNumber: 20150331006B7
    [    5.303848] pwm-backlight backlight: supply power not found, using dummy regulator
    [    5.309802] usbcore: registered new interface driver usb-storage
    [    5.314120] scsi host0: uas
    [    5.315395] usbcore: registered new interface driver uas
    [    5.315961] scsi 0:0:0:0: Direct-Access     External USB 3.0          0104 PQ: 0 ANSI: 6
    [    5.316656] pwm-backlight backlight: supply power not found, using dummy regulator
    [    5.319161] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [    5.321037] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
    [    5.321714] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [    5.322526] sd 0:0:0:0: [sda] Write Protect is off
    [    5.322957] sd 0:0:0:0: [sda] Mode Sense: 5f 00 00 08
    [    5.323661] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    5.325168] sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes not a multiple of physical block size (4096 bytes)
    [    5.360668]  sda: sda1 sda2
    [    5.365799] sd 0:0:0:0: [sda] Attached SCSI disk
    [    5.368060] pwm-backlight backlight: supply power not found, using dummy regulator
    [    5.779990] raid6: neonx8   gen()  2541 MB/s
    [    5.847989] raid6: neonx8   xor()  1901 MB/s
    [    5.915910] raid6: neonx4   gen()  2606 MB/s
    [    5.983982] raid6: neonx4   xor()  1881 MB/s
    [    6.051991] raid6: neonx2   gen()  2474 MB/s
    [    6.119981] raid6: neonx2   xor()  1753 MB/s
    [    6.187999] raid6: neonx1   gen()  2158 MB/s
    [    6.255984] raid6: neonx1   xor()  1476 MB/s
    [    6.323920] raid6: int64x8  gen()  1754 MB/s
    [    6.391998] raid6: int64x8  xor()   926 MB/s
    [    6.459980] raid6: int64x4  gen()  1881 MB/s
    [    6.527993] raid6: int64x4  xor()   988 MB/s
    [    6.595992] raid6: int64x2  gen()  1668 MB/s
    [    6.663994] raid6: int64x2  xor()   861 MB/s
    [    6.731905] raid6: int64x1  gen()  1242 MB/s
    [    6.799997] raid6: int64x1  xor()   660 MB/s
    [    6.800374] raid6: using algorithm neonx4 gen() 2606 MB/s
    [    6.800849] raid6: .... xor() 1881 MB/s, rmw enabled
    [    6.801286] raid6: using neon recovery algorithm
    [    6.805293] xor: measuring software checksum speed
    [    6.843866]    8regs     :  7025.000 MB/sec
    [    6.883866]    32regs    :  8256.000 MB/sec
    [    6.923865]    arm64_neon:  7110.000 MB/sec
    [    6.924232] xor: using function: 32regs (8256.000 MB/sec)
    [    6.926711] async_tx: api initialized (async)
    [    7.096904] Btrfs loaded, crc32c=crc32c-generic
    [    7.243593] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    [    7.946409] systemd[1]: System time before build time, advancing clock.
    [    8.018389] systemd[1]: Inserted module 'autofs4'
    [    8.076501] request_module fs-efivarfs succeeded, but still no fs?
    [    8.084494] systemd[1]: systemd 245.4-4ubuntu3.1 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)
    [    8.087221] systemd[1]: Detected architecture arm64.
    [    8.128953] systemd[1]: Set hostname to <rk3399-sbc>.
    [    8.525359] random: lvmconfig: uninitialized urandom read (4 bytes read)
    [    8.738079] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
    [    8.877154] random: systemd: uninitialized urandom read (16 bytes read)
    [    8.879533] systemd[1]: Created slice system-modprobe.slice.
    [    8.881205] random: systemd: uninitialized urandom read (16 bytes read)
    [    8.882573] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [    8.892887] systemd[1]: Created slice User and Session Slice.
    [    8.894471] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    8.908757] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [    8.920351] systemd[1]: Reached target User and Group Name Lookups.
    [    8.932322] systemd[1]: Reached target Slices.
    [    8.944439] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [    8.956604] systemd[1]: Listening on LVM2 poll daemon socket.
    [    8.958158] systemd[1]: Listening on multipathd control socket.
    [    8.968224] systemd[1]: Listening on Syslog Socket.
    [    8.980463] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    8.992716] systemd[1]: Listening on Journal Audit Socket.
    [    8.994328] systemd[1]: Listening on Journal Socket (/dev/log).
    [    9.004664] systemd[1]: Listening on Journal Socket.
    [    9.016635] systemd[1]: Listening on Network Service Netlink Socket.
    [    9.028649] systemd[1]: Listening on udev Control Socket.
    [    9.030186] systemd[1]: Listening on udev Kernel Socket.
    [    9.042676] systemd[1]: Mounting Huge Pages File System...
    [    9.054661] systemd[1]: Mounting POSIX Message Queue File System...
    [    9.059121] systemd[1]: Mounting Kernel Debug File System...
    [    9.078671] systemd[1]: Mounting Kernel Trace File System...
    [    9.095564] systemd[1]: Starting Journal Service...
    [    9.110849] systemd[1]: Starting Set the console keyboard layout...
    [    9.115601] systemd[1]: Starting Create list of static device nodes for the current kernel...
    [    9.135497] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
    [    9.148337] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
    [    9.151026] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
    [    9.159669] systemd[1]: Starting Load Kernel Modules...
    [    9.176294] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    9.183095] systemd[1]: Starting udev Coldplug all Devices...
    [    9.189583] systemd[1]: Starting Uncomplicated firewall...
    [    9.204728] EXT4-fs (sda2): re-mounted. Opts: (null)
    [    9.210768] systemd[1]: Mounted Huge Pages File System.
    [    9.220901] systemd[1]: Mounted POSIX Message Queue File System.
    [    9.233119] systemd[1]: Mounted Kernel Debug File System.
    [    9.235247] systemd[1]: Mounted Kernel Trace File System.
    [    9.239103] systemd[1]: Finished Create list of static device nodes for the current kernel.
    [    9.254741] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
    [    9.270477] systemd[1]: Finished Load Kernel Modules.
    [    9.282536] systemd[1]: Finished Remount Root and Kernel File Systems.
    [    9.294684] systemd[1]: Finished Set the console keyboard layout.
    [    9.306490] systemd[1]: Finished Uncomplicated firewall.
    [    9.321481] systemd[1]: Activating swap /swap.img...
    [    9.337911] systemd[1]: Mounting FUSE Control File System...
    [    9.342958] swapon: swapfile has holes
    [    9.353636] systemd[1]: Mounting Kernel Configuration File System...
    [    9.365779] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
    [    9.366737] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
    [    9.371245] systemd[1]: Starting Load/Save Random Seed...
    [    9.376777] systemd[1]: Starting Apply Kernel Variables...
    [    9.392548] systemd[1]: Starting Create System Users...
    [    9.410744] systemd[1]: swap.img.swap: Swap process exited, code=exited, status=255/EXCEPTION
    [    9.410768] systemd[1]: swap.img.swap: Failed with result 'exit-code'.
    [    9.412994] systemd[1]: Failed to activate swap /swap.img.
    [    9.424163] systemd[1]: Dependency failed for Swap.
    [    9.436219] systemd[1]: swap.target: Job swap.target/start failed with result 'dependency'.
    [    9.437009] systemd[1]: Mounted FUSE Control File System.
    [    9.449432] systemd[1]: Mounted Kernel Configuration File System.
    [    9.462398] systemd[1]: Finished Apply Kernel Variables.
    [    9.480013] systemd[1]: Finished Create System Users.
    [    9.496497] systemd[1]: Starting Create Static Device Nodes in /dev...
    [    9.527201] systemd[1]: Started Journal Service.
    [    9.588754] systemd-journald[440]: Received client request to flush runtime journal.
    [    9.606050] systemd-journald[440]: File /var/log/journal/a38a60f9674c442dada144fb8a7e5e58/system.journal corrupted or uncleanly shut down, renaming and replacing.
    [   10.270977] random: crng init done
    [   10.270989] random: 7 urandom warning(s) missed due to ratelimiting
    [   10.337014] pwm-backlight backlight: supply power not found, using dummy regulator
    [   10.338804] pwm-regulator: supplied by vcc3v3_sys
    [   10.389611] input: adc-keys as /devices/platform/adc-keys/input/input2
    [   10.399928] rockchip-pcie f8000000.pcie: no vpcie12v regulator found
    [   10.415522] spi-nor spi0.0: w25q128 (16384 Kbytes)
    [   10.428587] OF: graph: no port node found in /i2c@ff160000/usb-typec@22
    [   10.482517] mc: Linux media interface: v0.10
    [   10.493359] OF: graph: no port node found in /i2c@ff3d0000/usb-typec@22
    [   10.536098] videodev: Linux video capture interface: v2.00
    [   10.836511] asoc-simple-card hdmi-sound: i2s-hifi <-> ff8a0000.i2s mapping ok
    [   10.905836] rockchip-rga ff680000.rga: HW Version: 0x03.02
    [   10.906052] rockchip-rga ff680000.rga: Registered rockchip-rga as /dev/video0
    [   10.932124] rockchip-pcie f8000000.pcie: PCIe link training gen1 timeout!
    [   10.933054] rockchip-pcie: probe of f8000000.pcie failed with error -110
    [   11.549362] alua: device handler registered
    [   11.553864] emc: device handler registered
    [   11.559093] rdac: device handler registered
    [   11.710437] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [   11.996195] audit: type=1400 audit(1585761826.044:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=604 comm="apparmor_parser"
    [   11.996215] audit: type=1400 audit(1585761826.044:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=604 comm="apparmor_parser"
    [   11.998315] audit: type=1400 audit(1585761826.048:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=601 comm="apparmor_parser"
    [   11.998336] audit: type=1400 audit(1585761826.048:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=601 comm="apparmor_parser"
    [   11.998345] audit: type=1400 audit(1585761826.048:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=601 comm="apparmor_parser"
    [   11.999288] audit: type=1400 audit(1585761826.048:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=602 comm="apparmor_parser"
    [   11.999308] audit: type=1400 audit(1585761826.048:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=602 comm="apparmor_parser"
    [   12.000669] audit: type=1400 audit(1585761826.052:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=605 comm="apparmor_parser"
    [   12.053523] audit: type=1400 audit(1585761826.104:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=599 comm="apparmor_parser"
    [   12.069839] audit: type=1400 audit(1585761826.120:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=603 comm="apparmor_parser"
    [   15.112883] rk_gmac-dwmac fe300000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211E Gigabit Ethernet] (irq=POLL)
    [   15.123980] rk_gmac-dwmac fe300000.ethernet eth0: No Safety Features support found
    [   15.123995] rk_gmac-dwmac fe300000.ethernet eth0: PTP not supported by HW
    [   15.124002] rk_gmac-dwmac fe300000.ethernet eth0: configuring for phy/rgmii link mode
    [   18.176777] rk_gmac-dwmac fe300000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
    [   18.176825] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [   23.898096] capability: warning: `zerotier-one' uses 32-bit capabilities (legacy support in use)
    [   33.760199] vcc3v0_sd: disabling
    [   33.760219] vcc3v3_pcie: disabling
     

     

    rk3399-roc-pc-mezzanine.dtb rk3399-roc-pc.dtsi rk3399-roc-pc-mezzanine.dts

  4. Ubuntu 20.04 daily iso build works with 5.6.2 kernel (deb package) from https://kernel.ubuntu.com/

    Issues:

      1.device tree from mainline doesn't work, currently using dts from 5.4 (5.5?)

      2."modprobe.blacklist=fusb302" is needed if you use a PD power supply

      3.USB2 in u-boot is not stable, USB3(type-c) in u-boot is not usable

      4.directly booting the iso without modification is not possible since you need to provide it with a device tree

      5.you won't get USB3 working if you take step 2

      6.to get correct display using efi boot, append "video=efifb:off"

     

    u-boot.log kernel.log

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines