Files
android_kernel_oneplus_sm86…/qcom/holi-atp-overlay.dts
Rakesh Kota 381300a596 ARM: dts: qcom: Add PMIC ID for holi PM6350 variants
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
2023-09-20 14:25:12 +05:30

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>;
};