Skip to content

Commit

Permalink
dts: asus-z00t: Add support for Asus Zenfone 2 Laser 1080p (Z00T)
Browse files Browse the repository at this point in the history
Signed-off-by: Konrad Dybcio <[email protected]>
  • Loading branch information
konradybcio authored and stephan-gh committed Oct 5, 2020
1 parent ed60529 commit 636e3d1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and then loaded by lk2nd.

### Supported devices
- Alcatel OneTouch Idol 3 (5.5) - 6045*
- Asus Zenfone 2 Laser (1080p) - Z00T
- Lenovo PHAB Plus - PB1-770M, PB1-770N
- LG K10 (m216) - K420 (see notes in `dts/msm8916-lg.dts` for now)
- Marshall London
Expand Down
17 changes: 17 additions & 0 deletions dts/msm8939-asus-z00t.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// SPDX-License-Identifier: GPL-2.0-only

/dts-v1/;

/include/ "msm8916.dtsi"

/ {
compatible = "qcom,msm8939-mtp", "qcom,msm8939";
qcom,msm-id = <239 0>;
qcom,board-id = <21 0>;

asus-z00t {
model = "Asus Zenfone 2 Laser (1080p)";
compatible = "asus,z00t", "qcom,msm8939", "lk2nd,device";
lk2nd,match-cmdline = "*LASER*";
};
};
1 change: 1 addition & 0 deletions dts/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ DTBS += \
$(LOCAL_DIR)/msm8916-samsung-r08.dtb \
$(LOCAL_DIR)/msm8929-samsung-r00.dtb \
$(LOCAL_DIR)/msm8929-samsung-r04.dtb \
$(LOCAL_DIR)/msm8939-asus-z00t.dtb \
$(LOCAL_DIR)/msm8939-mtp.dtb \
$(LOCAL_DIR)/msm8939-qrd-skuk.dtb
endif

0 comments on commit 636e3d1

Please sign in to comment.