20240604将OK3588-C的核心板刷机Buildroot之后强制横屏

20240604将OK3588-C的核心板刷机Buildroot之后强制横屏
2024/6/4 17:13


viewpro@viewpro-ThinkBook-16-G5-IRH:~/repo_RK3588_Buildroot20240508/kernel/arch/arm64/boot/dts/rockchip$ grep dsi0 . -R
./Makefile:dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3568m-serdes-evb-display-dsi0-command2dsi-lp4x-v10.dtb
./Makefile:dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3568m-serdes-evb-display-dsi0-command2lvds0-lp4x-v10.dtb
./Makefile:dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3568m-serdes-evb-display-dsi0-command2rgb-lp4x-v10.dtb
./Makefile:dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3568m-serdes-v1-evb-display-dsi0-command2dsi-lp4x-v10.dtb
./Makefile:dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3568m-serdes-v1-evb-display-dsi0-command2dual_lvds-lp4x-v10.dtb
./Makefile:dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3568m-serdes-v1-evb-display-dsi0-command2lvds0-lp4x-v10.dtb
./Makefile:dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3568m-serdes-v1-evb-display-dsi0-dsi1-command2dual_lvdsx2-lp4x-v10.dtb
./Makefile:dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3568m-serdes-v1-evb-display-super-frame-dsi0-command2dsi-lp4x-v10.dtb
./Makefile:dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3568m-serdes-v1-evb-display-super-frame-dsi0-command2lvds0-lp4x-v10.dtb
./rk3588-evb7-v11.dtsi: * when dsi0 is enabled
./rk3588-evb7-v11.dtsi:&dsi0 {
./rk3588-evb7-v11.dtsi:&dsi0_in_vp2 {
./rk3588-evb7-v11.dtsi:&dsi0_in_vp3 {
./rk3588-evb7-v11.dtsi:&dsi0_panel {
./rk3588-evb7-v11.dtsi:     * so reset-gpios need only in dsi1 enable and dsi0 disabled
./rk3588-evb7-v11.dtsi:&route_dsi0 {
./rk3588-evb7-v11.dtsi:    connect = <&vp3_out_dsi0>;
./rk3588-evb.dtsi:&dsi0 {
./rk3588-evb.dtsi:    dsi0_panel: panel@0 {
./rk3588-evb.dtsi:            native-mode = <&dsi0_timing0>;
./rk3588-evb.dtsi:            dsi0_timing0: timing0 {
./rk3588s.dtsi:        dsi0 = &dsi0;
./rk3588s.dtsi:            route_dsi0: route-dsi0 {
./rk3588s.dtsi:                connect = <&vp3_out_dsi0>;
./rk3588s.dtsi:                vp2_out_dsi0: endpoint@3 {
./rk3588s.dtsi:                    remote-endpoint = <&dsi0_in_vp2>;
./rk3588s.dtsi:                vp3_out_dsi0: endpoint@0 {
./rk3588s.dtsi:                    remote-endpoint = <&dsi0_in_vp3>;
./rk3588s.dtsi:    dsi0: dsi@fde20000 {
./rk3588s.dtsi:            dsi0_in: port@0 {
./rk3588s.dtsi:                dsi0_in_vp2: endpoint@0 {
./rk3588s.dtsi:                    remote-endpoint = <&vp2_out_dsi0>;
./rk3588s.dtsi:                dsi0_in_vp3: endpoint@1 {
./rk3588s.dtsi:                    remote-endpoint = <&vp3_out_dsi0>;

viewpro@viewpro-ThinkBook-16-G5-IRH:~/repo_RK3588_Buildroot20240508/kernel/arch/arm64/boot/dts/rockchip$ 


Z:\repo_RK3588_Buildroot20240508\kernel\arch\arm64\boot\dts\rockchip\rk3588-evb7-v11.dtsi

/*
 * mipi_dcphy0 needs to be enabled
 * when dsi0 is enabled
 */
&dsi0 {
    status = "disabled";
};

&dsi0_in_vp2 {
    status = "disabled";
};

&dsi0_in_vp3 {
    status = "disabled";
};

&dsi0_panel {
    power-supply = <&vcc3v3_lcd_n>;
    reset-gpios = <&gpio0 RK_PD3 GPIO_ACTIVE_LOW>;
    pinctrl-names = "default";
    pinctrl-0 = <&lcd_rst_gpio>;
};

/*
 * mipi_dcphy1 needs to be enabled
 * when dsi1 is enabled
 */
&dsi1 {
    status = "disabled";
};

&dsi1_in_vp2 {
    status = "disabled";
};

&dsi1_in_vp3 {
    status = "disabled";
};

&dsi1_panel {
    power-supply = <&vcc3v3_lcd_n>;

    /*
     * because in hardware, the two screens share the reset pin,
     * so reset-gpios need only in dsi1 enable and dsi0 disabled
     * case.
     */

    //reset-gpios = <&gpio0 RK_PD3 GPIO_ACTIVE_LOW>;
    //pinctrl-names = "default";
    //pinctrl-0 = <&lcd_rst_gpio>;
};


Z:\repo_RK3588_Buildroot20240508\kernel\arch\arm64\boot\dts\rockchip\rk3588-evb.dtsi

&cpu_b2 {
    cpu-supply = <&vdd_cpu_big1_s0>;
    mem-supply = <&vdd_cpu_big1_mem_s0>;
};

&dsi0 {
    status = "disabled";
    //rockchip,lane-rate = <1000>;
    dsi0_panel: panel@0 {
        status = "disabled";
        compatible = "simple-panel-dsi";
        reg = <0>;
        backlight = <&backlight>;
        reset-delay-ms = <10>;
        enable-delay-ms = <10>;
        prepare-delay-ms = <10>;
        unprepare-delay-ms = <10>;
        disable-delay-ms = <60>;
        width-mm = <68>;
        height-mm = <121>;
        dsi,flags = <(MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST |
            MIPI_DSI_MODE_LPM | MIPI_DSI_MODE_EOT_PACKET)>;
        dsi,format = <MIPI_DSI_FMT_RGB888>;
        dsi,lanes  = <4>;
        panel-init-sequence = [
            23 00 02 FE 21
            23 00 02 04 00
            23 00 02 00 64
            23 00 02 2A 00
            23 00 02 26 64
            23 00 02 54 00
            23 00 02 50 64
            23 00 02 7B 00
            23 00 02 77 64
            23 00 02 A2 00
            23 00 02 9D 64
            23 00 02 C9 00
            23 00 02 C5 64
            23 00 02 01 71
            23 00 02 27 71
            23 00 02 51 71
            23 00 02 78 71
            23 00 02 9E 71
            23 00 02 C6 71
            23 00 02 02 89
            23 00 02 28 89
            23 00 02 52 89
            23 00 02 79 89
            23 00 02 9F 89
            23 00 02 C7 89
            23 00 02 03 9E
            23 00 02 29 9E
            23 00 02 53 9E
            23 00 02 7A 9E
            23 00 02 A0 9E
            23 00 02 C8 9E
            23 00 02 09 00
            23 00 02 05 B0
            23 00 02 31 00
            23 00 02 2B B0
            23 00 02 5A 00
            23 00 02 55 B0
            23 00 02 80 00
            23 00 02 7C B0
            23 00 02 A7 00
            23 00 02 A3 B0
            23 00 02 CE 00
            23 00 02 CA B0
            23 00 02 06 C0
            23 00 02 2D C0
            23 00 02 56 C0
            23 00 02 7D C0
            23 00 02 A4 C0
            23 00 02 CB C0
            23 00 02 07 CF
            23 00 02 2F CF
            23 00 02 58 CF
            23 00 02 7E CF
            23 00 02 A5 CF
            23 00 02 CC CF
            23 00 02 08 DD
            23 00 02 30 DD
            23 00 02 59 DD
            23 00 02 7F DD
            23 00 02 A6 DD
            23 00 02 CD DD
            23 00 02 0E 15
            23 00 02 0A E9
            23 00 02 36 15
            23 00 02 32 E9
            23 00 02 5F 15
            23 00 02 5B E9
            23 00 02 85 15
            23 00 02 81 E9
            23 00 02 AD 15
            23 00 02 A9 E9
            23 00 02 D3 15
            23 00 02 CF E9
            23 00 02 0B 14
            23 00 02 33 14
            23 00 02 5C 14
            23 00 02 82 14
            23 00 02 AA 14
            23 00 02 D0 14
            23 00 02 0C 36
            23 00 02 34 36
            23 00 02 5D 36
            23 00 02 83 36
            23 00 02 AB 36
            23 00 02 D1 36
            23 00 02 0D 6B
            23 00 02 35 6B
            23 00 02 5E 6B
            23 00 02 84 6B
            23 00 02 AC 6B
            23 00 02 D2 6B
            23 00 02 13 5A
            23 00 02 0F 94
            23 00 02 3B 5A
            23 00 02 37 94
            23 00 02 64 5A
            23 00 02 60 94
            23 00 02 8A 5A
            23 00 02 86 94
            23 00 02 B2 5A
            23 00 02 AE 94
            23 00 02 D8 5A
            23 00 02 D4 94
            23 00 02 10 D1
            23 00 02 38 D1
            23 00 02 61 D1
            23 00 02 87 D1
            23 00 02 AF D1
            23 00 02 D5 D1
            23 00 02 11 04
            23 00 02 39 04
            23 00 02 62 04
            23 00 02 88 04
            23 00 02 B0 04
            23 00 02 D6 04
            23 00 02 12 05
            23 00 02 3A 05
            23 00 02 63 05
            23 00 02 89 05
            23 00 02 B1 05
            23 00 02 D7 05
            23 00 02 18 AA
            23 00 02 14 36
            23 00 02 42 AA
            23 00 02 3D 36
            23 00 02 69 AA
            23 00 02 65 36
            23 00 02 8F AA
            23 00 02 8B 36
            23 00 02 B7 AA
            23 00 02 B3 36
            23 00 02 DD AA
            23 00 02 D9 36
            23 00 02 15 74
            23 00 02 3F 74
            23 00 02 66 74
            23 00 02 8C 74
            23 00 02 B4 74
            23 00 02 DA 74
            23 00 02 16 9F
            23 00 02 40 9F
            23 00 02 67 9F
            23 00 02 8D 9F
            23 00 02 B5 9F
            23 00 02 DB 9F
            23 00 02 17 DC
            23 00 02 41 DC
            23 00 02 68 DC
            23 00 02 8E DC
            23 00 02 B6 DC
            23 00 02 DC DC
            23 00 02 1D FF
            23 00 02 19 03
            23 00 02 47 FF
            23 00 02 43 03
            23 00 02 6E FF
            23 00 02 6A 03
            23 00 02 94 FF
            23 00 02 90 03
            23 00 02 BC FF
            23 00 02 B8 03
            23 00 02 E2 FF
            23 00 02 DE 03
            23 00 02 1A 35
            23 00 02 44 35
            23 00 02 6B 35
            23 00 02 91 35
            23 00 02 B9 35
            23 00 02 DF 35
            23 00 02 1B 45
            23 00 02 45 45
            23 00 02 6C 45
            23 00 02 92 45
            23 00 02 BA 45
            23 00 02 E0 45
            23 00 02 1C 55
            23 00 02 46 55
            23 00 02 6D 55
            23 00 02 93 55
            23 00 02 BB 55
            23 00 02 E1 55
            23 00 02 22 FF
            23 00 02 1E 68
            23 00 02 4C FF
            23 00 02 48 68
            23 00 02 73 FF
            23 00 02 6F 68
            23 00 02 99 FF
            23 00 02 95 68
            23 00 02 C1 FF
            23 00 02 BD 68
            23 00 02 E7 FF
            23 00 02 E3 68
            23 00 02 1F 7E
            23 00 02 49 7E
            23 00 02 70 7E
            23 00 02 96 7E
            23 00 02 BE 7E
            23 00 02 E4 7E
            23 00 02 20 97
            23 00 02 4A 97
            23 00 02 71 97
            23 00 02 97 97
            23 00 02 BF 97
            23 00 02 E5 97
            23 00 02 21 B5
            23 00 02 4B B5
            23 00 02 72 B5
            23 00 02 98 B5
            23 00 02 C0 B5
            23 00 02 E6 B5
            23 00 02 25 F0
            23 00 02 23 E8
            23 00 02 4F F0
            23 00 02 4D E8
            23 00 02 76 F0
            23 00 02 74 E8
            23 00 02 9C F0
            23 00 02 9A E8
            23 00 02 C4 F0
            23 00 02 C2 E8
            23 00 02 EA F0
            23 00 02 E8 E8
            23 00 02 24 FF
            23 00 02 4E FF
            23 00 02 75 FF
            23 00 02 9B FF
            23 00 02 C3 FF
            23 00 02 E9 FF
            23 00 02 FE 3D
            23 00 02 00 04
            23 00 02 FE 23
            23 00 02 08 82
            23 00 02 0A 00
            23 00 02 0B 00
            23 00 02 0C 01
            23 00 02 16 00
            23 00 02 18 02
            23 00 02 1B 04
            23 00 02 19 04
            23 00 02 1C 81
            23 00 02 1F 00
            23 00 02 20 03
            23 00 02 23 04
            23 00 02 21 01
            23 00 02 54 63
            23 00 02 55 54
            23 00 02 6E 45
            23 00 02 6D 36
            23 00 02 FE 3D
            23 00 02 55 78
            23 00 02 FE 20
            23 00 02 26 30
            23 00 02 FE 3D
            23 00 02 20 71
            23 00 02 50 8F
            23 00 02 51 8F
            23 00 02 FE 00
            23 00 02 35 00
            05 78 01 11
            05 00 01 29
        ];

        panel-exit-sequence = [
            05 00 01 28
            05 00 01 10
        ];

        disp_timings0: display-timings {
            native-mode = <&dsi0_timing0>;
            dsi0_timing0: timing0 {
                clock-frequency = <132000000>;
                hactive = <1080>;
                vactive = <1920>;
                hfront-porch = <15>;
                hsync-len = <4>;
                hback-porch = <30>;
                vfront-porch = <15>;
                vsync-len = <2>;
                vback-porch = <15>;
                hsync-active = <0>;
                vsync-active = <0>;
                de-active = <0>;
                pixelclk-active = <0>;
            };
        };

        ports {
            #address-cells = <1>;
            #size-cells = <0>;

            port@0 {
                reg = <0>;
                panel_in_dsi: endpoint {
                    remote-endpoint = <&dsi_out_panel>;
                };
            };
        };
    };

    ports {
        #address-cells = <1>;
        #size-cells = <0>;

        port@1 {
            reg = <1>;
            dsi_out_panel: endpoint {
                remote-endpoint = <&panel_in_dsi>;
            };
        };
    };

};

&dsi1 {
    status = "disabled";
    //rockchip,lane-rate = <1000>;
    dsi1_panel: panel@0 {
        status = "disabled";
        compatible = "simple-panel-dsi";
        reg = <0>;
        backlight = <&backlight>;
        reset-delay-ms = <10>;
        enable-delay-ms = <10>;
        prepare-delay-ms = <10>;
        unprepare-delay-ms = <10>;
        disable-delay-ms = <10>;
        width-mm = <68>;
        height-mm = <121>;
        dsi,flags = <(MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST |
            MIPI_DSI_MODE_LPM | MIPI_DSI_MODE_EOT_PACKET)>;
        dsi,format = <MIPI_DSI_FMT_RGB888>;
        dsi,lanes  = <4>;
        panel-init-sequence = [
            23 00 02 FE 21
            23 00 02 04 00
            23 00 02 00 64
            23 00 02 2A 00
            23 00 02 26 64
            23 00 02 54 00
            23 00 02 50 64
            23 00 02 7B 00
            23 00 02 77 64
            23 00 02 A2 00
            23 00 02 9D 64
            23 00 02 C9 00
            23 00 02 C5 64
            23 00 02 01 71
            23 00 02 27 71
            23 00 02 51 71
            23 00 02 78 71
            23 00 02 9E 71
            23 00 02 C6 71
            23 00 02 02 89
            23 00 02 28 89
            23 00 02 52 89
            23 00 02 79 89
            23 00 02 9F 89
            23 00 02 C7 89
            23 00 02 03 9E
            23 00 02 29 9E
            23 00 02 53 9E
            23 00 02 7A 9E
            23 00 02 A0 9E
            23 00 02 C8 9E
            23 00 02 09 00
            23 00 02 05 B0
            23 00 02 31 00
            23 00 02 2B B0
            23 00 02 5A 00
            23 00 02 55 B0
            23 00 02 80 00
            23 00 02 7C B0
            23 00 02 A7 00
            23 00 02 A3 B0
            23 00 02 CE 00
            23 00 02 CA B0
            23 00 02 06 C0
            23 00 02 2D C0
            23 00 02 56 C0
            23 00 02 7D C0
            23 00 02 A4 C0
            23 00 02 CB C0
            23 00 02 07 CF
            23 00 02 2F CF
            23 00 02 58 CF
            23 00 02 7E CF
            23 00 02 A5 CF
            23 00 02 CC CF
            23 00 02 08 DD
            23 00 02 30 DD
            23 00 02 59 DD
            23 00 02 7F DD
            23 00 02 A6 DD
            23 00 02 CD DD
            23 00 02 0E 15
            23 00 02 0A E9
            23 00 02 36 15
            23 00 02 32 E9
            23 00 02 5F 15
            23 00 02 5B E9
            23 00 02 85 15
            23 00 02 81 E9
            23 00 02 AD 15
            23 00 02 A9 E9
            23 00 02 D3 15
            23 00 02 CF E9
            23 00 02 0B 14
            23 00 02 33 14
            23 00 02 5C 14
            23 00 02 82 14
            23 00 02 AA 14
            23 00 02 D0 14
            23 00 02 0C 36
            23 00 02 34 36
            23 00 02 5D 36
            23 00 02 83 36
            23 00 02 AB 36
            23 00 02 D1 36
            23 00 02 0D 6B
            23 00 02 35 6B
            23 00 02 5E 6B
            23 00 02 84 6B
            23 00 02 AC 6B
            23 00 02 D2 6B
            23 00 02 13 5A
            23 00 02 0F 94
            23 00 02 3B 5A
            23 00 02 37 94
            23 00 02 64 5A
            23 00 02 60 94
            23 00 02 8A 5A
            23 00 02 86 94
            23 00 02 B2 5A
            23 00 02 AE 94
            23 00 02 D8 5A
            23 00 02 D4 94
            23 00 02 10 D1
            23 00 02 38 D1
            23 00 02 61 D1
            23 00 02 87 D1
            23 00 02 AF D1
            23 00 02 D5 D1
            23 00 02 11 04
            23 00 02 39 04
            23 00 02 62 04
            23 00 02 88 04
            23 00 02 B0 04
            23 00 02 D6 04
            23 00 02 12 05
            23 00 02 3A 05
            23 00 02 63 05
            23 00 02 89 05
            23 00 02 B1 05
            23 00 02 D7 05
            23 00 02 18 AA
            23 00 02 14 36
            23 00 02 42 AA
            23 00 02 3D 36
            23 00 02 69 AA
            23 00 02 65 36
            23 00 02 8F AA
            23 00 02 8B 36
            23 00 02 B7 AA
            23 00 02 B3 36
            23 00 02 DD AA
            23 00 02 D9 36
            23 00 02 15 74
            23 00 02 3F 74
            23 00 02 66 74
            23 00 02 8C 74
            23 00 02 B4 74
            23 00 02 DA 74
            23 00 02 16 9F
            23 00 02 40 9F
            23 00 02 67 9F
            23 00 02 8D 9F
            23 00 02 B5 9F
            23 00 02 DB 9F
            23 00 02 17 DC
            23 00 02 41 DC
            23 00 02 68 DC
            23 00 02 8E DC
            23 00 02 B6 DC
            23 00 02 DC DC
            23 00 02 1D FF
            23 00 02 19 03
            23 00 02 47 FF
            23 00 02 43 03
            23 00 02 6E FF
            23 00 02 6A 03
            23 00 02 94 FF
            23 00 02 90 03
            23 00 02 BC FF
            23 00 02 B8 03
            23 00 02 E2 FF
            23 00 02 DE 03
            23 00 02 1A 35
            23 00 02 44 35
            23 00 02 6B 35
            23 00 02 91 35
            23 00 02 B9 35
            23 00 02 DF 35
            23 00 02 1B 45
            23 00 02 45 45
            23 00 02 6C 45
            23 00 02 92 45
            23 00 02 BA 45
            23 00 02 E0 45
            23 00 02 1C 55
            23 00 02 46 55
            23 00 02 6D 55
            23 00 02 93 55
            23 00 02 BB 55
            23 00 02 E1 55
            23 00 02 22 FF
            23 00 02 1E 68
            23 00 02 4C FF
            23 00 02 48 68
            23 00 02 73 FF
            23 00 02 6F 68
            23 00 02 99 FF
            23 00 02 95 68
            23 00 02 C1 FF
            23 00 02 BD 68
            23 00 02 E7 FF
            23 00 02 E3 68
            23 00 02 1F 7E
            23 00 02 49 7E
            23 00 02 70 7E
            23 00 02 96 7E
            23 00 02 BE 7E
            23 00 02 E4 7E
            23 00 02 20 97
            23 00 02 4A 97
            23 00 02 71 97
            23 00 02 97 97
            23 00 02 BF 97
            23 00 02 E5 97
            23 00 02 21 B5
            23 00 02 4B B5
            23 00 02 72 B5
            23 00 02 98 B5
            23 00 02 C0 B5
            23 00 02 E6 B5
            23 00 02 25 F0
            23 00 02 23 E8
            23 00 02 4F F0
            23 00 02 4D E8
            23 00 02 76 F0
            23 00 02 74 E8
            23 00 02 9C F0
            23 00 02 9A E8
            23 00 02 C4 F0
            23 00 02 C2 E8
            23 00 02 EA F0
            23 00 02 E8 E8
            23 00 02 24 FF
            23 00 02 4E FF
            23 00 02 75 FF
            23 00 02 9B FF
            23 00 02 C3 FF
            23 00 02 E9 FF
            23 00 02 FE 3D
            23 00 02 00 04
            23 00 02 FE 23
            23 00 02 08 82
            23 00 02 0A 00
            23 00 02 0B 00
            23 00 02 0C 01
            23 00 02 16 00
            23 00 02 18 02
            23 00 02 1B 04
            23 00 02 19 04
            23 00 02 1C 81
            23 00 02 1F 00
            23 00 02 20 03
            23 00 02 23 04
            23 00 02 21 01
            23 00 02 54 63
            23 00 02 55 54
            23 00 02 6E 45
            23 00 02 6D 36
            23 00 02 FE 3D
            23 00 02 55 78
            23 00 02 FE 20
            23 00 02 26 30
            23 00 02 FE 3D
            23 00 02 20 71
            23 00 02 50 8F
            23 00 02 51 8F
            23 00 02 FE 00
            23 00 02 35 00
            05 78 01 11
            05 00 01 29
        ];

        panel-exit-sequence = [
            05 00 01 28
            05 00 01 10
        ];

        disp_timings1: display-timings {
            native-mode = <&dsi1_timing0>;
            dsi1_timing0: timing0 {
                clock-frequency = <132000000>;
                hactive = <1080>;
                vactive = <1920>;
                hfront-porch = <15>;
                hsync-len = <4>;
                hback-porch = <30>;
                vfront-porch = <15>;
                vsync-len = <2>;
                vback-porch = <15>;
                hsync-active = <0>;
                vsync-active = <0>;
                de-active = <0>;
                pixelclk-active = <0>;
            };
        };

        ports {
            #address-cells = <1>;
            #size-cells = <0>;

            port@0 {
                reg = <0>;
                panel_in_dsi1: endpoint {
                    remote-endpoint = <&dsi1_out_panel>;
                };
            };
        };
    };

    ports {
        #address-cells = <1>;
        #size-cells = <0>;

        port@1 {
            reg = <1>;
            dsi1_out_panel: endpoint {
                remote-endpoint = <&panel_in_dsi1>;
            };
        };
    };

};

&gpu {
    mali-supply = <&vdd_gpu_s0>;
    mem-supply = <&vdd_gpu_mem_s0>;
    status = "okay";
};


【这里不需要修改,就不贴代码了】
Z:\repo_RK3588_Buildroot20240508\kernel\arch\arm64\boot\dts\rockchip\rk3588s.dtsi

刷机的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:20.8%,20.8%
CH1 RX Vref:29.3%, TX Vref:21.8%,21.8%
CH2 RX Vref:28.9%, TX Vref:21.8%,21.8%
CH3 RX Vref:29.7%, TX Vref:20.8%,21.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 1
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.198/240.755 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.5%, TX Vref:20.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
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: 79.897/241.22 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
Warn: can't find connect driver
Warn: can't get connect driver
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
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:   a103d26a45853529ec23092bac72c8646fb981715fd519692140a0172275bfe3
   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:    285431 Bytes = 278.7 KiB
     Architecture: AArch64
     Load Address: 0x08300000
     Hash algo:    sha256
     Hash value:   0aa1329f0b9889fdf484ea648c086aef230c8450742c1688d2ca0d67af668e5d
   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 0000000008348af6
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: 5850.627/6178.466 ms

Starting kernel ...

[    6.183409] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[    6.183427] 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:31:08 CST 2024
[    6.187032] random: crng init done
[    6.195075] Machine model: Rockchip RK3588 EVB7 V11 Board
[    6.231621] earlycon: uart8250 at MMIO32 0x00000000feb50000 (options '')
[    6.236174] printk: bootconsole [uart8250] enabled
[    6.238985] efi: UEFI not found.
[    6.245005] OF: fdt: Reserved memory: failed to reserve memory for node 'drm-cubic-lut@00000000': base 0x0000000000000000, size 0 MiB
[    6.246162] Reserved memory: created CMA memory pool at 0x0000000010000000, size 128 MiB
[    6.246900] OF: reserved mem: initialized node cma, compatible id shared-dma-pool
[    6.368075] Zone ranges:
[    6.368312]   DMA      [mem 0x0000000000200000-0x00000000ffffffff]
[    6.368881]   DMA32    empty
[    6.369147]   Normal   [mem 0x0000000100000000-0x00000002ffffffff]
[    6.369713] Movable zone start for each node
[    6.370102] Early memory node ranges
[    6.370430]   node   0: [mem 0x0000000000200000-0x00000000083fffff]
[    6.371003]   node   0: [mem 0x0000000009400000-0x00000000efffffff]
[    6.371578]   node   0: [mem 0x0000000100000000-0x00000001ffffffff]
[    6.372153]   node   0: [mem 0x00000002f0000000-0x00000002ffffffff]
[    6.372726] Initmem setup node 0 [mem 0x0000000000200000-0x00000002ffffffff]
[    6.419065] psci: probing for conduit method from DT.
[    6.419534] psci: PSCIv1.1 detected in firmware.
[    6.419957] psci: Using standard PSCI v0.2 function IDs
[    6.420437] psci: Trusted OS migration not required
[    6.420884] psci: SMC Calling Convention v1.2
[    6.421639] percpu: Embedded 30 pages/cpu s83800 r8192 d30888 u122880
[    6.422397] Detected VIPT I-cache on CPU0
[    6.422796] CPU features: detected: GIC system register CPU interface
[    6.423385] CPU features: detected: Virtualization Host Extensions
[    6.423953] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    6.424602] alternatives: patching kernel code
[    6.426547] Built 1 zonelists, mobility grouping on.  Total pages: 2059848
[    6.427180] 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.431236] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    6.432349] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    6.433065] mem auto-init: stack:off, heap alloc:off, heap free:off
[    6.439808] software IO TLB: mapped [mem 0x00000000e9f00000-0x00000000edf00000] (64MB)
[    6.498705] Memory: 7973624K/8370176K available (18752K kernel code, 3506K rwdata, 6888K rodata, 6656K init, 590K bss, 265480K reserved, 131072K cma-reserved)
[    6.500103] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    6.500725] ftrace: allocating 57278 entries in 224 pages
[    6.571837] ftrace: allocated 224 pages with 3 groups
[    6.572513] rcu: Hierarchical RCU implementation.
[    6.572947] rcu:     RCU event tracing is enabled.
[    6.573361] rcu:     RCU dyntick-idle grace-period acceleration is enabled.
[    6.573973]     All grace periods are expedited (rcu_expedited).
[    6.574497]     Rude variant of Tasks RCU enabled.
[    6.574912] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    6.579435] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    6.582454] GICv3: GIC: Using split EOI/Deactivate mode
[    6.582935] GICv3: 480 SPIs implemented
[    6.583286] GICv3: 0 Extended SPIs implemented
[    6.583712] GICv3: Distributor has no Range Selector support
[    6.584234] GICv3: 16 PPIs implemented
[    6.584617] GICv3: CPU0: found redistributor 0 region 0:0x00000000fe680000
[    6.585326] ITS [mem 0xfe640000-0xfe65ffff]
[    6.585754] ITS@0x00000000fe640000: allocated 8192 Devices @1001e0000 (indirect, esz 8, psz 64K, shr 0)
[    6.586632] ITS@0x00000000fe640000: allocated 32768 Interrupt Collections @1001f0000 (flat, esz 2, psz 64K, shr 0)
[    6.587579] ITS: using cache flushing for cmd queue
[    6.588048] ITS [mem 0xfe660000-0xfe67ffff]
[    6.588469] ITS@0x00000000fe660000: allocated 8192 Devices @100210000 (indirect, esz 8, psz 64K, shr 0)
[    6.589344] ITS@0x00000000fe660000: allocated 32768 Interrupt Collections @100220000 (flat, esz 2, psz 64K, shr 0)
[    6.590291] ITS: using cache flushing for cmd queue
[    6.590944] GICv3: using LPI property table @0x0000000100230000
[    6.591593] GIC: using cache flushing for LPI property table
[    6.592115] GICv3: CPU0: using allocated LPI pending table @0x0000000100240000
[    6.592814] rcu:     Offload RCU callbacks from CPUs: 0-7.
[    6.701712] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    6.702274] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    6.703266] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    6.705199] Console: colour dummy device 80x25
[    6.705632] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=80000)
[    6.706576] pid_max: default: 32768 minimum: 301
[    6.707103] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    6.707815] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    6.709704] rcu: Hierarchical SRCU implementation.
[    6.710858] Platform MSI: msi-controller@fe640000 domain created
[    6.711417] Platform MSI: msi-controller@fe660000 domain created
[    6.712315] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe640000 domain created
[    6.713080] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe660000 domain created
[    6.714017] EFI services will not be available.
[    6.714663] 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.716212] Detected VIPT I-cache on CPU1
[    6.716235] GICv3: CPU1: found redistributor 100 region 0:0x00000000fe6a0000
[    6.716250] GICv3: CPU1: using allocated LPI pending table @0x0000000100250000
[    6.716287] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[    6.717448] Detected VIPT I-cache on CPU2
[    6.717468] GICv3: CPU2: found redistributor 200 region 0:0x00000000fe6c0000
[    6.717482] GICv3: CPU2: using allocated LPI pending table @0x0000000100260000
[    6.717516] CPU2: Booted secondary processor 0x0000000200 [0x412fd050]
[    6.718663] Detected VIPT I-cache on CPU3
[    6.718680] GICv3: CPU3: found redistributor 300 region 0:0x00000000fe6e0000
[    6.718693] GICv3: CPU3: using allocated LPI pending table @0x0000000100270000
[    6.718724] CPU3: Booted secondary processor 0x0000000300 [0x412fd050]
[    6.719888] CPU features: detected: Spectre-v4
[    6.719890] CPU features: detected: Spectre-BHB
[    6.719892] Detected PIPT I-cache on CPU4
[    6.719903] GICv3: CPU4: found redistributor 400 region 0:0x00000000fe700000
[    6.719911] GICv3: CPU4: using allocated LPI pending table @0x0000000100280000
[    6.719932] CPU4: Booted secondary processor 0x0000000400 [0x414fd0b0]
[    6.721036] Detected PIPT I-cache on CPU5
[    6.721048] GICv3: CPU5: found redistributor 500 region 0:0x00000000fe720000
[    6.721056] GICv3: CPU5: using allocated LPI pending table @0x0000000100290000
[    6.721078] CPU5: Booted secondary processor 0x0000000500 [0x414fd0b0]
[    6.722166] Detected PIPT I-cache on CPU6
[    6.722177] GICv3: CPU6: found redistributor 600 region 0:0x00000000fe740000
[    6.722185] GICv3: CPU6: using allocated LPI pending table @0x00000001002a0000
[    6.722206] CPU6: Booted secondary processor 0x0000000600 [0x414fd0b0]
[    6.723308] Detected PIPT I-cache on CPU7
[    6.723319] GICv3: CPU7: found redistributor 700 region 0:0x00000000fe760000
[    6.723327] GICv3: CPU7: using allocated LPI pending table @0x00000001002b0000
[    6.723348] CPU7: Booted secondary processor 0x0000000700 [0x414fd0b0]
[    6.723397] smp: Brought up 1 node, 8 CPUs
[    6.740397] SMP: Total of 8 processors activated.
[    6.740832] CPU features: detected: Privileged Access Never
[    6.741342] CPU features: detected: LSE atomic instructions
[    6.741851] CPU features: detected: User Access Override
[    6.742338] CPU features: detected: 32-bit EL0 Support
[    6.742810] CPU features: detected: Common not Private translations
[    6.743384] CPU features: detected: RAS Extension Support
[    6.743876] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    6.744669] CPU features: detected: CRC32 instructions
[    6.745142] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    6.745777] CPU features: detected: RCpc load-acquire (LDAPR)
[    6.770630] CPU: All CPU(s) started at EL2
[    6.772702] devtmpfs: initialized
[    6.782888] Registered cp15_barrier emulation handler
[    6.783352] Registered setend emulation handler
[    6.783817] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    6.784701] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    6.786311] pinctrl core: initialized pinctrl subsystem
[    6.786957] DMI not present or invalid.
[    6.787387] NET: Registered protocol family 16
[    6.788338] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    6.789062] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    6.790151] Registered FIQ tty driver
[    6.790576] thermal_sys: Registered thermal governor 'fair_share'
[    6.790577] thermal_sys: Registered thermal governor 'step_wise'
[    6.791129] thermal_sys: Registered thermal governor 'user_space'
[    6.791673] thermal_sys: Registered thermal governor 'power_allocator'
[    6.792332] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
[    6.793665] thermal thermal_zone2: power_allocator: sustainable_power will be estimated
[    6.794408] thermal thermal_zone3: power_allocator: sustainable_power will be estimated
[    6.795147] thermal thermal_zone4: power_allocator: sustainable_power will be estimated
[    6.795885] thermal thermal_zone5: power_allocator: sustainable_power will be estimated
[    6.796623] thermal thermal_zone6: power_allocator: sustainable_power will be estimated
[    6.797361] cpuidle: using governor menu
[    6.797792] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    6.798483] ASID allocator initialised with 65536 entries
[    6.800112] ramoops: dmesg-0    0x18000@0x0000000000110000
[    6.800589] ramoops: dmesg-1    0x18000@0x0000000000128000
[    6.801076] ramoops: console    0x80000@0x0000000000140000
[    6.801553] ramoops: pmsg    0x30000@0x00000000001c0000
[    6.802214] printk: console [ramoops-1] enabled
[    6.802626] pstore: Registered ramoops as persistent store backend
[    6.803187] ramoops: using 0xe0000@0x110000, ecc: 0
[    6.836787] rockchip-gpio fd8a0000.gpio: probed /pinctrl/gpio@fd8a0000
[    6.837522] rockchip-gpio fec20000.gpio: probed /pinctrl/gpio@fec20000
[    6.838237] rockchip-gpio fec30000.gpio: probed /pinctrl/gpio@fec30000
[    6.838975] rockchip-gpio fec40000.gpio: probed /pinctrl/gpio@fec40000
[    6.839720] rockchip-gpio fec50000.gpio: probed /pinctrl/gpio@fec50000
[    6.840342] rockchip-pinctrl pinctrl: probed pinctrl
[    6.851219] fiq_debugger fiq_debugger.0: IRQ fiq not found
[    6.851726] fiq_debugger fiq_debugger.0: IRQ wakeup not found
[    6.852248] fiq_debugger_probe: could not install nmi irq handler
[[    6.852833] printk: console [ttyFIQ0] enabled
    6.852833] printk: console [ttyFIQ0] enabled
