20240604解决OK3588-C的核心板刷机Buildroot之后无法启动的问题

20240604解决OK3588-C的核心板刷机Buildroot之后无法启动的问题
2024/6/4 16:34


&pcie30phy {
    rockchip,pcie30-phymode = <PHY_MODE_PCIE_AGGREGATION>;
    status = "okay";
};

&pcie3x4 {
    reset-gpios = <&gpio4 RK_PB6 GPIO_ACTIVE_HIGH>;
    vpcie3v3-supply = <&vcc3v3_pcie30>;
    pinctrl-names = "default";
    pinctrl-0 = <&pcie20x1_0_clkreqn_m1>;
    status = "okay";
};


修改为:
&pcie2x1l0 {
    reset-gpios = <&gpio1 RK_PB4 GPIO_ACTIVE_HIGH>;
    status = "okay";
};

&pcie30phy {
    rockchip,pcie30-phymode = <PHY_MODE_PCIE_AGGREGATION>;
    status = "disabled";
};

&pcie3x4 {
    reset-gpios = <&gpio4 RK_PB6 GPIO_ACTIVE_HIGH>;
    vpcie3v3-supply = <&vcc3v3_pcie30>;
    pinctrl-names = "default";
    pinctrl-0 = <&pcie20x1_0_clkreqn_m1>;
    status = "disabled";
};

&pinctrl {
    cam {
        mipicsi0_pwr: mipicsi0-pwr {
            rockchip,pins =
                /* camera power en */
                <1 RK_PD2 RK_FUNC_GPIO &pcfg_pull_none>;
        };
        mipicsi1_pwr: mipicsi1-pwr {
            rockchip,pins =
                /* camera power en */
                <1 RK_PD3 RK_FUNC_GPIO &pcfg_pull_none>;
        };
        mipidcphy0_pwr: mipidcphy0-pwr {
            rockchip,pins =
                /* camera power en */
                <2 RK_PC4 RK_FUNC_GPIO &pcfg_pull_none>;
        };
    };


    hdmi {
        hdmirx_det: hdmirx-det {
            rockchip,pins = <1 RK_PD5 RK_FUNC_GPIO &pcfg_pull_up>;
        };
    };

    headphone {
        hp_det: hp-det {
            rockchip,pins = <1 RK_PC4 RK_FUNC_GPIO &pcfg_pull_none>;
        };
    };

    hym8563 {
        hym8563_int: hym8563-int {
            rockchip,pins = <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_up>;
        };
    };

    lcd {
        lcd_rst_gpio: lcd-rst-gpio {
            rockchip,pins = <0 RK_PD3 RK_FUNC_GPIO &pcfg_pull_none>;
        };
    };

    leds {
        work_leds_gpio: work-leds-gpio {
            rockchip,pins = <1 RK_PC6 RK_FUNC_GPIO &pcfg_pull_down>;
        };
    };

    sdio-pwrseq {
        wifi_enable_h: wifi-enable-h {
            rockchip,pins = <0 RK_PC4 RK_FUNC_GPIO &pcfg_pull_up>;
        };
    };

    sdmmc {
        sd_s0_pwr: sd-s0-pwr {
            rockchip,pins = <0 RK_PB7 RK_FUNC_GPIO &pcfg_pull_up>;
        };
    };

    touch {
        touch_gpio: touch-gpio {
            rockchip,pins =
                <3 RK_PC1 RK_FUNC_GPIO &pcfg_pull_down>,
                <3 RK_PC0 RK_FUNC_GPIO &pcfg_pull_up>;
        };
    };

    usb {
        vcc5v0_host_en: vcc5v0-host-en {
            rockchip,pins = <4 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>;
        };
    };

    usb-typec {
        usbc0_int: usbc0-int {
            rockchip,pins = <3 RK_PB6 RK_FUNC_GPIO &pcfg_pull_up>;
        };

        typec5v_pwren: typec5v-pwren {
            rockchip,pins = <3 RK_PA6 RK_FUNC_GPIO &pcfg_pull_none>;
        };
    };

    wireless-bluetooth {
        uart9_gpios: uart9-gpios {
            rockchip,pins = <4 RK_PC4 RK_FUNC_GPIO &pcfg_pull_none>;
        };

        bt_reset_gpio: bt-reset-gpio {
            rockchip,pins = <0 RK_PC6 RK_FUNC_GPIO &pcfg_pull_none>;
        };

        bt_wake_gpio: bt-wake-gpio {
            rockchip,pins = <0 RK_PC5 RK_FUNC_GPIO &pcfg_pull_none>;
        };

        bt_irq_gpio: bt-irq-gpio {
            rockchip,pins = <0 RK_PA0 RK_FUNC_GPIO &pcfg_pull_none>;
        };
    };

    wireless-wlan {
        wifi_host_wake_irq: wifi-host-wake-irq {
            rockchip,pins = <0 RK_PB2 RK_FUNC_GPIO &pcfg_pull_down>;
        };
    };

    pcie {
        pcie20x1_0_clkreqn_m1: pcie20x1-0-clkreqn-m1 {
            rockchip,pins = <4 RK_PB4 RK_FUNC_GPIO &pcfg_output_low>;
        };
    };
};


启动失败的LOG:
 

DDR d5483af87d cym 23/11/23-16:15:24,fwver: v1.15
LPDDR4X, 2112MHz
channel[0] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
channel[1] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
channel[2] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
channel[3] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
Manufacturer ID:0x6
CH0 RX Vref:28.9%, TX Vref:19.8%,20.8%
CH1 RX Vref:29.3%, TX Vref:21.8%,21.8%
CH2 RX Vref:28.9%, TX Vref:20.8%,21.8%
CH3 RX Vref:29.7%, TX Vref:20.8%,20.8%
change to F1: 528MHz
change to F2: 1068MHz
change to F3: 1560MHz
change to F0: 2112MHz
out
U-Boot SPL board init
U-Boot SPL 2017.09-ge4e124926e-230922 #lxh (Sep 25 2023 - 10:58:38), fwver: v1.13
unknown raw ID 0 0 0
unrecognized JEDEC id bytes: 00, 00, 00
Trying to boot from MMC2
MMC: no card present
mmc_init: -123, time 0
spl: mmc init failed with error: -123
Trying to boot from MMC1
SPL: A/B-slot: _a, successful: 0, tries-remain: 7
Trying fit image at 0x4000 sector
## Verified-boot: 0
## Checking atf-1 0x00040000 ... sha256(2e8446f969...) + OK
## Checking uboot 0x00200000 ... sha256(bf7cc53d6a...) + OK
## Checking fdt 0x00345490 ... sha256(a434b1c4fe...) + OK
## Checking atf-2 0xff100000 ... sha256(9f75e6ec37...) + OK
## Checking atf-3 0x000f0000 ... sha256(c80587de50...) + OK
## Checking optee 0x08400000 ... sha256(4b2d406bfc...) + OK
Jumping to U-Boot(0x00200000) via ARM Trusted Firmware(0x00040000)
Total: 79.208/240.927 ms

INFO:    Preloader serial: 2
NOTICE:  BL31: v2.3():v2.3-662-g4acbe711b-dirty:finley.xiao, fwver: v1.44
NOTICE:  BL31: Built : 16:44:24, Nov  7 2023
INFO:    spec: 0x1
INFO:    code: 0x88
INFO:    ext 32k is not valid
INFO:    ddr: stride-en 4CH
INFO:    GICv3 without legacy support detected.
INFO:    ARM GICv3 driver initialized in EL3
INFO:    valid_cpu_msk=0xff bcore0_rst = 0x0, bcore1_rst = 0x0
INFO:    l3 cache partition cfg-0
INFO:    system boots from cpu-hwid-0
INFO:    idle_st=0x21fff, pd_st=0x11fff9, repair_st=0xfff70001
INFO:    dfs DDR fsp_params[0].freq_mhz= 2112MHz
INFO:    dfs DDR fsp_params[1].freq_mhz= 528MHz
INFO:    dfs DDR fsp_params[2].freq_mhz= 1068MHz
INFO:    dfs DDR fsp_params[3].freq_mhz= 1560MHz
INFO:    BL31: Initialising Exception Handling Framework
INFO:    BL31: Initializing runtime services
INFO:    BL31: Initializing BL32
I/TC: 
I/TC: OP-TEE version: 3.13.0-752-g62aa10b78 #hisping.lin (gcc version 10.2.1 20201103 (GNU Toolchain for the A-profile Architecture 10.2-2020.11 (arm-10.16))) #2 Mon Sep 25 10:04:34 CST 2023 aarch64, fwver: v1.15 
I/TC: Primary CPU initializing
I/TC: Primary CPU switching to normal world boot
INFO:    BL31: Preparing for EL3 exit to normal world
INFO:    Entry point address = 0x200000
INFO:    SPSR = 0x3c9


U-Boot 2017.09 (Jun 01 2024 - 15:24:59 +0800)

Model: Rockchip RK3588 Evaluation Board
MPIDR: 0x81000000
PreSerial: 2, raw, 0xfeb50000
DRAM:  8 GiB
Sysmem: init
Relocation Offset: eda18000
Relocation fdt: eb9fa160 - eb9fecd0
CR: M/C/I
Using default environment

optee api revision: 2.0
mmc@fe2c0000: 1, mmc@fe2e0000: 0
Bootdev(atags): mmc 0
MMC0: HS400 Enhanced Strobe, 200Mhz
PartType: EFI
TEEC: Waring: Could not find security partition
DM: v2
boot mode: None
RESC: 'boot', blk@0x00019a97
resource: sha256+
FIT: no signed, no conf required
DTB: rk-kernel.dtb
HASH(c): OK
I2c0 speed: 100000Hz
vsel-gpios- not found!
en-gpios- not found!
vdd_cpu_big0_s0 800000 uV
vsel-gpios- not found!
en-gpios- not found!
vdd_cpu_big1_s0 800000 uV
I2c1 speed: 100000Hz
vsel-gpios- not found!
en-gpios- not found!
vdd_npu_s0 800000 uV
spi2: RK806: 2
ON=0x40, OFF=0x00
vdd_gpu_s0 750000 uV
vdd_cpu_lit_s0 750000 uV
vdd_log_s0 750000 uV
vdd_vdenc_s0 init 750000 uV
vdd_ddr_s0 850000 uV
Device 'gpio@fd8a0000': seq 0 is in use by 'gpio@fd8a0000'
serdes_power_init failed to get serdes misc device
get vp0 plane mask:0x5, primary id:2, cursor_plane:-1, from dts
get vp1 plane mask:0xa, primary id:3, cursor_plane:-1, from dts
get vp2 plane mask:0x140, primary id:8, cursor_plane:-1, from dts
get vp3 plane mask:0x280, primary id:9, cursor_plane:-1, from dts
Could not find baseparameter partition
Model: Rockchip RK3588 EVB7 V11 Board
MPIDR: 0x81000000
Minidump: init...
Rockchip UBOOT DRM driver version: v1.0.1
vp0 have layer nr:2[0 2 ], primary plane: 2
vp1 have layer nr:2[1 3 ], primary plane: 3
vp2 have layer nr:2[6 8 ], primary plane: 8
vp3 have layer nr:2[7 9 ], primary plane: 9
Using display timing dts
dsi@fde20000:  detailed mode clock 132000 kHz, flags[a]
    H: 1080 1095 1099 1129
    V: 1920 1935 1937 1952
bus_format: 100e
VOP update mode to: 1080x1920p60, type: MIPI0 for VP3
VP3 set crtc_clock to 132000KHz
VOP VP3 enable Esmart3[654x270->654x270@213x825] fmt[2] addr[0xedf04000]
final DSI-Link bandwidth: 880000 Kbps x 4
edid base block is 0, get edid failed
can't get edid block:0
failed to get edid
Could not find baseparameter partition
color_format:0
hdmi_select_link_config use tmds mode
mode:1920x1080 bus_format:0x100a
hdmi@fde80000:  detailed mode clock 148500 kHz, flags[5]
    H: 1920 2008 2052 2200
    V: 1080 1084 1089 1125
bus_format: 100a
VOP update mode to: 1920x1080p60, type: HDMI0 for VP0
dclk:148500,if_pixclk_div;2,if_dclk_div:4
VP0 set crtc_clock to 148500KHz
VOP VP0 enable Esmart0[654x270->654x270@633x405] fmt[2] addr[0xedf04000]
CEA mode used vic=16
mtmdsclock:148500000
hdptx_ropll_cmn_config bus_width:16a8c8 rate:1485000
hdptx phy pll locked!
dw_hdmi_setup HDMI mode
don't use dsc mode
dw hdmi qp use tmds mode
bus_width:0x16a8c8,bit_rate:1485000
hdptx phy lane locked!
edid base block is 0, get edid failed
can't get edid block:0
failed to get edid
Could not find baseparameter partition
color_format:0
hdmi_select_link_config use tmds mode
mode:1920x1080 bus_format:0x100a
hdmi@fdea0000:  detailed mode clock 148500 kHz, flags[5]
    H: 1920 2008 2052 2200
    V: 1080 1084 1089 1125
bus_format: 100a
VOP update mode to: 1920x1080p60, type: HDMI1 for VP1
dclk:148500,if_pixclk_div;2,if_dclk_div:4
VP1 set crtc_clock to 148500KHz
VOP VP1 enable Esmart1[654x270->654x270@633x405] fmt[2] addr[0xedf04000]
CEA mode used vic=16
mtmdsclock:148500000
hdptx_ropll_cmn_config bus_width:16a8c8 rate:1485000
hdptx phy pll locked!
dw_hdmi_setup HDMI mode
don't use dsc mode
dw hdmi qp use tmds mode
bus_width:0x16a8c8,bit_rate:1485000
hdptx phy lane locked!
CLK: (sync kernel. arm: enter 1008000 KHz, init 1008000 KHz, kernel 0N/A)
  b0pll 24000 KHz
  b1pll 24000 KHz
  lpll 24000 KHz
  v0pll 24000 KHz
  aupll 786431 KHz
  cpll 1500000 KHz
  gpll 1188000 KHz
  npll 850000 KHz
  ppll 1100000 KHz
  aclk_center_root 702000 KHz
  pclk_center_root 100000 KHz
  hclk_center_root 396000 KHz
  aclk_center_low_root 500000 KHz
  aclk_top_root 750000 KHz
  pclk_top_root 100000 KHz
  aclk_low_top_root 396000 KHz
Net:   eth1: ethernet@fe1c0000
Hit key to stop autoboot('CTRL+C'):  0 
ANDROID: reboot reason: "(none)"
Not AVB images, AVB skip
No valid android hdr
Android image load failed
Android boot failed, error -1.
## Booting FIT Image at 0xe94a6340 with size 0x02352e00
Fdt Ramdisk skip relocation
## Loading kernel from FIT Image at e94a6340 ...
   Using 'conf' configuration
## Verified-boot: 0
   Trying 'kernel' kernel subimage
     Description:  unavailable
     Type:         Kernel Image
     Compression:  uncompressed
     Data Start:   0xe94ec740
     Data Size:    36751872 Bytes = 35 MiB
     Architecture: AArch64
     OS:           Linux
     Load Address: 0x00400000
     Entry Point:  0x00400000
     Hash algo:    sha256
     Hash value:   b3d7a9ea18d9093684391acb0a7ff3cfd575390860bd560a5ef2c2b2bfda6949
   Verifying Hash Integrity ... sha256+ OK
## Loading fdt from FIT Image at e94a6340 ...
   Using 'conf' configuration
   Trying 'fdt' fdt subimage
     Description:  unavailable
     Type:         Flat Device Tree
     Compression:  uncompressed
     Data Start:   0xe94a6b40
     Data Size:    285407 Bytes = 278.7 KiB
     Architecture: AArch64
     Load Address: 0x08300000
     Hash algo:    sha256
     Hash value:   41edefa03a78d90e2d66de37c6ef6119a74aa40022c7a59eeeb8488700f39383
   Verifying Hash Integrity ... sha256+ OK
   Loading fdt from 0x08300000 to 0x08300000
   Booting using the fdt blob at 0x08300000
   Loading Kernel Image from 0xe94ec740 to 0x00400000 ... OK
   kernel loaded at 0x00400000, end = 0x0270ca00
   Using Device Tree in place at 0000000008300000, end 0000000008348ade
WARNING: could not set reg FDT_ERR_BADOFFSET.
## reserved-memory:
  cma: addr=10000000 size=8000000
  drm-logo@00000000: addr=edf00000 size=b8000
  ramoops@110000: addr=110000 size=e0000
Adding bank: 0x00200000 - 0x08400000 (size: 0x08200000)
Adding bank: 0x09400000 - 0xf0000000 (size: 0xe6c00000)
Adding bank: 0x100000000 - 0x200000000 (size: 0x100000000)
Adding bank: 0x2f0000000 - 0x300000000 (size: 0x10000000)
Total: 6044.514/6372.347 ms

Starting kernel ...

[    6.377311] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[    6.377329] Linux version 5.10.198 (viewpro@viewpro-ThinkBook-16-G5-IRH) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621, GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621) #1 SMP Sat Jun 1 15:25:20 CST 2024
[    6.380935] random: crng init done
[    6.388987] Machine model: Rockchip RK3588 EVB7 V11 Board
[    6.425585] earlycon: uart8250 at MMIO32 0x00000000feb50000 (options '')
[    6.430139] printk: bootconsole [uart8250] enabled
[    6.432955] efi: UEFI not found.
[    6.438958] OF: fdt: Reserved memory: failed to reserve memory for node 'drm-cubic-lut@00000000': base 0x0000000000000000, size 0 MiB
[    6.440114] Reserved memory: created CMA memory pool at 0x0000000010000000, size 128 MiB
[    6.440853] OF: reserved mem: initialized node cma, compatible id shared-dma-pool
[    6.561581] Zone ranges:
[    6.561820]   DMA      [mem 0x0000000000200000-0x00000000ffffffff]
[    6.562388]   DMA32    empty
[    6.562654]   Normal   [mem 0x0000000100000000-0x00000002ffffffff]
[    6.563220] Movable zone start for each node
[    6.563610] Early memory node ranges
[    6.563938]   node   0: [mem 0x0000000000200000-0x00000000083fffff]
[    6.564511]   node   0: [mem 0x0000000009400000-0x00000000efffffff]
[    6.565085]   node   0: [mem 0x0000000100000000-0x00000001ffffffff]
[    6.565658]   node   0: [mem 0x00000002f0000000-0x00000002ffffffff]
[    6.566231] Initmem setup node 0 [mem 0x0000000000200000-0x00000002ffffffff]
[    6.612555] psci: probing for conduit method from DT.
[    6.613024] psci: PSCIv1.1 detected in firmware.
[    6.613446] psci: Using standard PSCI v0.2 function IDs
[    6.613926] psci: Trusted OS migration not required
[    6.614375] psci: SMC Calling Convention v1.2
[    6.615130] percpu: Embedded 30 pages/cpu s83800 r8192 d30888 u122880
[    6.615891] Detected VIPT I-cache on CPU0
[    6.616291] CPU features: detected: GIC system register CPU interface
[    6.616880] CPU features: detected: Virtualization Host Extensions
[    6.617448] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    6.618097] alternatives: patching kernel code
[    6.620041] Built 1 zonelists, mobility grouping on.  Total pages: 2059848
[    6.620675] Kernel command line: storagemedia=emmc androidboot.storagemedia=emmc androidboot.mode=normal  androidboot.verifiedbootstate=orange rw rootwait earlycon=uart8250,mmio32,0xfeb50000 console=ttyFIQ0 irqchip.gicv3_pseudo_nmi=0 root=PARTUUID=614e0000-0000 rcupdate.rcu_expedited=1 rcu_nocbs=all androidboot.fwver=ddr-v1.15-d5483af87d,spl-v1.13,bl31-v1.44,bl32-v1.15,uboot-06/01/2024
[    6.624731] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    6.625845] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    6.626561] mem auto-init: stack:off, heap alloc:off, heap free:off
[    6.633302] software IO TLB: mapped [mem 0x00000000e9f00000-0x00000000edf00000] (64MB)
[    6.692303] Memory: 7973624K/8370176K available (18752K kernel code, 3506K rwdata, 6888K rodata, 6656K init, 590K bss, 265480K reserved, 131072K cma-reserved)
[    6.693702] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    6.694323] ftrace: allocating 57278 entries in 224 pages
[    6.765313] ftrace: allocated 224 pages with 3 groups
[    6.765991] rcu: Hierarchical RCU implementation.
[    6.766426] rcu:     RCU event tracing is enabled.
[    6.766841] rcu:     RCU dyntick-idle grace-period acceleration is enabled.
[    6.767452]     All grace periods are expedited (rcu_expedited).
[    6.767976]     Rude variant of Tasks RCU enabled.
[    6.768391] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    6.772917] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    6.775951] GICv3: GIC: Using split EOI/Deactivate mode
[    6.776433] GICv3: 480 SPIs implemented
[    6.776784] GICv3: 0 Extended SPIs implemented
[    6.777210] GICv3: Distributor has no Range Selector support
[    6.777732] GICv3: 16 PPIs implemented
[    6.778115] GICv3: CPU0: found redistributor 0 region 0:0x00000000fe680000
[    6.778827] ITS [mem 0xfe640000-0xfe65ffff]
[    6.779255] ITS@0x00000000fe640000: allocated 8192 Devices @1001e0000 (indirect, esz 8, psz 64K, shr 0)
[    6.780131] ITS@0x00000000fe640000: allocated 32768 Interrupt Collections @1001f0000 (flat, esz 2, psz 64K, shr 0)
[    6.781078] ITS: using cache flushing for cmd queue
[    6.781548] ITS [mem 0xfe660000-0xfe67ffff]
[    6.781968] ITS@0x00000000fe660000: allocated 8192 Devices @100210000 (indirect, esz 8, psz 64K, shr 0)
[    6.782843] ITS@0x00000000fe660000: allocated 32768 Interrupt Collections @100220000 (flat, esz 2, psz 64K, shr 0)
[    6.783789] ITS: using cache flushing for cmd queue
[    6.784437] GICv3: using LPI property table @0x0000000100230000
[    6.785087] GIC: using cache flushing for LPI property table
[    6.785609] GICv3: CPU0: using allocated LPI pending table @0x0000000100240000
[    6.786308] rcu:     Offload RCU callbacks from CPUs: 0-7.
[    6.895170] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    6.895731] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    6.896717] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    6.898642] Console: colour dummy device 80x25
[    6.899075] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=80000)
[    6.900014] pid_max: default: 32768 minimum: 301
[    6.900540] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    6.901251] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    6.903145] rcu: Hierarchical SRCU implementation.
[    6.904300] Platform MSI: msi-controller@fe640000 domain created
[    6.904860] Platform MSI: msi-controller@fe660000 domain created
[    6.905749] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe640000 domain created
[    6.906513] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe660000 domain created
[    6.907440] EFI services will not be available.
[    6.908083] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
I/TC: Secondary CPU 4 initializing
I/TC: Secondary CPU 4 switching to normal world boot
I/TC: Secondary CPU 5 initializing
I/TC: Secondary CPU 5 switching to normal world boot
I/TC: Secondary CPU 6 initializing
I/TC: Secondary CPU 6 switching to normal world boot
I/TC: Secondary CPU 7 initializing
I/TC: Secondary CPU 7 switching to normal world boot
[    6.909628] Detected VIPT I-cache on CPU1
[    6.909651] GICv3: CPU1: found redistributor 100 region 0:0x00000000fe6a0000
[    6.909665] GICv3: CPU1: using allocated LPI pending table @0x0000000100250000
[    6.909703] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[    6.910866] Detected VIPT I-cache on CPU2
[    6.910887] GICv3: CPU2: found redistributor 200 region 0:0x00000000fe6c0000
[    6.910902] GICv3: CPU2: using allocated LPI pending table @0x0000000100260000
[    6.910936] CPU2: Booted secondary processor 0x0000000200 [0x412fd050]
[    6.912085] Detected VIPT I-cache on CPU3
[    6.912103] GICv3: CPU3: found redistributor 300 region 0:0x00000000fe6e0000
[    6.912116] GICv3: CPU3: using allocated LPI pending table @0x0000000100270000
[    6.912148] CPU3: Booted secondary processor 0x0000000300 [0x412fd050]
[    6.913309] CPU features: detected: Spectre-v4
[    6.913311] CPU features: detected: Spectre-BHB
[    6.913312] Detected PIPT I-cache on CPU4
[    6.913323] GICv3: CPU4: found redistributor 400 region 0:0x00000000fe700000
[    6.913331] GICv3: CPU4: using allocated LPI pending table @0x0000000100280000
[    6.913353] CPU4: Booted secondary processor 0x0000000400 [0x414fd0b0]
[    6.914456] Detected PIPT I-cache on CPU5
[    6.914467] GICv3: CPU5: found redistributor 500 region 0:0x00000000fe720000
[    6.914475] GICv3: CPU5: using allocated LPI pending table @0x0000000100290000
[    6.914496] CPU5: Booted secondary processor 0x0000000500 [0x414fd0b0]
[    6.915584] Detected PIPT I-cache on CPU6
[    6.915595] GICv3: CPU6: found redistributor 600 region 0:0x00000000fe740000
[    6.915603] GICv3: CPU6: using allocated LPI pending table @0x00000001002a0000
[    6.915624] CPU6: Booted secondary processor 0x0000000600 [0x414fd0b0]
[    6.916726] Detected PIPT I-cache on CPU7
[    6.916738] GICv3: CPU7: found redistributor 700 region 0:0x00000000fe760000
[    6.916746] GICv3: CPU7: using allocated LPI pending table @0x00000001002b0000
[    6.916767] CPU7: Booted secondary processor 0x0000000700 [0x414fd0b0]
[    6.916816] smp: Brought up 1 node, 8 CPUs
[    6.933810] SMP: Total of 8 processors activated.
[    6.934246] CPU features: detected: Privileged Access Never
[    6.934752] CPU features: detected: LSE atomic instructions
[    6.935263] CPU features: detected: User Access Override
[    6.935747] CPU features: detected: 32-bit EL0 Support
[    6.936213] CPU features: detected: Common not Private translations
[    6.936784] CPU features: detected: RAS Extension Support
[    6.937279] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    6.938070] CPU features: detected: CRC32 instructions
[    6.938540] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    6.939177] CPU features: detected: RCpc load-acquire (LDAPR)
[    6.964011] CPU: All CPU(s) started at EL2
[    6.966077] devtmpfs: initialized
[    6.976261] Registered cp15_barrier emulation handler
[    6.976726] Registered setend emulation handler
[    6.977189] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    6.978075] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    6.979670] pinctrl core: initialized pinctrl subsystem
[    6.980316] DMI not present or invalid.
[    6.980746] NET: Registered protocol family 16
[    6.981698] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    6.982421] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    6.983512] Registered FIQ tty driver
[    6.983934] thermal_sys: Registered thermal governor 'fair_share'
[    6.983936] thermal_sys: Registered thermal governor 'step_wise'
[    6.984487] thermal_sys: Registered thermal governor 'user_space'
[    6.985031] thermal_sys: Registered thermal governor 'power_allocator'
[    6.985691] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
[    6.987027] thermal thermal_zone2: power_allocator: sustainable_power will be estimated
[    6.987763] thermal thermal_zone3: power_allocator: sustainable_power will be estimated
[    6.988503] thermal thermal_zone4: power_allocator: sustainable_power will be estimated
[    6.989245] thermal thermal_zone5: power_allocator: sustainable_power will be estimated
[    6.989984] thermal thermal_zone6: power_allocator: sustainable_power will be estimated
[    6.990718] cpuidle: using governor menu
[    6.991152] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    6.991849] ASID allocator initialised with 65536 entries
[    6.993486] ramoops: dmesg-0    0x18000@0x0000000000110000
[    6.993959] ramoops: dmesg-1    0x18000@0x0000000000128000
[    6.994444] ramoops: console    0x80000@0x0000000000140000
[    6.994918] ramoops: pmsg    0x30000@0x00000000001c0000
[    6.995581] printk: console [ramoops-1] enabled
[    6.995992] pstore: Registered ramoops as persistent store backend
[    6.996553] ramoops: using 0xe0000@0x110000, ecc: 0
[    7.030312] rockchip-gpio fd8a0000.gpio: probed /pinctrl/gpio@fd8a0000
[    7.031047] rockchip-gpio fec20000.gpio: probed /pinctrl/gpio@fec20000
[    7.031761] rockchip-gpio fec30000.gpio: probed /pinctrl/gpio@fec30000
[    7.032499] rockchip-gpio fec40000.gpio: probed /pinctrl/gpio@fec40000
[    7.033238] rockchip-gpio fec50000.gpio: probed /pinctrl/gpio@fec50000
[    7.033860] rockchip-pinctrl pinctrl: probed pinctrl
[    7.045207] fiq_debugger fiq_debugger.0: IRQ fiq not found
[    7.045709] fiq_debugger fiq_debugger.0: IRQ wakeup not found
[    7.046229] fiq_debugger_probe: could not install nmi irq handler
[[    7.046815] printk: console [ttyFIQ0] enabled
    7.046815] printk: console [ttyFIQ0] enabled
