Rockpi4 + GPIO Display (Waveshare 3.5 RPi C)

Hi,

I and my team have been trying for weeks now to make our Waveshare 3.5 RPI © display work with a Rockpi4A.

The Waveshare display works, I’ve tried it with a Raspberry Pi 4.

I’ve tried with both Ubuntu Server and with Debian Desktop by following ALL THE STEPS listed here :
https://wiki.radxa.com/Rockpi4/hardware/display

No success. SSH server installed. Kernel and rockpi-dtbo updated. hw_intfc config done, sudo apt-get update and installed xorg server. Config for Xorg server, tried with both fb0 and fb1, even thought fb0 was the only one available. Rebooted many times. Ran “startx”.

Has anyone had any success with this that can help? I will greatly appreciate this, it’s an essential feature for our project and we love the ROCKPI, we don’t want to be forced to switch to Raspberry Pi.

Thank you.

I think the Ubuntu server version already contains the driver, all you need is to enable it in hw_intc.conf and install the xserver-xorg-video-fbdev package. Please paste your kernel log.

Update:

It seems the SPI flash and the SPI on the 40P GPIO will conflict, we need to confirm this tomorrow in the office.

Thank you for your response and your help. I switched back to the Ubuntu Server version, I enabled it on hw_intc.conf, updated kernel(>=4.4.154-83) and rockpi4-dtbo(>=0.9) package, installed xserver-xorg-video-fbdev, modified “20-modesetting.conf” and used fb0 since it’s the only one appearing.

Thanks for the update. I will wait your information on whether they conflict and how can I deal with that.

Here’s my kernel log when inputting “dmesg” after:

[ 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] Linux version 4.4.154-95-rockchip-gd2ab1f26e1b3 (root@9b9f38ab9893) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #1 SMP Mon Oct 21 06:42:35 UTC 2019
[ 0.000000] Boot CPU: AArch64 Processor [410fd034]
[ 0.000000] Reserved memory: failed to reserve memory for node ‘drm-logo@00000000’: base 0x0000000000000000, size 0 MiB
[ 0.000000] On node 0 totalpages: 1015296
[ 0.000000] DMA zone: 15864 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 1015296 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: MIGRATE_INFO_TYPE not supported.
[ 0.000000] PERCPU: Embedded 21 pages/cpu @ffffffc0f7ed7000 s46248 r8192 d31576 u86016
[ 0.000000] pcpu-alloc: s46248 r8192 d31576 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: 999432
[ 0.000000] Kernel command line: earlyprintk console=ttyFIQ0,1500000n8 rw init=/sbin/init rootfstype=ext4 rootwait root=PARTUUID=B921B045-1DF0-41C3-AF44-4C6F280D3FAE
[ 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 0xef400000-0xf3400000] (64MB) mapped at [ffffffc0ef400000-ffffffc0f33fffff]
[ 0.000000] Memory: 3902392K/4061184K available (11838K kernel code, 1568K rwdata, 4396K rodata, 1216K init, 778K bss, 158792K reserved, 0K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB)
vmalloc : 0xffffff8008000000 - 0xffffffbdbfff0000 ( 246 GB)
.init : 0xffffff8009060000 - 0xffffff8009190000 ( 1216 KB)
.text : 0xffffff8008080000 - 0xffffff8008c10000 ( 11840 KB)
.rodata : 0xffffff8008c10000 - 0xffffff8009060000 ( 4416 KB)
.data : 0xffffff8009190000 - 0xffffff8009318008 ( 1569 KB)
vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
0xffffffbdc0008000 - 0xffffffbdc3e00000 ( 61 MB actual)
fixed : 0xffffffbffe7fb000 - 0xffffffbffec00000 ( 4116 KB)
PCI I/O : 0xffffffbffee00000 - 0xffffffbfffe00000 ( 16 MB)
memory : 0xffffffc000200000 - 0xffffffc0f8000000 ( 3966 MB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[ 0.000000] 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 @ef100000 (psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GIC: using LPI property table @0x00000000ef090000
[ 0.000000] ITS: Allocated 1792 chunks for LPIs
[ 0.000000] CPU0: found redistributor 0 region 0:0x00000000fef00000
[ 0.000000] CPU0: using LPI pending table @0x00000000ef0a0000
[ 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_mmc_get_phase: invalid clk rate
[ 0.000000] rockchip_mmc_get_phase: invalid clk rate
[ 0.000000] rockchip_mmc_get_phase: invalid clk rate
[ 0.000000] rockchip_mmc_get_phase: invalid clk rate
[ 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.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.001376] Console: colour dummy device 80x25
[ 0.001401] Calibrating delay loop (skipped), value calculated using timer frequency… 48.00 BogoMIPS (lpj=96000)
[ 0.001414] pid_max: default: 32768 minimum: 301
[ 0.001535] Security Framework initialized
[ 0.001546] Yama: becoming mindful.
[ 0.001572] AppArmor: AppArmor disabled by boot time parameter
[ 0.001627] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.001639] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.002418] Initializing cgroup subsys io
[ 0.002438] Initializing cgroup subsys memory
[ 0.002471] Initializing cgroup subsys devices
[ 0.002485] Initializing cgroup subsys freezer
[ 0.002499] Initializing cgroup subsys net_cls
[ 0.002512] Initializing cgroup subsys perf_event
[ 0.002526] Initializing cgroup subsys net_prio
[ 0.002543] Initializing cgroup subsys hugetlb
[ 0.002554] Initializing cgroup subsys pids
[ 0.002595] ftrace: allocating 43190 entries in 169 pages
[ 0.113576] sched-energy: Sched-energy-costs installed from DT
[ 0.113593] CPU0: update cpu_capacity 401
[ 0.113651] ASID allocator initialised with 32768 entries
[ 0.116812] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[ 0.117329] Platform MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[ 0.118668] Detected VIPT I-cache on CPU1
[ 0.118702] CPU1: found redistributor 1 region 0:0x00000000fef20000
[ 0.118731] CPU1: using LPI pending table @0x00000000ef330000
[ 0.118778] CPU1: update cpu_capacity 401
[ 0.118781] CPU1: Booted secondary processor [410fd034]
[ 0.119332] Detected VIPT I-cache on CPU2
[ 0.119352] CPU2: found redistributor 2 region 0:0x00000000fef40000
[ 0.119380] CPU2: using LPI pending table @0x00000000ef360000
[ 0.119407] CPU2: update cpu_capacity 401
[ 0.119410] CPU2: Booted secondary processor [410fd034]
[ 0.119936] Detected VIPT I-cache on CPU3
[ 0.119956] CPU3: found redistributor 3 region 0:0x00000000fef60000
[ 0.119984] CPU3: using LPI pending table @0x00000000ef3c0000
[ 0.120010] CPU3: update cpu_capacity 401
[ 0.120013] CPU3: Booted secondary processor [410fd034]
[ 0.120598] Detected PIPT I-cache on CPU4
[ 0.120626] CPU4: found redistributor 100 region 0:0x00000000fef80000
[ 0.120665] CPU4: using LPI pending table @0x00000000ef3f0000
[ 0.120703] CPU4: update cpu_capacity 1024
[ 0.120706] CPU4: Booted secondary processor [410fd082]
[ 0.121264] Detected PIPT I-cache on CPU5
[ 0.121282] CPU5: found redistributor 101 region 0:0x00000000fefa0000
[ 0.121319] CPU5: using LPI pending table @0x00000000ee820000
[ 0.121346] CPU5: update cpu_capacity 1024
[ 0.121349] CPU5: Booted secondary processor [410fd082]
[ 0.121437] Brought up 6 CPUs
[ 0.121519] SMP: Total of 6 processors activated.
[ 0.121528] CPU features: detected feature: GIC system register CPU interface
[ 0.121540] CPU: All CPU(s) started at EL2
[ 0.121586] alternatives: patching kernel code
[ 0.123008] devtmpfs: initialized
[ 0.139740] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.139765] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.140253] xor: measuring software checksum speed
[ 0.176605] 8regs : 2855.000 MB/sec
[ 0.216668] 8regs_prefetch: 2560.000 MB/sec
[ 0.256731] 32regs : 3192.000 MB/sec
[ 0.296792] 32regs_prefetch: 2844.000 MB/sec
[ 0.296799] xor: using function: 32regs (3192.000 MB/sec)
[ 0.296820] pinctrl core: initialized pinctrl subsystem
[ 0.297054] regulator-dummy: no parameters
[ 0.297654] NET: Registered protocol family 16
[ 0.309596] cpuidle: using governor ladder
[ 0.321617] cpuidle: using governor menu
[ 0.321640] Registered FIQ tty driver
[ 0.321811] vdso: 2 pages (1 code @ ffffff8008c16000, 1 data @ ffffff8009194000)
[ 0.321841] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.322004] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.336903] gpiochip_add_data: registered GPIOs 0 to 31 on device: gpio0
[ 0.336984] gpiochip_add_data: registered GPIOs 32 to 63 on device: gpio1
[ 0.337057] gpiochip_add_data: registered GPIOs 64 to 95 on device: gpio2
[ 0.337133] gpiochip_add_data: registered GPIOs 96 to 127 on device: gpio3
[ 0.337204] gpiochip_add_data: registered GPIOs 128 to 159 on device: gpio4
[ 0.429095] raid6: int64x1 gen() 474 MB/s
[ 0.497179] raid6: int64x1 xor() 417 MB/s
[ 0.565267] raid6: int64x2 gen() 655 MB/s
[ 0.633327] raid6: int64x2 xor() 600 MB/s
[ 0.701464] raid6: int64x4 gen() 920 MB/s
[ 0.769546] raid6: int64x4 xor() 672 MB/s
[ 0.837662] raid6: int64x8 gen() 753 MB/s
[ 0.905750] raid6: int64x8 xor() 625 MB/s
[ 0.973854] raid6: neonx1 gen() 995 MB/s
[ 1.041952] raid6: neonx1 xor() 665 MB/s
[ 1.110093] raid6: neonx2 gen() 1326 MB/s
[ 1.178167] raid6: neonx2 xor() 1001 MB/s
[ 1.246292] raid6: neonx4 gen() 1760 MB/s
[ 1.314382] raid6: neonx4 xor() 1176 MB/s
[ 1.382507] raid6: neonx8 gen() 1695 MB/s
[ 1.450600] raid6: neonx8 xor() 1265 MB/s
[ 1.450606] raid6: using algorithm neonx4 gen() 1760 MB/s
[ 1.450612] raid6: … xor() 1176 MB/s, rmw enabled
[ 1.450617] raid6: using intx1 recovery algorithm
[ 1.451517] of_get_named_gpiod_flags: parsed ‘rockchip,power-ctrl’ property of node ‘/rockchip-suspend[0]’ - status (0)
[ 1.451558] of_get_named_gpiod_flags: parsed ‘rockchip,power-ctrl’ property of node ‘/rockchip-suspend[1]’ - status (0)
[ 1.451791] of_get_named_gpiod_flags: can’t parse ‘gpio’ property of node ‘/vcc1v8-s0[0]’
[ 1.451814] vcc1v8_s0: 1800 mV
[ 1.451995] reg-fixed-voltage vcc1v8-s0: vcc1v8_s0 supplying 1800000uV
[ 1.452046] of_get_named_gpiod_flags: can’t parse ‘gpio’ property of node ‘/vcc-sys[0]’
[ 1.452062] vcc_sys: 5000 mV
[ 1.452223] reg-fixed-voltage vcc-sys: vcc_sys supplying 5000000uV
[ 1.452271] of_get_named_gpiod_flags: can’t parse ‘gpio’ property of node ‘/vcc-phy-regulator[0]’
[ 1.452290] vcc_phy: no parameters
[ 1.452428] reg-fixed-voltage vcc-phy-regulator: vcc_phy supplying 0uV
[ 1.452478] of_get_named_gpiod_flags: can’t parse ‘gpio’ property of node ‘/vcc3v3-sys[0]’
[ 1.452495] reg-fixed-voltage vcc3v3-sys: Looking up vin-supply from device tree
[ 1.452543] vcc3v3_sys: supplied by vcc_sys
[ 1.452552] vcc_sys: could not add device link regulator.4 err -2
[ 1.452593] vcc3v3_sys: 3300 mV
[ 1.452736] reg-fixed-voltage vcc3v3-sys: vcc3v3_sys supplying 3300000uV
[ 1.452896] of_get_named_gpiod_flags: parsed ‘gpio’ property of node ‘/vcc3v3-pcie-regulator[0]’ - status (0)
[ 1.452938] reg-fixed-voltage vcc3v3-pcie-regulator: Looking up vin-supply from device tree
[ 1.452972] vcc3v3_pcie: supplied by vcc3v3_sys
[ 1.452981] vcc3v3_sys: could not add device link regulator.5 err -2
[ 1.453014] vcc3v3_pcie: at 3300 mV
[ 1.453177] reg-fixed-voltage vcc3v3-pcie-regulator: vcc3v3_pcie supplying 0uV
[ 1.453309] of_get_named_gpiod_flags: parsed ‘gpio’ property of node ‘/vcc5v0-host-regulator[0]’ - status (0)
[ 1.453350] reg-fixed-voltage vcc5v0-host-regulator: Looking up vin-supply from device tree
[ 1.453384] vcc5v0_host: supplied by vcc_sys
[ 1.453392] vcc_sys: could not add device link regulator.6 err -2
[ 1.453424] vcc5v0_host: at 5000 mV
[ 1.453575] reg-fixed-voltage vcc5v0-host-regulator: vcc5v0_host supplying 0uV
[ 1.453697] of_get_named_gpiod_flags: parsed ‘gpio’ property of node ‘/vcc5v0-otg-regulator[0]’ - status (0)
[ 1.453735] reg-fixed-voltage vcc5v0-otg-regulator: Looking up vin-supply from device tree
[ 1.453767] vcc5v0_otg: supplied by vcc_sys
[ 1.453776] vcc_sys: could not add device link regulator.7 err -2
[ 1.453819] vcc5v0_otg: at 5000 mV
[ 1.453971] reg-fixed-voltage vcc5v0-otg-regulator: vcc5v0_otg supplying 0uV
[ 1.454536] iommu: Adding device ff650000.vpu_service to group 0
[ 1.454607] iommu: Adding device ff660000.rkvdec to group 1
[ 1.454703] iommu: Adding device ff8f0000.vop to group 2
[ 1.454781] iommu: Adding device ff900000.vop to group 3
[ 1.454859] iommu: Adding device ff910000.rkisp1 to group 4
[ 1.456377] SCSI subsystem initialized
[ 1.456539] libata version 3.00 loaded.
[ 1.456719] usbcore: registered new interface driver usbfs
[ 1.456763] usbcore: registered new interface driver hub
[ 1.456847] usbcore: registered new device driver usb
[ 1.456951] media: Linux media interface: v0.10
[ 1.456987] Linux video capture interface: v2.00
[ 1.457084] pps_core: LinuxPPS API ver. 1 registered
[ 1.457090] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 1.457109] PTP clock support registered
[ 1.458200] Advanced Linux Sound Architecture Driver Initialized.
[ 1.458732] Bluetooth: Core ver 2.21
[ 1.458759] NET: Registered protocol family 31
[ 1.458765] Bluetooth: HCI device and connection manager initialized
[ 1.458776] Bluetooth: HCI socket layer initialized
[ 1.458788] Bluetooth: L2CAP socket layer initialized
[ 1.458814] Bluetooth: SCO socket layer initialized
[ 1.459194] NetLabel: Initializing
[ 1.459200] NetLabel: domain hash size = 128
[ 1.459205] NetLabel: protocols = UNLABELED CIPSOv4
[ 1.459242] NetLabel: unlabeled traffic allowed by default
[ 1.459878] clocksource: Switched to clocksource arch_sys_counter
[ 1.518534] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
[ 1.518758] NET: Registered protocol family 2
[ 1.519209] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 1.519471] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes)
[ 1.520361] TCP: Hash tables configured (established 32768 bind 32768)
[ 1.520484] UDP hash table entries: 2048 (order: 5, 196608 bytes)
[ 1.520694] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes)
[ 1.521053] NET: Registered protocol family 1
[ 1.521242] PCI: CLS 0 bytes, default 64
[ 1.522097] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 1.522184] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 1.525198] audit: initializing netlink subsys (disabled)
[ 1.525245] audit: type=2000 audit(1.452:1): initialized
[ 1.525660] Initialise system trusted keyring
[ 1.526036] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 1.533064] VFS: Disk quotas dquot_6.6.0
[ 1.533223] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.534695] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.535442] fuse init (API version 7.23)
[ 1.536174] JFS: nTxBlock = 8192, nTxLock = 65536
[ 1.542934] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[ 1.545084] Key type big_key registered
[ 1.545161]
TEE Core Framework initialization (ver 1:0.1)
[ 1.545181] TEE armv7 Driver initialization
[ 1.545593] tz_tee_probe: name=“armv7sec”, id=0, pdev_name=“armv7sec.0”
[ 1.545602] TEE core: Alloc the misc device “opteearmtz00” (id=0)
[ 1.545806] TEE Core: Register the misc device “opteearmtz00” (id=0,minor=62)
[ 1.549880] NET: Registered protocol family 38
[ 1.549904] Key type asymmetric registered
[ 1.549914] Asymmetric key parser ‘x509’ registered
[ 1.550096] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 1.550255] io scheduler noop registered
[ 1.550266] io scheduler deadline registered (default)
[ 1.550303] io scheduler cfq registered
[ 1.551141] phy phy-ff770000.syscon:usb2-phy@e450.0: Looking up phy-supply from device tree
[ 1.551242] vcc5v0_host: could not add device link phy-ff770000.syscon:usb2-phy@e450.0 err -2
[ 1.551561] phy phy-ff770000.syscon:usb2-phy@e450.1: Looking up phy-supply from device tree
[ 1.551573] phy phy-ff770000.syscon:usb2-phy@e450.1: Looking up phy-supply property in node /syscon@ff770000/usb2-phy@e450/otg-port failed
[ 1.551795] phy phy-ff770000.syscon:usb2-phy@e450.1: Looking up vbus-supply from device tree
[ 1.551806] phy phy-ff770000.syscon:usb2-phy@e450.1: Looking up vbus-supply property in node /syscon@ff770000/usb2-phy@e450/otg-port failed
[ 1.551818] phy phy-ff770000.syscon:usb2-phy@e450.1: Failed to get VBUS supply regulator
[ 1.552594] phy phy-ff770000.syscon:usb2-phy@e460.2: Looking up phy-supply from device tree
[ 1.552650] vcc5v0_host: could not add device link phy-ff770000.syscon:usb2-phy@e460.2 err -2
[ 1.552905] phy phy-ff770000.syscon:usb2-phy@e460.3: Looking up phy-supply from device tree
[ 1.552916] phy phy-ff770000.syscon:usb2-phy@e460.3: Looking up phy-supply property in node /syscon@ff770000/usb2-phy@e460/otg-port failed
[ 1.553138] phy phy-ff770000.syscon:usb2-phy@e460.3: Looking up vbus-supply from device tree
[ 1.553148] phy phy-ff770000.syscon:usb2-phy@e460.3: Looking up vbus-supply property in node /syscon@ff770000/usb2-phy@e460/otg-port failed
[ 1.553160] phy phy-ff770000.syscon:usb2-phy@e460.3: Failed to get VBUS supply regulator
[ 1.554309] phy phy-ff770000.syscon:phy@f780.4: Looking up phy-supply from device tree
[ 1.554319] phy phy-ff770000.syscon:phy@f780.4: Looking up phy-supply property in node /syscon@ff770000/phy@f780 failed
[ 1.555064] phy phy-ff7c0000.phy.5: Looking up phy-supply from device tree
[ 1.555074] phy phy-ff7c0000.phy.5: Looking up phy-supply property in node /phy@ff7c0000/dp-port failed
[ 1.555173] phy phy-ff7c0000.phy.6: Looking up phy-supply from device tree
[ 1.555183] phy phy-ff7c0000.phy.6: Looking up phy-supply property in node /phy@ff7c0000/usb3-port failed
[ 1.555580] phy phy-ff800000.phy.7: Looking up phy-supply from device tree
[ 1.555590] phy phy-ff800000.phy.7: Looking up phy-supply property in node /phy@ff800000/dp-port failed
[ 1.555680] phy phy-ff800000.phy.8: Looking up phy-supply from device tree
[ 1.555689] phy phy-ff800000.phy.8: Looking up phy-supply property in node /phy@ff800000/usb3-port failed
[ 1.556063] phy phy-pcie-phy.9: Looking up phy-supply from device tree
[ 1.556073] phy phy-pcie-phy.9: Looking up phy-supply property in node /pcie-phy failed
[ 1.557488] rockchip-pcie f8000000.pcie: GPIO lookup for consumer ep
[ 1.557499] rockchip-pcie f8000000.pcie: using device tree for GPIO lookup
[ 1.557527] of_get_named_gpiod_flags: parsed ‘ep-gpios’ property of node ‘/pcie@f8000000[0]’ - status (0)
[ 1.557766] rockchip-pcie f8000000.pcie: Looking up vpcie3v3-supply from device tree
[ 1.557776] rockchip-pcie f8000000.pcie: Looking up vpcie3v3-supply property in node /pcie@f8000000 failed
[ 1.557788] rockchip-pcie f8000000.pcie: no vpcie3v3 regulator found
[ 1.557796] rockchip-pcie f8000000.pcie: Looking up vpcie1v8-supply from device tree
[ 1.557805] rockchip-pcie f8000000.pcie: Looking up vpcie1v8-supply property in node /pcie@f8000000 failed
[ 1.557815] rockchip-pcie f8000000.pcie: no vpcie1v8 regulator found
[ 1.557823] rockchip-pcie f8000000.pcie: Looking up vpcie0v9-supply from device tree
[ 1.557832] rockchip-pcie f8000000.pcie: Looking up vpcie0v9-supply property in node /pcie@f8000000 failed
[ 1.557842] rockchip-pcie f8000000.pcie: no vpcie0v9 regulator found
[ 2.103929] rockchip-pcie f8000000.pcie: PCIe link training gen1 timeout!
[ 2.104059] rockchip-pcie: probe of f8000000.pcie failed with error -110
[ 2.105144] rk-vcodec ff650000.vpu_service: Looking up vcodec-supply from device tree
[ 2.105160] rk-vcodec ff650000.vpu_service: Looking up vcodec-supply property in node /vpu_service@ff650000 failed
[ 2.105184] rk-vcodec ff650000.vpu_service: no regulator for vcodec
[ 2.105545] rk-vcodec ff650000.vpu_service: probe device
[ 2.105854] rk-vcodec ff650000.vpu_service: drm allocator with mmu enabled
[ 2.106604] rk-vcodec ff650000.vpu_service: could not find power_model node
[ 2.106616] rk-vcodec ff650000.vpu_service: init success
[ 2.106992] rk-vcodec ff660000.rkvdec: Looking up vcodec-supply from device tree
[ 2.107007] rk-vcodec ff660000.rkvdec: Looking up vcodec-supply property in node /rkvdec@ff660000 failed
[ 2.107027] rk-vcodec ff660000.rkvdec: no regulator for vcodec
[ 2.107522] rk-vcodec ff660000.rkvdec: probe device
[ 2.107739] rk-vcodec ff660000.rkvdec: drm allocator with mmu enabled
[ 2.108168] rk-vcodec ff660000.rkvdec: could not find power_model node
[ 2.108177] rk-vcodec ff660000.rkvdec: init success
[ 2.109590] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 2.109600] dma-pl330 ff6d0000.dma-controller: DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
[ 2.111047] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 2.111058] dma-pl330 ff6e0000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[ 2.111437] pwm-regulator vdd-log: GPIO lookup for consumer enable
[ 2.111446] pwm-regulator vdd-log: using device tree for GPIO lookup
[ 2.111456] of_get_named_gpiod_flags: can’t parse ‘enable-gpios’ property of node ‘/vdd-log[0]’
[ 2.111464] of_get_named_gpiod_flags: can’t parse ‘enable-gpio’ property of node ‘/vdd-log[0]’
[ 2.111472] pwm-regulator vdd-log: using lookup tables for GPIO lookup
[ 2.111481] pwm-regulator vdd-log: lookup for GPIO enable failed
[ 2.111503] pwm-regulator vdd-log: Looking up pwm-supply from device tree
[ 2.111512] pwm-regulator vdd-log: Looking up pwm-supply property in node /vdd-log failed
[ 2.111556] vdd_log: 800 <–> 1400 mV at 800 mV
[ 2.111723] pwm-regulator vdd-log: Looking up pwm-supply from device tree
[ 2.111734] pwm-regulator vdd-log: Looking up pwm-supply property in node /vdd-log failed
[ 2.111784] pwm-regulator vdd-log: Looking up pwm-supply from device tree
[ 2.111794] pwm-regulator vdd-log: Looking up pwm-supply property in node /vdd-log failed
[ 2.112198] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled
[ 2.113830] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 37, base_baud = 1500000) is a 16550A
[ 2.114429] ff1a0000.serial: ttyS2 at MMIO 0xff1a0000 (irq = 38, base_baud = 1500000) is a 16550A
[ 2.115440] [drm] Initialized drm 1.1.0 20060810
[ 2.118741] [drm] Rockchip DRM driver version: v1.0.1
[ 2.119063] rockchip-drm display-subsystem: dmc is disabled
[ 2.119349] rockchip-vop ff900000.vop: missing rockchip,grf property
[ 2.119613] rockchip-drm display-subsystem: bound ff900000.vop (ops 0xffffff8008cce128)
[ 2.119654] rockchip-vop ff8f0000.vop: missing rockchip,grf property
[ 2.119831] rockchip-drm display-subsystem: bound ff8f0000.vop (ops 0xffffff8008cce128)
[ 2.120109] i2c i2c-9: of_i2c: modalias failure on /hdmi@ff940000/ports
[ 2.120124] dwhdmi-rockchip ff940000.hdmi: registered DesignWare HDMI I2C bus driver
[ 2.120229] dwhdmi-rockchip ff940000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
[ 2.120876] rockchip-drm display-subsystem: bound ff940000.hdmi (ops 0xffffff8008cc4880)

