Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Documentation/devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
### lk2nd-msm8952

- Alcatel Idol 4 (6055*)
- Asus Zenfone 4 Max Pro (x00i)
- BQ X5 Plus (Longcheer L9360)
- Cat S22 Flip (S22FLIP)
- Fossil Gen 6 (hoki) (requires flashing [minimal DTBO](#minimal-dtb-overlay))
Expand Down
27 changes: 27 additions & 0 deletions lk2nd/device/dts/msm8952/msm8937-asus-x00i.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
// SPDX-License-Identifier: BSD-3-Clause

/dts-v1/;

#include <skeleton64.dtsi>
#include <lk2nd.dtsi>


/ {
qcom,msm-id = <QCOM_ID_MSM8937 0>;
qcom,board-id = <QCOM_BOARD_ID(QRD, 1, 0) 0>;
};

&lk2nd {
model = "Asus Zenfone 4 Max Pro (x00i)";
compatible = "asus,x00i";
lk2nd,dtb-files = "msm8937-asus-x00i";

lk2nd,match-panel;
panel {
compatible = "asus,x00i-panel", "lk2nd,panel";

qcom,mdss_dsi_hx8394f_720p_video {
compatible = "asus,x00i-hx8394f-720p";
};
};
};
1 change: 1 addition & 0 deletions lk2nd/device/dts/msm8952/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ADTBS += \
$(LOCAL_DIR)/msm8917-xiaomi-riva.dtb \
$(LOCAL_DIR)/msm8920-motorola-jeter.dtb \
$(LOCAL_DIR)/msm8920-mtp.dtb \
$(LOCAL_DIR)/msm8937-asus-x00i.dtb \
$(LOCAL_DIR)/msm8937-huawei-aum.dtb \
$(LOCAL_DIR)/msm8937-medion-malata.dtb \
$(LOCAL_DIR)/msm8937-motorola-jeter.dtb \
Expand Down
Loading