diff options
author | Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> | 2020-09-04 12:06:32 +0530 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2020-09-10 16:38:35 +0000 |
commit | 152a1b4c3e7c16fe8ea9a3171fcb29c5ce030ebb (patch) | |
tree | ceee826b2dcecd17334fd08620aceca398e62c25 /Documentation | |
parent | 7ec3e67307f8611b5db7f76048505df9393563ea (diff) | |
download | linux-152a1b4c3e7c16fe8ea9a3171fcb29c5ce030ebb.tar.gz linux-152a1b4c3e7c16fe8ea9a3171fcb29c5ce030ebb.tar.bz2 linux-152a1b4c3e7c16fe8ea9a3171fcb29c5ce030ebb.zip |
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 <manivannan.sadhasivam@linaro.org>
Link: https://lore.kernel.org/r/20200904063637.28632-2-manivannan.sadhasivam@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'Documentation')
-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 + ... |