Skip to content

Commit

Permalink
dts: msm8916: Add Vivo Y21L
Browse files Browse the repository at this point in the history
  • Loading branch information
raihan2000 authored and TravMurav committed Oct 31, 2023
1 parent 3c9739a commit 53dd1b0
Show file tree
Hide file tree
Showing 5 changed files with 599 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ page on the EFIDroid wiki for an exact mapping of LK targets to SoCs.
- Samsung Galaxy Tab A 8.0 (2015) - SM-T350, SM-T355, SM-T355Y, SM-T357W
- Samsung Galaxy Tab A 9.7 (2015) - SM-T550, SM-T555
- Samsung Galaxy Tab E 9.6 WiFi (2015) - SM-T560NU
- Vivo Y21L
- Vodafone Smart prime 6
- Wileyfox Swift - crackling
- Xiaomi Mi 4i - ferrari
Expand Down
28 changes: 28 additions & 0 deletions dts/msm8916/msm8916-vivo-y21l.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
// SPDX-License-Identifier: GPL-2.0-only

/dts-v1/;

#include <skeleton.dtsi>

/ {
qcom,msm-id = <206 0>;
qcom,board-id = <8 13>;

model = "Vivo Y21L";
compatible = "vivo,y21l", "qcom,msm8916", "lk2nd,device";
lk2nd,match-panel;

panel {
compatible = "vivo,y21l-panel";

qcom,mdss_dsi_nt35510s_fwvga_cmd_tm {
compatible = "vivo,nt35510s-tm";
};
qcom,mdss_dsi_orise8012a_tmfwvga_cmd {
compatible = "vivo,orise8012a-tmfwvga";
};
qcom,mdss_dsi_orise8012a_tmfwvga_cmd_bkg {
compatible = "vivo,orise8012a-tmfwvga-bkg";
};
};
};
1 change: 1 addition & 0 deletions dts/msm8916/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ DTBS += \
$(LOCAL_DIR)/msm8916-samsung-r06.dtb \
$(LOCAL_DIR)/msm8916-samsung-r08.dtb \
$(LOCAL_DIR)/msm8916-samsung-r11.dtb \
$(LOCAL_DIR)/msm8916-vivo-y21l.dtb \
$(LOCAL_DIR)/msm8929-qrd-wt82918.dtb \
$(LOCAL_DIR)/msm8929-samsung-r00.dtb \
$(LOCAL_DIR)/msm8929-samsung-r04.dtb \
Expand Down
Loading

0 comments on commit 53dd1b0

Please sign in to comment.