mirror of
https://github.com/oplus-giulia-dev/android_kernel_oneplus_sm8650-devicetrees
synced 2025-11-04 06:44:04 +08:00
Holi supports 2 HW board design options:- 1. PM6125 as primary PMIC 2. PM6350 as primary PMIC The DT settings for the primary PMIC are picked dynamically based on the PMIC-ID defined in the DT overlay. However, currently only Holi-PM6125 DT overlay has the PMIC-ID defined. This is causing compilation issues on the Bazel builds. Fix this by defining the PMIC-ID property in the Holi-PM6350 DT overlay as well. Change-Id: Iccdd3a8c139a0e26bdb5432ff8087434ae69224d
14 lines
292 B
Plaintext
14 lines
292 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "holi-atp.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Holi ATP";
|
|
compatible = "qcom,holi-atp", "qcom,holi", "qcom,atp";
|
|
qcom,msm-id = <454 0x10000>, <472 0x10000>;
|
|
qcom,board-id = <33 0>;
|
|
qcom,pmic-id-size = <4>;
|
|
qcom,pmic-id = <0x36 0x0 0x2E 0x0>;
|
|
};
|