Firefly开源社区

打印 上一主题 下一主题

[Android] ROC-RK3399-PLUS 串口4无法使用

14

积分

0

威望

0

贡献

技术小白

积分
14

ROC-RK3399-PLUS 串口4无法使用

发表于 2021-9-15 10:22:23      浏览:2959 | 回复:7        打印      只看该作者   [复制链接] 楼主
&uart4 {
   current-speed=<9600>;
   no-loopback-test;
    status = "okay";
};
&spi1 {
        spi_demo: spi-demo@00{
                status = "disabled";
                compatible = "firefly,rk3399-spi";
                reg = <0x00>;
                spi-max-frequency = <48000000>;
                /* rk3399 driver support SPI_CPOL | SPI_CPHA | SPI_CS_HIGH */
                //spi-cpha;                /* SPI mode: CPHA=1 */
                //spi-cpol;           /* SPI mode: CPOL=1 */
                //spi-cs-high;
        };
};
回复

使用道具 举报

403

积分

0

威望

0

贡献

技术达人

Rank: 2

积分
403
发表于 2021-9-15 17:43:17        只看该作者  沙发
客户你好,你uart4 和 spi1 复用了

&spi1{
status = "disabled";
};
&uart4{
status = "okay";
};
回复

使用道具 举报

403

积分

0

威望

0

贡献

技术达人

Rank: 2

积分
403
发表于 2021-9-15 17:48:09        只看该作者  板凳
你要把整个spi1 关掉
回复

使用道具 举报

14

积分

0

威望

0

贡献

技术小白

积分
14
发表于 2021-9-16 15:12:40        只看该作者  地板
文件 kernel/arch/arm64/boot/dts/rockchip/rk3399-firefly-port.dtsi
525 &uart4 {
526     /*   current-speed = <9600>;
527        no-loopback-test;
528 */
529        status = "okay";
530 };
531
532 &spi1 {
533     status = "disabled";
534 /*  max-freq = <48000000>;
535     dev-port = <0>;
536
537     spi_wk2xxx: spi_wk2xxx@00{
538         status = "disabled";
539         compatible = "firefly,spi-wk2xxx";
540         reg = <0x00>;
541         spi-max-frequency = <10000000>;
542         power-gpio = <&gpio2 4 GPIO_ACTIVE_HIGH>;
543         reset-gpio = <&gpio1 17 3 GPIO_ACTIVE_HIGH>;
544         irq-gpio = <&gpio1 2 IRQ_TYPE_EDGE_FALLING>;
545         cs-gpio = <&gpio1 10 GPIO_ACTIVE_HIGH>; */
546         /* rk3399 driver support SPI_CPOL | SPI_CPHA | SPI_CS_HIGH */
547         //spi-cpha;             /* SPI mode: CPHA=1 */
548         //spi-cpol;     /* SPI mode: CPOL=1 */
549         //spi-cs-high;
550 /*  };*/
551 };


adb 获取的信息
rk3399_roc_pc_plus_edp:/ $ ls /dev/tty
tty      ttyFIQ0  ttyS0
回复

使用道具 举报

14

积分

0

威望

0

贡献

技术小白

积分
14
发表于 2021-9-16 15:16:22        只看该作者  5#
繁_yh4uD 发表于 2021-9-15 17:48
你要把整个spi1 关掉

文件 kernel/arch/arm64/boot/dts/rockchip/rk3399-firefly-port.dtsi
525 &uart4 {
526     /*   current-speed = <9600>;
527        no-loopback-test;
528 */
529        status = "okay";
530 };
531
532 &spi1 {
533     status = "disabled";
534 /*  max-freq = <48000000>;
535     dev-port = <0>;
536
537     spi_wk2xxx: spi_wk2xxx@00{
538         status = "disabled";
539         compatible = "firefly,spi-wk2xxx";
540         reg = <0x00>;
541         spi-max-frequency = <10000000>;
542         power-gpio = <&gpio2 4 GPIO_ACTIVE_HIGH>;
543         reset-gpio = <&gpio1 17 3 GPIO_ACTIVE_HIGH>;
544         irq-gpio = <&gpio1 2 IRQ_TYPE_EDGE_FALLING>;
545         cs-gpio = <&gpio1 10 GPIO_ACTIVE_HIGH>; */
546         /* rk3399 driver support SPI_CPOL | SPI_CPHA | SPI_CS_HIGH */
547         //spi-cpha;             /* SPI mode: CPHA=1 */
548         //spi-cpol;     /* SPI mode: CPOL=1 */
549         //spi-cs-high;
550 /*  };*/
551 };

adb 获取的信息
rk3399_roc_pc_plus_edp:/ $ ls /dev/tty
tty      ttyFIQ0  ttyS0
回复

使用道具 举报

403

积分

0

威望

0

贡献

技术达人

Rank: 2

积分
403
发表于 2021-9-17 09:28:33        只看该作者  6#
麻烦发一下dmesg log
回复

使用道具 举报

14

积分

0

威望

0

贡献

技术小白