[    7.047587] printk: bootconsole [uart8250] disabled
[    7.047587] printk: bootconsole [uart8250] disabled
[    7.048073] Registered fiq debugger ttyFIQ0
[    7.048297] vcc5v0_sys: supplied by vcc12v_dcin
[    7.048378] vcc5v0_usbdcin: supplied by vcc12v_dcin
[    7.048448] vcc5v0_usb: supplied by vcc5v0_usbdcin
[    7.048523] vcc_1v1_nldo_s3: supplied by vcc5v0_sys
[    7.048664] vbus5v0_typec: supplied by vcc5v0_usb
[    7.048740] vcc3v3_pcie30: supplied by vcc12v_dcin
[    7.048815] vcc5v0_host: supplied by vcc5v0_usb
[    7.049361] iommu: Default domain type: Translated 
[    7.052034] SCSI subsystem initialized
[    7.052089] usbcore: registered new interface driver usbfs
[    7.052100] usbcore: registered new interface driver hub
[    7.052110] usbcore: registered new device driver usb
[    7.052134] mc: Linux media interface: v0.10
[    7.052142] videodev: Linux video capture interface: v2.00
[    7.052165] pps_core: LinuxPPS API ver. 1 registered
[    7.052168] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    7.052173] PTP clock support registered
[    7.052186] EDAC MC: Ver: 3.0.0
[    7.052418] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.
[    7.052445] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0
[    7.053250] Advanced Linux Sound Architecture Driver Initialized.
[    7.053378] Bluetooth: Core ver 2.22
[    7.053387] NET: Registered protocol family 31
[    7.053390] Bluetooth: HCI device and connection manager initialized
[    7.053394] Bluetooth: HCI socket layer initialized
[    7.053397] Bluetooth: L2CAP socket layer initialized
[    7.053406] Bluetooth: SCO socket layer initialized
[    7.054636] rockchip-cpuinfo cpuinfo: SoC        : 35881000
[    7.054640] rockchip-cpuinfo cpuinfo: Serial        : 7021b81bc6151bf5
[    7.054838] clocksource: Switched to clocksource arch_sys_counter
[    7.297277] NET: Registered protocol family 2
[    7.297377] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    7.299314] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    7.299384] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    7.299711] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    7.300351] TCP: Hash tables configured (established 65536 bind 65536)
[    7.300387] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    7.300507] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    7.300663] NET: Registered protocol family 1
[    7.300830] RPC: Registered named UNIX socket transport module.
[    7.300835] RPC: Registered udp transport module.
[    7.300837] RPC: Registered tcp transport module.
[    7.300840] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    7.301111] PCI: CLS 0 bytes, default 64
[    7.301715] rockchip-thermal fec00000.tsadc: Missing rockchip,grf property
[    7.302134] rockchip-thermal fec00000.tsadc: tsadc is probed successfully!
[    7.302679] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    7.304305] Initialise system trusted keyrings
[    7.304346] workingset: timestamp_bits=62 max_order=21 bucket_order=0
[    7.305567] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    7.305722] NFS: Registering the id_resolver key type
[    7.305729] Key type id_resolver registered
[    7.305731] Key type id_legacy registered
[    7.305743] ntfs: driver 2.1.32 [Flags: R/O].
[    7.305794] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    7.305876] fuse: init (API version 7.32)
[    7.305948] SGI XFS with security attributes, no debug enabled
[    7.326274] NET: Registered protocol family 38
[    7.326282] Key type asymmetric registered
[    7.326285] Asymmetric key parser 'x509' registered
[    7.326296] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    7.326299] io scheduler mq-deadline registered
[    7.326302] io scheduler kyber registered
[    7.326645] rockchip-csi2-dphy-hw fedc0000.csi2-dphy0-hw: csi2 dphy hw probe successfully!
[    7.326697] rockchip-csi2-dphy-hw fedc8000.csi2-dphy1-hw: csi2 dphy hw probe successfully!
[    7.332800] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy init success
[    7.333348] rockchip-hdptx-phy-hdmi fed70000.hdmiphy: hdptx phy init success
[    7.335418] rk-pcie fe150000.pcie: invalid prsnt-gpios property in node
[    7.335530] rk-pcie fe170000.pcie: invalid prsnt-gpios property in node
[    7.335552] rk-pcie fe170000.pcie: no vpcie3v3 regulator found
[    7.335637] pwm-backlight backlight: supply power not found, using dummy regulator
[    7.335828] rk-pcie fe170000.pcie: IRQ msi not found
[    7.335836] iep: Module initialized.
[    7.335841] rk-pcie fe170000.pcie: use outband MSI support
[    7.335845] rk-pcie fe170000.pcie: Missing *config* reg space
[    7.335864] rk-pcie fe170000.pcie: host bridge /pcie@fe170000 ranges:
[    7.335866] mpp_service mpp-srv: unknown mpp version for missing VCS info
[    7.335869] mpp_service mpp-srv: probe start
[    7.335886] rk-pcie fe170000.pcie:      err 0x00f2000000..0x00f20fffff -> 0x00f2000000
[    7.335902] rk-pcie fe170000.pcie:       IO 0x00f2100000..0x00f21fffff -> 0x00f2100000
[    7.335916] rk-pcie fe170000.pcie:      MEM 0x00f2200000..0x00f2ffffff -> 0x00f2200000
[    7.335928] rk-pcie fe170000.pcie:      MEM 0x0980000000..0x09bfffffff -> 0x0980000000
[    7.335952] rk-pcie fe170000.pcie: Missing *config* reg space
[    7.335979] rk-pcie fe170000.pcie: invalid resource
[    7.336576] mpp_vdpu1 fdb51000.avsd-plus: Adding to iommu group 1
[    7.336746] mpp_vdpu1 fdb51000.avsd-plus: probe device
[    7.336825] mpp_vdpu1 fdb51000.avsd-plus: reset_group->rw_sem_on=0
[    7.336830] mpp_vdpu1 fdb51000.avsd-plus: reset_group->rw_sem_on=0
[    7.336903] mpp_vdpu1 fdb51000.avsd-plus: probing finish
[    7.337132] mpp_vdpu2 fdb50400.vdpu: Adding to iommu group 1
[    7.337162] mpp_vdpu2 fdb50400.vdpu: probe device
[    7.337218] mpp_vdpu2 fdb50400.vdpu: reset_group->rw_sem_on=0
[    7.337222] mpp_vdpu2 fdb50400.vdpu: reset_group->rw_sem_on=0
[    7.337278] mpp_vdpu2 fdb50400.vdpu: probing finish
[    7.337387] mpp_vepu2 jpege-ccu: probing start
[    7.337391] mpp_vepu2 jpege-ccu: probing finish
[    7.337463] mpp_vepu2 fdb50000.vepu: Adding to iommu group 1
[    7.337490] mpp_vepu2 fdb50000.vepu: probing start
[    7.337545] mpp_vepu2 fdb50000.vepu: reset_group->rw_sem_on=0
[    7.337549] mpp_vepu2 fdb50000.vepu: reset_group->rw_sem_on=0
[    7.337603] mpp_vepu2 fdb50000.vepu: probing finish
[    7.337657] mpp_vepu2 fdba0000.jpege-core: Adding to iommu group 5
[    7.337723] mpp_vepu2 fdba0000.jpege-core: probing start
[    7.337797] mpp_vepu2 fdba0000.jpege-core: attach ccu success
[    7.337851] mpp_vepu2 fdba0000.jpege-core: probing finish
[    7.337888] mpp_vepu2 fdba4000.jpege-core: Adding to iommu group 6
[    7.337952] mpp_vepu2 fdba4000.jpege-core: probing start
[    7.338016] mpp_vepu2 fdba4000.jpege-core: attach ccu success
[    7.338069] mpp_vepu2 fdba4000.jpege-core: probing finish
[    7.338114] mpp_vepu2 fdba8000.jpege-core: Adding to iommu group 7
[    7.338184] mpp_vepu2 fdba8000.jpege-core: probing start
[    7.338247] mpp_vepu2 fdba8000.jpege-core: attach ccu success
[    7.338302] mpp_vepu2 fdba8000.jpege-core: probing finish
[    7.338349] mpp_vepu2 fdbac000.jpege-core: Adding to iommu group 8
[    7.338409] mpp_vepu2 fdbac000.jpege-core: probing start
[    7.338470] mpp_vepu2 fdbac000.jpege-core: attach ccu success
[    7.338523] mpp_vepu2 fdbac000.jpege-core: probing finish
[    7.338700] mpp-iep2 fdbb0000.iep: Adding to iommu group 9
[    7.338762] mpp-iep2 fdbb0000.iep: probe device
[    7.338843] mpp-iep2 fdbb0000.iep: allocate roi buffer failed
[    7.338894] mpp-iep2 fdbb0000.iep: probing finish
[    7.339024] mpp_jpgdec fdb90000.jpegd: Adding to iommu group 4
[    7.339145] mpp_jpgdec fdb90000.jpegd: probe device
[    7.339270] mpp_jpgdec fdb90000.jpegd: probing finish
[    7.339551] mpp_rkvdec2 fdc30000.rkvdec-ccu: rkvdec-ccu, probing start
[    7.339590] mpp_rkvdec2 fdc30000.rkvdec-ccu: ccu-mode: 1
[    7.339593] mpp_rkvdec2 fdc30000.rkvdec-ccu: probing finish
[    7.339656] mpp_rkvdec2 fdc38100.rkvdec-core: Adding to iommu group 12
[    7.339859] mpp_rkvdec2 fdc38100.rkvdec-core: rkvdec-core, probing start
[    7.339938] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_a is not found!
[    7.339942] rkvdec2_init:1022: No niu aclk reset resource define
[    7.339945] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_h is not found!
[    7.339948] rkvdec2_init:1025: No niu hclk reset resource define
[    7.339964] mpp_rkvdec2 fdc38100.rkvdec-core: no regulator, devfreq is disabled
[    7.340007] mpp_rkvdec2 fdc38100.rkvdec-core: core_mask=00010001
[    7.340011] mpp_rkvdec2 fdc38100.rkvdec-core: attach ccu as core 0
[    7.340142] mpp_rkvdec2 fdc38100.rkvdec-core: sram_start 0x00000000ff001000
[    7.340145] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_iova 0x00000000fff00000
[    7.340148] mpp_rkvdec2 fdc38100.rkvdec-core: sram_size 491520
[    7.340151] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_size 1048576
[    7.340154] mpp_rkvdec2 fdc38100.rkvdec-core: min_width 512
[    7.340158] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_info_count 20
[    7.340161] mpp_rkvdec2 fdc38100.rkvdec-core: [136, 24576]
[    7.340164] mpp_rkvdec2 fdc38100.rkvdec-core: [137, 49152]
[    7.340167] mpp_rkvdec2 fdc38100.rkvdec-core: [141, 90112]
[    7.340170] mpp_rkvdec2 fdc38100.rkvdec-core: [140, 49152]
[    7.340173] mpp_rkvdec2 fdc38100.rkvdec-core: [139, 180224]
[    7.340176] mpp_rkvdec2 fdc38100.rkvdec-core: [133, 49152]
[    7.340178] mpp_rkvdec2 fdc38100.rkvdec-core: [134, 8192]
[    7.340181] mpp_rkvdec2 fdc38100.rkvdec-core: [135, 4352]
[    7.340184] mpp_rkvdec2 fdc38100.rkvdec-core: [138, 13056]
[    7.340187] mpp_rkvdec2 fdc38100.rkvdec-core: [142, 291584]
[    7.340207] mpp_rkvdec2 fdc38100.rkvdec-core: probing finish
[    7.340257] mpp_rkvdec2 fdc48100.rkvdec-core: Adding to iommu group 13
[    7.340443] mpp_rkvdec2 fdc48100.rkvdec-core: rkvdec-core, probing start
[    7.340518] mpp_rkvdec2 fdc48100.rkvdec-core: shared_niu_a is not found!
[    7.340521] rkvdec2_init:1022: No niu aclk reset resource define
[    7.340524] mpp_rkvdec2 fdc48100.rkvdec-core: shared_niu_h is not found!
[    7.340527] rkvdec2_init:1025: No niu hclk reset resource define
[    7.340540] mpp_rkvdec2 fdc48100.rkvdec-core: no regulator, devfreq is disabled
[    7.340570] mpp_rkvdec2 fdc48100.rkvdec-core: core_mask=00020002
[    7.340585] mpp_rkvdec2 fdc48100.rkvdec-core: attach ccu as core 1
[    7.340734] mpp_rkvdec2 fdc48100.rkvdec-core: sram_start 0x00000000ff079000
[    7.340737] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_iova 0x00000000ffe00000
[    7.340740] mpp_rkvdec2 fdc48100.rkvdec-core: sram_size 487424
[    7.340743] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_size 1048576
[    7.340747] mpp_rkvdec2 fdc48100.rkvdec-core: min_width 512
[    7.340751] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_info_count 20
[    7.340754] mpp_rkvdec2 fdc48100.rkvdec-core: [136, 24576]
[    7.340757] mpp_rkvdec2 fdc48100.rkvdec-core: [137, 49152]
[    7.340760] mpp_rkvdec2 fdc48100.rkvdec-core: [141, 90112]
[    7.340762] mpp_rkvdec2 fdc48100.rkvdec-core: [140, 49152]
[    7.340765] mpp_rkvdec2 fdc48100.rkvdec-core: [139, 180224]
[    7.340768] mpp_rkvdec2 fdc48100.rkvdec-core: [133, 49152]
[    7.340771] mpp_rkvdec2 fdc48100.rkvdec-core: [134, 8192]
[    7.340774] mpp_rkvdec2 fdc48100.rkvdec-core: [135, 4352]
[    7.340777] mpp_rkvdec2 fdc48100.rkvdec-core: [138, 13056]
[    7.340780] mpp_rkvdec2 fdc48100.rkvdec-core: [142, 291584]
[    7.340799] mpp_rkvdec2 fdc48100.rkvdec-core: probing finish
[    7.340958] mpp_rkvenc2 rkvenc-ccu: probing start
[    7.340962] mpp_rkvenc2 rkvenc-ccu: probing finish
[    7.341389] mpp_av1dec: Adding child /av1d@fdc70000
[    7.341556] mpp_av1dec: register device av1d-master
[    7.341569] mpp_av1dec av1d-master: av1_iommu_of_xlate,784
[    7.341582] av1_iommu_probe_device,736, consumer : av1d-master, supplier : fdca0000.iommu
[    7.341587] mpp_av1dec av1d-master: Adding to iommu group 17
[    7.341772] mpp_av1dec av1d-master: probing start
[    7.341909] mpp_av1dec av1d-master: probing finish
[    7.341929] mpp_service mpp-srv: probe success
[    7.349000] dma-pl330 fea10000.dma-controller: Loaded driver for PL330 DMAC-241330
[    7.349007] dma-pl330 fea10000.dma-controller:     DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    7.349541] dma-pl330 fea30000.dma-controller: Loaded driver for PL330 DMAC-241330
[    7.349546] dma-pl330 fea30000.dma-controller:     DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    7.350099] dma-pl330 fed10000.dma-controller: Loaded driver for PL330 DMAC-241330
[    7.350104] dma-pl330 fed10000.dma-controller:     DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    7.350551] rockchip-pvtm fda40000.pvtm: pvtm@0 probed
[    7.350588] rockchip-pvtm fda50000.pvtm: pvtm@1 probed
[    7.350621] rockchip-pvtm fda60000.pvtm: pvtm@2 probed
[    7.350654] rockchip-pvtm fdaf0000.pvtm: pvtm@3 probed
[    7.350685] rockchip-pvtm fdb30000.pvtm: pvtm@4 probed
[    7.351076] rockchip-system-monitor rockchip-system-monitor: system monitor probe
[    7.351643] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[    7.351998] febc0000.serial: ttyS9 at MMIO 0xfebc0000 (irq = 105, base_baud = 1500000) is a 16550A
[    7.353449] rockchip-vop2 fdd90000.vop: Adding to iommu group 16
[    7.360236] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x5, primary plane phy id: 2
[    7.360245] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp1 assign plane mask: 0xa, primary plane phy id: 3
[    7.360251] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x140, primary plane phy id: 8
[    7.360256] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp3 assign plane mask: 0x280, primary plane phy id: 9
[    7.360424] [drm] failed to init overlay plane Cluster0-win1
[    7.360449] [drm] failed to init overlay plane Cluster1-win1
[    7.360472] [drm] failed to init overlay plane Cluster2-win1
[    7.360493] [drm] failed to init overlay plane Cluster3-win1
[    7.368124] rockchip-drm display-subsystem: bound fdd90000.vop (ops 0xffffffc00935e230)
[    7.368465] dwhdmi-rockchip fde80000.hdmi: registered ddc I2C bus driver
[    7.368752] rockchip-drm display-subsystem: bound fde80000.hdmi (ops 0xffffffc00936cdc0)
[    7.369127] dwhdmi-rockchip fdea0000.hdmi: registered ddc I2C bus driver
[    7.369381] rockchip-drm display-subsystem: bound fdea0000.hdmi (ops 0xffffffc00936cdc0)
[    7.369416] dw-mipi-dsi2 fde20000.dsi: [drm:dw_mipi_dsi2_bind] *ERROR* Failed to find panel or bridge: -517
[    7.542646] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.568195] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.594862] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.621528] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.648195] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.674859] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.701528] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.728195] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.754858] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.781528] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[   10.208194] rk-pcie fe170000.pcie: PCIe Link Fail, LTSSM is 0x3, hw_retries=0
[   12.544855] rk_pcie_establish_link: 132 callbacks suppressed
[   12.544860] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[   12.571527] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[   12.598194] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[   12.624857] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[   12.651527] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[   12.678194] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[   12.704857] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[   12.731526] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[   12.758194] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[   12.784857] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[   14.091525] rk-pcie fe170000.pcie: PCIe Link Fail, LTSSM is 0x3, hw_retries=1
[   15.111526] rk-pcie fe170000.pcie: failed to initialize host
[   67.344823] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[   67.344835] rcu:     0-...0: (1 GPs behind) idle=5c2/1/0x4000000000000000 softirq=6/6 fqs=5999 last_accelerate: 0000/e746 dyntick_enabled: 0
[   67.344841]     (detected by 7, t=18002 jiffies, g=-1167, q=35)
[   67.344845] Task dump for CPU 0:
[   67.344849] task:rk-pcie         state:R  running task     stack:    0 pid:  152 ppid:     2 flags:0x0000000a
[   67.344856] Call trace:
[   67.344864]  __switch_to+0xe4/0x140
[   67.344872]  of_phandle_iterator_next+0xbc/0x1b0
[   67.344876]  __of_parse_phandle_with_args+0x80/0xf4
[   67.344880]  of_parse_phandle_with_args+0x2c/0x40
[   67.344886]  kstrdup_const+0x38/0x40
[   67.344892]  clk_hw_create_clk.part.0.isra.0+0xf0/0x150
[   67.344896]  of_clk_get+0x5c/0x90
[   67.344901]  clk_bulk_get_all+0xdc/0x184
[   67.344905]  0x0
[   67.344909] CPU0 online:1
[   67.344918]     EL2(NS) PC: <0xffffffc008690b58> dw_pcie_read+0x18/0xa4
[   67.345041] 
[   67.345044] CPU1 online:1
[   67.345052]     EL2(NS) PC: <0xffffffc009244304> __cpu_do_idle+0x4/0x10
[   67.345174] 
[   67.345177] CPU2 online:1
[   67.345184]     EL2(NS) PC: <0xffffffc0081e8974> unmap_kernel_range+0x54/0x90
[   67.345307] 
[   67.345310] CPU3 online:1
[   67.345316]     EL2(NS) PC: <0xffffffc008706214> console_putc+0x54/0x90
[   67.345332]     EL2(NS) PC: <0xffffffc0080f2e0c> enqueue_hrtimer+0x4c/0xb4
[   67.345338]     EL2(NS) PC: <0xffffffc0080968ac> find_busiest_group+0xc8/0xbcc
[   67.345344]     EL2(NS) PC: <0xffffffc009244304> __cpu_do_idle+0x4/0x10
[   67.345456] 
[   67.345458] CPU4 online:1
[   67.345465]     EL2(NS) PC: <0xffffffc009244300> __cpu_do_idle+0x0/0x10
[   67.345590] 
[   67.345593] CPU5 online:1
[   67.345598]     EL2(NS) PC: <0xffffffc009244300> __cpu_do_idle+0x0/0x10
[   67.345724] 
[   67.345727] CPU6 online:1
[   67.345733]     EL2(NS) PC: <0xffffffc009244300> __cpu_do_idle+0x0/0x10
[   67.345858] 
[   67.345861] CPU7 online:1
[   67.345868]     EL2(NS) PC: <0xffffffc008712234> rockchip_panic_notify+0x364/0x440
[   67.345994] 
[   67.345999]            CPU0       CPU1       CPU2       CPU3       CPU4       CPU5       CPU6       CPU7       
[   67.346011]  13:         49        100        251         77        440         78        306       6039     GICv3  26 Level     arch_timer
[   67.346017]  14:          0          0          0          0          0          0          0          0     GICv3 321 Level     rk_timer
[   67.346024]  15:          0          0          0          0          0          0          0          0     GICv3  23 Level     arm-pmu
[   67.346032]  24:          0          0          0          0          0          0          0          0     GICv3 425 Level     rockchip_usb2phy
[   67.346039]  25:          0          0          0          0          0          0          0          0     GICv3 423 Level     rockchip_usb2phy
[   67.346044]  26:          0          0          0          0          0          0          0          0     GICv3 424 Level     rockchip_usb2phy
[   67.346051]  30:          0          0          0          0          0          0          0          0     GICv3 142 Level     fdab9000.iommu
[   67.346057]  31:          0          0          0          0          0          0          0          0     GICv3 143 Level     fdab9000.iommu
[   67.346063]  32:          0          0          0          0          0          0          0          0     GICv3 144 Level     fdab9000.iommu
[   67.346068]  33:          0          0          0          0          0          0          0          0     GICv3 152 Level     fdb50000.vepu
[   67.346075]  34:          0          0          0          0          0          0          0          0     GICv3 151 Level     fdb51000.avsd-plus, fdb50400.vdpu
[   67.346081]  35:          0          0          0          0          0          0          0          0     GICv3 150 Level     fdb50800.iommu
[   67.346087]  36:          0          0          0          0          0          0          0          0     GICv3 146 Level     fdb60f00.iommu
[   67.346093]  37:          0          0          0          0          0          0          0          0     GICv3 147 Level     fdb70f00.iommu
[   67.346100]  39:          0          0          0          0          0          0          0          0     GICv3 161 Level     fdb90000.jpegd
[   67.346106]  40:          0          0          0          0          0          0          0          0     GICv3 162 Level     fdb90480.iommu
[   67.346112]  41:          0          0          0          0          0          0          0          0     GICv3 154 Level     fdba0000.jpege-core
[   67.346118]  42:          0          0          0          0          0          0          0          0     GICv3 153 Level     fdba0800.iommu
[   67.346124]  43:          0          0          0          0          0          0          0          0     GICv3 156 Level     fdba4000.jpege-core
[   67.346130]  44:          0          0          0          0          0          0          0          0     GICv3 155 Level     fdba4800.iommu
[   67.346136]  45:          0          0          0          0          0          0          0          0     GICv3 158 Level     fdba8000.jpege-core
[   67.346142]  46:          0          0          0          0          0          0          0          0     GICv3 157 Level     fdba8800.iommu
[   67.346148]  47:          0          0          0          0          0          0          0          0     GICv3 160 Level     fdbac000.jpege-core
[   67.346154]  48:          0          0          0          0          0          0          0          0     GICv3 159 Level     fdbac800.iommu
[   67.346160]  49:          0          0          0          0          0          0          0          0     GICv3 149 Level     fdbb0800.iommu, fdbb0000.iep
[   67.346167]  51:          0          0          0          0          0          0          0          0     GICv3 131 Level     fdbdf000.iommu
[   67.346172]  52:          0          0          0          0          0          0          0          0     GICv3 132 Level     fdbdf000.iommu
[   67.346178]  54:          0          0          0          0          0          0          0          0     GICv3 134 Level     fdbef000.iommu
[   67.346184]  55:          0          0          0          0          0          0          0          0     GICv3 135 Level     fdbef000.iommu
[   67.346190]  56:          0          0          0          0          0          0          0          0     GICv3 127 Level     fdc38100.rkvdec-core
[   67.346196]  57:          0          0          0          0          0          0          0          0     GICv3 128 Level     fdc38700.iommu
[   67.346202]  58:          0          0          0          0          0          0          0          0     GICv3 129 Level     fdc48100.rkvdec-core
[   67.346208]  59:          0          0          0          0          0          0          0          0     GICv3 130 Level     fdc48700.iommu
[   67.346213]  60:          0          0          0          0          0          0          0          0     GICv3 141 Level     fdca0000.iommu
[   67.346220]  64:          0          0          0          0          0          0          0          0     GICv3 164 Level     fdcb7f00.iommu
[   67.346226]  66:          0          0          0          0          0          0          0          0     GICv3 145 Level     fdce0800.iommu
[   67.346235]  79:          0          0          0          0          0          0          0          0     GICv3 188 Level     fdd97e00.iommu, fdd90000.vop
[   67.346242]  81:          0          0          0          0          0          0          0          0     GICv3 199 Level     fde20000.dsi
[   67.346247]  82:          0          0          0          0          0          0          0          0     GICv3 193 Level     fde50000.dp
[   67.346253]  83:          0          0          0          0          0          0          0          0     GICv3 201 Level     fde80000.hdmi
[   67.346259]  85:          0          0          0          0          0          0          0          0     GICv3 203 Level     fde80000.hdmi
[   67.346265]  86:          0          0          0          0          0          0          0          0     GICv3 204 Level     fde80000.hdmi
[   67.346270]  87:          0          0          0          0          0          0          0          0     GICv3 392 Level     dw-hdmi-qp-hpd
[   67.346278]  96:          0          0          0          0          0          0          0          0     GICv3 118 Level     fea10000.dma-controller
[   67.346285]  97:          0          0          0          0          0          0          0          0     GICv3 119 Level     fea10000.dma-controller
[   67.346291]  98:          0          0          0          0          0          0          0          0     GICv3 120 Level     fea30000.dma-controller
[   67.346297]  99:          0          0          0          0          0          0          0          0     GICv3 121 Level     fea30000.dma-controller
[   67.346304] 106:          0          0          0          0          0          0          0          0     GICv3 429 Level     rockchip_thermal
[   67.346311] 110:          0          0          0          0          0          0          0          0     GICv3 122 Level     fed10000.dma-controller
[   67.346317] 111:          0          0          0          0          0          0          0          0     GICv3 123 Level     fed10000.dma-controller
[   67.346323] 112:          0          0          0          0          0          0          0          0     GICv3 309 Level     (null)
[   67.346329] 113:          0          0          0          0          0          0          0          0     GICv3 310 Level     (null)
[   67.346335] 114:          0          0          0          0          0          0          0          0     GICv3 311 Level     (null)
[   67.346340] 115:          0          0          0          0          0          0          0          0     GICv3 312 Level     (null)
[   67.346346] 116:          0          0          0          0          0          0          0          0     GICv3 313 Level     (null)
[   67.346352] 117:          0          0          0          0          0          0          0          0     GICv3 426 Level     rockchip_usb2phy
[   67.346358] 120:          0          0          0          0          0          0          0          0     GICv3 194 Level     fde60000.dp
[   67.346364] 121:          0          0          0          0          0          0          0          0     GICv3 205 Level     fdea0000.hdmi
[   67.346371] 125:          0          0          0          0          0          0          0          0     GICv3 393 Level     dw-hdmi-qp-hpd
[   67.346378] 129:          0          0          0          0          0          0          0          0     GICv3 295 Level     pcie-sys
[   67.346384] 134:          0          0          0          0          0          0          0          0     GICv3 275 Level     pcie-sys
[   67.346390] 137:          0          0          0          0          0          0          0          0     GICv3 272 Level     (null)
[   67.346397] 139:          0          0          0          0          0          0          0          0     GICv3 455 Edge      debug-signal
[   67.346403] 140:          0          0          0          0          0          0          0          0     GICv3 365 Level     debug
[   67.346410] 141:          0          0          0          0          0          0          0          0     GICv3 140 Level     av1d-master
[   68.346540]            CPU0       CPU1       CPU2       CPU3       CPU4       CPU5       CPU6       CPU7       
[   68.346549]  13:         49        102        251        271        445         78        306       6039     GICv3  26 Level     arch_timer
[   68.346555]  14:          0          0          0          0          0          0          0          0     GICv3 321 Level     rk_timer
[   68.346561]  15:          0          0          0          0          0          0          0          0     GICv3  23 Level     arm-pmu
[   68.346568]  24:          0          0          0          0          0          0          0          0     GICv3 425 Level     rockchip_usb2phy
[   68.346574]  25:          0          0          0          0          0          0          0          0     GICv3 423 Level     rockchip_usb2phy
[   68.346580]  26:          0          0          0          0          0          0          0          0     GICv3 424 Level     rockchip_usb2phy
[   68.346586]  30:          0          0          0          0          0          0          0          0     GICv3 142 Level     fdab9000.iommu
[   68.346592]  31:          0          0          0          0          0          0          0          0     GICv3 143 Level     fdab9000.iommu
[   68.346598]  32:          0          0          0          0          0          0          0          0     GICv3 144 Level     fdab9000.iommu
[   68.346603]  33:          0          0          0          0          0          0          0          0     GICv3 152 Level     fdb50000.vepu
[   68.346609]  34:          0          0          0          0          0          0          0          0     GICv3 151 Level     fdb51000.avsd-plus, fdb50400.vdpu
[   68.346615]  35:          0          0          0          0          0          0          0          0     GICv3 150 Level     fdb50800.iommu
[   68.346621]  36:          0          0          0          0          0          0          0          0     GICv3 146 Level     fdb60f00.iommu
[   68.346626]  37:          0          0          0          0          0          0          0          0     GICv3 147 Level     fdb70f00.iommu
[   68.346632]  39:          0          0          0          0          0          0          0          0     GICv3 161 Level     fdb90000.jpegd
[   68.346638]  40:          0          0          0          0          0          0          0          0     GICv3 162 Level     fdb90480.iommu
[   68.346643]  41:          0          0          0          0          0          0          0          0     GICv3 154 Level     fdba0000.jpege-core
[   68.346649]  42:          0          0          0          0          0          0          0          0     GICv3 153 Level     fdba0800.iommu
[   68.346654]  43:          0          0          0          0          0          0          0          0     GICv3 156 Level     fdba4000.jpege-core
[   68.346660]  44:          0          0          0          0          0          0          0          0     GICv3 155 Level     fdba4800.iommu
[   68.346666]  45:          0          0          0          0          0          0          0          0     GICv3 158 Level     fdba8000.jpege-core
[   68.346671]  46:          0          0          0          0          0          0          0          0     GICv3 157 Level     fdba8800.iommu
[   68.346677]  47:          0          0          0          0          0          0          0          0     GICv3 160 Level     fdbac000.jpege-core
[   68.346683]  48:          0          0          0          0          0          0          0          0     GICv3 159 Level     fdbac800.iommu
[   68.346689]  49:          0          0          0          0          0          0          0          0     GICv3 149 Level     fdbb0800.iommu, fdbb0000.iep
[   68.346694]  51:          0          0          0          0          0          0          0          0     GICv3 131 Level     fdbdf000.iommu
[   68.346700]  52:          0          0          0          0          0          0          0          0     GICv3 132 Level     fdbdf000.iommu
[   68.346706]  54:          0          0          0          0          0          0          0          0     GICv3 134 Level     fdbef000.iommu
[   68.346711]  55:          0          0          0          0          0          0          0          0     GICv3 135 Level     fdbef000.iommu
[   68.346717]  56:          0          0          0          0          0          0          0          0     GICv3 127 Level     fdc38100.rkvdec-core
[   68.346723]  57:          0          0          0          0          0          0          0          0     GICv3 128 Level     fdc38700.iommu
[   68.346729]  58:          0          0          0          0          0          0          0          0     GICv3 129 Level     fdc48100.rkvdec-core
[   68.346734]  59:          0          0          0          0          0          0          0          0     GICv3 130 Level     fdc48700.iommu
[   68.346740]  60:          0          0          0          0          0          0          0          0     GICv3 141 Level     fdca0000.iommu
[   68.346746]  64:          0          0          0          0          0          0          0          0     GICv3 164 Level     fdcb7f00.iommu
[   68.346752]  66:          0          0          0          0          0          0          0          0     GICv3 145 Level     fdce0800.iommu
[   68.346760]  79:          0          0          0          0          0          0          0          0     GICv3 188 Level     fdd97e00.iommu, fdd90000.vop
[   68.346766]  81:          0          0          0          0          0          0          0          0     GICv3 199 Level     fde20000.dsi
[   68.346772]  82:          0          0          0          0          0          0          0          0     GICv3 193 Level     fde50000.dp
[   68.346778]  83:          0          0          0          0          0          0          0          0     GICv3 201 Level     fde80000.hdmi
[   68.346783]  85:          0          0          0          0          0          0          0          0     GICv3 203 Level     fde80000.hdmi
[   68.346789]  86:          0          0          0          0          0          0          0          0     GICv3 204 Level     fde80000.hdmi
[   68.346795]  87:          0          0          0          0          0          0          0          0     GICv3 392 Level     dw-hdmi-qp-hpd
[   68.346802]  96:          0          0          0          0          0          0          0          0     GICv3 118 Level     fea10000.dma-controller
[   68.346808]  97:          0          0          0          0          0          0          0          0     GICv3 119 Level     fea10000.dma-controller
[   68.346813]  98:          0          0          0          0          0          0          0          0     GICv3 120 Level     fea30000.dma-controller
[   68.346819]  99:          0          0          0          0          0          0          0          0     GICv3 121 Level     fea30000.dma-controller
[   68.346826] 106:          0          0          0          0          0          0          0          0     GICv3 429 Level     rockchip_thermal
[   68.346832] 110:          0          0          0          0          0          0          0          0     GICv3 122 Level     fed10000.dma-controller
[   68.346838] 111:          0          0          0          0          0          0          0          0     GICv3 123 Level     fed10000.dma-controller
[   68.346843] 112:          0          0          0          0          0          0          0          0     GICv3 309 Level     (null)
[   68.346849] 113:          0          0          0          0          0          0          0          0     GICv3 310 Level     (null)
[   68.346855] 114:          0          0          0          0          0          0          0          0     GICv3 311 Level     (null)
[   68.346860] 115:          0          0          0          0          0          0          0          0     GICv3 312 Level     (null)
[   68.346866] 116:          0          0          0          0          0          0          0          0     GICv3 313 Level     (null)
[   68.346871] 117:          0          0          0          0          0          0          0          0     GICv3 426 Level     rockchip_usb2phy
[   68.346877] 120:          0          0          0          0          0          0          0          0     GICv3 194 Level     fde60000.dp
[   68.346883] 121:          0          0          0          0          0          0          0          0     GICv3 205 Level     fdea0000.hdmi
[   68.346890] 125:          0          0          0          0          0          0          0          0     GICv3 393 Level     dw-hdmi-qp-hpd
[   68.346896] 129:          0          0          0          0          0          0          0          0     GICv3 295 Level     pcie-sys
[   68.346902] 134:          0          0          0          0          0          0          0          0     GICv3 275 Level     pcie-sys
[   68.346908] 137:          0          0          0          0          0          0          0          0     GICv3 272 Level     (null)
[   68.346914] 139:          0          0          0          0          0          0          0          0     GICv3 455 Edge      debug-signal
[   68.346920] 140:          0          0          0          0          0          0          0          0     GICv3 365 Level     debug
[   68.346925] 141:          0          0          0          0          0          0          0          0     GICv3 140 Level     av1d-master
[  247.364785] rcu: INFO: rcu_sched detected stalls on CPUs/tasks:
[  247.364794] rcu:     0-...0: (1 GPs behind) idle=5c2/1/0x4000000000000000 softirq=6/6 fqs=23901 last_accelerate: 0000/ba3c dyntick_enabled: 0
[  247.364799]     (detected by 7, t=72008 jiffies, g=-1167, q=35)
[  247.364802] Task dump for CPU 0:
[  247.364805] task:rk-pcie         state:R  running task     stack:    0 pid:  152 ppid:     2 flags:0x0000000a
[  247.364811] Call trace:
[  247.364816]  __switch_to+0xe4/0x140
[  247.364822]  of_phandle_iterator_next+0xbc/0x1b0
[  247.364826]  __of_parse_phandle_with_args+0x80/0xf4
[  247.364830]  of_parse_phandle_with_args+0x2c/0x40
[  247.364834]  kstrdup_const+0x38/0x40
[  247.364839]  clk_hw_create_clk.part.0.isra.0+0xf0/0x150
[  247.364842]  of_clk_get+0x5c/0x90
[  247.364847]  clk_bulk_get_all+0xdc/0x184
[  247.364850]  0x0
[  247.364854] CPU0 online:1
[  247.364861]     EL2(NS) PC: <0xffffffc008690b58> dw_pcie_read+0x18/0xa4
[  247.364984] 
[  247.364986] CPU1 online:1
[  247.364993]     EL2(NS) PC: <0xffffffc009244304> __cpu_do_idle+0x4/0x10
[  247.365115] 
[  247.365118] CPU2 online:1
[  247.365124]     EL2(NS) PC: <0xffffffc0081e8974> unmap_kernel_range+0x54/0x90
[  247.365247] 
[  247.365250] CPU3 online:1
[  247.365256]     EL2(NS) PC: <0xffffffc008106430> sched_clock+0x10/0xa0
[  247.365262]     EL2(NS) PC: <0xffffffc008706214> console_putc+0x54/0x90
[  247.365285]     EL2(NS) PC: <0xffffffc008706218> console_putc+0x58/0x90
[  247.365293]     EL2(NS) PC: <0xffffffc008080300> update_rq_clock+0x70/0x164
[  247.365298]     EL2(NS) PC: <0xffffffc008096dfc> find_busiest_group+0x618/0xbcc
[  247.365304]     EL2(NS) PC: <0xffffffc009244304> __cpu_do_idle+0x4/0x10
[  247.365403] 
[  247.365405] CPU4 online:1
[  247.365411]     EL2(NS) PC: <0xffffffc009244300> __cpu_do_idle+0x0/0x10
[  247.365537] 
[  247.365539] CPU5 online:1
[  247.365545]     EL2(NS) PC: <0xffffffc009244300> __cpu_do_idle+0x0/0x10
[  247.365671] 
[  247.365673] CPU6 online:1
[  247.365679]     EL2(NS) PC: <0xffffffc009244300> __cpu_do_idle+0x0/0x10
[  247.365805] 
[  247.365807] CPU7 online:1
[  247.365814]     EL2(NS) PC: <0xffffffc008712234> rockchip_panic_notify+0x364/0x440
[  247.365940] 
[  247.365945]            CPU0       CPU1       CPU2       CPU3       CPU4       CPU5       CPU6       CPU7       
[  247.365953]  13:         49        159        251        498       1388         78        307      23941     GICv3  26 Level     arch_timer
[  247.365959]  14:          0          0          0          0          0          0          0          0     GICv3 321 Level     rk_timer
[  247.365964]  15:          0          0          0          0          0          0          0          0     GICv3  23 Level     arm-pmu
[  247.365972]  24:          0          0          0          0          0          0          0          0     GICv3 425 Level     rockchip_usb2phy
[  247.365978]  25:          0          0          0          0          0          0          0          0     GICv3 423 Level     rockchip_usb2phy
[  247.365983]  26:          0          0          0          0          0          0          0          0     GICv3 424 Level     rockchip_usb2phy
[  247.365990]  30:          0          0          0          0          0          0          0          0     GICv3 142 Level     fdab9000.iommu
[  247.365995]  31:          0          0          0          0          0          0          0          0     GICv3 143 Level     fdab9000.iommu
[  247.366001]  32:          0          0          0          0          0          0          0          0     GICv3 144 Level     fdab9000.iommu
[  247.366007]  33:          0          0          0          0          0          0          0          0     GICv3 152 Level     fdb50000.vepu
[  247.366013]  34:          0          0          0          0          0          0          0          0     GICv3 151 Level     fdb51000.avsd-plus, fdb50400.vdpu
[  247.366019]  35:          0          0          0          0          0          0          0          0     GICv3 150 Level     fdb50800.iommu
[  247.366024]  36:          0          0          0          0          0          0          0          0     GICv3 146 Level     fdb60f00.iommu
[  247.366030]  37:          0          0          0          0          0          0          0          0     GICv3 147 Level     fdb70f00.iommu
[  247.366036]  39:          0          0          0          0          0          0          0          0     GICv3 161 Level     fdb90000.jpegd
[  247.366041]  40:          0          0          0          0          0          0          0          0     GICv3 162 Level     fdb90480.iommu
[  247.366047]  41:          0          0          0          0          0          0          0          0     GICv3 154 Level     fdba0000.jpege-core
[  247.366052]  42:          0          0          0          0          0          0          0          0     GICv3 153 Level     fdba0800.iommu
[  247.366058]  43:          0          0          0          0          0          0          0          0     GICv3 156 Level     fdba4000.jpege-core
[  247.366064]  44:          0          0          0          0          0          0          0          0     GICv3 155 Level     fdba4800.iommu
[  247.366070]  45:          0          0          0          0          0          0          0          0     GICv3 158 Level     fdba8000.jpege-core
[  247.366075]  46:          0          0          0          0          0          0          0          0     GICv3 157 Level     fdba8800.iommu
[  247.366081]  47:          0          0          0          0          0          0          0          0     GICv3 160 Level     fdbac000.jpege-core
[  247.366086]  48:          0          0          0          0          0          0          0          0     GICv3 159 Level     fdbac800.iommu
[  247.366092]  49:          0          0          0          0          0          0          0          0     GICv3 149 Level     fdbb0800.iommu, fdbb0000.iep
[  247.366098]  51:          0          0          0          0          0          0          0          0     GICv3 131 Level     fdbdf000.iommu
[  247.366104]  52:          0          0          0          0          0          0          0          0     GICv3 132 Level     fdbdf000.iommu
[  247.366110]  54:          0          0          0          0          0          0          0          0     GICv3 134 Level     fdbef000.iommu
[  247.366115]  55:          0          0          0          0          0          0          0          0     GICv3 135 Level     fdbef000.iommu
[  247.366121]  56:          0          0          0          0          0          0          0          0     GICv3 127 Level     fdc38100.rkvdec-core
[  247.366127]  57:          0          0          0          0          0          0          0          0     GICv3 128 Level     fdc38700.iommu
[  247.366132]  58:          0          0          0          0          0          0          0          0     GICv3 129 Level     fdc48100.rkvdec-core
[  247.366138]  59:          0          0          0          0          0          0          0          0     GICv3 130 Level     fdc48700.iommu
[  247.366144]  60:          0          0          0          0          0          0          0          0     GICv3 141 Level     fdca0000.iommu
[  247.366150]  64:          0          0          0          0          0          0          0          0     GICv3 164 Level     fdcb7f00.iommu
[  247.366156]  66:          0          0          0          0          0          0          0          0     GICv3 145 Level     fdce0800.iommu
[  247.366164]  79:          0          0          0          0          0          0          0          0     GICv3 188 Level     fdd97e00.iommu, fdd90000.vop
[  247.366170]  81:          0          0          0          0          0          0          0          0     GICv3 199 Level     fde20000.dsi
[  247.366176]  82:          0          0          0          0          0          0          0          0     GICv3 193 Level     fde50000.dp
[  247.366181]  83:          0          0          0          0          0          0          0          0     GICv3 201 Level     fde80000.hdmi
[  247.366187]  85:          0          0          0          0          0          0          0          0     GICv3 203 Level     fde80000.hdmi
[  247.366193]  86:          0          0          0          0          0          0          0          0     GICv3 204 Level     fde80000.hdmi
[  247.366199]  87:          0          0          0          0          0          0          0          0     GICv3 392 Level     dw-hdmi-qp-hpd
[  247.366206]  96:          0          0          0          0          0          0          0          0     GICv3 118 Level     fea10000.dma-controller
[  247.366212]  97:          0          0          0          0          0          0          0          0     GICv3 119 Level     fea10000.dma-controller
[  247.366217]  98:          0          0          0          0          0          0          0          0     GICv3 120 Level     fea30000.dma-controller
[  247.366223]  99:          0          0          0          0          0          0          0          0     GICv3 121 Level     fea30000.dma-controller
[  247.366230] 106:          0          0          0          0          0          0          0          0     GICv3 429 Level     rockchip_thermal
[  247.366236] 110:          0          0          0          0          0          0          0          0     GICv3 122 Level     fed10000.dma-controller
[  247.366242] 111:          0          0          0          0          0          0          0          0     GICv3 123 Level     fed10000.dma-controller
[  247.366248] 112:          0          0          0          0          0          0          0          0     GICv3 309 Level     (null)
[  247.366253] 113:          0          0          0          0          0          0          0          0     GICv3 310 Level     (null)
[  247.366259] 114:          0          0          0          0          0          0          0          0     GICv3 311 Level     (null)
[  247.366264] 115:          0          0          0          0          0          0          0          0     GICv3 312 Level     (null)
[  247.366270] 116:          0          0          0          0          0          0          0          0     GICv3 313 Level     (null)
[  247.366276] 117:          0          0          0          0          0          0          0          0     GICv3 426 Level     rockchip_usb2phy
[  247.366282] 120:          0          0          0          0          0          0          0          0     GICv3 194 Level     fde60000.dp
[  247.366288] 121:          0          0          0          0          0          0          0          0     GICv3 205 Level     fdea0000.hdmi
[  247.366294] 125:          0          0          0          0          0          0          0          0     GICv3 393 Level     dw-hdmi-qp-hpd
[  247.366300] 129:          0          0          0          0          0          0          0          0     GICv3 295 Level     pcie-sys
[  247.366306] 134:          0          0          0          0          0          0          0          0     GICv3 275 Level     pcie-sys
[  247.366312] 137:          0          0          0          0          0          0          0          0     GICv3 272 Level     (null)
[  247.366318] 139:          0          0          0          0          0          0          0          0     GICv3 455 Edge      debug-signal
[  247.366324] 140:          0          0          0          0          0          0          0          0     GICv3 365 Level     debug
[  247.366330] 141:          0          0          0          0          0          0          0          0     GICv3 140 Level     av1d-master
[  248.366460]            CPU0       CPU1       CPU2       CPU3       CPU4       CPU5       CPU6       CPU7       
[  248.366470]  13:         49        160        251        695       1393         78        307      23941     GICv3  26 Level     arch_timer
[  248.366476]  14:          0          0          0          0          0          0          0          0     GICv3 321 Level     rk_timer
[  248.366481]  15:          0          0          0          0          0          0          0          0     GICv3  23 Level     arm-pmu
[  248.366489]  24:          0          0          0          0          0          0          0          0     GICv3 425 Level     rockchip_usb2phy
[  248.366494]  25:          0          0          0          0          0          0          0          0     GICv3 423 Level     rockchip_usb2phy
[  248.366500]  26:          0          0          0          0          0          0          0          0     GICv3 424 Level     rockchip_usb2phy
[  248.366506]  30:          0          0          0          0          0          0          0          0     GICv3 142 Level     fdab9000.iommu
[  248.366512]  31:          0          0          0          0          0          0          0          0     GICv3 143 Level     fdab9000.iommu
[  248.366518]  32:          0          0          0          0          0          0          0          0     GICv3 144 Level     fdab9000.iommu
[  248.366524]  33:          0          0          0          0          0          0          0          0     GICv3 152 Level     fdb50000.vepu
[  248.366529]  34:          0          0          0          0          0          0          0          0     GICv3 151 Level     fdb51000.avsd-plus, fdb50400.vdpu
[  248.366535]  35:          0          0          0          0          0          0          0          0     GICv3 150 Level     fdb50800.iommu
[  248.366541]  36:          0          0          0          0          0          0          0          0     GICv3 146 Level     fdb60f00.iommu
[  248.366546]  37:          0          0          0          0          0          0          0          0     GICv3 147 Level     fdb70f00.iommu
[  248.366552]  39:          0          0          0          0          0          0          0          0     GICv3 161 Level     fdb90000.jpegd
[  248.366558]  40:          0          0          0          0          0          0          0          0     GICv3 162 Level     fdb90480.iommu
[  248.366563]  41:          0          0          0          0          0          0          0          0     GICv3 154 Level     fdba0000.jpege-core
[  248.366569]  42:          0          0          0          0          0          0          0          0     GICv3 153 Level     fdba0800.iommu
[  248.366575]  43:          0          0          0          0          0          0          0          0     GICv3 156 Level     fdba4000.jpege-core
[  248.366581]  44:          0          0          0          0          0          0          0          0     GICv3 155 Level     fdba4800.iommu
[  248.366586]  45:          0          0          0          0          0          0          0          0     GICv3 158 Level     fdba8000.jpege-core
[  248.366592]  46:          0          0          0          0          0          0          0          0     GICv3 157 Level     fdba8800.iommu
[  248.366597]  47:          0          0          0          0          0          0          0          0     GICv3 160 Level     fdbac000.jpege-core
[  248.366603]  48:          0          0          0          0          0          0          0          0     GICv3 159 Level     fdbac800.iommu
[  248.366609]  49:          0          0          0          0          0          0          0          0     GICv3 149 Level     fdbb0800.iommu, fdbb0000.iep
[  248.366615]  51:          0          0          0          0          0          0          0          0     GICv3 131 Level     fdbdf000.iommu
[  248.366621]  52:          0          0          0          0          0          0          0          0     GICv3 132 Level     fdbdf000.iommu
[  248.366626]  54:          0          0          0          0          0          0          0          0     GICv3 134 Level     fdbef000.iommu
[  248.366632]  55:          0          0          0          0          0          0          0          0     GICv3 135 Level     fdbef000.iommu
[  248.366638]  56:          0          0          0          0          0          0          0          0     GICv3 127 Level     fdc38100.rkvdec-core
[  248.366643]  57:          0          0          0          0          0          0          0          0     GICv3 128 Level     fdc38700.iommu
[  248.366649]  58:          0          0          0          0          0          0          0          0     GICv3 129 Level     fdc48100.rkvdec-core
[  248.366655]  59:          0          0          0          0          0          0          0          0     GICv3 130 Level     fdc48700.iommu
[  248.366660]  60:          0          0          0          0          0          0          0          0     GICv3 141 Level     fdca0000.iommu
[  248.366667]  64:          0          0          0          0          0          0          0          0     GICv3 164 Level     fdcb7f00.iommu
[  248.366672]  66:          0          0          0          0          0          0          0          0     GICv3 145 Level     fdce0800.iommu
[  248.366680]  79:          0          0          0          0          0          0          0          0     GICv3 188 Level     fdd97e00.iommu, fdd90000.vop
[  248.366686]  81:          0          0          0          0          0          0          0          0     GICv3 199 Level     fde20000.dsi
[  248.366692]  82:          0          0          0          0          0          0          0          0     GICv3 193 Level     fde50000.dp
[  248.366698]  83:          0          0          0          0          0          0          0          0     GICv3 201 Level     fde80000.hdmi
[  248.366704]  85:          0          0          0          0          0          0          0          0     GICv3 203 Level     fde80000.hdmi
[  248.366709]  86:          0          0          0          0          0          0          0          0     GICv3 204 Level     fde80000.hdmi
[  248.366715]  87:          0          0          0          0          0          0          0          0     GICv3 392 Level     dw-hdmi-qp-hpd
[  248.366722]  96:          0          0          0          0          0          0          0          0     GICv3 118 Level     fea10000.dma-controller
[  248.366728]  97:          0          0          0          0          0          0          0          0     GICv3 119 Level     fea10000.dma-controller
[  248.366734]  98:          0          0          0          0          0          0          0          0     GICv3 120 Level     fea30000.dma-controller
[  248.366739]  99:          0          0          0          0          0          0          0          0     GICv3 121 Level     fea30000.dma-controller
[  248.366746] 106:          0          0          0          0          0          0          0          0     GICv3 429 Level     rockchip_thermal
[  248.366753] 110:          0          0          0          0          0          0          0          0     GICv3 122 Level     fed10000.dma-controller
[  248.366758] 111:          0          0          0          0          0          0          0          0     GICv3 123 Level     fed10000.dma-controller
[  248.366764] 112:          0          0          0          0          0          0          0          0     GICv3 309 Level     (null)
[  248.366770] 113:          0          0          0          0          0          0          0          0     GICv3 310 Level     (null)
[  248.366775] 114:          0          0          0          0          0          0          0          0     GICv3 311 Level     (null)
[  248.366781] 115:          0          0          0          0          0          0          0          0     GICv3 312 Level     (null)
[  248.366786] 116:          0          0          0          0          0          0          0          0     GICv3 313 Level     (null)
[  248.366792] 117:          0          0          0          0          0          0          0          0     GICv3 426 Level     rockchip_usb2phy
[  248.366798] 120:          0          0          0          0          0          0          0          0     GICv3 194 Level     fde60000.dp
[  248.366804] 121:          0          0          0          0          0          0          0          0     GICv3 205 Level     fdea0000.hdmi
[  248.366810] 125:          0          0          0          0          0          0          0          0     GICv3 393 Level     dw-hdmi-qp-hpd
[  248.366816] 129:          0          0          0          0          0          0          0          0     GICv3 295 Level     pcie-sys
[  248.366823] 134:          0          0          0          0          0          0          0          0     GICv3 275 Level     pcie-sys
[  248.366829] 137:          0          0          0          0          0          0          0          0     GICv3 272 Level     (null)
[  248.366835] 139:          0          0          0          0          0          0          0          0     GICv3 455 Edge      debug-signal
[  248.366840] 140:          0          0          0          0          0          0          0          0     GICv3 365 Level     debug
[  248.366846] 141:          0          0          0          0          0          0          0          0     GICv3 140 Level     av1d-master
ÿ

