Skip to content

Commit f62946b

Browse files
bolilingmeng89006TravMurav
authored andcommitted
dts: msm8916-samsung: add a3ltezt
1 parent 27d7256 commit f62946b

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

Documentation/devices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
- Motorola Moto G (2015) - osprey
3333
- Motorola Moto G4 Play - harpia
3434
- Panasonic ELUGA U2
35-
- Samsung Galaxy A3 (2015) - SM-A300F, SM-A300FU
35+
- Samsung Galaxy A3 (2015) - SM-A300F, SM-A300FU, SM-A300YZ
3636
- Samsung Galaxy A5 (Duos) (2015) - SM-A5000, SM-A500F, SM-A500FU, SM-A500H, SM-A500YZ
3737
- Samsung Galaxy A7 (2015) - SM-A700YD
3838
- Samsung Galaxy Ace 4 - SM-G357FZ (quirky - see comment in `lk2nd/device/dts/msm8916/msm8916-samsung.dts`)

lk2nd/device/dts/msm8916/msm8916-samsung.dts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,26 @@
317317

318318
/* rev 3 */
319319

320+
a3ltezt {
321+
model = "Samsung Galaxy A3 (SM-A300YZ)";
322+
compatible = "samsung,a3ltezt", "samsung,a3u-eur", "samsung,a3";
323+
lk2nd,match-bootloader = "A300YZ*";
324+
325+
lk2nd,dtb-files = "msm8916-samsung-a3u-eur";
326+
327+
qcom,msm-id = <QCOM_ID_MSM8916 0>;
328+
qcom,board-id = <0xCE08FF01 3>;
329+
330+
gpio-keys {
331+
compatible = "gpio-keys";
332+
333+
home {
334+
lk2nd,code = <KEY_HOME>;
335+
gpios = <&tlmm 109 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
336+
};
337+
};
338+
};
339+
320340
gprimelteusc {
321341
model = "Samsung Galaxy Grand Prime (SM-G530R4)";
322342
compatible = "samsung,gprimelteusc";

0 commit comments

Comments
 (0)