[ 2.120885] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 2.120891] [drm] No driver support for vblank timestamp query.
[ 2.121053] rockchip-drm display-subsystem: failed to parse loader memory
[ 2.121080] rockchip-drm display-subsystem: No connectors reported connected with modes
[ 2.121116] [drm] Cannot find any crtc or sizes - going 1024x768
[ 2.132514] Console: switching to colour frame buffer device 128x48
[ 2.138723] rockchip-drm display-subsystem: fb0: frame buffer device
[ 2.150183] mali ff9a0000.gpu: Looking up mali-supply from device tree
[ 2.150207] mali ff9a0000.gpu: Failed to get regulator
[ 2.150215] mali ff9a0000.gpu: Power control initialization failed
[ 2.150556] Unable to detect cache hierarchy for CPU 0
[ 2.151328] brd: module loaded
[ 2.156616] loop: module loaded
[ 2.156928] lkdtm: No crash points registered, enable through debugfs
[ 2.158295] CAN device driver interface
[ 2.159159] rk_gmac-dwmac fe300000.ethernet: Looking up phy-supply from device tree
[ 2.159238] rk_gmac-dwmac fe300000.ethernet: clock input or output? (input).
[ 2.159249] rk_gmac-dwmac fe300000.ethernet: TX delay(0x28).
[ 2.159258] rk_gmac-dwmac fe300000.ethernet: RX delay(0x11).
[ 2.159281] rk_gmac-dwmac fe300000.ethernet: integrated PHY? (no).
[ 2.159451] rk_gmac-dwmac fe300000.ethernet: cannot get clock clk_mac_speed
[ 2.159458] rk_gmac-dwmac fe300000.ethernet: clock input from PHY
[ 2.164472] rk_gmac-dwmac fe300000.ethernet: init for RGMII
[ 2.164594] stmmac - user ID: 0x10, Synopsys ID: 0x35
[ 2.164600] Ring mode enabled
[ 2.164605] DMA HW capability register supported
[ 2.164610] Normal descriptors
[ 2.164616] RX Checksum Offload Engine supported (type 2)
[ 2.164620] TX Checksum insertion supported
[ 2.164625] Wake-Up On Lan supported
[ 2.164662] Enable RX Mitigation via HW Watchdog Timer
[ 2.164763] of_get_named_gpiod_flags: parsed ‘snps,reset-gpio’ property of node ‘/ethernet@fe300000[0]’ - status (0)
[ 2.239170] libphy: stmmac: probed
[ 2.239179] eth%d: PHY ID 001cc915 at 0 IRQ POLL (stmmac-0:00) active
[ 2.239187] eth%d: PHY ID 001cc915 at 1 IRQ POLL (stmmac-0:01)
[ 2.240516] Rockchip WiFi SYS interface (V1.00) …
[ 2.240654] usbcore: registered new interface driver cdc_ether
[ 2.240714] usbcore: registered new interface driver rndis_host
[ 2.247584] rockchip-dwc3 usb0: fail to get drvdata hcd
[ 2.887961] phy phy-ff770000.syscon:usb2-phy@e450.1: charger = USB_FLOATING_CHARGER
[ 2.892961] rockchip-dwc3 usb1: fail to get drvdata hcd
[ 2.894598] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 2.894623] ehci-pci: EHCI PCI platform driver
[ 2.894709] ehci-platform: EHCI generic platform driver
[ 2.898524] ehci-platform fe380000.usb: EHCI Host Controller
[ 2.898777] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 1
[ 2.898921] ehci-platform fe380000.usb: irq 28, io mem 0xfe380000
[ 2.907918] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
[ 2.908152] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.908165] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.908176] usb usb1: Product: EHCI Host Controller
[ 2.908187] usb usb1: Manufacturer: Linux 4.4.154-95-rockchip-gd2ab1f26e1b3 ehci_hcd
[ 2.908197] usb usb1: SerialNumber: fe380000.usb
[ 2.908844] hub 1-0:1.0: USB hub found
[ 2.908883] hub 1-0:1.0: 1 port detected
[ 2.913040] ehci-platform fe3c0000.usb: EHCI Host Controller
[ 2.913291] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 2
[ 2.913427] ehci-platform fe3c0000.usb: irq 30, io mem 0xfe3c0000
[ 2.923978] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
[ 2.924365] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.924378] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.924389] usb usb2: Product: EHCI Host Controller
[ 2.924399] usb usb2: Manufacturer: Linux 4.4.154-95-rockchip-gd2ab1f26e1b3 ehci_hcd
[ 2.924409] usb usb2: SerialNumber: fe3c0000.usb
[ 2.924973] hub 2-0:1.0: USB hub found
[ 2.925015] hub 2-0:1.0: 1 port detected
[ 2.925812] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 2.925839] ohci-platform: OHCI generic platform driver
[ 2.926292] ohci-platform fe3a0000.usb: Generic Platform OHCI controller
[ 2.926524] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 3
[ 2.926652] ohci-platform fe3a0000.usb: irq 29, io mem 0xfe3a0000
[ 2.984076] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.984087] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.984096] usb usb3: Product: Generic Platform OHCI controller
[ 2.984104] usb usb3: Manufacturer: Linux 4.4.154-95-rockchip-gd2ab1f26e1b3 ohci_hcd
[ 2.984111] usb usb3: SerialNumber: fe3a0000.usb
[ 2.984666] hub 3-0:1.0: USB hub found
[ 2.984707] hub 3-0:1.0: 1 port detected
[ 2.985434] ohci-platform fe3e0000.usb: Generic Platform OHCI controller
[ 2.985689] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 4
[ 2.985803] ohci-platform fe3e0000.usb: irq 31, io mem 0xfe3e0000
[ 3.044101] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.044113] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.044124] usb usb4: Product: Generic Platform OHCI controller
[ 3.044135] usb usb4: Manufacturer: Linux 4.4.154-95-rockchip-gd2ab1f26e1b3 ohci_hcd
[ 3.044144] usb usb4: SerialNumber: fe3e0000.usb
[ 3.044752] hub 4-0:1.0: USB hub found
[ 3.044791] hub 4-0:1.0: 1 port detected
[ 3.046893] usbcore: registered new interface driver iforce
[ 3.046983] usbcore: registered new interface driver xpad
[ 3.047515] usbcore: registered new interface driver usbtouchscreen
[ 3.048432] i2c /dev entries driver
[ 3.049875] fan53555-regulator 0-0040: GPIO lookup for consumer vsel
[ 3.049887] fan53555-regulator 0-0040: using device tree for GPIO lookup
[ 3.049928] of_get_named_gpiod_flags: parsed ‘vsel-gpios’ property of node ‘/i2c@ff3c0000/syr827@40[0]’ - status (0)
[ 3.050346] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
[ 3.050369] fan53555-regulator 0-0040: Looking up vin-supply from device tree
[ 3.050443] fan53555-reg: supplied by vcc_sys
[ 3.050457] vcc_sys: could not add device link regulator.9 err -2
[ 3.051645] vdd_cpu_b: 712 <–> 1500 mV at 825 mV
[ 3.052117] pwm-regulator vdd-log: Looking up pwm-supply from device tree
[ 3.052133] pwm-regulator vdd-log: Looking up pwm-supply property in node /vdd-log failed
[ 3.052428] fan53555-regulator 0-0041: GPIO lookup for consumer vsel
[ 3.052439] fan53555-regulator 0-0041: using device tree for GPIO lookup
[ 3.052476] of_get_named_gpiod_flags: parsed ‘vsel-gpios’ property of node ‘/i2c@ff3c0000/syr828@41[0]’ - status (0)
[ 3.052847] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
[ 3.052867] fan53555-regulator 0-0041: Looking up vin-supply from device tree
[ 3.052920] fan53555-reg: supplied by vcc_sys
[ 3.052932] vcc_sys: could not add device link regulator.10 err -2
[ 3.054261] vdd_gpu: 712 <–> 1500 mV at 800 mV
[ 3.054672] pwm-regulator vdd-log: Looking up pwm-supply from device tree
[ 3.054688] pwm-regulator vdd-log: Looking up pwm-supply property in node /vdd-log failed
[ 3.055374] rk808 0-001b: Pmic Chip id: 0x0
[ 3.058278] rk808 0-001b: GPIO lookup for consumer dvs
[ 3.058290] rk808 0-001b: using device tree for GPIO lookup
[ 3.058303] of_get_named_gpiod_flags: can’t parse ‘dvs-gpios’ property of node ‘/i2c@ff3c0000/pmic@1b[0]’
[ 3.058315] of_get_named_gpiod_flags: can’t parse ‘dvs-gpio’ property of node ‘/i2c@ff3c0000/pmic@1b[0]’
[ 3.058325] rk808 0-001b: using lookup tables for GPIO lookup
[ 3.058335] rk808 0-001b: lookup for GPIO dvs failed
[ 3.058346] rk808-regulator rk808-regulator: there is no dvs0 gpio
[ 3.058356] rk808 0-001b: GPIO lookup for consumer dvs
[ 3.058365] rk808 0-001b: using device tree for GPIO lookup
[ 3.058376] of_get_named_gpiod_flags: can’t parse ‘dvs-gpios’ property of node ‘/i2c@ff3c0000/pmic@1b[1]’
[ 3.058387] of_get_named_gpiod_flags: can’t parse ‘dvs-gpio’ property of node ‘/i2c@ff3c0000/pmic@1b[1]’
[ 3.058397] rk808 0-001b: using lookup tables for GPIO lookup
[ 3.058406] rk808 0-001b: lookup for GPIO dvs failed
[ 3.058416] rk808-regulator rk808-regulator: there is no dvs1 gpio
[ 3.058474] rk808 0-001b: Looking up vcc1-supply from device tree
[ 3.058548] DCDC_REG1: supplied by vcc_sys
[ 3.058561] vcc_sys: could not add device link regulator.11 err -2
[ 3.059048] vdd_center: 750 <–> 1350 mV at 900 mV
[ 3.059335] pwm-regulator vdd-log: Looking up pwm-supply from device tree
[ 3.059351] pwm-regulator vdd-log: Looking up pwm-supply property in node /vdd-log failed
[ 3.059409] rk808 0-001b: Looking up vcc2-supply from device tree
[ 3.059464] DCDC_REG2: supplied by vcc_sys
[ 3.059476] vcc_sys: could not add device link regulator.12 err -2
[ 3.059796] vdd_cpu_l: 750 <–> 1350 mV at 850 mV
[ 3.060096] pwm-regulator vdd-log: Looking up pwm-supply from device tree
[ 3.060111] pwm-regulator vdd-log: Looking up pwm-supply property in node /vdd-log failed
[ 3.060163] rk808 0-001b: Looking up vcc3-supply from device tree
[ 3.060214] DCDC_REG3: supplied by vcc_sys
[ 3.060227] vcc_sys: could not add device link regulator.13 err -2
[ 3.060271] vcc_ddr: at 5000 mV
[ 3.060507] pwm-regulator vdd-log: Looking up pwm-supply from device tree
[ 3.060521] pwm-regulator vdd-log: Looking up pwm-supply property in node /vdd-log failed
[ 3.060580] rk808 0-001b: Looking up vcc4-supply from device tree
[ 3.060629] DCDC_REG4: supplied by vcc_sys
[ 3.060645] vcc_sys: could not add device link regulator.14 err -2
[ 3.060837] vcc_1v8: 1800 mV
[ 3.061132] pwm-regulator vdd-log: Looking up pwm-supply from device tree
[ 3.061146] pwm-regulator vdd-log: Looking up pwm-supply property in node /vdd-log failed
[ 3.061208] rk808 0-001b: Looking up vcc6-supply from device tree
[ 3.061257] LDO_REG1: supplied by vcc_sys
[ 3.061268] vcc_sys: could not add device link regulator.15 err -2
[ 3.062130] vcc1v8_codec: 1800 mV
[ 3.062426] pwm-regulator vdd-log: Looking up pwm-supply from device tree
[ 3.062441] pwm-regulator vdd-log: Looking up pwm-supply property in node /vdd-log failed
[ 3.062504] rk808 0-001b: Looking up vcc6-supply from device tree
[ 3.062553] LDO_REG2: supplied by vcc_sys
[ 3.062565] vcc_sys: could not add device link regulator.16 err -2
[ 3.063273] vcca1v8_hdmi: 1800 mV
[ 3.063566] pwm-regulator vdd-log: Looking up pwm-supply from device tree
[ 3.063580] pwm-regulator vdd-log: Looking up pwm-supply property in node /vdd-log failed
[ 3.063647] rk808 0-001b: Looking up vcc7-supply from device tree
[ 3.063696] LDO_REG3: supplied by vcc_sys
[ 3.063708] vcc_sys: could not add device link regulator.17 err -2
[ 3.064420] vcca_1v8: 1800 mV
[ 3.064684] pwm-regulator vdd-log: Looking up pwm-supply from device tree
[ 3.064698] pwm-regulator vdd-log: Looking up pwm-supply property in node /vdd-log failed
[ 3.064766] rk808 0-001b: Looking up vcc9-supply from device tree
[ 3.064815] LDO_REG4: supplied by vcc_sys
[ 3.064827] vcc_sys: could not add device link regulator.18 err -2
[ 3.065568] vcc_sd: 1800 <–> 3000 mV at 3000 mV
[ 3.065831] pwm-regulator vdd-log: Looking up pwm-supply from device tree
[ 3.065845] pwm-regulator vdd-log: Looking up pwm-supply property in node /vdd-log failed
[ 3.065915] rk808 0-001b: Looking up vcc9-supply from device tree
[ 3.065964] LDO_REG5: supplied by vcc_sys
[ 3.065976] vcc_sys: could not add device link regulator.19 err -2
[ 3.066714] vcc3v0_sd: 3000 mV
[ 3.066976] pwm-regulator vdd-log: Looking up pwm-supply from device tree
[ 3.066990] pwm-regulator vdd-log: Looking up pwm-supply property in node /vdd-log failed
[ 3.067065] rk808 0-001b: Looking up vcc10-supply from device tree
[ 3.067115] LDO_REG6: supplied by vcc_sys
[ 3.067126] vcc_sys: could not add device link regulator.20 err -2
[ 3.067841] vcc_1v5: 1500 mV
[ 3.068171] pwm-regulator vdd-log: Looking up pwm-supply from device tree
[ 3.068185] pwm-regulator vdd-log: Looking up pwm-supply property in node /vdd-log failed
[ 3.068267] rk808 0-001b: Looking up vcc7-supply from device tree
[ 3.068318] LDO_REG7: supplied by vcc_sys
[ 3.068329] vcc_sys: could not add device link regulator.21 err -2
[ 3.069039] vcca0v9_hdmi: 900 mV
[ 3.069343] pwm-regulator vdd-log: Looking up pwm-supply from device tree
[ 3.069357] pwm-regulator vdd-log: Looking up pwm-supply property in node /vdd-log failed
[ 3.069442] rk808 0-001b: Looking up vcc11-supply from device tree
[ 3.069491] LDO_REG8: supplied by vcc_sys
[ 3.069504] vcc_sys: could not add device link regulator.22 err -2
[ 3.070212] vcc_3v0: 3000 mV
[ 3.070505] pwm-regulator vdd-log: Looking up pwm-supply from device tree
[ 3.070519] pwm-regulator vdd-log: Looking up pwm-supply property in node /vdd-log failed
[ 3.070592] rk808 0-001b: Looking up vcc8-supply from device tree
[ 3.070643] SWITCH_REG1: supplied by vcc3v3_sys
[ 3.070656] vcc3v3_sys: could not add device link regulator.23 err -2
[ 3.070701] vcc3v3_s3: at 3300 mV
[ 3.070958] pwm-regulator vdd-log: Looking up pwm-supply from device tree
[ 3.070972] pwm-regulator vdd-log: Looking up pwm-supply property in node /vdd-log failed
[ 3.071048] rk808 0-001b: Looking up vcc12-supply from device tree
[ 3.071097] SWITCH_REG2: supplied by vcc3v3_sys
[ 3.071109] vcc3v3_sys: could not add device link regulator.24 err -2
[ 3.071151] vcc3v3_s0: at 3300 mV
[ 3.071387] pwm-regulator vdd-log: Looking up pwm-supply from device tree
[ 3.071401] pwm-regulator vdd-log: Looking up pwm-supply property in node /vdd-log failed
[ 3.074926] rk808-rtc rk808-rtc: rtc core: registered rk808-rtc as rtc0
[ 3.075412] rk3x-i2c ff3c0000.i2c: Initialized RK3xxx I2C bus at ffffff8009bfe000
[ 3.076350] rk3x-i2c ff110000.i2c: Initialized RK3xxx I2C bus at ffffff8009c42000
[ 3.076966] rk3x-i2c ff120000.i2c: Initialized RK3xxx I2C bus at ffffff8009c44000
[ 3.077557] rk3x-i2c ff160000.i2c: Initialized RK3xxx I2C bus at ffffff8009c46000
[ 3.079048] IR NEC protocol handler initialized
[ 3.079061] IR RC5(x/sz) protocol handler initialized
[ 3.079074] IR RC6 protocol handler initialized
[ 3.079085] IR JVC protocol handler initialized
[ 3.079098] IR Sony protocol handler initialized
[ 3.079110] IR SANYO protocol handler initialized
[ 3.079121] IR Sharp protocol handler initialized
[ 3.079134] IR MCE Keyboard/mouse protocol handler initialized
[ 3.079146] IR XMP protocol handler initialized
[ 3.082543] rockchip-sy-mipi-dphy ff770000.syscon:mipi-dphy-rx0: invalid resource
[ 3.082959] usbcore: registered new interface driver uvcvideo
[ 3.082966] USB Video Class driver (1.1.1)
[ 3.083745] rockchip-iodomain ff320000.syscon:io-domains: Looking up pmu1830-supply from device tree
[ 3.084081] rockchip-iodomain ff770000.syscon:io-domains: Looking up bt656-supply from device tree
[ 3.084163] rockchip-iodomain ff770000.syscon:io-domains: Looking up audio-supply from device tree
[ 3.084234] rockchip-iodomain ff770000.syscon:io-domains: Looking up sdmmc-supply from device tree
[ 3.084307] rockchip-iodomain ff770000.syscon:io-domains: Looking up gpio1830-supply from device tree
[ 3.086587] rk_tsadcv2_temp_to_code: Invalid conversion table: code=1023, temperature=2147483647
[ 3.086838] rockchip-thermal ff260000.tsadc: tsadc is probed successfully!
[ 3.088448] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[ 3.088466] Bluetooth: Virtual HCI driver ver 1.5
[ 3.088654] Bluetooth: HCI UART driver ver 2.3
[ 3.088665] Bluetooth: HCI UART protocol H4 registered
[ 3.088672] Bluetooth: HCI UART protocol LL registered
[ 3.088679] Bluetooth: HCI UART protocol ATH3K registered
[ 3.088770] usbcore: registered new interface driver bfusb
[ 3.088854] usbcore: registered new interface driver btusb
[ 3.089520] cpu cpu0: leakage=17
[ 3.089559] cpu cpu0: Looking up cpu-supply from device tree
[ 3.091667] cpu cpu4: leakage=28
[ 3.091704] cpu cpu4: Looking up cpu-supply from device tree
[ 3.094315] cpu cpu0: Looking up cpu-supply from device tree
[ 3.094728] cpu cpu0: Looking up cpu-supply from device tree
[ 3.095644] cpu cpu0: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0
[ 3.096504] cpu cpu4: Looking up cpu-supply from device tree
[ 3.097485] cpu cpu4: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0
[ 3.099425] sdhci: Secure Digital Host Controller Interface driver
[ 3.099433] sdhci: Copyright© Pierre Ossman
[ 3.099447] Synopsys Designware Multimedia Card Interface Driver
[ 3.100767] dwmmc_rockchip fe310000.dwmmc: IDMAC supports 32-bit address mode.
[ 3.100809] dwmmc_rockchip fe310000.dwmmc: Using internal DMA controller.
[ 3.100826] dwmmc_rockchip fe310000.dwmmc: Version ID is 270a
[ 3.100890] dwmmc_rockchip fe310000.dwmmc: DW MMC controller at irq 25,32 bit host data width,256 deep fifo
[ 3.100921] dwmmc_rockchip fe310000.dwmmc: Looking up vmmc-supply from device tree
[ 3.100935] dwmmc_rockchip fe310000.dwmmc: Looking up vmmc-supply property in node /dwmmc@fe310000 failed
[ 3.100975] dwmmc_rockchip fe310000.dwmmc: Looking up vqmmc-supply from device tree
[ 3.100988] dwmmc_rockchip fe310000.dwmmc: Looking up vqmmc-supply property in node /dwmmc@fe310000 failed
[ 3.101009] dwmmc_rockchip fe310000.dwmmc: No vmmc regulator found
[ 3.101018] dwmmc_rockchip fe310000.dwmmc: No vqmmc regulator found
[ 3.101039] dwmmc_rockchip fe310000.dwmmc: GPIO lookup for consumer wp
[ 3.101050] dwmmc_rockchip fe310000.dwmmc: using device tree for GPIO lookup
[ 3.101063] of_get_named_gpiod_flags: can’t parse ‘wp-gpios’ property of node ‘/dwmmc@fe310000[0]’
[ 3.101074] of_get_named_gpiod_flags: can’t parse ‘wp-gpio’ property of node ‘/dwmmc@fe310000[0]’
[ 3.101084] dwmmc_rockchip fe310000.dwmmc: using lookup tables for GPIO lookup
[ 3.101096] dwmmc_rockchip fe310000.dwmmc: lookup for GPIO wp failed
[ 3.102190] dwmmc_rockchip fe320000.dwmmc: IDMAC supports 32-bit address mode.
[ 3.102221] dwmmc_rockchip fe320000.dwmmc: Using internal DMA controller.
[ 3.102236] dwmmc_rockchip fe320000.dwmmc: Version ID is 270a
[ 3.102287] dwmmc_rockchip fe320000.dwmmc: DW MMC controller at irq 26,32 bit host data width,256 deep fifo
[ 3.102312] dwmmc_rockchip fe320000.dwmmc: Looking up vmmc-supply from device tree
[ 3.102326] dwmmc_rockchip fe320000.dwmmc: Looking up vmmc-supply property in node /dwmmc@fe320000 failed
[ 3.102353] dwmmc_rockchip fe320000.dwmmc: Looking up vqmmc-supply from device tree
[ 3.102446] dwmmc_rockchip fe320000.dwmmc: No vmmc regulator found
[ 3.102471] dwmmc_rockchip fe320000.dwmmc: GPIO lookup for consumer cd
[ 3.102481] dwmmc_rockchip fe320000.dwmmc: using device tree for GPIO lookup
[ 3.102493] of_get_named_gpiod_flags: can’t parse ‘cd-gpios’ property of node ‘/dwmmc@fe320000[0]’
[ 3.102505] of_get_named_gpiod_flags: can’t parse ‘cd-gpio’ property of node ‘/dwmmc@fe320000[0]’
[ 3.102515] dwmmc_rockchip fe320000.dwmmc: using lookup tables for GPIO lookup
[ 3.102526] dwmmc_rockchip fe320000.dwmmc: lookup for GPIO cd failed
[ 3.102538] dwmmc_rockchip fe320000.dwmmc: GPIO lookup for consumer wp
[ 3.102548] dwmmc_rockchip fe320000.dwmmc: using device tree for GPIO lookup
[ 3.102559] of_get_named_gpiod_flags: can’t parse ‘wp-gpios’ property of node ‘/dwmmc@fe320000[0]’
[ 3.102570] of_get_named_gpiod_flags: can’t parse ‘wp-gpio’ property of node ‘/dwmmc@fe320000[0]’
[ 3.102579] dwmmc_rockchip fe320000.dwmmc: using lookup tables for GPIO lookup
[ 3.102589] dwmmc_rockchip fe320000.dwmmc: lookup for GPIO wp failed
[ 3.102776] vcc_sd: unsupportable voltage range: 3300000-3000000uV
[ 3.102803] rockchip-iodomain ff770000.syscon:io-domains: Setting to 3000000 done
[ 3.102817] rockchip-iodomain ff770000.syscon:io-domains: Setting to 3000000 done
[ 3.120057] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 3.137068] dwmmc_rockchip fe320000.dwmmc: 1 slots initialized
[ 3.137504] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.138298] sdhci-arasan fe330000.sdhci: GPIO lookup for consumer wp
[ 3.138310] sdhci-arasan fe330000.sdhci: using device tree for GPIO lookup
[ 3.138323] of_get_named_gpiod_flags: can’t parse ‘wp-gpios’ property of node ‘/sdhci@fe330000[0]’
[ 3.138334] of_get_named_gpiod_flags: can’t parse ‘wp-gpio’ property of node ‘/sdhci@fe330000[0]’
[ 3.138345] sdhci-arasan fe330000.sdhci: using lookup tables for GPIO lookup
[ 3.138356] sdhci-arasan fe330000.sdhci: lookup for GPIO wp failed
[ 3.139483] sdhci-arasan fe330000.sdhci: Looking up vmmc-supply from device tree
[ 3.139497] sdhci-arasan fe330000.sdhci: Looking up vmmc-supply property in node /sdhci@fe330000 failed
[ 3.139532] sdhci-arasan fe330000.sdhci: Looking up vqmmc-supply from device tree
[ 3.139546] sdhci-arasan fe330000.sdhci: Looking up vqmmc-supply property in node /sdhci@fe330000 failed
[ 3.139566] sdhci-arasan fe330000.sdhci: No vmmc regulator found
[ 3.139576] sdhci-arasan fe330000.sdhci: No vqmmc regulator found
[ 3.171984] mmc1: SDHCI controller on fe330000.sdhci [fe330000.sdhci] using ADMA
[ 3.172994] of_get_named_gpiod_flags: parsed ‘gpios’ property of node ‘/gpio-leds/user-led1[0]’ - status (0)
[ 3.174246] of_get_named_gpiod_flags: parsed ‘gpios’ property of node ‘/gpio-leds/user-led2[0]’ - status (0)
[ 3.175662] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.175753] hidraw: raw HID events driver © Jiri Kosina
[ 3.179457] usbcore: registered new interface driver usbhid
[ 3.179464] usbhid: USB HID core driver
[ 3.180953] rockchip-saradc ff100000.saradc: Looking up vref-supply from device tree
[ 3.180965] rockchip-saradc ff100000.saradc: Looking up vref-supply property in node /saradc@ff100000 failed
[ 3.180995] ff100000.saradc supply vref not found, using dummy regulator
[ 3.182473] usbcore: registered new interface driver snd-usb-audio
[ 3.183147] of_get_named_gpiod_flags: can’t parse ‘spk-con-gpio’ property of node ‘/i2c@ff110000/es8316@11[0]’
[ 3.183157] es8316 1-0011: Can not read property spk_ctl_gpio
[ 3.183166] of_get_named_gpiod_flags: can’t parse ‘hp-det-gpio’ property of node ‘/i2c@ff110000/es8316@11[0]’
[ 3.183174] es8316 1-0011: Can not read property hp_det_gpio
[ 3.187339] u32 classifier
[ 3.187362] Netfilter messages via NETLINK v0.30.
[ 3.187447] ip_set: protocol 6
[ 3.187647] ip_tables: © 2000-2006 Netfilter Core Team
[ 3.187664] Initializing XFRM netlink socket
[ 3.188269] NET: Registered protocol family 10
[ 3.189308] ip6_tables: © 2000-2006 Netfilter Core Team
[ 3.189323] NET: Registered protocol family 17
[ 3.189347] NET: Registered protocol family 15
[ 3.189381] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[ 3.189410] Bridge firewalling registered
[ 3.189420] can: controller area network core (rev 20120528 abi 9)
[ 3.189585] NET: Registered protocol family 29
[ 3.189845] Bluetooth: RFCOMM socket layer initialized
[ 3.189871] Bluetooth: RFCOMM ver 1.11
[ 3.189890] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 3.189902] Bluetooth: HIDP socket layer initialized
[ 3.189913] 8021q: 802.1Q VLAN Support v1.8
[ 3.189946] [WLAN_RFKILL]: Enter rfkill_wlan_init
[ 3.190217] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[ 3.190268] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6256
[ 3.190274] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[ 3.190281] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
[ 3.190290] of_get_named_gpiod_flags: can’t parse ‘WIFI,poweren_gpio’ property of node ‘/wireless-wlan[0]’
[ 3.190299] of_get_named_gpiod_flags: can’t parse ‘WIFI,vbat_gpio’ property of node ‘/wireless-wlan[0]’
[ 3.190306] of_get_named_gpiod_flags: can’t parse ‘WIFI,reset_gpio’ property of node ‘/wireless-wlan[0]’
[ 3.190346] of_get_named_gpiod_flags: parsed ‘WIFI,host_wake_irq’ property of node ‘/wireless-wlan[0]’ - status (0)
[ 3.190353] [WLAN_RFKILL]: wlan_platdata_parse_dt: get property: WIFI,host_wake_irq = 3, flags = 0.
[ 3.190362] [WLAN_RFKILL]: wlan_platdata_parse_dt: The ref_wifi_clk not found !
[ 3.190368] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[ 3.190376] [WLAN_RFKILL]: Exit rfkill_wlan_probe
[ 3.190430] [BT_RFKILL]: Enter rfkill_rk_init
[ 3.190777] of_get_named_gpiod_flags: parsed ‘uart_rts_gpios’ property of node ‘/wireless-bluetooth[0]’ - status (0)
[ 3.190784] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 83.
[ 3.190795] of_get_named_gpiod_flags: can’t parse ‘BT,power_gpio’ property of node ‘/wireless-bluetooth[0]’
[ 3.190818] of_get_named_gpiod_flags: parsed ‘BT,reset_gpio’ property of node ‘/wireless-bluetooth[0]’ - status (0)
[ 3.190824] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 9.
[ 3.190847] of_get_named_gpiod_flags: parsed ‘BT,wake_gpio’ property of node ‘/wireless-bluetooth[0]’ - status (0)
[ 3.190853] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 91.
[ 3.190875] of_get_named_gpiod_flags: parsed ‘BT,wake_host_irq’ property of node ‘/wireless-bluetooth[0]’ - status (0)
[ 3.190882] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 4.
[ 3.191454] [BT_RFKILL]: Request irq for bt wakeup host
[ 3.191509] [BT_RFKILL]: ** disable irq
[ 3.191666] [BT_RFKILL]: bt_default device registered.
[ 3.191745] Key type dns_resolver registered
[ 3.193019] Registered cp15_barrier emulation handler
[ 3.193208] Registered setend emulation handler
[ 3.194132] registered taskstats version 1
[ 3.194154] Loading compiled-in X.509 certificates
[ 3.196328] Btrfs loaded, integrity-checker=on
[ 3.196399] BTRFS: selftest: Running btrfs free space cache tests
[ 3.196423] BTRFS: selftest: Running extent only tests
[ 3.196440] BTRFS: selftest: Running bitmap only tests
[ 3.196458] BTRFS: selftest: Running bitmap and extent tests
[ 3.196484] BTRFS: selftest: Running space stealing from bitmap to extent
[ 3.197199] BTRFS: selftest: Free space cache tests finished
[ 3.197204] BTRFS: selftest: Running extent buffer operation tests
[ 3.197209] BTRFS: selftest: Running btrfs_split_item tests
[ 3.197243] BTRFS: selftest: Running find delalloc tests
[ 3.231006] mmc1: MAN_BKOPS_EN bit is not set
[ 3.244990] mmc1: new HS400 Enhanced strobe MMC card at address 0001
[ 3.246612] mmcblk1: mmc1:0001 D9D16G 14.5 GiB
[ 3.247653] mmcblk1boot0: mmc1:0001 D9D16G partition 1 4.00 MiB
[ 3.248650] mmcblk1boot1: mmc1:0001 D9D16G partition 2 4.00 MiB
[ 3.249510] mmcblk1rpmb: mmc1:0001 D9D16G partition 3 4.00 MiB
[ 3.259596] mmcblk1: p1 p2 p3 p4 p5
[ 3.368988] BTRFS: selftest: Running btrfs_get_extent tests
[ 3.369107] BTRFS: selftest: Running hole first btrfs_get_extent test
[ 3.369124] BTRFS: selftest: Running outstanding_extents tests
[ 3.369158] BTRFS: selftest: Running qgroup tests
[ 3.369161] BTRFS: selftest: Qgroup basic add
[ 3.369207] BTRFS: selftest: Qgroup multiple refs test
[ 3.394663] Key type encrypted registered
[ 3.395042] mali ff9a0000.gpu: Looking up mali-supply from device tree
[ 3.395628] mali ff9a0000.gpu: GPU identified as 0x0860 r2p0 status 0
[ 3.395930] mali ff9a0000.gpu: Protected mode not available
[ 3.396585] mali ff9a0000.gpu: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0
[ 3.396720] mali ff9a0000.gpu: Using configured power model mali-simple-power-model, and fallback mali-simple-power-model
[ 3.397236] mali ff9a0000.gpu: Probed as mali0
[ 3.403992] xhci-hcd xhci-hcd.8.auto: xHCI Host Controller
[ 3.404741] xhci-hcd xhci-hcd.8.auto: new USB bus registered, assigned bus number 5
[ 3.405017] xhci-hcd xhci-hcd.8.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x02030010
[ 3.405127] xhci-hcd xhci-hcd.8.auto: irq 230, io mem 0xfe800000
[ 3.405507] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.405531] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1

[ 3.405553] usb usb5: Product: xHCI Host Controller
[ 3.405573] usb usb5: Manufacturer: Linux 4.4.154-95-rockchip-gd2ab1f26e1b3 xhci-hcd
[ 3.405593] usb usb5: SerialNumber: xhci-hcd.8.auto
[ 3.406917] hub 5-0:1.0: USB hub found
[ 3.406994] hub 5-0:1.0: 1 port detected
[ 3.407698] xhci-hcd xhci-hcd.8.auto: xHCI Host Controller
[ 3.408441] xhci-hcd xhci-hcd.8.auto: new USB bus registered, assigned bus number 6
[ 3.408609] usb usb6: We don’t know the algorithms for LPM for this host, disabling LPM.
[ 3.408871] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003
[ 3.408895] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.408916] usb usb6: Product: xHCI Host Controller
[ 3.408936] usb usb6: Manufacturer: Linux 4.4.154-95-rockchip-gd2ab1f26e1b3 xhci-hcd
[ 3.408956] usb usb6: SerialNumber: xhci-hcd.8.auto
[ 3.410251] hub 6-0:1.0: USB hub found
[ 3.410323] hub 6-0:1.0: 1 port detected
[ 3.413644] xhci-hcd xhci-hcd.8.auto: remove, state 1
[ 3.413695] usb usb6: USB disconnect, device number 1
[ 3.420209] usb 4-1: new low-speed USB device number 2 using ohci-platform
[ 3.438365] xhci-hcd xhci-hcd.8.auto: Host not halted after 16000 microseconds.
[ 3.438389] xhci-hcd xhci-hcd.8.auto: Host controller not halted, aborting reset.
[ 3.438496] xhci-hcd xhci-hcd.8.auto: USB bus 6 deregistered
[ 3.439297] xhci-hcd xhci-hcd.8.auto: remove, state 1
[ 3.439328] usb usb5: USB disconnect, device number 1
[ 3.440322] xhci-hcd xhci-hcd.8.auto: USB bus 5 deregistered
[ 3.446571] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller
[ 3.447151] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 5
[ 3.447353] xhci-hcd xhci-hcd.9.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x02030010
[ 3.447433] xhci-hcd xhci-hcd.9.auto: irq 231, io mem 0xfe900000
[ 3.447703] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.447720] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.447735] usb usb5: Product: xHCI Host Controller
[ 3.447749] usb usb5: Manufacturer: Linux 4.4.154-95-rockchip-gd2ab1f26e1b3 xhci-hcd
[ 3.447762] usb usb5: SerialNumber: xhci-hcd.9.auto
[ 3.449017] hub 5-0:1.0: USB hub found
[ 3.449070] hub 5-0:1.0: 1 port detected
[ 3.449562] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller
[ 3.450002] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 6
[ 3.450116] usb usb6: We don’t know the algorithms for LPM for this host, disabling LPM.
[ 3.450293] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003
[ 3.450310] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.450325] usb usb6: Product: xHCI Host Controller
[ 3.450338] usb usb6: Manufacturer: Linux 4.4.154-95-rockchip-gd2ab1f26e1b3 xhci-hcd
[ 3.450352] usb usb6: SerialNumber: xhci-hcd.9.auto
[ 3.451213] hub 6-0:1.0: USB hub found
[ 3.451264] hub 6-0:1.0: 1 port detected
[ 3.453767] dwmmc_rockchip fe310000.dwmmc: IDMAC supports 32-bit address mode.
[ 3.453828] dwmmc_rockchip fe310000.dwmmc: Using internal DMA controller.
[ 3.453850] dwmmc_rockchip fe310000.dwmmc: Version ID is 270a
[ 3.453899] dwmmc_rockchip fe310000.dwmmc: DW MMC controller at irq 25,32 bit host data width,256 deep fifo
[ 3.453947] dwmmc_rockchip fe310000.dwmmc: Looking up vmmc-supply from device tree
[ 3.453966] dwmmc_rockchip fe310000.dwmmc: Looking up vmmc-supply property in node /dwmmc@fe310000 failed
[ 3.454018] dwmmc_rockchip fe310000.dwmmc: Looking up vqmmc-supply from device tree
[ 3.454036] dwmmc_rockchip fe310000.dwmmc: Looking up vqmmc-supply property in node /dwmmc@fe310000 failed
[ 3.454064] dwmmc_rockchip fe310000.dwmmc: No vmmc regulator found
[ 3.454076] dwmmc_rockchip fe310000.dwmmc: No vqmmc regulator found
[ 3.454103] dwmmc_rockchip fe310000.dwmmc: GPIO lookup for consumer wp
[ 3.454117] dwmmc_rockchip fe310000.dwmmc: using device tree for GPIO lookup
[ 3.454134] of_get_named_gpiod_flags: can’t parse ‘wp-gpios’ property of node ‘/dwmmc@fe310000[0]’
[ 3.454150] of_get_named_gpiod_flags: can’t parse ‘wp-gpio’ property of node ‘/dwmmc@fe310000[0]’
[ 3.454163] dwmmc_rockchip fe310000.dwmmc: using lookup tables for GPIO lookup
[ 3.454178] dwmmc_rockchip fe310000.dwmmc: lookup for GPIO wp failed
[ 3.454497] platform sdio-pwrseq: GPIO lookup for consumer reset
[ 3.454510] platform sdio-pwrseq: using device tree for GPIO lookup
[ 3.454556] of_get_named_gpiod_flags: parsed ‘reset-gpios’ property of node ‘/sdio-pwrseq[0]’ - status (0)
[ 3.454610] dwmmc_rockchip fe310000.dwmmc: allocated mmc-pwrseq
[ 3.468092] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 3.484611] dwmmc_rockchip fe310000.dwmmc: 1 slots initialized
[ 3.486060] of_get_named_gpiod_flags: can’t parse ‘simple-audio-card,hp-det-gpio’ property of node ‘/es8316-sound[0]’
[ 3.486086] of_get_named_gpiod_flags: can’t parse ‘simple-audio-card,mic-det-gpio’ property of node ‘/es8316-sound[0]’
[ 3.512313] mmc_host mmc2: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
[ 3.556191] mmc_host mmc2: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
[ 3.604317] mmc_host mmc2: Bus speed (slot 0) = 100000Hz (slot req 100000Hz, actual 100000HZ div = 0)
[ 3.620215] usb 4-1: New USB device found, idVendor=04b3, idProduct=3025
[ 3.620241] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.620261] usb 4-1: Product: USB NetVista Full Width Keyboard.
[ 3.620277] usb 4-1: Manufacturer: LITE-ON Technology
[ 3.632324] asoc-simple-card es8316-sound: ES8316 HiFi <-> ff880000.i2s mapping ok
[ 3.632401] asoc-simple-card es8316-sound: ASoC: no source widget found for MICBIAS1
[ 3.632424] asoc-simple-card es8316-sound: ASoC: Failed to add route MICBIAS1 -> direct -> Mic Jack
[ 3.632449] asoc-simple-card es8316-sound: ASoC: no sink widget found for IN1P
[ 3.632471] asoc-simple-card es8316-sound: ASoC: Failed to add route Mic Jack -> direct -> IN1P
[ 3.633006] es8316 1-0011: ASoC: Failed to create Left Hp mixer debugfs file
[ 3.633036] es8316 1-0011: ASoC: Failed to create Right Hp mixer debugfs file
[ 3.633087] es8316 1-0011: ASoC: Failed to create HPCP L debugfs file
[ 3.633115] es8316 1-0011: ASoC: Failed to create HPCP R debugfs file
[ 3.633164] es8316 1-0011: ASoC: Failed to create HPVOL L debugfs file
[ 3.633192] es8316 1-0011: ASoC: Failed to create HPVOL R debugfs file
[ 3.633982] input: LITE-ON Technology USB NetVista Full Width Keyboard. as /devices/platform/fe3e0000.usb/usb4/4-1/4-1:1.0/0003:04B3:3025.0001/input/input0
[ 3.637330] of_get_named_gpiod_flags: can’t parse ‘simple-audio-card,hp-det-gpio’ property of node ‘/hdmi-codec[0]’
[ 3.637358] of_get_named_gpiod_flags: can’t parse ‘simple-audio-card,mic-det-gpio’ property of node ‘/hdmi-codec[0]’
[ 3.638429] asoc-simple-card hdmi-codec: i2s-hifi <-> ff8a0000.i2s mapping ok
[ 3.642849] rk808-rtc rk808-rtc: setting system clock to 2020-04-06 07:04:00 UTC (1586156640)
[ 3.683264] 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 ‘’, rk_ko_ver is ‘5’, built at ‘06:40:04’, on ‘Oct 21 2019’.
[ 3.683858] Mali: Mali device driver loaded
[ 3.684619] ALSA device list:
[ 3.684626] #0: rockchip,es8316-codec
[ 3.684631] #1: HDMI-CODEC
[ 3.684723] Warning: unable to open an initial console.
[ 3.690415] hid-generic 0003:04B3:3025.0001: input,hidraw0: USB HID v1.10 Keyboard [LITE-ON Technology USB NetVista Full Width Keyboard.] on usb-fe3e0000.usb-1/input0
[ 3.700127] vendor storage:20160801 ret = 0
[ 3.704269] EXT4-fs (mmcblk1p5): mounted filesystem with ordered data mode. Opts: (null)
[ 3.704320] VFS: Mounted root (ext4 filesystem) on device 179:5.
[ 3.708208] devtmpfs: mounted
[ 3.708797] Freeing unused kernel memory: 1216K
[ 3.884557] cgroup: cgroup2: unknown option “nsdelegate”
[ 3.897050] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[ 3.899154] systemd[1]: Detected architecture arm64.
[ 3.911067] systemd[1]: Set hostname to <localhost.localdomain>.
[ 4.034014] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[ 4.034038] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[ 4.123711] random: systemd: uninitialized urandom read (16 bytes read, 34 bits of entropy available)
[ 4.124154] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 4.124610] random: systemd: uninitialized urandom read (16 bytes read, 34 bits of entropy available)
[ 4.125049] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 4.125137] random: systemd: uninitialized urandom read (16 bytes read, 34 bits of entropy available)
[ 4.125175] systemd[1]: Reached target Swap.
[ 4.125239] random: systemd: uninitialized urandom read (16 bytes read, 34 bits of entropy available)
[ 4.125271] systemd[1]: Reached target Remote File Systems.
[ 4.125358] random: systemd: uninitialized urandom read (16 bytes read, 34 bits of entropy available)
[ 4.126087] systemd[1]: Created slice System Slice.
[ 4.126199] random: systemd: uninitialized urandom read (16 bytes read, 34 bits of entropy available)
[ 4.126419] systemd[1]: Listening on udev Kernel Socket.
[ 4.126498] random: systemd: uninitialized urandom read (16 bytes read, 34 bits of entropy available)
[ 4.126831] systemd[1]: Listening on Journal Socket.
[ 4.126930] random: systemd: uninitialized urandom read (16 bytes read, 34 bits of entropy available)
[ 4.129828] systemd[1]: Starting Remount Root and Kernel File Systems…
[ 4.130330] random: systemd: uninitialized urandom read (16 bytes read, 34 bits of entropy available)
[ 4.133500] systemd[1]: Mounting Huge Pages File System…
[ 4.133990] random: systemd: uninitialized urandom read (16 bytes read, 34 bits of entropy available)
[ 4.137929] systemd[1]: Starting Create list of required static device nodes for the current kernel…
[ 4.138768] systemd[1]: Listening on Journal Audit Socket.
[ 4.142107] systemd[1]: Mounting POSIX Message Queue File System…
[ 4.142841] systemd[199]: kmod-static-nodes.service: Failed to execute command: No such file or directory
[ 4.145381] systemd[1]: Mounting Kernel Debug File System…
[ 4.146838] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 4.146975] systemd[1]: Reached target Local Encrypted Volumes.
[ 4.147063] systemd[1]: Reached target Paths.
[ 4.151534] systemd[1]: Starting Load Kernel Modules…
[ 4.152158] systemd[1]: Listening on Journal Socket (/dev/log).
[ 4.155290] systemd[1]: Starting Journal Service…
[ 4.156209] systemd[1]: Created slice User and Session Slice.
[ 4.156336] systemd[1]: Reached target Slices.
[ 4.156681] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 4.157550] systemd[1]: Created slice system-getty.slice.
[ 4.157938] systemd[1]: Listening on udev Control Socket.
[ 4.160742] systemd[1]: Starting udev Coldplug all Devices…
[ 4.164715] systemd[1]: Started Remount Root and Kernel File Systems.
[ 4.167751] systemd[1]: Mounted Huge Pages File System.
[ 4.168419] systemd[1]: kmod-static-nodes.service: Main process exited, code=exited, status=203/EXEC
[ 4.168823] systemd[1]: kmod-static-nodes.service: Failed with result ‘exit-code’.
[ 4.169625] systemd[1]: Failed to start Create list of required static device nodes for the current kernel.
[ 4.170458] systemd[1]: Mounted POSIX Message Queue File System.
[ 4.170918] systemd[1]: Mounted Kernel Debug File System.
[ 4.172307] systemd[1]: Started Load Kernel Modules.
[ 4.176902] systemd[1]: Starting Apply Kernel Variables…
[ 4.180668] systemd[1]: Mounting FUSE Control File System…
[ 4.184050] systemd[1]: Mounting Kernel Configuration File System…
[ 4.187520] systemd[1]: Starting Create Static Device Nodes in /dev…
[ 4.191369] systemd[1]: Starting Load/Save Random Seed…
[ 4.195424] systemd[1]: Mounted FUSE Control File System.
[ 4.202444] systemd[1]: Started Apply Kernel Variables.
[ 4.202987] systemd[1]: Mounted Kernel Configuration File System.
[ 4.208043] systemd[1]: Started Load/Save Random Seed.
[ 4.217131] systemd[1]: Started Create Static Device Nodes in /dev.
[ 4.220481] systemd[1]: Starting udev Kernel Device Manager…
[ 4.220663] systemd[1]: Reached target Local File Systems (Pre).
[ 4.293297] systemd[1]: Started udev Kernel Device Manager.
[ 4.343063] systemd[1]: Started Journal Service.
[ 4.362058] systemd-journald[203]: Received request to flush runtime journal from PID 1
[ 4.530629] midgard_kbase: exports duplicate symbol _mali_profiling_control (owned by kernel)
[ 4.621890] FAT-fs (mmcblk1p4): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[ 4.634230] [BT_RFKILL]: bt shut off power
[ 4.641637] FAT-fs (mmcblk1p4): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 4.648943] cfg80211: World regulatory domain updated:
[ 4.648950] cfg80211: DFS Master region: unset
[ 4.648953] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 4.648959] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 4.648964] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz, 92000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 4.648967] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 4.648971] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 4.648975] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 4.648979] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 4.648982] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 4.648985] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 5.483423] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 10.484545] rk_gmac-dwmac fe300000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
[ 13.957157] random: nonblocking pool is initialized

Else, I also installed xfce-4 and did “startx”, here’s the log found here “/var/log/Xorg.0.log” :

[ 848.121]
X.Org X Server 1.19.6
Release Date: 2017-12-20
[ 848.121] X Protocol Version 11, Revision 0
[ 848.122] Build Operating System: Linux 4.4.0-168-generic aarch64 Ubuntu
[ 848.122] Current Operating System: Linux linux 4.4.154-95-rockchip-gd2ab1f26e1b3 #1 SMP Mon Oct 21 06:42:35 UTC 2019 aarch64
[ 848.122] Kernel command line: earlyprintk console=ttyFIQ0,1500000n8 rw init=/sbin/init rootfstype=ext4 rootwait root=PARTUUID=B921B045-1DF0-41C3-AF44-4C6F280D3FAE
[ 848.122] Build Date: 14 November 2019 06:20:13PM
[ 848.123] xorg-server 2:1.19.6-1ubuntu4.4 (For technical support please see http://www.ubuntu.com/support)
[ 848.123] Current version of pixman: 0.34.0
[ 848.123] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 848.124] Markers: (–) probed, () from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 848.124] (==) Log file: “/var/log/Xorg.0.log”, Time: Mon Apr 6 03:18:05 2020
[ 848.126] (==) Using config directory: “/etc/X11/xorg.conf.d”
[ 848.126] (==) Using system config directory “/usr/share/X11/xorg.conf.d”
[ 848.128] (==) No Layout section. Using the first Screen section.
[ 848.128] (==) No screen section available. Using defaults.
[ 848.128] (
) |–>Screen “Default Screen Section” (0)
[ 848.128] () | |–>Monitor “”
[ 848.131] (==) No device specified for screen “Default Screen Section”.
Using the first device section listed.
[ 848.131] (
) | |–>Device “Rockchip Graphics”
[ 848.131] (==) No monitor specified for screen “Default Screen Section”.
Using a default monitor configuration.
[ 848.132] (==) Automatically adding devices
[ 848.132] (==) Automatically enabling devices
[ 848.132] (==) Automatically adding GPU devices
[ 848.132] (==) Automatically binding GPU devices
[ 848.132] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 848.132] (WW) The directory “/usr/share/fonts/X11/cyrillic” does not exist.
[ 848.132] Entry deleted from font path.
[ 848.132] (WW) The directory “/usr/share/fonts/X11/100dpi/” does not exist.
[ 848.132] Entry deleted from font path.
[ 848.132] (WW) The directory “/usr/share/fonts/X11/75dpi/” does not exist.
[ 848.132] Entry deleted from font path.
[ 848.132] (WW) The directory “/usr/share/fonts/X11/100dpi” does not exist.
[ 848.132] Entry deleted from font path.
[ 848.133] (WW) The directory “/usr/share/fonts/X11/75dpi” does not exist.
[ 848.133] Entry deleted from font path.
[ 848.133] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
built-ins
[ 848.133] (==) ModulePath set to “/usr/lib/xorg/modules”
[ 848.133] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 848.133] (II) Loader magic: 0x55673e9010
[ 848.133] (II) Module ABI versions:
[ 848.133] X.Org ANSI C Emulation: 0.4
[ 848.133] X.Org Video Driver: 23.0
[ 848.133] X.Org XInput driver : 24.1
[ 848.133] X.Org Server Extension : 10.0
[ 848.137] (–) using VT number 2

[ 848.137] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 848.139] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 848.140] (II) no primary bus or device found
[ 848.140] falling back to /sys/devices/platform/display-subsystem/drm/card0
[ 848.140] (II) LoadModule: “glx”
[ 848.143] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 848.162] (II) Module glx: vendor=“X.Org Foundation”
[ 848.162] compiled for 1.19.6, module version = 1.0.0
[ 848.162] ABI class: X.Org Server Extension, version 10.0
[ 848.162] (II) LoadModule: “fbdev”
[ 848.163] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 848.164] (II) Module fbdev: vendor=“X.Org Foundation”
[ 848.164] compiled for 1.19.3, module version = 0.4.4
[ 848.164] Module class: X.Org Video Driver
[ 848.165] ABI class: X.Org Video Driver, version 23.0
[ 848.165] (II) FBDEV: driver for framebuffer: fbdev
[ 848.185] (WW) Falling back to old probe method for fbdev
[ 848.185] (II) Loading sub module “fbdevhw”
[ 848.185] (II) LoadModule: “fbdevhw”
[ 848.185] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 848.187] (II) Module fbdevhw: vendor=“X.Org Foundation”
[ 848.187] compiled for 1.19.6, module version = 0.0.2
[ 848.187] ABI class: X.Org Video Driver, version 23.0
[ 848.187] (II) FBDEV(0): using /dev/fb0
[ 848.188] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 848.188] (II) FBDEV(0): Creating default Display subsection in Screen section
“Default Screen Section” for depth/fbbpp 24/32
[ 848.188] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
[ 848.188] (==) FBDEV(0): RGB weight 888
[ 848.188] (==) FBDEV(0): Default visual is TrueColor
[ 848.188] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[ 848.188] (II) FBDEV(0): hardware: (video memory: 3072kB)
[ 848.188] (DB) xf86MergeOutputClassOptions unsupported bus type 0
[ 848.188] () FBDEV(0): Option “fbdev” “/dev/fb0”
[ 848.188] (II) FBDEV(0): checking modes against framebuffer device…
[ 848.188] (II) FBDEV(0): checking modes against monitor…
[ 848.188] (–) FBDEV(0): Virtual size is 1024x768 (pitch 1024)
[ 848.188] (
) FBDEV(0): Built-in mode “current”
[ 848.188] (==) FBDEV(0): DPI set to (96, 96)
[ 848.188] (II) Loading sub module “fb”
[ 848.188] (II) LoadModule: “fb”
[ 848.189] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 848.191] (II) Module fb: vendor=“X.Org Foundation”
[ 848.191] compiled for 1.19.6, module version = 1.0.0
[ 848.191] ABI class: X.Org ANSI C Emulation, version 0.4
[ 848.191] () FBDEV(0): using shadow framebuffer
[ 848.191] (II) Loading sub module “shadow”
[ 848.191] (II) LoadModule: “shadow”
[ 848.191] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 848.193] (II) Module shadow: vendor=“X.Org Foundation”
[ 848.193] compiled for 1.19.6, module version = 1.1.0
[ 848.193] ABI class: X.Org ANSI C Emulation, version 0.4
[ 848.193] (==) Depth 24 pixmap format is 32 bpp
[ 848.198] (==) FBDEV(0): Backing store enabled
[ 848.199] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.199] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.199] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.199] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.199] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.199] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.199] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.199] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.199] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.199] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.199] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.199] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.199] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.199] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.199] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.199] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.200] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.200] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.200] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.200] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.200] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.200] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.200] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.200] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.200] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.200] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.200] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.200] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.200] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.200] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.200] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.200] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.200] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.200] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.200] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.200] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.201] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.201] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.201] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.201] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.201] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.201] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.201] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.201] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.201] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.201] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.201] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.201] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.201] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.201] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.201] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.201] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.201] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.201] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.201] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.201] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.201] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.201] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.202] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.202] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.202] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.202] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.202] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.202] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.202] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.202] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.202] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.202] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.202] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.202] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.202] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.202] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.202] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.202] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.202] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.202] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.202] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.202] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.202] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.202] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.203] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.203] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.203] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.203] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.203] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.203] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.203] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.203] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.203] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.203] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.203] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.203] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.203] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.203] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.203] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.203] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.203] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.203] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.203] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.203] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.203] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.204] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.204] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.204] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.204] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.204] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.204] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.204] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.204] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.204] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.204] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.204] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.204] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.204] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.204] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.204] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.204] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.204] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.204] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.204] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.204] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.205] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.205] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.205] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.205] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.205] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.205] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.205] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.205] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.205] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.205] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.205] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.205] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.205] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.205] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.205] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.205] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.205] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.205] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.205] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.205] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.205] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.205] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.206] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.206] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.206] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.206] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.206] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.206] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.206] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.206] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.206] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.206] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.206] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.206] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.206] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.206] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.206] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.206] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.206] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.206] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.206] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.206] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.206] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.206] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.207] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.207] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.207] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.207] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.207] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.207] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.207] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.207] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.207] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.207] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.207] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.207] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.207] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.207] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.207] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.207] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.207] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.207] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.207] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.207] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.207] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.208] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.208] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.208] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.208] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.208] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.208] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.208] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.208] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.208] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.208] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.208] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.208] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.208] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.208] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.208] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.208] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.208] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.208] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.208] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.208] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.208] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.209] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.209] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.209] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.209] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.209] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.209] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.209] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.209] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.209] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.209] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.209] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.209] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.209] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.209] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.209] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.209] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.209] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.209] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.209] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.209] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.209] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.209] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.210] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.210] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.210] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.210] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.210] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.210] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.210] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.210] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.210] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.210] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
[ 848.210] (==) FBDEV(0): DPMS enabled
[ 848.211] (==) RandR enabled
[ 848.231] (II) SELinux: Disabled on system
[ 848.233] (II) AIGLX: Screen 0 is not DRI2 capable
[ 848.233] (EE) AIGLX: reverting to software rendering
[ 848.543] (II) IGLX: enabled GLX_MESA_copy_sub_buffer
[ 848.549] (II) IGLX: Loaded and initialized swrast
[ 848.549] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 848.734] (II) config/udev: Adding input device LITE-ON Technology USB NetVista Full Width Keyboard. (/dev/input/event0)
[ 848.734] (
) LITE-ON Technology USB NetVista Full Width Keyboard.: Applying InputClass “libinput keyboard catchall”
[ 848.735] (II) LoadModule: “libinput”
[ 848.735] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 848.740] (II) Module libinput: vendor=“X.Org Foundation”
[ 848.740] compiled for 1.19.6, module version = 0.27.1
[ 848.740] Module class: X.Org XInput Driver
[ 848.740] ABI class: X.Org XInput driver, version 24.1
[ 848.740] (II) Using input driver ‘libinput’ for ‘LITE-ON Technology USB NetVista Full Width Keyboard.’
[ 848.740] () LITE-ON Technology USB NetVista Full Width Keyboard.: always reports core events
[ 848.740] (
) Option “Device” “/dev/input/event0”
[ 848.741] () Option “_source” “server/udev”
[ 848.742] (II) event0 - LITE-ON Technology USB NetVista Full Width Keyboard.: is tagged by udev as: Keyboard
[ 848.742] (II) event0 - LITE-ON Technology USB NetVista Full Width Keyboard.: device is a keyboard
[ 848.742] (II) event0 - LITE-ON Technology USB NetVista Full Width Keyboard.: device removed
[ 848.752] (
) Option “config_info” “udev:/sys/devices/platform/fe3e0000.usb/usb4/4-1/4-1:1.0/0003:04B3:3025.0001/input/input0/event0”
[ 848.752] (II) XINPUT: Adding extended input device “LITE-ON Technology USB NetVista Full Width Keyboard.” (type: KEYBOARD, id 6)
[ 848.752] () Option “xkb_model” “pc105”
[ 848.752] (
) Option “xkb_layout” “us”
[ 848.754] (II) event0 - LITE-ON Technology USB NetVista Full Width Keyboard.: is tagged by udev as: Keyboard
[ 848.754] (II) event0 - LITE-ON Technology USB NetVista Full Width Keyboard.: device is a keyboard

You’re experiencing and going through similar steps that I’ve followed to try and get the Raspberry Pi official 7 inch touchscreen working with Rock Pi 4, but with no success as of yet. I’m watching this thread, I think whatever solution works for you will work for me. My related thread is here Official Raspberry Pi 7 inch touchscreen not initialising

Yeah tricky situation. I received a brief response from @jack of Radxa Team but he hasn’t answered in 12 days, even thought he had to confirm if it was a hardware issue. Don’t hesitate to let me know if you figure it out, will do the same!

Sorry I forgot to reply this thread. Now we can confirm that the on board spi flash conflicts with the Wave share SPI display because the PINs on 40P GPIO header connects to the on board SPI flash also. Which means you need to solder off the SPI flash to use the wave share display.

I am going through this process and wondered if you could point me in the right direction of what needs to be soldered off. maybe a picture?

i am having the same issue, can i get some info on this too.