[END] 2024/6/4 15:46:50
 

关闭PCIE3.0之后:


DDR d5483af87d cym 23/11/23-16:15:24,fwver: v1.15
LPDDR4X, 2112MHz
channel[0] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
channel[1] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
channel[2] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
channel[3] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
Manufacturer ID:0x6
CH0 RX Vref:28.9%, TX Vref:20.8%,20.8%
CH1 RX Vref:29.3%, TX Vref:20.8%,20.8%
CH2 RX Vref:29.3%, TX Vref:20.8%,20.8%
CH3 RX Vref:29.7%, TX Vref:20.8%,20.8%
change to F1: 528MHz
change to F2: 1068MHz
change to F3: 1560MHz
change to F0: 2112MHz
out
U-Boot SPL board init
U-Boot SPL 2017.09-ge4e124926e-230922 #lxh (Sep 25 2023 - 10:58:38), fwver: v1.13
unknown raw ID 0 0 0
unrecognized JEDEC id bytes: 00, 00, 00
Trying to boot from MMC2
MMC: no card present
mmc_init: -123, time 0
spl: mmc init failed with error: -123
Trying to boot from MMC1
SPL: A/B-slot: _a, successful: 0, tries-remain: 7
Trying fit image at 0x4000 sector
## Verified-boot: 0
## Checking atf-1 0x00040000 ... sha256(2e8446f969...) + OK
## Checking uboot 0x00200000 ... sha256(bf7cc53d6a...) + OK
## Checking fdt 0x00345490 ... sha256(a434b1c4fe...) + OK
## Checking atf-2 0xff100000 ... sha256(9f75e6ec37...) + OK
## Checking atf-3 0x000f0000 ... sha256(c80587de50...) + OK
## Checking optee 0x08400000 ... sha256(4b2d406bfc...) + OK
Jumping to U-Boot(0x00200000) via ARM Trusted Firmware(0x00040000)
Total: 79.227/241.46 ms

