From ccfdbe9ae86271af5368f8f0c2ad621d577278bb Mon Sep 17 00:00:00 2001 From: Unnathi Chalicheemala Date: Tue, 31 Oct 2023 09:52:21 -0700 Subject: [PATCH] dt-bindings: msm: Add MSM bindings for SunP SoC Add compatible strings for APQ variant of Sun SoC on MTP, CDP and QRD platforms. Change-Id: I8dd8e0ec70d2c1fd6fe931cc312a114a7c1076cd Signed-off-by: Unnathi Chalicheemala --- bindings/arm/msm/msm.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/bindings/arm/msm/msm.yaml b/bindings/arm/msm/msm.yaml index 2393f880..90d6cff4 100644 --- a/bindings/arm/msm/msm.yaml +++ b/bindings/arm/msm/msm.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- -$id: http://devicetree.org/schemas/arm/msm.yaml# +$id: http://devicetree.org/schemas/arm/msm/msm.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Qualcomm Technologies, Inc. MSM @@ -54,4 +54,15 @@ properties: - qcom,rumi - const: qcom,sun + - description: Qualcomm Technologies, Inc. SUNP RUMI + items: + - enum: + - qcom,sunp-cdp + - qcom,cdp + - qcom,sunp-mtp + - qcom,mtp + - qcom,sunp-qrd + - qcom,qrd + - const: qcom,sunp + additionalProperties: true