Skip to content

Commit

Permalink
dts: msm8994: Add support for Huawei Nexus 6P (Angler)
Browse files Browse the repository at this point in the history
  • Loading branch information
J0SH1X authored and TravMurav committed Feb 24, 2025
1 parent 734a312 commit f43dd80
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
- Samsung Galaxy Tab 4 8.0 (2014) - SM-T330, SM-T330NU, SM-T331

### lk2nd-msm8994

- Huawei Nexus 6P - Angler
- LG G4 - h815

### lk2nd-msm8996
Expand Down
16 changes: 16 additions & 0 deletions lk2nd/device/dts/msm8994/msm8994-huawei-angler.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
// SPDX-License-Identifier: BSD-3-Clause

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

/ {
qcom,msm-id = <QCOM_ID_MSM8994 0>;
qcom,board-id = <8026 0>;
qcom,pmic-id = <0x10009 0x1000a 0x00 0x00>;
};

&lk2nd {
model = "Huawei Nexus 6P";
compatible = "huawei,angler";
lk2nd,dtb-files = "msm8994-huawei-angler";
};
1 change: 1 addition & 0 deletions lk2nd/device/dts/msm8994/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ LOCAL_DIR := $(GET_LOCAL_DIR)

ADTBS += \
$(LOCAL_DIR)/msm8992-lg-h815.dtb \
$(LOCAL_DIR)/msm8994-huawei-angler.dtb \

0 comments on commit f43dd80

Please sign in to comment.