INFO:    Preloader serial: 2
NOTICE:  BL31: v2.3():v2.3-662-g4acbe711b-dirty:finley.xiao, fwver: v1.44
NOTICE:  BL31: Built : 16:44:24, Nov  7 2023
INFO:    spec: 0x1
INFO:    code: 0x88
INFO:    ext 32k is not valid
INFO:    ddr: stride-en 4CH
INFO:    GICv3 without legacy support detected.
INFO:    ARM GICv3 driver initialized in EL3
INFO:    valid_cpu_msk=0xff bcore0_rst = 0x0, bcore1_rst = 0x0
INFO:    l3 cache partition cfg-0
INFO:    system boots from cpu-hwid-0
INFO:    idle_st=0x21fff, pd_st=0x11fff9, repair_st=0xfff70001
INFO:    dfs DDR fsp_params[0].freq_mhz= 2112MHz
INFO:    dfs DDR fsp_params[1].freq_mhz= 528MHz
INFO:    dfs DDR fsp_params[2].freq_mhz= 1068MHz
INFO:    dfs DDR fsp_params[3].freq_mhz= 1560MHz
INFO:    BL31: Initialising Exception Handling Framework
INFO:    BL31: Initializing runtime services
INFO:    BL31: Initializing BL32
I/TC: 
I/TC: OP-TEE version: 3.13.0-752-g62aa10b78 #hisping.lin (gcc version 10.2.1 20201103 (GNU Toolchain for the A-profile Architecture 10.2-2020.11 (arm-10.16))) #2 Mon Sep 25 10:04:34 CST 2023 aarch64, fwver: v1.15 
I/TC: Primary CPU initializing
I/TC: Primary CPU switching to normal world boot
INFO:    BL31: Preparing for EL3 exit to normal world
INFO:    Entry point address = 0x200000
INFO:    SPSR = 0x3c9


U-Boot 2017.09 (Jun 01 2024 - 15:24:59 +0800)

Model: Rockchip RK3588 Evaluation Board
MPIDR: 0x81000000
PreSerial: 2, raw, 0xfeb50000
DRAM:  8 GiB
Sysmem: init
Relocation Offset: eda18000
Relocation fdt: eb9fa160 - eb9fecd0
CR: M/C/I
Using default environment

optee api revision: 2.0
mmc@fe2c0000: 1, mmc@fe2e0000: 0
Bootdev(atags): mmc 0
MMC0: HS400 Enhanced Strobe, 200Mhz
PartType: EFI
TEEC: Waring: Could not find security partition
DM: v2
boot mode: None
RESC: 'boot', blk@0x00019a97
resource: sha256+
FIT: no signed, no conf required
DTB: rk-kernel.dtb
HASH(c): OK
I2c0 speed: 100000Hz
vsel-gpios- not found!
en-gpios- not found!
vdd_cpu_big0_s0 800000 uV
vsel-gpios- not found!
en-gpios- not found!
vdd_cpu_big1_s0 800000 uV
I2c1 speed: 100000Hz
vsel-gpios- not found!
en-gpios- not found!
vdd_npu_s0 800000 uV
spi2: RK806: 2
ON=0x40, OFF=0x00
vdd_gpu_s0 750000 uV
vdd_cpu_lit_s0 750000 uV
vdd_log_s0 750000 uV
vdd_vdenc_s0 init 750000 uV
vdd_ddr_s0 850000 uV
Device 'gpio@fd8a0000': seq 0 is in use by 'gpio@fd8a0000'
serdes_power_init failed to get serdes misc device
get vp0 plane mask:0x5, primary id:2, cursor_plane:-1, from dts
get vp1 plane mask:0xa, primary id:3, cursor_plane:-1, from dts
get vp2 plane mask:0x140, primary id:8, cursor_plane:-1, from dts
get vp3 plane mask:0x280, primary id:9, cursor_plane:-1, from dts
Could not find baseparameter partition
Model: Rockchip RK3588 EVB7 V11 Board
MPIDR: 0x81000000
download key pressed... entering download mode...
RKUSB: LUN 0, dev 0, hwpart 0, sector 0x0, count 0x733c000
/usb device is high-speed
/DDR d5483af87d cym 23/11/23-16:15:24,fwver: v1.15
LPDDR4X, 2112MHz
channel[0] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
channel[1] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
channel[2] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
channel[3] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
Manufacturer ID:0x6
CH0 RX Vref:28.9%, TX Vref:20.8%,20.8%
CH1 RX Vref:29.3%, TX Vref:21.8%,21.8%
CH2 RX Vref:29.3%, TX Vref:20.8%,21.8%
CH3 RX Vref:29.7%, TX Vref:21.8%,20.8%
change to F1: 528MHz
change to F2: 1068MHz
change to F3: 1560MHz
change to F0: 2112MHz
out
U-Boot SPL board init
U-Boot SPL 2017.09-ge4e124926e-230922 #lxh (Sep 25 2023 - 10:58:38), fwver: v1.13
unknown raw ID 0 0 0
unrecognized JEDEC id bytes: 00, 00, 00
Trying to boot from MMC2
MMC: no card present
mmc_init: -123, time 0
spl: mmc init failed with error: -123
Trying to boot from MMC1
Magic is incorrect.
Error validating A/B metadata from disk. Resetting and writing new A/B metadata to disk.
SPL: A/B-slot: _a, successful: 0, tries-remain: 7
Trying fit image at 0x4000 sector
## Verified-boot: 0
## Checking atf-1 0x00040000 ... sha256(2e8446f969...) + OK
## Checking uboot 0x00200000 ... sha256(bf7cc53d6a...) + OK
## Checking fdt 0x00345490 ... sha256(a434b1c4fe...) + OK
## Checking atf-2 0xff100000 ... sha256(9f75e6ec37...) + OK
## Checking atf-3 0x000f0000 ... sha256(c80587de50...) + OK
## Checking optee 0x08400000 ... sha256(4b2d406bfc...) + OK
Jumping to U-Boot(0x00200000) via ARM Trusted Firmware(0x00040000)
Total: 80.235/242.346 ms

INFO:    Preloader serial: 2
NOTICE:  BL31: v2.3():v2.3-662-g4acbe711b-dirty:finley.xiao, fwver: v1.44
NOTICE:  BL31: Built : 16:44:24, Nov  7 2023
INFO:    spec: 0x1
INFO:    code: 0x88
INFO:    ext 32k is not valid
INFO:    ddr: stride-en 4CH
INFO:    GICv3 without legacy support detected.
INFO:    ARM GICv3 driver initialized in EL3
INFO:    valid_cpu_msk=0xff bcore0_rst = 0x0, bcore1_rst = 0x0
INFO:    l3 cache partition cfg-0
INFO:    system boots from cpu-hwid-0
INFO:    idle_st=0x21fff, pd_st=0x11fff9, repair_st=0xfff70001
INFO:    dfs DDR fsp_params[0].freq_mhz= 2112MHz
INFO:    dfs DDR fsp_params[1].freq_mhz= 528MHz
INFO:    dfs DDR fsp_params[2].freq_mhz= 1068MHz
INFO:    dfs DDR fsp_params[3].freq_mhz= 1560MHz
INFO:    BL31: Initialising Exception Handling Framework
INFO:    BL31: Initializing runtime services
INFO:    BL31: Initializing BL32
I/TC: 
I/TC: OP-TEE version: 3.13.0-752-g62aa10b78 #hisping.lin (gcc version 10.2.1 20201103 (GNU Toolchain for the A-profile Architecture 10.2-2020.11 (arm-10.16))) #2 Mon Sep 25 10:04:34 CST 2023 aarch64, fwver: v1.15 
I/TC: Primary CPU initializing
I/TC: Primary CPU switching to normal world boot
INFO:    BL31: Preparing for EL3 exit to normal world
INFO:    Entry point address = 0x200000
INFO:    SPSR = 0x3c9


U-Boot 2017.09 (Jun 01 2024 - 15:24:59 +0800)

Model: Rockchip RK3588 Evaluation Board
MPIDR: 0x81000000
PreSerial: 2, raw, 0xfeb50000
DRAM:  8 GiB
Sysmem: init
Relocation Offset: eda18000
Relocation fdt: eb9fa160 - eb9fecd0
CR: M/C/I
Using default environment

optee api revision: 2.0
mmc@fe2c0000: 1, mmc@fe2e0000: 0
Bootdev(atags): mmc 0
MMC0: HS400 Enhanced Strobe, 200Mhz
PartType: EFI
TEEC: Waring: Could not find security partition
DM: v2
boot mode: normal
RESC: 'boot', blk@0x00019a97
resource: sha256+
FIT: no signed, no conf required
DTB: rk-kernel.dtb
HASH(c): OK
I2c0 speed: 100000Hz
vsel-gpios- not found!
en-gpios- not found!
vdd_cpu_big0_s0 800000 uV
vsel-gpios- not found!
en-gpios- not found!
vdd_cpu_big1_s0 800000 uV
I2c1 speed: 100000Hz
vsel-gpios- not found!
en-gpios- not found!
vdd_npu_s0 800000 uV
spi2: RK806: 2
ON=0x40, OFF=0x00
vdd_gpu_s0 750000 uV
vdd_cpu_lit_s0 750000 uV
vdd_log_s0 750000 uV
vdd_vdenc_s0 init 750000 uV
vdd_ddr_s0 850000 uV
Device 'gpio@fd8a0000': seq 0 is in use by 'gpio@fd8a0000'
serdes_power_init failed to get serdes misc device
get vp0 plane mask:0x5, primary id:2, cursor_plane:-1, from dts
get vp1 plane mask:0xa, primary id:3, cursor_plane:-1, from dts
get vp2 plane mask:0x140, primary id:8, cursor_plane:-1, from dts
get vp3 plane mask:0x280, primary id:9, cursor_plane:-1, from dts
Could not find baseparameter partition
Model: Rockchip RK3588 EVB7 V11 Board
MPIDR: 0x81000000
Minidump: init...
Rockchip UBOOT DRM driver version: v1.0.1
vp0 have layer nr:2[0 2 ], primary plane: 2
vp1 have layer nr:2[1 3 ], primary plane: 3
vp2 have layer nr:2[6 8 ], primary plane: 8
vp3 have layer nr:2[7 9 ], primary plane: 9
Using display timing dts
dsi@fde20000:  detailed mode clock 132000 kHz, flags[a]
    H: 1080 1095 1099 1129
    V: 1920 1935 1937 1952
bus_format: 100e
VOP update mode to: 1080x1920p60, type: MIPI0 for VP3
VP3 set crtc_clock to 132000KHz
VOP VP3 enable Esmart3[654x270->654x270@213x825] fmt[2] addr[0xedf04000]
final DSI-Link bandwidth: 880000 Kbps x 4
edid base block is 0, get edid failed
can't get edid block:0
failed to get edid
Could not find baseparameter partition
color_format:0
hdmi_select_link_config use tmds mode
mode:1920x1080 bus_format:0x100a
hdmi@fde80000:  detailed mode clock 148500 kHz, flags[5]
    H: 1920 2008 2052 2200
    V: 1080 1084 1089 1125
bus_format: 100a
VOP update mode to: 1920x1080p60, type: HDMI0 for VP0
dclk:148500,if_pixclk_div;2,if_dclk_div:4
VP0 set crtc_clock to 148500KHz
VOP VP0 enable Esmart0[654x270->654x270@633x405] fmt[2] addr[0xedf04000]
CEA mode used vic=16
mtmdsclock:148500000
hdptx_ropll_cmn_config bus_width:16a8c8 rate:1485000
hdptx phy pll locked!
dw_hdmi_setup HDMI mode
don't use dsc mode
dw hdmi qp use tmds mode
bus_width:0x16a8c8,bit_rate:1485000
hdptx phy lane locked!
edid base block is 0, get edid failed
can't get edid block:0
failed to get edid
Could not find baseparameter partition
color_format:0
hdmi_select_link_config use tmds mode
mode:1920x1080 bus_format:0x100a
hdmi@fdea0000:  detailed mode clock 148500 kHz, flags[5]
    H: 1920 2008 2052 2200
    V: 1080 1084 1089 1125
bus_format: 100a
VOP update mode to: 1920x1080p60, type: HDMI1 for VP1
dclk:148500,if_pixclk_div;2,if_dclk_div:4
VP1 set crtc_clock to 148500KHz
VOP VP1 enable Esmart1[654x270->654x270@633x405] fmt[2] addr[0xedf04000]
CEA mode used vic=16
mtmdsclock:148500000
hdptx_ropll_cmn_config bus_width:16a8c8 rate:1485000
hdptx phy pll locked!
dw_hdmi_setup HDMI mode
don't use dsc mode
dw hdmi qp use tmds mode
bus_width:0x16a8c8,bit_rate:1485000
hdptx phy lane locked!
CLK: (sync kernel. arm: enter 1008000 KHz, init 1008000 KHz, kernel 0N/A)
  b0pll 24000 KHz
  b1pll 24000 KHz
  lpll 24000 KHz
  v0pll 24000 KHz
  aupll 786431 KHz
  cpll 1500000 KHz
  gpll 1188000 KHz
  npll 850000 KHz
  ppll 1100000 KHz
  aclk_center_root 702000 KHz
  pclk_center_root 100000 KHz
  hclk_center_root 396000 KHz
  aclk_center_low_root 500000 KHz
  aclk_top_root 750000 KHz
  pclk_top_root 100000 KHz
  aclk_low_top_root 396000 KHz
Net:   eth1: ethernet@fe1c0000
Hit key to stop autoboot('CTRL+C'):  0 
ANDROID: reboot reason: "(none)"
Not AVB images, AVB skip
No valid android hdr
Android image load failed
Android boot failed, error -1.
## Booting FIT Image at 0xe94a6340 with size 0x02352e00
Fdt Ramdisk skip relocation
## Loading kernel from FIT Image at e94a6340 ...
   Using 'conf' configuration
## Verified-boot: 0
   Trying 'kernel' kernel subimage
     Description:  unavailable
     Type:         Kernel Image
     Compression:  uncompressed
     Data Start:   0xe94ec740
     Data Size:    36751872 Bytes = 35 MiB
     Architecture: AArch64
     OS:           Linux
     Load Address: 0x00400000
     Entry Point:  0x00400000
     Hash algo:    sha256
     Hash value:   74d9361cac11022154f353f83ee4108deeb325c96d0fc8bd968cbb2dc90dca11
   Verifying Hash Integrity ... sha256+ OK
## Loading fdt from FIT Image at e94a6340 ...
   Using 'conf' configuration
   Trying 'fdt' fdt subimage
     Description:  unavailable
     Type:         Flat Device Tree
     Compression:  uncompressed
     Data Start:   0xe94a6b40
     Data Size:    285415 Bytes = 278.7 KiB
     Architecture: AArch64
     Load Address: 0x08300000
     Hash algo:    sha256
     Hash value:   ef49155f647fc9d466eed7efde12e86c25aed021b3aedb965038a109ce341742
   Verifying Hash Integrity ... sha256+ OK
   Loading fdt from 0x08300000 to 0x08300000
   Booting using the fdt blob at 0x08300000
   Loading Kernel Image from 0xe94ec740 to 0x00400000 ... OK
   kernel loaded at 0x00400000, end = 0x0270ca00
   Using Device Tree in place at 0000000008300000, end 0000000008348ae6
WARNING: could not set reg FDT_ERR_BADOFFSET.
## reserved-memory:
  cma: addr=10000000 size=8000000
  drm-logo@00000000: addr=edf00000 size=b8000
  ramoops@110000: addr=110000 size=e0000
Adding bank: 0x00200000 - 0x08400000 (size: 0x08200000)
Adding bank: 0x09400000 - 0xf0000000 (size: 0xe6c00000)
Adding bank: 0x100000000 - 0x200000000 (size: 0x100000000)
Adding bank: 0x2f0000000 - 0x300000000 (size: 0x10000000)
Total: 6042.688/6371.944 ms

Starting kernel ...

