dts/ayaneo-pocket-s2: Add uart13#2
Open
Drakulix wants to merge 1 commit intosuperna9999:topic/sm8650/ayaneo-pocket-s2/pmos-v2from
Open
dts/ayaneo-pocket-s2: Add uart13#2Drakulix wants to merge 1 commit intosuperna9999:topic/sm8650/ayaneo-pocket-s2/pmos-v2from
Drakulix wants to merge 1 commit intosuperna9999:topic/sm8650/ayaneo-pocket-s2/pmos-v2from
Conversation
Owner
|
This should be split into most parts in arch/arm64/boot/dts/qcom/sm8650.dtsi and only an enable for the pocket s2, same send this upstream |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This adds a uart device used on the ayaneo pocket s2 to talk to the chip controlling the build in controller.
It can be used to e.g. toggle the controller between "AYANEO" and "Xbox" mode or change the state of the analog stick leds.
It would be nice to write a proper driver for those, but for now this at least exposes the serial port to userspace for handling. (See https://gitlab.postmarketos.org/Drakulix/ayaneo-platformd/-/blob/main/src/leds/analog_sticks.rs?ref_type=heads#L14 for an example.)