Skip to content

Commit

Permalink
Device specific
Browse files Browse the repository at this point in the history
Co-authored-by: Barnabás Czémán <[email protected]>
  • Loading branch information
MarvelMathesh and barni2000 committed Jun 14, 2024
1 parent d8bc9d0 commit 24ed727
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions dts/msm8953-10or-G.dts → dts/msm8953-10or-g.dts
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
qcom,pmic-id = <0x10016 0x10011 0x00 0x00>;

model = "10or G";
compatible = "10or,G", "qcom,msm8953", "lk2nd,device";
lk2nd,pstore = <0x9ff00000 0x300000>;
compatible = "10or,g", "qcom,msm8953", "lk2nd,device";
lk2nd,pstore = <0x9ff00000 0x100000>;

panel {
compatible = "10or,G-panel";
compatible = "10or,g-panel";

qcom,mdss_dsi_hx8399c_auo_53_1080p_video {
compatible = "10or,hx8399c_auo";
touchscreen-compatible = "edt,edt-ft5406";
compatible = "10or,g-hx8399c-auo";
// touchscreen-compatible = "edt,edt-ft5406";
};

qcom,mdss_dsi_ili7807d_djn_53_1080p_video {
compatible = "10or,ili7807d_djn";
touchscreen-compatible = "goodix,gt917d";
compatible = "10or,g-ili7807d-djn";
// touchscreen-compatible = "goodix,gt917d";
};

qcom,mdss_dsi_ili7807d_djn_auo_53_1080p_video {
compatible = "10or,ili7807d_djn_auo";
touchscreen-compatible = "goodix,gt917d";
compatible = "10or,g-ili7807d-djn-auo";
// touchscreen-compatible = "goodix,gt917d";
};

};
Expand Down
2 changes: 1 addition & 1 deletion dts/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DTBS += \
endif
ifeq ($(PROJECT), msm8953-secondary)
DTBS += \
$(LOCAL_DIR)/msm8953-10or-G.dtb \
$(LOCAL_DIR)/msm8953-10or-g.dtb \
$(LOCAL_DIR)/msm8953-huawei-milan.dtb \
$(LOCAL_DIR)/msm8953-lenovo-kuntao.dtb \
$(LOCAL_DIR)/msm8953-meizu-m1721.dtb \
Expand Down

0 comments on commit 24ed727

Please sign in to comment.