aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinod Koul <vkoul@kernel.org>2020-11-11 16:20:36 +0530
committerVinod Koul <vkoul@kernel.org>2020-12-29 10:17:52 +0530
commit43921a360000033cc8d53f5d2609b1296e0d90d5 (patch)
treeacba102a32dbe8f4028998bb5c5af792de437b61
parent5c8fe583cce542aa0b84adc939ce85293de36e5e (diff)
dt-bindings: arm: qcom: Document SM8350 SoC and boards
Document the SM8350 SoC binding and also the boards using it. Signed-off-by: Vinod Koul <vkoul@kernel.org>
-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 c97d4a580f47..8fe7e473bfdf 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -41,6 +41,7 @@ description: |
sdm660
sdm845
sm8250
+ sm8350
The 'board' element must be one of the following strings:
@@ -178,6 +179,11 @@ properties:
- qcom,sm8250-mtp
- const: qcom,sm8250
+ - items:
+ - enum:
+ - qcom,sm8350-mtp
+ - const: qcom,sm8350
+
additionalProperties: true
...