[    6.376903] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[    6.376921] Linux version 5.10.198 (viewpro@viewpro-ThinkBook-16-G5-IRH) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621, GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621) #1 SMP Tue Jun 4 16:00:27 CST 2024
[    6.380516] random: crng init done
[    6.388549] Machine model: Rockchip RK3588 EVB7 V11 Board
[    6.425038] earlycon: uart8250 at MMIO32 0x00000000feb50000 (options '')
[    6.429589] printk: bootconsole [uart8250] enabled
[    6.432393] efi: UEFI not found.
[    6.438393] OF: fdt: Reserved memory: failed to reserve memory for node 'drm-cubic-lut@00000000': base 0x0000000000000000, size 0 MiB
[    6.439548] Reserved memory: created CMA memory pool at 0x0000000010000000, size 128 MiB
[    6.440286] OF: reserved mem: initialized node cma, compatible id shared-dma-pool
[    6.560716] Zone ranges:
[    6.560954]   DMA      [mem 0x0000000000200000-0x00000000ffffffff]
[    6.561523]   DMA32    empty
[    6.561789]   Normal   [mem 0x0000000100000000-0x00000002ffffffff]
[    6.562354] Movable zone start for each node
[    6.562744] Early memory node ranges
[    6.563072]   node   0: [mem 0x0000000000200000-0x00000000083fffff]
[    6.563645]   node   0: [mem 0x0000000009400000-0x00000000efffffff]
[    6.564219]   node   0: [mem 0x0000000100000000-0x00000001ffffffff]
[    6.564792]   node   0: [mem 0x00000002f0000000-0x00000002ffffffff]
[    6.565365] Initmem setup node 0 [mem 0x0000000000200000-0x00000002ffffffff]
[    6.611574] psci: probing for conduit method from DT.
[    6.612043] psci: PSCIv1.1 detected in firmware.
[    6.612465] psci: Using standard PSCI v0.2 function IDs
[    6.612945] psci: Trusted OS migration not required
[    6.613392] psci: SMC Calling Convention v1.2
[    6.614144] percpu: Embedded 30 pages/cpu s83800 r8192 d30888 u122880
[    6.614905] Detected VIPT I-cache on CPU0
[    6.615304] CPU features: detected: GIC system register CPU interface
[    6.615892] CPU features: detected: Virtualization Host Extensions
[    6.616460] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    6.617108] alternatives: patching kernel code
[    6.619048] Built 1 zonelists, mobility grouping on.  Total pages: 2059848
[    6.619681] Kernel command line: storagemedia=emmc androidboot.storagemedia=emmc androidboot.mode=normal  androidboot.verifiedbootstate=orange rw rootwait earlycon=uart8250,mmio32,0xfeb50000 console=ttyFIQ0 irqchip.gicv3_pseudo_nmi=0 root=PARTUUID=614e0000-0000 rcupdate.rcu_expedited=1 rcu_nocbs=all androidboot.fwver=ddr-v1.15-d5483af87d,spl-v1.13,bl31-v1.44,bl32-v1.15,uboot-06/01/2024
[    6.623732] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    6.624844] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    6.625560] mem auto-init: stack:off, heap alloc:off, heap free:off
[    6.632288] software IO TLB: mapped [mem 0x00000000e9f00000-0x00000000edf00000] (64MB)
[    6.691072] Memory: 7973624K/8370176K available (18752K kernel code, 3506K rwdata, 6888K rodata, 6656K init, 590K bss, 265480K reserved, 131072K cma-reserved)
[    6.692468] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    6.693089] ftrace: allocating 57278 entries in 224 pages
[    6.763998] ftrace: allocated 224 pages with 3 groups
[    6.764673] rcu: Hierarchical RCU implementation.
[    6.765106] rcu:     RCU event tracing is enabled.
[    6.765520] rcu:     RCU dyntick-idle grace-period acceleration is enabled.
[    6.766132]     All grace periods are expedited (rcu_expedited).
[    6.766656]     Rude variant of Tasks RCU enabled.
[    6.767070] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    6.771587] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    6.774624] GICv3: GIC: Using split EOI/Deactivate mode
[    6.775104] GICv3: 480 SPIs implemented
[    6.775455] GICv3: 0 Extended SPIs implemented
[    6.775880] GICv3: Distributor has no Range Selector support
[    6.776402] GICv3: 16 PPIs implemented
[    6.776787] GICv3: CPU0: found redistributor 0 region 0:0x00000000fe680000
[    6.777496] ITS [mem 0xfe640000-0xfe65ffff]
[    6.777920] ITS@0x00000000fe640000: allocated 8192 Devices @1001e0000 (indirect, esz 8, psz 64K, shr 0)
[    6.778795] ITS@0x00000000fe640000: allocated 32768 Interrupt Collections @1001f0000 (flat, esz 2, psz 64K, shr 0)
[    6.779741] ITS: using cache flushing for cmd queue
[    6.780208] ITS [mem 0xfe660000-0xfe67ffff]
[    6.780628] ITS@0x00000000fe660000: allocated 8192 Devices @100210000 (indirect, esz 8, psz 64K, shr 0)
[    6.781503] ITS@0x00000000fe660000: allocated 32768 Interrupt Collections @100220000 (flat, esz 2, psz 64K, shr 0)
[    6.782449] ITS: using cache flushing for cmd queue
[    6.783106] GICv3: using LPI property table @0x0000000100230000
[    6.783755] GIC: using cache flushing for LPI property table
[    6.784276] GICv3: CPU0: using allocated LPI pending table @0x0000000100240000
[    6.784975] rcu:     Offload RCU callbacks from CPUs: 0-7.
[    6.893562] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    6.894121] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    6.895111] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    6.897040] Console: colour dummy device 80x25
[    6.897474] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=80000)
[    6.898420] pid_max: default: 32768 minimum: 301
[    6.898949] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    6.899663] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    6.901560] rcu: Hierarchical SRCU implementation.
[    6.902716] Platform MSI: msi-controller@fe640000 domain created
[    6.903275] Platform MSI: msi-controller@fe660000 domain created
[    6.904174] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe640000 domain created
[    6.904938] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe660000 domain created
[    6.905882] EFI services will not be available.
[    6.906528] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
I/TC: Secondary CPU 4 initializing
I/TC: Secondary CPU 4 switching to normal world boot
I/TC: Secondary CPU 5 initializing
I/TC: Secondary CPU 5 switching to normal world boot
I/TC: Secondary CPU 6 initializing
I/TC: Secondary CPU 6 switching to normal world boot
I/TC: Secondary CPU 7 initializing
I/TC: Secondary CPU 7 switching to normal world boot
[    6.908076] Detected VIPT I-cache on CPU1
[    6.908099] GICv3: CPU1: found redistributor 100 region 0:0x00000000fe6a0000
[    6.908114] GICv3: CPU1: using allocated LPI pending table @0x0000000100250000
[    6.908151] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[    6.909311] Detected VIPT I-cache on CPU2
[    6.909332] GICv3: CPU2: found redistributor 200 region 0:0x00000000fe6c0000
[    6.909346] GICv3: CPU2: using allocated LPI pending table @0x0000000100260000
[    6.909379] CPU2: Booted secondary processor 0x0000000200 [0x412fd050]
[    6.910524] Detected VIPT I-cache on CPU3
[    6.910541] GICv3: CPU3: found redistributor 300 region 0:0x00000000fe6e0000
[    6.910554] GICv3: CPU3: using allocated LPI pending table @0x0000000100270000
[    6.910585] CPU3: Booted secondary processor 0x0000000300 [0x412fd050]
[    6.911742] CPU features: detected: Spectre-v4
[    6.911745] CPU features: detected: Spectre-BHB
[    6.911746] Detected PIPT I-cache on CPU4
[    6.911757] GICv3: CPU4: found redistributor 400 region 0:0x00000000fe700000
[    6.911765] GICv3: CPU4: using allocated LPI pending table @0x0000000100280000
[    6.911786] CPU4: Booted secondary processor 0x0000000400 [0x414fd0b0]
[    6.912888] Detected PIPT I-cache on CPU5
[    6.912900] GICv3: CPU5: found redistributor 500 region 0:0x00000000fe720000
[    6.912907] GICv3: CPU5: using allocated LPI pending table @0x0000000100290000
[    6.912929] CPU5: Booted secondary processor 0x0000000500 [0x414fd0b0]
[    6.914016] Detected PIPT I-cache on CPU6
[    6.914027] GICv3: CPU6: found redistributor 600 region 0:0x00000000fe740000
[    6.914035] GICv3: CPU6: using allocated LPI pending table @0x00000001002a0000
[    6.914056] CPU6: Booted secondary processor 0x0000000600 [0x414fd0b0]
[    6.915158] Detected PIPT I-cache on CPU7
[    6.915169] GICv3: CPU7: found redistributor 700 region 0:0x00000000fe760000
[    6.915177] GICv3: CPU7: using allocated LPI pending table @0x00000001002b0000
[    6.915199] CPU7: Booted secondary processor 0x0000000700 [0x414fd0b0]
[    6.915248] smp: Brought up 1 node, 8 CPUs
[    6.932307] SMP: Total of 8 processors activated.
[    6.932741] CPU features: detected: Privileged Access Never
[    6.933250] CPU features: detected: LSE atomic instructions
[    6.933758] CPU features: detected: User Access Override
[    6.934243] CPU features: detected: 32-bit EL0 Support
[    6.934716] CPU features: detected: Common not Private translations
[    6.935289] CPU features: detected: RAS Extension Support
[    6.935785] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    6.936578] CPU features: detected: CRC32 instructions
[    6.937048] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    6.937687] CPU features: detected: RCpc load-acquire (LDAPR)
[    6.962483] CPU: All CPU(s) started at EL2
[    6.964555] devtmpfs: initialized
[    6.974697] Registered cp15_barrier emulation handler
[    6.975165] Registered setend emulation handler
[    6.975633] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    6.976522] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    6.978118] pinctrl core: initialized pinctrl subsystem
[    6.978765] DMI not present or invalid.
[    6.979193] NET: Registered protocol family 16
[    6.980141] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    6.980868] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    6.981955] Registered FIQ tty driver
[    6.982384] thermal_sys: Registered thermal governor 'fair_share'
[    6.982385] thermal_sys: Registered thermal governor 'step_wise'
[    6.982939] thermal_sys: Registered thermal governor 'user_space'
[    6.983486] thermal_sys: Registered thermal governor 'power_allocator'
[    6.984146] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
[    6.985489] thermal thermal_zone2: power_allocator: sustainable_power will be estimated
[    6.986234] thermal thermal_zone3: power_allocator: sustainable_power will be estimated
[    6.986976] thermal thermal_zone4: power_allocator: sustainable_power will be estimated
[    6.987723] thermal thermal_zone5: power_allocator: sustainable_power will be estimated
[    6.988464] thermal thermal_zone6: power_allocator: sustainable_power will be estimated
[    6.989204] cpuidle: using governor menu
[    6.989636] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    6.990334] ASID allocator initialised with 65536 entries
[    6.991970] ramoops: dmesg-0    0x18000@0x0000000000110000
[    6.992442] ramoops: dmesg-1    0x18000@0x0000000000128000
[    6.992931] ramoops: console    0x80000@0x0000000000140000
[    6.993412] ramoops: pmsg    0x30000@0x00000000001c0000
[    6.994076] printk: console [ramoops-1] enabled
[    6.994486] pstore: Registered ramoops as persistent store backend
[    6.995051] ramoops: using 0xe0000@0x110000, ecc: 0
[    7.028710] rockchip-gpio fd8a0000.gpio: probed /pinctrl/gpio@fd8a0000
[    7.029445] rockchip-gpio fec20000.gpio: probed /pinctrl/gpio@fec20000
[    7.030160] rockchip-gpio fec30000.gpio: probed /pinctrl/gpio@fec30000
[    7.030899] rockchip-gpio fec40000.gpio: probed /pinctrl/gpio@fec40000
[    7.031641] rockchip-gpio fec50000.gpio: probed /pinctrl/gpio@fec50000
[    7.032266] rockchip-pinctrl pinctrl: probed pinctrl
[    7.043091] fiq_debugger fiq_debugger.0: IRQ fiq not found
[    7.043600] fiq_debugger fiq_debugger.0: IRQ wakeup not found
[    7.044125] fiq_debugger_probe: could not install nmi irq handler
[[    7.044713] printk: console [ttyFIQ0] enabled
    7.044713] printk: console [ttyFIQ0] enabled