[    6.853608] printk: bootconsole [uart8250] disabled
[    6.853608] printk: bootconsole [uart8250] disabled
[    6.854095] Registered fiq debugger ttyFIQ0
[    6.854321] vcc5v0_sys: supplied by vcc12v_dcin
[    6.854403] vcc5v0_usbdcin: supplied by vcc12v_dcin
[    6.854473] vcc5v0_usb: supplied by vcc5v0_usbdcin
[    6.854547] vcc_1v1_nldo_s3: supplied by vcc5v0_sys
[    6.854687] vbus5v0_typec: supplied by vcc5v0_usb
[    6.854765] vcc3v3_pcie30: supplied by vcc12v_dcin
[    6.854838] vcc5v0_host: supplied by vcc5v0_usb
[    6.855398] iommu: Default domain type: Translated 
[    6.858059] SCSI subsystem initialized
[    6.858114] usbcore: registered new interface driver usbfs
[    6.858125] usbcore: registered new interface driver hub
[    6.858136] usbcore: registered new device driver usb
[    6.858161] mc: Linux media interface: v0.10
[    6.858168] videodev: Linux video capture interface: v2.00
[    6.858187] pps_core: LinuxPPS API ver. 1 registered
[    6.858189] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    6.858195] PTP clock support registered
[    6.858209] EDAC MC: Ver: 3.0.0
[    6.858448] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.
[    6.858476] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0
[    6.859286] Advanced Linux Sound Architecture Driver Initialized.
[    6.859414] Bluetooth: Core ver 2.22
[    6.859423] NET: Registered protocol family 31
[    6.859426] Bluetooth: HCI device and connection manager initialized
[    6.859430] Bluetooth: HCI socket layer initialized
[    6.859433] Bluetooth: L2CAP socket layer initialized
[    6.859442] Bluetooth: SCO socket layer initialized
[    6.860674] rockchip-cpuinfo cpuinfo: SoC        : 35881000
[    6.860678] rockchip-cpuinfo cpuinfo: Serial        : 7021b81bc6151bf5
[    6.860877] clocksource: Switched to clocksource arch_sys_counter
[    7.103551] NET: Registered protocol family 2
[    7.103648] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    7.105584] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    7.105653] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    7.105980] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    7.106621] TCP: Hash tables configured (established 65536 bind 65536)
[    7.106655] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    7.106775] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    7.106931] NET: Registered protocol family 1
[    7.107137] RPC: Registered named UNIX socket transport module.
[    7.107141] RPC: Registered udp transport module.
[    7.107144] RPC: Registered tcp transport module.
[    7.107146] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    7.107422] PCI: CLS 0 bytes, default 64
[    7.107983] rockchip-thermal fec00000.tsadc: Missing rockchip,grf property
[    7.108384] rockchip-thermal fec00000.tsadc: tsadc is probed successfully!
[    7.108929] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    7.110940] Initialise system trusted keyrings
[    7.111003] workingset: timestamp_bits=62 max_order=21 bucket_order=0
[    7.112218] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    7.112393] NFS: Registering the id_resolver key type
[    7.112401] Key type id_resolver registered
[    7.112403] Key type id_legacy registered
[    7.112416] ntfs: driver 2.1.32 [Flags: R/O].
[    7.112468] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    7.112546] fuse: init (API version 7.32)
[    7.112621] SGI XFS with security attributes, no debug enabled
[    7.132742] NET: Registered protocol family 38
[    7.132749] Key type asymmetric registered
[    7.132752] Asymmetric key parser 'x509' registered
[    7.132763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    7.132766] io scheduler mq-deadline registered
[    7.132769] io scheduler kyber registered
[    7.133114] rockchip-csi2-dphy-hw fedc0000.csi2-dphy0-hw: csi2 dphy hw probe successfully!
[    7.133166] rockchip-csi2-dphy-hw fedc8000.csi2-dphy1-hw: csi2 dphy hw probe successfully!
[    7.139423] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy init success
[    7.139985] rockchip-hdptx-phy-hdmi fed70000.hdmiphy: hdptx phy init success
[    7.141897] rk-pcie fe170000.pcie: invalid prsnt-gpios property in node
[    7.141909] rk-pcie fe170000.pcie: no vpcie3v3 regulator found
[    7.141984] pwm-backlight backlight: supply power not found, using dummy regulator
[    7.142116] rk-pcie fe170000.pcie: IRQ msi not found
[    7.142127] rk-pcie fe170000.pcie: use outband MSI support
[    7.142135] rk-pcie fe170000.pcie: Missing *config* reg space
[    7.142153] rk-pcie fe170000.pcie: host bridge /pcie@fe170000 ranges:
[    7.142173] iep: Module initialized.
[    7.142177] rk-pcie fe170000.pcie:      err 0x00f2000000..0x00f20fffff -> 0x00f2000000
[    7.142188] rk-pcie fe170000.pcie:       IO 0x00f2100000..0x00f21fffff -> 0x00f2100000
[    7.142205] rk-pcie fe170000.pcie:      MEM 0x00f2200000..0x00f2ffffff -> 0x00f2200000
[    7.142207] mpp_service mpp-srv: unknown mpp version for missing VCS info
[    7.142210] mpp_service mpp-srv: probe start
[    7.142219] rk-pcie fe170000.pcie:      MEM 0x0980000000..0x09bfffffff -> 0x0980000000
[    7.142245] rk-pcie fe170000.pcie: Missing *config* reg space
[    7.142275] rk-pcie fe170000.pcie: invalid resource
[    7.143196] mpp_vdpu1 fdb51000.avsd-plus: Adding to iommu group 1
[    7.143376] mpp_vdpu1 fdb51000.avsd-plus: probe device
[    7.143454] mpp_vdpu1 fdb51000.avsd-plus: reset_group->rw_sem_on=0
[    7.143460] mpp_vdpu1 fdb51000.avsd-plus: reset_group->rw_sem_on=0
[    7.143557] mpp_vdpu1 fdb51000.avsd-plus: probing finish
[    7.143787] mpp_vdpu2 fdb50400.vdpu: Adding to iommu group 1
[    7.143817] mpp_vdpu2 fdb50400.vdpu: probe device
[    7.143875] mpp_vdpu2 fdb50400.vdpu: reset_group->rw_sem_on=0
[    7.143878] mpp_vdpu2 fdb50400.vdpu: reset_group->rw_sem_on=0
[    7.143955] mpp_vdpu2 fdb50400.vdpu: probing finish
[    7.144064] mpp_vepu2 jpege-ccu: probing start
[    7.144068] mpp_vepu2 jpege-ccu: probing finish
[    7.144142] mpp_vepu2 fdb50000.vepu: Adding to iommu group 1
[    7.144169] mpp_vepu2 fdb50000.vepu: probing start
[    7.144232] mpp_vepu2 fdb50000.vepu: reset_group->rw_sem_on=0
[    7.144236] mpp_vepu2 fdb50000.vepu: reset_group->rw_sem_on=0
[    7.144316] mpp_vepu2 fdb50000.vepu: probing finish
[    7.144371] mpp_vepu2 fdba0000.jpege-core: Adding to iommu group 5
[    7.144441] mpp_vepu2 fdba0000.jpege-core: probing start
[    7.144516] mpp_vepu2 fdba0000.jpege-core: attach ccu success
[    7.144595] mpp_vepu2 fdba0000.jpege-core: probing finish
[    7.144633] mpp_vepu2 fdba4000.jpege-core: Adding to iommu group 6
[    7.144699] mpp_vepu2 fdba4000.jpege-core: probing start
[    7.144765] mpp_vepu2 fdba4000.jpege-core: attach ccu success
[    7.144842] mpp_vepu2 fdba4000.jpege-core: probing finish
[    7.144887] mpp_vepu2 fdba8000.jpege-core: Adding to iommu group 7
[    7.144949] mpp_vepu2 fdba8000.jpege-core: probing start
[    7.145012] mpp_vepu2 fdba8000.jpege-core: attach ccu success
[    7.145088] mpp_vepu2 fdba8000.jpege-core: probing finish
[    7.145134] mpp_vepu2 fdbac000.jpege-core: Adding to iommu group 8
[    7.145195] mpp_vepu2 fdbac000.jpege-core: probing start
[    7.145258] mpp_vepu2 fdbac000.jpege-core: attach ccu success
[    7.145331] mpp_vepu2 fdbac000.jpege-core: probing finish
[    7.145508] mpp-iep2 fdbb0000.iep: Adding to iommu group 9
[    7.145571] mpp-iep2 fdbb0000.iep: probe device
[    7.145654] mpp-iep2 fdbb0000.iep: allocate roi buffer failed
[    7.145726] mpp-iep2 fdbb0000.iep: probing finish
[    7.145854] mpp_jpgdec fdb90000.jpegd: Adding to iommu group 4
[    7.145974] mpp_jpgdec fdb90000.jpegd: probe device
[    7.146124] mpp_jpgdec fdb90000.jpegd: probing finish
[    7.146409] mpp_rkvdec2 fdc30000.rkvdec-ccu: rkvdec-ccu, probing start
[    7.146449] mpp_rkvdec2 fdc30000.rkvdec-ccu: ccu-mode: 1
[    7.146452] mpp_rkvdec2 fdc30000.rkvdec-ccu: probing finish
[    7.146516] mpp_rkvdec2 fdc38100.rkvdec-core: Adding to iommu group 12
[    7.146722] mpp_rkvdec2 fdc38100.rkvdec-core: rkvdec-core, probing start
[    7.146799] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_a is not found!
[    7.146802] rkvdec2_init:1022: No niu aclk reset resource define
[    7.146806] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_h is not found!
[    7.146808] rkvdec2_init:1025: No niu hclk reset resource define
[    7.146823] mpp_rkvdec2 fdc38100.rkvdec-core: no regulator, devfreq is disabled
[    7.146867] mpp_rkvdec2 fdc38100.rkvdec-core: core_mask=00010001
[    7.146870] mpp_rkvdec2 fdc38100.rkvdec-core: attach ccu as core 0
[    7.146998] mpp_rkvdec2 fdc38100.rkvdec-core: sram_start 0x00000000ff001000
[    7.147002] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_iova 0x00000000fff00000
[    7.147005] mpp_rkvdec2 fdc38100.rkvdec-core: sram_size 491520
[    7.147008] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_size 1048576
[    7.147011] mpp_rkvdec2 fdc38100.rkvdec-core: min_width 512
[    7.147015] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_info_count 20
[    7.147019] mpp_rkvdec2 fdc38100.rkvdec-core: [136, 24576]
[    7.147022] mpp_rkvdec2 fdc38100.rkvdec-core: [137, 49152]
[    7.147025] mpp_rkvdec2 fdc38100.rkvdec-core: [141, 90112]
[    7.147028] mpp_rkvdec2 fdc38100.rkvdec-core: [140, 49152]
[    7.147031] mpp_rkvdec2 fdc38100.rkvdec-core: [139, 180224]
[    7.147034] mpp_rkvdec2 fdc38100.rkvdec-core: [133, 49152]
[    7.147037] mpp_rkvdec2 fdc38100.rkvdec-core: [134, 8192]
[    7.147039] mpp_rkvdec2 fdc38100.rkvdec-core: [135, 4352]
[    7.147042] mpp_rkvdec2 fdc38100.rkvdec-core: [138, 13056]
[    7.147045] mpp_rkvdec2 fdc38100.rkvdec-core: [142, 291584]
[    7.147066] mpp_rkvdec2 fdc38100.rkvdec-core: probing finish
[    7.147119] mpp_rkvdec2 fdc48100.rkvdec-core: Adding to iommu group 13
[    7.147303] mpp_rkvdec2 fdc48100.rkvdec-core: rkvdec-core, probing start
[    7.147378] mpp_rkvdec2 fdc48100.rkvdec-core: shared_niu_a is not found!
[    7.147381] rkvdec2_init:1022: No niu aclk reset resource define
[    7.147385] mpp_rkvdec2 fdc48100.rkvdec-core: shared_niu_h is not found!
[    7.147387] rkvdec2_init:1025: No niu hclk reset resource define
[    7.147401] mpp_rkvdec2 fdc48100.rkvdec-core: no regulator, devfreq is disabled
[    7.147432] mpp_rkvdec2 fdc48100.rkvdec-core: core_mask=00020002
[    7.147448] mpp_rkvdec2 fdc48100.rkvdec-core: attach ccu as core 1
[    7.147606] mpp_rkvdec2 fdc48100.rkvdec-core: sram_start 0x00000000ff079000
[    7.147610] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_iova 0x00000000ffe00000
[    7.147613] mpp_rkvdec2 fdc48100.rkvdec-core: sram_size 487424
[    7.147616] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_size 1048576
[    7.147619] mpp_rkvdec2 fdc48100.rkvdec-core: min_width 512
[    7.147623] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_info_count 20
[    7.147626] mpp_rkvdec2 fdc48100.rkvdec-core: [136, 24576]
[    7.147629] mpp_rkvdec2 fdc48100.rkvdec-core: [137, 49152]
[    7.147632] mpp_rkvdec2 fdc48100.rkvdec-core: [141, 90112]
[    7.147635] mpp_rkvdec2 fdc48100.rkvdec-core: [140, 49152]
[    7.147638] mpp_rkvdec2 fdc48100.rkvdec-core: [139, 180224]
[    7.147641] mpp_rkvdec2 fdc48100.rkvdec-core: [133, 49152]
[    7.147643] mpp_rkvdec2 fdc48100.rkvdec-core: [134, 8192]
[    7.147646] mpp_rkvdec2 fdc48100.rkvdec-core: [135, 4352]
[    7.147649] mpp_rkvdec2 fdc48100.rkvdec-core: [138, 13056]
[    7.147652] mpp_rkvdec2 fdc48100.rkvdec-core: [142, 291584]
[    7.147672] mpp_rkvdec2 fdc48100.rkvdec-core: probing finish
[    7.147830] mpp_rkvenc2 rkvenc-ccu: probing start
[    7.147833] mpp_rkvenc2 rkvenc-ccu: probing finish
[    7.148255] mpp_av1dec: Adding child /av1d@fdc70000
[    7.148411] mpp_av1dec: register device av1d-master
[    7.148423] mpp_av1dec av1d-master: av1_iommu_of_xlate,784
[    7.148436] av1_iommu_probe_device,736, consumer : av1d-master, supplier : fdca0000.iommu
[    7.148441] mpp_av1dec av1d-master: Adding to iommu group 17
[    7.148627] mpp_av1dec av1d-master: probing start
[    7.148807] mpp_av1dec av1d-master: probing finish
[    7.148827] mpp_service mpp-srv: probe success
[    7.155883] dma-pl330 fea10000.dma-controller: Loaded driver for PL330 DMAC-241330
[    7.155890] dma-pl330 fea10000.dma-controller:     DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    7.156440] dma-pl330 fea30000.dma-controller: Loaded driver for PL330 DMAC-241330
[    7.156445] dma-pl330 fea30000.dma-controller:     DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    7.156998] dma-pl330 fed10000.dma-controller: Loaded driver for PL330 DMAC-241330
[    7.157003] dma-pl330 fed10000.dma-controller:     DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    7.157453] rockchip-pvtm fda40000.pvtm: pvtm@0 probed
[    7.157490] rockchip-pvtm fda50000.pvtm: pvtm@1 probed
[    7.157523] rockchip-pvtm fda60000.pvtm: pvtm@2 probed
[    7.157564] rockchip-pvtm fdaf0000.pvtm: pvtm@3 probed
[    7.157595] rockchip-pvtm fdb30000.pvtm: pvtm@4 probed
[    7.157983] rockchip-system-monitor rockchip-system-monitor: system monitor probe
[    7.158547] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[    7.158894] febc0000.serial: ttyS9 at MMIO 0xfebc0000 (irq = 104, base_baud = 1500000) is a 16550A
[    7.160372] rockchip-vop2 fdd90000.vop: Adding to iommu group 16
[    7.166673] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x5, primary plane phy id: 2
[    7.166681] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp1 assign plane mask: 0xa, primary plane phy id: 3
[    7.166687] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x140, primary plane phy id: 8
[    7.166693] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp3 assign plane mask: 0x280, primary plane phy id: 9
[    7.166860] [drm] failed to init overlay plane Cluster0-win1
[    7.166884] [drm] failed to init overlay plane Cluster1-win1
[    7.166907] [drm] failed to init overlay plane Cluster2-win1
[    7.166929] [drm] failed to init overlay plane Cluster3-win1
[    7.174556] rockchip-drm display-subsystem: bound fdd90000.vop (ops 0xffffffc00935e230)
[    7.174957] dwhdmi-rockchip fde80000.hdmi: registered ddc I2C bus driver
[    7.175296] rockchip-drm display-subsystem: bound fde80000.hdmi (ops 0xffffffc00936cdc0)
[    7.175731] dwhdmi-rockchip fdea0000.hdmi: registered ddc I2C bus driver
[    7.176059] rockchip-drm display-subsystem: bound fdea0000.hdmi (ops 0xffffffc00936cdc0)
[    7.176114] rockchip-drm display-subsystem: bound fde50000.dp (ops 0xffffffc00936f968)
[    7.176153] rockchip-drm display-subsystem: bound fde60000.dp (ops 0xffffffc00936f968)
[    7.176571] rockchip-drm display-subsystem: route-dsi0: failed to get logo,offset
[    7.277554] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[    7.348687] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.374232] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.380885] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[    7.400898] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.427561] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.454229] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.480895] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.484212] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[    7.507564] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.534228] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.560895] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.587545] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[    7.587560] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    7.690878] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[    7.794212] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[    7.794219] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-11
[    7.794224] dwhdmi-rockchip fde80000.hdmi: failed to get edid
[    7.897549] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[    8.000878] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[    8.104211] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[    8.207544] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[    8.310877] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[    8.414211] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[    8.414217] dwhdmi-rockchip fdea0000.hdmi: get hdcp1.4 capable failed:-11
[    8.414222] dwhdmi-rockchip fdea0000.hdmi: failed to get edid
[    8.414269] dwhdmi-rockchip fde80000.hdmi: use tmds mode
[    8.414275] dwhdmi-rockchip fdea0000.hdmi: use tmds mode
[    8.517548] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[    8.620878] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[    8.620891] dwhdmi-rockchip fde80000.hdmi: use tmds mode
[    8.620896] dwhdmi-rockchip fdea0000.hdmi: use tmds mode
[    8.727570] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[    8.830898] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[    8.934230] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[    9.037566] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[    9.140900] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[    9.244233] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[    9.244251] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-11
[    9.244264] dwhdmi-rockchip fde80000.hdmi: failed to get edid
[    9.347566] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[    9.450900] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[    9.554231] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[    9.657561] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[    9.760897] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[    9.864230] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[    9.864248] dwhdmi-rockchip fdea0000.hdmi: get hdcp1.4 capable failed:-11
[    9.864261] dwhdmi-rockchip fdea0000.hdmi: failed to get edid
[    9.871135] rockchip-drm display-subsystem: [drm] fb0: rockchipdrmfb frame buffer device
[    9.872081] [drm] Initialized rockchip 3.0.0 20140818 for display-subsystem on minor 0
[    9.879991] dw-hdmi-qp-hdcp dw-hdmi-qp-hdcp.3.auto: dw_hdcp_qp_hdcp_probe success
[    9.880144] dw-hdmi-qp-hdcp dw-hdmi-qp-hdcp.5.auto: dw_hdcp_qp_hdcp_probe success
[    9.883309] brd: module loaded
[    9.888810] loop: module loaded
[    9.889167] zram: Added device: zram0
[    9.889429] lkdtm: No crash points registered, enable through debugfs
[    9.890160] system_heap: orders[0] = 6
[    9.890171] system_heap: orders[1] = 4
[    9.890178] system_heap: orders[2] = 0
[    9.891874] ahci fe210000.sata: supply ahci not found, using dummy regulator
[    9.892013] ahci fe210000.sata: supply phy not found, using dummy regulator
[    9.892119] ahci fe210000.sata: supply target not found, using dummy regulator
[    9.892219] ahci fe210000.sata: forcing port_map 0x0 -> 0x1
[    9.892253] ahci fe210000.sata: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl platform mode
[    9.892266] ahci fe210000.sata: flags: ncq sntf pm led clo only pmp fbs pio slum part ccc apst 
[    9.892287] ahci fe210000.sata: port 0 can do FBS, forcing FBSCP
[    9.893341] scsi host0: ahci
[    9.893444] ata1: SATA max UDMA/133 mmio [mem 0xfe210000-0xfe210fff] port 0x100 irq 89
[    9.894300] rockchip-spi feb20000.spi: no high_speed pinctrl state
[    9.895386] rk806 spi2.0: chip id: RK806,ver:0x2, 0x1
[    9.895507] rk806 spi2.0: ON: 0x40 OFF:0x0
[    9.896883] vdd_gpu_s0: supplied by vcc5v0_sys
[    9.897834] vdd_cpu_lit_s0: supplied by vcc5v0_sys
[    9.898373] vdd_log_s0: supplied by vcc5v0_sys
[    9.898851] vdd_vdenc_s0: supplied by vcc5v0_sys
[    9.899382] vdd_ddr_s0: supplied by vcc5v0_sys
[    9.899686] vdd2_ddr_s3: supplied by vcc5v0_sys
[    9.900163] vdd_2v0_pldo_s3: supplied by vcc5v0_sys
[    9.900592] vcc_3v3_s3: supplied by vcc5v0_sys
[    9.901011] vddq_ddr_s0: supplied by vcc5v0_sys
[    9.901490] vcc_1v8_s3: supplied by vcc5v0_sys
[    9.902007] vdd_0v75_s3: supplied by vcc_1v1_nldo_s3
[    9.902500] vdd_ddr_pll_s0: supplied by vcc_1v1_nldo_s3
[    9.902915] avdd_0v75_s0: supplied by vcc_1v1_nldo_s3
[    9.903335] vdd_0v85_s0: supplied by vcc_1v1_nldo_s3
[    9.903750] vdd_0v75_s0: supplied by vcc_1v1_nldo_s3
[    9.904255] avcc_1v8_s0: supplied by vdd_2v0_pldo_s3
[    9.904851] vcc_1v8_s0: supplied by vdd_2v0_pldo_s3
[    9.905385] avdd_1v2_s0: supplied by vdd_2v0_pldo_s3
[    9.905856] vcc_3v3_s0: supplied by vcc5v0_sys
[    9.906274] vccio_sd_s0: supplied by vcc5v0_sys
[    9.906701] pldo6_s3: supplied by vcc5v0_sys
[    9.906896] rk806 spi2.0: no sleep-setting state
[    9.906901] rk806 spi2.0: no reset-setting pinctrl state
[    9.906904] rk806 spi2.0: no dvs-setting pinctrl state
[    9.908136] rockchip-spi feb20000.spi: probed, poll=0, rsd=0, cs-inactive=0, ready=0
[    9.909382] rk_gmac-dwmac fe1c0000.ethernet: IRQ eth_lpi not found
[    9.909508] rk_gmac-dwmac fe1c0000.ethernet: supply phy not found, using dummy regulator
[    9.909550] rk_gmac-dwmac fe1c0000.ethernet: clock input or output? (output).
[    9.909555] rk_gmac-dwmac fe1c0000.ethernet: TX delay(0x43).
[    9.909559] rk_gmac-dwmac fe1c0000.ethernet: Can not read property: rx_delay.
[    9.909563] rk_gmac-dwmac fe1c0000.ethernet: set rx_delay to 0xffffffff
[    9.909576] rk_gmac-dwmac fe1c0000.ethernet: integrated PHY? (no).
[    9.909582] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock mac_clk_rx
[    9.909586] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock mac_clk_tx
[    9.909596] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock clk_mac_speed
[    9.909809] rk_gmac-dwmac fe1c0000.ethernet: init for RGMII_RXID
[    9.909900] rk_gmac-dwmac fe1c0000.ethernet: User ID: 0x30, Synopsys ID: 0x51
[    9.909906] rk_gmac-dwmac fe1c0000.ethernet:     DWMAC4/5
[    9.909911] rk_gmac-dwmac fe1c0000.ethernet: DMA HW capability register supported
[    9.909915] rk_gmac-dwmac fe1c0000.ethernet: RX Checksum Offload Engine supported
[    9.909918] rk_gmac-dwmac fe1c0000.ethernet: TX Checksum insertion supported
[    9.909922] rk_gmac-dwmac fe1c0000.ethernet: Wake-Up On Lan supported
[    9.909945] rk_gmac-dwmac fe1c0000.ethernet: TSO supported
[    9.909949] rk_gmac-dwmac fe1c0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    9.909954] rk_gmac-dwmac fe1c0000.ethernet: Enabled Flow TC (entries=2)
[    9.909957] rk_gmac-dwmac fe1c0000.ethernet: TSO feature enabled
[    9.909962] rk_gmac-dwmac fe1c0000.ethernet: Using 32 bits DMA width
[   10.014231] rk-pcie fe170000.pcie: PCIe Link Fail, LTSSM is 0x3, hw_retries=0
[   10.041103] mdio_bus stmmac-1: MDIO device at address 1 is missing.
[   10.041835] usbcore: registered new interface driver rtl8150
[   10.041849] usbcore: registered new interface driver r8152
[   10.053987] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   10.054023] ehci-pci: EHCI PCI platform driver
[   10.054080] ehci-platform: EHCI generic platform driver
[   10.056468] ehci-platform fc800000.usb: EHCI Host Controller
[   10.056627] ehci-platform fc800000.usb: new USB bus registered, assigned bus number 1
[   10.056740] ehci-platform fc800000.usb: irq 20, io mem 0xfc800000
[   10.067571] ehci-platform fc800000.usb: USB 2.0 started, EHCI 1.00
[   10.067721] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[   10.067733] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   10.067742] usb usb1: Product: EHCI Host Controller
[   10.067751] usb usb1: Manufacturer: Linux 5.10.198 ehci_hcd
[   10.067759] usb usb1: SerialNumber: fc800000.usb
[   10.068105] hub 1-0:1.0: USB hub found
[   10.068140] hub 1-0:1.0: 1 port detected
[   10.070797] ehci-platform fc880000.usb: EHCI Host Controller
[   10.070940] ehci-platform fc880000.usb: new USB bus registered, assigned bus number 2
[   10.071025] ehci-platform fc880000.usb: irq 22, io mem 0xfc880000
[   10.084239] ehci-platform fc880000.usb: USB 2.0 started, EHCI 1.00
[   10.084380] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[   10.084392] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   10.084401] usb usb2: Product: EHCI Host Controller
[   10.084410] usb usb2: Manufacturer: Linux 5.10.198 ehci_hcd
[   10.084418] usb usb2: SerialNumber: fc880000.usb
[   10.084759] hub 2-0:1.0: USB hub found
[   10.084790] hub 2-0:1.0: 1 port detected
[   10.085509] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[   10.085529] ohci-platform: OHCI generic platform driver
[   10.085791] ohci-platform fc840000.usb: Generic Platform OHCI controller
[   10.085905] ohci-platform fc840000.usb: new USB bus registered, assigned bus number 3
[   10.085987] ohci-platform fc840000.usb: irq 21, io mem 0xfc840000
[   10.145019] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[   10.145036] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   10.145045] usb usb3: Product: Generic Platform OHCI controller
[   10.145054] usb usb3: Manufacturer: Linux 5.10.198 ohci_hcd
[   10.145063] usb usb3: SerialNumber: fc840000.usb
[   10.145388] hub 3-0:1.0: USB hub found
[   10.145419] hub 3-0:1.0: 1 port detected
[   10.145893] ohci-platform fc8c0000.usb: Generic Platform OHCI controller
[   10.146021] ohci-platform fc8c0000.usb: new USB bus registered, assigned bus number 4
[   10.146109] ohci-platform fc8c0000.usb: irq 23, io mem 0xfc8c0000
[   10.205013] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[   10.205030] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   10.205040] usb usb4: Product: Generic Platform OHCI controller
[   10.205048] usb usb4: Manufacturer: Linux 5.10.198 ohci_hcd
[   10.205057] usb usb4: SerialNumber: fc8c0000.usb
[   10.205383] hub 4-0:1.0: USB hub found
[   10.205415] hub 4-0:1.0: 1 port detected
[   10.206476] phy phy-fd5d4000.syscon:usb2-phy@4000.3: illegal mode
[   10.206494] xhci-hcd xhci-hcd.11.auto: xHCI Host Controller
[   10.206609] xhci-hcd xhci-hcd.11.auto: new USB bus registered, assigned bus number 5
[   10.206740] xhci-hcd xhci-hcd.11.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000800002010010
[   10.206781] xhci-hcd xhci-hcd.11.auto: irq 143, io mem 0xfc400000
[   10.206894] xhci-hcd xhci-hcd.11.auto: xHCI Host Controller
[   10.207003] xhci-hcd xhci-hcd.11.auto: new USB bus registered, assigned bus number 6
[   10.207021] xhci-hcd xhci-hcd.11.auto: Host supports USB 3.0 SuperSpeed
[   10.207032] ata1: SATA link down (SStatus 0 SControl 300)
[   10.207128] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[   10.207140] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   10.207149] usb usb5: Product: xHCI Host Controller
[   10.207158] usb usb5: Manufacturer: Linux 5.10.198 xhci-hcd
[   10.207166] usb usb5: SerialNumber: xhci-hcd.11.auto
[   10.207485] hub 5-0:1.0: USB hub found
[   10.207517] hub 5-0:1.0: 1 port detected
[   10.207831] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[   10.207923] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[   10.207935] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   10.207944] usb usb6: Product: xHCI Host Controller
[   10.207952] usb usb6: Manufacturer: Linux 5.10.198 xhci-hcd
[   10.207961] usb usb6: SerialNumber: xhci-hcd.11.auto
[   10.208284] hub 6-0:1.0: USB hub found
[   10.208315] hub 6-0:1.0: config failed, hub doesn't have any ports! (err -19)
[   10.208560] usbcore: registered new interface driver cdc_acm
[   10.208569] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[   10.208732] usbcore: registered new interface driver uas
[   10.208821] usbcore: registered new interface driver usb-storage
[   10.208893] usbcore: registered new interface driver usbserial_generic
[   10.208919] usbserial: USB Serial support registered for generic
[   10.208958] usbcore: registered new interface driver cp210x
[   10.208979] usbserial: USB Serial support registered for cp210x
[   10.209037] usbcore: registered new interface driver ftdi_sio
[   10.209058] usbserial: USB Serial support registered for FTDI USB Serial Device
[   10.209188] usbcore: registered new interface driver keyspan
[   10.209211] usbserial: USB Serial support registered for Keyspan - (without firmware)
[   10.209231] usbserial: USB Serial support registered for Keyspan 1 port adapter
[   10.209252] usbserial: USB Serial support registered for Keyspan 2 port adapter
[   10.209275] usbserial: USB Serial support registered for Keyspan 4 port adapter
[   10.209320] usbcore: registered new interface driver option
[   10.209342] usbserial: USB Serial support registered for GSM modem (1-port)
[   10.209536] usbcore: registered new interface driver oti6858
[   10.209557] usbserial: USB Serial support registered for oti6858
[   10.209596] usbcore: registered new interface driver pl2303
[   10.209617] usbserial: USB Serial support registered for pl2303
[   10.209662] usbcore: registered new interface driver qcserial
[   10.209683] usbserial: USB Serial support registered for Qualcomm USB modem
[   10.209738] usbcore: registered new interface driver sierra
[   10.209760] usbserial: USB Serial support registered for Sierra USB modem
[   10.210687] usbcore: registered new interface driver usbtouchscreen
[   10.212082] input: rk805 pwrkey as /devices/platform/feb20000.spi/spi_master/spi2/spi2.0/rk805-pwrkey.9.auto/input/input0
[   10.212523] i2c /dev entries driver
[   10.216735] vdd_cpu_big0_s0: supplied by vcc5v0_sys
[   10.225596] vdd_cpu_big1_s0: supplied by vcc5v0_sys
[   10.235317] vdd_npu_s0: supplied by vcc5v0_sys
[   10.243085] i2c i2c-4: 1 i2c clients have been registered at 0x68
[   10.447572] rk3x-i2c fec80000.i2c: timeout, ipd: 0x00, state: 3
[   10.447594] husb311 6-004e: fail to read Vendor id(-110)
[   10.447603] husb311 6-004e: check vid/pid fail(-110)
[   10.447627] husb311: probe of 6-004e failed with error -110
[   10.650909] rk3x-i2c fec80000.i2c: timeout, ipd: 0x00, state: 3
[   10.650929] rtc-hym8563 6-0051: could not init device, -110
[   10.651059] rtc-hym8563: probe of 6-0051 failed with error -110
[   10.652988] ircut cam_ircut: driver version: 00.01.00
[   10.653085] ircut cam_ircut: failed get pulse-width,use dafult value 100
[   10.653138] ircut cam_ircut: Failed to get ircut-open-gpios
[   10.653147] ircut cam_ircut: Failed to get ircut-close-gpios
[   10.653161] ircut cam_ircut: probe successful!
[   10.653584] rkcifhw fdce0000.rkcif: Adding to iommu group 15
[   10.654427] rkcifhw fdce0000.rkcif: No reserved memory region assign to CIF
[   10.654491] rkcif rkcif-mipi-lvds2: Adding to iommu group 15
[   10.654502] rkcif rkcif-mipi-lvds2: rkcif driver version: v00.02.00
[   10.654544] rkcif rkcif-mipi-lvds2: attach to cif hw node
[   10.654548] rkcif rkcif-mipi-lvds2: rkcif wait line 0
[   10.654553] : terminal subdev does not exist
[   10.654557] : terminal subdev does not exist
[   10.654560] : terminal subdev does not exist
[   10.654563] : terminal subdev does not exist
[   10.654567] : get_remote_sensor: video pad[0] is null
[   10.654571] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[   10.654576] : rkcif_scale_set_fmt: req(80, 60) src out(0, 0)
[   10.654579] : get_remote_sensor: video pad[0] is null
[   10.654582] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[   10.654586] : rkcif_scale_set_fmt: req(80, 60) src out(0, 0)
[   10.654589] : get_remote_sensor: video pad[0] is null
[   10.654592] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[   10.654596] : rkcif_scale_set_fmt: req(80, 60) src out(0, 0)
[   10.654599] : get_remote_sensor: video pad[0] is null
[   10.654602] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[   10.654605] : rkcif_scale_set_fmt: req(80, 60) src out(0, 0)
[   10.655093] rkcif rkcif-mipi-lvds2: No memory-region-thunderboot specified
[   10.655712] rockchip-mipi-csi2-hw fdd10000.mipi0-csi2-hw: enter mipi csi2 hw probe!
[   10.655773] rockchip-mipi-csi2-hw fdd10000.mipi0-csi2-hw: probe success, v4l2_dev:mipi0-csi2-hw!
[   10.655799] rockchip-mipi-csi2-hw fdd20000.mipi1-csi2-hw: enter mipi csi2 hw probe!
[   10.655836] rockchip-mipi-csi2-hw fdd20000.mipi1-csi2-hw: probe success, v4l2_dev:mipi1-csi2-hw!
[   10.655858] rockchip-mipi-csi2-hw fdd30000.mipi2-csi2-hw: enter mipi csi2 hw probe!
[   10.655892] rockchip-mipi-csi2-hw fdd30000.mipi2-csi2-hw: probe success, v4l2_dev:mipi2-csi2-hw!
[   10.655912] rockchip-mipi-csi2-hw fdd40000.mipi3-csi2-hw: enter mipi csi2 hw probe!
[   10.655946] rockchip-mipi-csi2-hw fdd40000.mipi3-csi2-hw: probe success, v4l2_dev:mipi3-csi2-hw!
[   10.655966] rockchip-mipi-csi2-hw fdd50000.mipi4-csi2-hw: enter mipi csi2 hw probe!
[   10.656000] rockchip-mipi-csi2-hw fdd50000.mipi4-csi2-hw: probe success, v4l2_dev:mipi4-csi2-hw!
[   10.656019] rockchip-mipi-csi2-hw fdd60000.mipi5-csi2-hw: enter mipi csi2 hw probe!
[   10.656053] rockchip-mipi-csi2-hw fdd60000.mipi5-csi2-hw: probe success, v4l2_dev:mipi5-csi2-hw!
[   10.656382] rockchip-mipi-csi2 mipi2-csi2: attach to csi2 hw node
[   10.656400] rkcif rkcif-mipi-lvds2: Entity type for entity rockchip-mipi-csi2 was not initialized!
[   10.656406] rockchip-mipi-csi2: Async registered subdev
[   10.656411] rockchip-mipi-csi2: probe success, v4l2_dev:rkcif-mipi-lvds2!
[   10.657051] rkisp_hw fdcb0000.rkisp: Adding to iommu group 14
[   10.657137] rkisp_hw fdcb0000.rkisp: is_thunderboot: 0
[   10.657141] rkisp_hw fdcb0000.rkisp: Missing rockchip,grf property
[   10.657154] rkisp_hw fdcb0000.rkisp: max input:0x0@0fps
[   10.657207] rkisp_hw fdcb0000.rkisp: no find phandle sram
[   10.657369] rkisp rkisp0-vir0: rkisp driver version: v02.04.00
[   10.657424] rkisp rkisp0-vir0: No memory-region-thunderboot specified
[   10.657494] rkisp rkisp0-vir0: Entity type for entity rkisp-isp-subdev was not initialized!
[   10.660275] rk_hdmirx fdee0000.hdmirx-controller: No reserved memory for HDMIRX, use default CMA
[   10.660316] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_probe: cpu_aff:0x500, Bound_cpu:5, wdt_cfg_bound_cpu:6, phy_cpuid:5
[   10.660845] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_audio_interrupts_setup: 0
[   10.661842] rk_hdmirx fdee0000.hdmirx-controller: rk_hdmirx_hdcp_register success
[   10.661879] rk_hdmirx fdee0000.hdmirx-controller: fdee0000.hdmirx-controller driver probe ok!
[   10.662056] usbcore: registered new interface driver uvcvideo
[   10.662065] USB Video Class driver (1.1.1)
[   10.663719] Bluetooth: HCI UART driver ver 2.3
[   10.663731] Bluetooth: HCI UART protocol H4 registered
[   10.663739] Bluetooth: HCI UART protocol ATH3K registered
[   10.663789] usbcore: registered new interface driver bfusb
[   10.663835] usbcore: registered new interface driver btusb
[   10.665228] cpu cpu0: bin=0
[   10.665462] cpu cpu0: leakage=10
[   10.667010] cpu cpu0: pvtm=1447
[   10.667238] cpu cpu0: pvtm-volt-sel=2
[   10.669542] cpu cpu4: bin=0
[   10.669769] cpu cpu4: leakage=9
[   10.676418] cpu cpu4: pvtm=1670
[   10.680488] cpu cpu4: pvtm-volt-sel=3
[   10.683545] cpu cpu6: bin=0
[   10.683773] cpu cpu6: leakage=9
[   10.690400] cpu cpu6: pvtm=1680
[   10.694477] cpu cpu6: pvtm-volt-sel=4
[   10.697080] cpu cpu0: avs=0
[   10.699031] cpu cpu4: avs=0
[   10.700775] cpu cpu6: avs=0
[   10.701335] cpu cpu0: EM: created perf domain
[   10.701411] cpu cpu0: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=1608000000 h_table=0
[   10.702515] cpu cpu4: EM: created perf domain
[   10.702583] cpu cpu4: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=2208000000 h_table=0
[   10.711456] cpu cpu6: EM: created perf domain
[   10.712235] cpu cpu6: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=2208000000 h_table=0
[   10.726308] sdhci: Secure Digital Host Controller Interface driver
[   10.726349] sdhci: Copyright(c) Pierre Ossman
[   10.726358] Synopsys Designware Multimedia Card Interface Driver
[   10.727256] sdhci-pltfm: SDHCI platform and OF driver helper
[   10.727612] dwmmc_rockchip fe2d0000.mmc: No normal pinctrl state
[   10.727623] dwmmc_rockchip fe2d0000.mmc: No idle pinctrl state
[   10.727738] dwmmc_rockchip fe2d0000.mmc: IDMAC supports 32-bit address mode.
[   10.727760] dwmmc_rockchip fe2d0000.mmc: Using internal DMA controller.
[   10.727772] dwmmc_rockchip fe2d0000.mmc: Version ID is 270a
[   10.727809] dwmmc_rockchip fe2d0000.mmc: DW MMC controller at irq 91,32 bit host data width,256 deep fifo
[   10.727876] dwmmc_rockchip fe2c0000.mmc: No normal pinctrl state
[   10.727888] dwmmc_rockchip fe2c0000.mmc: No idle pinctrl state
[   10.728032] dwmmc_rockchip fe2c0000.mmc: IDMAC supports 32-bit address mode.
[   10.728067] dwmmc_rockchip fe2c0000.mmc: Using internal DMA controller.
[   10.728078] dwmmc_rockchip fe2c0000.mmc: Version ID is 270a
[   10.728112] dwmmc_rockchip fe2c0000.mmc: DW MMC controller at irq 90,32 bit host data width,256 deep fifo
[   10.728515] dwmmc_rockchip fe2c0000.mmc: Failed getting OCR mask: -22
[   10.728713] dwmmc_rockchip fe2c0000.mmc: could not set regulator OCR (-22)
[   10.728723] dwmmc_rockchip fe2c0000.mmc: failed to enable vmmc regulator
[   10.729467] arm-scmi firmware:scmi: Failed. SCMI protocol 17 not active.
[   10.729523] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[   10.730477] cryptodev: driver 1.12 loaded.
[   10.730521] hid: raw HID events driver (C) Jiri Kosina
[   10.730895] usbcore: registered new interface driver usbhid
[   10.730908] usbhid: USB HID core driver
[   10.750279] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[   10.750778] optee: probing for conduit method.
[   10.750802] optee: revision 3.13 (62aa10b7)
[   10.751063] optee: dynamic shared memory is enabled
[   10.751205] optee: initialized driver
[   10.751892] usbcore: registered new interface driver snd-usb-audio
[   10.763596] mmc0: SDHCI controller on fe2e0000.mmc [fe2e0000.mmc] using ADMA
[   10.801925] mmc0: Host Software Queue enabled
[   10.801988] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[   10.802869] mmcblk0: mmc0:0001 A3A561 57.6 GiB 
[   10.803136] mmcblk0boot0: mmc0:0001 A3A561 partition 1 4.00 MiB
[   10.803393] mmcblk0boot1: mmc0:0001 A3A561 partition 2 4.00 MiB
[   10.803662] mmcblk0rpmb: mmc0:0001 A3A561 partition 3 16.0 MiB, chardev (236:0)
[   10.807447]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8
[   10.954447] rk3x-i2c fec90000.i2c: timeout, ipd: 0x00, state: 3
[   10.954495] ES8323 7-0011: i2c recv Failed
[   10.954628] ES8323: probe of 7-0011 failed with error -110
[   10.960481] rockchip-i2s-tdm fddf0000.i2s: CLK-ALWAYS-ON: mclk: 12288000, bclk: 3072000, fsync: 48000
[   10.962539] rockchip-i2s-tdm fddf4000.i2s: CLK-ALWAYS-ON: mclk: 12288000, bclk: 3072000, fsync: 48000
[   10.968163] input: rockchip-hdmi0 rockchip-hdmi0 as /devices/platform/hdmi0-sound/sound/card0/input1
[   10.970056] input: rockchip-hdmi1 rockchip-hdmi1 as /devices/platform/hdmi1-sound/sound/card1/input2
[   10.970905] debugfs: File 'Capture' in directory 'dapm' already present!
[   10.984348] input: rockchip,hdmiin rockchip,hdmiin as /devices/platform/hdmiin-sound/sound/card2/input3
[   10.988837] Initializing XFRM netlink socket
[   10.989868] NET: Registered protocol family 10
[   10.991750] Segment Routing with IPv6
[   10.991943] NET: Registered protocol family 17
[   10.991960] NET: Registered protocol family 15
[   10.992192] Bluetooth: RFCOMM socket layer initialized
[   10.992209] Bluetooth: RFCOMM ver 1.11
[   10.992220] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[   10.992229] Bluetooth: HIDP socket layer initialized
[   10.992260] [BT_RFKILL]: Enter rfkill_rk_init
[   10.992266] [WLAN_RFKILL]: Enter rfkill_wlan_init
[   10.992613] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[   10.992640] [WLAN_RFKILL]: can't find rockchip,grf property
[   10.992647] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6398s
[   10.992652] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[   10.992658] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
[   10.992708] [WLAN_RFKILL]: wlan_platdata_parse_dt: WIFI,poweren_gpio = 20 flags = 0.
[   10.992730] [WLAN_RFKILL]: wlan_platdata_parse_dt: WIFI,host_wake_irq = 10, flags = 0.
[   10.992739] [WLAN_RFKILL]: wlan_platdata_parse_dt: The ref_wifi_clk not found !
[   10.992744] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[   10.992752] [WLAN_RFKILL]: rfkill_set_wifi_bt_power: 1
[   10.992757] [WLAN_RFKILL]: Exit rfkill_wlan_probe
[   10.993024] Key type dns_resolver registered
[   10.994201] imx415 3-001a: driver version: 00.01.08
[   10.994242] imx415 3-001a:  Get hdr mode failed! no hdr default
[   10.994261] imx415 3-001a: detect imx415 lane 4
[   10.994296] imx415 3-001a: Failed to get reset-gpios
[   10.994317] imx415 3-001a: Failed to get power-gpios
[   10.994327] imx415 3-001a: could not get default pinstate
[   10.994334] imx415 3-001a: could not get sleep pinstate
[   10.994365] imx415 3-001a: supply dvdd not found, using dummy regulator
[   10.994479] imx415 3-001a: supply dovdd not found, using dummy regulator
[   10.999894] vendor storage:20190527 ret = 0
[   11.075309] imx415 3-001a: Unexpected sensor id(000000), ret(-5)
[   11.077136] Loading compiled-in X.509 certificates
[   11.079267] pstore: Using crash dump compression: deflate
[   11.080047] rga3_core0 fdb60000.rga: Adding to iommu group 2
[   11.080735] rga: rga3_core0, irq = 36, match scheduler
[   11.081845] rga: rga3_core0 hardware loaded successfully, hw_version:3.0.76831.
[   11.082183] rga: rga3_core0 probe successfully
[   11.083519] rga3_core1 fdb70000.rga: Adding to iommu group 3
[   11.084166] rga: rga3_core1, irq = 37, match scheduler
[   11.085164] rga: rga3_core1 hardware loaded successfully, hw_version:3.0.76831.
[   11.085391] rga: rga3_core1 probe successfully
[   11.086721] rga: rga2, irq = 38, match scheduler
[   11.087516] rga: rga2 hardware loaded successfully, hw_version:3.2.63318.
[   11.087793] rga: rga2 probe successfully
[   11.088563] rga_iommu: IOMMU binding successfully, default mapping core[0x1]
[   11.089048] rga: Module initialized. v1.3.1
[   11.115870] mali fb000000.gpu: Kernel DDK version g18p0-01eac0
[   11.115873] pcie20_avdd0v85: supplied by vdd_0v85_s0
[   11.116438] pcie20_avdd1v8: supplied by avcc_1v8_s0
[   11.116516] mali fb000000.gpu: bin=0
[   11.116731] mali fb000000.gpu: leakage=15
[   11.116775] debugfs: Directory 'fb000000.gpu-mali' with parent 'vdd_gpu_s0' already present!
[   11.116940] pcie30_avdd0v75: supplied by avdd_0v75_s0
[   11.117293] pcie30_avdd1v8: supplied by avcc_1v8_s0
[   11.117395] dwmmc_rockchip fe2d0000.mmc: No normal pinctrl state
[   11.117403] dwmmc_rockchip fe2d0000.mmc: No idle pinctrl state
[   11.117495] dwmmc_rockchip fe2d0000.mmc: IDMAC supports 32-bit address mode.
[   11.117513] dwmmc_rockchip fe2d0000.mmc: Using internal DMA controller.
[   11.117523] dwmmc_rockchip fe2d0000.mmc: Version ID is 270a
[   11.117574] dwmmc_rockchip fe2d0000.mmc: DW MMC controller at irq 91,32 bit host data width,256 deep fifo
[   11.118302] mali fb000000.gpu: pvtm=895
[   11.134366] mali fb000000.gpu: pvtm-volt-sel=4
[   11.135937] mali fb000000.gpu: avs=0
[   11.136011] 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.
[   11.137937] vcc3v3_lcd0_n: supplied by vcc_1v8_s0
[   11.148201] mpp_rkvenc2 fdbd0000.rkvenc-core: Adding to iommu group 10
[   11.148602] mpp_rkvenc2 fdbd0000.rkvenc-core: probing start
[   11.152971] mali fb000000.gpu: r0p0 status 5 not found in HW issues table;
[   11.153000] mali fb000000.gpu: falling back to closest match: r0p0 status 0
[   11.153008] mali fb000000.gpu: Execution proceeding normally with fallback match
[   11.153018] mali fb000000.gpu: GPU identified as 0x7 arch 10.8.6 r0p0 status 0
[   11.153107] mali fb000000.gpu: No priority control manager is configured
[   11.153470] mali fb000000.gpu: No memory group manager is configured
[   11.153500] mali fb000000.gpu: Protected memory allocator not available
[   11.154239] mpp_rkvenc2 fdbd0000.rkvenc-core: bin=0
[   11.154401] mali fb000000.gpu: Capping CSF_FIRMWARE_TIMEOUT to CSF_FIRMWARE_PING_TIMEOUT
[   11.154534] mpp_rkvenc2 fdbd0000.rkvenc-core: leakage=12
[   11.154548] mpp_rkvenc2 fdbd0000.rkvenc-core: leakage-volt-sel=0
[   11.154915] mali fb000000.gpu: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=800000000 h_table=0
[   11.155191] mpp_rkvenc2 fdbd0000.rkvenc-core: avs=0
[   11.155215] mpp_rkvenc2 fdbd0000.rkvenc-core: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0 h_table=0
[   11.156220] mali fb000000.gpu: Probed as mali0
[   11.156356] mpp_rkvenc2 fdbd0000.rkvenc-core: attach ccu as core 0
[   11.156676] mpp_rkvenc2 fdbd0000.rkvenc-core: probing finish
[   11.156932] mpp_rkvenc2 fdbe0000.rkvenc-core: Adding to iommu group 11
[   11.157309] mpp_rkvenc2 fdbe0000.rkvenc-core: probing start
[   11.158280] mpp_rkvenc2 fdbe0000.rkvenc-core: bin=0
[   11.158514] mpp_rkvenc2 fdbe0000.rkvenc-core: leakage=12
[   11.158526] mpp_rkvenc2 fdbe0000.rkvenc-core: leakage-volt-sel=0
[   11.159116] mpp_rkvenc2 fdbe0000.rkvenc-core: avs=0
[   11.159137] mpp_rkvenc2 fdbe0000.rkvenc-core: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0 h_table=0
[   11.159757] mpp_rkvenc2 fdbe0000.rkvenc-core: attach ccu as core 1
[   11.160100] mpp_rkvenc2 fdbe0000.rkvenc-core: probing finish
[   11.161748] rockchip-dmc dmc: bin=0
[   11.161927] rockchip-dmc dmc: leakage=34
[   11.161940] rockchip-dmc dmc: leakage-volt-sel=1
[   11.161953] rockchip-dmc dmc: soc version=0, speed=1
[   11.162829] rockchip-dmc dmc: avs=0
[   11.162843] rockchip-dmc dmc: current ATF version 0x100
[   11.162934] rockchip-dmc dmc: normal_rate = 1560000000
[   11.162943] rockchip-dmc dmc: reboot_rate = 2112000000
[   11.162950] rockchip-dmc dmc: suspend_rate = 528000000
[   11.162957] rockchip-dmc dmc: video_4k_rate = 1560000000
[   11.162965] rockchip-dmc dmc: video_4k_10b_rate = 1560000000
[   11.162972] rockchip-dmc dmc: video_svep_rate = 1560000000
[   11.162979] rockchip-dmc dmc: boost_rate = 2112000000
[   11.162986] rockchip-dmc dmc: fixed_rate(isp|cif0|cif1|dualview) = 2112000000
[   11.162992] rockchip-dmc dmc: performance_rate = 2112000000
[   11.163000] rockchip-dmc dmc: hdmirx_rate = 2112000000
[   11.163006] rockchip-dmc dmc: deep_suspend_rate = 2112000000
[   11.163016] rockchip-dmc dmc: failed to get vop bandwidth to dmc rate
[   11.163022] rockchip-dmc dmc: failed to get vop pn to msch rl
[   11.163134] rockchip-dmc dmc: l=10000 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
[   11.163181] rockchip-dmc dmc: could not find power_model node
[   11.164252] rockchip-csi2-dphy csi2-dphy0: csi2 dphy0 probe successfully!
[   11.164614] input: adc-keys as /devices/platform/adc-keys/input/input4
[   11.165775] <<GTP-INF>>[gt1x_ts_probe:560] GTP Driver Version: V1.4<2015/07/10>
[   11.165786] <<GTP-INF>>[gt1x_ts_probe:561] GTP I2C Address: 0x14
[   11.165866] <<GTP-ERR>>[gt1x_parse_dt:341] vdd_ana not specified, fallback to power-supply
[   11.166078] <<GTP-INF>>[gt1x_parse_dt:348] Power Invert,no 
[   11.166154] <<GTP-INF>>[gt1x_reset_guitar:788] GTP RESET!
[   11.168175] dwmmc_rockchip fe2d0000.mmc: No normal pinctrl state
[   11.168187] dwmmc_rockchip fe2d0000.mmc: No idle pinctrl state
[   11.168312] dwmmc_rockchip fe2d0000.mmc: IDMAC supports 32-bit address mode.
[   11.168349] dwmmc_rockchip fe2d0000.mmc: Using internal DMA controller.
[   11.168361] dwmmc_rockchip fe2d0000.mmc: Version ID is 270a
[   11.168384] dwmmc_rockchip fe2d0000.mmc: DW MMC controller at irq 91,32 bit host data width,256 deep fifo
[   11.170353] rkcif rkcif-mipi-lvds2: clear unready subdev num: 1
[   11.170871] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[   11.170908] rkcif-mipi-lvds2: Async subdev notifier completed
[   11.170928] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[   11.170936] rkcif-mipi-lvds2: There is not terminal subdev, not synchronized with ISP
[   11.171017] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[   11.171028] rkcif-mipi-lvds2: There is not terminal subdev, not synchronized with ISP
[   11.172465] RKNPU fdab0000.npu: Adding to iommu group 0
[   11.172624] RKNPU fdab0000.npu: RKNPU: rknpu iommu is enabled, using iommu mode
[   11.173955] RKNPU fdab0000.npu: can't request region for resource [mem 0xfdab0000-0xfdabffff]
[   11.173981] RKNPU fdab0000.npu: can't request region for resource [mem 0xfdac0000-0xfdacffff]
[   11.173999] RKNPU fdab0000.npu: can't request region for resource [mem 0xfdad0000-0xfdadffff]
[   11.174545] [drm] Initialized rknpu 0.9.3 20231121 for fdab0000.npu on minor 1
[   11.178549] RKNPU fdab0000.npu: RKNPU: bin=0
[   11.178776] RKNPU fdab0000.npu: leakage=8
[   11.178842] debugfs: Directory 'fdab0000.npu-rknpu' with parent 'vdd_npu_s0' already present!
[   11.186682] RKNPU fdab0000.npu: pvtm=894
[   11.191646] RKNPU fdab0000.npu: pvtm-volt-sel=4
[   11.193077] RKNPU fdab0000.npu: avs=0
[   11.193267] RKNPU fdab0000.npu: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=800000000 h_table=0
[   11.202278] RKNPU fdab0000.npu: failed to find power_model node
[   11.202329] RKNPU fdab0000.npu: RKNPU: failed to initialize power model
[   11.202340] RKNPU fdab0000.npu: RKNPU: failed to get dynamic-coefficient
[   11.203843] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   11.207471] dwmmc_rockchip fe2d0000.mmc: No normal pinctrl state
[   11.207531] dwmmc_rockchip fe2d0000.mmc: No idle pinctrl state
[   11.207783] dwmmc_rockchip fe2d0000.mmc: IDMAC supports 32-bit address mode.
[   11.207834] dwmmc_rockchip fe2d0000.mmc: Using internal DMA controller.
[   11.207854] dwmmc_rockchip fe2d0000.mmc: Version ID is 270a
[   11.207892] dwmmc_rockchip fe2d0000.mmc: DW MMC controller at irq 91,32 bit host data width,256 deep fifo
[   11.210853] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   11.211187] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   11.211206] cfg80211: failed to load regulatory.db
[   11.212891] rockchip-pm rockchip-suspend: not set pwm-regulator-config
[   11.213654] rockchip-suspend not set sleep-mode-config for mem-lite
[   11.213669] rockchip-suspend not set wakeup-config for mem-lite
[   11.213685] rockchip-suspend not set sleep-mode-config for mem-ultra
[   11.213696] rockchip-suspend not set wakeup-config for mem-ultra
[   11.215979] 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:33:31', on 'Jun  4 2024'.
[   11.216439] Mali: 
[   11.216441] Mali device driver loaded
[   11.216455] rkisp rkisp0-vir0: clear unready subdev num: 1
[   11.216619] rkisp0-vir0: Async subdev notifier completed
[   11.216629] ALSA device list:
[   11.216635]   #0: rockchip-hdmi0
[   11.216641]   #1: rockchip-hdmi1
[   11.216647]   #2: rockchip,hdmiin
[   11.217497] dwmmc_rockchip fe2d0000.mmc: No normal pinctrl state
[   11.217506] dwmmc_rockchip fe2d0000.mmc: No idle pinctrl state
[   11.217588] dwmmc_rockchip fe2d0000.mmc: IDMAC supports 32-bit address mode.
[   11.217609] dwmmc_rockchip fe2d0000.mmc: Using internal DMA controller.
[   11.217620] dwmmc_rockchip fe2d0000.mmc: Version ID is 270a
[   11.217640] dwmmc_rockchip fe2d0000.mmc: DW MMC controller at irq 91,32 bit host data width,256 deep fifo
[   11.437837] rk3x-i2c fead0000.i2c: timeout, ipd: 0x00, state: 3
[   11.437917] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-110)
[   11.437938] <<GTP-ERR>>[gt1x_init:2319] Reset guitar failed!
[   11.437955] <<GTP-INF>>[gt1x_reset_guitar:788] GTP RESET!
[   11.711221] rk3x-i2c fead0000.i2c: timeout, ipd: 0x00, state: 3
[   11.711303] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-110)
[   11.711325] <<GTP-ERR>>[gt1x_init:2319] Reset guitar failed!
[   11.711342] <<GTP-INF>>[gt1x_reset_guitar:788] GTP RESET!
[   11.984429] rk3x-i2c fead0000.i2c: timeout, ipd: 0x00, state: 3
[   11.984513] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-110)
[   11.984534] <<GTP-ERR>>[gt1x_init:2319] Reset guitar failed!
[   11.984551] <<GTP-INF>>[gt1x_reset_guitar:788] GTP RESET!
[   12.257779] rk3x-i2c fead0000.i2c: timeout, ipd: 0x00, state: 3
[   12.257863] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-110)
[   12.257883] <<GTP-ERR>>[gt1x_init:2319] Reset guitar failed!
[   12.257900] <<GTP-INF>>[gt1x_reset_guitar:788] GTP RESET!
[   12.351107] rk_pcie_establish_link: 132 callbacks suppressed
[   12.351122] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[   12.377779] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[   12.404451] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[   12.431110] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[   12.457779] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[   12.484446] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[   12.511092] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[   12.531113] rk3x-i2c fead0000.i2c: timeout, ipd: 0x00, state: 3
[   12.531197] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-110)
[   12.531218] <<GTP-ERR>>[gt1x_init:2319] Reset guitar failed!
[   12.531235] <<GTP-ERR>>[gt1x_init:2345] Init failed, use default setting
[   12.537641] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[   12.564447] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[   12.591109] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[   12.734502] rk3x-i2c fead0000.i2c: timeout, ipd: 0x00, state: 3
[   12.734587] <<GTP-ERR>>[_do_i2c_read:390] I2c Transfer error! (-110)
[   12.734608] <<GTP-ERR>>[gt1x_get_chip_type:895] I2c communication error.
[   12.734626] <<GTP-ERR>>[gt1x_init:2355] Get chip type failed!
[   12.742690] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_cancel_cpu_limit_freq freq qos nod add
[   12.941092] rk3x-i2c fead0000.i2c: timeout, ipd: 0x00, state: 3
[   12.941174] <<GTP-ERR>>[_do_i2c_read:390] I2c Transfer error! (-110)
[   12.941195] <<GTP-ERR>>[gt1x_read_version:845] Read version failed!
[   13.254447] rk3x-i2c fead0000.i2c: timeout, ipd: 0x00, state: 3
[   13.254529] <<GTP-ERR>>[_do_i2c_read:390] I2c Transfer error! (-110)
[   13.254550] <<GTP-ERR>>[gt1x_read_version:845] Read version failed!
[   13.567780] rk3x-i2c fead0000.i2c: timeout, ipd: 0x00, state: 3
[   13.567862] <<GTP-ERR>>[_do_i2c_read:390] I2c Transfer error! (-110)
[   13.567884] <<GTP-ERR>>[gt1x_read_version:845] Read version failed!
[   13.674443] <<GTP-INF>>[gt1x_read_version:863] IC VERSION:GT_000000(Patch)_0000(Mask)_00(SensorID)
[   13.674521] <<GTP-INF>>[gt1x_init_panel:606] Config group0 used, length:239
[   13.674545] <<GTP-INF>>[gt1x_init_panel:657] X_MAX=4096,Y_MAX=4096,TRIGGER=0x01,WAKEUP_LEVEL=1
[   13.897777] rk-pcie fe170000.pcie: PCIe Link Fail, LTSSM is 0x3, hw_retries=1
[   13.904422] rk3x-i2c fead0000.i2c: timeout, ipd: 0x00, state: 2
[   13.904504] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-110)
[   14.144446] rk3x-i2c fead0000.i2c: timeout, ipd: 0x00, state: 2
[   14.144527] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-110)
[   14.384447] rk3x-i2c fead0000.i2c: timeout, ipd: 0x00, state: 2
[   14.384530] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-110)
[   14.624450] rk3x-i2c fead0000.i2c: timeout, ipd: 0x00, state: 2
[   14.624533] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-110)
[   14.864450] rk3x-i2c fead0000.i2c: timeout, ipd: 0x00, state: 2
[   14.864534] <<GTP-ERR>>[_do_i2c_write:432] I2c transfer error! (-110)
[   14.864554] <<GTP-ERR>>[gt1x_send_cfg:551] Send config failed!
[   14.864571] <<GTP-ERR>>[gt1x_init:2367] Init panel failed.
[   14.865812] <<GTP-ERR>>[gt1x_ts_probe:587] GTP init failed!!!
[   14.866171] Goodix-TS-GT1X: probe of 5-0014 failed with error -2147483644
[   14.874551] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null)
[   14.874603] VFS: Mounted root (ext4 filesystem) on device 179:6.
[   14.875062] devtmpfs: mounted
[   14.879925] Freeing unused kernel memory: 6656K
[   14.901409] Run /sbin/init as init process
[   14.917644] rk-pcie fe170000.pcie: failed to initialize host
[   14.941198] EXT4-fs (mmcblk0p6): re-mounted. Opts: (null)
[   15.033733] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
[   15.036431] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: (null)
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
[0]: Handling /dev/mmcblk0p6 / ext4 rw,noauto 1
[2]: Handling /dev/mmcblk0p8 /userdata ext4 defaults 2
[1]: Handling /dev/mmcblk0p7 /oem ext4 defaults 2
[2]: Resizing /dev/mmcblk0p8(ext4)
[1]: Resizing /dev/mmcblk0p7(ext4)
[0]: Resizing /dev/mmcblk0p6(ext4)
resize2fs 1.46.5 (30-Dec-2021)
[   15.129224] EXT4-fs (mmcblk0p8): resizing filesystem from 4368 to 45359072 blocks
resize2fs 1.46.5 (30-Dec-2021)
[   15.132342] EXT4-fs (mmcblk0p7): resizing filesystem from 17048 to 131072 blocks
resize2fs 1.46.5 (30-Dec-2021)
[   15.134579] EXT4-fs (mmcblk0p6): resizing filesystem from 209664 to 3670016 blocks
[   15.225207] EXT4-fs (mmcblk0p7): resized filesystem to 131072
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.
[   15.239273] 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.

[   15.347736] EXT4-fs (mmcblk0p8): resizing filesystem from 4587521 to 45359072 blocks
[   15.347766] EXT4-fs (mmcblk0p8): Converting file system to meta_bg
[   15.347798] EXT4-fs (mmcblk0p8): resizing filesystem from 4587521 to 45359072 blocks
[   17.020307] 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: [   17.248453] udevd[420]: starting version 3.2.10
[   17.260561] udevd[421]: starting eudev-3.2.10
[   17.347565] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   17.353856] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[   17.353868] stream_cif_mipi_id0: update sensor info failed -19
[   17.354114] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[2] get remote terminal sensor failed!
[   17.354119] rkcif_tools_id2: update sensor info failed -19
[   17.354642] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[3] get remote terminal sensor failed!
[   17.354652] stream_cif_mipi_id3: update sensor info failed -19
[   17.354809] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[   17.354814] rkcif_scale_ch0: update sensor info failed -19
[   17.354849] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[2] get remote terminal sensor failed!
[   17.354853] rkcif_scale_ch2: update sensor info failed -19
[   17.356786] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[3] get remote terminal sensor failed!
[   17.356793] rkcif_scale_ch3: update sensor info failed -19
[   17.356798] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[   17.356806] rkcif_tools_id0: update sensor info failed -19
[   17.357467] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[1] get remote terminal sensor failed!
[   17.357477] rkcif_scale_ch1: update sensor info failed -19
[   17.358604] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[2] get remote terminal sensor failed!
[   17.358615] stream_cif_mipi_id2: update sensor info failed -19
[   17.359440] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[1] get remote terminal sensor failed!
[   17.359445] rkcif_tools_id1: update sensor info failed -19
[   17.365702] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[1] get remote terminal sensor failed!
[   17.365709] stream_cif_mipi_id1: update sensor info failed -19
done
Starting irqbalance: OK
Saving random seed: OK
Starting system message bus: [   17.450902] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
done
Starting bluetoothd: OK
Starting network: ln: failed to create symbolic link '': No such file or directory
Failed to detect Wi-Fi/BT chip!
OK
Starting dhcpcd...
dhcpcd-9.4.1 starting
DHCPCD_ARGS: interface not found
dhcpcd exited
Starting ntpd: [   17.554248] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
OK
starting weston... done.
Starting dropbear sshd: OK
Starting pulseaudio: OK
Starting dnsmasq: OK
Starting input-event-daemon: done
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!
[   17.657567] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
root@rk3588-buildroot:/# Date: 1970-01-01 UTC
[00:00:11.006] weston 13.0.0
               https://wayland.freedesktop.org
               Bug reports to: https://gitlab.freedesktop.org/wayland/weston/issues/
               Build: 13.0.0
