I am unable to reproduce this with kernel 6.17.10 on an RK3588 RCORE-DSI classic Reform. Here is the dmesg output of a boot of a vanilla system image:
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[ 0.000000] Linux version 6.17.10-mnt-reform-arm64 (debian-kernel@lists.debian.org) (aarch64-linux-gnu-gcc-15 (Debian 15.2.0-10) 15.2.0, GNU ld (GNU Binutils for Debian) 2.45.50.20251201) #1 SMP PREEMPT Debian 6.17.10-1+reform20251126T085426Z (2025-11-
[ 0.000000] KASLR enabled
[ 0.000000] Machine model: MNT Reform 2 with RCORE-DSI RK3588 Module
[ 0.000000] efi: UEFI not found.
[ 0.000000] OF: reserved mem: 0x000000000010f000..0x000000000010f0ff (0 KiB) nomap non-reusable shmem@10f000
[ 0.000000] NUMA: Faking a node at [mem 0x0000000000200000-0x00000004ffffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x4fdf51e40-0x4fdf5557f]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000200000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000004ffffffff]
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000200000-0x00000000efffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x00000003fbffffff]
[ 0.000000] node 0: [mem 0x00000003fc500000-0x00000003ffefffff]
[ 0.000000] node 0: [mem 0x00000004f0000000-0x00000004ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000004ffffffff]
[ 0.000000] On node 0, zone DMA: 512 pages in unavailable ranges
[ 0.000000] On node 0, zone Normal: 1280 pages in unavailable ranges
[ 0.000000] On node 0, zone Normal: 256 pages in unavailable ranges
[ 0.000000] cma: Reserved 256 MiB at 0x00000000da800000
[ 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.5
[ 0.000000] percpu: Embedded 35 pages/cpu s103320 r8192 d31848 u143360
[ 0.000000] pcpu-alloc: s103320 r8192 d31848 u143360 alloc=35*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GICv3 CPU interface
[ 0.000000] CPU features: detected: Virtualization Host Extensions
[ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
[ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: ro no_console_suspend cryptomgr.notests console=ttyS2,1500000 clk_ignore_unused cma=256M swiotlb=65535 console=tty1
[ 0.000000] printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
[ 0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.000000] software IO TLB: area num 8.
[ 0.000000] software IO TLB: mapped [mem 0x00000000d2800000-0x00000000da800000] (128MB)
[ 0.000000] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 4192256
[ 0.000000] Policy zone: Normal
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] ftrace: allocating 54679 entries in 214 pages
[ 0.000000] ftrace: allocated 214 pages with 5 groups
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 0.000000] Tracing 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=8
[ 0.000000] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[ 0.000000] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[ 0.000000] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GIC: enabling workaround for GICv3: non-coherent attribute
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 480 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] GICv3: MBI range [424:479]
[ 0.000000] GICv3: Using MBI frame 0x00000000fe610000
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: GICD_CTLR.DS=0, SCR_EL3.FIQ=0
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fe680000
[ 0.000000] ITS [mem 0xfe640000-0xfe65ffff]
[ 0.000000] GIC: enabling workaround for ITS: Rockchip erratum RK3588001
[ 0.000000] GIC: enabling workaround for ITS: non-coherent attribute
[ 0.000000] ITS@0x00000000fe640000: allocated 8192 Devices @100210000 (indirect, esz 8, psz 64K, shr 0)
[ 0.000000] ITS@0x00000000fe640000: allocated 32768 Interrupt Collections @100220000 (flat, esz 2, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] ITS [mem 0xfe660000-0xfe67ffff]
[ 0.000000] GIC: enabling workaround for ITS: Rockchip erratum RK3588001
[ 0.000000] GIC: enabling workaround for ITS: non-coherent attribute
[ 0.000000] ITS@0x00000000fe660000: allocated 8192 Devices @100240000 (indirect, esz 8, psz 64K, shr 0)
[ 0.000000] ITS@0x00000000fe660000: allocated 32768 Interrupt Collections @100250000 (flat, esz 2, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000100260000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000100270000
[ 0.000000] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@100[1] /cpus/cpu@200[2] /cpus/cpu@300[3] }
[ 0.000000] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@400[4] /cpus/cpu@500[5] /cpus/cpu@600[6] /cpus/cpu@700[7] }
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 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.003429] Console: colour dummy device 80x25
[ 0.003447] printk: legacy console [tty1] enabled
[ 0.006841] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[ 0.006880] pid_max: default: 32768 minimum: 301
[ 0.010280] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,tomoyo,bpf,ipe,ima,evm
[ 0.012081] landlock: Up and running.
[ 0.012101] Yama: disabled by default; enable with sysctl kernel.yama.*
[ 0.012480] AppArmor: AppArmor initialized
[ 0.012593] TOMOYO Linux initialized
[ 0.013261] LSM support for eBPF active
[ 0.015373] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.015446] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.028586] rcu: Hierarchical SRCU implementation.
[ 0.028613] rcu: Max phase no-delay instances is 1000.
[ 0.029042] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 0.030568] fsl-mc MSI: msi-controller@fe640000 domain created
[ 0.030615] fsl-mc MSI: msi-controller@fe660000 domain created
[ 0.035447] EFI services will not be available.
[ 0.036235] smp: Bringing up secondary CPUs ...
[ 0.037218] Detected VIPT I-cache on CPU1
[ 0.037537] GICv3: CPU1: found redistributor 100 region 0:0x00000000fe6a0000
[ 0.037555] GICv3: CPU1: using allocated LPI pending table @0x0000000100280000
[ 0.037610] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[ 0.038723] Detected VIPT I-cache on CPU2
[ 0.039036] GICv3: CPU2: found redistributor 200 region 0:0x00000000fe6c0000
[ 0.039052] GICv3: CPU2: using allocated LPI pending table @0x0000000100290000
[ 0.039103] CPU2: Booted secondary processor 0x0000000200 [0x412fd050]
[ 0.040322] Detected VIPT I-cache on CPU3
[ 0.040631] GICv3: CPU3: found redistributor 300 region 0:0x00000000fe6e0000
[ 0.040648] GICv3: CPU3: using allocated LPI pending table @0x00000001002a0000
[ 0.040695] CPU3: Booted secondary processor 0x0000000300 [0x412fd050]
[ 0.041780] CPU features: detected: Spectre-v4
[ 0.041787] CPU features: detected: Spectre-BHB
[ 0.041793] CPU features: detected: SSBS not fully self-synchronizing
[ 0.041796] Detected PIPT I-cache on CPU4
[ 0.041936] GICv3: CPU4: found redistributor 400 region 0:0x00000000fe700000
[ 0.041946] GICv3: CPU4: using allocated LPI pending table @0x00000001002b0000
[ 0.041975] CPU4: Booted secondary processor 0x0000000400 [0x414fd0b0]
[ 0.042962] Detected PIPT I-cache on CPU5
[ 0.043113] GICv3: CPU5: found redistributor 500 region 0:0x00000000fe720000
[ 0.043123] GICv3: CPU5: using allocated LPI pending table @0x00000001002c0000
[ 0.043154] CPU5: Booted secondary processor 0x0000000500 [0x414fd0b0]
[ 0.044125] Detected PIPT I-cache on CPU6
[ 0.044271] GICv3: CPU6: found redistributor 600 region 0:0x00000000fe740000
[ 0.044281] GICv3: CPU6: using allocated LPI pending table @0x00000001002d0000
[ 0.044311] CPU6: Booted secondary processor 0x0000000600 [0x414fd0b0]
[ 0.045361] Detected PIPT I-cache on CPU7
[ 0.045509] GICv3: CPU7: found redistributor 700 region 0:0x00000000fe760000
[ 0.045519] GICv3: CPU7: using allocated LPI pending table @0x00000001002e0000
[ 0.045548] CPU7: Booted secondary processor 0x0000000700 [0x414fd0b0]
[ 0.045676] smp: Brought up 1 node, 8 CPUs
[ 0.046028] SMP: Total of 8 processors activated.
[ 0.046044] CPU: All CPU(s) started at EL2
[ 0.046061] CPU features: detected: 32-bit EL0 Support
[ 0.046078] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.046100] CPU features: detected: Common not Private translations
[ 0.046118] CPU features: detected: CRC32 instructions
[ 0.046134] CPU features: detected: Data cache clean to Point of Persistence
[ 0.046160] CPU features: detected: RCpc load-acquire (LDAPR)
[ 0.046177] CPU features: detected: LSE atomic instructions
[ 0.046194] CPU features: detected: Privileged Access Never
[ 0.046211] CPU features: detected: PMUv3
[ 0.046226] CPU features: detected: RAS Extension Support
[ 0.046249] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.046353] alternatives: applying system-wide alternatives
[ 0.049938] CPU features: detected: Hardware dirty bit management on CPU4-7
[ 0.085063] node 0 deferred pages initialised in 32ms
[ 0.085168] Memory: 15968416K/16769024K available (18048K kernel code, 4738K rwdata, 9784K rodata, 3520K init, 882K bss, 530156K reserved, 262144K cma-reserved)
[ 0.087576] devtmpfs: initialized
[ 0.101566] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.101607] posixtimers hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.101663] futex hash table entries: 2048 (131072 bytes on 1 NUMA nodes, total 128 KiB, linear).
[ 0.103126] 2G module region forced by RANDOMIZE_MODULE_REGION_FULL
[ 0.103143] 0 pages in range for non-PLT usage
[ 0.103146] 514992 pages in range for PLT usage
[ 0.104484] pinctrl core: initialized pinctrl subsystem
[ 0.106500] DMI not present or invalid.
[ 0.109163] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.110119] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.110569] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.110962] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.111003] audit: initializing netlink subsys (disabled)
[ 0.111141] audit: type=2000 audit(0.108:1): state=initialized audit_enabled=0 res=1
[ 0.112165] thermal_sys: Registered thermal governor 'fair_share'
[ 0.112170] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.112182] thermal_sys: Registered thermal governor 'step_wise'
[ 0.112188] thermal_sys: Registered thermal governor 'user_space'
[ 0.112194] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.112237] cpuidle: using governor ladder
[ 0.112271] cpuidle: using governor menu
[ 0.112388] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.112542] ASID allocator initialised with 32768 entries
[ 0.113577] Serial: AMBA PL011 UART driver
[ 0.145445] /vop@fdd90000: Fixed dependency cycle(s) with /dsi@fde30000
[ 0.145497] /dsi@fde30000: Fixed dependency cycle(s) with /vop@fdd90000
[ 0.151429] /pcie@fe180000: Fixed dependency cycle(s) with /pcie@fe180000/legacy-interrupt-controller
[ 0.151816] /pcie@fe190000: Fixed dependency cycle(s) with /pcie@fe190000/legacy-interrupt-controller
[ 0.156127] /i2c@fec80000/bridge@2c: Fixed dependency cycle(s) with /i2c@fec80000/bridge@2c/aux-bus/panel
[ 0.156153] /i2c@fec80000/bridge@2c: Fixed dependency cycle(s) with /dsi@fde30000
[ 0.156218] /i2c@fec80000/bridge@2c/aux-bus/panel: Fixed dependency cycle(s) with /i2c@fec80000/bridge@2c
[ 0.156240] /i2c@fec80000/codec@1a: Fixed dependency cycle(s) with /i2s@fe470000
[ 0.160710] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.161312] rockchip-gpio fd8a0000.gpio: probed /pinctrl/gpio@fd8a0000
[ 0.161537] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.161772] rockchip-gpio fec20000.gpio: probed /pinctrl/gpio@fec20000
[ 0.161979] gpio gpiochip2: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.162181] rockchip-gpio fec30000.gpio: probed /pinctrl/gpio@fec30000
[ 0.162465] gpio gpiochip3: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.162692] rockchip-gpio fec40000.gpio: probed /pinctrl/gpio@fec40000
[ 0.162902] gpio gpiochip4: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.163129] rockchip-gpio fec50000.gpio: probed /pinctrl/gpio@fec50000
[ 0.165305] /vop@fdd90000: Fixed dependency cycle(s) with /hdmi@fdea0000
[ 0.165355] /hdmi@fdea0000: Fixed dependency cycle(s) with /vop@fdd90000
[ 0.165930] /pcie@fe150000: Fixed dependency cycle(s) with /pcie@fe150000/legacy-interrupt-controller
[ 0.175527] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.175539] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.175548] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.175555] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.175563] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.175569] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.175576] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.175583] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.182953] ACPI: Interpreter disabled.
[ 0.184600] iommu: Default domain type: Translated
[ 0.184609] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.186550] pps_core: LinuxPPS API ver. 1 registered
[ 0.186559] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.186572] PTP clock support registered
[ 0.186596] EDAC MC: Ver: 3.0.0
[ 0.186865] scmi_core: SCMI protocol bus registered
[ 0.188404] NetLabel: Initializing
[ 0.188413] NetLabel: domain hash size = 128
[ 0.188419] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.188463] NetLabel: unlabeled traffic allowed by default
[ 0.188617] vgaarb: loaded
[ 0.188899] clocksource: Switched to clocksource arch_sys_counter
[ 0.190723] VFS: Disk quotas dquot_6.6.0
[ 0.190894] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.191611] AppArmor: AppArmor Filesystem Enabled
[ 0.191656] pnp: PnP ACPI: disabled
[ 0.200298] NET: Registered PF_INET protocol family
[ 0.200616] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.210971] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.211135] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.211266] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.212470] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.214387] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.214782] MPTCP token hash table entries: 16384 (order: 7, 393216 bytes, linear)
[ 0.215047] UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.215699] UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.216526] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.216561] NET: Registered PF_XDP protocol family
[ 0.216577] PCI: CLS 0 bytes, default 64
[ 0.216810] Trying to unpack rootfs image as initramfs...
[ 0.223443] kvm [1]: nv: 567 coarse grained trap handlers
[ 0.223717] kvm [1]: IPA Size Limit: 40 bits
[ 0.223741] kvm [1]: GICv3: no GICV resource entry
[ 0.223748] kvm [1]: disabling GICv2 emulation
[ 0.223778] kvm [1]: GIC system register CPU interface enabled
[ 0.223797] kvm [1]: vgic interrupt IRQ18
[ 0.223833] kvm [1]: VHE mode initialized successfully
[ 0.226281] Initialise system trusted keyrings
[ 0.226331] Key type blacklist registered
[ 0.226519] workingset: timestamp_bits=42 max_order=22 bucket_order=0
[ 0.228075] fuse: init (API version 7.44)
[ 0.228853] integrity: Platform Keyring initialized
[ 0.228872] integrity: Machine keyring initialized
[ 0.229183] alg: self-tests disabled
[ 0.284036] Key type asymmetric registered
[ 0.284051] Asymmetric key parser 'x509' registered
[ 0.284472] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 0.284660] io scheduler mq-deadline registered
[ 0.300940] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.311398] dma-pl330 fea10000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 0.311421] dma-pl330 fea10000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[ 0.312527] dma-pl330 fea30000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 0.312542] dma-pl330 fea30000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[ 0.313647] dma-pl330 fed10000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 0.313662] dma-pl330 fed10000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[ 0.318703] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.320362] printk: legacy console [ttyS2] disabled
[ 0.320561] feb50000.serial: ttyS2 at MMIO 0xfeb50000 (irq = 37, base_baud = 1500000) is a 16550A
[ 0.320696] printk: legacy console [ttyS2] enabled
[ 0.470472] Serial: AMBA driver
[ 0.471343] msm_serial: driver initialized
[ 0.471800] SuperH (H)SCI(F) driver initialized
[ 0.473791] arm-smmu-v3 fc900000.iommu: ias 48-bit, oas 48-bit (features 0x001c1ebf)
[ 0.477552] arm-smmu-v3 fc900000.iommu: allocated 65536 entries for cmdq
[ 0.485363] arm-smmu-v3 fc900000.iommu: allocated 32768 entries for evtq
[ 0.489524] arm-smmu-v3 fc900000.iommu: allocated 65536 entries for priq
[ 0.493370] arm-smmu-v3 fc900000.iommu: msi_domain absent - falling back to wired irqs
[ 0.495739] platform fdb50000.video-codec: Adding to iommu group 0
[ 0.497033] platform fdba0000.video-codec: Adding to iommu group 1
[ 0.498234] platform fdba4000.video-codec: Adding to iommu group 2
[ 0.499433] platform fdba8000.video-codec: Adding to iommu group 3
[ 0.500627] platform fdbac000.video-codec: Adding to iommu group 4
[ 0.501974] platform fdd90000.vop: Adding to iommu group 5
[ 0.515740] /spi@feb20000/pmic@0: Fixed dependency cycle(s) with /spi@feb20000/pmic@0/regulators/dcdc-reg7
[ 0.516641] /spi@feb20000/pmic@0: Fixed dependency cycle(s) with /spi@feb20000/pmic@0/rk806_dvs1_pwrdn
[ 0.517478] /spi@feb20000/pmic@0: Fixed dependency cycle(s) with /spi@feb20000/pmic@0/rk806_dvs3_null
[ 0.518291] /spi@feb20000/pmic@0: Fixed dependency cycle(s) with /spi@feb20000/pmic@0/rk806_dvs2_null
[ 0.519104] /spi@feb20000/pmic@0: Fixed dependency cycle(s) with /spi@feb20000/pmic@0/dvs1-null-pins
[ 0.520878] mousedev: PS/2 mouse device common for all mice
[ 0.525571] arm-scmi arm-scmi.0.auto: Using scmi_smc_transport
[ 0.526093] arm-scmi arm-scmi.0.auto: SCMI max-rx-timeout: 30ms / max-msg-size: 104bytes / max-msg: 20
[ 0.526991] scmi_protocol scmi_dev.1: Enabled polling mode TX channel - prot_id:16
[ 0.527784] arm-scmi arm-scmi.0.auto: SCMI Notifications - Core Enabled.
[ 0.528411] arm-scmi arm-scmi.0.auto: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0
[ 0.529220] arm-scmi arm-scmi.0.auto: Enabling SCMI Quirk [quirk_clock_rates_triplet_out_of_spec]
[ 0.537239] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.541589] hw perfevents: enabled with armv8_cortex_a55 PMU driver, 7 (0,8000003f) counters available
[ 0.545312] hw perfevents: enabled with armv8_cortex_a76 PMU driver, 7 (0,8000003f) counters available
[ 0.549807] NET: Registered PF_INET6 protocol family
[ 0.552151] Segment Routing with IPv6
[ 0.552482] RPL Segment Routing with IPv6
[ 0.552864] In-situ OAM (IOAM) with IPv6
[ 0.553268] mip6: Mobile IPv6
[ 0.553537] NET: Registered PF_PACKET protocol family
[ 0.554316] mpls_gso: MPLS GSO support
[ 0.560772] registered taskstats version 1
[ 0.561317] Loading compiled-in X.509 certificates
[ 0.687711] Freeing initrd memory: 38788K
[ 0.715217] Loaded X.509 cert 'Build time autogenerated kernel key: e3f8508e75fe09c4361157996d18f1d05419a33a'
[ 0.723012] Demotion targets for Node 0: null
[ 0.723702] Key type .fscrypt registered
[ 0.724051] Key type fscrypt-provisioning registered
[ 0.791884] Key type encrypted registered
[ 0.792259] AppArmor: AppArmor sha256 policy hashing enabled
[ 0.792796] ima: No TPM chip found, activating TPM-bypass!
[ 0.793306] ima: Allocated hash algorithm: sha256
[ 0.793743] ima: No architecture policies found
[ 0.794182] evm: Initialising EVM extended attributes:
[ 0.794635] evm: security.selinux
[ 0.794929] evm: security.SMACK64 (disabled)
[ 0.795304] evm: security.SMACK64EXEC (disabled)
[ 0.795711] evm: security.SMACK64TRANSMUTE (disabled)
[ 0.796155] evm: security.SMACK64MMAP (disabled)
[ 0.796561] evm: security.apparmor
[ 0.796862] evm: security.ima
[ 0.797132] evm: security.capability
[ 0.797448] evm: HMAC attrs: 0x1
[ 0.851392] clk: Not disabling unused clocks
[ 0.851785] PM: genpd: Disabling unused power domains
[ 0.855987] Freeing unused kernel memory: 3520K
[ 0.982881] Checked W+X mappings: passed, no W+X pages found
[ 0.983399] Run /init as init process
[ 0.983724] with arguments:
[ 0.983729] /init
[ 0.983733] with environment:
[ 0.983736] HOME=/
[ 0.983740] TERM=linux
[ 3.839194] usbcore: registered new interface driver usbfs
[ 3.839750] usbcore: registered new interface driver hub
[ 3.839950] /dsi@fde30000: Fixed dependency cycle(s) with /i2c@fec80000/bridge@2c
[ 3.840249] usbcore: registered new device driver usb
[ 3.843116] /i2c@fec80000/bridge@2c: Fixed dependency cycle(s) with /i2c@fec80000/bridge@2c/aux-bus/panel
[ 3.843989] /i2c@fec80000/bridge@2c: Fixed dependency cycle(s) with /dsi@fde30000
[ 3.844780] /i2c@fec80000/bridge@2c/aux-bus/panel: Fixed dependency cycle(s) with /i2c@fec80000/bridge@2c
[ 3.845869] /i2s@fe470000: Fixed dependency cycle(s) with /i2c@fec80000/codec@1a
[ 3.846562] /i2c@fec80000/codec@1a: Fixed dependency cycle(s) with /i2s@fe470000
[ 3.888033] ehci-platform fc800000.usb: EHCI Host Controller
[ 3.888564] ehci-platform fc800000.usb: new USB bus registered, assigned bus number 1
[ 3.889377] ehci-platform fc800000.usb: irq 76, io mem 0xfc800000
[ 3.890957] ehci-platform fc880000.usb: EHCI Host Controller
[ 3.891464] ehci-platform fc880000.usb: new USB bus registered, assigned bus number 2
[ 3.892219] ehci-platform fc880000.usb: irq 77, io mem 0xfc880000
[ 3.904936] ehci-platform fc800000.usb: USB 2.0 started, EHCI 1.00
[ 3.905633] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[ 3.906363] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.906998] usb usb1: Product: EHCI Host Controller
[ 3.907429] usb usb1: Manufacturer: Linux 6.17.10-mnt-reform-arm64 ehci_hcd
[ 3.908039] usb usb1: SerialNumber: fc800000.usb
[ 3.908921] hub 1-0:1.0: USB hub found
[ 3.912923] hub 1-0:1.0: 1 port detected
[ 3.916950] ehci-platform fc880000.usb: USB 2.0 started, EHCI 1.00
[ 3.920632] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[ 3.921434] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.922091] usb usb2: Product: EHCI Host Controller
[ 3.922536] usb usb2: Manufacturer: Linux 6.17.10-mnt-reform-arm64 ehci_hcd
[ 3.923163] usb usb2: SerialNumber: fc880000.usb
[ 3.924288] hub 2-0:1.0: USB hub found
[ 3.924697] hub 2-0:1.0: 1 port detected
[ 3.950623] ohci-platform fc8c0000.usb: Generic Platform OHCI controller
[ 3.951237] ohci-platform fc8c0000.usb: new USB bus registered, assigned bus number 3
[ 3.951991] ohci-platform fc8c0000.usb: irq 78, io mem 0xfc8c0000
[ 4.013064] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.17
[ 4.013809] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.014445] usb usb3: Product: Generic Platform OHCI controller
[ 4.014966] usb usb3: Manufacturer: Linux 6.17.10-mnt-reform-arm64 ohci_hcd
[ 4.015577] usb usb3: SerialNumber: fc8c0000.usb
[ 4.016471] ohci-platform fc840000.usb: Generic Platform OHCI controller
[ 4.022057] Synopsys Designware Multimedia Card Interface Driver
[ 4.026019] hub 3-0:1.0: USB hub found
[ 4.026445] hub 3-0:1.0: 1 port detected
[ 4.027362] ohci-platform fc840000.usb: new USB bus registered, assigned bus number 4
[ 4.028131] ohci-platform fc840000.usb: irq 79, io mem 0xfc840000
[ 4.089079] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.17
[ 4.089823] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.090459] usb usb4: Product: Generic Platform OHCI controller
[ 4.090981] usb usb4: Manufacturer: Linux 6.17.10-mnt-reform-arm64 ohci_hcd
[ 4.091592] usb usb4: SerialNumber: fc840000.usb
[ 4.093505] hub 4-0:1.0: USB hub found
[ 4.093940] hub 4-0:1.0: 1 port detected
[ 4.132946] rockchip-dw-pcie a40c00000.pcie: host bridge /pcie@fe180000 ranges:
[ 4.133632] rockchip-dw-pcie a40c00000.pcie: IO 0x00f3100000..0x00f31fffff -> 0x00f3100000
[ 4.134419] rockchip-dw-pcie a40c00000.pcie: MEM 0x00f3200000..0x00f3ffffff -> 0x00f3200000
[ 4.135208] rockchip-dw-pcie a40c00000.pcie: MEM 0x09c0000000..0x09ffffffff -> 0x0040000000
[ 4.136137] rockchip-dw-pcie a40c00000.pcie: iATU: unroll T, 8 ob, 8 ib, align 64K, limit 8G
[ 4.152304] sdhci: Secure Digital Host Controller Interface driver
[ 4.152886] sdhci: Copyright(c) Pierre Ossman
[ 4.153251] dwmmc_rockchip fe2c0000.mmc: IDMAC supports 32-bit address mode.
[ 4.153964] dwmmc_rockchip fe2c0000.mmc: Using internal DMA controller.
[ 4.154552] dwmmc_rockchip fe2c0000.mmc: Version ID is 270a
[ 4.155071] dwmmc_rockchip fe2c0000.mmc: DW MMC controller at irq 83,32 bit host data width,256 deep fifo
[ 4.156187] dwmmc_rockchip fe2c0000.mmc: Got CD GPIO
[ 4.169007] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 4.176938] usb 1-1: new high-speed USB device number 2 using ehci-platform
[ 4.228523] sdhci-pltfm: SDHCI platform and OF driver helper
[ 4.245219] rockchip-dw-pcie a40c00000.pcie: PCI host bridge to bus 0003:30
[ 4.245850] pci_bus 0003:30: root bus resource [bus 30-3f]
[ 4.246338] pci_bus 0003:30: root bus resource [io 0x0000-0xfffff] (bus address [0xf3100000-0xf31fffff])
[ 4.247179] pci_bus 0003:30: root bus resource [mem 0xf3200000-0xf3ffffff]
[ 4.247784] pci_bus 0003:30: root bus resource [mem 0x9c0000000-0x9ffffffff] (bus address [0x40000000-0x7fffffff])
[ 4.248714] pci 0003:30:00.0: [1d87:3588] type 01 class 0x060400 PCIe Root Port
[ 4.249381] pci 0003:30:00.0: ROM [mem 0x00000000-0x0000ffff pref]
[ 4.249926] pci 0003:30:00.0: PCI bridge to [bus 01-ff]
[ 4.250390] pci 0003:30:00.0: bridge window [io 0x0000-0x0fff]
[ 4.250927] pci 0003:30:00.0: bridge window [mem 0x00000000-0x000fffff]
[ 4.251529] pci 0003:30:00.0: bridge window [mem 0x00000000-0x000fffff 64bit pref]
[ 4.252251] pci 0003:30:00.0: supports D1 D2
[ 4.252628] pci 0003:30:00.0: PME# supported from D0 D1 D3hot
[ 4.257197] pci 0003:30:00.0: Adding to iommu group 6
[ 4.260396] pci 0003:30:00.0: Primary bus is hard wired to 0
[ 4.260917] pci 0003:30:00.0: bridge configuration invalid ([bus 01-ff]), reconfiguring
[ 4.261834] pci_bus 0003:31: busn_res: [bus 31-3f] end is updated to 31
[ 4.262442] pci 0003:30:00.0: ROM [mem 0xf3200000-0xf320ffff pref]: assigned
[ 4.263074] pci 0003:30:00.0: PCI bridge to [bus 31]
[ 4.263520] pci_bus 0003:30: resource 4 [io 0x0000-0xfffff]
[ 4.264020] pci_bus 0003:30: resource 5 [mem 0xf3200000-0xf3ffffff]
[ 4.264572] pci_bus 0003:30: resource 6 [mem 0x9c0000000-0x9ffffffff]
[ 4.273875] pcieport 0003:30:00.0: PME: Signaling with IRQ 94
[ 4.274954] pcieport 0003:30:00.0: AER: enabled with IRQ 95
[ 4.297515] rockchip-dw-pcie a41000000.pcie: host bridge /pcie@fe190000 ranges:
[ 4.298233] rockchip-dw-pcie a41000000.pcie: IO 0x00f4100000..0x00f41fffff -> 0x00f4100000
[ 4.299044] rockchip-dw-pcie a41000000.pcie: MEM 0x00f4200000..0x00f4ffffff -> 0x00f4200000
[ 4.299844] rockchip-dw-pcie a41000000.pcie: MEM 0x0a00000000..0x0a3fffffff -> 0x0040000000
[ 4.301046] rockchip-dw-pcie a41000000.pcie: iATU: unroll T, 8 ob, 8 ib, align 64K, limit 8G
[ 4.324975] mmc0: SDHCI controller on fe2e0000.mmc [fe2e0000.mmc] using ADMA
[ 4.350584] mmc_host mmc1: Bus speed (slot 0) = 39600000Hz (slot req 40000000Hz, actual 39600000HZ div = 0)
[ 4.351591] mmc1: new high speed SDHC card at address aaaa
[ 4.362786] mmcblk1: mmc1:aaaa SD32G 29.7 GiB
[ 4.368999] mmcblk1: p1 p2
[ 4.372916] usb 1-1: New USB device found, idVendor=0451, idProduct=8142, bcdDevice= 1.00
[ 4.373650] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[ 4.374279] usb 1-1: SerialNumber: 9C0B20791EA6
[ 4.377433] hub 1-1:1.0: USB hub found
[ 4.377967] hub 1-1:1.0: 4 ports detected
[ 4.405421] rockchip-dw-pcie a41000000.pcie: PCI host bridge to bus 0004:40
[ 4.406094] pci_bus 0004:40: root bus resource [bus 40-4f]
[ 4.406609] pci_bus 0004:40: root bus resource [io 0x100000-0x1fffff] (bus address [0xf4100000-0xf41fffff])
[ 4.407494] pci_bus 0004:40: root bus resource [mem 0xf4200000-0xf4ffffff]
[ 4.408117] pci_bus 0004:40: root bus resource [mem 0xa00000000-0xa3fffffff] (bus address [0x40000000-0x7fffffff])
[ 4.408270] rk_gmac-dwmac fe1b0000.ethernet: IRQ eth_lpi not found
[ 4.409191] pci 0004:40:00.0: [1d87:3588] type 01 class 0x060400 PCIe Root Port
[ 4.409607] rk_gmac-dwmac fe1b0000.ethernet: IRQ sfty not found
[ 4.409645] pci 0004:40:00.0: ROM [mem 0x00000000-0x0000ffff pref]
[ 4.410582] rk_gmac-dwmac fe1b0000.ethernet: clock input or output? (output).
[ 4.410797] pci 0004:40:00.0: PCI bridge to [bus 01-ff]
[ 4.411339] rk_gmac-dwmac fe1b0000.ethernet: TX delay(0x10).
[ 4.411357] pci 0004:40:00.0: bridge window [io 0x0000-0x0fff]
[ 4.411977] rk_gmac-dwmac fe1b0000.ethernet: RX delay(0x10).
[ 4.411994] pci 0004:40:00.0: bridge window [mem 0x00000000-0x000fffff]
[ 4.412456] rk_gmac-dwmac fe1b0000.ethernet: integrated PHY? (no).
[ 4.412471] pci 0004:40:00.0: bridge window [mem 0x00000000-0x000fffff 64bit pref]
[ 4.415971] pci 0004:40:00.0: supports D1 D2
[ 4.416368] pci 0004:40:00.0: PME# supported from D0 D1 D3hot
[ 4.417840] pci 0004:40:00.0: Adding to iommu group 7
[ 4.417989] rk_gmac-dwmac fe1b0000.ethernet: init for RGMII
[ 4.421219] rk_gmac-dwmac fe1b0000.ethernet: User ID: 0x30, Synopsys ID: 0x51
[ 4.421883] rk_gmac-dwmac fe1b0000.ethernet: DWMAC4/5
[ 4.422355] rk_gmac-dwmac fe1b0000.ethernet: DMA HW capability register supported
[ 4.423030] rk_gmac-dwmac fe1b0000.ethernet: RX Checksum Offload Engine supported
[ 4.423704] rk_gmac-dwmac fe1b0000.ethernet: TX Checksum insertion supported
[ 4.424337] rk_gmac-dwmac fe1b0000.ethernet: Wake-Up On Lan supported
[ 4.429391] pci 0004:40:00.0: Primary bus is hard wired to 0
[ 4.429919] pci 0004:40:00.0: bridge configuration invalid ([bus 01-ff]), reconfiguring
[ 4.433357] rk_gmac-dwmac fe1b0000.ethernet: TSO supported
[ 4.433852] rk_gmac-dwmac fe1b0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 4.433864] pci_bus 0004:41: busn_res: [bus 41-4f] end is updated to 41
[ 4.434557] rk_gmac-dwmac fe1b0000.ethernet: Enabled L3L4 Flow TC (entries=2)
[ 4.434578] pci 0004:40:00.0: ROM [mem 0xf4200000-0xf420ffff pref]: assigned
[ 4.435145] rk_gmac-dwmac fe1b0000.ethernet: Enabled RFS Flow TC (entries=10)
[ 4.435154] pci 0004:40:00.0: PCI bridge to [bus 41]
[ 4.435775] rk_gmac-dwmac fe1b0000.ethernet: TSO feature enabled
[ 4.435785] pci_bus 0004:40: resource 4 [io 0x100000-0x1fffff]
[ 4.436397] rk_gmac-dwmac fe1b0000.ethernet: SPH feature enabled
[ 4.436403] pci_bus 0004:40: resource 5 [mem 0xf4200000-0xf4ffffff]
[ 4.436409] pci_bus 0004:40: resource 6 [mem 0xa00000000-0xa3fffffff]
[ 4.437049] rk_gmac-dwmac fe1b0000.ethernet: Using 32/32 bits DMA host/device width
[ 4.439851] pcieport 0004:40:00.0: PME: Signaling with IRQ 110
[ 4.441897] pcieport 0004:40:00.0: AER: enabled with IRQ 111
[ 4.443579] rockchip-dw-pcie a40000000.pcie: host bridge /pcie@fe150000 ranges:
[ 4.444247] rockchip-dw-pcie a40000000.pcie: IO 0x00f0100000..0x00f01fffff -> 0x00f0100000
[ 4.444642] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[ 4.445048] rockchip-dw-pcie a40000000.pcie: MEM 0x00f0200000..0x00f0ffffff -> 0x00f0200000
[ 4.445056] rockchip-dw-pcie a40000000.pcie: MEM 0x0900000000..0x093fffffff -> 0x0040000000
[ 4.447132] mmcblk0: mmc0:0001 Y0S256 233 GiB
[ 4.454421] rockchip-dw-pcie a40000000.pcie: iATU: unroll T, 8 ob, 8 ib, align 64K, limit 8G
[ 4.456068] mmcblk0: p1 p2
[ 4.457496] mmcblk0boot0: mmc0:0001 Y0S256 4.00 MiB
[ 4.607468] rockchip-dw-pcie a40000000.pcie: PCI host bridge to bus 0000:00
[ 4.608140] pci_bus 0000:00: root bus resource [bus 00-0f]
[ 4.608669] pci_bus 0000:00: root bus resource [io 0x200000-0x2fffff] (bus address [0xf0100000-0xf01fffff])
[ 4.611129] mmcblk0boot1: mmc0:0001 Y0S256 4.00 MiB
[ 4.612344] pci_bus 0000:00: root bus resource [mem 0xf0200000-0xf0ffffff]
[ 4.613028] pci_bus 0000:00: root bus resource [mem 0x900000000-0x93fffffff] (bus address [0x40000000-0x7fffffff])
[ 4.614005] pci 0000:00:00.0: [1d87:3588] type 01 class 0x060400 PCIe Root Port
[ 4.614705] pci 0000:00:00.0: BAR 0 [mem 0x00000000-0x3fffffff]
[ 4.615258] pci 0000:00:00.0: BAR 1 [mem 0x00000000-0x3fffffff]
[ 4.615835] pci 0000:00:00.0: ROM [mem 0x00000000-0x0000ffff pref]
[ 4.616428] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 4.616960] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff]
[ 4.616969] fan53555-regulator 1-0042: FAN53555 Option[10] Rev[1] Detected!
[ 4.616986] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff]
[ 4.617765] fan53555-regulator 0-0043: FAN53555 Option[10] Rev[1] Detected!
[ 4.618182] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff 64bit pref]
[ 4.618817] fan53555-regulator 0-0042: FAN53555 Option[10] Rev[1] Detected!
[ 4.619489] pci 0000:00:00.0: supports D1 D2
[ 4.621178] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 4.637247] pci 0000:00:00.0: Adding to iommu group 8
[ 4.644816] pci_bus 0000:01: busn_res: can not insert [bus 01-ff] under [bus 00-0f] (conflicts with (null) [bus 00-0f])
[ 4.645477] mmcblk0rpmb: mmc0:0001 Y0S256 16.0 MiB, chardev (236:0)
[ 4.645918] pci 0000:01:00.0: [1e4b:1202] type 00 class 0x010802 PCIe Endpoint
[ 4.647180] pci 0000:01:00.0: BAR 0 [mem 0x00000000-0x00003fff 64bit]
[ 4.648161] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 4.649880] pci 0000:01:00.0: Adding to iommu group 8
[ 4.650526] pci 0000:00:00.0: BAR 0 [mem 0x900000000-0x93fffffff]: assigned
[ 4.651175] pci 0000:00:00.0: BAR 1 [mem size 0x40000000]: can't assign; no space
[ 4.651455] rtc-pcf8523 6-0068: registered as rtc0
[ 4.651854] pci 0000:00:00.0: BAR 1 [mem size 0x40000000]: failed to assign
[ 4.652951] pci 0000:00:00.0: bridge window [mem 0xf0200000-0xf02fffff]: assigned
[ 4.653635] pci 0000:00:00.0: ROM [mem 0xf0300000-0xf030ffff pref]: assigned
[ 4.654279] pci 0000:00:00.0: BAR 0 [mem 0x900000000-0x93fffffff]: assigned
[ 4.654913] pci 0000:00:00.0: BAR 1 [mem size 0x40000000]: can't assign; no space
[ 4.655590] pci 0000:00:00.0: BAR 1 [mem size 0x40000000]: failed to assign
[ 4.655739] rtc-pcf8523 6-0068: setting system clock to 2025-12-09T00:11:03 UTC (1765239063)
[ 4.656218] pci 0000:00:00.0: bridge window [mem 0xf0200000-0xf02fffff]: assigned
[ 4.657658] pci 0000:01:00.0: BAR 0 [mem 0xf0200000-0xf0203fff 64bit]: assigned
[ 4.658356] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 4.658835] pci 0000:00:00.0: bridge window [mem 0xf0200000-0xf02fffff]
[ 4.659455] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc
[ 4.660266] pci_bus 0000:00: resource 4 [io 0x200000-0x2fffff]
[ 4.660805] pci_bus 0000:00: resource 5 [mem 0xf0200000-0xf0ffffff]
[ 4.661395] pci_bus 0000:00: resource 6 [mem 0x900000000-0x93fffffff]
[ 4.661982] pci_bus 0000:01: resource 1 [mem 0xf0200000-0xf02fffff]
[ 4.668931] usb 1-1.3: new full-speed USB device number 3 using ehci-platform
[ 4.683774] pcieport 0000:00:00.0: PME: Signaling with IRQ 127
[ 4.684651] pcieport 0000:00:00.0: AER: enabled with IRQ 128
[ 4.688814] cpufreq: cpufreq_policy_online: CPU0: Running at unlisted initial frequency: 816000 kHz, changing to: 1008000 kHz
[ 4.689959] cpu cpu0: EM: created perf domain
[ 4.693550] cpufreq: cpufreq_policy_online: CPU4: Running at unlisted initial frequency: 816000 kHz, changing to: 1200000 kHz
[ 4.694690] cpu cpu4: EM: created perf domain
[ 4.700708] cpufreq: cpufreq_policy_online: CPU6: Running at unlisted initial frequency: 816000 kHz, changing to: 1200000 kHz
[ 4.701899] cpu cpu6: EM: created perf domain
[ 4.702285] energy_model: updating cpu0 cpu_cap=397 old capacity=530
[ 4.708035] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
[ 4.708525] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 5
[ 4.709278] xhci-hcd xhci-hcd.4.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000808002000010
[ 4.710110] xhci-hcd xhci-hcd.4.auto: irq 96, io mem 0xfc400000
[ 4.710757] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
[ 4.711235] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 6
[ 4.711902] xhci-hcd xhci-hcd.4.auto: Host supports USB 3.0 SuperSpeed
[ 4.712524] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[ 4.713250] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.713879] usb usb5: Product: xHCI Host Controller
[ 4.714303] usb usb5: Manufacturer: Linux 6.17.10-mnt-reform-arm64 xhci-hcd
[ 4.714907] usb usb5: SerialNumber: xhci-hcd.4.auto
[ 4.726895] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
[ 4.752967] hub 5-0:1.0: USB hub found
[ 4.753325] hub 5-0:1.0: 1 port detected
[ 4.753826] rk_gmac-dwmac fe1b0000.ethernet end0: renamed from eth0
[ 4.754084] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 4.755207] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
[ 4.755930] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.756561] usb usb6: Product: xHCI Host Controller
[ 4.756992] usb usb6: Manufacturer: Linux 6.17.10-mnt-reform-arm64 xhci-hcd
[ 4.757598] usb usb6: SerialNumber: xhci-hcd.4.auto
[ 4.763526] hub 6-0:1.0: USB hub found
[ 4.763870] hub 6-0:1.0: 1 port detected
[ 4.764118] Key type psk registered
[ 4.764555] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 7
[ 4.765404] xhci-hcd xhci-hcd.5.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000808002000010
[ 4.766266] xhci-hcd xhci-hcd.5.auto: irq 115, io mem 0xfc000000
[ 4.766954] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
[ 4.767449] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 8
[ 4.768143] xhci-hcd xhci-hcd.5.auto: Host supports USB 3.0 SuperSpeed
[ 4.768849] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[ 4.769593] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.770230] usb usb7: Product: xHCI Host Controller
[ 4.770662] usb usb7: Manufacturer: Linux 6.17.10-mnt-reform-arm64 xhci-hcd
[ 4.771273] usb usb7: SerialNumber: xhci-hcd.5.auto
[ 4.771990] hub 7-0:1.0: USB hub found
[ 4.772328] hub 7-0:1.0: 1 port detected
[ 4.772785] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[ 4.773530] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
[ 4.774249] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.774878] usb usb8: Product: xHCI Host Controller
[ 4.775303] usb usb8: Manufacturer: Linux 6.17.10-mnt-reform-arm64 xhci-hcd
[ 4.775907] usb usb8: SerialNumber: xhci-hcd.5.auto
[ 4.776183] usb 1-1.3: New USB device found, idVendor=cafe, idProduct=4008, bcdDevice= 1.00
[ 4.776871] hub 8-0:1.0: USB hub found
[ 4.777072] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4.777405] hub 8-0:1.0: 1 port detected
[ 4.778034] usb 1-1.3: Product: Reform Trackball (RP2040)
[ 4.778037] usb 1-1.3: Manufacturer: MNT Research
[ 4.779254] usb 1-1.3: SerialNumber: MREFATBC20R02
[ 4.779513] rockchip-drm display-subsystem: bound fdd90000.vop (ops vop2_component_ops [rockchipdrm])
[ 4.780746] dwhdmiqp-rockchip fdea0000.hdmi: registered DesignWare HDMI QP I2C bus driver
[ 4.781633] rockchip-drm display-subsystem: bound fdea0000.hdmi (ops dw_hdmi_qp_rockchip_ops [rockchipdrm])
[ 4.782594] rockchip-drm display-subsystem: bound fde30000.dsi (ops dw_mipi_dsi2_rockchip_ops [rockchipdrm])
[ 4.789491] [drm] Initialized rockchip 1.0.0 for display-subsystem on minor 0
[ 4.792040] nvme nvme0: pci function 0000:01:00.0
[ 4.792466] nvme 0000:01:00.0: enabling device (0000 -> 0002)
[ 4.803284] hwmon hwmon0: temp1_input not attached to any thermal zone
[ 4.803308] hwmon hwmon0: temp2_input not attached to any thermal zone
[ 4.803327] hwmon hwmon0: temp3_input not attached to any thermal zone
[ 4.803851] nvme nvme0: allocated 8 MiB host memory buffer (1 segment).
[ 4.812648] nvme nvme0: 8/0/0 default/read/poll queues
[ 4.826290] nvme nvme0: Ignoring bogus Namespace Identifiers
[ 4.853238] usb 1-1.4: new full-speed USB device number 4 using ehci-platform
[ 4.894767] Console: switching to colour frame buffer device 240x67
[ 4.914528] rockchip-drm display-subsystem: [drm] fb0: rockchipdrmfb frame buffer device
[ 5.052913] usb 1-1.4: New USB device found, idVendor=1209, idProduct=6d02, bcdDevice= 1.00
[ 5.053678] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5.054332] usb 1-1.4: Product: MNT Reform Keyboard 4.0 Neo2/LT
[ 5.054862] usb 1-1.4: Manufacturer: MNT Research
[ 5.055283] usb 1-1.4: SerialNumber: RP2040
[ 5.080238] usbcore: registered new device driver onboard-usb-dev
[ 5.092988] usb 6-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 5.109554] usb 6-1: New USB device found, idVendor=0451, idProduct=8140, bcdDevice= 1.00
[ 5.110352] usb 6-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 5.135804] hid: raw HID events driver (C) Jiri Kosina
[ 5.144945] hub 6-1:1.0: USB hub found
[ 5.145673] hub 6-1:1.0: 4 ports detected
[ 5.178137] usbcore: registered new interface driver usbhid
[ 5.178655] usbhid: USB HID core driver
[ 5.200383] input: MNT Research Reform Trackball (RP2040) as /devices/platform/fc800000.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:CAFE:4008.0001/input/input0
[ 5.202014] hid-generic 0003:CAFE:4008.0001: input,hidraw0: USB HID v1.11 Mouse [MNT Research Reform Trackball (RP2040)] on usb-fc800000.usb-1.3/input0
[ 5.203596] input: MNT Research MNT Reform Keyboard 4.0 Neo2/LT Keyboard as /devices/platform/fc800000.usb/usb1/1-1/1-1.4/1-1.4:1.0/0003:1209:6D02.0002/input/input1
[ 5.321529] hid-generic 0003:1209:6D02.0002: input,hidraw1: USB HID v1.11 Keyboard [MNT Research MNT Reform Keyboard 4.0 Neo2/LT] on usb-fc800000.usb-1.4/input0
[ 5.666725] mc: Linux media interface: v0.10
[ 5.718790] videodev: Linux video capture interface: v2.00
[ 5.752540] meson_vdec: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.628613] mmcblk1: p1 p2
[ 14.693004] random: crng init done
[ 16.097336] rockchip-pm-domain fd8d8000.power-management:power-controller: sync_state() pending due to fb000000.gpu
[ 16.098340] rockchip-pm-domain fd8d8000.power-management:power-controller: sync_state() pending due to fdb50000.video-codec
[ 16.099402] rockchip-pm-domain fd8d8000.power-management:power-controller: sync_state() pending due to fdb80000.rga
[ 16.100413] rockchip-pm-domain fd8d8000.power-management:power-controller: sync_state() pending due to fdba0000.video-codec
[ 16.101514] rockchip-pm-domain fd8d8000.power-management:power-controller: sync_state() pending due to fdba4000.video-codec
[ 16.104930] rockchip-pm-domain fd8d8000.power-management:power-controller: sync_state() pending due to fdba8000.video-codec
[ 16.108254] rockchip-pm-domain fd8d8000.power-management:power-controller: sync_state() pending due to fdbac000.video-codec
[ 16.111602] rockchip-pm-domain fd8d8000.power-management:power-controller: sync_state() pending due to fdc70000.video-codec
[ 16.114916] rockchip-pm-domain fd8d8000.power-management:power-controller: sync_state() pending due to fe470000.i2s
[ 16.118184] rockchip-pm-domain fd8d8000.power-management:power-controller: sync_state() pending due to fddf4000.i2s
[ 26.953956] EXT4-fs (mmcblk1p2): orphan cleanup on readonly fs
[ 26.956003] EXT4-fs (mmcblk1p2): mounted filesystem c07dd3ea-50ed-5f05-993e-d58e3b197f60 ro with ordered data mode. Quota mode: none.
[ 27.123845] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[ 27.877290] systemd[1]: Inserted module 'autofs4'
[ 28.007393] systemd[1]: systemd 259~rc2-1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE)
[ 28.013794] systemd[1]: Detected architecture arm64.
[ 28.043384] systemd[1]: Initializing machine ID from random generator.
[ 28.045213] systemd[1]: Installed transient '/etc/machine-id' file.
[ 28.056083] systemd[1]: Hostname set to <reform>.
[ 28.230122] systemd[1]: bpf-restrict-fs: Failed to load BPF object: No such process
[ 29.600330] dw-apb-uart feb50000.serial: forbid DMA for kernel console
[ 30.009551] systemd[1]: Queued start job for default target graphical.target.
[ 30.075999] systemd[1]: Created slice system-cups.slice - CUPS Slice.
[ 30.081323] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 30.086423] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 30.090283] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty.
[ 30.094173] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ 30.097758] systemd[1]: Created slice user.slice - User and Session Slice.
[ 30.102141] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[ 30.105150] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 30.108265] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 30.111105] systemd[1]: Expecting device dev-disk-by\x2dlabel-reformsdboot.device - /dev/disk/by-label/reformsdboot...
[ 30.115090] systemd[1]: Expecting device dev-ttyS2.device - /dev/ttyS2...
[ 30.117329] systemd[1]: Reached target imports.target - Image Downloads.
[ 30.119444] systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups.
[ 30.121636] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[ 30.123655] systemd[1]: Reached target slices.target - Slice Units.
[ 30.125598] systemd[1]: Reached target swap.target - Swaps.
[ 30.127632] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[ 30.131370] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[ 30.136962] systemd[1]: Listening on systemd-ask-password.socket - Query the User Interactively for a Password.
[ 30.142257] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
[ 30.147592] systemd[1]: Listening on systemd-factory-reset.socket - Factory Reset Management.
[ 30.150595] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 30.153444] systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
[ 30.159530] systemd[1]: Listening on systemd-mute-console.socket - Console Output Muting Service Socket.
[ 30.162517] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 30.164720] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 30.167040] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 30.169800] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 30.172613] systemd[1]: Listening on systemd-udevd-varlink.socket - udev Varlink Socket.
[ 30.178640] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[ 30.182682] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 30.186829] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 30.191488] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 30.195112] systemd[1]: tmp.mount: x-systemd.graceful-option=usrquota specified, but option is not available, suppressing.
[ 30.218655] systemd[1]: Mounting tmp.mount - Temporary Directory /tmp...
[ 30.223846] systemd[1]: Starting blk-availability.service - Availability of block devices...
[ 30.228183] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[ 30.233727] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 30.238290] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 30.243170] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 30.247201] systemd[1]: modprobe@drm.service - Load Kernel Module drm was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!drm).
[ 30.250997] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 30.253900] systemd[1]: modprobe@fuse.service - Load Kernel Module fuse was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!fuse).
[ 30.257371] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[ 30.262686] systemd[1]: Starting modprobe@nvme_fabrics.service - Load Kernel Module nvme_fabrics...
[ 30.266976] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[ 30.269786] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[ 30.301867] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 30.345785] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 30.348790] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 30.352706] systemd[1]: systemd-pcrproduct.service - TPM NvPCR Product ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 30.356228] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 30.359054] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 30.362706] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
[ 30.368522] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 30.374424] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[ 30.377494] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 30.382323] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 30.385230] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ 30.388135] systemd[1]: Mounted tmp.mount - Temporary Directory /tmp.
[ 30.391074] systemd[1]: Finished blk-availability.service - Availability of block devices.
[ 30.452670] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout.
[ 30.454548] systemd-journald[473]: Collecting audit messages is disabled.
[ 30.458834] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 30.462961] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 30.464815] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[ 30.469365] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 30.471182] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ 30.474213] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[ 30.476322] EXT4-fs (mmcblk1p2): re-mounted c07dd3ea-50ed-5f05-993e-d58e3b197f60 r/w.
[ 30.479913] systemd[1]: modprobe@nvme_fabrics.service: Deactivated successfully.
[ 30.482989] systemd[1]: Finished modprobe@nvme_fabrics.service - Load Kernel Module nvme_fabrics.
[ 30.486152] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[ 30.487512] i2c_dev: i2c /dev entries driver
[ 30.492346] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[ 30.505250] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because no trigger condition checks were met.
[ 30.507374] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[ 30.522743] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
[ 30.527253] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[ 30.530271] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 30.532431] systemd[1]: systemd-pcrnvdone.service - TPM PCR NvPCR Initialization Separator was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 30.535243] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[ 30.539192] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials.
[ 30.543511] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[ 30.547788] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[ 30.550564] systemd[1]: Started systemd-journald.service - Journal Service.
[ 30.615773] systemd-journald[473]: Received client request to flush runtime journal.
[ 30.799001] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 30.803350] device-mapper: uevent: version 1.0.3
[ 30.807272] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[ 31.672486] reform2_lpc: loading out-of-tree module taints kernel.
[ 31.674754] reform2_lpc: module verification failed: signature and/or required key missing - tainting kernel
[ 31.685582] wm8960 6-001a: supply DCVDD not found, using dummy regulator
[ 31.687299] wm8960 6-001a: supply DBVDD not found, using dummy regulator
[ 31.688214] input: rk805 pwrkey as /devices/platform/feb20000.spi/spi_master/spi2/spi2.0/rk805-pwrkey.3.auto/input/input2
[ 31.688727] wm8960 6-001a: supply AVDD not found, using dummy regulator
[ 31.693566] wm8960 6-001a: supply SPKVDD1 not found, using dummy regulator
[ 31.695827] wm8960 6-001a: supply SPKVDD2 not found, using dummy regulator
[ 31.704027] rockchip-pm-domain fd8d8000.power-management:power-controller: supply domain not found, using dummy regulator
[ 31.711406] panthor fb000000.gpu: [drm] clock rate = 198000000
[ 31.734201] panthor fb000000.gpu: EM: created perf domain
[ 31.740313] rockchip-rga fdb80000.rga: HW Version: 0x03.02
[ 31.744825] rockchip-rga fdb80000.rga: Registered rockchip-rga as /dev/video0
[ 31.753612] panthor fb000000.gpu: [drm] mali-g610 id 0xa867 major 0x0 minor 0x0 status 0x5
[ 31.755970] panthor fb000000.gpu: [drm] Features: L2:0x7120306 Tiler:0x809 Mem:0x301 MMU:0x2830 AS:0xff
[ 31.758501] panthor fb000000.gpu: [drm] shader_present=0x50005 l2_present=0x1 tiler_present=0x1
[ 31.819583] panthor fb000000.gpu: [drm] Firmware protected mode entry not be supported, ignoring
[ 31.822324] hantro-vpu fdb50000.video-codec: registered rockchip,rk3568-vpu-dec as /dev/video1
[ 31.823847] panthor fb000000.gpu: [drm] Firmware git sha: 95a25d71030715381f33105394285e1dcc860a65
[ 31.826602] panthor fb000000.gpu: [drm] CSF FW using interface v1.5.0, Features 0x0 Instrumentation features 0x71
[ 31.836388] [drm] Initialized panthor 1.5.0 for fb000000.gpu on minor 1
[ 31.836432] hantro-vpu fdba0000.video-codec: registered rockchip,rk3588-vepu121-enc as /dev/video2
[ 31.840482] hantro-vpu fdba4000.video-codec: missing multi-core support, ignoring this instance
[ 31.843163] hantro-vpu fdba8000.video-codec: missing multi-core support, ignoring this instance
[ 31.846395] hantro-vpu fdbac000.video-codec: missing multi-core support, ignoring this instance
[ 31.852964] reform2_lpc spi1.0: version: 0 ()
[ 31.866494] hantro-vpu fdc70000.video-codec: registered rockchip,rk3588-av1-vpu-dec as /dev/video3
[ 32.201790] EXT4-fs (mmcblk1p1): mounted filesystem a9bc611a-55f3-5deb-ba57-4cb79243472d r/w with ordered data mode. Quota mode: none.
[ 44.880434] nvme nvme0: using unchecked data buffer
[ 45.144125] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 45.149127] Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[ 45.150749] Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[ 45.150961] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 45.151160] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 45.798942] rk_gmac-dwmac fe1b0000.ethernet end0: Register MEM_TYPE_PAGE_POOL RxQ-0
[ 45.803639] rk_gmac-dwmac fe1b0000.ethernet end0: Register MEM_TYPE_PAGE_POOL RxQ-1
[ 45.875264] rk_gmac-dwmac fe1b0000.ethernet end0: PHY [stmmac-0:00] driver [Micrel KSZ9031 Gigabit PHY] (irq=POLL)
[ 45.888899] dwmac4: Master AXI performs any burst length
[ 45.891225] rk_gmac-dwmac fe1b0000.ethernet end0: No Safety Features support found
[ 45.892836] rk_gmac-dwmac fe1b0000.ethernet end0: IEEE 1588-2008 Advanced Timestamp supported
[ 45.896167] rk_gmac-dwmac fe1b0000.ethernet end0: registered PTP clock
[ 45.905746] rk_gmac-dwmac fe1b0000.ethernet end0: configuring for phy/rgmii link mode
[ 46.779142] NET: Registered PF_QIPCRTR protocol family
[ 49.989729] rk_gmac-dwmac fe1b0000.ethernet end0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 56.054762] hdmi-audio-codec hdmi-audio-codec.6.auto: HDMI: Unknown ELD version 0
[ 56.059014] hdmi-audio-codec hdmi-audio-codec.6.auto: HDMI: Unknown ELD version 0
[ 56.534670] hdmi-audio-codec hdmi-audio-codec.6.auto: HDMI: Unknown ELD version 0
[ 56.603901] hdmi-audio-codec hdmi-audio-codec.6.auto: HDMI: Unknown ELD version 0
[ 56.604779] hdmi-audio-codec hdmi-audio-codec.6.auto: HDMI: Unknown ELD version 0
[ 98.391721] hdmi-audio-codec hdmi-audio-codec.6.auto: HDMI: Unknown ELD version 0
[ 98.394516] hdmi-audio-codec hdmi-audio-codec.6.auto: HDMI: Unknown ELD version 0
[ 98.440952] hdmi-audio-codec hdmi-audio-codec.6.auto: HDMI: Unknown ELD version 0
[ 98.445270] hdmi-audio-codec hdmi-audio-codec.6.auto: HDMI: Unknown ELD version 0
[ 98.446133] hdmi-audio-codec hdmi-audio-codec.6.auto: HDMI: Unknown ELD version 0
[ 108.382672] rfkill: input handler disabled
[ 112.913687] hdmi-audio-codec hdmi-audio-codec.6.auto: HDMI: Unknown ELD version 0
[ 112.916484] hdmi-audio-codec hdmi-audio-codec.6.auto: HDMI: Unknown ELD version 0
[ 112.956810] hdmi-audio-codec hdmi-audio-codec.6.auto: HDMI: Unknown ELD version 0
[ 112.968535] hdmi-audio-codec hdmi-audio-codec.6.auto: HDMI: Unknown ELD version 0
[ 112.969557] hdmi-audio-codec hdmi-audio-codec.6.auto: HDMI: Unknown ELD version 0
[ 113.074794] rfkill: input handler enabled
[ 124.263336] rfkill: input handler disabled
[ 125.007199] panthor fb000000.gpu: [drm] *ERROR* Unhandled Page fault in AS2 at VA 0x0000800000015040
raw fault status: 0x7CD002C3
decoded fault status: SLAVE FAULT
exception type 0xC3: TRANSLATION_FAULT_3
access type 0x2: READ
source id 0x7CD0
This suggests that it might have something to do with your custom system configuration.
Does anything interesting show up when you run “sudo reform-check”?