积分
14
发表于 2021-9-17 11:04:52        只看该作者  7#
繁_yh4uD 发表于 2021-9-17 09:28
麻烦发一下dmesg log

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Initializing cgroup subsys schedtune
[    0.000000] Linux version 4.4.126 (x@1) (gcc version 6.3.1 20170404 (Linaro GCC 6.3-2017.05) ) #5 SMP PREEMPT Mon Sep 6 13:51:58 CST 2021
[    0.000000] Boot CPU: AArch64 Processor [410fd034]
[    0.000000] earlycon: Early serial console at MMIO32 0xff1a0000 (options '')
[    0.000000] bootconsole [uart0] enabled
[    0.000000] Reserved memory: failed to reserve memory for node 'stb-devinfo@00000000': base 0x0000000000000000, size 0 MiB
[    0.000000] cma: Reserved 16 MiB at 0x00000000f7000000
[    0.000000] On node 0 totalpages: 1007616
[    0.000000]   DMA zone: 15864 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 1007616 pages, LIFO batch:31
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: Trusted OS migration not required
[    0.000000] PERCPU: Embedded 21 pages/cpu @ffffffc0f6ee8000 s45592 r8192 d32232 u86016
[    0.000000] pcpu-alloc: s45592 r8192 d32232 u86016 alloc=21*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: enabling workaround for ARM erratum 845719
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 991752
[    0.000000] Kernel command line: earlycon=uart8250,mmio32,0xff1a0000 swiotlb=1 coherent_pool=1m console=ttyFIQ0 androidboot.baseband=N/A androidboot.selinux=permissive androidboot.hardware=rk30board androidboot.console=ttyFIQ0 init=/init mtdparts=rk29xxnand:0x00002000@0x00002000(uboot),0x00002000@0x00004000(trust),0x00002000@0x00006000(misc),0x00008000@0x00008000(resource),0x0000C000@0x00010000(kernel),0x00010000@0x0001C000(boot),0x00020000@0x0002C000(recovery),0x00038000@0x0004C000(backup),0x00040000@0x00084000(cache),0x00300000@0x000C4000(system),0x00100000@0x003C4000(oem),0x00008000@0x004C4000(metadata),0x00000040@0x004CC000(verity_mode),0x00002000@0x004CC040(reserved),0x00000400@0x004CE040(frp),-@0x004CE440(userdata) storagemedia=emmc androidboot.oem_unlocked=0 uboot_logo=0x02000000@0xf5c00000 loader.timestamp=2021-09-16_14:04:19 SecureBootCheckOk=0
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] software IO TLB [mem 0xf6ea0000-0xf6ee0000] (0MB) mapped at [ffffffc0f6ea0000-ffffffc0f6edffff]
[    0.000000] Memory: 3915992K/4030464K available (11582K kernel code, 1764K rwdata, 5776K rodata, 832K init, 2392K bss, 98088K reserved, 16384K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbdbfff0000   (   246 GB)
[    0.000000]       .init : 0xffffff8009180000 - 0xffffff8009250000   (   832 KB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff8008bd0000   ( 11584 KB)
[    0.000000]     .rodata : 0xffffff8008bd0000 - 0xffffff8009180000   (  5824 KB)
[    0.000000]       .data : 0xffffff8009250000 - 0xffffff8009409008   (  1765 KB)
[    0.000000]     vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000   (     8 GB maximum)
[    0.000000]               0xffffffbdc0008000 - 0xffffffbdc3e00000   (    61 MB actual)
[    0.000000]     fixed   : 0xffffffbffe7fb000 - 0xffffffbffec00000   (  4116 KB)
[    0.000000]     PCI I/O : 0xffffffbffee00000 - 0xffffffbfffe00000   (    16 MB)
[    0.000000]     memory  : 0xffffffc000200000 - 0xffffffc0f8000000   (  3966 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]         Build-time adjustment of leaf fanout to 64.
[    0.000000]         RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=6.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] ITS: /interrupt-controller@fee00000/interrupt-controller@fee20000
[    0.000000] ITS: allocated 65536 Devices @a200000 (psz 64K, shr 0)
[    0.000000] ITS: using cache flushing for cmd queue
[    0.000000] GIC: using LPI property table @0x000000000a280000
[    0.000000] ITS: Allocated 1792 chunks for LPIs
[    0.000000] CPU0: found redistributor 0 region 0:0x00000000fef00000
[    0.000000] CPU0: using LPI pending table @0x000000000a290000
[    0.000000] GIC: using cache flushing for LPI property table
[    0.000000] GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] }
[    0.000000] GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] }
[    0.000000] rockchip_clk_register_frac_branch: could not find dclk_vop0_frac as parent of dclk_vop0, rate changes may not work
[    0.000000] rockchip_clk_register_frac_branch: could not find dclk_vop1_frac as parent of dclk_vop1, rate changes may not work
[    0.000000] rockchip_cpuclk_pre_rate_change: limiting alt-divider 33 to 31
[    0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.001866] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=80000)
[    0.002814] pid_max: default: 32768 minimum: 301
[    0.003296] Security Framework initialized
[    0.003679] SELinux:  Initializing.
[    0.004059] SELinux:  Starting in permissive mode
[    0.004103] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.004725] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.006181] Initializing cgroup subsys memory
[    0.006607] Initializing cgroup subsys freezer
[    0.007879] sched-energy: Sched-energy-costs installed from DT
[    0.008418] CPU0: update cpu_capacity 401
[    0.008867] ASID allocator initialised with 32768 entries
[    0.025698] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[    0.026910] Platform MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[    0.039179] Detected VIPT I-cache on CPU1
[    0.039214] CPU1: found redistributor 1 region 0:0x00000000fef20000
[    0.039258] CPU1: using LPI pending table @0x00000000f1c00000
[    0.039310] CPU1: update cpu_capacity 401
[    0.039314] CPU1: Booted secondary processor [410fd034]
[    0.049191] Detected VIPT I-cache on CPU2
[    0.049222] CPU2: found redistributor 2 region 0:0x00000000fef40000
[    0.049261] CPU2: using LPI pending table @0x00000000f1c30000
[    0.049311] CPU2: update cpu_capacity 401
[    0.049314] CPU2: Booted secondary processor [410fd034]
[    0.059245] Detected VIPT I-cache on CPU3
[    0.059274] CPU3: found redistributor 3 region 0:0x00000000fef60000
[    0.059313] CPU3: using LPI pending table @0x00000000f1c70000
[    0.059361] CPU3: update cpu_capacity 401
[    0.059364] CPU3: Booted secondary processor [410fd034]
[    0.069317] Detected PIPT I-cache on CPU4
[    0.069341] CPU4: found redistributor 100 region 0:0x00000000fef80000
[    0.069375] CPU4: using LPI pending table @0x00000000f1cc0000
[    0.069409] CPU4: update cpu_capacity 1024
[    0.069413] CPU4: Booted secondary processor [410fd082]
[    0.079367] Detected PIPT I-cache on CPU5
[    0.079391] CPU5: found redistributor 101 region 0:0x00000000fefa0000
[    0.079427] CPU5: using LPI pending table @0x00000000f1cf0000
[    0.079461] CPU5: update cpu_capacity 1024
[    0.079464] CPU5: Booted secondary processor [410fd082]
[    0.079553] Brought up 6 CPUs
[    0.091475] SMP: Total of 6 processors activated.
[    0.091913] CPU features: detected feature: GIC system register CPU interface
[    0.092575] CPU: All CPU(s) started at EL2
[    0.092990] alternatives: patching kernel code
[    0.095258] devtmpfs: initialized
[    0.115750] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.116708] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.117980] pinctrl core: initialized pinctrl subsystem
[    0.119976] Failed to find legacy iommu devices
[    0.120788] NET: Registered protocol family 16
[    0.121623] schedtune: init normalization constants...
[    0.122119] schedtune: CLUSTER[0-3]      min_pwr:    56 max_pwr:   222
[    0.122745] schedtune: CPU[0]            min_pwr:     0 max_pwr:   222
[    0.123369] schedtune: CPU[1]            min_pwr:     0 max_pwr:   222
[    0.124004] schedtune: CPU[2]            min_pwr:     0 max_pwr:   222
[    0.124628] schedtune: CPU[3]            min_pwr:     0 max_pwr:   222
[    0.125253] schedtune: CLUSTER[4-5]      min_pwr:    65 max_pwr:  1108
[    0.125877] schedtune: CPU[4]            min_pwr:     0 max_pwr:  1108
[    0.126500] schedtune: CPU[5]            min_pwr:     0 max_pwr:  1108
[    0.127123] schedtune: SYSTEM            min_pwr:   121 max_pwr:  4434
[    0.127753] schedtune: using normalization constants mul: 3862781856 sh1: 1 sh2: 12
[    0.128482] schedtune: verify normalization constants...
[    0.128991] schedtune: max_pwr/2^0: 4313 => norm_pwr:  1024
[    0.129523] schedtune: max_pwr/2^1: 2156 => norm_pwr:   511
[    0.130056] schedtune: max_pwr/2^2: 1078 => norm_pwr:   255
[    0.130588] schedtune: max_pwr/2^3:  539 => norm_pwr:   127
[    0.131126] schedtune: max_pwr/2^4:  269 => norm_pwr:    63
[    0.131659] schedtune: max_pwr/2^5:  134 => norm_pwr:    31
[    0.132191] schedtune: configured to support 5 boost groups
[    0.141167] cpuidle: using governor ladder
[    0.151169] cpuidle: using governor menu
[    0.151556] Registered FIQ tty driver
[    0.152291] vdso: 2 pages (1 code @ ffffff8008bd6000, 1 data @ ffffff8009254000)
[    0.153019] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.154577] DMA: preallocated 1024 KiB pool for atomic allocations
[    0.168907] gpiochip_add_data: registered GPIOs 0 to 31 on device: gpio0
[    0.168978] gpiochip_add_data: registered GPIOs 32 to 63 on device: gpio1
[    0.169042] gpiochip_add_data: registered GPIOs 64 to 95 on device: gpio2
[    0.169108] gpiochip_add_data: registered GPIOs 96 to 127 on device: gpio3
[    0.169170] gpiochip_add_data: registered GPIOs 128 to 159 on device: gpio4
[    0.175481] console [pstore-1] enabled
[    0.176065] pstore: Registered ramoops as persistent store backend
[    0.176660] ramoops: attached 0xf0000@0x110000, ecc: 0/0
[    0.179946] fiq debugger fiq mode enabled
[    0.180596] console [ttyFIQ0] enabled
[    0.181306] bootconsole [uart0] disabled
[    0.181878] Registered fiq debugger ttyFIQ0
[    0.213250] of_get_named_gpiod_flags: parsed 'rockchip,power-ctrl' property of node '/rockchip-suspend[0]' - status (0)
[    0.213294] of_get_named_gpiod_flags: parsed 'rockchip,power-ctrl' property of node '/rockchip-suspend[1]' - status (0)
[    0.213545] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc3v3-sys[0]'
[    0.213855] of_get_named_gpiod_flags: parsed 'gpio' property of node '/vcc5v0-host-regulator[0]' - status (0)
[    0.214042] reg_fixed_voltage_probe vcc5v0_host sys/camera_test/vcc5v0_dbg
[    0.214099] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc5v0-sys[0]'
[    0.214288] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vcc-phy-regulator[0]'
[    0.214470] of_get_named_gpiod_flags: can't parse 'gpio' property of node '/vccadc-ref[0]'
[    0.214720] of_get_named_gpiod_flags: parsed 'gpio' property of node '/vdd3v3-pcie-regulator[0]' - status (0)
[    0.215028] of_get_named_gpiod_flags: parsed 'gpio' property of node '/vcc-sd[0]' - status (0)
[    0.215293] of_get_named_gpiod_flags: parsed 'gpio' property of node '/vcc-wifi-regulator[0]' - status (0)
[    0.215582] of_get_named_gpiod_flags: parsed 'gpio' property of node '/fan-ctl-regulator[0]' - status (0)
[    0.216180] iommu: Adding device ff650000.vpu_service to group 0
[    0.216288] iommu: Adding device ff660000.rkvdec to group 1
[    0.216354] iommu: Adding device ff670000.iep to group 2
[    0.216444] iommu: Adding device ff8f0000.vop to group 3
[    0.216513] iommu: Adding device ff900000.vop to group 4
[    0.216617] iommu: Adding device ff910000.isp to group 5
[    0.216687] iommu: Adding device ff920000.isp to group 6
[    0.217328] rk_iommu ff670800.iommu: can't get aclk
[    0.217343] rk_iommu ff670800.iommu: can't get hclk
[    0.218196] SCSI subsystem initialized
[    0.218337] libata version 3.00 loaded.
[    0.218510] usbcore: registered new interface driver usbfs
[    0.218551] usbcore: registered new interface driver hub
[    0.218626] usbcore: registered new device driver usb
[    0.219010] media: Linux media interface: v0.10
[    0.219047] Linux video capture interface: v2.00
[    0.219208] pps_core: LinuxPPS API ver. 1 registered
[    0.219217] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.219237] PTP clock support registered
[    0.223936] Advanced Linux Sound Architecture Driver Initialized.
[    0.224412] Bluetooth: Core ver 2.21
[    0.224447] NET: Registered protocol family 31
[    0.224456] Bluetooth: HCI device and connection manager initialized
[    0.224468] Bluetooth: HCI socket layer initialized
[    0.224480] Bluetooth: L2CAP socket layer initialized
[    0.224505] Bluetooth: SCO socket layer initialized
[    0.225167] rockchip-cpuinfo cpuinfo: Serial                : 72ef858598c6c181
[    0.225693] clocksource: Switched to clocksource arch_sys_counter
[    0.269711] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
[    0.269918] NET: Registered protocol family 2
[    0.270335] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.270599] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.271134] TCP: Hash tables configured (established 32768 bind 32768)
[    0.271209] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.271317] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.271550] NET: Registered protocol family 1
[    0.271716] PCI: CLS 0 bytes, default 64
[    0.272469] Trying to unpack rootfs image as initramfs...
[    0.370505] Freeing initrd memory: 1948K
[    0.371072] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    0.371158] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[    0.373541] audit: initializing netlink subsys (disabled)
[    0.373600] audit: type=2000 audit(0.370:1): initialized
[    0.381950] VFS: Disk quotas dquot_6.6.0
[    0.382079] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.383133] Registering sdcardfs 0.1
[    0.387004] fuse init (API version 7.23)
[    0.387660] SELinux:  Registering netfilter hooks
[    0.388060]
[    0.388060] TEE Core Framework initialization (ver 1:0.1)
[    0.388088] TEE armv7 Driver initialization
[    0.388448] tz_tee_probe: name="armv7sec", id=0, pdev_name="armv7sec.0"
[    0.388462] TEE core: Alloc the misc device "opteearmtz00" (id=0)
[    0.388639] TEE Core: Register the misc device "opteearmtz00" (id=0,minor=62)
[    0.391945] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.391969] io scheduler noop registered
[    0.392132] io scheduler cfq registered (default)
[    0.393500] phy phy-ff770000.syscon:usb2-phy@e460.0: Failed to get VBUS supply regulator
[    0.396552] ace test_init function.
[    0.396702] ace test_init end.ret=0
[    0.397043] radar end.ret=0
[    0.398871] rockchip-pcie f8000000.pcie: GPIO lookup for consumer ep
[    0.398883] rockchip-pcie f8000000.pcie: using device tree for GPIO lookup
[    0.398910] of_get_named_gpiod_flags: parsed 'ep-gpios' property of node '/pcie@f8000000[0]' - status (0)
[    0.399240] rockchip-pcie f8000000.pcie: no vpcie1v8 regulator found
[    0.399263] rockchip-pcie f8000000.pcie: no vpcie0v9 regulator found
[    0.445715] rockchip-pcie f8000000.pcie: invalid power supply
[    0.945777] rockchip-pcie f8000000.pcie: PCIe link training gen1 timeout!
[    0.946023] rockchip-pcie: probe of f8000000.pcie failed with error -110
[    0.946917] pwm-backlight backlight: GPIO lookup for consumer enable
[    0.946931] pwm-backlight backlight: using device tree for GPIO lookup
[    0.946973] of_get_named_gpiod_flags: parsed 'enable-gpios' property of node '/backlight[0]' - status (0)
[    0.946992] no flags found for enable
[    0.947059] backlight supply power not found, using dummy regulator
[    0.947720] iep: failed to find iep power down clock source.
[    0.948379] IEP Power ON
[    0.948618] IEP Power OFF
[    0.948761] IEP Driver loaded succesfully
[    0.949162] Module initialized.
[    0.949559] rk-vcodec ff650000.vpu_service: no regulator for vcodec
[    0.949789] rk-vcodec ff650000.vpu_service: probe device
[    0.949988] rk-vcodec ff650000.vpu_service: drm allocator with mmu enabled
[    0.950486] rk-vcodec ff650000.vpu_service: could not find power_model node
[    0.950502] rk-vcodec ff650000.vpu_service: init success
[    0.950682] rk-vcodec ff660000.rkvdec: no regulator for vcodec
[    0.954391] rk-vcodec ff660000.rkvdec: probe device
[    0.954556] rk-vcodec ff660000.rkvdec: drm allocator with mmu enabled
[    0.954923] rk-vcodec ff660000.rkvdec: could not find power_model node
[    0.954938] rk-vcodec ff660000.rkvdec: init success
[    0.956565] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    0.956585] dma-pl330 ff6d0000.dma-controller:         DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
[    0.957889] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    0.957907] dma-pl330 ff6e0000.dma-controller:         DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    0.959014] pwm-regulator vdd-log: GPIO lookup for consumer enable
[    0.959051] pwm-regulator vdd-log: using device tree for GPIO lookup
[    0.959062] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/vdd-log[0]'
[    0.959072] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/vdd-log[0]'
[    0.959081] pwm-regulator vdd-log: using lookup tables for GPIO lookup
[    0.959090] pwm-regulator vdd-log: lookup for GPIO enable failed
[    0.959712] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
[    0.960237] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 37, base_baud = 1500000) is a 16550A
[    0.960668] [drm] Initialized drm 1.1.0 20060810
[    0.964482] [drm] Rockchip DRM driver version: v1.0.0
[    0.966387] of_get_named_gpiod_flags: parsed 'gpios' property of node '/edp-panel/power_ctr/lcd-en[0]' - status (0)
[    0.966410] panel_simple: parse lcd-en: gpio=69, atv_val=1, delay=1000ms
[    0.966432] edp-panel supply power not found, using dummy regulator
[    0.966481] panel-simple edp-panel: GPIO lookup for consumer enable
[    0.966491] panel-simple edp-panel: using device tree for GPIO lookup
[    0.966501] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/edp-panel[0]'
[    0.966510] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/edp-panel[0]'
[    0.966519] panel-simple edp-panel: using lookup tables for GPIO lookup
[    0.966528] panel-simple edp-panel: lookup for GPIO enable failed
[    0.966538] panel-simple edp-panel: GPIO lookup for consumer reset
[    0.966545] panel-simple edp-panel: using device tree for GPIO lookup
[    0.966554] of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/edp-panel[0]'
[    0.966562] of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/edp-panel[0]'
[    0.966571] panel-simple edp-panel: using lookup tables for GPIO lookup
[    0.966579] panel-simple edp-panel: lookup for GPIO reset failed
[    0.967103] mali ff9a0000.gpu: Failed to get regulator
[    0.967118] mali ff9a0000.gpu: Power control initialization failed
[    0.967418] Unable to detect cache hierarchy for CPU 0
[    0.975414] brd: module loaded
[    0.983437] loop: module loaded
[    0.983944] zram: Added device: zram0
[    0.984612] Loading dl1825 driver
[    0.985049] SCSI Media Changer driver v0.25
[    0.985873] rockchip-spi ff1d0000.spi: Failed to request TX DMA channel
[    0.985891] rockchip-spi ff1d0000.spi: Failed to request RX DMA channel
[    0.985901] rockchip-spi ff1d0000.spi: no high_speed pinctrl state
[    0.986393] m25p80 spi32766.0: XM25QH128A (16384 Kbytes)
[    0.987294] register spi return v = :0
[    0.987341] register firefly_spi_init spi return v = :0
[    0.987454] tun: Universal TUN/TAP device driver, 1.6
[    0.987464] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.988332] force_sf_dma_mode is ignored if force_thresh_dma_mode is set.
[    0.988421] rk_gmac-dwmac fe300000.ethernet: clock input or output? (input).
[    0.988437] rk_gmac-dwmac fe300000.ethernet: TX delay(0x22).
[    0.988448] rk_gmac-dwmac fe300000.ethernet: RX delay(0x23).
[    0.988471] rk_gmac-dwmac fe300000.ethernet: integrated PHY? (no).
[    0.988625] rk_gmac-dwmac fe300000.ethernet: cannot get clock clk_mac_speed
[    0.988638] rk_gmac-dwmac fe300000.ethernet: clock input from PHY
[    0.993653] rk_gmac-dwmac fe300000.ethernet: init for RGMII
[    0.993771] stmmac - user ID: 0x10, Synopsys ID: 0x35
[    0.993780]  Ring mode enabled
[    0.993787]  DMA HW capability register supported
[    0.993794]  Normal descriptors
[    0.993803]  RX Checksum Offload Engine supported (type 2)
[    0.993810]  Wake-Up On Lan supported
[    0.993850]  Enable RX Mitigation via HW Watchdog Timer
[    0.993948] of_get_named_gpiod_flags: parsed 'snps,reset-gpio' property of node '/ethernet@fe300000[0]' - status (0)
[    1.061767] libphy: stmmac: probed
[    1.061819] eth%d: PHY ID 001cc915 at 0 IRQ POLL (stmmac-0:00) active
[    1.061833] eth%d: PHY ID 001cc915 at 1 IRQ POLL (stmmac-0:01)
[    1.063344] PPP generic driver version 2.4.2
[    1.063589] PPP BSD Compression module registered
[    1.063626] PPP Deflate Compression module registered
[    1.063682] PPP MPPE Compression module registered
[    1.063701] NET: Registered protocol family 24
[    1.063748] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
[    1.063757] CSLIP: code copyright 1989 Regents of the University of California.
[    1.063851] usbcore: registered new interface driver mt7601u
[    1.063876] Rockchip WiFi SYS interface (V1.00) ...
[    1.063979] usbcore: registered new interface driver catc
[    1.064037] usbcore: registered new interface driver kaweth
[    1.064053] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[    1.064104] usbcore: registered new interface driver pegasus
[    1.064182] usbcore: registered new interface driver rtl8150
[    1.064244] usbcore: registered new interface driver r8152
[    1.064259] hso: drivers/net/usb/hso.c: Option Wireless
[    1.064334] usbcore: registered new interface driver hso
[    1.064417] usbcore: registered new interface driver asix
[    1.064471] usbcore: registered new interface driver ax88179_178a
[    1.064526] usbcore: registered new interface driver cdc_ether
[    1.064605] usbcore: registered new interface driver cdc_eem
[    1.064658] usbcore: registered new interface driver dm9601
[    1.064725] usbcore: registered new interface driver smsc75xx
[    1.064791] usbcore: registered new interface driver smsc95xx
[    1.064867] usbcore: registered new interface driver gl620a
[    1.064925] usbcore: registered new interface driver net1080
[    1.064986] usbcore: registered new interface driver plusb
[    1.065063] usbcore: registered new interface driver rndis_host
[    1.065117] usbcore: registered new interface driver cdc_subset
[    1.065171] usbcore: registered new interface driver zaurus
[    1.065228] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[    1.065325] usbcore: registered new interface driver int51x1
[    1.065384] usbcore: registered new interface driver kalmia
[    1.065441] usbcore: registered new interface driver ipheth
[    1.065526] usbcore: registered new interface driver sierra_net
[    1.065582] usbcore: registered new interface driver cx82310_eth
[    1.065650] usbcore: registered new interface driver cdc_ncm
[    1.065751] usbcore: registered new interface driver qmi_wwan
[    1.065808] usbcore: registered new interface driver cdc_mbim
[    1.067549] rockchip-dwc3 usb@fe800000: failed to get drvdata dwc3
[    1.072073] rockchip-dwc3 usb@fe900000: fail to get drvdata hcd
[    1.073709] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.073751] ehci-pci: EHCI PCI platform driver
[    1.073839] ehci-platform: EHCI generic platform driver
[    1.077849] ehci-platform fe3c0000.usb: EHCI Host Controller
[    1.078122] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 1
[    1.078372] ehci-platform fe3c0000.usb: irq 30, io mem 0xfe3c0000
[    1.085711] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
[    1.085905] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.085941] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.085954] usb usb1: Product: EHCI Host Controller
[    1.085967] usb usb1: Manufacturer: Linux 4.4.126 ehci_hcd
[    1.085979] usb usb1: SerialNumber: fe3c0000.usb
[    1.086627] hub 1-0:1.0: USB hub found
[    1.086698] hub 1-0:1.0: 1 port detected
[    1.087503] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.087559] ohci-platform: OHCI generic platform driver
[    1.088168] ohci-platform fe3e0000.usb: Generic Platform OHCI controller
[    1.088431] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 2
[    1.088632] ohci-platform fe3e0000.usb: irq 31, io mem 0xfe3e0000
[    1.143225] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.143263] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.143278] usb usb2: Product: Generic Platform OHCI controller
[    1.143292] usb usb2: Manufacturer: Linux 4.4.126 ohci_hcd
[    1.143304] usb usb2: SerialNumber: fe3e0000.usb
[    1.143914] hub 2-0:1.0: USB hub found
[    1.143976] hub 2-0:1.0: 1 port detected
[    1.145291] usbcore: registered new interface driver cdc_acm
[    1.145332] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    1.145412] usbcore: registered new interface driver usblp
[    1.145472] usbcore: registered new interface driver cdc_wdm
[    1.145537] usbcore: registered new interface driver uas
[    1.145661] usbcore: registered new interface driver usb-storage
[    1.145740] usbcore: registered new interface driver ums-alauda
[    1.145826] usbcore: registered new interface driver ums-cypress
[    1.145881] usbcore: registered new interface driver ums-datafab
[    1.145939] usbcore: registered new interface driver ums_eneub6250
[    1.145995] usbcore: registered new interface driver ums-freecom
[    1.146072] usbcore: registered new interface driver ums-isd200
[    1.146125] usbcore: registered new interface driver ums-jumpshot
[    1.146181] usbcore: registered new interface driver ums-karma
[    1.146257] usbcore: registered new interface driver ums-onetouch
[    1.146312] usbcore: registered new interface driver ums-sddr09
[    1.146366] usbcore: registered new interface driver ums-sddr55
[    1.146427] usbcore: registered new interface driver ums-usbat
[    1.146556] usbcore: registered new interface driver usbserial
[    1.146606] usbcore: registered new interface driver usbserial_generic
[    1.146677] usbserial: USB Serial support registered for generic
[    1.146734] usbcore: registered new interface driver option
[    1.146770] usbserial: USB Serial support registered for GSM modem (1-port)
[    1.146934] usbcore: registered new interface driver trancevibrator
[    1.146973] usb20_otg: version 3.10a 21-DEC-2012
[    1.147255] usb20_host: version 3.10a 21-DEC-2012
[    1.148058] usbcore: registered new interface driver xpad
[    1.148128] usbcore: registered new interface driver usb_acecad
[    1.148191] usbcore: registered new interface driver aiptek
[    1.148251] usbcore: registered new interface driver gtco
[    1.148310] usbcore: registered new interface driver hanwang
[    1.148369] usbcore: registered new interface driver kbtab
[    1.148519] [FTS_TS]fts_ts_init: Enter
[    1.148553] [FTS_TS]fts_ts_init: Exit(1690)
[    1.149488] .. rk pwm remotectl v1.1 init
[    1.149794] input: ff420030.pwm as /devices/platform/ff420030.pwm/input/input0
[    1.150372] sensor_register_slave:mma8452,id=17
[    1.150414] sensor_register_slave:lis3dh,id=7
[    1.150431] sensor_register_slave:mma7660,id=18
[    1.150449] sensor_register_slave:lsm303d,id=22
[    1.150467] sensor_register_slave:gs_mc3230,id=23
[    1.150476] [Gsensor]   gsensor_init
[    1.150522] sensor_register_slave:mpu6880_acc,id=24
[    1.150540] sensor_register_slave:mpu6500_acc,id=25
[    1.150557] sensor_register_slave:lsm330_acc,id=26
[    1.150574] sensor_register_slave:bma2xx_acc,id=27
[    1.150592] sensor_register_slave:akm8975,id=30
[    1.150608] sensor_register_slave:akm8963,id=31
[    1.150625] sensor_register_slave:l3g4200d,id=45
[    1.150642] sensor_register_slave:l3g20d,id=46
[    1.150659] sensor_register_slave:ewtsa,id=47
[    1.150676] sensor_register_slave:lsm330_gyro,id=51
[    1.150694] sensor_register_slave:cm3217,id=53
[    1.150738] sensor_register_slave:cm3218,id=54
[    1.150755] sensor_register_slave:ls_stk3410,id=62
[    1.150773] sensor_register_slave:ps_stk3410,id=67
[    1.151851] i2c /dev entries driver
[    1.152944] fan53555-regulator 0-0040: GPIO lookup for consumer vsel
[    1.152959] fan53555-regulator 0-0040: using device tree for GPIO lookup
[    1.152995] of_get_named_gpiod_flags: parsed 'vsel-gpios' property of node '/i2c@ff3c0000/syr827@40[0]' - status (0)
[    1.153434] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
[    1.153533] fan53555-reg: supplied by vcc5v0_sys
[    1.155753] fan53555-regulator 0-0041: GPIO lookup for consumer vsel
[    1.155765] fan53555-regulator 0-0041: using device tree for GPIO lookup
[    1.155806] of_get_named_gpiod_flags: parsed 'vsel-gpios' property of node '/i2c@ff3c0000/syr828@41[0]' - status (0)
[    1.156228] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
[    1.156320] fan53555-reg: supplied by vcc5v0_sys
[    1.158488] rockchip-pinctrl pinctrl: pin gpio1-18 already requested by 0-0040; cannot claim for 0-001b
[    1.158527] rockchip-pinctrl pinctrl: pin-50 (0-001b) status -22
[    1.158541] rockchip-pinctrl pinctrl: could not request pin 50 (gpio1-18) from group pmic-dvs2  on device rockchip-pinctrl
[    1.158554] rk808 0-001b: Error applying setting, reverse things back
[    1.159037] rk808 0-001b: Pmic Chip id: 0x0
[    1.162811] rk808 0-001b: GPIO lookup for consumer dvs
[    1.162824] rk808 0-001b: using device tree for GPIO lookup
[    1.162837] of_get_named_gpiod_flags: can't parse 'dvs-gpios' property of node '/i2c@ff3c0000/pmic@1b[0]'
[    1.162850] of_get_named_gpiod_flags: can't parse 'dvs-gpio' property of node '/i2c@ff3c0000/pmic@1b[0]'
[    1.162861] rk808 0-001b: using lookup tables for GPIO lookup
[    1.162872] rk808 0-001b: lookup for GPIO dvs failed
[    1.162885] rk808-regulator rk808-regulator: there is no dvs0 gpio
[    1.162920] rk808 0-001b: GPIO lookup for consumer dvs
[    1.162930] rk808 0-001b: using device tree for GPIO lookup
[    1.162942] of_get_named_gpiod_flags: can't parse 'dvs-gpios' property of node '/i2c@ff3c0000/pmic@1b[1]'
[    1.162954] of_get_named_gpiod_flags: can't parse 'dvs-gpio' property of node '/i2c@ff3c0000/pmic@1b[1]'
[    1.162966] rk808 0-001b: using lookup tables for GPIO lookup
[    1.162976] rk808 0-001b: lookup for GPIO dvs failed
[    1.162987] rk808-regulator rk808-regulator: there is no dvs1 gpio
[    1.163131] DCDC_REG1: supplied by vcc3v3_sys
[    1.163988] DCDC_REG2: supplied by vcc3v3_sys
[    1.164673] DCDC_REG3: supplied by vcc3v3_sys
[    1.165059] DCDC_REG4: supplied by vcc3v3_sys
[    1.165596] LDO_REG1: supplied by vcc3v3_sys
[    1.166869] LDO_REG2: supplied by vcc3v3_sys
[    1.167964] LDO_REG3: supplied by vcc3v3_sys
[    1.169040] LDO_REG4: supplied by vcc3v3_sys
[    1.169950] vcc_sd: Failed to create debugfs directory
[    1.170052] LDO_REG5: supplied by vcc3v3_sys
[    1.171147] LDO_REG6: supplied by vcc3v3_sys
[    1.172236] LDO_REG7: supplied by vcc3v3_sys
[    1.173354] LDO_REG8: supplied by vcc3v3_sys
[    1.174439] SWITCH_REG1: supplied by vcc3v3_sys
[    1.174809] SWITCH_REG2: supplied by vcc3v3_sys
[    1.175389] rk808-rtc rk808-rtc: device is disabled
[    1.175435] rk808-rtc: probe of rk808-rtc failed with error -22
[    1.175471] of_get_named_gpiod_flags: can't parse 'pmic,hold-gpio' property of node '/i2c@ff3c0000/pmic@1b[0]'
[    1.175484] rk808 0-001b: Can not read property pmic,hold-gpio
[    1.175518] of_get_named_gpiod_flags: can't parse 'pmic,stby-gpio' property of node '/i2c@ff3c0000/pmic@1b[0]'
[    1.175529] rk808 0-001b: Can not read property pmic,stby-gpio
[    1.175775] firefly_hwversion_in_range haoyu,hym8563: hwversion in range(0 conditions)
[    1.176303] of_get_named_gpiod_flags: parsed 'rtc-irq-gpio' property of node '/i2c@ff3c0000/hym8563@51[0]' - status (0)
[    1.178565] rtc-hym8563 0-0051: rtc core: registered hym8563 as rtc0
[    1.179125] rk3x-i2c ff3c0000.i2c: Initialized RK3xxx I2C bus at ffffff80098fc000
[    1.179877] rk3x-i2c ff110000.i2c: Initialized RK3xxx I2C bus at ffffff80098fe000
[    1.180715] fusb302 7-0022: GPIO lookup for consumer int-n
[    1.180728] fusb302 7-0022: using device tree for GPIO lookup
[    1.180764] of_get_named_gpiod_flags: parsed 'int-n-gpios' property of node '/i2c@ff160000/fusb30x@22[0]' - status (0)
[    1.180795] fusb302 7-0022: GPIO lookup for consumer vbus-5v
[    1.180806] fusb302 7-0022: using device tree for GPIO lookup
[    1.180836] of_get_named_gpiod_flags: parsed 'vbus-5v-gpios' property of node '/i2c@ff160000/fusb30x@22[0]' - status (0)
[    1.180864] fusb302 7-0022: GPIO lookup for consumer vbus-other
[    1.180874] fusb302 7-0022: using device tree for GPIO lookup
[    1.180886] of_get_named_gpiod_flags: can't parse 'vbus-other-gpios' property of node '/i2c@ff160000/fusb30x@22[0]'
[    1.180898] of_get_named_gpiod_flags: can't parse 'vbus-other-gpio' property of node '/i2c@ff160000/fusb30x@22[0]'
[    1.180909] fusb302 7-0022: using lookup tables for GPIO lookup
[    1.180920] fusb302 7-0022: lookup for GPIO vbus-other failed
[    1.180932] fusb302 7-0022: GPIO lookup for consumer discharge
[    1.180943] fusb302 7-0022: using device tree for GPIO lookup
[    1.180954] of_get_named_gpiod_flags: can't parse 'discharge-gpios' property of node '/i2c@ff160000/fusb30x@22[0]'
[    1.180966] of_get_named_gpiod_flags: can't parse 'discharge-gpio' property of node '/i2c@ff160000/fusb30x@22[0]'
[    1.180976] fusb302 7-0022: using lookup tables for GPIO lookup
[    1.180986] fusb302 7-0022: lookup for GPIO discharge failed
[    1.180998] fusb302 7-0022: GPIO lookup for consumer charge-en
[    1.181008] fusb302 7-0022: using device tree for GPIO lookup
[    1.181018] of_get_named_gpiod_flags: can't parse 'charge-en-gpios' property of node '/i2c@ff160000/fusb30x@22[0]'
[    1.181030] of_get_named_gpiod_flags: can't parse 'charge-en-gpio' property of node '/i2c@ff160000/fusb30x@22[0]'
[    1.181040] fusb302 7-0022: using lookup tables for GPIO lookup
[    1.181050] fusb302 7-0022: lookup for GPIO charge-en failed
[    1.181328] fusb302 7-0022: Can't get property of role, set role to default DRP
[    1.184704] fusb302 7-0022: port 0 probe success with role ROLE_MODE_DRP, try_role ROLE_MODE_NONE
[    1.184928] input: Typec_Headphone as /devices/platform/ff160000.i2c/i2c-7/7-0022/input/input1
[    1.185174] rk3x-i2c ff160000.i2c: Initialized RK3xxx I2C bus at ffffff80099fc000
[    1.185948] rk3x-i2c ff3d0000.i2c: Initialized RK3xxx I2C bus at ffffff80099fe000
[    1.187159] IR NEC protocol handler initialized
[    1.187196] IR RC5(x/sz) protocol handler initialized
[    1.187210] IR RC6 protocol handler initialized
[    1.187224] IR JVC protocol handler initialized
[    1.187238] IR Sony protocol handler initialized
[    1.187252] IR SANYO protocol handler initialized
[    1.187266] IR Sharp protocol handler initialized
[    1.187280] IR MCE Keyboard/mouse protocol handler initialized
[    1.187296] IR XMP protocol handler initialized
[    1.187590] usbcore: registered new interface driver uvcvideo
[    1.187622] USB Video Class driver (1.1.1)
[    1.187641] CamSys driver version: v0.48.2, CamSys head file version: v1.0.0
[    1.193572] __power_supply_register: Expected proper parent device for 'test_ac'
[    1.193747] __power_supply_register: Expected proper parent device for 'test_battery'
[    1.194080] thermal thermal_zone2: power_allocator: sustainable_power will be estimated
[    1.194218] __power_supply_register: Expected proper parent device for 'test_usb'
[    1.198190] rk_tsadcv2_temp_to_code: Invalid temp(2147483647), set temp to =125000
[    1.198918] device-mapper: uevent: version 1.0.3
[    1.199348] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[    1.199654] Bluetooth: HCI UART driver ver 2.3
[    1.199688] Bluetooth: HCI UART protocol H4 registered
[    1.199698] Bluetooth: HCI UART protocol LL registered
[    1.199714] rtk_btusb: RTKBT_RELEASE_NAME: 20170109_TV_ANDROID_6.x
[    1.199723] rtk_btusb: Realtek Bluetooth USB driver module init, version 4.1.2
[    1.199731] rtk_btusb: Register usb char device interface for BT driver
[    1.200015] usbcore: registered new interface driver rtk_btusb
[    1.200659] cpu cpu0: bin=1
[    1.200757] cpu cpu0: leakage=17
[    1.224829] cpu cpu0: temp=31666, pvtm=142128 (143278 + -1150)
[    1.225169] cpu cpu0: pvtm-volt-sel=0
[    1.225270] cpu cpu0: bin-scale=34
[    1.225647] cpu cpu4: bin=1
[    1.225748] cpu cpu4: leakage=34
[    1.237863] cpu cpu4: temp=32222, pvtm=149056 (149695 + -639)
[    1.237966] cpu cpu4: pvtm-volt-sel=1
[    1.238054] cpu cpu4: bin-scale=17
[    1.239443] cpu cpu0: avs=0, target-scale=34
[    1.239583] cpu cpu0: l=10000 h=2147483647 hyst=5000 l_limit=0 h_limit=0
[    1.241105] cpu cpu4: avs=0, target-scale=17
[    1.241243] cpu cpu4: l=10000 h=2147483647 hyst=5000 l_limit=0 h_limit=0
[    1.243410] sdhci: Secure Digital Host Controller Interface driver
[    1.243455] sdhci: Copyright(c) Pierre Ossman
[    1.243474] Synopsys Designware Multimedia Card Interface Driver
[    1.244219] rockchip-pinctrl pinctrl: pin gpio2-24 already requested by backlight; cannot claim for fe310000.dwmmc
[    1.244270] rockchip-pinctrl pinctrl: pin-88 (fe310000.dwmmc) status -22
[    1.244288] rockchip-pinctrl pinctrl: could not request pin 88 (gpio2-24) from group sdio0-cmd  on device rockchip-pinctrl
[    1.244329] dwmmc_rockchip fe310000.dwmmc: Error applying setting, reverse things back
[    1.244725] dwmmc_rockchip fe310000.dwmmc: IDMAC supports 32-bit address mode.
[    1.244901] dwmmc_rockchip fe310000.dwmmc: Using internal DMA controller.
[    1.244945] dwmmc_rockchip fe310000.dwmmc: Version ID is 270a
[    1.244999] dwmmc_rockchip fe310000.dwmmc: DW MMC controller at irq 25,32 bit host data width,256 deep fifo
[    1.245051] dwmmc_rockchip fe310000.dwmmc: 'clock-freq-min-max' property was deprecated.
[    1.245106] dwmmc_rockchip fe310000.dwmmc: No vmmc regulator found
[    1.245117] dwmmc_rockchip fe310000.dwmmc: No vqmmc regulator found
[    1.245140] dwmmc_rockchip fe310000.dwmmc: GPIO lookup for consumer wp
[    1.245150] dwmmc_rockchip fe310000.dwmmc: using device tree for GPIO lookup
[    1.245164] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@fe310000[0]'
[    1.245176] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@fe310000[0]'
[    1.245187] dwmmc_rockchip fe310000.dwmmc: using lookup tables for GPIO lookup
[    1.245199] dwmmc_rockchip fe310000.dwmmc: lookup for GPIO wp failed
[    1.246316] dwmmc_rockchip fe320000.dwmmc: IDMAC supports 32-bit address mode.
[    1.246423] dwmmc_rockchip fe320000.dwmmc: Using internal DMA controller.
[    1.246442] dwmmc_rockchip fe320000.dwmmc: Version ID is 270a
[    1.246493] dwmmc_rockchip fe320000.dwmmc: DW MMC controller at irq 26,32 bit host data width,256 deep fifo
[    1.246549] dwmmc_rockchip fe320000.dwmmc: 'clock-freq-min-max' property was deprecated.
[    1.246794] dwmmc_rockchip fe320000.dwmmc: GPIO lookup for consumer cd
[    1.246806] dwmmc_rockchip fe320000.dwmmc: using device tree for GPIO lookup
[    1.246819] of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/dwmmc@fe320000[0]'
[    1.246831] of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/dwmmc@fe320000[0]'
[    1.246842] dwmmc_rockchip fe320000.dwmmc: using lookup tables for GPIO lookup
[    1.246854] dwmmc_rockchip fe320000.dwmmc: lookup for GPIO cd failed
[    1.246867] dwmmc_rockchip fe320000.dwmmc: GPIO lookup for consumer wp
[    1.246877] dwmmc_rockchip fe320000.dwmmc: using device tree for GPIO lookup
[    1.246888] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@fe320000[0]'
[    1.246899] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@fe320000[0]'
[    1.246909] dwmmc_rockchip fe320000.dwmmc: using lookup tables for GPIO lookup
[    1.246920] dwmmc_rockchip fe320000.dwmmc: lookup for GPIO wp failed
[    1.247110] rockchip-iodomain ff770000.syscon:io-domains: Setting to 3300000 done
[    1.247349] rockchip-iodomain ff770000.syscon:io-domains: Setting to 3300000 done
[    1.259163] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    1.273519] dwmmc_rockchip fe320000.dwmmc: 1 slots initialized
[    1.273969] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.274706] sdhci-arasan fe330000.sdhci: GPIO lookup for consumer wp
[    1.274719] sdhci-arasan fe330000.sdhci: using device tree for GPIO lookup
[    1.274732] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/sdhci@fe330000[0]'
[    1.274744] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/sdhci@fe330000[0]'
[    1.274755] sdhci-arasan fe330000.sdhci: using lookup tables for GPIO lookup
[    1.274767] sdhci-arasan fe330000.sdhci: lookup for GPIO wp failed
[    1.275976] sdhci-arasan fe330000.sdhci: No vmmc regulator found
[    1.276026] sdhci-arasan fe330000.sdhci: No vqmmc regulator found
[    1.302505] mmc1: SDHCI controller on fe330000.sdhci [fe330000.sdhci] using ADMA
[    1.303505] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/power[0]' - status (0)
[    1.304224] of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/user[0]' - status (0)
[    1.304730] hidraw: raw HID events driver (C) Jiri Kosina
[    1.306906] usbcore: registered new interface driver usbhid
[    1.306918] usbhid: USB HID core driver
[    1.307014] inv_mpu_iio: inv_mpu_init:746
[    1.307495] ashmem: initialized
[    1.307909] rk808-clkout: probe of rk808-clkout failed with error -17
[    1.308489] rockchip-dmc dmc: unable to get devfreq-event device : dfi
[    1.311742] rknandbase v1.1 2016-11-08
[    1.312195] usbcore: registered new interface driver snd-usb-audio
[    1.312907] firefly_hwversion_in_range everest,es8323: hwversion in range(0 conditions)
[    1.313068] of_get_named_gpiod_flags: can't parse 'spk-ctl-gpio' property of node '/i2c@ff110000/es8323@10[0]'
[    1.313081] ES8323 1-0011: Can not read property spk_ctl_gpio
[    1.313113] of_get_named_gpiod_flags: parsed 'hp-ctl-gpio' property of node '/i2c@ff110000/es8323@10[0]' - status (0)
[    1.313155] of_get_named_gpiod_flags: parsed 'hp-det-gpio' property of node '/i2c@ff110000/es8323@10[0]' - status (0)
[    1.313301] ES8323 1-0011: Can not read property: linein-mute.
[    1.313316] of_get_named_gpiod_flags: can't parse 'aux-det-gpio' property of node '/i2c@ff110000/es8323@10[0]'
[    1.313324] ES8323 1-0011: Can not read property aux_det_gpio
[    1.317243] rockchip-cdndp-sound dp-sound: ASoC: CODEC DAI spdif-hifi not registered
[    1.317281] rockchip-cdndp-sound dp-sound: rockchip_sound_probe snd_soc_register_card fail -517
[    1.317393] u32 classifier
[    1.317424]     Actions configured
[    1.317452] Netfilter messages via NETLINK v0.30.
[    1.317499] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    1.317806] ctnetlink v0.93: registering with nfnetlink.
[    1.318356] xt_time: kernel timezone is -0000
[    1.318993] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.319192] arp_tables: (C) 2002 David S. Miller
[    1.319515] Initializing XFRM netlink socket
[    1.319908] NET: Registered protocol family 10
[    1.320693] mip6: Mobile IPv6
[    1.320717] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    1.321584] sit: IPv6 over IPv4 tunneling driver
[    1.321952] NET: Registered protocol family 17
[    1.321974] NET: Registered protocol family 15
[    1.322005] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[    1.322131] Bridge firewalling registered
[    1.322145] fusb302 7-0022: CC connected in CC1 as UFP
[    1.322147] Ebtables v2.0 registered
[    1.322295] Bluetooth: RFCOMM TTY layer initialized
[    1.322314] Bluetooth: RFCOMM socket layer initialized
[    1.322340] Bluetooth: RFCOMM ver 1.11
[    1.322382] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    1.322388] Bluetooth: BNEP filters: protocol multicast
[    1.322398] Bluetooth: BNEP socket layer initialized
[    1.322409] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    1.322416] Bluetooth: HIDP socket layer initialized
[    1.322467] l2tp_core: L2TP core driver, V2.0
[    1.322484] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[    1.322497] [WLAN_RFKILL]: Enter rfkill_wlan_init
[    1.322845] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[    1.322904] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = rtl8723du
[    1.322910] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[    1.322915] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
[    1.322923] of_get_named_gpiod_flags: can't parse 'WIFI,poweren_gpio' property of node '/wireless-wlan[0]'
[    1.322929] of_get_named_gpiod_flags: can't parse 'WIFI,vbat_gpio' property of node '/wireless-wlan[0]'
[    1.322936] of_get_named_gpiod_flags: can't parse 'WIFI,reset_gpio' property of node '/wireless-wlan[0]'
[    1.322942] of_get_named_gpiod_flags: can't parse 'WIFI,host_wake_irq' property of node '/wireless-wlan[0]'
[    1.322947] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[    1.322956] [WLAN_RFKILL]: Exit rfkill_wlan_probe
[    1.323003] [BT_RFKILL]: Enter rfkill_rk_init
[    1.323278] sensor_register_slave:mpu6500_gyro,id=49
[    1.323297] sensor_register_slave:mpu6880_gyro,id=50
[    1.324487] Registered cp15_barrier emulation handler
[    1.324565] Registered setend emulation handler
[    1.325127] registered taskstats version 1
[    1.325993] rockchip ion idev is NULL
[    1.326006] rga2 ff680000.rga: rga ion client create success!
[    1.326181] rga2: Driver loaded successfully ver:3.02
[    1.326330] rga2: Module initialized.
[    1.330887] phy phy-ff770000.syscon:usb2-phy@e450.6: Failed to get VBUS supply regulator
[    1.333345] rockchip-drm display-subsystem: defer getting devfreq
[    1.333660] rockchip-vop ff900000.vop: missing rockchip,grf property
[    1.333929] rockchip-vop ff900000.vop: unable to request PWM
[    1.333950] rockchip-drm display-subsystem: bound ff900000.vop (ops vop_component_ops)
[    1.334001] rockchip-vop ff8f0000.vop: missing rockchip,grf property
[    1.334178] rockchip-vop ff8f0000.vop: unable to request PWM
[    1.334193] rockchip-drm display-subsystem: bound ff8f0000.vop (ops vop_component_ops)
[    1.334475] rockchip-dp ff970000.edp: no DP phy configured
[    1.334511] rockchip-dp ff970000.edp: GPIO lookup for consumer hpd
[    1.334521] rockchip-dp ff970000.edp: using device tree for GPIO lookup
[    1.334531] of_get_named_gpiod_flags: can't parse 'hpd-gpios' property of node '/edp@ff970000[0]'
[    1.334541] of_get_named_gpiod_flags: can't parse 'hpd-gpio' property of node '/edp@ff970000[0]'
[    1.334550] rockchip-dp ff970000.edp: using lookup tables for GPIO lookup
[    1.334560] rockchip-dp ff970000.edp: lookup for GPIO hpd failed
[    1.335098] i2c i2c-9: of_i2c: modalias failure on /edp@ff970000/ports
[    1.335248] rockchip-drm display-subsystem: bound ff970000.edp (ops rockchip_dp_component_ops)
[    1.335743] i2c i2c-10: of_i2c: modalias failure on /hdmi@ff940000/ports
[    1.335784] dwhdmi-rockchip ff940000.hdmi: registered DesignWare HDMI I2C bus driver
[    1.335902] dwhdmi-rockchip ff940000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
[    1.337363] rockchip-drm display-subsystem: bound ff940000.hdmi (ops dw_hdmi_rockchip_ops)
[    1.337763] i2c i2c-11: of_i2c: modalias failure on /dp@fec00000/ports
[    1.338215] cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work] Not connected. Disabling cdn
[    1.338260] rockchip-drm display-subsystem: bound fec00000.dp (ops cdn_dp_component_ops)
[    1.338270] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.338277] [drm] No driver support for vblank timestamp query.
[    1.344287] mmc1: MAN_BKOPS_EN bit is not set
[    1.356700] mmc1: new HS400 Enhanced strobe MMC card at address 0001
[    1.357312] mmcblk1: mmc1:0001 Y2P032 29.1 GiB
[    1.357697] mmcblk1boot0: mmc1:0001 Y2P032 partition 1 4.00 MiB
[    1.358016] mmcblk1boot1: mmc1:0001 Y2P032 partition 2 4.00 MiB
[    1.358314] mmcblk1rpmb: mmc1:0001 Y2P032 partition 3 16.0 MiB
[    1.358651] rkpart: partition size too small (4)
[    1.358666]      uboot: 0x000400000 -- 0x000800000 (4 MB)
[    1.358674]      trust: 0x000800000 -- 0x000c00000 (4 MB)
[    1.358680]       misc: 0x000c00000 -- 0x001000000 (4 MB)
[    1.358686]   resource: 0x001000000 -- 0x002000000 (16 MB)
[    1.358693]     kernel: 0x002000000 -- 0x003800000 (24 MB)
[    1.358699]       boot: 0x003800000 -- 0x005800000 (32 MB)
[    1.358706]   recovery: 0x005800000 -- 0x009800000 (64 MB)
[    1.358713]     backup: 0x009800000 -- 0x010800000 (112 MB)
[    1.358719]      cache: 0x010800000 -- 0x018800000 (128 MB)
[    1.358725]     system: 0x018800000 -- 0x078800000 (1536 MB)
[    1.358732]        oem: 0x078800000 -- 0x098800000 (512 MB)
[    1.358738]   metadata: 0x098800000 -- 0x099800000 (16 MB)
[    1.358745] verity_mode: 0x099800000 -- 0x099808000 (0 MB)
[    1.358751]   reserved: 0x099808000 -- 0x099c08000 (4 MB)
[    1.358758]        frp: 0x099c08000 -- 0x099c88000 (0 MB)
[    1.358765]   userdata: 0x099c88000 -- 0x747800000 (27355 MB)
[    1.358814]  mmcblk1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16
[    1.363488] rockchip-drm display-subsystem: fb0:  frame buffer device
[    1.387313] mali ff9a0000.gpu: leakage=22
[    1.395774] usb 1-1: new high-speed USB device number 2 using ehci-platform
[    1.410952] mali ff9a0000.gpu: temp=31111, pvtm=117388 (117848 + -460)
[    1.412074] mali ff9a0000.gpu: pvtm-volt-sel=0
[    1.413117] mali ff9a0000.gpu: GPU identified as 0x0860 r2p0 status 0
[    1.413387] mali ff9a0000.gpu: Protected mode not available
[    1.413840] mali ff9a0000.gpu: l=10000 h=2147483647 hyst=5000 l_limit=0 h_limit=0
[    1.413899] mali ff9a0000.gpu: Using configured power model mali-simple-power-model, and fallback mali-simple-power-model
[    1.414006] I : [File] : drivers/gpu/arm/midgard/backend/gpu/mali_kbase_devfreq.c; [Line] : 414; [Func] : kbase_devfreq_init(); success initing power_model_simple.
[    1.414539] mali ff9a0000.gpu: Probed as mali0
[    1.418702] xhci-hcd xhci-hcd.11.auto: xHCI Host Controller
[    1.418962] xhci-hcd xhci-hcd.11.auto: new USB bus registered, assigned bus number 3
[    1.419215] xhci-hcd xhci-hcd.11.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x06030010
[    1.419268] xhci-hcd xhci-hcd.11.auto: irq 235, io mem 0xfe800000
[    1.419474] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.419496] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.419504] usb usb3: Product: xHCI Host Controller
[    1.419511] usb usb3: Manufacturer: Linux 4.4.126 xhci-hcd
[    1.419518] usb usb3: SerialNumber: xhci-hcd.11.auto
[    1.419971] hub 3-0:1.0: USB hub found
[    1.420010] hub 3-0:1.0: 1 port detected
[    1.420217] xhci-hcd xhci-hcd.11.auto: xHCI Host Controller
[    1.420407] xhci-hcd xhci-hcd.11.auto: new USB bus registered, assigned bus number 4
[    1.420469] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.420541] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    1.420549] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.420557] usb usb4: Product: xHCI Host Controller
[    1.420564] usb usb4: Manufacturer: Linux 4.4.126 xhci-hcd
[    1.420572] usb usb4: SerialNumber: xhci-hcd.11.auto
[    1.420936] hub 4-0:1.0: USB hub found
[    1.421048] hub 4-0:1.0: 1 port detected
[    1.422532] xhci-hcd xhci-hcd.11.auto: remove, state 1
[    1.422568] usb usb4: USB disconnect, device number 1
[    1.426542] xhci-hcd xhci-hcd.12.auto: xHCI Host Controller
[    1.426786] xhci-hcd xhci-hcd.12.auto: new USB bus registered, assigned bus number 5
[    1.427018] xhci-hcd xhci-hcd.12.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x06030010
[    1.427064] xhci-hcd xhci-hcd.12.auto: irq 236, io mem 0xfe900000
[    1.427278] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[    1.427292] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.427300] usb usb5: Product: xHCI Host Controller
[    1.427307] usb usb5: Manufacturer: Linux 4.4.126 xhci-hcd
[    1.427314] usb usb5: SerialNumber: xhci-hcd.12.auto
[    1.427737] hub 5-0:1.0: USB hub found
[    1.427792] hub 5-0:1.0: 1 port detected
[    1.428199] xhci-hcd xhci-hcd.12.auto: xHCI Host Controller
[    1.428335] xhci-hcd xhci-hcd.12.auto: new USB bus registered, assigned bus number 6
[    1.428580] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.428810] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003
[    1.428824] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.428832] usb usb6: Product: xHCI Host Controller
[    1.428839] usb usb6: Manufacturer: Linux 4.4.126 xhci-hcd
[    1.428846] usb usb6: SerialNumber: xhci-hcd.12.auto
[    1.429169] hub 6-0:1.0: USB hub found
[    1.429235] hub 6-0:1.0: 1 port detected
[    1.431909] ehci-platform fe380000.usb: EHCI Host Controller
[    1.432311] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 7
[    1.432594] ehci-platform fe380000.usb: irq 28, io mem 0xfe380000
[    1.439145] xhci-hcd xhci-hcd.11.auto: Host not halted after 16000 microseconds.
[    1.439173] xhci-hcd xhci-hcd.11.auto: Host controller not halted, aborting reset.
[    1.439234] xhci-hcd xhci-hcd.11.auto: USB bus 4 deregistered
[    1.439503] xhci-hcd xhci-hcd.11.auto: remove, state 1
[    1.439546] usb usb3: USB disconnect, device number 1
[    1.440204] xhci-hcd xhci-hcd.11.auto: USB bus 3 deregistered
[    1.443344] rockchip-dwc3 usb@fe800000: USB peripheral connected
[    1.515968] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
[    1.516483] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002
[    1.516530] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.516556] usb usb7: Product: EHCI Host Controller
[    1.516579] usb usb7: Manufacturer: Linux 4.4.126 ehci_hcd
[    1.516602] usb usb7: SerialNumber: fe380000.usb
[    1.518050] hub 7-0:1.0: USB hub found
[    1.518171] hub 7-0:1.0: 1 port detected
[    1.520785] ohci-platform fe3a0000.usb: Generic Platform OHCI controller
[    1.521526] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 3
[    1.522180] ohci-platform fe3a0000.usb: irq 29, io mem 0xfe3a0000
[    1.524952] usb 1-1: New USB device found, idVendor=0bda, idProduct=d723
[    1.525000] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.525012] usb 1-1: Product: 802.11n WLAN Adapter
[    1.525022] usb 1-1: Manufacturer: Realtek
[    1.525031] usb 1-1: SerialNumber: 00e04c000001
[    1.526709] rtk_btusb: btusb_probe: usb_interface ffffffc0f0f4d400, bInterfaceNumber 0, idVendor 0x0bda, idProduct 0x0000
[    1.526773] rtk_btusb: get_fw_table_entry: Product id = 0xd723, fw table entry size 47
[    1.526783] rtk_btusb: firmware_info_init: Auto suspend is disabled
[    1.526791] rtk_btusb: btusb_probe: download begining...
[    1.526799] rtk_btusb: btusb_probe: download ending...
[    1.526859] rtk_btusb: btusb_probe: Check bt reset flag 0
[    1.580055] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.580171] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.580392] usb usb3: Product: Generic Platform OHCI controller
[    1.580614] usb usb3: Manufacturer: Linux 4.4.126 ohci_hcd
[    1.580834] usb usb3: SerialNumber: fe3a0000.usb
[    1.582595] hub 3-0:1.0: USB hub found
[    1.582718] hub 3-0:1.0: 1 port detected
[    1.584938] rockchip-pinctrl pinctrl: pin gpio2-24 already requested by backlight; cannot claim for fe310000.dwmmc
[    1.585061] rockchip-pinctrl pinctrl: pin-88 (fe310000.dwmmc) status -22
[    1.585284] rockchip-pinctrl pinctrl: could not request pin 88 (gpio2-24) from group sdio0-cmd  on device rockchip-pinctrl
[    1.585501] dwmmc_rockchip fe310000.dwmmc: Error applying setting, reverse things back
[    1.586675] dwmmc_rockchip fe310000.dwmmc: IDMAC supports 32-bit address mode.
[    1.587150] dwmmc_rockchip fe310000.dwmmc: Using internal DMA controller.
[    1.587298] dwmmc_rockchip fe310000.dwmmc: Version ID is 270a
[    1.587545] dwmmc_rockchip fe310000.dwmmc: DW MMC controller at irq 25,32 bit host data width,256 deep fifo
[    1.587753] dwmmc_rockchip fe310000.dwmmc: 'clock-freq-min-max' property was deprecated.
[    1.588024] dwmmc_rockchip fe310000.dwmmc: No vmmc regulator found
[    1.588178] dwmmc_rockchip fe310000.dwmmc: No vqmmc regulator found
[    1.588421] dwmmc_rockchip fe310000.dwmmc: GPIO lookup for consumer wp
[    1.588443] dwmmc_rockchip fe310000.dwmmc: using device tree for GPIO lookup
[    1.588468] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@fe310000[0]'
[    1.588491] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@fe310000[0]'
[    1.588512] dwmmc_rockchip fe310000.dwmmc: using lookup tables for GPIO lookup
[    1.588534] dwmmc_rockchip fe310000.dwmmc: lookup for GPIO wp failed
[    1.591214] rockchip-dmc dmc: Failed to get leakage
[    1.591453] rockchip-dmc dmc: Failed to get pvtm
[    1.592875] rockchip-dmc dmc: could not find power_model node
[    1.594076] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/hdmi-sound[0]'
[    1.594103] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/hdmi-sound[0]'
[    1.594938] asoc-simple-card hdmi-sound: i2s-hifi <-> ff8a0000.i2s mapping ok
[    1.598143] of_get_named_gpiod_flags: can't parse 'simple-audio-card,hp-det-gpio' property of node '/es8323-sound[0]'
[    1.598174] of_get_named_gpiod_flags: can't parse 'simple-audio-card,mic-det-gpio' property of node '/es8323-sound[0]'
[    1.717723] asoc-simple-card es8323-sound: ES8323 HiFi <-> ff890000.i2s mapping ok
[    1.717881] asoc-simple-card es8323-sound: ASoC: no source widget found for MICBIAS1
[    1.718087] asoc-simple-card es8323-sound: ASoC: Failed to add route MICBIAS1 -> direct -> Mic Jack
[    1.718309] asoc-simple-card es8323-sound: ASoC: no sink widget found for IN1P
[    1.718533] asoc-simple-card es8323-sound: ASoC: Failed to add route Mic Jack -> direct -> IN1P
[    1.718753] asoc-simple-card es8323-sound: ASoC: no source widget found for HPOL
[    1.718974] asoc-simple-card es8323-sound: ASoC: Failed to add route HPOL -> direct -> Headphone Jack
[    1.719199] asoc-simple-card es8323-sound: ASoC: no source widget found for HPOR
[    1.719418] asoc-simple-card es8323-sound: ASoC: Failed to add route HPOR -> direct -> Headphone Jack
[    1.723008] input: rockchip,es8323-codec Headphone Jack as /devices/platform/es8323-sound/sound/card1/input2
[    1.725934] rockchip-cdndp-sound dp-sound: spdif-hifi <-> ff870000.spdif mapping ok
[    1.726113] hdmi-audio-codec hdmi-audio-codec.10.auto: ASoC: Failed to create Playback debugfs file
[    1.727970] input: rockchip-cdndp-sound DP Jack as /devices/platform/dp-sound/sound/card2/input3
[    1.730093] rockchip-pinctrl pinctrl: pin gpio2-24 already requested by backlight; cannot claim for fe310000.dwmmc
[    1.730221] rockchip-pinctrl pinctrl: pin-88 (fe310000.dwmmc) status -22
[    1.730441] rockchip-pinctrl pinctrl: could not request pin 88 (gpio2-24) from group sdio0-cmd  on device rockchip-pinctrl
[    1.730659] dwmmc_rockchip fe310000.dwmmc: Error applying setting, reverse things back
[    1.731788] dwmmc_rockchip fe310000.dwmmc: IDMAC supports 32-bit address mode.
[    1.732239] dwmmc_rockchip fe310000.dwmmc: Using internal DMA controller.
[    1.732447] dwmmc_rockchip fe310000.dwmmc: Version ID is 270a
[    1.732696] dwmmc_rockchip fe310000.dwmmc: DW MMC controller at irq 25,32 bit host data width,256 deep fifo
[    1.732901] dwmmc_rockchip fe310000.dwmmc: 'clock-freq-min-max' property was deprecated.
[    1.733173] dwmmc_rockchip fe310000.dwmmc: No vmmc regulator found
[    1.733326] dwmmc_rockchip fe310000.dwmmc: No vqmmc regulator found
[    1.733570] dwmmc_rockchip fe310000.dwmmc: GPIO lookup for consumer wp
[    1.733592] dwmmc_rockchip fe310000.dwmmc: using device tree for GPIO lookup
[    1.733617] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@fe310000[0]'
[    1.733641] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@fe310000[0]'
[    1.733662] dwmmc_rockchip fe310000.dwmmc: using lookup tables for GPIO lookup
[    1.733684] dwmmc_rockchip fe310000.dwmmc: lookup for GPIO wp failed
[    1.736144] rtc-hym8563 0-0051: setting system clock to 2021-09-17 03:02:45 UTC (1631847765)
[    1.737627] It doesn't contain Rogue gpu
[    1.767399] vdd3v3_pcie: disabling
[    1.767439] vcc_sd: disabling
[    1.767675] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 417; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '-12ac733', rk_ko_ver is '5', built at '10:17:18', on 'Sep  1 2021'.
[    1.767931] Mali: Mali device driver loaded
[    1.768310] input: rk29-keypad as /devices/platform/rockchip-key/input/input4
[    1.770153] rockchip-pinctrl pinctrl: pin gpio2-24 already requested by backlight; cannot claim for fe310000.dwmmc
[    1.770300] rockchip-pinctrl pinctrl: pin gpio3-26 already requested by ff880000.i2s; cannot claim for usb-charge
[    1.770317] rockchip-pinctrl pinctrl: pin-122 (usb-charge) status -22
[    1.770333] rockchip-pinctrl pinctrl: could not request pin 122 (gpio3-26) from group cur-ctl-h  on device rockchip-pinctrl
[    1.770341] rockchip-pinctrl pinctrl: pin-88 (fe310000.dwmmc) status -22
[    1.770349] rockchip-pinctrl pinctrl: could not request pin 88 (gpio2-24) from group sdio0-cmd  on device rockchip-pinctrl
[    1.770368] usb-ext-charge usb-charge: Error applying setting, reverse things back
[    1.770441] usb-ext-charge usb-charge: GPIO lookup for consumer charge-en
[    1.770453] usb-ext-charge usb-charge: using device tree for GPIO lookup
[    1.770487] of_get_named_gpiod_flags: parsed 'charge-en-gpios' property of node '/usb-charge[0]' - status (0)
[    1.770521] usb-ext-charge usb-charge: GPIO lookup for consumer cur-ctl
[    1.770531] usb-ext-charge usb-charge: using device tree for GPIO lookup
[    1.770558] dwmmc_rockchip fe310000.dwmmc: Error applying setting, reverse things back
[    1.770567] of_get_named_gpiod_flags: parsed 'cur-ctl-gpios' property of node '/usb-charge[0]' - status (0)
[    1.770590] usb-ext-charge usb-charge: GPIO lookup for consumer poe-state
[    1.770601] usb-ext-charge usb-charge: using device tree for GPIO lookup
[    1.770630] of_get_named_gpiod_flags: parsed 'poe-state-gpios' property of node '/usb-charge[0]' - status (0)
[    1.770671] of_get_named_gpiod_flags: parsed 'bat-int' property of node '/usb-charge[0]' - status (0)
[    1.771173] usb-ext-charge usb-charge: register ext0 dev0
[    1.771200] usb-ext-charge usb-charge: uec get notify
[    1.771213] usb-ext-charge usb-charge: uec get ufp 1 pd 0
[    1.771228] usb-ext-charge usb-charge:  usb status 1 battery_online 0 poe_online 0
[    1.771245] dwmmc_rockchip fe310000.dwmmc: IDMAC supports 32-bit address mode.
[    1.771252] usb-ext-charge usb-charge: probe success
[    1.771903] dwmmc_rockchip fe310000.dwmmc: Using internal DMA controller.
[    1.772056] dwmmc_rockchip fe310000.dwmmc: Version ID is 270a
[    1.772291] dwmmc_rockchip fe310000.dwmmc: DW MMC controller at irq 25,32 bit host data width,256 deep fifo
[    1.772502] dwmmc_rockchip fe310000.dwmmc: 'clock-freq-min-max' property was deprecated.
[    1.772751] dwmmc_rockchip fe310000.dwmmc: No vmmc regulator found
[    1.772926] dwmmc_rockchip fe310000.dwmmc: No vqmmc regulator found
[    1.773156] dwmmc_rockchip fe310000.dwmmc: GPIO lookup for consumer wp
[    1.773168] dwmmc_rockchip fe310000.dwmmc: using device tree for GPIO lookup
[    1.773181] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@fe310000[0]'
[    1.773193] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@fe310000[0]'
[    1.773204] dwmmc_rockchip fe310000.dwmmc: using lookup tables for GPIO lookup
[    1.773215] dwmmc_rockchip fe310000.dwmmc: lookup for GPIO wp failed
[    1.774580] rockchip-pinctrl pinctrl: pin gpio2-24 already requested by backlight; cannot claim for fe310000.dwmmc
[    1.774642] rockchip-pinctrl pinctrl: pin-88 (fe310000.dwmmc) status -22
[    1.774860] rockchip-pinctrl pinctrl: could not request pin 88 (gpio2-24) from group sdio0-cmd  on device rockchip-pinctrl
[    1.775077] dwmmc_rockchip fe310000.dwmmc: Error applying setting, reverse things back
[    1.775721] dwmmc_rockchip fe310000.dwmmc: IDMAC supports 32-bit address mode.
[    1.775863] dwmmc_rockchip fe310000.dwmmc: Using internal DMA controller.
[    1.776000] dwmmc_rockchip fe310000.dwmmc: Version ID is 270a
[    1.776233] dwmmc_rockchip fe310000.dwmmc: DW MMC controller at irq 25,32 bit host data width,256 deep fifo
[    1.776442] dwmmc_rockchip fe310000.dwmmc: 'clock-freq-min-max' property was deprecated.
[    1.776615] ret 1024 0
[    1.776684] dwmmc_rockchip fe310000.dwmmc: No vmmc regulator found
[    1.776866] dwmmc_rockchip fe310000.dwmmc: No vqmmc regulator found
[    1.777094] dwmmc_rockchip fe310000.dwmmc: GPIO lookup for consumer wp
[    1.777106] dwmmc_rockchip fe310000.dwmmc: using device tree for GPIO lookup
[    1.777119] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@fe310000[0]'
[    1.777131] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@fe310000[0]'
[    1.777142] dwmmc_rockchip fe310000.dwmmc: using lookup tables for GPIO lookup
[    1.777153] dwmmc_rockchip fe310000.dwmmc: lookup for GPIO wp failed
[    1.777476] ALSA device list:
[    1.777500]   #0: rockchip,hdmi
[    1.777509]   #1: rockchip,es8323-codec
[    1.777517]   #2: rockchip-cdndp-sound
[    1.777984] Freeing unused kernel memory: 832K
[    1.781432] init: init first stage started!
[    1.787545] SELinux: 2048 avtab hash slots, 8134 rules.
[    1.794018] SELinux: 2048 avtab hash slots, 8134 rules.
[    1.794047] SELinux:  1 users, 2 roles, 761 types, 0 bools, 1 sens, 1024 cats
[    1.794063] SELinux:  63 classes, 8134 rules
[    1.796058] SELinux:  Completing initialization.
[    1.796073] SELinux:  Setting up existing superblocks.
[    1.860369] audit: type=1403 audit(1631847765.620:2): policy loaded auid=4294967295 ses=4294967295
[    1.861055] init: (Initializing SELinux non-enforcing took 0.08s.)
[    1.864870] init: init second stage started!
[    1.872086] init: Setting ro.rk.soc=rk3399
[    1.872288] init: OK,EMMC DRIVERS INIT OK
[    1.872407] init: property_set("ro.boot.mode", "emmc") failed
[    1.872518] init: property_set("ro.hardware", "rk30board") failed
[    1.875614] init: Running restorecon...
[    1.888387] vendor storage:20160801 ret = 0
[    1.970834] init: waitpid failed: No child processes
[    1.971259] init: (Loading properties from /default.prop took 0.00s.)
[    1.973474] init: (Parsing /init.environ.rc took 0.00s.)
[    1.973930] init: (Parsing /init.usb.rc took 0.00s.)
[    1.975126] init: (Parsing init.rk30board.bootmode.emmc.rc took 0.00s.)
[    1.975995] init: (Parsing init.rk30board.usb.rc took 0.00s.)
[    1.976066] init: (Parsing init.rk30board.environment.rc took 0.00s.)
[    1.976154] init: could not import file '/init.stt_trace.rc' from '/init.debug.rc': No such file or directory
[    1.976354] init: (Parsing /init.logs.rc took 0.00s.)
[    1.976453] init: (Parsing /init.crashlogd.rc took 0.00s.)
[    1.976536] init: (Parsing /init.coredump.rc took 0.00s.)
[    1.976601] init: (Parsing /init.log-watch.rc took 0.00s.)
[    1.976659] init: (Parsing /init.kernel.rc took 0.00s.)
[    1.976760] init: (Parsing /init.debug-charging.rc took 0.00s.)
[    1.976791] init: (Parsing /init.debug.rc took 0.00s.)
[    1.976807] init: (Parsing init.rockchip.rc took 0.00s.)
[    1.977260] init: (Parsing init.connectivity.rc took 0.00s.)
[    1.977314] init: could not import file 'init.box.samba.rc' from '/init.rk30board.rc': No such file or directory
[    1.977446] init: (Parsing init.rk3399.rc took 0.00s.)
[    1.977561] init: init.tablet.rc: 23: invalid keyword 'ioprio'
[    1.977637] init: (Parsing init.tablet.rc took 0.00s.)
[    1.977671] init: could not import file 'init.car.rc' from '/init.rk30board.rc': No such file or directory
[    1.977708] init: could not import file 'init.optee.rc' from '/init.rk30board.rc': No such file or directory
[    1.977724] init: (Parsing /init.rk30board.rc took 0.00s.)
[    1.978453] init: (Parsing /init.usb.configfs.rc took 0.00s.)
[    1.978574] init: (Parsing /init.zygote64_32.rc took 0.00s.)
[    1.978597] init: (Parsing /init.rc took 0.01s.)
[    1.979190] init: Starting service 'ueventd'...
[    1.981288] audit: type=1400 audit(1631847765.740:3): avc:  denied  { getattr } for  pid=1 comm="init" path="/sys/kernel/debug/tracing/trace_marker" dev="tracefs" ino=3200 scontext=u:r:init:s0 tcontext=u:object_r:debugfs_trace_marker:s0 tclass=file permissive=1
[    1.982487] ueventd: ueventd started!
[    1.983184] ueventd: invalid gid 'trace'
[    2.181826] ueventd: Coldboot took 0.20s.
[    2.216605] init: write_file: Unable to open '/proc/self/coredump_filter': No such file or directory
[    2.216655] init: write_file: Unable to open '/proc/sys/kernel/panic_on_stackoverflow': No such file or directory
[    2.216685] init: Waiting for /dev/.coldboot_done...
[    2.216739] init: Waiting for /dev/.coldboot_done took 0.00s.
[    2.216773] init: /dev/hw_random not found
[    2.217273] keychord: using input dev ff420030.pwm for fevent
[    2.225932] init: write_file: Unable to open '/proc/cpu/alignment': No such file or directory
[    2.233516] audit: type=1400 audit(1631847765.993:4): avc:  denied  { relabelto } for  pid=1 comm="init" name="oem" dev="rootfs" ino=9220 scontext=u:r:init:s0 tcontext=u:object_r:oemfs:s0 tclass=dir permissive=1
[    2.233567] audit: type=1400 audit(1631847765.993:5): avc:  denied  { associate } for  pid=1 comm="init" name="oem" dev="rootfs" ino=9220 scontext=u:object_r:oemfs:s0 tcontext=u:object_r:rootfs:s0 tclass=filesystem permissive=1
[    2.233691] audit: type=1400 audit(1631847765.993:6): avc:  denied  { mounton } for  pid=1 comm="init" path="/oem" dev="rootfs" ino=9220 scontext=u:r:init:s0 tcontext=u:object_r:oemfs:s0 tclass=dir permissive=1
[    2.239672] EXT4-fs (mmcblk1p11): mounted filesystem with ordered data mode. Opts: (null)
[    2.239795] Registered swp emulation handler
[    2.239963] init: write_file: Unable to open '/sys/module/rockchip_pm/parameters/policy': No such file or directory
[    2.240691] fs_mgr: Warning: unknown flag resize
[    2.240772] init: /dev/hw_random not found
[    2.240850] init: write_file: Unable to open '/sys/block/mmcblk0/bdi/read_ahead_kb': No such file or directory
[    2.241325] fs_mgr: Warning: unknown flag resize
[    2.245162] EXT4-fs (mmcblk1p10): mounted filesystem with ordered data mode. Opts: noauto_da_alloc
[    2.245250] fs_mgr: __mount(source=/dev/block/platform/fe330000.sdhci/by-name/system,target=/system,type=ext4)=0
[    2.246598] fs_mgr: check_fs(): mount(/dev/block/platform/fe330000.sdhci/by-name/cache,/cache,ext4)=-1: No such file or directory
[    2.247097] fs_mgr: Running /system/bin/e2fsck on /dev/block/platform/fe330000.sdhci/by-name/cache
[    2.253403] random: e2fsck: uninitialized urandom read (40 bytes read, 59 bits of entropy available)
[    2.479540] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
[    2.479540]
[    2.479747] e2fsck: /dev/block/platform/fe330000.sdhci/by-name/cache: recovering journal
[    2.479747]
[    2.479875] e2fsck: Setting free inodes count to 8153 (was 8154)
[    2.479875]
[    2.479918] e2fsck: Setting free blocks count to 30991 (was 30994)
[    2.479918]
[    2.480047] e2fsck: /dev/block/platform/fe330000.sdhci/by-name/cache: clean, 39/8192 files, 1777/32768 blocks
[    2.480047]
[    2.486797] EXT4-fs (mmcblk1p9): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard
[    2.487115] fs_mgr: __mount(source=/dev/block/platform/fe330000.sdhci/by-name/cache,target=/cache,type=ext4)=0
[    2.489648] EXT4-fs (mmcblk1p12): Ignoring removed nomblk_io_submit option
[    2.492648] EXT4-fs (mmcblk1p12): recovery complete
[    2.492764] EXT4-fs (mmcblk1p12): mounted filesystem with ordered data mode. Opts: errors=remount-ro,nomblk_io_submit
[    2.493043] fs_mgr: check_fs(): mount(/dev/block/platform/fe330000.sdhci/by-name/metadata,/metadata,ext4)=0: Success
[    2.515189] fs_mgr: check_fs(): unmount(/metadata) succeeded
[    2.515370] fs_mgr: Running /system/bin/e2fsck on /dev/block/platform/fe330000.sdhci/by-name/metadata
[    2.518875] random: e2fsck: uninitialized urandom read (40 bytes read, 66 bits of entropy available)
[    2.544846] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
[    2.544846]
[    2.544996] e2fsck: /dev/block/platform/fe330000.sdhci/by-name/metadata: clean, 11/1024 files, 1102/4096 blocks (check in 5 mounts)
[    2.544996]
[    2.549138] EXT4-fs (mmcblk1p12): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard
[    2.549309] fs_mgr: __mount(source=/dev/block/platform/fe330000.sdhci/by-name/metadata,target=/metadata,type=ext4)=0
[    2.551015] EXT4-fs (mmcblk1p16): Ignoring removed nomblk_io_submit option
[    2.641393] phy phy-ff770000.syscon:usb2-phy@e450.6: charger = USB_SDP_CHARGER
[    2.650879] EXT4-fs (mmcblk1p16): recovery complete
[    2.651426] EXT4-fs (mmcblk1p16): mounted filesystem with ordered data mode. Opts: errors=remount-ro,nomblk_io_submit
[    2.651647] fs_mgr: check_fs(): mount(/dev/block/platform/fe330000.sdhci/by-name/userdata,/data,ext4)=0: Success
[    2.673977] fs_mgr: check_fs(): unmount(/data) succeeded
[    2.674130] fs_mgr: Running /system/bin/e2fsck on /dev/block/platform/fe330000.sdhci/by-name/userdata
[    2.677038] random: e2fsck: uninitialized urandom read (40 bytes read, 89 bits of entropy available)
[    2.749515] e2fsck: e2fsck 1.42.9 (28-Dec-2013)
[    2.749515]
[    2.749591] e2fsck: /dev/block/platform/fe330000.sdhci/by-name/userdata: clean, 1139/1753088 files, 230433/7003000 blocks
[    2.749591]
[    2.756868] EXT4-fs (mmcblk1p16): mounted filesystem with ordered data mode. Opts: noauto_da_alloc,discard,errors=panic
[    2.757009] fs_mgr: __mount(source=/dev/block/platform/fe330000.sdhci/by-name/userdata,target=/data,type=ext4)=0
[    2.766211] init: (Parsing /system/etc/init/atrace.rc took 0.00s.)
[    2.766635] init: (Parsing /system/etc/init/audioserver.rc took 0.00s.)
[    2.766942] init: (Parsing /system/etc/init/bootanim.rc took 0.00s.)
[    2.767349] init: (Parsing /system/etc/init/bootstat.rc took 0.00s.)
[    2.767661] init: (Parsing /system/etc/init/cameraserver.rc took 0.00s.)
[    2.767972] init: (Parsing /system/etc/init/debuggerd.rc took 0.00s.)
[    2.768325] init: (Parsing /system/etc/init/debuggerd64.rc took 0.00s.)
[    2.768812] init: (Parsing /system/etc/init/drmserver.rc took 0.00s.)
[    2.769477] init: (Parsing /system/etc/init/dumpstate.rc took 0.00s.)
[    2.769996] init: (Parsing /system/etc/init/gatekeeperd.rc took 0.00s.)
[    2.770497] init: (Parsing /system/etc/init/gtinpu.rc took 0.00s.)
[    2.770975] init: (Parsing /system/etc/init/init-debug.rc took 0.00s.)
[    2.771427] init: (Parsing /system/etc/init/installd.rc took 0.00s.)
[    2.771736] init: (Parsing /system/etc/init/keystore.rc took 0.00s.)
[    2.772121] init: (Parsing /system/etc/init/lmkd.rc took 0.00s.)
[    2.772847] init: (Parsing /system/etc/init/logcatd.rc took 0.00s.)
[    2.773346] init: (Parsing /system/etc/init/logd.rc took 0.00s.)
[    2.773806] init: (Parsing /system/etc/init/mdnsd.rc took 0.00s.)
[    2.774284] init: (Parsing /system/etc/init/mediacodec.rc took 0.00s.)
[    2.774750] init: (Parsing /system/etc/init/mediadrmserver.rc took 0.00s.)
[    2.775229] init: (Parsing /system/etc/init/mediaextractor.rc took 0.00s.)
[    2.775785] init: (Parsing /system/etc/init/mediaserver.rc took 0.00s.)
[    2.776252] init: (Parsing /system/etc/init/mtpd.rc took 0.00s.)
[    2.776731] init: (Parsing /system/etc/init/netd.rc took 0.00s.)
[    2.777209] init: (Parsing /system/etc/init/perfprofd.rc took 0.00s.)
[    2.777705] init: (Parsing /system/etc/init/racoon.rc took 0.00s.)
[    2.778196] init: ignored duplicate definition of service 'ril-daemon'init: (Parsing /system/etc/init/rild.rc took 0.00s.)
[    2.778960] init: (Parsing /system/etc/init/servicemanager.rc took 0.00s.)
[    2.779411] init: (Parsing /system/etc/init/surfaceflinger.rc took 0.00s.)
[    2.779937] init: (Parsing /system/etc/init/uncrypt.rc took 0.00s.)
[    2.780418] init: (Parsing /system/etc/init/vdc.rc took 0.00s.)
[    2.780903] init: (Parsing /system/etc/init/vold.rc took 0.00s.)
[    2.784058] init: Starting service 'logd'...
[    2.791000] random: logd: uninitialized urandom read (40 bytes read, 92 bits of entropy available)
[    2.798714] init: insmod: open("/system/lib/modules/ump.ko") failed: No such file or directoryinit: insmod: open("/system/lib/modules/mali.ko") failed: No such file or directory
[    2.829463] logd.auditd: start
[    2.829597] logd.klogd: 2827239468
[    2.881135] midgard_kbase: disagrees about version of symbol module_layout
[    2.883417] init: finit_module for "/system/lib/modules/mali_kbase.ko" failed: Exec format errorinit: insmod: open("/system/lib/modules/rk30_mirroring.ko") failed: No such file or directoryinit: finit_module for "/system/lib/modules/rk29-ipp.ko" failed: Exec format errorinit: insmod: open("/system/lib/modules/pvrsrvkm.ko") failed: No such file or directoryinit: finit_module for "/drmboot.ko" failed: Exec format errorfs_mgr: Warning: unknown flag resize
[    2.886164] zram0: detected capacity change from 0 to 533413888
[    2.890658] random: mkswap: uninitialized urandom read (40 bytes read, 97 bits of entropy available)
[    2.908414] random: mkswap: uninitialized urandom read (16 bytes read, 98 bits of entropy available)
[    2.909701] Adding 520908k swap on /dev/block/zram0.  Priority:-1 extents:1 across:520908k SS
[    2.912042] init: property_set("ro.board.platform", "rk3399") failed
[    2.912562] init: property_set("ro.rk.screenoff_time", "60000") failed
[    2.912947] init: property_set("ro.rk.screenshot_enable", "true") failed
[    2.913117] init: (Loading properties from /system/build.prop took 0.00s.)
[    2.913270] init: (Loading properties from /vendor/build.prop took 0.00s.)
[    2.913471] init: (Loading properties from /factory/factory.prop took 0.00s.)
[    2.913749] fs_mgr: Warning: unknown flag resize
[    2.913959] init: /recovery not specified in fstab
[    2.914631] init: Starting service 'debuggerd'...
[    2.915571] init: Starting service 'debuggerd64'...
[    2.916693] init: Starting service 'vold'...
[    2.919829] init: Not bootcharting.
[    2.920051] random: debuggerd64: uninitialized urandom read (40 bytes read, 98 bits of entropy available)
[    2.922863] random: vold: uninitialized urandom read (40 bytes read, 99 bits of entropy available)
[    2.924061] random: debuggerd: uninitialized urandom read (40 bytes read, 99 bits of entropy available)
[    2.974618] random: vdc: uninitialized urandom read (40 bytes read, 103 bits of entropy available)
[    3.030633] fs_mgr: Warning: unknown flag resize
[    3.058906] init: Starting service 'exec 1 (/system/bin/tzdatacheck)'...
[    3.069530] init: Service 'exec 1 (/system/bin/tzdatacheck)' (pid 230) exited with status 0
[    3.073468] type=1400 audit(1631847766.833:7): avc: denied { setattr } for pid=1 comm="init" name="cifsmanager" dev="mmcblk1p16" ino=868353 scontext=u:r:init:s0 tcontext=u:object_r:cifsmanager_exec:s0 tclass=
[    3.076154] EXT4-fs (mmcblk1p16): Unrecognized mount option "background_gc=on" or missing value
[    3.079008] init: write_file: Unable to open '/proc/sys/kernel/core_pattern': No such file or directory
[    3.079465] init: (Loading properties from /data/local.prop took 0.00s.)
[    3.148972] init: Starting service 'logd-reinit'...
[    3.150036] init: write_file: Unable to open '/proc/sys/vm/min_free_order_shift': No such file or directory
[    3.151772] init: Starting service 'healthd'...
[    3.152192] init: cannot find '/system/bin/displayd' (No such file or directory), disabling 'displayd'
[    3.152846] init: Starting service 'earlylogs'...
[    3.153781] init: Starting service 'lmkd'...
[    3.154680] init: Starting service 'servicemanager'...
[    3.157956] init: Starting service 'surfaceflinger'...
[    3.158370] binder: 233:233 transaction failed 29189/-22, size 0-0 line 2948
[    3.160293] init: SELinux:  Could not stat /sys/devices/system/cpu/cpufreq/interactive: No such file or directory.
[    3.163884] init: write_file: Unable to open '/proc/sys/vm/lazy_vfree_tlb_flush_all_threshold': No such file or directory
[    3.168400] init: Starting service 'exec 2 (/system/bin/busybox)'...
[    3.171686] init: Service 'earlylogs' (pid 234) exited with status 0
[    3.178462] init: Service 'exec 2 (/system/bin/busybox)' (pid 238) exited with status 1
[    3.181298] init: Starting service 'fsud'...
[    3.181998] init: Starting service 'vm_daemon'...
[    3.186069] init: property 'ro.serialno' doesn't exist while expanding '${ro.serialno}'
[    3.186101] init: write: cannot expand '${ro.serialno}'
[    3.186673] type=1400 audit(1631847766.940:8): avc: denied { relabelto } for pid=1 comm="init" name="recovery" dev="tmpfs" ino=9442 scontext=u:r:init:s0 tcontext=u:object_r:recovery_block_device:s0 tclass=lnk_f
[    3.186784] file system registered
[    3.190833] using random self ethernet address
[    3.190860] using random host ethernet address
[    3.190936] init: write_file: Unable to open '/config/usb_gadget/g1/functions/rndis.gs4/wceis': Permission denied
[    3.194035] init: Service 'logd-reinit' (pid 232) exited with status 0
[    3.196811] init: Service 'vm_daemon' (pid 240) exited with status 255
[    3.198390] logd.daemon: reinit
[    3.199150] type=1400 audit(1631847766.940:9): avc: denied { relabelto } for pid=1 comm="init" name="boot" dev="tmpfs" ino=9438 scontext=u:r:init:s0 tcontext=u:object_r:boot_block_device:s0 tclass=lnk_f
[    3.199271] type=1400 audit(1631847766.940:10): avc: denied { getattr } for pid=1 comm="init" path="/system/xbin/fsu" dev="mmcblk1p10" ino=2872 scontext=u:r:init:s0 tcontext=u:object_r:su_exec:s0 tclass=f
[    3.199345] type=1400 audit(1631847766.940:11): avc: denied { execute } for pid=239 comm="init" name="fsu" dev="mmcblk1p10" ino=2872 scontext=u:r:init:s0 tcontext=u:object_r:su_exec:s0 tclass=f
[    3.199663] type=1400 audit(1631847766.940:12): avc: denied { read open } for pid=239 comm="init" path="/system/xbin/fsu" dev="mmcblk1p10" ino=2872 scontext=u:r:init:s0 tcontext=u:object_r:su_exec:s0 tclass=f
[    3.199760] type=1400 audit(1631847766.940:13): avc: denied { transition } for pid=239 comm="init" path="/system/xbin/fsu" dev="mmcblk1p10" ino=2872 scontext=u:r:init:s0 tcontext=u:r:systemdaemon:s0 tclass=proc
[    3.199855] type=1400 audit(1631847766.940:14): avc: denied { entrypoint } for pid=239 comm="init" path="/system/xbin/fsu" dev="mmcblk1p10" ino=2872 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:su_exec:s0 tclass=f
[    3.199937] type=1400 audit(1631847766.943:17): avc: denied { rlimitinh } for pid=239 comm="fsu" scontext=u:r:init:s0 tcontext=u:r:systemdaemon:s0 tclass=proc
[    3.200030] type=1400 audit(1631847766.943:18): avc: denied { siginh } for pid=239 comm="fsu" scontext=u:r:init:s0 tcontext=u:r:systemdaemon:s0 tclass=proc
[    3.200097] type=1400 audit(1631847766.943:19): avc: denied { noatsecure } for pid=239 comm="fsu" scontext=u:r:init:s0 tcontext=u:r:systemdaemon:s0 tclass=proc
[    3.200167] type=1400 audit(1631847766.953:23): avc: denied { read } for pid=239 comm="fsu" path="/system/xbin/fsu" dev="mmcblk1p10" ino=2872 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:su_exec:s0 tclass=f
[    3.200261] type=1400 audit(1631847766.953:24): avc: denied { write } for pid=239 comm="fsu" name="/" dev="tmpfs" ino=11320 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:device:s0 tclass=
[    3.200331] type=1400 audit(1631847766.953:25): avc: denied { add_name } for pid=239 comm="fsu" name="com.koushikdutta.superuser.daemon" scontext=u:r:systemdaemon:s0 tcontext=u:object_r:device:s0 tclass=
[    3.200399] type=1400 audit(1631847766.953:26): avc: denied { create } for pid=239 comm="fsu" name="com.koushikdutta.superuser.daemon" scontext=u:r:systemdaemon:s0 tcontext=u:object_r:device:s0 tclass=
[    3.200493] type=1400 audit(1631847766.953:28): avc: denied { create } for pid=239 comm="fsu" name="server" scontext=u:r:systemdaemon:s0 tcontext=u:object_r:device:s0 tclass=sock_f
[    3.200562] type=1400 audit(1631847766.956:29): avc: denied { setattr } for pid=239 comm="fsu" name="com.koushikdutta.superuser.daemon" dev="tmpfs" ino=9601 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:device:s0 tclass=
[    3.200631] type=1400 audit(1631847766.956:30): avc: denied { setattr } for pid=239 comm="fsu" name="server" dev="tmpfs" ino=1274 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:device:s0 tclass=sock_f
[    3.200726] type=1400 audit(1631847766.960:32): avc: denied { setattr } for pid=1 comm="init" name="mmcblk1p13" dev="tmpfs" ino=9471 scontext=u:r:init:s0 tcontext=u:object_r:block_device:s0 tclass=blk_f
[    3.200795] type=1400 audit(1631847766.960:33): avc: denied { setattr } for pid=1 comm="init" name="mmcblk1p13" dev="tmpfs" ino=9474 scontext=u:r:init:s0 tcontext=u:object_r:block_device:s0 tclass=lnk_f
[    3.203062] init: Starting service 'console'...
[    3.203783] init: Starting service 'adbd'...
[    3.217144] init: Starting service 'ap_log_srv'...
[    3.217753] init: cannot find '/system/bin/update_verifier' (No such file or directory), disabling 'exec 3 (/system/bin/update_verifier)'
[    3.218101] init: Starting service 'ril-daemon'...
[    3.218658] init: cannot find '/system/bin/install-recovery.sh' (No such file or directory), disabling 'flash_recovery'
[    3.218922] init: Starting service 'drmservice'...
[    3.219496] init: cannot find '/system/bin/bplus_helper' (No such file or directory), disabling 'bplus_helper'
[    3.219810] init: Starting service 'up_eth0'...
[    3.221047] init: cannot find '/system/bin/rk_store_keybox' (No such file or directory), disabling 'rk_store_keybox'
[    3.221321] init: Starting service 'akmd'...
[    3.223710] type=1400 audit(1631847766.983:34): avc: denied { create } for pid=248 comm="busybox" scontext=u:r:toolbox:s0 tcontext=u:r:toolbox:s0 tclass=udp_soc
[    3.224041] rockchip-pinctrl pinctrl: pin gpio2-24 already requested by backlight; cannot claim for fe310000.dwmmc
[    3.224054] rockchip-pinctrl pinctrl: pin-88 (fe310000.dwmmc) status -22
[    3.224062] rockchip-pinctrl pinctrl: could not request pin 88 (gpio2-24) from group sdio0-cmd  on device rockchip-pinctrl
[    3.224075] dwmmc_rockchip fe310000.dwmmc: Error applying setting, reverse things back
[    3.224325] dwmmc_rockchip fe310000.dwmmc: IDMAC supports 32-bit address mode.
[    3.224392] init: Starting service 'zygote'...
[    3.224739] type=1400 audit(1631847766.983:35): avc: denied { net_raw } for pid=248 comm="busybox" capability=13 scontext=u:r:toolbox:s0 tcontext=u:r:toolbox:s0 tclass=capabil
[    3.224864] type=1400 audit(1631847766.983:36): avc: denied { ioctl } for pid=248 comm="busybox" path="socket:[16292]" dev="sockfs" ino=16292 ioctlcmd=8913 scontext=u:r:toolbox:s0 tcontext=u:r:toolbox:s0 tclass=udp_soc
[    3.224937] type=1400 audit(1631847766.983:37): avc: denied { net_admin } for pid=248 comm="busybox" capability=12 scontext=u:r:toolbox:s0 tcontext=u:r:toolbox:s0 tclass=capabil
[    3.226981] init: Starting service 'zygote_secondary'...
[    3.229479] dwmmc_rockchip fe310000.dwmmc: Using internal DMA controller.
[    3.229513] dwmmc_rockchip fe310000.dwmmc: Version ID is 270a
[    3.229550] dwmmc_rockchip fe310000.dwmmc: DW MMC controller at irq 25,32 bit host data width,256 deep fifo
[    3.229577] dwmmc_rockchip fe310000.dwmmc: 'clock-freq-min-max' property was deprecated.
[    3.229632] dwmmc_rockchip fe310000.dwmmc: No vmmc regulator found
[    3.229639] dwmmc_rockchip fe310000.dwmmc: No vqmmc regulator found
[    3.229658] dwmmc_rockchip fe310000.dwmmc: GPIO lookup for consumer wp
[    3.229665] dwmmc_rockchip fe310000.dwmmc: using device tree for GPIO lookup
[    3.229675] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@fe310000[0]'
[    3.229683] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@fe310000[0]'
[    3.229690] dwmmc_rockchip fe310000.dwmmc: using lookup tables for GPIO lookup
[    3.229698] dwmmc_rockchip fe310000.dwmmc: lookup for GPIO wp failed
[    3.230814] rk_gmac-dwmac fe300000.ethernet: rk_get_eth_addr: mac address: 5a:95:1b:72:a3:3e
[    3.230833] eth0: device MAC address 5a:95:1b:72:a3:3e
[    3.235800] init: Starting service 'audioserver'...
[    3.238416] init: Starting service 'cameraserver'...
[    3.239454] init: couldn't write 254 to /dev/cpuset/camera-daemon/tasks: No such file or directory
[    3.240790] init: Starting service 'drm'...
[    3.241962] init: Starting service 'installd'...
[    3.243350] init: Starting service 'keystore'...
[    3.245753] init: Starting service 'mediacodec'...
[    3.246929] init: Starting service 'mediadrm'...
[    3.249559] init: Starting service 'mediaextractor'...
[    3.250605] init: Starting service 'media'...
[    3.251609] init: Starting service 'netd'...
[    3.252587] init: Service 'up_eth0' (pid 248) exited with status 0
[    3.252852] init: Service 'akmd' (pid 249) exited with status 254
[    3.253240] init: Starting service 'crashlogd'...
[    3.254031] init: Starting service 'log-watch'...
[    3.255101] init: Starting service 'gatekeeperd'...
[    3.256293] init: Starting service 'perfprofd'...
[    3.405483] random: nonblocking pool is initialized
[    3.462653] type=1400 audit(1631847767.223:38): avc: denied { execute } for pid=278 comm="audioserver" name="sh" dev="mmcblk1p10" ino=427 scontext=u:r:audioserver:s0 tcontext=u:object_r:shell_exec:s0 tclass=f
[    3.465979] type=1400 audit(1631847767.223:39): avc: denied { read open } for pid=278 comm="audioserver" path="/system/bin/sh" dev="mmcblk1p10" ino=427 scontext=u:r:audioserver:s0 tcontext=u:object_r:shell_exec:s0 tclass=f
[    3.466132] type=1400 audit(1631847767.223:40): avc: denied { execute_no_trans } for pid=278 comm="audioserver" path="/system/bin/sh" dev="mmcblk1p10" ino=427 scontext=u:r:audioserver:s0 tcontext=u:object_r:shell_exec:s0 tclass=f
[    3.469572] type=1400 audit(1631847767.230:41): avc: denied { getattr } for pid=278 comm="sh" path="/system/bin/sh" dev="mmcblk1p10" ino=427 scontext=u:r:audioserver:s0 tcontext=u:object_r:shell_exec:s0 tclass=f
[    3.476603] type=1400 audit(1631847767.233:42): avc: denied { getattr } for pid=278 comm="sh" path="/system/xbin/su" dev="mmcblk1p10" ino=2894 scontext=u:r:audioserver:s0 tcontext=u:object_r:su_exec:s0 tclass=f
[    3.476758] type=1400 audit(1631847767.233:43): avc: denied { execute } for pid=278 comm="sh" name="su" dev="mmcblk1p10" ino=2894 scontext=u:r:audioserver:s0 tcontext=u:object_r:su_exec:s0 tclass=f
[    3.476853] type=1400 audit(1631847767.233:44): avc: denied { read open } for pid=279 comm="sh" path="/system/xbin/su" dev="mmcblk1p10" ino=2894 scontext=u:r:audioserver:s0 tcontext=u:object_r:su_exec:s0 tclass=f
[    3.477203] type=1400 audit(1631847767.233:45): avc: denied { execute_no_trans } for pid=279 comm="sh" path="/system/xbin/su" dev="mmcblk1p10" ino=2894 scontext=u:r:audioserver:s0 tcontext=u:object_r:su_exec:s0 tclass=f
[    3.484035] audit: audit_lost=1 audit_rate_limit=20 audit_backlog_limit=64
[    3.484052] audit: rate limit exceeded
[    3.499745] ret = ffffffffffffffff
[    3.556721] init: Untracked pid 284 exited with status 0
[    3.556830] init: Untracked pid 291 exited with status 0
[    3.558119] init: avc:  denied  { set } for property=telephony.lteOnCdmaDevice pid=246 uid=0 gid=1001 scontext=u:r:rild:s0 tcontext=u:object_r:default_prop:s0 tclass=property_service permissive=1
[    3.574144] init: Starting service 'apk_logfs'...
[    3.577092] init: property 'sys.serialno' doesn't exist while expanding '${sys.serialno}'
[    3.577126] init: setprop: cannot expand '${sys.serialno}'
[    3.577330] init: Service 'ap_log_srv' (pid 245) exited with status 0
[    3.590300] init: Untracked pid 301 exited with status 0
[    3.598687] init: Service 'drmservice' (pid 247) exited with status 0
[    3.609558] read descriptors
[    3.609612] read strings
[    3.615350] of_get_named_gpiod_flags: parsed 'rockchip,gpios' property of node '/isp@ff910000[0]' - status (0)
[    3.615369] of_get_named_gpiod_flags: parsed 'rockchip,gpios' property of node '/isp@ff910000[0]' - status (0)
[    3.626900] E:camsys_i2c_write(84): i2c write dev(addr:0x20) failed!,err = -6
[    3.627007] E:camsys_i2c_write(84): i2c write dev(addr:0x6c) failed!,err = -6
[    3.637073] of_get_named_gpiod_flags: parsed 'rockchip,gpios' property of node '/isp@ff920000[0]' - status (0)
[    3.637092] of_get_named_gpiod_flags: parsed 'rockchip,gpios' property of node '/isp@ff920000[0]' - status (0)
[    3.637098] gpio-54 (camsys_gpio): gpiod_request: status -16
[    3.637340] rockchip-pinctrl pinctrl: pin gpio2-11 already requested by ff910000.isp; cannot claim for ff920000.isp
[    3.637364] rockchip-pinctrl pinctrl: pin-75 (ff920000.isp) status -22
[    3.637370] rockchip-pinctrl pinctrl: could not request pin 75 (gpio2-11) from group cif-clkout  on device rockchip-pinctrl
[    3.637376] RockChip-CamSys ff920000.isp: Error applying setting, reverse things back
[    3.637381] E:camsys_mrv_iomux_cb(128): pinctrl_select_state failed!
[    3.648226] E:camsys_i2c_write(84): i2c write dev(addr:0x20) failed!,err = -6
[    3.648332] E:camsys_i2c_write(84): i2c write dev(addr:0x6c) failed!,err = -6
[    3.683029] E:camsys_i2c_write(84): i2c write dev(addr:0x20) failed!,err = -6
[    3.683193] E:camsys_i2c_write(84): i2c write dev(addr:0x6c) failed!,err = -6
[    3.691819] W:camsys_extdev_deregister(334): Extdev(dev_id: 0x1000000) isn't registered in camsys_marvin!
[    3.703893] E:camsys_i2c_write(84): i2c write dev(addr:0x20) failed!,err = -6
[    3.703980] E:camsys_i2c_write(84): i2c write dev(addr:0x6c) failed!,err = -6
[    3.712606] W:camsys_extdev_deregister(334): Extdev(dev_id: 0x2000000) isn't registered in camsys_marvin1!
[    3.737642] E:camsys_i2c_write(84): i2c write dev(addr:0x20) failed!,err = -6
[    3.737726] E:camsys_i2c_write(84): i2c write dev(addr:0x6c) failed!,err = -6
[    3.746502] W:camsys_extdev_deregister(334): Extdev(dev_id: 0x1000000) isn't registered in camsys_marvin!
[    3.761243] E:camsys_i2c_write(84): i2c write dev(addr:0x20) failed!,err = -6
[    3.761329] E:camsys_i2c_write(84): i2c write dev(addr:0x6c) failed!,err = -6
[    3.772512] W:camsys_extdev_deregister(334): Extdev(dev_id: 0x2000000) isn't registered in camsys_marvin1!
[    3.785822] usb-ext-charge usb-charge: adc value = 335
[    3.785855] usb-ext-charge usb-charge:  usb status 1 battery_online 1 poe_online 0
[    3.940281] init: Starting service 'bootanim'...
[    3.997855] android_work: did not send uevent (0 0           (null))
[    4.088091] android_work: sent uevent USB_STATE=CONNECTED
[    4.105076] configfs-gadget gadget: high-speed config #1: b
[    4.105191] android_work: sent uevent USB_STATE=CONFIGURED
[    4.160887] healthd: BatteryCurrentNowPath not found
[    4.160930] healthd: BatteryCycleCountPath not found
[    4.211565] fusb302 7-0022: PD disabled
[    4.548211] Freeing drm_logo memory: 488K
[    5.191052] capability: warning: `system_server' uses 32-bit capabilities (legacy support in use)
[    8.124931] acc_open
[    8.124961] acc_release
[    8.772545] type=1400 audit(1631847772.530:77): avc: denied { search } for pid=265 comm="Binder:265_1" name="489" dev="proc" ino=17662 scontext=u:r:mediaserver:s0 tcontext=u:r:system_server:s0 tclass=
[    8.773360] type=1400 audit(1631847772.530:78): avc: denied { read } for pid=265 comm="Binder:265_1" name="cmdline" dev="proc" ino=1527 scontext=u:r:mediaserver:s0 tcontext=u:r:system_server:s0 tclass=f
[    8.773530] type=1400 audit(1631847772.530:79): avc: denied { open } for pid=265 comm="Binder:265_1" path="/proc/489/cmdline" dev="proc" ino=1527 scontext=u:r:mediaserver:s0 tcontext=u:r:system_server:s0 tclass=f
[    8.927004] sdcardfs version 2.0
[    8.927044] sdcardfs: dev_name -> /data/media
[    8.927052] sdcardfs: options -> fsuid=1023,fsgid=1023,multiuser,mask=6,userid=0,gid=1015,reserved_mb=100
[    8.927061] sdcardfs: mnt -> ffffffc0f0d4a3a0
[    8.927367] sdcardfs: mounted on top of /data/media type ext4
[    8.928172] sdcardfs version 2.0
[    8.928201] sdcardfs: dev_name -> /data/media
[    8.928207] sdcardfs: options -> fsuid=1023,fsgid=1023,multiuser,mask=23,userid=0,gid=9997,reserved_mb=100
[    8.928215] sdcardfs: mnt -> ffffffc0f0d4ba60
[    8.928263] sdcardfs: mounted on top of /data/media type ext4
[    8.928815] sdcardfs version 2.0
[    8.928847] sdcardfs: dev_name -> /data/media
[    8.928853] sdcardfs: options -> fsuid=1023,fsgid=1023,multiuser,mask=7,userid=0,gid=9997,reserved_mb=100
[    8.928861] sdcardfs: mnt -> ffffffc0cd6b48e0
[    8.928907] sdcardfs: mounted on top of /data/media type ext4
[    9.424854] type=1400 audit(1631847773.183:80): avc: denied { execute } for pid=953 comm="ActivityManager" name="sh" dev="mmcblk1p10" ino=427 scontext=u:r:system_server:s0 tcontext=u:object_r:shell_exec:s0 tclass=f
[    9.425908] type=1400 audit(1631847773.183:81): avc: denied { read open } for pid=953 comm="ActivityManager" path="/system/bin/sh" dev="mmcblk1p10" ino=427 scontext=u:r:system_server:s0 tcontext=u:object_r:shell_exec:s0 tclass=f
[    9.426110] type=1400 audit(1631847773.183:82): avc: denied { execute_no_trans } for pid=953 comm="ActivityManager" path="/system/bin/sh" dev="mmcblk1p10" ino=427 scontext=u:r:system_server:s0 tcontext=u:object_r:shell_exec:s0 tclass=f
[    9.426210] type=1400 audit(1631847773.186:83): avc: denied { getattr } for pid=953 comm="sh" path="/system/bin/sh" dev="mmcblk1p10" ino=427 scontext=u:r:system_server:s0 tcontext=u:object_r:shell_exec:s0 tclass=f
[    9.430520] type=1400 audit(1631847773.190:84): avc: denied { getattr } for pid=953 comm="sh" path="/system/xbin/su" dev="mmcblk1p10" ino=2894 scontext=u:r:system_server:s0 tcontext=u:object_r:su_exec:s0 tclass=f
[    9.430710] type=1400 audit(1631847773.190:85): avc: denied { execute } for pid=953 comm="sh" name="su" dev="mmcblk1p10" ino=2894 scontext=u:r:system_server:s0 tcontext=u:object_r:su_exec:s0 tclass=f
[    9.431478] type=1400 audit(1631847773.190:86): avc: denied { read open } for pid=954 comm="sh" path="/system/xbin/su" dev="mmcblk1p10" ino=2894 scontext=u:r:system_server:s0 tcontext=u:object_r:su_exec:s0 tclass=f
[    9.432014] type=1400 audit(1631847773.190:87): avc: denied { execute_no_trans } for pid=954 comm="sh" path="/system/xbin/su" dev="mmcblk1p10" ino=2894 scontext=u:r:system_server:s0 tcontext=u:object_r:su_exec:s0 tclass=f
[    9.432856] type=1400 audit(1631847773.193:88): avc: denied { write } for pid=955 comm="su" name="server" dev="tmpfs" ino=1274 scontext=u:r:system_server:s0 tcontext=u:object_r:device:s0 tclass=sock_f
[    9.433409] type=1400 audit(1631847773.193:89): avc: denied { connectto } for pid=955 comm="su" path="/dev/com.koushikdutta.superuser.daemon/server" scontext=u:r:system_server:s0 tcontext=u:r:systemdaemon:s0 tclass=unix_stream_soc
[    9.434498] type=1400 audit(1631847773.193:90): avc: denied { sys_ptrace } for pid=957 comm="fsu" capability=19 scontext=u:r:systemdaemon:s0 tcontext=u:r:systemdaemon:s0 tclass=capabil
[    9.435021] type=1400 audit(1631847773.193:91): avc: denied { read } for pid=957 comm="fsu" scontext=u:r:systemdaemon:s0 tcontext=u:r:system_server:s0 tclass=f
[    9.435171] type=1400 audit(1631847773.193:92): avc: denied { search } for pid=957 comm="fsu" name="955" dev="proc" ino=1742 scontext=u:r:systemdaemon:s0 tcontext=u:r:system_server:s0 tclass=
[    9.435316] type=1400 audit(1631847773.193:93): avc: denied { read } for pid=957 comm="fsu" name="exe" dev="proc" ino=1748 scontext=u:r:systemdaemon:s0 tcontext=u:r:system_server:s0 tclass=lnk_f
[    9.436094] type=1400 audit(1631847773.193:94): avc: denied { open } for pid=959 comm="fsu" path="/proc/955/cmdline" dev="proc" ino=1744 scontext=u:r:systemdaemon:s0 tcontext=u:r:system_server:s0 tclass=f
[    9.436684] type=1400 audit(1631847773.196:95): avc: denied { setuid } for pid=959 comm="fsu" capability=7 scontext=u:r:systemdaemon:s0 tcontext=u:r:systemdaemon:s0 tclass=capabil
[    9.436823] type=1400 audit(1631847773.196:96): avc: denied { setgid } for pid=959 comm="fsu" capability=6 scontext=u:r:systemdaemon:s0 tcontext=u:r:systemdaemon:s0 tclass=capabil
[    9.436957] audit: audit_lost=32 audit_rate_limit=20 audit_backlog_limit=64
[    9.436967] audit: rate limit exceeded
[    9.465445] init: Untracked pid 957 exited with status 0
[    9.953765] dwhdmi-rockchip ff940000.hdmi: Rate 0 missing; compute N dynamically
[   10.064324] type=1400 audit(1631847773.823:115): avc: denied { getattr } for pid=960 comm="app_process" path="/data/dalvik-cache/arm64" dev="mmcblk1p16" ino=90114 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:dalvikcache_data_file:s0 tclass=
[   10.064566] type=1400 audit(1631847773.823:116): avc: denied { getattr } for pid=960 comm="app_process" path="/data/dalvik-cache/arm64/system@framework@boot.art" dev="mmcblk1p16" ino=90119 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:dalvikcache_data_file:s0 tclass=f
[   10.064970] type=1400 audit(1631847773.823:117): avc: denied { read } for pid=960 comm="app_process" name="system@framework@boot.art" dev="mmcblk1p16" ino=90119 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:dalvikcache_data_file:s0 tclass=f
[   10.065342] type=1400 audit(1631847773.823:118): avc: denied { open } for pid=960 comm="app_process" path="/data/dalvik-cache/arm64/system@framework@boot.art" dev="mmcblk1p16" ino=90119 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:dalvikcache_data_file:s0 tclass=f
[   10.065553] type=1400 audit(1631847773.823:119): avc: denied { lock } for pid=960 comm="app_process" path="/data/dalvik-cache/arm64/system@framework@boot.art" dev="mmcblk1p16" ino=90119 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:dalvikcache_data_file:s0 tclass=f
[   10.065950] type=1400 audit(1631847773.823:120): avc: denied { execute } for pid=960 comm="app_process" path="/data/dalvik-cache/arm64/system@framework@boot.oat" dev="mmcblk1p16" ino=90115 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:dalvikcache_data_file:s0 tclass=f
[   10.067830] type=1400 audit(1631847773.826:121): avc: denied { read } for pid=960 comm="app_process" path=2F6465762F6173686D656D2F64616C76696B2D6E6F6E206D6F76696E67207370616365202864656C6574656429 dev="tmpfs" ino=20868 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:tmpfs:s0 tclass=f
[   10.114266] type=1400 audit(1631847773.873:122): avc: denied { read } for pid=960 comm="main" name="ipv6_route" dev="proc" ino=4026532343 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:proc_net:s0 tclass=f
[   10.114482] type=1400 audit(1631847773.873:123): avc: denied { open } for pid=960 comm="main" path="/proc/960/net/ipv6_route" dev="proc" ino=4026532343 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:proc_net:s0 tclass=f
[   10.114694] type=1400 audit(1631847773.873:124): avc: denied { getattr } for pid=960 comm="main" path="/proc/960/net/ipv6_route" dev="proc" ino=4026532343 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:proc_net:s0 tclass=f
[   10.118603] type=1400 audit(1631847773.876:125): avc: denied { execmem } for pid=960 comm="main" scontext=u:r:systemdaemon:s0 tcontext=u:r:systemdaemon:s0 tclass=proc
[   10.119718] type=1400 audit(1631847773.876:126): avc: denied { execute } for pid=960 comm="main" path="/dev/ashmem" dev="tmpfs" ino=9327 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:ashmem_device:s0 tclass=chr_f
[   10.119968] type=1400 audit(1631847773.876:127): avc: denied { execute } for pid=960 comm="main" path=2F6465762F6173686D656D2F64616C76696B2D6A69742D636F64652D6361636865202864656C6574656429 dev="tmpfs" ino=20897 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:tmpfs:s0 tclass=f
[   10.121733] type=1400 audit(1631847773.880:128): avc: denied { write } for pid=960 comm="main" name="arm64" dev="mmcblk1p16" ino=90114 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:dalvikcache_data_file:s0 tclass=
[   10.122091] type=1400 audit(1631847773.880:129): avc: denied { add_name } for pid=960 comm="main" name="system@framework@am.jar@classes.dex.flock" scontext=u:r:systemdaemon:s0 tcontext=u:object_r:dalvikcache_data_file:s0 tclass=
[   10.122196] type=1400 audit(1631847773.880:130): avc: denied { create } for pid=960 comm="main" name="system@framework@am.jar@classes.dex.flock" scontext=u:r:systemdaemon:s0 tcontext=u:object_r:dalvikcache_data_file:s0 tclass=f
[   10.127137] type=1400 audit(1631847773.886:131): avc: denied { write } for pid=960 comm="main" path="/data/dalvik-cache/arm64/system@framework@am.jar@classes.dex.flock" dev="mmcblk1p16" ino=90221 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:dalvikcache_data_file:s0 tclass=f
[   10.130108] type=1400 audit(1631847773.890:132): avc: denied { remove_name } for pid=960 comm="main" name="system@framework@am.jar@classes.dex.flock" dev="mmcblk1p16" ino=90221 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:dalvikcache_data_file:s0 tclass=
[   10.130367] type=1400 audit(1631847773.890:133): avc: denied { unlink } for pid=960 comm="main" name="system@framework@am.jar@classes.dex.flock" dev="mmcblk1p16" ino=90221 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:dalvikcache_data_file:s0 tclass=f
[   10.157314] type=1400 audit(1631847773.916:134): avc: denied { dac_override } for pid=960 comm="main" capability=1 scontext=u:r:systemdaemon:s0 tcontext=u:r:systemdaemon:s0 tclass=capabil
[   10.176592] E:camsys_i2c_write(84): i2c write dev(addr:0x20) failed!,err = -6
[   10.178398] E:camsys_i2c_write(84): i2c write dev(addr:0x6c) failed!,err = -6
[   10.180701] init: Untracked pid 960 exited with status 0
[   10.187111] W:camsys_extdev_deregister(334): Extdev(dev_id: 0x1000000) isn't registered in camsys_marvin!
[   10.200905] E:camsys_i2c_write(84): i2c write dev(addr:0x20) failed!,err = -6
[   10.201026] E:camsys_i2c_write(84): i2c write dev(addr:0x6c) failed!,err = -6
[   10.209804] W:camsys_extdev_deregister(334): Extdev(dev_id: 0x2000000) isn't registered in camsys_marvin1!
[   10.479315] init: cannot find '/system/bin/glgps' (No such file or directory), disabling 'gpsd'
[   10.479377] init: cannot find '/system/bin/usb_mode_switch.sh' (No such file or directory), disabling 'mode_switch'
[   10.479488] init: Starting service 'tp_mode_switch'...
[   10.480667] init: Starting service 'exec 4 (/system/bin/gti_npu_permission.sh)'...
[   10.482729] audit: audit_lost=58 audit_rate_limit=20 audit_backlog_limit=64
[   10.482764] audit: rate limit exceeded
[   10.510117] init: Service 'tp_mode_switch' (pid 1072) exited with status 1
[   10.690512] init: Service 'exec 4 (/system/bin/gti_npu_permission.sh)' (pid 1073) exited with status 0
[   10.691307] init: Starting service 'exec 5 (/system/bin/bootstat)'...
[   10.717060] init: Service 'exec 5 (/system/bin/bootstat)' (pid 1108) exited with status 0
[   10.717311] init: Starting service 'exec 6 (/system/bin/bootstat)'...
[   10.736249] init: Service 'exec 6 (/system/bin/bootstat)' (pid 1109) exited with status 0
[   10.736514] init: Starting service 'exec 7 (/system/bin/bootstat)'...
[   10.776103] init: Service 'exec 7 (/system/bin/bootstat)' (pid 1119) exited with status 0
[   10.776616] init: Starting service 'exec 8 (/system/bin/bootstat)'...
[   10.805327] init: Service 'exec 8 (/system/bin/bootstat)' (pid 1127) exited with status 0
[   12.891671] type=1400 audit(1631847776.650:168): avc: granted { search } for pid=1329 comm=".update.service" name="recovery" dev="mmcblk1p9" ino=12 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:cache_recovery_fi
[   13.393933] init: Service 'bootanim' is being killed...
[   13.408515] type=1400 audit(1631847777.166:175): avc: denied { sys_ptrace } for pid=1442 comm="fsu" capability=19 scontext=u:r:systemdaemon:s0 tcontext=u:r:systemdaemon:s0 tclass=capabil
[   13.408990] type=1400 audit(1631847777.166:176): avc: denied { read } for pid=1442 comm="fsu" scontext=u:r:systemdaemon:s0 tcontext=u:r:system_app:s0 tclass=f
[   13.409187] type=1400 audit(1631847777.166:177): avc: denied { search } for pid=1442 comm="fsu" name="1440" dev="proc" ino=23587 scontext=u:r:systemdaemon:s0 tcontext=u:r:system_app:s0 tclass=
[   13.409304] type=1400 audit(1631847777.166:178): avc: denied { read } for pid=1442 comm="fsu" name="exe" dev="proc" ino=23588 scontext=u:r:systemdaemon:s0 tcontext=u:r:system_app:s0 tclass=lnk_f
[   13.409843] type=1400 audit(1631847777.170:179): avc: denied { open } for pid=1444 comm="fsu" path="/proc/1440/cmdline" dev="proc" ino=23589 scontext=u:r:systemdaemon:s0 tcontext=u:r:system_app:s0 tclass=f
[   13.410360] type=1400 audit(1631847777.170:180): avc: denied { setuid } for pid=1444 comm="fsu" capability=7 scontext=u:r:systemdaemon:s0 tcontext=u:r:systemdaemon:s0 tclass=capabil
[   13.410486] type=1400 audit(1631847777.170:181): avc: denied { setgid } for pid=1444 comm="fsu" capability=6 scontext=u:r:systemdaemon:s0 tcontext=u:r:systemdaemon:s0 tclass=capabil
[   13.411457] type=1400 audit(1631847777.170:182): avc: denied { execute } for pid=1444 comm="fsu" name="sh" dev="mmcblk1p10" ino=427 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:shell_exec:s0 tclass=f
[   13.411679] type=1400 audit(1631847777.170:183): avc: denied { read open } for pid=1444 comm="fsu" path="/system/bin/sh" dev="mmcblk1p10" ino=427 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:shell_exec:s0 tclass=f
[   13.411776] type=1400 audit(1631847777.170:184): avc: denied { execute_no_trans } for pid=1444 comm="fsu" path="/system/bin/sh" dev="mmcblk1p10" ino=427 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:shell_exec:s0 tclass=f
[   13.411856] type=1400 audit(1631847777.170:185): avc: denied { execute } for pid=1445 comm="fsu" name="app_process64" dev="mmcblk1p10" ino=165 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:zygote_exec:s0 tclass=f
[   13.412253] type=1400 audit(1631847777.170:186): avc: denied { read open } for pid=1445 comm="fsu" path="/system/bin/app_process64" dev="mmcblk1p10" ino=165 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:zygote_exec:s0 tclass=f
[   13.412493] type=1400 audit(1631847777.170:187): avc: denied { execute_no_trans } for pid=1445 comm="fsu" path="/system/bin/app_process64" dev="mmcblk1p10" ino=165 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:zygote_exec:s0 tclass=f
[   13.413639] audit: audit_lost=83 audit_rate_limit=20 audit_backlog_limit=64
[   13.413660] audit: rate limit exceeded
[   13.421752] init: Service 'bootanim' (pid 376) killed by signal 9
[   13.435016] init: Untracked pid 1442 exited with status 0
[   13.498052] init: Untracked pid 1450 exited with status 0
[   13.535096] init: avc:  denied  { set } for property=devicetest.bootcomplete pid=1311 uid=1000 gid=1000 scontext=u:r:system_app:s0 tcontext=u:object_r:default_prop:s0 tclass=property_service permissive=1
[   13.931254] type=1400 audit(1631847777.690:207): avc: denied { read } for pid=1445 comm="main" name="ipv6_route" dev="proc" ino=4026532343 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:proc_net:s0 tclass=f
[   13.931542] type=1400 audit(1631847777.690:208): avc: denied { open } for pid=1445 comm="main" path="/proc/1445/net/ipv6_route" dev="proc" ino=4026532343 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:proc_net:s0 tclass=f
[   13.933274] type=1400 audit(1631847777.690:209): avc: denied { getattr } for pid=1445 comm="main" path="/proc/1445/net/ipv6_route" dev="proc" ino=4026532343 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:proc_net:s0 tclass=f
[   13.935174] type=1400 audit(1631847777.693:210): avc: denied { execmem } for pid=1445 comm="main" scontext=u:r:systemdaemon:s0 tcontext=u:r:systemdaemon:s0 tclass=proc
[   13.935528] type=1400 audit(1631847777.693:211): avc: denied { execute } for pid=1445 comm="main" path="/dev/ashmem" dev="tmpfs" ino=9327 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:ashmem_device:s0 tclass=chr_f
[   13.936087] type=1400 audit(1631847777.693:212): avc: denied { execute } for pid=1445 comm="main" path=2F6465762F6173686D656D2F64616C76696B2D6A69742D636F64652D6361636865202864656C6574656429 dev="tmpfs" ino=21287 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:tmpfs:s0 tclass=f
[   13.937543] type=1400 audit(1631847777.696:213): avc: denied { write } for pid=1445 comm="main" name="arm64" dev="mmcblk1p16" ino=90114 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:dalvikcache_data_file:s0 tclass=
[   13.937797] type=1400 audit(1631847777.696:214): avc: denied { add_name } for pid=1445 comm="main" name="system@framework@am.jar@classes.dex.flock" scontext=u:r:systemdaemon:s0 tcontext=u:object_r:dalvikcache_data_file:s0 tclass=
[   13.937983] type=1400 audit(1631847777.696:215): avc: denied { create } for pid=1445 comm="main" name="system@framework@am.jar@classes.dex.flock" scontext=u:r:systemdaemon:s0 tcontext=u:object_r:dalvikcache_data_file:s0 tclass=f
[   13.939490] type=1400 audit(1631847777.696:216): avc: denied { write } for pid=1445 comm="main" path="/data/dalvik-cache/arm64/system@framework@am.jar@classes.dex.flock" dev="mmcblk1p16" ino=90218 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:dalvikcache_data_file:s0 tclass=f
[   13.940181] type=1400 audit(1631847777.700:217): avc: denied { remove_name } for pid=1445 comm="main" name="system@framework@am.jar@classes.dex.flock" dev="mmcblk1p16" ino=90218 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:dalvikcache_data_file:s0 tclass=
[   13.940429] type=1400 audit(1631847777.700:218): avc: denied { unlink } for pid=1445 comm="main" name="system@framework@am.jar@classes.dex.flock" dev="mmcblk1p16" ino=90218 scontext=u:r:systemdaemon:s0 tcontext=u:object_r:dalvikcache_data_file:s0 tclass=f
[   13.963925] type=1400 audit(1631847777.723:219): avc: denied { dac_override } for pid=1445 comm="main" capability=1 scontext=u:r:systemdaemon:s0 tcontext=u:r:systemdaemon:s0 tclass=capabil
[   13.964179] type=1400 audit(1631847777.723:220): avc: denied { call } for pid=1445 comm="main" scontext=u:r:systemdaemon:s0 tcontext=u:r:servicemanager:s0 tclass=bin
[   13.964384] type=1400 audit(1631847777.723:221): avc: denied { search } for pid=236 comm="servicemanager" name="1445" dev="proc" ino=1962 scontext=u:r:servicemanager:s0 tcontext=u:r:systemdaemon:s0 tclass=
[   13.964865] type=1400 audit(1631847777.723:222): avc: denied { read } for pid=236 comm="servicemanager" name="current" dev="proc" ino=19125 scontext=u:r:servicemanager:s0 tcontext=u:r:systemdaemon:s0 tclass=f
[   13.965037] type=1400 audit(1631847777.723:223): avc: denied { open } for pid=236 comm="servicemanager" path="/proc/1445/attr/current" dev="proc" ino=19125 scontext=u:r:servicemanager:s0 tcontext=u:r:systemdaemon:s0 tclass=f
[   13.965141] type=1400 audit(1631847777.723:224): avc: denied { getattr } for pid=236 comm="servicemanager" scontext=u:r:servicemanager:s0 tcontext=u:r:systemdaemon:s0 tclass=proc
[   13.966481] type=1400 audit(1631847777.726:225): avc: denied { call } for pid=1445 comm="main" scontext=u:r:systemdaemon:s0 tcontext=u:r:system_server:s0 tclass=bin
[   13.966674] type=1400 audit(1631847777.726:226): avc: denied { transfer } for pid=1445 comm="main" scontext=u:r:systemdaemon:s0 tcontext=u:r:system_server:s0 tclass=bin
[   14.504018] audit: audit_lost=106 audit_rate_limit=20 audit_backlog_limit=64
[   14.504070] audit: rate limit exceeded
[   14.547556] mtp_open
[   14.547683] init: Untracked pid 1453 exited with status 0
[   14.549142] init: Untracked pid 1445 exited with status 0
[   14.974483] type=1400 audit(1631847778.733:232): avc: denied { open } for pid=1589 comm="getprop" path="/dev/__properties__/u:object_r:secureboot_prop:s0" dev="tmpfs" ino=11328 scontext=u:r:shell:s0 tcontext=u:object_r:secureboot_prop:s0 tclass=f
[   14.975303] type=1400 audit(1631847778.733:233): avc: denied { getattr } for pid=1589 comm="getprop" path="/dev/__properties__/u:object_r:secureboot_prop:s0" dev="tmpfs" ino=11328 scontext=u:r:shell:s0 tcontext=u:object_r:secureboot_prop:s0 tclass=f
[   14.975464] type=1400 audit(1631847778.733:234): avc: denied { open } for pid=1589 comm="getprop" path="/dev/__properties__/u:object_r:pppoe_prop:s0" dev="tmpfs" ino=11329 scontext=u:r:shell:s0 tcontext=u:object_r:pppoe_prop:s0 tclass=f
[   14.975619] type=1400 audit(1631847778.733:235): avc: denied { getattr } for pid=1589 comm="getprop" path="/dev/__properties__/u:object_r:pppoe_prop:s0" dev="tmpfs" ino=11329 scontext=u:r:shell:s0 tcontext=u:object_r:pppoe_prop:s0 tclass=f
[   18.850845] type=1400 audit(1631847782.610:236): avc: denied { getattr } for pid=1618 comm="ls" path="/metadata" dev="mmcblk1p12" ino=2 scontext=u:r:shell:s0 tcontext=u:object_r:unlabeled:s0 tclass=
[   24.187025] type=1400 audit(1631847787.946:237): avc: denied { getattr } for pid=1622 comm="ls" path="/mnt/media_rw" dev="tmpfs" ino=16093 scontext=u:r:shell:s0 tcontext=u:object_r:mnt_media_rw_file:s0 tclass=
[   24.188225] type=1400 audit(1631847787.946:238): avc: denied { getattr } for pid=1622 comm="ls" path="/mnt/asec" dev="tmpfs" ino=16091 scontext=u:r:shell:s0 tcontext=u:object_r:asec_apk_file:s0 tclass=
回复

使用道具 举报

403

积分

0

威望

0

贡献

技术达人

Rank: 2

积分
403
发表于 2021-9-17 15:09:36        只看该作者  8#
看了Log,你的spi1 还是没有完全关闭, 还是可以注册到板子上的spi flash

m25p80 spi32766.0: XM25QH128A (16384 Kbytes)

你尝试在最外层dts关闭看看,如在rk3399-roc-pc-plus.dts 文件中添加你的修改

&spi1{
status="disabled";
};

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

友情链接 : 爱板网 电子发烧友论坛 云汉电子社区 粤ICP备14022046号-2
快速回复 返回顶部 返回列表