A collection of fixes and new drivers for the Retro*CM5 devices #267
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As we're working on the DIY handheld, some new things emerge that we need...
simple-audio-card,hp-pin-name = "Headphone Jack";
line in the DTS.This is being used in FriendlyElec devices, such as CM3588 NAS, NanoPC-T6, NanoPi-M6, the patch itself is cloned from their repo: friendlyarm/kernel-rockchip@a9d5c6a .
It actually fixes headphone jack detection for our device, and it's a nice little backwards-compatible patch that doesn't affect devices that don't have that line in their DTS.
Raydium RM67199 display panel support from NXP repo: nxp-imx/linux-imx@0bb5b57
Goodix GT9886 touch panel support from Goodix repo: https://github.com/goodix/gtx8_driver_linux
The patches themselves seem harmless to me, unlikely to affect any other Rockchip-based devices out there.