diff options
author | Bhupesh Sharma <bhupesh.sharma@linaro.org> | 2021-06-15 10:45:37 +0300 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2021-06-16 00:03:25 +0300 |
commit | 0bc14d4ad3a7646052b98e9e332a514167a7052f (patch) | |
tree | de2e77c3ac06681eeb9b8636aad1b873a5253e6b /Documentation/devicetree/bindings/arm/qcom.yaml | |
parent | 1534fac32fc6a4320c54b2007e2f5b6f9a8ff336 (diff) | |
download | linux-0bc14d4ad3a7646052b98e9e332a514167a7052f.tar.xz |
dt-bindings: arm: qcom: Add compatible for SA8155p-adp board
SA8155p-adp board is based on Qualcomm Snapdragon sa8155p
SoC which is similar to the sm8150 SoC.
Add support for the same in dt-bindings.
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
Link: https://lore.kernel.org/r/20210615074543.26700-5-bhupesh.sharma@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/qcom.yaml')
-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 5567029044cb..9720b00c41d2 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -36,6 +36,7 @@ description: | msm8992 msm8994 msm8996 + sa8155p sc7180 sc7280 sdm630 @@ -48,6 +49,7 @@ description: | The 'board' element must be one of the following strings: + adp cdp cp01-c1 dragonboard @@ -202,6 +204,11 @@ properties: - items: - enum: + - qcom,sa8155p-adp + - const: qcom,sa8155p + + - items: + - enum: - qcom,sm8150-mtp - const: qcom,sm8150 |