-
Notifications
You must be signed in to change notification settings - Fork 336
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
dts: msm8926: add Support for Samsung Galaxy S5 Mini Duos (kmini3g) #279
Closed
Closed
Changes from 6 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
e8e1877
dts: msm8226: Add Samsung Galaxy S5 Mini 3G (2014) (G800H)
vicenteicc2008 05955d8
add dtb to rules
vicenteicc2008 d97a863
add support Samsung Galaxy S5 Mini 3G (2014)
vicenteicc2008 608e8a9
i forgot this in dtb
vicenteicc2008 11522e7
Update README.md
vicenteicc2008 abb2d1f
Update model to Samsung Galaxy S5 Mini Duos
vicenteicc2008 71ea641
Update S5 Mini Duos dts
vicenteicc2008 b1f9db5
Revert dts mod
vicenteicc2008 b2a0833
Update dts
vicenteicc2008 7c2cbe8
Rename dts
vicenteicc2008 ab96e3d
i forgot this
vicenteicc2008 c9b4055
Rename dts again
vicenteicc2008 176da8a
Update dtb name again
vicenteicc2008 2af9a15
Update dts again
vicenteicc2008 2c3f47d
Update model dts
vicenteicc2008 0fb6de1
Update and rename dts
vicenteicc2008 9ba860b
change dtb in rules.mk}
vicenteicc2008 a9e2a25
Update dts to add muic support
vicenteicc2008 3eba208
Update muic pins
vicenteicc2008 89df78b
Update msm id
vicenteicc2008 2c68b47
Update gpio pins on dts
vicenteicc2008 1f9a3bc
add important part
vicenteicc2008 bae9beb
Update board-id
vicenteicc2008 fe300e2
update dts again
vicenteicc2008 67f8679
S5 Mini Duos
vicenteicc2008 a675060
revert "S5 Mini Duos"
vicenteicc2008 cbfb951
Merge branch 'master' into kmini3g
vicenteicc2008 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
|
||
/dts-v1/; | ||
|
||
#include <skeleton.dtsi> | ||
#include <lk2nd.h> | ||
|
||
/ { | ||
// This is used by the bootloader to find the correct DTB | ||
qcom,msm-id = <0xC808FF01 2 0x10001>; | ||
TravMurav marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
kmini3g { | ||
model = "Samsung Galaxy S5 Mini Duos (SM-G800H)"; | ||
compatible = "samsung,kmini3g", "qcom,msm8926", "lk2nd,device"; | ||
lk2nd,match-bootloader = "G800H*"; | ||
|
||
lk2nd,keys = | ||
<KEY_HOME 108 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>, | ||
<KEY_VOLUMEDOWN 107 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>, | ||
<KEY_VOLUMEUP 106 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; | ||
vicenteicc2008 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
}; | ||
}; |
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe S goes before T in the alphabet :)