-
Notifications
You must be signed in to change notification settings - Fork 359
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
Changes from 14 commits
e8e1877
05955d8
d97a863
608e8a9
11522e7
abb2d1f
71ea641
b1f9db5
b2a0833
7c2cbe8
ab96e3d
c9b4055
176da8a
2af9a15
2c3f47d
0fb6de1
9ba860b
a9e2a25
3eba208
89df78b
2c68b47
1f9a3bc
bae9beb
fe300e2
67f8679
a675060
cbfb951
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// 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 = <0x6E08FF01 4 0x20000>; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Where do you know about There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. i renamed dts |
||
kmini3g { | ||
model = "[ATLANTIC-3G] Rev-03-MTP-v2"; | ||
TravMurav marked this conversation as resolved.
Show resolved
Hide resolved
|
||
compatible = "samsung,kmini3g", "qcom,msm8226", "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)>; | ||
}; | ||
}; |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,5 @@ DTBS += \ | |
$(LOCAL_DIR)/msm8226-samsung-ms013g.dtb \ | ||
$(LOCAL_DIR)/msm8926-huawei-g6-l11-vb.dtb \ | ||
$(LOCAL_DIR)/msm8926-samsung-r02.dtb \ | ||
$(LOCAL_DIR)/msm8926-v2-720p-mtp.dtb | ||
$(LOCAL_DIR)/msm8926-v2-720p-mtp.dtb \ | ||
$(LOCAL_DIR)/msm8926-samsung-r04.dtb | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How about |
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 :)