[00:00:11.006] Command line: /usr/bin/weston
[00:00:11.006] OS: Linux, 5.10.198, #1 SMP Tue Jun 4 16:31:08 CST 2024, aarch64
[00:00:11.006] Flight recorder: enabled
[00:00:11.006] 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:11.007] Using config file '/etc/xdg/weston/weston.ini'
[00:00:11.007] Output repaint window is -1 ms maximum.
[00:00:11.007] Loading module '/usr/lib/libweston-13/drm-backend.so'
[00:00:11.010] initializing drm backend
[00:00:11.011] Entering mirror mode.
[00:00:11.011] Trying direct launcher...
[00:00:11.012] using /dev/dri/card0
[00:00:11.012] DRM: does not support atomic modesetting
[00:00:11.012] DRM: does not support GBM modifiers
[00:00:11.012] DRM: does not support async page flipping
[00:00:11.012] DRM: supports picture aspect ratio
[   17.728657] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_audio_startup: device is no connected or audio is off
[   17.728672] hdmi-audio-codec hdmi-audio-codec.12.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[   17.740059] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_audio_startup: device is no connected or audio is off
[   17.740092] hdmi-audio-codec hdmi-audio-codec.12.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[   17.751826] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_audio_startup: device is no connected or audio is off
[   17.751861] hdmi-audio-codec hdmi-audio-codec.12.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="2" 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.
[   17.760939] 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
[   17.842962] file system registered
[   17.864316] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   17.864354] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-11
[   17.864364] dwhdmi-rockchip fde80000.hdmi: failed to get edid
[   17.885741] read descriptors
[   17.885777] read strings
[   17.967695] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   18.051825] android_work: did not send uevent (0 0 0000000000000000)
[   18.070951] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   18.174343] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   18.277777] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   18.381258] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   18.484545] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   18.484649] dwhdmi-rockchip fdea0000.hdmi: get hdcp1.4 capable failed:-11
[   18.484683] dwhdmi-rockchip fdea0000.hdmi: failed to get edid
[00:00:11.785] Loading module '/usr/lib/libweston-13/gl-renderer.so'
arm_release_ver: g13p0-01eac0, rk_so_ver: 10
[   18.505603] mali fb000000.gpu: Loading Mali firmware 0x1010000
[   18.508060] mali fb000000.gpu: Mali firmware git_sha: ee476db42870778306fa8d559a605a73f13e455c 
[00:00:11.821] EGL version: 1.4 Valhall-"g13p0-01eac0"
[00:00:11.822] EGL vendor: ARM
[00:00:11.822] EGL client APIs: OpenGL_ES
[00:00:11.822] 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:11.843] GL version: OpenGL ES 3.2 v1.g13p0-01eac0.11addb9882ee8209dc0912af75110af7
[00:00:11.843] GLSL version: OpenGL ES GLSL ES 3.20
[00:00:11.843] GL vendor: ARM
[00:00:11.843] GL renderer: Mali-G610
[   18.610924] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[00:00:11.998] 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:11.999] Using GL renderer
[   18.714378] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[00:00:12.018] event4  - adc-keys: is tagged by udev as: Keyboard
[00:00:12.018] event4  - adc-keys: device is a keyboard
[00:00:12.019] event0  - rk805 pwrkey: is tagged by udev as: Keyboard
[00:00:12.019] event0  - rk805 pwrkey: device is a keyboard
[00:00:12.021] event1  - rockchip-hdmi0 rockchip-hdmi0: is tagged by udev as: Switch
[00:00:12.021] event1  - not using input device '/dev/input/event1'
[00:00:12.022] event2  - rockchip-hdmi1 rockchip-hdmi1: is tagged by udev as: Switch
[00:00:12.023] event2  - not using input device '/dev/input/event2'
[00:00:12.025] event3  - rockchip,hdmiin rockchip,hdmiin: is tagged by udev as: Switch
[00:00:12.025] event3  - not using input device '/dev/input/event3'
[00:00:12.088] libinput: configuring device "adc-keys".
[00:00:12.088] libinput: configuring device "rk805 pwrkey".
[00:00:12.088] Registered plugin API 'weston_drm_output_api_v1' of size 40
[00:00:12.088] Color manager: no-op
[00:00:12.088] 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:12.096] Loading module '/usr/lib/weston/desktop-shell.so'
[   18.817741] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   18.920901] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   19.024260] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   19.127663] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   19.127706] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-11
[   19.127723] dwhdmi-rockchip fde80000.hdmi: failed to get edid
[   19.231037] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   19.334345] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   19.437919] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   19.541205] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   19.644582] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   19.747869] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   19.747963] dwhdmi-rockchip fdea0000.hdmi: get hdcp1.4 capable failed:-11
[   19.747994] dwhdmi-rockchip fdea0000.hdmi: failed to get edid
[   19.851190] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   19.954452] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   20.057778] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   20.161207] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   20.264529] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   20.367769] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   20.367852] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-11
[00:00:13.660] DRM: head 'HDMI-A-1' found, connector 208 is connected, EDID make 'unknown', model 'unknown', serial ''
[   20.367882] dwhdmi-rockchip fde80000.hdmi: failed to get edid
               Supported EOTF modes: SDR
