From 3e143ff4ea72a56206f231d508cd35878de31de5 Mon Sep 17 00:00:00 2001 From: Vinod Koul Date: Tue, 16 Feb 2021 16:28:45 +0530 Subject: dt-bindings: cpufreq: cpufreq-qcom-hw: Document SM8350 CPUfreq compatible Add the CPUfreq compatible for SM8350 SoC along with note for using the specific compatible for SoCs Signed-off-by: Vinod Koul --- Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml b/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml index 2f1b8b6852a0..1250ae4c1d7b 100644 --- a/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml +++ b/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml @@ -26,6 +26,7 @@ properties: items: - enum: - qcom,sm8250-cpufreq-epss + - qcom,sm8350-cpufreq-epss - const: qcom,cpufreq-epss reg: -- cgit v1.2.3 From 7fb4688e0f98028b1f8d24a9ac8c926c89fd54b1 Mon Sep 17 00:00:00 2001 From: Vinod Koul Date: Mon, 8 Mar 2021 19:12:41 +0530 Subject: mfd: qcom-spmi-pmic: Add support for PMICs in SM8350-MTP We have bunch of PMICs in SM8350-MTP board, add the compatibles for these. All these use generic qcom,spmi-pmic compatible. PMICs added are: PM8350, PM8350B, PM8350C, PMK8350, PMR873A and PMR873B. Signed-off-by: Vinod Koul --- Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt index a461ec2f758f..232b4dd324ce 100644 --- a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt +++ b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt @@ -28,6 +28,8 @@ Required properties: "qcom,pm8150c", "qcom,pm8150l", "qcom,pm8226", + "qcom,pm8350", + "qcom,pm8350b", "qcom,pm8350c", "qcom,pm8841", "qcom,pm8901", @@ -47,7 +49,9 @@ Required properties: "qcom,pmk8002", "qcom,pmk8350", "qcom,pmr735a", + "qcom,pmr735b", "qcom,smb2351", + or generalized "qcom,spmi-pmic". - reg: Specifies the SPMI USID slave address for this device. For more information see: -- cgit v1.2.3