Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dts: msm8996: Add support for LG V20 #429

Closed
wants to merge 1 commit into from
Closed
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
16 changes: 16 additions & 0 deletions lk2nd/device/dts/msm8996/msm8996-lg-h990.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>

/ {
model = "LG V20";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this model property necessary for the device to boot?

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

&lk2nd {
model = "LG V20 (International)";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please also add it to the devices.md list?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will close this pull request and create new pull request

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 \