diff options
| author | Manivannan Sadhasivam <[email protected]> | 2020-09-04 12:06:32 +0530 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2020-09-10 16:38:35 +0000 |
| commit | 152a1b4c3e7c16fe8ea9a3171fcb29c5ce030ebb (patch) | |
| tree | ceee826b2dcecd17334fd08620aceca398e62c25 | |
| parent | 7ec3e67307f8611b5db7f76048505df9393563ea (diff) | |
dt-bindings: arm: qcom: Document SM8250 SoC and boards
Document the SM8250 SoC binding and also the boards using it.
Signed-off-by: Manivannan Sadhasivam <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/arm/qcom.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 6031aee0f5a8..1adc8a33a3e4 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -40,6 +40,7 @@ description: | sdm630 sdm660 sdm845 + sm8250 The 'board' element must be one of the following strings: @@ -165,4 +166,10 @@ properties: - qcom,ipq6018-cp01-c1 - const: qcom,ipq6018 + - items: + - enum: + - qcom,qrb5165-rb5 + - qcom,sm8250-mtp + - const: qcom,sm8250 + ... |