Skip to content

Commit

Permalink
dts: msm8996: Add support for LG V20
Browse files Browse the repository at this point in the history
  • Loading branch information
AKAsaliza authored and TravMurav committed Sep 20, 2024
1 parent a0063b1 commit 5a72bd3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@

### lk2nd-msm8996

- LG V20 - h990
- OnePlus 3T

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

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

/ {
qcom,msm-id = <QCOM_ID_MSM8996 0x10000>;
qcom,board-id = <0xc08 0x00>;
qcom,pmic-id = <0x20009 0x10013 0x00 0x00>;
};

&lk2nd {
model = "LG V20 (International)";
compatible = "lg,h990";
};
1 change: 1 addition & 0 deletions lk2nd/device/dts/msm8996/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ LOCAL_DIR := $(GET_LOCAL_DIR)

ADTBS += \
$(LOCAL_DIR)/msm8996pro-oneplus3t.dtb \
$(LOCAL_DIR)/msm8996-lg-h990.dtb \

0 comments on commit 5a72bd3

Please sign in to comment.