Skip to content

Commit 2641409

Browse files
committed
dts: msm8916-samsung: Add SM-G360V (coreprimeltevzw)
Add a Verizon-specific panel Make suggested changes
1 parent c7a0aa2 commit 2641409

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

Documentation/devices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
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`)
3939
- Samsung Galaxy Core Max - SM-G5108Q (quirky - see comment in `lk2nd/device/dts/msm8916/msm8916-samsung.dts`)
40-
- Samsung Galaxy Core Prime LTE - SM-G360F, SM-G360G, SM-G360T (rossaltezt is quirky - see comment in `lk2nd/device/dts/msm8916/msm8916-samsung.dts`)
40+
- Samsung Galaxy Core Prime LTE - SM-G360F, SM-G360G, SM-G360T, SM-G360V (rossaltezt is quirky - see comment in `lk2nd/device/dts/msm8916/msm8916-samsung.dts`)
4141
- Samsung Galaxy E5 - SM-E500F, SM-E500H
4242
- Samsung Galaxy E7 - SM-E7000, SM-E700F
4343
- Samsung Galaxy Grand Max - SM-G720AX

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,33 @@
232232

233233
/* rev 2 */
234234

235+
coreprimeltevzw {
236+
model = "Samsung Galaxy Core Prime LTE (SM-G360V)";
237+
compatible = "samsung,coreprimeltevzw", "samsung,rossa";
238+
lk2nd,match-bootloader = "G360V*";
239+
240+
lk2nd,dtb-files = "msm8916-samsung-rossa";
241+
242+
qcom,msm-id = <QCOM_ID_MSM8916 0>;
243+
qcom,board-id = <0xCE08FF01 0>, <0xCE08FF01 1>, <0xCE08FF01 2>;
244+
245+
panel {
246+
compatible = "samsung,cprime-panel", "lk2nd,panel";
247+
248+
ss_dsi_panel_HX8369B_BV045WVM_WVGA {
249+
compatible = "samsung,hx8369b-bv045wvm";
250+
};
251+
252+
ss_dsi_panel_SC7798A_BV045WVM_WVGA {
253+
compatible = "samsung,sc7798a-bv045wvm";
254+
};
255+
256+
ss_dsi_panel_SC7798D_BV045WVM_WVGA {
257+
compatible = "samsung,sc7798d-bv045wvm";
258+
};
259+
};
260+
};
261+
235262
gprimeltecan {
236263
model = "Samsung Galaxy Grand Prime (SM-G530W)";
237264
compatible = "samsung,gprimeltecan";

0 commit comments

Comments
 (0)