[    7.045488] printk: bootconsole [uart8250] disabled
[    7.045488] printk: bootconsole [uart8250] disabled
[    7.045973] Registered fiq debugger ttyFIQ0
[    7.046198] vcc5v0_sys: supplied by vcc12v_dcin
[    7.046274] vcc5v0_usbdcin: supplied by vcc12v_dcin
[    7.046343] vcc5v0_usb: supplied by vcc5v0_usbdcin
[    7.046416] vcc_1v1_nldo_s3: supplied by vcc5v0_sys
[    7.046557] vbus5v0_typec: supplied by vcc5v0_usb
[    7.046635] vcc3v3_pcie30: supplied by vcc12v_dcin
[    7.046709] vcc5v0_host: supplied by vcc5v0_usb
[    7.047267] iommu: Default domain type: Translated 
[    7.049923] SCSI subsystem initialized
[    7.049978] usbcore: registered new interface driver usbfs
[    7.049988] usbcore: registered new interface driver hub
[    7.049999] usbcore: registered new device driver usb
[    7.050024] mc: Linux media interface: v0.10
[    7.050030] videodev: Linux video capture interface: v2.00
[    7.050050] pps_core: LinuxPPS API ver. 1 registered
[    7.050053] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    7.050058] PTP clock support registered
[    7.050072] EDAC MC: Ver: 3.0.0
[    7.050311] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.
[    7.050338] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0
[    7.051144] Advanced Linux Sound Architecture Driver Initialized.
[    7.051268] Bluetooth: Core ver 2.22
[    7.051278] NET: Registered protocol family 31
[    7.051280] Bluetooth: HCI device and connection manager initialized
[    7.051284] Bluetooth: HCI socket layer initialized
[    7.051288] Bluetooth: L2CAP socket layer initialized
[    7.051297] Bluetooth: SCO socket layer initialized
[    7.052529] rockchip-cpuinfo cpuinfo: SoC        : 35881000
[    7.052534] rockchip-cpuinfo cpuinfo: Serial        : 7021b81bc6151bf5
[    7.052729] clocksource: Switched to clocksource arch_sys_counter
[    7.293983] NET: Registered protocol family 2
[    7.294081] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    7.295977] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    7.296087] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    7.296413] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    7.297049] TCP: Hash tables configured (established 65536 bind 65536)
[    7.297083] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    7.297202] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    7.297357] NET: Registered protocol family 1
[    7.297564] RPC: Registered named UNIX socket transport module.
[    7.297568] RPC: Registered udp transport module.
[    7.297571] RPC: Registered tcp transport module.
[    7.297573] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    7.297864] PCI: CLS 0 bytes, default 64
[    7.298453] rockchip-thermal fec00000.tsadc: Missing rockchip,grf property
[    7.298893] rockchip-thermal fec00000.tsadc: tsadc is probed successfully!
[    7.299459] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    7.301456] Initialise system trusted keyrings
[    7.301519] workingset: timestamp_bits=62 max_order=21 bucket_order=0
[    7.302735] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    7.302916] NFS: Registering the id_resolver key type
[    7.302923] Key type id_resolver registered
[    7.302926] Key type id_legacy registered
[    7.302937] ntfs: driver 2.1.32 [Flags: R/O].
[    7.302990] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    7.303071] fuse: init (API version 7.32)
[    7.303143] SGI XFS with security attributes, no debug enabled
[    7.323643] NET: Registered protocol family 38
[    7.323650] Key type asymmetric registered
[    7.323653] Asymmetric key parser 'x509' registered
[    7.323663] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    7.323667] io scheduler mq-deadline registered
[    7.323670] io scheduler kyber registered
[    7.324033] rockchip-csi2-dphy-hw fedc0000.csi2-dphy0-hw: csi2 dphy hw probe successfully!
[    7.324088] rockchip-csi2-dphy-hw fedc8000.csi2-dphy1-hw: csi2 dphy hw probe successfully!
[    7.330346] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy init success
[    7.330891] rockchip-hdptx-phy-hdmi fed70000.hdmiphy: hdptx phy init success
[    7.332770] rk-pcie fe170000.pcie: invalid prsnt-gpios property in node
[    7.332782] rk-pcie fe170000.pcie: no vpcie3v3 regulator found
[    7.332858] pwm-backlight backlight: supply power not found, using dummy regulator
[    7.332985] rk-pcie fe170000.pcie: IRQ msi not found
[    7.332995] rk-pcie fe170000.pcie: use outband MSI support
[    7.333003] rk-pcie fe170000.pcie: Missing *config* reg space
[    7.333022] rk-pcie fe170000.pcie: host bridge /pcie@fe170000 ranges:
[    7.333047] rk-pcie fe170000.pcie:      err 0x00f2000000..0x00f20fffff -> 0x00f2000000
[    7.333058] iep: Module initialized.
[    7.333061] rk-pcie fe170000.pcie:       IO 0x00f2100000..0x00f21fffff -> 0x00f2100000
[    7.333073] rk-pcie fe170000.pcie:      MEM 0x00f2200000..0x00f2ffffff -> 0x00f2200000
[    7.333085] rk-pcie fe170000.pcie:      MEM 0x0980000000..0x09bfffffff -> 0x0980000000
[    7.333087] mpp_service mpp-srv: unknown mpp version for missing VCS info
[    7.333090] mpp_service mpp-srv: probe start
[    7.333113] rk-pcie fe170000.pcie: Missing *config* reg space
[    7.333139] rk-pcie fe170000.pcie: invalid resource
[    7.333829] mpp_vdpu1 fdb51000.avsd-plus: Adding to iommu group 1
[    7.334008] mpp_vdpu1 fdb51000.avsd-plus: probe device
[    7.334086] mpp_vdpu1 fdb51000.avsd-plus: reset_group->rw_sem_on=0
[    7.334091] mpp_vdpu1 fdb51000.avsd-plus: reset_group->rw_sem_on=0
[    7.334164] mpp_vdpu1 fdb51000.avsd-plus: probing finish
[    7.334391] mpp_vdpu2 fdb50400.vdpu: Adding to iommu group 1
[    7.334421] mpp_vdpu2 fdb50400.vdpu: probe device
[    7.334477] mpp_vdpu2 fdb50400.vdpu: reset_group->rw_sem_on=0
[    7.334481] mpp_vdpu2 fdb50400.vdpu: reset_group->rw_sem_on=0
[    7.334533] mpp_vdpu2 fdb50400.vdpu: probing finish
[    7.334641] mpp_vepu2 jpege-ccu: probing start
[    7.334644] mpp_vepu2 jpege-ccu: probing finish
[    7.334721] mpp_vepu2 fdb50000.vepu: Adding to iommu group 1
[    7.334748] mpp_vepu2 fdb50000.vepu: probing start
[    7.334803] mpp_vepu2 fdb50000.vepu: reset_group->rw_sem_on=0
[    7.334807] mpp_vepu2 fdb50000.vepu: reset_group->rw_sem_on=0
[    7.334862] mpp_vepu2 fdb50000.vepu: probing finish
[    7.334916] mpp_vepu2 fdba0000.jpege-core: Adding to iommu group 5
[    7.334981] mpp_vepu2 fdba0000.jpege-core: probing start
[    7.335056] mpp_vepu2 fdba0000.jpege-core: attach ccu success
[    7.335110] mpp_vepu2 fdba0000.jpege-core: probing finish
[    7.335147] mpp_vepu2 fdba4000.jpege-core: Adding to iommu group 6
[    7.335212] mpp_vepu2 fdba4000.jpege-core: probing start
[    7.335273] mpp_vepu2 fdba4000.jpege-core: attach ccu success
[    7.335326] mpp_vepu2 fdba4000.jpege-core: probing finish
[    7.335371] mpp_vepu2 fdba8000.jpege-core: Adding to iommu group 7
[    7.335430] mpp_vepu2 fdba8000.jpege-core: probing start
[    7.335492] mpp_vepu2 fdba8000.jpege-core: attach ccu success
[    7.335543] mpp_vepu2 fdba8000.jpege-core: probing finish
[    7.335589] mpp_vepu2 fdbac000.jpege-core: Adding to iommu group 8
[    7.335648] mpp_vepu2 fdbac000.jpege-core: probing start
[    7.335709] mpp_vepu2 fdbac000.jpege-core: attach ccu success
[    7.335766] mpp_vepu2 fdbac000.jpege-core: probing finish
[    7.335941] mpp-iep2 fdbb0000.iep: Adding to iommu group 9
[    7.336003] mpp-iep2 fdbb0000.iep: probe device
[    7.336089] mpp-iep2 fdbb0000.iep: allocate roi buffer failed
[    7.336141] mpp-iep2 fdbb0000.iep: probing finish
[    7.336270] mpp_jpgdec fdb90000.jpegd: Adding to iommu group 4
[    7.336388] mpp_jpgdec fdb90000.jpegd: probe device
[    7.336513] mpp_jpgdec fdb90000.jpegd: probing finish
[    7.336795] mpp_rkvdec2 fdc30000.rkvdec-ccu: rkvdec-ccu, probing start
[    7.336834] mpp_rkvdec2 fdc30000.rkvdec-ccu: ccu-mode: 1
[    7.336837] mpp_rkvdec2 fdc30000.rkvdec-ccu: probing finish
[    7.336901] mpp_rkvdec2 fdc38100.rkvdec-core: Adding to iommu group 12
[    7.337107] mpp_rkvdec2 fdc38100.rkvdec-core: rkvdec-core, probing start
[    7.337182] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_a is not found!
[    7.337186] rkvdec2_init:1022: No niu aclk reset resource define
[    7.337190] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_h is not found!
[    7.337192] rkvdec2_init:1025: No niu hclk reset resource define
[    7.337206] mpp_rkvdec2 fdc38100.rkvdec-core: no regulator, devfreq is disabled
[    7.337249] mpp_rkvdec2 fdc38100.rkvdec-core: core_mask=00010001
[    7.337252] mpp_rkvdec2 fdc38100.rkvdec-core: attach ccu as core 0
[    7.337382] mpp_rkvdec2 fdc38100.rkvdec-core: sram_start 0x00000000ff001000
[    7.337385] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_iova 0x00000000fff00000
[    7.337389] mpp_rkvdec2 fdc38100.rkvdec-core: sram_size 491520
[    7.337391] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_size 1048576
[    7.337395] mpp_rkvdec2 fdc38100.rkvdec-core: min_width 512
[    7.337399] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_info_count 20
[    7.337402] mpp_rkvdec2 fdc38100.rkvdec-core: [136, 24576]
[    7.337405] mpp_rkvdec2 fdc38100.rkvdec-core: [137, 49152]
[    7.337408] mpp_rkvdec2 fdc38100.rkvdec-core: [141, 90112]
[    7.337411] mpp_rkvdec2 fdc38100.rkvdec-core: [140, 49152]
[    7.337414] mpp_rkvdec2 fdc38100.rkvdec-core: [139, 180224]
[    7.337417] mpp_rkvdec2 fdc38100.rkvdec-core: [133, 49152]
[    7.337420] mpp_rkvdec2 fdc38100.rkvdec-core: [134, 8192]
[    7.337423] mpp_rkvdec2 fdc38100.rkvdec-core: [135, 4352]
[    7.337426] mpp_rkvdec2 fdc38100.rkvdec-core: [138, 13056]
[    7.337429] mpp_rkvdec2 fdc38100.rkvdec-core: [142, 291584]
[    7.337449] mpp_rkvdec2 fdc38100.rkvdec-core: probing finish
[    7.337500] mpp_rkvdec2 fdc48100.rkvdec-core: Adding to iommu group 13
[    7.337683] mpp_rkvdec2 fdc48100.rkvdec-core: rkvdec-core, probing start
[    7.337758] mpp_rkvdec2 fdc48100.rkvdec-core: shared_niu_a is not found!
[    7.337761] rkvdec2_init:1022: No niu aclk reset resource define
[    7.337765] mpp_rkvdec2 fdc48100.rkvdec-core: shared_niu_h is not found!
[    7.337767] rkvdec2_init:1025: No niu hclk reset resource define
[    7.337780] mpp_rkvdec2 fdc48100.rkvdec-core: no regulator, devfreq is disabled
[    7.337810] mpp_rkvdec2 fdc48100.rkvdec-core: core_mask=00020002
[    7.337825] mpp_rkvdec2 fdc48100.rkvdec-core: attach ccu as core 1
[    7.337973] mpp_rkvdec2 fdc48100.rkvdec-core: sram_start 0x00000000ff079000
[    7.337976] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_iova 0x00000000ffe00000
[    7.337979] mpp_rkvdec2 fdc48100.rkvdec-core: sram_size 487424
[    7.337982] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_size 1048576
[    7.337985] mpp_rkvdec2 fdc48100.rkvdec-core: min_width 512
[    7.337989] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_info_count 20
[    7.337992] mpp_rkvdec2 fdc48100.rkvdec-core: [136, 24576]
[    7.337995] mpp_rkvdec2 fdc48100.rkvdec-core: [137, 49152]
[    7.337998] mpp_rkvdec2 fdc48100.rkvdec-core: [141, 90112]
[    7.338001] mpp_rkvdec2 fdc48100.rkvdec-core: [140, 49152]
[    7.338004] mpp_rkvdec2 fdc48100.rkvdec-core: [139, 180224]
[    7.338007] mpp_rkvdec2 fdc48100.rkvdec-core: [133, 49152]
[    7.338010] mpp_rkvdec2 fdc48100.rkvdec-core: [134, 8192]
[    7.338012] mpp_rkvdec2 fdc48100.rkvdec-core: [135, 4352]
[    7.338015] mpp_rkvdec2 fdc48100.rkvdec-core: [138, 13056]
[    7.338018] mpp_rkvdec2 fdc48100.rkvdec-core: [142, 291584]
[    7.338037] mpp_rkvdec2 fdc48100.rkvdec-core: probing finish
[    7.338194] mpp_rkvenc2 rkvenc-ccu: probing start
[    7.338198] mpp_rkvenc2 rkvenc-ccu: probing finish
[    7.338617] mpp_av1dec: Adding child /av1d@fdc70000
[    7.338775] mpp_av1dec: register device av1d-master
[    7.338787] mpp_av1dec av1d-master: av1_iommu_of_xlate,784
[    7.338799] av1_iommu_probe_device,736, consumer : av1d-master, supplier : fdca0000.iommu
[    7.338805] mpp_av1dec av1d-master: Adding to iommu group 17
[    7.338988] mpp_av1dec av1d-master: probing start
[    7.339125] mpp_av1dec av1d-master: probing finish
[    7.339144] mpp_service mpp-srv: probe success
[    7.346186] dma-pl330 fea10000.dma-controller: Loaded driver for PL330 DMAC-241330
[    7.346193] dma-pl330 fea10000.dma-controller:     DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    7.346732] dma-pl330 fea30000.dma-controller: Loaded driver for PL330 DMAC-241330
[    7.346738] dma-pl330 fea30000.dma-controller:     DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    7.347286] dma-pl330 fed10000.dma-controller: Loaded driver for PL330 DMAC-241330
[    7.347291] dma-pl330 fed10000.dma-controller:     DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    7.347738] rockchip-pvtm fda40000.pvtm: pvtm@0 probed
[    7.347774] rockchip-pvtm fda50000.pvtm: pvtm@1 probed
[    7.347808] rockchip-pvtm fda60000.pvtm: pvtm@2 probed
[    7.347839] rockchip-pvtm fdaf0000.pvtm: pvtm@3 probed
[    7.347870] rockchip-pvtm fdb30000.pvtm: pvtm@4 probed
[    7.348259] rockchip-system-monitor rockchip-system-monitor: system monitor probe
[    7.348815] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[    7.349164] febc0000.serial: ttyS9 at MMIO 0xfebc0000 (irq = 105, base_baud = 1500000) is a 16550A
[    7.350614] rockchip-vop2 fdd90000.vop: Adding to iommu group 16
[    7.357325] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x5, primary plane phy id: 2
[    7.357333] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp1 assign plane mask: 0xa, primary plane phy id: 3
[    7.357339] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x140, primary plane phy id: 8
[    7.357345] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp3 assign plane mask: 0x280, primary plane phy id: 9
[    7.357510] [drm] failed to init overlay plane Cluster0-win1
[    7.357534] [drm] failed to init overlay plane Cluster1-win1
[    7.357556] [drm] failed to init overlay plane Cluster2-win1
[    7.357578] [drm] failed to init overlay plane Cluster3-win1
[    7.365143] rockchip-drm display-subsystem: bound fdd90000.vop (ops 0xffffffc00935e230)
[    7.365468] dwhdmi-rockchip fde80000.hdmi: registered ddc I2C bus driver
[    7.365744] rockchip-drm display-subsystem: bound fde80000.hdmi (ops 0xffffffc00936cdc0)
[    7.366116] dwhdmi-rockchip fdea0000.hdmi: registered ddc I2C bus driver
[    7.366388] rockchip-drm display-subsystem: bound fdea0000.hdmi (ops 0xffffffc00936cdc0)
[    7.366423] dw-mipi-dsi2 fde20000.dsi: [drm:dw_mipi_dsi2_bind] *ERROR* Failed to find panel or bridge: -517
[    7.372532] brd: module loaded
[    7.374512] loop: module loaded
[    7.374623] zram: Added device: zram0
[    7.374714] lkdtm: No crash points registered, enable through debugfs
[    7.375014] system_heap: orders[0] = 6
[    7.375018] system_heap: orders[1] = 4
[    7.375021] system_heap: orders[2] = 0
[    7.375688] ahci fe210000.sata: supply ahci not found, using dummy regulator
[    7.375730] ahci fe210000.sata: supply phy not found, using dummy regulator
[    7.375774] ahci fe210000.sata: supply target not found, using dummy regulator
[    7.375827] ahci fe210000.sata: forcing port_map 0x0 -> 0x1
[    7.375845] ahci fe210000.sata: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl platform mode
[    7.375851] ahci fe210000.sata: flags: ncq sntf pm led clo only pmp fbs pio slum part ccc apst 
[    7.375859] ahci fe210000.sata: port 0 can do FBS, forcing FBSCP
[    7.376308] scsi host0: ahci
[    7.376395] ata1: SATA max UDMA/133 mmio [mem 0xfe210000-0xfe210fff] port 0x100 irq 90
[    7.377231] rockchip-spi feb20000.spi: no high_speed pinctrl state
[    7.378249] rk806 spi2.0: chip id: RK806,ver:0x2, 0x1
[    7.378373] rk806 spi2.0: ON: 0x40 OFF:0x0
[    7.379650] vdd_gpu_s0: supplied by vcc5v0_sys
[    7.380606] vdd_cpu_lit_s0: supplied by vcc5v0_sys
[    7.381179] vdd_log_s0: supplied by vcc5v0_sys
[    7.381690] vdd_vdenc_s0: supplied by vcc5v0_sys
[    7.382249] vdd_ddr_s0: supplied by vcc5v0_sys
[    7.382581] vdd2_ddr_s3: supplied by vcc5v0_sys
[    7.383076] vdd_2v0_pldo_s3: supplied by vcc5v0_sys
[    7.383514] vcc_3v3_s3: supplied by vcc5v0_sys
[    7.383933] vddq_ddr_s0: supplied by vcc5v0_sys
[    7.384424] vcc_1v8_s3: supplied by vcc5v0_sys
[    7.384941] vdd_0v75_s3: supplied by vcc_1v1_nldo_s3
[    7.385435] vdd_ddr_pll_s0: supplied by vcc_1v1_nldo_s3
[    7.385866] avdd_0v75_s0: supplied by vcc_1v1_nldo_s3
[    7.386307] vdd_0v85_s0: supplied by vcc_1v1_nldo_s3
[    7.386736] vdd_0v75_s0: supplied by vcc_1v1_nldo_s3
[    7.387248] avcc_1v8_s0: supplied by vdd_2v0_pldo_s3
[    7.387799] vcc_1v8_s0: supplied by vdd_2v0_pldo_s3
[    7.388285] avdd_1v2_s0: supplied by vdd_2v0_pldo_s3
[    7.388774] vcc_3v3_s0: supplied by vcc5v0_sys
[    7.389204] vccio_sd_s0: supplied by vcc5v0_sys
[    7.389696] pldo6_s3: supplied by vcc5v0_sys
[    7.389886] rk806 spi2.0: no sleep-setting state
[    7.389890] rk806 spi2.0: no reset-setting pinctrl state
[    7.389894] rk806 spi2.0: no dvs-setting pinctrl state
[    7.391133] rockchip-spi feb20000.spi: probed, poll=0, rsd=0, cs-inactive=0, ready=0
[    7.392373] rk_gmac-dwmac fe1c0000.ethernet: IRQ eth_lpi not found
[    7.392494] rk_gmac-dwmac fe1c0000.ethernet: supply phy not found, using dummy regulator
[    7.392534] rk_gmac-dwmac fe1c0000.ethernet: clock input or output? (output).
[    7.392539] rk_gmac-dwmac fe1c0000.ethernet: TX delay(0x43).
[    7.392543] rk_gmac-dwmac fe1c0000.ethernet: Can not read property: rx_delay.
[    7.392546] rk_gmac-dwmac fe1c0000.ethernet: set rx_delay to 0xffffffff
[    7.392560] rk_gmac-dwmac fe1c0000.ethernet: integrated PHY? (no).
[    7.392565] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock mac_clk_rx
[    7.392570] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock mac_clk_tx
[    7.392579] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock clk_mac_speed
[    7.392798] rk_gmac-dwmac fe1c0000.ethernet: init for RGMII_RXID
[    7.392860] rk_gmac-dwmac fe1c0000.ethernet: User ID: 0x30, Synopsys ID: 0x51
[    7.392865] rk_gmac-dwmac fe1c0000.ethernet:     DWMAC4/5
[    7.392869] rk_gmac-dwmac fe1c0000.ethernet: DMA HW capability register supported
[    7.392873] rk_gmac-dwmac fe1c0000.ethernet: RX Checksum Offload Engine supported
[    7.392876] rk_gmac-dwmac fe1c0000.ethernet: TX Checksum insertion supported
[    7.392880] rk_gmac-dwmac fe1c0000.ethernet: Wake-Up On Lan supported
[    7.392902] rk_gmac-dwmac fe1c0000.ethernet: TSO supported
[    7.392906] rk_gmac-dwmac fe1c0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    7.392910] rk_gmac-dwmac fe1c0000.ethernet: Enabled Flow TC (entries=2)
[    7.392914] rk_gmac-dwmac fe1c0000.ethernet: TSO feature enabled
[    7.392918] rk_gmac-dwmac fe1c0000.ethernet: Using 32 bits DMA width
[    7.526283] mdio_bus stmmac-1: MDIO device at address 1 is missing.
[    7.527009] usbcore: registered new interface driver rtl8150
[    7.527023] usbcore: registered new interface driver r8152
[    7.538603] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    7.538613] ehci-pci: EHCI PCI platform driver
[    7.538633] ehci-platform: EHCI generic platform driver
[    7.540541] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.540786] ehci-platform fc800000.usb: EHCI Host Controller
[    7.540838] ehci-platform fc800000.usb: new USB bus registered, assigned bus number 1
[    7.540884] ehci-platform fc800000.usb: irq 20, io mem 0xfc800000
[    7.552731] ehci-platform fc800000.usb: USB 2.0 started, EHCI 1.00
[    7.552788] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    7.552793] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.552797] usb usb1: Product: EHCI Host Controller
[    7.552801] usb usb1: Manufacturer: Linux 5.10.198 ehci_hcd
[    7.552804] usb usb1: SerialNumber: fc800000.usb
[    7.552944] hub 1-0:1.0: USB hub found
[    7.552954] hub 1-0:1.0: 1 port detected
[    7.555203] ehci-platform fc880000.usb: EHCI Host Controller
[    7.555258] ehci-platform fc880000.usb: new USB bus registered, assigned bus number 2
[    7.555300] ehci-platform fc880000.usb: irq 22, io mem 0xfc880000
[    7.566067] ehci-platform fc880000.usb: USB 2.0 started, EHCI 1.00
[    7.566085] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.566114] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    7.566119] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.566122] usb usb2: Product: EHCI Host Controller
[    7.566126] usb usb2: Manufacturer: Linux 5.10.198 ehci_hcd
[    7.566129] usb usb2: SerialNumber: fc880000.usb
[    7.566246] hub 2-0:1.0: USB hub found
[    7.566255] hub 2-0:1.0: 1 port detected
[    7.566515] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    7.566526] ohci-platform: OHCI generic platform driver
[    7.566630] ohci-platform fc840000.usb: Generic Platform OHCI controller
[    7.566678] ohci-platform fc840000.usb: new USB bus registered, assigned bus number 3
[    7.566710] ohci-platform fc840000.usb: irq 21, io mem 0xfc840000
[    7.592750] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.619413] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.626787] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[    7.626793] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.626797] usb usb3: Product: Generic Platform OHCI controller
[    7.626801] usb usb3: Manufacturer: Linux 5.10.198 ohci_hcd
[    7.626804] usb usb3: SerialNumber: fc840000.usb
[    7.626923] hub 3-0:1.0: USB hub found
[    7.626935] hub 3-0:1.0: 1 port detected
[    7.627100] ohci-platform fc8c0000.usb: Generic Platform OHCI controller
[    7.627144] ohci-platform fc8c0000.usb: new USB bus registered, assigned bus number 4
[    7.627174] ohci-platform fc8c0000.usb: irq 23, io mem 0xfc8c0000
[    7.646083] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.672748] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.686785] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[    7.686792] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.686795] usb usb4: Product: Generic Platform OHCI controller
[    7.686799] usb usb4: Manufacturer: Linux 5.10.198 ohci_hcd
[    7.686802] usb usb4: SerialNumber: fc8c0000.usb
[    7.686917] hub 4-0:1.0: USB hub found
[    7.686928] hub 4-0:1.0: 1 port detected
[    7.687308] phy phy-fd5d4000.syscon:usb2-phy@4000.3: illegal mode
[    7.687315] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
[    7.687363] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 5
[    7.687439] xhci-hcd xhci-hcd.5.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000800002010010
[    7.687456] xhci-hcd xhci-hcd.5.auto: irq 144, io mem 0xfc400000
[    7.687508] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
[    7.687548] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 6
[    7.687554] xhci-hcd xhci-hcd.5.auto: Host supports USB 3.0 SuperSpeed
[    7.687588] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    7.687593] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.687596] usb usb5: Product: xHCI Host Controller
[    7.687600] usb usb5: Manufacturer: Linux 5.10.198 xhci-hcd
[    7.687603] usb usb5: SerialNumber: xhci-hcd.5.auto
[    7.687717] hub 5-0:1.0: USB hub found
[    7.687727] hub 5-0:1.0: 1 port detected
[    7.687827] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.687854] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    7.687859] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.687862] usb usb6: Product: xHCI Host Controller
[    7.687866] usb usb6: Manufacturer: Linux 5.10.198 xhci-hcd
[    7.687869] usb usb6: SerialNumber: xhci-hcd.5.auto
[    7.687979] hub 6-0:1.0: USB hub found
[    7.687988] hub 6-0:1.0: config failed, hub doesn't have any ports! (err -19)
[    7.688071] usbcore: registered new interface driver cdc_acm
[    7.688074] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    7.688138] usbcore: registered new interface driver uas
[    7.688175] usbcore: registered new interface driver usb-storage
[    7.688200] usbcore: registered new interface driver usbserial_generic
[    7.688208] usbserial: USB Serial support registered for generic
[    7.688219] usbcore: registered new interface driver cp210x
[    7.688227] usbserial: USB Serial support registered for cp210x
[    7.688249] usbcore: registered new interface driver ftdi_sio
[    7.688257] usbserial: USB Serial support registered for FTDI USB Serial Device
[    7.688312] usbcore: registered new interface driver keyspan
[    7.688319] usbserial: USB Serial support registered for Keyspan - (without firmware)
[    7.688326] usbserial: USB Serial support registered for Keyspan 1 port adapter
[    7.688333] usbserial: USB Serial support registered for Keyspan 2 port adapter
[    7.688340] usbserial: USB Serial support registered for Keyspan 4 port adapter
[    7.688353] usbcore: registered new interface driver option
[    7.688360] usbserial: USB Serial support registered for GSM modem (1-port)
[    7.688440] usbcore: registered new interface driver oti6858
[    7.688446] usbserial: USB Serial support registered for oti6858
[    7.688459] usbcore: registered new interface driver pl2303
[    7.688465] usbserial: USB Serial support registered for pl2303
[    7.688482] usbcore: registered new interface driver qcserial
[    7.688488] usbserial: USB Serial support registered for Qualcomm USB modem
[    7.688507] usbcore: registered new interface driver sierra
[    7.688514] usbserial: USB Serial support registered for Sierra USB modem
[    7.688862] usbcore: registered new interface driver usbtouchscreen
[    7.689053] ata1: SATA link down (SStatus 0 SControl 300)
[    7.689690] input: rk805 pwrkey as /devices/platform/feb20000.spi/spi_master/spi2/spi2.0/rk805-pwrkey.3.auto/input/input0
[    7.689851] i2c /dev entries driver
[    7.693199] vdd_cpu_big0_s0: supplied by vcc5v0_sys
[    7.699421] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.701577] vdd_cpu_big1_s0: supplied by vcc5v0_sys
[    7.710312] vdd_npu_s0: supplied by vcc5v0_sys
[    7.716608] i2c i2c-4: 1 i2c clients have been registered at 0x68
[    7.726088] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.752748] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.779417] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.919402] rk3x-i2c fec80000.i2c: timeout, ipd: 0x00, state: 3
[    7.919413] husb311 6-004e: fail to read Vendor id(-110)
[    7.919416] husb311 6-004e: check vid/pid fail(-110)
[    7.919427] husb311: probe of 6-004e failed with error -110
[    8.122734] rk3x-i2c fec80000.i2c: timeout, ipd: 0x00, state: 3
[    8.122742] rtc-hym8563 6-0051: could not init device, -110
[    8.122794] rtc-hym8563: probe of 6-0051 failed with error -110
[    8.123586] ircut cam_ircut: driver version: 00.01.00
[    8.123643] ircut cam_ircut: failed get pulse-width,use dafult value 100
[    8.123689] ircut cam_ircut: Failed to get ircut-open-gpios
[    8.123696] ircut cam_ircut: Failed to get ircut-close-gpios
[    8.123708] ircut cam_ircut: probe successful!
[    8.124090] rkcifhw fdce0000.rkcif: Adding to iommu group 15
[    8.124913] rkcifhw fdce0000.rkcif: No reserved memory region assign to CIF
[    8.124973] rkcif rkcif-mipi-lvds2: Adding to iommu group 15
[    8.124983] rkcif rkcif-mipi-lvds2: rkcif driver version: v00.02.00
[    8.125025] rkcif rkcif-mipi-lvds2: attach to cif hw node
[    8.125028] rkcif rkcif-mipi-lvds2: rkcif wait line 0
[    8.125033] : terminal subdev does not exist
[    8.125037] : terminal subdev does not exist
[    8.125040] : terminal subdev does not exist
[    8.125043] : terminal subdev does not exist
[    8.125047] : get_remote_sensor: video pad[0] is null
[    8.125051] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[    8.125055] : rkcif_scale_set_fmt: req(80, 60) src out(0, 0)
[    8.125058] : get_remote_sensor: video pad[0] is null
[    8.125061] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[    8.125065] : rkcif_scale_set_fmt: req(80, 60) src out(0, 0)
[    8.125068] : get_remote_sensor: video pad[0] is null
[    8.125071] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[    8.125074] : rkcif_scale_set_fmt: req(80, 60) src out(0, 0)
[    8.125077] : get_remote_sensor: video pad[0] is null
[    8.125080] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[    8.125084] : rkcif_scale_set_fmt: req(80, 60) src out(0, 0)
[    8.125538] rkcif rkcif-mipi-lvds2: No memory-region-thunderboot specified
[    8.126163] rockchip-mipi-csi2-hw fdd10000.mipi0-csi2-hw: enter mipi csi2 hw probe!
[    8.126217] rockchip-mipi-csi2-hw fdd10000.mipi0-csi2-hw: probe success, v4l2_dev:mipi0-csi2-hw!
[    8.126240] rockchip-mipi-csi2-hw fdd20000.mipi1-csi2-hw: enter mipi csi2 hw probe!
[    8.126278] rockchip-mipi-csi2-hw fdd20000.mipi1-csi2-hw: probe success, v4l2_dev:mipi1-csi2-hw!
[    8.126298] rockchip-mipi-csi2-hw fdd30000.mipi2-csi2-hw: enter mipi csi2 hw probe!
[    8.126332] rockchip-mipi-csi2-hw fdd30000.mipi2-csi2-hw: probe success, v4l2_dev:mipi2-csi2-hw!
[    8.126352] rockchip-mipi-csi2-hw fdd40000.mipi3-csi2-hw: enter mipi csi2 hw probe!
[    8.126387] rockchip-mipi-csi2-hw fdd40000.mipi3-csi2-hw: probe success, v4l2_dev:mipi3-csi2-hw!
[    8.126406] rockchip-mipi-csi2-hw fdd50000.mipi4-csi2-hw: enter mipi csi2 hw probe!
[    8.126437] rockchip-mipi-csi2-hw fdd50000.mipi4-csi2-hw: probe success, v4l2_dev:mipi4-csi2-hw!
[    8.126457] rockchip-mipi-csi2-hw fdd60000.mipi5-csi2-hw: enter mipi csi2 hw probe!
[    8.126490] rockchip-mipi-csi2-hw fdd60000.mipi5-csi2-hw: probe success, v4l2_dev:mipi5-csi2-hw!
[    8.126816] rockchip-mipi-csi2 mipi2-csi2: attach to csi2 hw node
[    8.126832] rkcif rkcif-mipi-lvds2: Entity type for entity rockchip-mipi-csi2 was not initialized!
[    8.126837] rockchip-mipi-csi2: Async registered subdev
[    8.126842] rockchip-mipi-csi2: probe success, v4l2_dev:rkcif-mipi-lvds2!
[    8.127472] rkisp_hw fdcb0000.rkisp: Adding to iommu group 14
[    8.127605] rkisp_hw fdcb0000.rkisp: is_thunderboot: 0
[    8.127610] rkisp_hw fdcb0000.rkisp: Missing rockchip,grf property
[    8.127623] rkisp_hw fdcb0000.rkisp: max input:0x0@0fps
[    8.127677] rkisp_hw fdcb0000.rkisp: no find phandle sram
[    8.127863] rkisp rkisp0-vir0: rkisp driver version: v02.04.00
[    8.127917] rkisp rkisp0-vir0: No memory-region-thunderboot specified
[    8.127961] rkisp rkisp0-vir0: Entity type for entity rkisp-isp-subdev was not initialized!
[    8.128992] rk_hdmirx fdee0000.hdmirx-controller: No reserved memory for HDMIRX, use default CMA
[    8.129011] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_probe: cpu_aff:0x500, Bound_cpu:5, wdt_cfg_bound_cpu:6, phy_cpuid:5
[    8.129501] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_audio_interrupts_setup: 0
[    8.130038] rk_hdmirx fdee0000.hdmirx-controller: rk_hdmirx_hdcp_register success
[    8.130055] rk_hdmirx fdee0000.hdmirx-controller: fdee0000.hdmirx-controller driver probe ok!
[    8.130128] usbcore: registered new interface driver uvcvideo
[    8.130131] USB Video Class driver (1.1.1)
[    8.130718] Bluetooth: HCI UART driver ver 2.3
[    8.130724] Bluetooth: HCI UART protocol H4 registered
[    8.130727] Bluetooth: HCI UART protocol ATH3K registered
[    8.130745] usbcore: registered new interface driver bfusb
[    8.130760] usbcore: registered new interface driver btusb
[    8.131460] cpu cpu0: bin=0
[    8.131672] cpu cpu0: leakage=10
[    8.133072] cpu cpu0: pvtm=1446
[    8.133188] cpu cpu0: pvtm-volt-sel=2
[    8.135046] cpu cpu4: bin=0
[    8.135253] cpu cpu4: leakage=9
[    8.141692] cpu cpu4: pvtm=1671
[    8.145591] cpu cpu4: pvtm-volt-sel=3
[    8.148212] cpu cpu6: bin=0
[    8.148420] cpu cpu6: leakage=9
[    8.154870] cpu cpu6: pvtm=1679
[    8.158780] cpu cpu6: pvtm-volt-sel=4
[    8.160493] cpu cpu0: avs=0
[    8.161476] cpu cpu4: avs=0
[    8.162294] cpu cpu6: avs=0
[    8.162469] cpu cpu0: EM: created perf domain
[    8.162498] cpu cpu0: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=1608000000 h_table=0
[    8.163038] cpu cpu4: EM: created perf domain
[    8.163063] cpu cpu4: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=2208000000 h_table=0
[    8.171334] cpu cpu6: EM: created perf domain
[    8.171849] cpu cpu6: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=2208000000 h_table=0
[    8.186427] sdhci: Secure Digital Host Controller Interface driver
[    8.186455] sdhci: Copyright(c) Pierre Ossman
[    8.186461] Synopsys Designware Multimedia Card Interface Driver
[    8.187337] sdhci-pltfm: SDHCI platform and OF driver helper
[    8.187435] dwmmc_rockchip fe2d0000.mmc: No normal pinctrl state
[    8.187443] dwmmc_rockchip fe2d0000.mmc: No idle pinctrl state
[    8.187541] dwmmc_rockchip fe2d0000.mmc: IDMAC supports 32-bit address mode.
[    8.187556] dwmmc_rockchip fe2d0000.mmc: Using internal DMA controller.
[    8.187565] dwmmc_rockchip fe2d0000.mmc: Version ID is 270a
[    8.187593] dwmmc_rockchip fe2d0000.mmc: DW MMC controller at irq 92,32 bit host data width,256 deep fifo
[    8.187805] dwmmc_rockchip fe2c0000.mmc: No normal pinctrl state
[    8.187817] dwmmc_rockchip fe2c0000.mmc: No idle pinctrl state
[    8.187957] dwmmc_rockchip fe2c0000.mmc: IDMAC supports 32-bit address mode.
[    8.187999] dwmmc_rockchip fe2c0000.mmc: Using internal DMA controller.
[    8.188012] dwmmc_rockchip fe2c0000.mmc: Version ID is 270a
[    8.188050] dwmmc_rockchip fe2c0000.mmc: DW MMC controller at irq 91,32 bit host data width,256 deep fifo
[    8.189173] arm-scmi firmware:scmi: Failed. SCMI protocol 17 not active.
[    8.189230] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    8.189626] dwmmc_rockchip fe2c0000.mmc: Failed getting OCR mask: -22
[    8.190590] cryptodev: driver 1.12 loaded.
[    8.190635] hid: raw HID events driver (C) Jiri Kosina
[    8.190927] usbcore: registered new interface driver usbhid
[    8.190936] usbhid: USB HID core driver
[    8.192859] dwmmc_rockchip fe2c0000.mmc: could not set regulator OCR (-22)
[    8.192875] dwmmc_rockchip fe2c0000.mmc: failed to enable vmmc regulator
[    8.195337] optee: probing for conduit method.
[    8.195353] optee: revision 3.13 (62aa10b7)
[    8.195659] optee: dynamic shared memory is enabled
[    8.195766] optee: initialized driver
[    8.196263] usbcore: registered new interface driver snd-usb-audio
[    8.210988] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    8.221054] mmc0: SDHCI controller on fe2e0000.mmc [fe2e0000.mmc] using ADMA
[    8.258685] mmc0: Host Software Queue enabled
[    8.258716] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[    8.259149] mmcblk0: mmc0:0001 A3A561 57.6 GiB 
[    8.259266] mmcblk0boot0: mmc0:0001 A3A561 partition 1 4.00 MiB
[    8.259383] mmcblk0boot1: mmc0:0001 A3A561 partition 2 4.00 MiB
[    8.259590] mmcblk0rpmb: mmc0:0001 A3A561 partition 3 16.0 MiB, chardev (236:0)
[    8.262497]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8
[    8.399633] rk3x-i2c fec90000.i2c: timeout, ipd: 0x00, state: 3
[    8.399711] ES8323 7-0011: i2c recv Failed
[    8.399849] ES8323: probe of 7-0011 failed with error -110
[    8.404275] rockchip-i2s-tdm fddf0000.i2s: CLK-ALWAYS-ON: mclk: 12288000, bclk: 3072000, fsync: 48000
[    8.405840] rockchip-i2s-tdm fddf4000.i2s: CLK-ALWAYS-ON: mclk: 12288000, bclk: 3072000, fsync: 48000
[    8.409595] debugfs: File 'Capture' in directory 'dapm' already present!
[    8.423720] input: rockchip,hdmiin rockchip,hdmiin as /devices/platform/hdmiin-sound/sound/card0/input1
[    8.428230] Initializing XFRM netlink socket
[    8.429253] NET: Registered protocol family 10
[    8.431435] Segment Routing with IPv6
[    8.431488] NET: Registered protocol family 17
[    8.431504] NET: Registered protocol family 15
[    8.431823] Bluetooth: RFCOMM socket layer initialized
[    8.431856] Bluetooth: RFCOMM ver 1.11
[    8.431881] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    8.431891] Bluetooth: HIDP socket layer initialized
[    8.431937] [BT_RFKILL]: Enter rfkill_rk_init
[    8.431944] [WLAN_RFKILL]: Enter rfkill_wlan_init
[    8.432393] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[    8.432425] [WLAN_RFKILL]: can't find rockchip,grf property
[    8.432433] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6398s
[    8.432441] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[    8.432448] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
[    8.432471] [WLAN_RFKILL]: wlan_platdata_parse_dt: WIFI,poweren_gpio = 20 flags = 0.
[    8.432498] [WLAN_RFKILL]: wlan_platdata_parse_dt: WIFI,host_wake_irq = 10, flags = 0.
[    8.432508] [WLAN_RFKILL]: wlan_platdata_parse_dt: The ref_wifi_clk not found !
[    8.432514] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[    8.432523] [WLAN_RFKILL]: rfkill_set_wifi_bt_power: 1
[    8.432530] [WLAN_RFKILL]: Exit rfkill_wlan_probe
[    8.432885] Key type dns_resolver registered
[    8.434043] imx415 3-001a: driver version: 00.01.08
[    8.434067] imx415 3-001a:  Get hdr mode failed! no hdr default
[    8.434086] imx415 3-001a: detect imx415 lane 4
[    8.434121] imx415 3-001a: Failed to get reset-gpios
[    8.434142] imx415 3-001a: Failed to get power-gpios
[    8.434154] imx415 3-001a: could not get default pinstate
[    8.434162] imx415 3-001a: could not get sleep pinstate
[    8.434191] imx415 3-001a: supply dvdd not found, using dummy regulator
[    8.434291] imx415 3-001a: supply dovdd not found, using dummy regulator
[    8.439820] vendor storage:20190527 ret = 0
[    8.530643] imx415 3-001a: Unexpected sensor id(000000), ret(-5)
[    8.532828] Loading compiled-in X.509 certificates
[    8.534897] pstore: Using crash dump compression: deflate
[    8.535717] rga3_core0 fdb60000.rga: Adding to iommu group 2
[    8.536351] rga: rga3_core0, irq = 36, match scheduler
[    8.537710] rga: rga3_core0 hardware loaded successfully, hw_version:3.0.76831.
[    8.537878] rga: rga3_core0 probe successfully
[    8.538996] rga3_core1 fdb70000.rga: Adding to iommu group 3
[    8.539638] rga: rga3_core1, irq = 37, match scheduler
[    8.540530] rga: rga3_core1 hardware loaded successfully, hw_version:3.0.76831.
[    8.540699] rga: rga3_core1 probe successfully
[    8.541751] rga: rga2, irq = 38, match scheduler
[    8.542798] rga: rga2 hardware loaded successfully, hw_version:3.2.63318.
[    8.542824] rga: rga2 probe successfully
[    8.543040] rga_iommu: IOMMU binding successfully, default mapping core[0x1]
[    8.543255] rga: Module initialized. v1.3.1
[    8.566733] pcie20_avdd0v85: supplied by vdd_0v85_s0
[    8.567078] mali fb000000.gpu: Kernel DDK version g18p0-01eac0
[    8.567313] dwmmc_rockchip fe2d0000.mmc: No normal pinctrl state
[    8.567323] dwmmc_rockchip fe2d0000.mmc: No idle pinctrl state
[    8.567419] dwmmc_rockchip fe2d0000.mmc: IDMAC supports 32-bit address mode.
[    8.567439] dwmmc_rockchip fe2d0000.mmc: Using internal DMA controller.
[    8.567449] dwmmc_rockchip fe2d0000.mmc: Version ID is 270a
[    8.567471] dwmmc_rockchip fe2d0000.mmc: DW MMC controller at irq 92,32 bit host data width,256 deep fifo
[    8.567904] mali fb000000.gpu: bin=0
[    8.568024] pcie20_avdd1v8: supplied by avcc_1v8_s0
[    8.568193] mali fb000000.gpu: leakage=15
[    8.568241] debugfs: Directory 'fb000000.gpu-mali' with parent 'vdd_gpu_s0' already present!
[    8.568410] pcie30_avdd0v75: supplied by avdd_0v75_s0
[    8.568964] pcie30_avdd1v8: supplied by avcc_1v8_s0
[    8.569521] vcc3v3_lcd0_n: supplied by vcc_1v8_s0
[    8.569681] mali fb000000.gpu: pvtm=895
[    8.570124] mali fb000000.gpu: pvtm-volt-sel=4
[    8.570338] mpp_rkvenc2 fdbd0000.rkvenc-core: Adding to iommu group 10
[    8.570681] mpp_rkvenc2 fdbd0000.rkvenc-core: probing start
[    8.571389] mali fb000000.gpu: avs=0
[    8.571421] W : [File] : drivers/gpu/arm/bifrost/platform/rk/mali_kbase_config_rk.c; [Line] : 143; [Func] : kbase_platform_rk_init(); power-off-delay-ms not available.
[    8.572234] mpp_rkvenc2 fdbd0000.rkvenc-core: bin=0
[    8.572322] mali fb000000.gpu: r0p0 status 5 not found in HW issues table;
[    8.572333] mali fb000000.gpu: falling back to closest match: r0p0 status 0
[    8.572339] mali fb000000.gpu: Execution proceeding normally with fallback match
[    8.572347] mali fb000000.gpu: GPU identified as 0x7 arch 10.8.6 r0p0 status 0
[    8.572394] mali fb000000.gpu: No priority control manager is configured
[    8.572489] mpp_rkvenc2 fdbd0000.rkvenc-core: leakage=12
[    8.572502] mpp_rkvenc2 fdbd0000.rkvenc-core: leakage-volt-sel=0
[    8.572593] mali fb000000.gpu: No memory group manager is configured
[    8.572619] mali fb000000.gpu: Protected memory allocator not available
[    8.573155] mpp_rkvenc2 fdbd0000.rkvenc-core: avs=0
[    8.573181] mpp_rkvenc2 fdbd0000.rkvenc-core: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0 h_table=0
[    8.573398] mali fb000000.gpu: Capping CSF_FIRMWARE_TIMEOUT to CSF_FIRMWARE_PING_TIMEOUT
[    8.573791] mpp_rkvenc2 fdbd0000.rkvenc-core: attach ccu as core 0
[    8.573955] mali fb000000.gpu: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=800000000 h_table=0
[    8.574313] mpp_rkvenc2 fdbd0000.rkvenc-core: probing finish
[    8.574555] mpp_rkvenc2 fdbe0000.rkvenc-core: Adding to iommu group 11
[    8.574903] mpp_rkvenc2 fdbe0000.rkvenc-core: probing start
[    8.579621] mali fb000000.gpu: Probed as mali0
[    8.583489] mpp_rkvenc2 fdbe0000.rkvenc-core: bin=0
[    8.583693] mpp_rkvenc2 fdbe0000.rkvenc-core: leakage=12
[    8.583700] mpp_rkvenc2 fdbe0000.rkvenc-core: leakage-volt-sel=0
[    8.584264] mpp_rkvenc2 fdbe0000.rkvenc-core: avs=0
[    8.584278] mpp_rkvenc2 fdbe0000.rkvenc-core: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0 h_table=0
[    8.584725] mpp_rkvenc2 fdbe0000.rkvenc-core: attach ccu as core 1
[    8.584881] mpp_rkvenc2 fdbe0000.rkvenc-core: probing finish
[    8.586339] rockchip-dmc d[mc: bin=0
[    8.586512] rockchip-dmc dmc: leakage=34
[    8.586521] rockchip-dmc dmc: leakage-volt-sel=1
[    8.586530] rockchip-dmc dmc: soc version=0, speed=1
[    8.587284] rockchip-dmc dmc: avs=0
[    8.587294] rockchip-dmc dmc: current ATF version 0x100
[    8.587361] rockchip-dmc dmc: normal_rate = 1560000000
[    8.587367] rockchip-dmc dmc: reboot_rate = 2112000000
[    8.587372] rockchip-dmc dmc: suspend_rate = 528000000
[    8.587377] rockchip-dmc dmc: video_4k_rate = 1560000000
[    8.587382] rockchip-dmc dmc: video_4k_10b_rate = 1560000000
[    8.587387] rockchip-dmc dmc: video_svep_rate = 1560000000
[    8.587392] rockchip-dmc dmc: boost_rate = 2112000000
[    8.587396] rockchip-dmc dmc: fixed_rate(isp|cif0|cif1|dualview) = 2112000000
[    8.587401] rockchip-dmc dmc: performance_rate = 2112000000
[    8.587406] rockchip-dmc dmc: hdmirx_rate = 2112000000
[    8.587411] rockchip-dmc dmc: deep_suspend_rate = 2112000000
[    8.587417] rockchip-dmc dmc: failed to get vop bandwidth to dmc rate
[    8.587422] rockchip-dmc dmc: failed to get vop pn to msch rl
[    8.587500] rockchip-dmc dmc: l=10000 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
[    8.591795] rockchip-dmc dmc: could not find power_model node
ddr_m0]E: waiting_vop_line_flag-1958: vop_post=0 unsupported!
[    8.604501] rockchip-csi2-dphy csi2-dphy0: csi2 dphy0 probe successfully!
[    8.611265] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x5, primary plane phy id: 2
[    8.611294] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp1 assign plane mask: 0xa, primary plane phy id: 3
[    8.611305] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x140, primary plane phy id: 8
[    8.611315] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp3 assign plane mask: 0x280, primary plane phy id: 9
[    8.611676] [drm] failed to init overlay plane Cluster0-win1
[    8.611720] [drm] failed to init overlay plane Cluster1-win1
[    8.611761] [drm] failed to init overlay plane Cluster2-win1
[    8.611805] [drm] failed to init overlay plane Cluster3-win1
[    8.632427] rockchip-drm display-subsystem: bound fdd90000.vop (ops 0xffffffc00935e230)
[    8.634095] dwhdmi-rockchip fde80000.hdmi: registered ddc I2C bus driver
[    8.635347] dw-hdmi-qp-hdcp dw-hdmi-qp-hdcp.9.auto: dw_hdcp_qp_hdcp_probe success
[    8.635455] rockchip-drm display-subsystem: bound fde80000.hdmi (ops 0xffffffc00936cdc0)
[    8.636974] dwhdmi-rockchip fdea0000.hdmi: registered ddc I2C bus driver
[    8.638438] dw-hdmi-qp-hdcp dw-hdmi-qp-hdcp.12.auto: dw_hdcp_qp_hdcp_probe success
[    8.638535] rockchip-drm display-subsystem: bound fdea0000.hdmi (ops 0xffffffc00936cdc0)
[    8.638570] dw-mipi-dsi2 fde20000.dsi: [drm:dw_mipi_dsi2_bind] *ERROR* Failed to find panel or bridge: -517
[    8.646841] input: adc-keys as /devices/platform/adc-keys/input/input2
[    8.647487] <<GTP-INF>>[gt1x_ts_probe:560] GTP Driver Version: V1.4<2015/07/10>
[    8.647495] <<GTP-INF>>[gt1x_ts_probe:561] GTP I2C Address: 0x14
[    8.647554] <<GTP-ERR>>[gt1x_parse_dt:341] vdd_ana not specified, fallback to power-supply
[    8.647625] <<GTP-INF>>[gt1x_parse_dt:348] Power Invert,no 
[    8.648695] <<GTP-INF>>[gt1x_reset_guitar:788] GTP RESET!
[    8.649328] dwmmc_rockchip fe2d0000.mmc: No normal pinctrl state
[    8.649335] dwmmc_rockchip fe2d0000.mmc: No idle pinctrl state
[    8.649482] dwmmc_rockchip fe2d0000.mmc: IDMAC supports 32-bit address mode.
[    8.649508] dwmmc_rockchip fe2d0000.mmc: Using internal DMA controller.
[    8.649518] dwmmc_rockchip fe2d0000.mmc: Version ID is 270a
[    8.649539] dwmmc_rockchip fe2d0000.mmc: DW MMC controller at irq 92,32 bit host data width,256 deep fifo
[    8.652925] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x5, primary plane phy id: 2
[    8.652934] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp1 assign plane mask: 0xa, primary plane phy id: 3
[    8.652942] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x140, primary plane phy id: 8
[    8.652949] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp3 assign plane mask: 0x280, primary plane phy id: 9
[    8.653187] [drm] failed to init overlay plane Cluster0-win1
[    8.653217] [drm] failed to init overlay plane Cluster1-win1
[    8.653246] [drm] failed to init overlay plane Cluster2-win1
[    8.653274] [drm] failed to init overlay plane Cluster3-win1
[    8.671218] rockchip-drm display-subsystem: bound fdd90000.vop (ops 0xffffffc00935e230)
[    8.672721] dwhdmi-rockchip fde80000.hdmi: registered ddc I2C bus driver
[    8.674086] dw-hdmi-qp-hdcp dw-hdmi-qp-hdcp.9.auto: dw_hdcp_qp_hdcp_probe success
[    8.674169] rockchip-drm display-subsystem: bound fde80000.hdmi (ops 0xffffffc00936cdc0)
[    8.675486] dwhdmi-rockchip fdea0000.hdmi: registered ddc I2C bus driver
[    8.676812] dw-hdmi-qp-hdcp dw-hdmi-qp-hdcp.12.auto: dw_hdcp_qp_hdcp_probe success
[    8.676887] rockchip-drm display-subsystem: bound fdea0000.hdmi (ops 0xffffffc00936cdc0)
[    8.676945] rockchip-drm display-subsystem: bound fde20000.dsi (ops 0xffffffc00936f5d8)
[    8.677008] rockchip-drm display-subsystem: bound fde50000.dp (ops 0xffffffc00936f968)
[    8.677059] rockchip-drm display-subsystem: bound fde60000.dp (ops 0xffffffc00936f968)
[    8.782941] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[    8.886396] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[    8.922971] rk3x-i2c fead0000.i2c: timeout, ipd: 0x00, state: 3
[    8.923053] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-110)
[    8.923076] <<GTP-ERR>>[gt1x_init:2319] Reset guitar failed!
[    8.923095] <<GTP-INF>>[gt1x_reset_guitar:788] GTP RESET!
[    8.989733] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[    9.093206] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[    9.196395] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[    9.196541] rk3x-i2c fead0000.i2c: timeout, ipd: 0x00, state: 3
[    9.196579] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-110)
[    9.196599] <<GTP-ERR>>[gt1x_init:2319] Reset guitar failed!
[    9.196618] <<GTP-INF>>[gt1x_reset_guitar:788] GTP RESET!
[    9.299497] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[    9.299530] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-11
[    9.299545] dwhdmi-rockchip fde80000.hdmi: failed to get edid
[ddr_m0]E: waiting_vop_line_flag-1958: vop_post=0 unsupported!
[    9.402970] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[    9.469734] rk3x-i2c fead0000.i2c: timeout, ipd: 0x00, state: 3
[    9.469798] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-110)
[    9.469812] <<GTP-ERR>>[gt1x_init:2319] Reset guitar failed!
[    9.469823] <<GTP-INF>>[gt1x_reset_guitar:788] GTP RESET!
[    9.506204] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[    9.609637] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[    9.712939] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[    9.742964] rk3x-i2c fead0000.i2c: timeout, ipd: 0x00, state: 3
[    9.743042] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-110)
[    9.743062] <<GTP-ERR>>[gt1x_init:2319] Reset guitar failed!
[    9.743079] <<GTP-INF>>[gt1x_reset_guitar:788] GTP RESET!
[    9.816271] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[    9.919758] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[    9.919844] dwhdmi-rockchip fdea0000.hdmi: get hdcp1.4 capable failed:-11
[    9.919873] dwhdmi-rockchip fdea0000.hdmi: failed to get edid
[    9.920142] dwhdmi-rockchip fde80000.hdmi: use tmds mode
[    9.920182] dwhdmi-rockchip fdea0000.hdmi: use tmds mode
[   10.016395] rk3x-i2c fead0000.i2c: timeout, ipd: 0x00, state: 3
[   10.016491] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-110)
[   10.016512] <<GTP-ERR>>[gt1x_init:2319] Reset guitar failed!
[   10.016529] <<GTP-ERR>>[gt1x_init:2345] Init failed, use default setting
[   10.023050] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   10.126291] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   10.126416] dwhdmi-rockchip fde80000.hdmi: use tmds mode
[   10.126452] dwhdmi-rockchip fdea0000.hdmi: use tmds mode
[   10.160826] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_cancel_cpu_limit_freq freq qos nod add
[   10.176630] rockchip-vop2 fdd90000.vop: [drm:vop2_setup_layer_mixer_for_vp] *ERROR* wait layer cfg done timeout: 0x75643102--0x75641302
[   10.212902] rk-pcie fe170000.pcie: PCIe Link Fail, LTSSM is 0x3, hw_retries=0
[   10.219606] rk3x-i2c fead0000.i2c: timeout, ipd: 0x00, state: 3
[   10.219679] <<GTP-ERR>>[_do_i2c_read:390] I2c Transfer error! (-110)
[   10.219702] <<GTP-ERR>>[gt1x_get_chip_type:895] I2c communication error.
[   10.219719] <<GTP-ERR>>[gt1x_init:2355] Get chip type failed!
[   10.293042] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   10.396486] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   10.426308] rk3x-i2c fead0000.i2c: timeout, ipd: 0x00, state: 3
[   10.426381] <<GTP-ERR>>[_do_i2c_read:390] I2c Transfer error! (-110)
[   10.426402] <<GTP-ERR>>[gt1x_read_version:845] Read version failed!
[   10.499724] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   10.603201] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   10.706348] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   10.739689] rk3x-i2c fead0000.i2c: timeout, ipd: 0x00, state: 3
[   10.739763] <<GTP-ERR>>[_do_i2c_read:390] I2c Transfer error! (-110)
[   10.739784] <<GTP-ERR>>[gt1x_read_version:845] Read version failed!
[   10.809616] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   10.809697] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-11
[   10.809727] dwhdmi-rockchip fde80000.hdmi: failed to get edid
[   10.912973] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   11.016293] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   11.052964] rk3x-i2c fead0000.i2c: timeout, ipd: 0x00, state: 3
[   11.053044] <<GTP-ERR>>[_do_i2c_read:390] I2c Transfer error! (-110)
[   11.053064] <<GTP-ERR>>[gt1x_read_version:845] Read version failed!
[   11.119626] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   11.159626] <<GTP-INF>>[gt1x_read_version:863] IC VERSION:GT_000000(Patch)_0000(Mask)_00(SensorID)
[   11.159703] <<GTP-INF>>[gt1x_init_panel:606] Config group0 used, length:239
[   11.159727] <<GTP-INF>>[gt1x_init_panel:657] X_MAX=4096,Y_MAX=4096,TRIGGER=0x01,WAKEUP_LEVEL=1
[   11.222991] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   11.326290] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   11.402963] rk3x-i2c fead0000.i2c: timeout, ipd: 0x00, state: 2
[   11.403042] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-110)
[   11.429627] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   11.429710] dwhdmi-rockchip fdea0000.hdmi: get hdcp1.4 capable failed:-11
[   11.429740] dwhdmi-rockchip fdea0000.hdmi: failed to get edid
[   11.445634] rockchip-drm display-subsystem: [drm] fb0: rockchipdrmfb frame buffer device
[   11.448758] [drm] Initialized rockchip 3.0.0 20140818 for display-subsystem on minor 0
[   11.453818] input: rockchip-hdmi0 rockchip-hdmi0 as /devices/platform/hdmi0-sound/sound/card1/input3
[   11.457912] input: rockchip-hdmi1 rockchip-hdmi1 as /devices/platform/hdmi1-sound/sound/card2/input4
[   11.461383] dwmmc_rockchip fe2d0000.mmc: No normal pinctrl state
[   11.461424] dwmmc_rockchip fe2d0000.mmc: No idle pinctrl state
[   11.461556] dwmmc_rockchip fe2d0000.mmc: IDMAC supports 32-bit address mode.
[   11.461593] dwmmc_rockchip fe2d0000.mmc: Using internal DMA controller.
[   11.461608] dwmmc_rockchip fe2d0000.mmc: Version ID is 270a
[   11.461639] dwmmc_rockchip fe2d0000.mmc: DW MMC controller at irq 92,32 bit host data width,256 deep fifo
[   11.464348] rkcif rkcif-mipi-lvds2: clear unready subdev num: 1
[   11.464992] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[   11.465030] rkcif-mipi-lvds2: Async subdev notifier completed
[   11.465053] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[   11.465062] rkcif-mipi-lvds2: There is not terminal subdev, not synchronized with ISP
[   11.465136] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[   11.465151] rkcif-mipi-lvds2: There is not terminal subdev, not synchronized with ISP
[   11.466919] RKNPU fdab0000.npu: Adding to iommu group 0
[   11.467128] RKNPU fdab0000.npu: RKNPU: rknpu iommu is enabled, using iommu mode
[   11.468939] RKNPU fdab0000.npu: can't request region for resource [mem 0xfdab0000-0xfdabffff]
[   11.468980] RKNPU fdab0000.npu: can't request region for resource [mem 0xfdac0000-0xfdacffff]
[   11.469009] RKNPU fdab0000.npu: can't request region for resource [mem 0xfdad0000-0xfdadffff]
[   11.469890] [drm] Initialized rknpu 0.9.3 20231121 for fdab0000.npu on minor 1
[   11.474966] RKNPU fdab0000.npu: RKNPU: bin=0
[   11.475232] RKNPU fdab0000.npu: leakage=8
[   11.475325] debugfs: Directory 'fdab0000.npu-rknpu' with parent 'vdd_npu_s0' already present!
[   11.484708] RKNPU fdab0000.npu: pvtm=894
[   11.491112] RKNPU fdab0000.npu: pvtm-volt-sel=4
[   11.493734] RKNPU fdab0000.npu: avs=0
[   11.494186] RKNPU fdab0000.npu: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=800000000 h_table=0
[   11.505637] RKNPU fdab0000.npu: failed to find power_model node
[   11.505721] RKNPU fdab0000.npu: RKNPU: failed to initialize power model
[   11.505742] RKNPU fdab0000.npu: RKNPU: failed to get dynamic-coefficient
[   11.508076] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   11.509355] dwmmc_rockchip fe2d0000.mmc: No normal pinctrl state
[   11.509382] dwmmc_rockchip fe2d0000.mmc: No idle pinctrl state
[   11.509502] dwmmc_rockchip fe2d0000.mmc: IDMAC supports 32-bit address mode.
[   11.509523] dwmmc_rockchip fe2d0000.mmc: Using internal DMA controller.
[   11.509533] dwmmc_rockchip fe2d0000.mmc: Version ID is 270a
[   11.509555] dwmmc_rockchip fe2d0000.mmc: DW MMC controller at irq 92,32 bit host data width,256 deep fifo
[   11.510251] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   11.511370] rockchip-pm rockchip-suspend: not set pwm-regulator-config
[   11.511812] rockchip-suspend not set sleep-mode-config for mem-lite
[   11.511819] rockchip-suspend not set wakeup-config for mem-lite
[   11.511827] rockchip-suspend not set sleep-mode-config for mem-ultra
[   11.511833] rockchip-suspend not set wakeup-config for mem-ultra
[   11.512984] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 406; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '', rk_ko_ver is '5', built at '16:01:55', on 'Jun  4 2024'.
[   11.513433] Mali: 
[   11.513435] Mali device driver loaded
[   11.513450] rkisp rkisp0-vir0: clear unready subdev num: 1
[   11.513589] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   11.513599] cfg80211: failed to load regulatory.db
[   11.513697] rkisp0-vir0: Async subdev notifier completed
[   11.513707] ALSA device list:
[   11.513714]   #0: rockchip,hdmiin
[   11.513747]   #1: rockchip-hdmi0
[   11.513753]   #2: rockchip-hdmi1
[   11.516264] dwmmc_rockchip fe2d0000.mmc: No normal pinctrl state
[   11.516274] dwmmc_rockchip fe2d0000.mmc: No idle pinctrl state
[   11.516358] dwmmc_rockchip fe2d0000.mmc: IDMAC supports 32-bit address mode.
[   11.516375] dwmmc_rockchip fe2d0000.mmc: Using internal DMA controller.
[   11.516385] dwmmc_rockchip fe2d0000.mmc: Version ID is 270a
[   11.516405] dwmmc_rockchip fe2d0000.mmc: DW MMC controller at irq 92,32 bit host data width,256 deep fifo
[   11.642966] rk3x-i2c fead0000.i2c: timeout, ipd: 0x00, state: 2
[   11.643019] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-110)
[   11.882946] rk3x-i2c fead0000.i2c: timeout, ipd: 0x00, state: 2
[   11.883027] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-110)
[   12.122947] rk3x-i2c fead0000.i2c: timeout, ipd: 0x00, state: 2
[   12.123029] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-110)
[   12.362945] rk3x-i2c fead0000.i2c: timeout, ipd: 0x00, state: 2
[   12.363027] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-110)
[   12.363048] <<GTP-ERR>>[gt1x_send_cfg:551] Send config failed!
[   12.363065] <<GTP-ERR>>[gt1x_init:2367] Init panel failed.
[   12.364423] <<GTP-ERR>>[gt1x_ts_probe:587] GTP init failed!!!
[   12.364784] Goodix-TS-GT1X: probe of 5-0014 failed with error -2147483644
[   12.373519] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null)
[   12.373572] VFS: Mounted root (ext4 filesystem) on device 179:6.
[   12.374077] devtmpfs: mounted
[   12.378902] Freeing unused kernel memory: 6656K
[   12.403239] Run /sbin/init as init process
[   12.447773] EXT4-fs (mmcblk0p6): re-mounted. Opts: (null)
[   12.535204] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
[   12.537835] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: (null)
[   12.542758] rk_pcie_establish_link: 131 callbacks suppressed
[   12.542765] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[   12.569430] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
Start mounting all internal partitions in /etc/fstab
Log saved to /var/log/mount-all.log
Note: Will skip fsck, remove /.skip_fsck to enable
[   12.599430] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[0]: Handling /dev/mmcblk0p6 / ext4 rw,noauto 1
[1]: Handling /dev/mmcblk0p7 /oem ext4 defaults 2
[2]: Handling /dev/mmcblk0p8 /userdata ext4 defaults 2
[1]: Resizing /dev/mmcblk0p7(ext4)
[0]: Resizing /dev/mmcblk0p6(ext4)
[   12.626099] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[2]: Resizing /dev/mmcblk0p8(ext4)
resize2fs 1.46.5 (30-Dec-2021)
resize2fs 1.46.5 (30-Dec-2021)
[   12.631666] EXT4-fs (mmcblk0p7): resizing filesystem from 17048 to 131072 blocks
resize2fs 1.46.5 (30-Dec-2021)
[   12.631815] EXT4-fs (mmcblk0p8): resizing filesystem from 4368 to 45359072 blocks
[   12.633733] EXT4-fs (mmcblk0p6): resizing filesystem from 209664 to 3670016 blocks
[   12.652874] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[   12.679533] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[   12.705651] EXT4-fs (mmcblk0p7): resized filesystem to 131072
[   12.706120] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
Filesystem at /dev/mmcblk0p7 is mounted on /oem; on-line resizing required
old_desc_blocks = 1, new_desc_blocks = 1
The filesystem on /dev/mmcblk0p7 is now 131072 (1k) blocks long.

[   12.736140] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[   12.757303] EXT4-fs (mmcblk0p6): resized filesystem to 3670016
Filesystem at /dev/mmcblk0p6 is mounted on /; on-line resizing required
old_desc_blocks = 1, new_desc_blocks = 1
The filesystem on /dev/mmcblk0p6 is now 3670016 (4k) blocks long.

[   12.762846] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[   12.789513] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[   12.843155] EXT4-fs (mmcblk0p8): resizing filesystem from 4587521 to 45359072 blocks
[   12.843184] EXT4-fs (mmcblk0p8): Converting file system to meta_bg
[   12.843218] EXT4-fs (mmcblk0p8): resizing filesystem from 4587521 to 45359072 blocks
[   14.139480] rk-pcie fe170000.pcie: PCIe Link Fail, LTSSM is 0x3, hw_retries=1
[   14.167553] EXT4-fs (mmcblk0p8): resized filesystem to 45359072
Filesystem at /dev/mmcblk0p8 is mounted on /userdata; on-line resizing required
old_desc_blocks = 1, new_desc_blocks = 347
The filesystem on /dev/mmcblk0p8 is now 45359072 (1k) blocks long.

Starting syslogd: OK
Starting klogd: OK
Running sysctl: OK
Populating /dev using udev: [   14.297449] udevd[426]: starting version 3.2.10
[   14.308771] udevd[427]: starting eudev-3.2.10
[   14.392760] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   14.397345] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[1] get remote terminal sensor failed!
[   14.397355] stream_cif_mipi_id1: update sensor info failed -19
[   14.397934] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[2] get remote terminal sensor failed!
[   14.397940] stream_cif_mipi_id2: update sensor info failed -19
[   14.398030] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[2] get remote terminal sensor failed!
[   14.398034] rkcif_tools_id2: update sensor info failed -19
[   14.398412] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[1] get remote terminal sensor failed!
[   14.398416] rkcif_tools_id1: update sensor info failed -19
[   14.398498] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[1] get remote terminal sensor failed!
[   14.398505] rkcif_scale_ch1: update sensor info failed -19
[   14.399085] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[3] get remote terminal sensor failed!
[   14.399094] rkcif_scale_ch3: update sensor info failed -19
[   14.399910] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[   14.399916] rkcif_tools_id0: update sensor info failed -19
[   14.400357] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[   14.400363] stream_cif_mipi_id0: update sensor info failed -19
[   14.400681] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[3] get remote terminal sensor failed!
[   14.400685] stream_cif_mipi_id3: update sensor info failed -19
[   14.400817] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[   14.400821] rkcif_scale_ch0: update sensor info failed -19
[   14.402260] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[2] get remote terminal sensor failed!
[   14.402265] rkcif_scale_ch2: update sensor info failed -19
done
Starting irqbalance: OK
Saving random seed: OK
Starting system message bus: [   14.496123] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
done
Starting bluetoothd: OK
Starting network: Failed to detect Wi-Fi/BT chip!
ln: failed to create symbolic link '': No such file or directory
OK
Starting dhcpcd...
dhcpcd-9.4.1 starting
DHCPCD_ARGS: interface not found
[   14.599489] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
Starting ntpd: OK
starting weston... done.
Starting dropbear sshd: OK
Starting pulseaudio: OK
Starting dnsmasq: OK
Starting input-event-daemon: done
[   14.702747] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
root@rk3588-buildroot:/# W: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified).
W: [pulseaudio] main.c: Compiled with DEPRECATED libsamplerate support!
Date: 1970-01-01 UTC
[00:00:07.862] weston 13.0.0
               https://wayland.freedesktop.org
               Bug reports to: https://gitlab.freedesktop.org/wayland/weston/issues/
               Build: 13.0.0
[00:00:07.862] Command line: /usr/bin/weston
[00:00:07.862] OS: Linux, 5.10.198, #1 SMP Tue Jun 4 16:00:27 CST 2024, aarch64
[00:00:07.862] Flight recorder: enabled
[00:00:07.862] warning: XDG_RUNTIME_DIR "/var/run" is not configured
correctly.  Unix access mode must be 0700 (current mode is 0755),
and must be owned by the user UID 0 (current owner is UID 0).
Refer to your distribution on how to get it, or
http://www.freedesktop.org/wiki/Specifications/basedir-spec
on how to implement it.
/etc/xdg/weston/weston.ini.d/02-desktop.ini: "shell/locking" from "false" to "true"
[00:00:07.863] Using config file '/etc/xdg/weston/weston.ini'
[00:00:07.864] Output repaint window is -1 ms maximum.
[00:00:07.864] Loading module '/usr/lib/libweston-13/drm-backend.so'
[00:00:07.868] initializing drm backend
[00:00:07.868] Entering mirror mode.
[00:00:07.868] Trying direct launcher...
[00:00:07.869] using /dev/dri/card0
[00:00:07.869] DRM: does not support atomic modesetting
[00:00:07.869] DRM: does not support GBM modifiers
[00:00:07.870] DRM: does not support async page flipping
[00:00:07.870] DRM: supports picture aspect ratio
[   14.776244] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_audio_startup: device is no connected or audio is off
[   14.776258] hdmi-audio-codec hdmi-audio-codec.6.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[   14.787516] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_audio_startup: device is no connected or audio is off
[   14.787543] hdmi-audio-codec hdmi-audio-codec.6.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[   14.799178] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_audio_startup: device is no connected or audio is off
[   14.799209] hdmi-audio-codec hdmi-audio-codec.6.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
E: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
E: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="0" name="platform-hdmiin-sound" card_name="alsa_card.platform-hdmiin-sound" namereg_fail=false tsched=no fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.
[   14.806163] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
W: [pulseaudio] authkey.c: Failed to open cookie file '/userdata/.pulse/.config/pulse/cookie': No such file or directory
W: [pulseaudio] authkey.c: Failed to load authentication key '/userdata/.pulse/.config/pulse/cookie': No such file or directory
W: [pulseaudio] authkey.c: Failed to open cookie file '/userdata/.pulse/.pulse-cookie': No such file or directory
W: [pulseaudio] authkey.c: Failed to load authentication key '/userdata/.pulse/.pulse-cookie': No such file or directory
E: [pulseaudio] module-rescue-streams.c: module-rescue-stream is obsolete and should no longer be loaded. Please remove it from your configuration.
E: [pulseaudio] module-console-kit.c: GetSessionsForUnixUser() call failed: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ConsoleKit was not provided by any .service files
E: [pulseaudio] module.c: Failed to load module "module-console-kit" (argument: ""): initialization failed.
W: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
[   14.887139] file system registered
[   14.909505] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   14.909547] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-11
[   14.909559] dwhdmi-rockchip fde80000.hdmi: failed to get edid
[   14.929881] read descriptors
[   14.929925] read strings
[   15.012770] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   15.115455] android_work: did not send uevent (0 0 0000000000000000)
[   15.116316] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   15.163062] rk-pcie fe170000.pcie: failed to initialize host
[   15.219723] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   15.322964] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   15.426296] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   15.529632] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   15.529720] dwhdmi-rockchip fdea0000.hdmi: get hdcp1.4 capable failed:-11
[   15.529753] dwhdmi-rockchip fdea0000.hdmi: failed to get edid
[00:00:08.638] Loading module '/usr/lib/libweston-13/gl-renderer.so'
arm_release_ver: g13p0-01eac0, rk_so_ver: 10
[   15.545632] mali fb000000.gpu: Loading Mali firmware 0x1010000
[   15.548018] mali fb000000.gpu: Mali firmware git_sha: ee476db42870778306fa8d559a605a73f13e455c 
[00:00:08.664] EGL version: 1.4 Valhall-"g13p0-01eac0"
[00:00:08.664] EGL vendor: ARM
[00:00:08.664] EGL client APIs: OpenGL_ES
[00:00:08.664] EGL features:
               EGL Wayland extension: yes
               context priority: yes
               buffer age: no
               partial update: yes
               swap buffers with damage: no
               configless context: yes
               surfaceless context: yes
               dmabuf support: modifiers
[00:00:08.685] GL version: OpenGL ES 3.2 v1.g13p0-01eac0.11addb9882ee8209dc0912af75110af7
[00:00:08.685] GLSL version: OpenGL ES GLSL ES 3.20
[00:00:08.685] GL vendor: ARM
[00:00:08.685] GL renderer: Mali-G610
[   15.653005] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[00:00:08.806] GL ES 3.2 - renderer features:
               read-back format: ARGB8888
               glReadPixels supports y-flip: no
               wl_shm 10 bpc formats: yes
               wl_shm 16 bpc formats: no
               wl_shm half-float formats: yes
               internal R and RG formats: yes
               OES_EGL_image_external: yes
               wl_shm sub-image to texture: yes
[00:00:08.806] Using GL renderer
[00:00:08.815] event2  - adc-keys: is tagged by udev as: Keyboard
[00:00:08.816] event2  - adc-keys: device is a keyboard
[00:00:08.817] event0  - rk805 pwrkey: is tagged by udev as: Keyboard
[00:00:08.817] event0  - rk805 pwrkey: device is a keyboard
[00:00:08.818] event3  - rockchip-hdmi0 rockchip-hdmi0: is tagged by udev as: Switch
[00:00:08.818] event3  - not using input device '/dev/input/event3'
[00:00:08.819] event4  - rockchip-hdmi1 rockchip-hdmi1: is tagged by udev as: Switch
[00:00:08.819] event4  - not using input device '/dev/input/event4'
[00:00:08.819] event1  - rockchip,hdmiin rockchip,hdmiin: is tagged by udev as: Switch
[00:00:08.820] event1  - not using input device '/dev/input/event1'
[   15.756227] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[00:00:08.867] libinput: configuring device "adc-keys".
[00:00:08.867] libinput: configuring device "rk805 pwrkey".
[00:00:08.868] Registered plugin API 'weston_drm_output_api_v1' of size 40
[00:00:08.868] Color manager: no-op
[00:00:08.868] Compositor capabilities:
               arbitrary surface rotation: yes
               screen capture uses y-flip: yes
               cursor planes: yes
               arbitrary resolutions: no
               view mask clipping: yes
               explicit sync: yes
               color operations: yes
               presentation clock: CLOCK_MONOTONIC, id 1
               presentation clock resolution: 0.000000001 s
[00:00:08.870] Loading module '/usr/lib/weston/desktop-shell.so'
[   15.859556] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   15.962930] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   16.066180] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   16.169532] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   16.169575] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-11
[   16.169592] dwhdmi-rockchip fde80000.hdmi: failed to get edid
[   16.272904] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   16.376236] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   16.479642] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   16.582836] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   16.686150] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   16.789637] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   16.789729] dwhdmi-rockchip fdea0000.hdmi: get hdcp1.4 capable failed:-11
[   16.789759] dwhdmi-rockchip fdea0000.hdmi: failed to get edid
[   16.893044] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   16.996206] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   17.099645] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   17.203183] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   17.306398] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   17.409654] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   17.409733] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-11
[00:00:10.511] DRM: head 'HDMI-A-1' found, connector 208 is connected, EDID make 'unknown', model 'unknown', serial ''
[   17.409820] dwhdmi-rockchip fde80000.hdmi: failed to get edid
               Supported EOTF modes: SDR
[   17.513196] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   17.616380] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   17.719504] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   17.822963] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   17.926293] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   18.029630] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   18.029718] dwhdmi-rockchip fdea0000.hdmi: get hdcp1.4 capable failed:-11
[00:00:11.131] DRM: head 'HDMI-A-2' found, connector 224 is connected, EDID make 'unknown', model 'unknown', serial ''
[   18.029749] dwhdmi-rockchip fdea0000.hdmi: failed to get edid
               Supported EOTF modes: SDR
[00:00:11.131] DRM: head 'DSI-1' found, connector 238 is connected, EDID make 'unknown', model 'unknown', serial ''
               Supported EOTF modes: SDR
[00:00:11.132] DRM: head 'DP-1' found, connector 240 is disconnected.
[00:00:11.132] DRM: head 'DP-2' found, connector 248 is disconnected.
[00:00:11.133] launching '/usr/libexec/weston-keyboard'
[00:00:11.136] launching '/usr/libexec/weston-desktop-shell'
[00:00:11.138] HDMI-A-1 using at least 2 buffers
[00:00:11.138] Output 'HDMI-A-1' attempts EOTF mode: SDR
[00:00:11.138] Output 'HDMI-A-1' using color profile: stock sRGB color profile
[00:00:11.144] Chosen EGL config details: id:   9 rgba: 8 8 8 0 buf: 24 dep:  0 stcl: 0 int: 0-1 type: win|pbf|swap_preserved vis_id: XRGB8888 (0x34325258)
[00:00:11.145] Output HDMI-A-1 (crtc 71) video modes:
               1920x1080@60.0 16:9, preferred, current, 148.5 MHz
               1920x1080@50.0 16:9, 148.5 MHz
               1280x720@60.0 16:9, 74.2 MHz
               1280x720@50.0 16:9, 74.2 MHz
               720x576@50.0 4:3, 27.0 MHz
               720x480@59.9 4:3, 27.0 MHz
               1920x1080@60.0, preferred, 148.5 MHz
[00:00:11.145] associating input device event2 with output HDMI-A-1 (none by udev)
[00:00:11.145] associating input device event0 with output HDMI-A-1 (none by udev)
[00:00:11.145] Output HDMI-A-1 changed to mirror output
[00:00:11.145] Output 'HDMI-A-1' enabled with head(s) HDMI-A-1
[00:00:11.145] HDMI-A-2 using at least 2 buffers
[00:00:11.145] Output 'HDMI-A-2' attempts EOTF mode: SDR
[00:00:11.145] Output 'HDMI-A-2' using color profile: stock sRGB color profile
[00:00:11.145] Chosen EGL config details: id:   9 rgba: 8 8 8 0 buf: 24 dep:  0 stcl: 0 int: 0-1 type: win|pbf|swap_preserved vis_id: XRGB8888 (0x34325258)
[00:00:11.145] Output HDMI-A-2 (crtc 93) video modes:
               1920x1080@60.0 16:9, preferred, current, 148.5 MHz
               1920x1080@50.0 16:9, 148.5 MHz
               1280x720@60.0 16:9, 74.2 MHz
               1280x720@50.0 16:9, 74.2 MHz
               1920x1080@60.0, preferred, 148.5 MHz
[00:00:11.145] associating input device event2 with output HDMI-A-2 (none by udev)
[00:00:11.145] associating input device event0 with output HDMI-A-2 (none by udev)
[00:00:11.145] Output HDMI-A-2 changed to mirror output
[00:00:11.145] Output 'HDMI-A-2' enabled with head(s) HDMI-A-2
[00:00:11.145] DSI-1 using at least 2 buffers
[00:00:11.145] Output 'DSI-1' attempts EOTF mode: SDR
[00:00:11.145] Output 'DSI-1' using color profile: stock sRGB color profile
[   18.146268] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   18.249646] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   18.352979] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   18.456310] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   18.559642] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   18.662960] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   18.663048] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-11
[   18.663081] dwhdmi-rockchip fde80000.hdmi: failed to get edid
[00:00:11.764] Chosen EGL config details: id:   9 rgba: 8 8 8 0 buf: 24 dep:  0 stcl: 0 int: 0-1 type: win|pbf|swap_preserved vis_id: XRGB8888 (0x34325258)
[00:00:11.765] Output DSI-1 (crtc 137) video modes:
               1080x1920@59.9, preferred, current, 132.0 MHz
[00:00:11.765] associating input device event2 with output DSI-1 (none by udev)
[00:00:11.765] associating input device event0 with output DSI-1 (none by udev)
[00:00:11.765] Output 'DSI-1' enabled with head(s) DSI-1
could not load cursor 'dnd-move'
could not load cursor 'dnd-copy'
could not load cursor 'dnd-none'
could not load cursor 'dnd-move'
could not load cursor 'dnd-copy'
could not load cursor 'dnd-none'
[   18.766101] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   18.869527] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   18.972876] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   19.076223] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   19.179732] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   19.282966] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   19.283059] dwhdmi-rockchip fdea0000.hdmi: get hdcp1.4 capable failed:-11
[   19.283092] dwhdmi-rockchip fdea0000.hdmi: failed to get edid
[   19.283720] dwhdmi-rockchip fdea0000.hdmi: use tmds mode
[   19.334168] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_disable] Crtc atomic disable vp1
[   19.361508] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] Update mode to 1920x1080p60, type: 11(if:1000, flag:0x0) for vp1 dclk: 148500000
[   19.361625] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] dclk_out1 div: 0 dclk_core1 div: 2
[   19.361656] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] set dclk_vop1 to 148500000, get 148500000
[   19.361739] rockchip-hdptx-phy-hdmi fed70000.hdmiphy: hdptx_ropll_cmn_config bus_width:16a8c8 rate:1485000
[   19.362066] rockchip-hdptx-phy-hdmi fed70000.hdmiphy: hdptx phy pll locked!
[   19.362082] dwhdmi-rockchip fdea0000.hdmi: final tmdsclk = 148500000
[   19.362141] dwhdmi-rockchip fdea0000.hdmi: don't use dsc mode
[   19.362155] dwhdmi-rockchip fdea0000.hdmi: dw hdmi qp use tmds mode
[   19.362173] rockchip-hdptx-phy-hdmi fed70000.hdmiphy: bus_width:0x16a8c8,bit_rate:1485000
[   19.362400] rockchip-hdptx-phy-hdmi fed70000.hdmiphy: hdptx phy lane locked!
[   19.412177] dwhdmi-rockchip fdea0000.hdmi: use tmds mode
[   19.461935] dwhdmi-rockchip fde80000.hdmi: use tmds mode
[   19.512182] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_disable] Crtc atomic disable vp0
[   19.543517] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] Update mode to 1920x1080p60, type: 11(if:800, flag:0x0) for vp0 dclk: 148500000
[   19.543563] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] dclk_out0 div: 0 dclk_core0 div: 2
[   19.543574] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] set dclk_vop0 to 148500000, get 148500000
[   19.543602] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx_ropll_cmn_config bus_width:16a8c8 rate:1485000
[   19.543875] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy pll locked!
[   19.543879] dwhdmi-rockchip fde80000.hdmi: final tmdsclk = 148500000
[   19.543904] dwhdmi-rockchip fde80000.hdmi: don't use dsc mode
[   19.543909] dwhdmi-rockchip fde80000.hdmi: dw hdmi qp use tmds mode
[   19.543915] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: bus_width:0x16a8c8,bit_rate:1485000
[   19.544108] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy lane locked!
[   19.679669] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   19.782908] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   19.886222] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   19.989604] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   20.092797] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   20.196305] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   20.196396] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-11
[   20.196429] dwhdmi-rockchip fde80000.hdmi: failed to get edid
[   20.299469] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   20.402840] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   20.506252] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   20.609515] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   20.712833] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   20.816191] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   20.816226] dwhdmi-rockchip fdea0000.hdmi: get hdcp1.4 capable failed:-11
[   20.816237] dwhdmi-rockchip fdea0000.hdmi: failed to get edid
[   20.816529] dwhdmi-rockchip fde80000.hdmi: use tmds mode
xkbcommon: ERROR: couldn't find a Compose file for locale "en_US.UTF-8" (mapped to "en_US.UTF-8")
could not create XKB compose table for locale 'en_US.UTF-8'.  Disabiling compose
[   21.019564] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
xkbcommon: ERROR: couldn't find a Compose file for locale "en_US.UTF-8" (mapped to "en_US.UTF-8")
could not create XKB compose table for locale 'en_US.UTF-8'.  Disabiling compose
[   21.122999] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   21.226177] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   21.329611] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   21.432939] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   21.536150] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   21.536260] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-11
[   21.536295] dwhdmi-rockchip fde80000.hdmi: failed to get edid
[   21.639807] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   21.742802] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   21.846130] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   21.856165] Freeing drm_logo memory: 736K
[   21.949501] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   22.052856] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   22.156391] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   22.156490] dwhdmi-rockchip fdea0000.hdmi: get hdcp1.4 capable failed:-11
[   22.156521] dwhdmi-rockchip fdea0000.hdmi: failed to get edid
[   22.296120] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   22.399760] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   22.506181] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   22.609416] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   22.712810] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   22.816132] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   22.816152] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-11
[   22.816160] dwhdmi-rockchip fde80000.hdmi: failed to get edid
[   22.919684] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   23.022742] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   23.126296] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   23.229479] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   23.332752] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   23.436279] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   23.436368] dwhdmi-rockchip fdea0000.hdmi: get hdcp1.4 capable failed:-11
[   23.436399] dwhdmi-rockchip fdea0000.hdmi: failed to get edid
[   23.546251] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   23.649504] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   23.753045] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   23.856177] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   23.959667] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   24.063066] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   24.063167] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-11
[   24.063268] dwhdmi-rockchip fde80000.hdmi: failed to get edid
[   24.166175] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   24.269436] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   24.372804] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   24.476202] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   24.579638] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   24.683074] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   24.683162] dwhdmi-rockchip fdea0000.hdmi: get hdcp1.4 capable failed:-11
[   24.683196] dwhdmi-rockchip fdea0000.hdmi: failed to get edid
[   24.796328] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   24.899771] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   25.003070] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   25.106552] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   25.209732] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   25.312974] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   25.313057] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-11
[   25.313090] dwhdmi-rockchip fde80000.hdmi: failed to get edid
[   25.416353] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   25.519644] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   25.622969] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   25.726275] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   25.829604] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   25.933099] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   25.933202] dwhdmi-rockchip fdea0000.hdmi: get hdcp1.4 capable failed:-11
[   25.933233] dwhdmi-rockchip fdea0000.hdmi: failed to get edid
[   26.046393] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   26.149504] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   26.253181] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   26.356399] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   26.459643] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   26.562977] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   26.563061] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-11
[   26.563092] dwhdmi-rockchip fde80000.hdmi: failed to get edid
[   26.666407] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   26.769667] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   26.873057] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   26.976443] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   27.079734] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   27.182958] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   27.183045] dwhdmi-rockchip fdea0000.hdmi: get hdcp1.4 capable failed:-11
[   27.183075] dwhdmi-rockchip fdea0000.hdmi: failed to get edid

root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 
root@rk3588-buildroot:/# 

[END] 2024/6/4 16:10:42
 

  • 5
    点赞
  • 9
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值