aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/arm/qcom.yaml
diff options
context:
space:
mode:
authorVinod Koul <vkoul@kernel.org>2021-12-01 12:57:41 +0530
committerBjorn Andersson <bjorn.andersson@linaro.org>2021-12-20 19:10:10 -0600
commit0e57fe4d11e59a9625b30be18b84aa69e32f0c37 (patch)
tree5774481eb539886b7f5c966ef0bb6e3bfaa7645f /Documentation/devicetree/bindings/arm/qcom.yaml
parentdt-bindings: firmware: scm: Add SM8450 compatible (diff)
downloadlinux-dev-0e57fe4d11e59a9625b30be18b84aa69e32f0c37.tar.xz
linux-dev-0e57fe4d11e59a9625b30be18b84aa69e32f0c37.zip
dt-bindings: arm: qcom: Document SM8450 SoC and boards
Document the SM8450 SoC binding and also the boards using it. Signed-off-by: Vinod Koul <vkoul@kernel.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20211201072745.3969077-4-vkoul@kernel.org
Diffstat (limited to '')
-rw-r--r--Documentation/devicetree/bindings/arm/qcom.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index c8808e0f9e64..29a0bd3adac2 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -50,6 +50,7 @@ description: |
sm8150
sm8250
sm8350
+ sm8450
The 'board' element must be one of the following strings:
@@ -257,6 +258,11 @@ properties:
- qcom,sm8350-mtp
- const: qcom,sm8350
+ - items:
+ - enum:
+ - qcom,sm8450-qrd
+ - const: qcom,sm8450
+
additionalProperties: true
...