-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
how to link pins to spi lcd and i2c touch? #5
Comments
which controller is the SPI display using? |
spi : st7789v / ili9341 |
@myamoroso , for SPI display with ILI9341 controller, you can hookup with the SPI2 bus on the ROCK Pi S, pinouts here - RADXA DTS modifications
|
@jayanta525 [ 0.239304] SPI driver fb_ili9341 has no spi_device_id for ilitek,ili9341 Following is repro steps:
./rk3308-rock-pi-s/build_dir/host/u-boot-2023.04/arch/arm/dts/rk3308-u-boot.dtsi ./rk3308-rock-pi-s/build_dir/host/u-boot-2023.04/arch/arm/dts/rk3308-rock-pi-s.dts
where is missing or lost? |
@myamoroso, add only
in uboot. (rk3308-rock-pi-s.dts) and full node on (linux....rk3308-rock-pi-s.dts) |
try with a lower spi speed -
|
Describe the bug
how to update device tree to support spi lcd and i2c touch ? which pins to link?
thanks !!!
OpenWrt version
r14622-7da6ae78b3
OpenWrt target/subtarget
rockchip/armv8
Device
Radxa ROCK Pi S
Image kind
Self-built image
Steps to reproduce
No response
Actual behaviour
No response
Expected behaviour
No response
Additional info
No response
Diffconfig
No response
Terms
The text was updated successfully, but these errors were encountered: