mirror of
https://github.com/oplus-giulia-dev/android_kernel_oneplus_sm8650-devicetrees
synced 2025-11-04 06:44:04 +08:00
Add support for Holi MTP, QRD, CDP platforms variants with PM6125 or PM6350 as primary PMIC and multiple battery profile support. Change-Id: I1aa8e82a3e98375d93dc914ee7318e5d37e52ad4
19 lines
380 B
Plaintext
19 lines
380 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "blair-mtp.dtsi"
|
|
#include "holi-mtp-pm7250b.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Blair MTP";
|
|
compatible = "qcom,blair-mtp", "qcom,blair", "qcom,mtp";
|
|
qcom,msm-id = <507 0x10000>, <578 0x10000>;
|
|
qcom,board-id = <8 0>;
|
|
qcom,pmic-id-size = <4>;
|
|
qcom,pmic-id = <0x2D 0x0 0x2E 0x0>;
|
|
};
|
|
|
|
&pm7250b_charger {
|
|
dpdm-supply = <&usb2_phy0>;
|
|
};
|