-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ili210x_i2c spams log with read failure #6608
Comments
Any thoughts, @waveshare? |
Quickest fix would be to only enable it in the overlay for that one panel
The Goodix driver already does an I2C read in the probe function ( |
Just Write a Script, which deletes all Duplikates |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Commit e442e5c adds an entry for a touchscreen controller on Waveshare displays that does not exist on my display (and probably all the others except the new one).
The ili210x_i2c driver spams the log with read failures (from dmesg, truncated):
This even causes elevated CPU usage by systemd-journald.
Steps to reproduce the behaviour
Get a kernel with commit e442e5c, I used
rpi-update
.Add the Waveshare display overlay to
/boot/firmware/config.txt
:Reboot
Device (s)
Raspberry Pi CM4
System
OS and version:
Raspberry Pi reference 2024-11-19
Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 891df1e21ed2b6099a2e6a13e26c91dea44b34d4, stage2
Firmware version:
Dec 5 2024 11:45:37
Copyright (c) 2012 Broadcom
version 03554ca336a03ace164f36755144e0d8c060062d (clean) (release) (start)
Kernel version:
Linux raspberrypi 6.6.70-v8+ #1837 SMP PREEMPT Fri Jan 10 12:02:51 GMT 2025 aarch64 GNU/Linux
Logs
No response
Additional context
Raspberry Pi OS does not package that kernel version yet but Arch Linux ARM does.
The text was updated successfully, but these errors were encountered: