Skip to content

Instantly share code, notes, and snippets.

@lucmann
Created February 27, 2026 22:39
Show Gist options
  • Select an option

  • Save lucmann/4cd8f78a78cdac2203d57e2b26f3ed5e to your computer and use it in GitHub Desktop.

Select an option

Save lucmann/4cd8f78a78cdac2203d57e2b26f3ed5e to your computer and use it in GitHub Desktop.
hikey970-v6.19-dsi-cannot-find-GPIO-chip
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.19.0-rc6-gc3d582ecc93e-dirty (luc@vostro) (aarch64-linux-gnu-gcc (GCC) 15.1.0, GNU ld (GNU Binutils) 2.44) #33 SMP PREEMPT Sat Feb 28 05:49:26 CST 2026
[ 0.000000] KASLR disabled due to lack of seed
[ 0.000000] Machine model: HiKey970
[ 0.000000] earlycon: pl11 at MMIO 0x00000000fff32000 (options '115200')
[ 0.000000] printk: legacy bootconsole [pl11] enabled
[ 0.000000] doing early options: loglevel='7'
[ 0.000000] efi: EFI v2.6 by EDK II
[ 0.000000] efi: MEMATTR=0xbe637018 MEMRESERVE=0xba404c18
[ 0.000000] Reserved memory: created DMA memory pool at 0x0000000032200000, size 128 MiB
[ 0.000000] OF: reserved mem: initialized node drm_dma_mem_region, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x0000000032200000..0x000000003a1fffff (131072 KiB) nomap non-reusable drm_dma_mem_region
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000001bfffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x00000000167fffff]
[ 0.000000] node 0: [mem 0x0000000016988000-0x00000000209fffff]
[ 0.000000] node 0: [mem 0x0000000020b00000-0x00000000320fffff]
[ 0.000000] node 0: [mem 0x0000000032101000-0x00000000321fffff]
[ 0.000000] node 0: [mem 0x0000000032200000-0x000000003a1fffff]
[ 0.000000] node 0: [mem 0x000000003a200000-0x000000008e0fffff]
[ 0.000000] node 0: [mem 0x000000008e240000-0x00000000ba3effff]
[ 0.000000] node 0: [mem 0x00000000ba3f0000-0x00000000ba3fffff]
[ 0.000000] node 0: [mem 0x00000000ba400000-0x00000000ba438fff]
[ 0.000000] node 0: [mem 0x00000000ba439000-0x00000000ba43cfff]
[ 0.000000] node 0: [mem 0x00000000ba43d000-0x00000000ba44ffff]
[ 0.000000] node 0: [mem 0x00000000ba450000-0x00000000ba68ffff]
[ 0.000000] node 0: [mem 0x00000000ba690000-0x00000000bf65ffff]
[ 0.000000] node 0: [mem 0x00000000bf660000-0x00000000bf69ffff]
[ 0.000000] node 0: [mem 0x00000000bf6a0000-0x00000000bf6affff]
[ 0.000000] node 0: [mem 0x00000000bf6b0000-0x00000000bf6fffff]
[ 0.000000] node 0: [mem 0x00000000bf700000-0x00000000bfffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x00000001bfffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000001bfffffff]
[ 0.000000] On node 0, zone DMA: 392 pages in unavailable ranges
[ 0.000000] On node 0, zone DMA: 256 pages in unavailable ranges
[ 0.000000] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.000000] On node 0, zone DMA: 320 pages in unavailable ranges
[ 0.000000] cma: Reserved 64 MiB at 0x00000000b0000000
[ 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 23 pages/cpu s56088 r8192 d29928 u94208
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: BOOT_IMAGE=/Image-hikey970-v6.19.0-rc2.gz earlycon=pl011,0xfff32000,115200 clk_ignore_unused=true console=tty0 console=ttyAMA6,115200n8 root=/dev/mmcblk0p2 rootwait rw debug loglevel=7 initcall_debug efi=noruntime dw_mmc.debug=1
[ 0.000000] printk: log_buf_len individual max cpu contribution: 4096 bytes
[ 0.000000] printk: log_buf_len total cpu_extra contributions: 28672 bytes
[ 0.000000] printk: log_buf_len min size: 16384 bytes
[ 0.004184] EFI runtime services will be disabled.
[ 0.009308] smp: Bringing up secondary CPUs ...
[ 0.014409] Detected VIPT I-cache on CPU1
[ 0.014476] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.015024] Detected VIPT I-cache on CPU2
[ 0.015057] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.015551] Detected VIPT I-cache on CPU3
[ 0.015583] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.016582] CPU features: detected: Spectre-v2
[ 0.016590] CPU features: detected: Spectre-v4
[ 0.016593] CPU features: detected: Spectre-BHB
[ 0.016595] CPU features: detected: ARM erratum 858921
[ 0.016600] Detected VIPT I-cache on CPU4
[ 0.016630] arch_timer: Enabling local workaround for ARM erratum 858921
[ 0.016639] arch_timer: CPU4: Trapping CNTVCT access
[ 0.016644] CPU4: Booted secondary processor 0x0000000100 [0x410fd092]
[ 0.017147] Detected VIPT I-cache on CPU5
[ 0.017166] arch_timer: Enabling local workaround for ARM erratum 858921
[ 0.017170] arch_timer: CPU5: Trapping CNTVCT access
[ 0.017175] CPU5: Booted secondary processor 0x0000000101 [0x410fd092]
[ 0.017654] Detected VIPT I-cache on CPU6
[ 0.017673] arch_timer: Enabling local workaround for ARM erratum 858921
[ 0.017678] arch_timer: CPU6: Trapping CNTVCT access
[ 0.017683] CPU6: Booted secondary processor 0x0000000102 [0x410fd092]
[ 0.018216] Detected VIPT I-cache on CPU7
[ 0.018235] arch_timer: Enabling local workaround for ARM erratum 858921
[ 0.018240] arch_timer: CPU7: Trapping CNTVCT access
[ 0.018245] CPU7: Booted secondary processor 0x0000000103 [0x410fd092]
[ 0.018295] smp: Brought up 1 node, 8 CPUs
[ 0.162734] SMP: Total of 8 processors activated.
[ 0.167490] CPU: All CPU(s) started at EL2
[ 0.171660] CPU features: detected: 32-bit EL0 Support
[ 0.176852] CPU features: detected: 32-bit EL1 Support
[ 0.182054] CPU features: detected: CRC32 instructions
[ 0.187251] CPU features: detected: PMUv3
[ 0.191342] alternatives: applying system-wide alternatives
[ 0.198147] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
[ 0.206892] Memory: 5860964K/6287580K available (17216K kernel code, 2194K rwdata, 9652K rodata, 3072K init, 361K bss, 357028K reserved, 65536K cma-reserved)
[ 0.223446] devtmpfs: initialized
[ 0.233702] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.243597] posixtimers hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.251193] futex hash table entries: 2048 (131072 bytes on 1 NUMA nodes, total 128 KiB, linear).
[ 0.261208] 24592 pages in range for non-PLT usage
[ 0.261214] 516112 pages in range for PLT usage
[ 0.273504] DMI not present or invalid.
[ 0.279297] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.286431] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.293840] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.301814] audit: initializing netlink subsys (disabled)
[ 0.307435] audit: type=2000 audit(0.208:1): state=initialized audit_enabled=0 res=1
[ 0.318241] thermal_sys: Registered thermal governor 'fair_share'
[ 0.324470] cpuidle: using governor ladder
[ 0.328639] cpuidle: using governor menu
[ 0.332969] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.339976] ASID allocator initialised with 65536 entries
[ 0.347678] Serial: AMBA PL011 UART driver
[ 0.352725] of_irq_parse_raw: /interrupt-controller@e82b0000:00000001,0000000d,0000ff08
[ 0.360964] of_irq_parse_raw: /interrupt-controller@e82b0000:00000001,0000000e,0000ff08
[ 0.369182] of_irq_parse_raw: /interrupt-controller@e82b0000:00000001,0000000b,0000ff08
[ 0.377400] of_irq_parse_raw: /interrupt-controller@e82b0000:00000001,0000000a,0000ff08
[ 0.385897] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000004a,00000004
[ 0.394201] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000004c,00000004
[ 0.402503] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000004f,00000004
[ 0.410811] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000008f,00000004
[ 0.419080] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000054,00000004
[ 0.427358] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000055,00000004
[ 0.435638] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000056,00000004
[ 0.443918] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000057,00000004
[ 0.452196] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000058,00000004
[ 0.460471] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000059,00000004
[ 0.468747] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000005a,00000004
[ 0.477026] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000005b,00000004
[ 0.485306] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000005c,00000004
[ 0.493585] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000005d,00000004
[ 0.501865] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000005e,00000004
[ 0.510143] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000005f,00000004
[ 0.518422] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000060,00000004
[ 0.526701] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000061,00000004
[ 0.534978] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000062,00000004
[ 0.543259] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000063,00000004
[ 0.551536] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000064,00000004
[ 0.559818] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000065,00000004
[ 0.568101] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000066,00000004
[ 0.576380] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000067,00000004
[ 0.584658] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000068,00000004
[ 0.592935] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000069,00000004
[ 0.601215] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000006a,00000004
[ 0.609494] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000006b,00000004
[ 0.617774] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000006c,00000004
[ 0.626051] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000006d,00000004
[ 0.634330] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000006e,00000004
[ 0.642608] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000006f,00000004
[ 0.650888] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000008d,00000004
[ 0.659169] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000116,00000004
[ 0.667465] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000008b,00000004
[ 0.675869] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000008c,00000004
[ 0.684226] of_irq_parse_raw: /soc/gpio@fff0b000:00000001,00000001
[ 0.690654] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000052,00000004
[ 0.699021] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 0.731712] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,000000f5,00000004
[ 0.740745] /dpe@e8600000: Fixed dependency cycle(s) with /dsi@e8601000
[ 0.747543] /soc/i2c@fdf0d000/adv7533@39: Fixed dependency cycle(s) with /dsi@e8601000
[ 0.755648] /dsi@e8601000: Fixed dependency cycle(s) with /soc/i2c@fdf0d000/adv7533@39
[ 0.763678] /dsi@e8601000: Fixed dependency cycle(s) with /dpe@e8600000
[ 0.772759] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.779630] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.785965] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.792827] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.799161] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.806020] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.812355] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.819214] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.827229] ACPI: Interpreter disabled.
[ 0.832313] iommu: Default domain type: Translated
[ 0.832317] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.844484] SCSI subsystem initialized
[ 0.849137] usbcore: registered new interface driver usbfs
[ 0.854733] usbcore: registered new interface driver hub
[ 0.860144] usbcore: registered new device driver usb
[ 0.865747] mc: Linux media interface: v0.10
[ 0.870179] videodev: Linux video capture interface: v2.00
[ 0.875928] pps_core: LinuxPPS API ver. 1 registered
[ 0.880948] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.890224] PTP clock support registered
[ 0.895416] Advanced Linux Sound Architecture Driver Initialized.
[ 0.902573] Bluetooth: Core ver 2.22
[ 0.906227] NET: Registered PF_BLUETOOTH protocol family
[ 0.911594] Bluetooth: HCI device and connection manager initialized
[ 0.918025] Bluetooth: HCI socket layer initialized
[ 0.922956] Bluetooth: L2CAP socket layer initialized
[ 0.928091] Bluetooth: SCO socket layer initialized
[ 0.933516] vgaarb: loaded
[ 0.936741] clocksource: Switched to clocksource arch_sys_counter
[ 0.943411] VFS: Disk quotas dquot_6.6.0
[ 0.947392] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.955032] pnp: PnP ACPI: disabled
[ 0.959688] NET: Registered PF_INET protocol family
[ 0.964844] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.976380] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.985089] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.992932] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 1.001235] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 1.010094] TCP: Hash tables configured (established 65536 bind 65536)
[ 1.016870] UDP hash table entries: 4096 (order: 6, 262144 bytes, linear)
[ 1.023917] UDP-Lite hash table entries: 4096 (order: 6, 262144 bytes, linear)
[ 1.031605] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 1.038475] PCI: CLS 0 bytes, default 64
[ 1.046558] kvm [1]: nv: 568 coarse grained trap handlers
[ 1.052446] kvm [1]: IPA Size Limit: 40 bits
[ 1.058529] kvm [1]: vgic interrupt IRQ9
[ 1.062528] kvm [1]: Hyp nVHE mode initialized successfully
[ 1.070778] Initialise system trusted keyrings
[ 1.075495] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[ 1.082587] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.088596] fuse: init (API version 7.45)
[ 1.092857] 9p: Installing v9fs 9p2000 file system support
[ 1.099313] cryptd: max_cpu_qlen set to 1000
[ 1.144389] Key type asymmetric registered
[ 1.148549] Asymmetric key parser 'x509' registered
[ 1.153591] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 1.161085] io scheduler mq-deadline registered
[ 1.165678] io scheduler kyber registered
[ 1.169776] io scheduler bfq registered
[ 1.180039] pinctrl-single e896c000.pinmux: 459 pins, size 1836
[ 1.189317] pinctrl-single fff11000.pinmux: 463 pins, size 1852
[ 1.197993] pinctrl-single e896c800.pinmux: 459 pins, size 1836
[ 1.204835] pinctrl-single fc182000.pinmux: 10 pins, size 40
[ 1.210952] pinctrl-single fc182800.pinmux: 10 pins, size 40
[ 1.217106] pinctrl-single ff37e000.pinmux: 12 pins, size 48
[ 1.223231] pinctrl-single ff37e800.pinmux: 12 pins, size 48
[ 1.231756] pinctrl-single fff11800.pinmux: 463 pins, size 1852
[ 1.241070] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000054,00000004
[ 1.250047] pl061_gpio e8a0b000.gpio: PL061 GPIO chip registered
[ 1.256260] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000055,00000004
[ 1.264992] pl061_gpio e8a0c000.gpio: PL061 GPIO chip registered
[ 1.271200] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000056,00000004
[ 1.279887] pl061_gpio e8a0d000.gpio: PL061 GPIO chip registered
[ 1.286093] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000057,00000004
[ 1.294792] pl061_gpio e8a0e000.gpio: PL061 GPIO chip registered
[ 1.300992] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000058,00000004
[ 1.309684] pl061_gpio e8a0f000.gpio: PL061 GPIO chip registered
[ 1.315881] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000059,00000004
[ 1.324575] pl061_gpio e8a10000.gpio: PL061 GPIO chip registered
[ 1.330775] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000005a,00000004
[ 1.339661] pl061_gpio e8a11000.gpio: PL061 GPIO chip registered
[ 1.345861] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000005b,00000004
[ 1.354558] pl061_gpio e8a12000.gpio: PL061 GPIO chip registered
[ 1.360767] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000005c,00000004
[ 1.369465] pl061_gpio e8a13000.gpio: PL061 GPIO chip registered
[ 1.375670] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000005d,00000004
[ 1.384370] pl061_gpio e8a14000.gpio: PL061 GPIO chip registered
[ 1.390571] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000005e,00000004
[ 1.399286] pl061_gpio e8a15000.gpio: PL061 GPIO chip registered
[ 1.405487] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000005f,00000004
[ 1.414179] pl061_gpio e8a16000.gpio: PL061 GPIO chip registered
[ 1.420381] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000060,00000004
[ 1.429087] pl061_gpio e8a17000.gpio: PL061 GPIO chip registered
[ 1.435289] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000061,00000004
[ 1.443973] pl061_gpio e8a18000.gpio: PL061 GPIO chip registered
[ 1.450180] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000062,00000004
[ 1.458864] pl061_gpio e8a19000.gpio: PL061 GPIO chip registered
[ 1.465063] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000063,00000004
[ 1.473763] pl061_gpio e8a1a000.gpio: PL061 GPIO chip registered
[ 1.479966] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000064,00000004
[ 1.488673] pl061_gpio e8a1b000.gpio: PL061 GPIO chip registered
[ 1.494874] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000065,00000004
[ 1.503576] pl061_gpio e8a1c000.gpio: PL061 GPIO chip registered
[ 1.509776] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000066,00000004
[ 1.518493] pl061_gpio fff28000.gpio: PL061 GPIO chip registered
[ 1.524695] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000067,00000004
[ 1.533394] pl061_gpio fff29000.gpio: PL061 GPIO chip registered
[ 1.539593] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000068,00000004
[ 1.548289] pl061_gpio e8a1f000.gpio: PL061 GPIO chip registered
[ 1.554490] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000069,00000004
[ 1.563194] pl061_gpio e8a20000.gpio: PL061 GPIO chip registered
[ 1.569395] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000006a,00000004
[ 1.578147] pl061_gpio fff0b000.gpio: PL061 GPIO chip registered
[ 1.584358] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000006b,00000004
[ 1.593063] pl061_gpio fff0c000.gpio: PL061 GPIO chip registered
[ 1.599263] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000006c,00000004
[ 1.607960] pl061_gpio fff0d000.gpio: PL061 GPIO chip registered
[ 1.614162] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000006d,00000004
[ 1.623041] pl061_gpio fff0e000.gpio: PL061 GPIO chip registered
[ 1.629250] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000006e,00000004
[ 1.637949] pl061_gpio fff0f000.gpio: PL061 GPIO chip registered
[ 1.644152] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000006f,00000004
[ 1.652861] pl061_gpio fff10000.gpio: PL061 GPIO chip registered
[ 1.659065] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000008d,00000004
[ 1.667770] pl061_gpio fff1d000.gpio: PL061 GPIO chip registered
[ 1.674810] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.702363] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 1.711871] msm_serial: driver initialized
[ 1.716145] SuperH (H)SCI(F) driver initialized
[ 1.722766] mipi_dsi_driver_register_full
[ 1.726875] adv7511_init
[ 1.729430] mipi_dsi_driver_register_full
[ 1.741946] brd: module loaded
[ 1.752587] loop: module loaded
[ 1.761531] tun: Universal TUN/TAP device driver, 1.6
[ 1.766917] CAN device driver interface
[ 1.771605] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.771609] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.782688] igb: Intel(R) Gigabit Ethernet Network Driver
[ 1.788143] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.793863] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 1.800195] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.806261] sky2: driver version 1.30
[ 1.810339] PPP generic driver version 2.4.2
[ 1.814886] PPP BSD Compression module registered
[ 1.819661] PPP Deflate Compression module registered
[ 1.824784] PPP MPPE Compression module registered
[ 1.829880] usbcore: registered new interface driver asix
[ 1.835426] usbcore: registered new interface driver ax88179_178a
[ 1.841667] usbcore: registered new interface driver cdc_ether
[ 1.847644] usbcore: registered new interface driver net1080
[ 1.853451] usbcore: registered new interface driver cdc_subset
[ 1.859518] usbcore: registered new interface driver zaurus
[ 1.865247] usbcore: registered new interface driver cdc_ncm
[ 1.871271] VFIO - User Level meta-driver version: 0.3
[ 1.879458] usbcore: registered new interface driver usb-storage
[ 1.886972] mousedev: PS/2 mouse device common for all mice
[ 1.892831] usbcore: registered new interface driver xpad
[ 1.898367] usbcore: registered new interface driver usb_acecad
[ 1.904430] usbcore: registered new interface driver aiptek
[ 1.910145] usbcore: registered new interface driver hanwang
[ 1.915946] usbcore: registered new interface driver kbtab
[ 1.922766] i2c_dev: i2c /dev entries driver
[ 1.928104] usbcore: registered new interface driver uvcvideo
[ 1.935356] device-mapper: uevent: version 1.0.3
[ 1.940184] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[ 1.949305] Bluetooth: HCI UART driver ver 2.3
[ 1.953799] Bluetooth: HCI UART protocol H4 registered
[ 1.959533] sdhci: Secure Digital Host Controller Interface driver
[ 1.965782] sdhci: Copyright(c) Pierre Ossman
[ 1.970334] Synopsys Designware Multimedia Card Interface Driver
[ 1.976931] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.982790] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000
[ 1.989389] ,0000008b,00000004
[ 1.992577] dwmmc_k3 ff37f000.dwmmc1: fifo-depth property not found, using value of FIFOTH register as default
[ 2.002686] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000116,00000004
[ 2.010876]
[ 2.012379]
[ 2.013894]
[ 2.015697] ufshcd-hisi ff3c0000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
[ 2.026428] ufshcd-hisi ff3c0000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
[ 2.026434] dwmmc_k3 ff37f000.dwmmc1: IDMAC supports 64-bit address mode.
[ 2.036804] ufshcd-hisi ff3c0000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
[ 2.043669] dwmmc_k3 ff37f000.dwmmc1: Using internal DMA controller.
[ 2.054114] ufshcd-hisi ff3c0000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
[ 2.060527] dwmmc_k3 ff37f000.dwmmc1: Version ID is 270a
[ 2.076451] ufshcd-hisi ff3c0000.ufs: invalid ref_clk setting = 3200000
[ 2.076454] dwmmc_k3 ff37f000.dwmmc1: DW MMC controller at irq 43,32 bit host data width,256 deep fifo
[ 2.092905] dwmmc_k3 ff37f000.dwmmc1: Got CD GPIO
[ 2.110785] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 2.121842] scsi host0: ufshcd
[ 2.169120] scsi 0:0:0:49488: Well-known LUN SAMSUNG KLUCG4J1ED-B0C1 0300 PQ: 0 ANSI: 6
[ 2.178329] hid: raw HID events driver (C) Jiri Kosina
[ 2.179486] scsi 0:0:0:49476: Well-known LUN SAMSUNG KLUCG4J1ED-B0C1 0300 PQ: 0 ANSI: 6
** 184 printk messages dropped **
[ 2.188672] usbcore: registered new interface driver usbhid
[ 2.188676] usbhid: USB HID core driver
[ 2.188899] [drm] the device node is dpe
[ 2.188920] [drm] the device remote node is dsi
[ 2.189758] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 2.192430] u32 classifier
[ 2.192432] input device check on
[ 2.192434] Actions configured
[ 2.233092] sd 0:0:0:0: [sda] 1024 4096-byte logical blocks: (4.19 MB/4.00 MiB)
[ 2.233150] sd 0:0:0:0: [sda] Write Protect is off
[ 2.233255] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 2.233306] sd 0:0:0:0: [sda] Preferred minimum I/O size 8192 bytes
[ 2.233309] sd 0:0:0:0: [sda] Optimal transfer size 8192 bytes
[ 2.252627] scsi 0:0:0:1: Direct-Access SAMSUNG KLUCG4J1ED-B0C1 0300 PQ: 0 ANSI: 6
[ 2.254102] sd 0:0:0:1: [sdb] 1024 4096-byte logical blocks: (4.19 MB/4.00 MiB)
[ 2.254160] sd 0:0:0:1: [sdb] Write Protect is off
[ 2.254267] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 2.254293] scsi 0:0:0:2: Direct-Access SAMSUNG KLUCG4J1ED-B0C1 0300 PQ: 0 ANSI: 6
[ 2.254311] sd 0:0:0:1: [sdb] Preferred minimum I/O size 8192 bytes
[ 2.254315] sd 0:0:0:1: [sdb] Optimal transfer size 8192 bytes
[ 2.255746] sd 0:0:0:2: [sdc] 2048 4096-byte logical blocks: (8.39 MB/8.00 MiB)
[ 2.255808] sd 0:0:0:2: [sdc] Write Protect is off
[ 2.255831] scsi 0:0:0:3: Direct-Access SAMSUNG KLUCG4J1ED-B0C1 0300 PQ: 0 ANSI: 6
[ 2.255918] sd 0:0:0:2: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 2.255969] sd 0:0:0:2: [sdc] Preferred minimum I/O size 8192 bytes
[ 2.255976] sd 0:0:0:2: [sdc] Optimal transfer size 8192 bytes
[ 2.257127] sd 0:0:0:3: [sdd] 15616000 4096-byte logical blocks: (64.0 GB/59.6 GiB)
[ 2.257179] sd 0:0:0:3: [sdd] Write Protect is off
[ 2.257280] sd 0:0:0:3: [sdd] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 2.257322] sd 0:0:0:3: [sdd] Preferred minimum I/O size 8192 bytes
[ 2.257325] sd 0:0:0:3: [sdd] Optimal transfer size 8192 bytes
[ 2.318232] mmc_host mmc0: Bus speed (slot 0) = 150000000Hz (slot req 200000000Hz, actual 150000000HZ div = 0)
[ 2.408564] xt_time: kernel timezone is -0000
[ 2.413265] Initializing XFRM netlink socket
[ 2.417728] NET: Registered PF_INET6 protocol family
[ 2.422829] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.422998] sd 0:0:0:1: [sdb] Attached SCSI disk
** 327 printk messages dropped **
[ 2.428756] sd 0:0:0:3: [sdd] Attached SCSI disk
[ 2.457585] registered taskstats version 1
[ 2.461784] Loading compiled-in X.509 certificates
[ 2.507259] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000004a,00000004
[ 2.515961] fdf02000.serial: ttyAMA0 at MMIO 0xfdf02000 (irq = 46, base_baud = 0) is a PL011 rev2
[ 2.525314] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000004c,00000004
[ 2.533825] fdf03000.serial: ttyAMA2 at MMIO 0xfdf03000 (irq = 47, base_baud = 0) is a PL011 rev2
[ 2.543069] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,0000004f,00000004
[ 2.551572] fff32000.serial: ttyAMA6 at MMIO 0xfff32000 (irq = 48, base_baud = 0) is a PL011 rev2
[ 2.560626] printk: console [ttyAMA6] enabled
[ 2.560626] printk: console [ttyAMA6] enabled
[ 2.569394] printk: legacy bootconsole [pl11] disabled
[ 2.569394] printk: legacy bootconsole [pl11] disabled
[ 2.581880] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000,00000052,00000004
[ 2.582296] /dsi@e8601000: Fixed dependency cycle(s) with /soc/i2c@fdf0d000/adv7533@39
[ 2.582407] /soc/i2c@fdf0d000/adv7533@39: Fixed dependency cycle(s) with /dsi@e8601000
[ 2.582650] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 2.582701] adv7511_probe dev->of_node (____ptrval____)
[ 2.582704] __devm_drm_bridge_alloc
[ 2.582966] adv7511_init_regulators
[ 2.591804] adv7511_uninit_regulators
[ 2.593621] 00000000 e8601000
[ 2.593625]
[ 2.593663] e8a09000
[ 2.593713] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 2.593760] of_irq_parse_raw: /interrupt-controller@e82b0000:00000000
[ 2.593764] ,0000008c
[ 2.593765] ,00000004
[ 2.593786] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 2.593808] adv7511_probe dev->of_node (____ptrval____)
[ 2.593810] __devm_drm_bridge_alloc
[ 2.593842] dwmmc_k3 fc183000.dwmmc2: fifo-depth property not found, using value of FIFOTH register as default
[ 2.594058] adv7511_init_regulators
[ 2.595975] dwmmc_k3 fc183000.dwmmc2: IDMAC supports 64-bit address mode.
[ 2.595989] dwmmc_k3 fc183000.dwmmc2: Using internal DMA controller.
[ 2.595995] dwmmc_k3 fc183000.dwmmc2: Version ID is 270a
[ 2.596016] dwmmc_k3 fc183000.dwmmc2: DW MMC controller at irq 51,32 bit host data width,256 deep fifo
[ 2.637176] mmc_host mmc1: card is non-removable.
[ 2.646873] adv7511_uninit_regulators
[ 2.648946] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 2.649101] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 2.649168] adv7511_probe dev->of_node (____ptrval____)
[ 2.649173] __devm_drm_bridge_alloc
[ 2.649637] adv7511_init_regulators
[ 2.702775] adv7511_uninit_regulators
[ 2.704696] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 2.704882] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
** 1 printk messages dropped **
[ 2.704934] adv7511_probe dev->of_node (____ptrval____)
[ 2.704938] __devm_drm_bridge_alloc
[ 2.705403] adv7511_init_regulators
[ 2.730781] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 2.750302] dwmmc_k3 fc183000.dwmmc2: card claims to support voltages below defined range
[ 2.758846] adv7511_uninit_regulators
[ 2.761171] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 2.761342] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 2.761396] adv7511_probe dev->of_node (____ptrval____)
** 77 printk messages dropped **
[ 2.764690] mmc1: new SDIO card at address 0001
[ 2.765066] of_irq_parse_raw: /soc/gpio@fff0b000:00000001,00000001
[ 2.765648] wl18xx_driver wl18xx.0.auto: Direct firmware load for ti-connectivity/wl1271-nvs.bin failed with error -2
[ 2.765681] wl18xx_driver wl18xx.0.auto: Direct firmware load for ti-connectivity/wl18xx-conf.bin failed with error -2
[ 2.765686] wlcore: ERROR could not get configuration binary ti-connectivity/wl18xx-conf.bin: -2
[ 2.765689] wlcore: WARNING falling back to default config
[ 2.806061] dwmmc_k3 ff37f000.dwmmc1: tuning ok best_clksmpl 11 tuning_sample_flag bff3fff3
[ 2.806081] mmc0: new UHS-I speed SDR104 SDHC card at address aaaa
[ 2.806388] mmcblk0: mmc0:aaaa SC16G 14.8 GiB
[ 2.808606] mmcblk0: p1 p2
[ 2.814829] adv7511_uninit_regulators
[ 2.817455] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 2.817641] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 2.817705] adv7511_probe dev->of_node (____ptrval____)
[ 2.817709] __devm_drm_bridge_alloc
[ 2.818189] adv7511_init_regulators
[ 2.870823] adv7511_uninit_regulators
[ 2.873422] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 2.873611] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 2.873671] adv7511_probe dev->of_node (____ptrval____)
[ 2.873675] __devm_drm_bridge_alloc
[ 2.874165] adv7511_init_regulators
[ 2.898795] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 2.926847] adv7511_uninit_regulators
[ 2.929517] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 2.929708] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 2.929787] adv7511_probe dev->of_node (____ptrval____)
[ 2.929791] __devm_drm_bridge_alloc
[ 2.929952] mmc_host mmc1: Bus speed (slot 0) = 25000000Hz (slot req 25000000Hz, actual 25000000HZ div = 0)
[ 2.930299] adv7511_init_regulators
[ 2.982759] adv7511_uninit_regulators
[ 2.985421] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 2.985613] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 2.985678] adv7511_probe dev->of_node (____ptrval____)
[ 2.985682] __devm_drm_bridge_alloc
[ 2.986144] adv7511_init_regulators
[ 3.043540] adv7511_uninit_regulators
[ 3.046141] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 3.046325] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 3.046387] adv7511_probe dev->of_node (____ptrval____)
[ 3.046391] __devm_drm_bridge_alloc
[ 3.046873] adv7511_init_regulators
[ 3.066776] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 3.098175] mmc_host mmc1: Bus speed (slot 0) = 25000000Hz (slot req 25000000Hz, actual 25000000HZ div = 0)
[ 3.098480] adv7511_uninit_regulators
[ 3.099674] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 3.099763] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 3.099795] adv7511_probe dev->of_node (____ptrval____)
[ 3.099797] __devm_drm_bridge_alloc
[ 3.100054] adv7511_init_regulators
[ 3.155414] adv7511_uninit_regulators
[ 3.157510] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 3.157660] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 3.157710] adv7511_probe dev->of_node (____ptrval____)
[ 3.157713] __devm_drm_bridge_alloc
[ 3.158172] adv7511_init_regulators
[ 3.211275] adv7511_uninit_regulators
[ 3.213493] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 3.213650] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 3.213703] adv7511_probe dev->of_node (____ptrval____)
[ 3.213706] __devm_drm_bridge_alloc
[ 3.214156] adv7511_init_regulators
[ 3.271242] adv7511_uninit_regulators
[ 3.273532] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 3.273696] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 3.273752] adv7511_probe dev->of_node (____ptrval____)
[ 3.273756] __devm_drm_bridge_alloc
[ 3.274210] adv7511_init_regulators
[ 3.303481] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
[ 3.312589] wlcore: loaded
[ 3.327475] adv7511_uninit_regulators
[ 3.330216] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 3.330408] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 3.330474] adv7511_probe dev->of_node (____ptrval____)
[ 3.330478] __devm_drm_bridge_alloc
[ 3.330952] adv7511_init_regulators
[ 3.387303] adv7511_uninit_regulators
[ 3.389943] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 3.390137] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 3.390201] adv7511_probe dev->of_node (____ptrval____)
[ 3.390205] __devm_drm_bridge_alloc
[ 3.390668] adv7511_init_regulators
[ 3.443297] adv7511_uninit_regulators
[ 3.445918] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 3.446109] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 3.446173] adv7511_probe dev->of_node (____ptrval____)
[ 3.446177] __devm_drm_bridge_alloc
[ 3.446644] adv7511_init_regulators
[ 3.503275] adv7511_uninit_regulators
[ 3.505897] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 3.506090] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 3.506155] adv7511_probe dev->of_node (____ptrval____)
[ 3.506159] __devm_drm_bridge_alloc
[ 3.506626] adv7511_init_regulators
[ 3.559332] adv7511_uninit_regulators
[ 3.561945] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 3.562143] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 3.562210] adv7511_probe dev->of_node (____ptrval____)
[ 3.562214] __devm_drm_bridge_alloc
[ 3.562684] adv7511_init_regulators
[ 3.615327] adv7511_uninit_regulators
[ 3.617941] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 3.618136] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 3.618201] adv7511_probe dev->of_node (____ptrval____)
[ 3.618206] __devm_drm_bridge_alloc
[ 3.618677] adv7511_init_regulators
[ 3.671391] adv7511_uninit_regulators
[ 3.673967] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 3.674155] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 3.674219] adv7511_probe dev->of_node (____ptrval____)
[ 3.674223] __devm_drm_bridge_alloc
[ 3.674698] adv7511_init_regulators
[ 3.729614] adv7511_uninit_regulators
[ 3.732219] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 3.732409] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 3.732476] adv7511_probe dev->of_node (____ptrval____)
[ 3.732481] __devm_drm_bridge_alloc
[ 3.732985] adv7511_init_regulators
[ 3.787373] adv7511_uninit_regulators
[ 3.789984] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 3.790177] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 3.790245] adv7511_probe dev->of_node (____ptrval____)
[ 3.790248] __devm_drm_bridge_alloc
[ 3.790731] adv7511_init_regulators
[ 3.843411] adv7511_uninit_regulators
[ 3.845975] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 3.846165] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 3.846232] adv7511_probe dev->of_node (____ptrval____)
[ 3.846236] __devm_drm_bridge_alloc
[ 3.846716] adv7511_init_regulators
[ 3.903279] adv7511_uninit_regulators
[ 3.905818] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 3.906005] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 3.906069] adv7511_probe dev->of_node (____ptrval____)
[ 3.906073] __devm_drm_bridge_alloc
[ 3.906561] adv7511_init_regulators
[ 3.959268] adv7511_uninit_regulators
[ 3.961952] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 3.962139] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 3.962203] adv7511_probe dev->of_node (____ptrval____)
[ 3.962207] __devm_drm_bridge_alloc
[ 3.962682] adv7511_init_regulators
[ 4.015265] adv7511_uninit_regulators
[ 4.017976] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 4.018166] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 4.018234] adv7511_probe dev->of_node (____ptrval____)
[ 4.018238] __devm_drm_bridge_alloc
[ 4.018718] adv7511_init_regulators
[ 4.071357] adv7511_uninit_regulators
[ 4.073918] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 4.074104] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 4.074172] adv7511_probe dev->of_node (____ptrval____)
[ 4.074177] __devm_drm_bridge_alloc
[ 4.074649] adv7511_init_regulators
[ 4.131347] adv7511_uninit_regulators
[ 4.133929] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 4.134120] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 4.134187] adv7511_probe dev->of_node (____ptrval____)
[ 4.134191] __devm_drm_bridge_alloc
[ 4.134675] adv7511_init_regulators
[ 4.191400] adv7511_uninit_regulators
[ 4.194010] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 4.194201] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 4.194271] adv7511_probe dev->of_node (____ptrval____)
[ 4.194275] __devm_drm_bridge_alloc
[ 4.194785] adv7511_init_regulators
[ 4.251354] adv7511_uninit_regulators
[ 4.253938] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 4.254128] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 4.254195] adv7511_probe dev->of_node (____ptrval____)
[ 4.254199] __devm_drm_bridge_alloc
[ 4.254677] adv7511_init_regulators
[ 4.307309] adv7511_uninit_regulators
[ 4.309813] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 4.309999] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 4.310061] adv7511_probe dev->of_node (____ptrval____)
[ 4.310066] __devm_drm_bridge_alloc
[ 4.310541] adv7511_init_regulators
[ 4.367315] adv7511_uninit_regulators
[ 4.370009] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 4.370202] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 4.370273] adv7511_probe dev->of_node (____ptrval____)
[ 4.370278] __devm_drm_bridge_alloc
[ 4.370788] adv7511_init_regulators
[ 4.423322] adv7511_uninit_regulators
[ 4.425904] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 4.426095] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 4.426162] adv7511_probe dev->of_node (____ptrval____)
[ 4.426166] __devm_drm_bridge_alloc
[ 4.426645] adv7511_init_regulators
[ 4.483303] adv7511_uninit_regulators
[ 4.485898] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 4.486083] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 4.486149] adv7511_probe dev->of_node (____ptrval____)
[ 4.486153] __devm_drm_bridge_alloc
[ 4.486637] adv7511_init_regulators
[ 4.539315] adv7511_uninit_regulators
[ 4.541847] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 4.542033] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 4.542097] adv7511_probe dev->of_node (____ptrval____)
[ 4.542102] __devm_drm_bridge_alloc
[ 4.542585] adv7511_init_regulators
[ 4.595331] adv7511_uninit_regulators
[ 4.597910] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 4.598094] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 4.598159] adv7511_probe dev->of_node (____ptrval____)
[ 4.598163] __devm_drm_bridge_alloc
[ 4.598644] adv7511_init_regulators
[ 4.651298] adv7511_uninit_regulators
[ 4.653867] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 4.654055] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 4.654124] adv7511_probe dev->of_node (____ptrval____)
[ 4.654128] __devm_drm_bridge_alloc
[ 4.654608] adv7511_init_regulators
[ 4.709827] adv7511_uninit_regulators
[ 4.712422] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 4.712619] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 4.712686] adv7511_probe dev->of_node (____ptrval____)
[ 4.712690] __devm_drm_bridge_alloc
[ 4.713201] adv7511_init_regulators
[ 4.768285] adv7511_uninit_regulators
[ 4.771008] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 4.771203] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 4.771276] adv7511_probe dev->of_node (____ptrval____)
[ 4.771280] __devm_drm_bridge_alloc
[ 4.771768] adv7511_init_regulators
[ 4.823523] adv7511_uninit_regulators
[ 4.826194] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 4.826388] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 4.826459] adv7511_probe dev->of_node (____ptrval____)
[ 4.826463] __devm_drm_bridge_alloc
[ 4.826951] adv7511_init_regulators
[ 4.883304] adv7511_uninit_regulators
[ 4.885832] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 4.886020] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 4.886088] adv7511_probe dev->of_node (____ptrval____)
[ 4.886092] __devm_drm_bridge_alloc
[ 4.886572] adv7511_init_regulators
[ 4.943282] adv7511_uninit_regulators
[ 4.945956] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 4.946145] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 4.946218] adv7511_probe dev->of_node (____ptrval____)
[ 4.946222] __devm_drm_bridge_alloc
[ 4.946716] adv7511_init_regulators
[ 5.003338] adv7511_uninit_regulators
[ 5.005970] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 5.006165] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 5.006234] adv7511_probe dev->of_node (____ptrval____)
[ 5.006238] __devm_drm_bridge_alloc
[ 5.006717] adv7511_init_regulators
[ 5.063352] adv7511_uninit_regulators
[ 5.065946] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 5.066134] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 5.066203] adv7511_probe dev->of_node (____ptrval____)
[ 5.066208] __devm_drm_bridge_alloc
[ 5.066688] adv7511_init_regulators
[ 5.119312] adv7511_uninit_regulators
[ 5.121976] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 5.122170] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 5.122243] adv7511_probe dev->of_node (____ptrval____)
[ 5.122248] __devm_drm_bridge_alloc
[ 5.122743] adv7511_init_regulators
[ 5.175398] adv7511_uninit_regulators
[ 5.178045] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 5.178235] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 5.178305] adv7511_probe dev->of_node (____ptrval____)
[ 5.178309] __devm_drm_bridge_alloc
[ 5.178801] adv7511_init_regulators
[ 5.235318] adv7511_uninit_regulators
[ 5.238007] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 5.238197] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 5.238273] adv7511_probe dev->of_node (____ptrval____)
[ 5.238278] __devm_drm_bridge_alloc
[ 5.238771] adv7511_init_regulators
[ 5.291469] adv7511_uninit_regulators
[ 5.294104] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 5.294286] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 5.294353] adv7511_probe dev->of_node (____ptrval____)
[ 5.294357] __devm_drm_bridge_alloc
[ 5.294843] adv7511_init_regulators
[ 5.347337] adv7511_uninit_regulators
[ 5.349979] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 5.350171] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 5.350247] adv7511_probe dev->of_node (____ptrval____)
[ 5.350253] __devm_drm_bridge_alloc
[ 5.350770] adv7511_init_regulators
[ 5.403405] adv7511_uninit_regulators
[ 5.406082] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 5.406276] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 5.406345] adv7511_probe dev->of_node (____ptrval____)
[ 5.406350] __devm_drm_bridge_alloc
[ 5.406839] adv7511_init_regulators
[ 5.463334] adv7511_uninit_regulators
[ 5.465978] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 5.466170] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 5.466241] adv7511_probe dev->of_node (____ptrval____)
[ 5.466245] __devm_drm_bridge_alloc
[ 5.466731] adv7511_init_regulators
[ 5.519377] adv7511_uninit_regulators
[ 5.522022] kirin9xx-dw-dsi e8601000.dsi: cannot find GPIO chip gpiolib_shared.proxy.4, deferring
[ 5.522211] of_irq_parse_raw: /soc/gpio@e8a0c000:00000001,00000002
[ 5.522283] adv7511_probe dev->of_node (____ptrval____)
[ 5.522287] __devm_drm_bridge_alloc
[ 5.522775] adv7511_init_regulators
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment