device: msm8960: add Samsung Galaxy S4 (SGH-M919) - #753
Open
ThePacketWarden wants to merge 1 commit into
Open
Conversation
TravMurav
reviewed
Aug 16, 2026
| }; | ||
| }; | ||
| samsung-jfltetmo { | ||
| model = "Samsung Galaxy S4 (SGH-M919)"; |
Member
There was a problem hiding this comment.
Please add to the Documentation/devices.md in the same commit
Author
There was a problem hiding this comment.
Done, added the device to Documentation/devices.md and amended it into the same commit.
The T-Mobile Galaxy S4 (SGH-M919, jfltetmo) is an apq8064 device in the jflte family but had no matching lk2nd node, so it fell through to the unknown device with no keymap. It reports bootloader string M919UVSFQA1; match on M919* and reuse the jflte dtb and PMIC key GPIOs. Tested on hardware: device is now correctly identified and volume-key navigation works. Signed-off-by: ThePacketWarden <209270940+ThePacketWarden@users.noreply.github.com>
ThePacketWarden
force-pushed
the
add-samsung-jfltetmo
branch
from
August 16, 2026 13:40
a56a6cc to
f56d5d2
Compare
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.
The T-Mobile Galaxy S4 (SGH-M919, jfltetmo) is an apq8064 device in the jflte family but had no matching lk2nd node, so it fell through to the unknown device with no keymap. It reports bootloader string M919UVSFQA1; match on M919* and reuse the jflte dtb and PMIC key GPIOs.
Tested on hardware: device is now correctly identified and volume-key navigation works.