[   20.471085] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   20.574240] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   20.677641] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   20.781154] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   20.884522] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   20.987640] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   20.987729] dwhdmi-rockchip fdea0000.hdmi: get hdcp1.4 capable failed:-11
[00:00:14.280] DRM: head 'HDMI-A-2' found, connector 224 is connected, EDID make 'unknown', model 'unknown', serial ''
[   20.987759] dwhdmi-rockchip fdea0000.hdmi: failed to get edid
               Supported EOTF modes: SDR
[00:00:14.281] DRM: head 'DP-1' found, connector 238 is disconnected.
[00:00:14.282] DRM: head 'DP-2' found, connector 246 is disconnected.
[00:00:14.282] launching '/usr/libexec/weston-keyboard'
[00:00:14.286] launching '/usr/libexec/weston-desktop-shell'
[00:00:14.287] HDMI-A-1 using at least 2 buffers
[00:00:14.287] Output 'HDMI-A-1' attempts EOTF mode: SDR
[00:00:14.287] Output 'HDMI-A-1' using color profile: stock sRGB color profile
[00:00:14.300] 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:14.300] 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:14.300] associating input device event4 with output HDMI-A-1 (none by udev)
[00:00:14.300] associating input device event0 with output HDMI-A-1 (none by udev)
[00:00:14.300] Output 'HDMI-A-1' enabled with head(s) HDMI-A-1
[00:00:14.300] HDMI-A-2 using at least 2 buffers
[00:00:14.300] Output 'HDMI-A-2' attempts EOTF mode: SDR
[00:00:14.300] Output 'HDMI-A-2' using color profile: stock sRGB color profile
[00:00:14.300] 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:14.301] 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:14.301] Output HDMI-A-2 changed to mirror output
[00:00:14.301] Output 'HDMI-A-2' enabled with head(s) HDMI-A-2
[   21.111157] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   21.214388] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   21.317720] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   21.421177] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   21.524593] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   21.627882] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   21.627976] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-11
[   21.628009] dwhdmi-rockchip fde80000.hdmi: failed to get edid
[   21.628355] dwhdmi-rockchip fdea0000.hdmi: use tmds mode
[   21.678573] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_disable] Crtc atomic disable vp1
[   21.740604] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] Update mode to 1920x1080p60, type: 11(if:1000, flag:0x0) for vp1 dclk: 148500000
[   21.740691] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] dclk_out1 div: 0 dclk_core1 div: 2
[   21.740710] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] set dclk_vop1 to 148500000, get 148500000
[   21.740775] rockchip-hdptx-phy-hdmi fed70000.hdmiphy: hdptx_ropll_cmn_config bus_width:16a8c8 rate:1485000
[   21.741105] rockchip-hdptx-phy-hdmi fed70000.hdmiphy: hdptx phy pll locked!
[   21.741116] dwhdmi-rockchip fdea0000.hdmi: final tmdsclk = 148500000
[   21.741152] dwhdmi-rockchip fdea0000.hdmi: don't use dsc mode
[   21.741159] dwhdmi-rockchip fdea0000.hdmi: dw hdmi qp use tmds mode
[   21.741168] rockchip-hdptx-phy-hdmi fed70000.hdmiphy: bus_width:0x16a8c8,bit_rate:1485000
[   21.741367] rockchip-hdptx-phy-hdmi fed70000.hdmiphy: hdptx phy lane locked!
[   21.894439] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   21.997877] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   22.101102] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   22.204223] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   22.307608] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   22.410895] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   22.410916] dwhdmi-rockchip fdea0000.hdmi: get hdcp1.4 capable failed:-11
[   22.410924] dwhdmi-rockchip fdea0000.hdmi: failed to get edid
[   22.411032] dwhdmi-rockchip fdea0000.hdmi: use tmds mode
[   22.424953] dwhdmi-rockchip fde80000.hdmi: use tmds mode
[   22.475403] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_disable] Crtc atomic disable vp0
[   22.540853] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] Update mode to 1920x1080p60, type: 11(if:800, flag:0x0) for vp0 dclk: 148500000
[   22.540971] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] dclk_out0 div: 0 dclk_core0 div: 2
[   22.540997] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] set dclk_vop0 to 148500000, get 148500000
[   22.541047] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx_ropll_cmn_config bus_width:16a8c8 rate:1485000
[   22.541354] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy pll locked!
[   22.541365] dwhdmi-rockchip fde80000.hdmi: final tmdsclk = 148500000
[   22.541408] dwhdmi-rockchip fde80000.hdmi: don't use dsc mode
[   22.541418] dwhdmi-rockchip fde80000.hdmi: dw hdmi qp use tmds mode
[   22.541431] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: bus_width:0x16a8c8,bit_rate:1485000
[   22.541638] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy lane locked!
[   22.574630] dwhdmi-rockchip fde80000.hdmi: use tmds mode
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'
[   22.727686] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   22.831030] 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
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
[   22.934268] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   23.037746] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   23.141033] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   23.244383] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   23.244405] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-11
[   23.244415] dwhdmi-rockchip fde80000.hdmi: failed to get edid
[   23.347665] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   23.450993] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   23.554353] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   23.584361] Freeing drm_logo memory: 736K
[   23.657725] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   23.761069] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   23.864337] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   23.864427] dwhdmi-rockchip fdea0000.hdmi: get hdcp1.4 capable failed:-11
[   23.864459] dwhdmi-rockchip fdea0000.hdmi: failed to get edid
[   23.970991] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   24.074334] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   24.177790] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   24.280941] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   24.384461] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   24.487636] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   24.487725] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-11
[   24.487756] dwhdmi-rockchip fde80000.hdmi: failed to get edid
[   24.590889] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   24.694315] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   24.797611] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   24.900890] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   25.004433] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   25.107613] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   25.107635] dwhdmi-rockchip fdea0000.hdmi: get hdcp1.4 capable failed:-11
[   25.107643] dwhdmi-rockchip fdea0000.hdmi: failed to get edid
[   25.217615] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   25.320953] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   25.424625] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   25.527563] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   25.631090] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   25.734282] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   25.734306] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-11
[   25.734313] dwhdmi-rockchip fde80000.hdmi: failed to get edid
[   25.837779] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   25.941056] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   26.044275] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   26.147769] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   26.251110] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   26.354237] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   26.354259] dwhdmi-rockchip fdea0000.hdmi: get hdcp1.4 capable failed:-11
[   26.354266] dwhdmi-rockchip fdea0000.hdmi: failed to get edid
[   26.457776] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   26.560946] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   26.664459] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   26.767944] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   26.874515] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   26.977625] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   26.977646] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-11
[   26.977655] dwhdmi-rockchip fde80000.hdmi: failed to get edid
[   27.081003] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   27.184280] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   27.287706] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   27.391197] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   27.494535] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   27.597784] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   27.597870] dwhdmi-rockchip fdea0000.hdmi: get hdcp1.4 capable failed:-11
[   27.597893] dwhdmi-rockchip fdea0000.hdmi: failed to get edid
[   27.707692] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   27.811350] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   27.914521] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   28.017769] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   28.121101] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   28.224439] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   28.224523] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-11
[   28.224555] dwhdmi-rockchip fde80000.hdmi: failed to get edid
[   28.327915] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   28.431202] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   28.534325] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   28.637750] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   28.744427] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   28.847754] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   28.847842] dwhdmi-rockchip fdea0000.hdmi: get hdcp1.4 capable failed:-11
[   28.847872] dwhdmi-rockchip fdea0000.hdmi: failed to get edid
[   28.961205] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   29.064315] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   29.167790] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   29.271104] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   29.374331] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   29.477764] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[   29.477852] dwhdmi-rockchip fde80000.hdmi: get hdcp1.4 capable failed:-11
[   29.477883] dwhdmi-rockchip fde80000.hdmi: failed to get edid
[   29.581263] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   29.684547] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   29.787885] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   29.891201] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   29.994590] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   30.097869] dwhdmi-rockchip fdea0000.hdmi: i2c read time out!
[   30.097969] dwhdmi-rockchip fdea0000.hdmi: get hdcp1.4 capable failed:-11
[   30.098000] dwhdmi-rockchip fdea0000.hdmi: failed to get edid

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

[END] 2024/6/4 17:03:15
 

最近更新

  1. TCP协议是安全的吗?

    2024-06-08 05:12:04       16 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-06-08 05:12:04       16 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-06-08 05:12:04       15 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-06-08 05:12:04       18 阅读

热门阅读

  1. Always语句和assign的用法

    2024-06-08 05:12:04       9 阅读
  2. spring-boot 2.7.18整合sharding-jdbc-spring-boot-starter 4.1.1

    2024-06-08 05:12:04       12 阅读
  3. 进位(bit)

    2024-06-08 05:12:04       9 阅读
  4. 如何在Python中创建和使用自定义模块

    2024-06-08 05:12:04       11 阅读
  5. 局域网、城域网、广域网的ip

    2024-06-08 05:12:04       10 阅读