From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 22 Oct 2024 10:36:11 +0000 Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM --- kernel/Documentation/devicetree/bindings/mfd/qcom-rpm.txt | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/kernel/Documentation/devicetree/bindings/mfd/qcom-rpm.txt b/kernel/Documentation/devicetree/bindings/mfd/qcom-rpm.txt index 3c91ad4..b823b86 100644 --- a/kernel/Documentation/devicetree/bindings/mfd/qcom-rpm.txt +++ b/kernel/Documentation/devicetree/bindings/mfd/qcom-rpm.txt @@ -61,6 +61,7 @@ "qcom,rpm-pm8901-regulators" "qcom,rpm-pm8921-regulators" "qcom,rpm-pm8018-regulators" + "qcom,rpm-smb208-regulators" - vdd_l0_l1_lvs-supply: - vdd_l2_l11_l12-supply: @@ -171,6 +172,9 @@ s1, s2, s3, s4, s5, , l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l14, lvs1 +smb208: + s1a, s1b, s2a, s2b + The content of each sub-node is defined by the standard binding for regulators - see regulator.txt - with additional custom properties described below: -- Gitblit v1.6.2