diff options
| author | Luca Weiss <[email protected]> | 2022-02-20 21:19:02 +0100 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2022-02-24 14:08:37 -0600 |
| commit | cb898d5e59b41a268dcf4dbef31d651c393dfbae (patch) | |
| tree | 611f96265ea498b837c5927b37a85d17597d941f | |
| parent | 24af02271ca7cf095186963002d1d98349d9e5e5 (diff) | |
dt-bindings: arm: qcom: Document sdm632 and fairphone,fp3 board
Add binding documentation for Fairphone 3 smartphone which is based on
Snapdragon 632 (sm632).
Signed-off-by: Luca Weiss <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
| -rw-r--r-- | Documentation/devicetree/bindings/arm/qcom.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 298d7129f907..f4336ea0c6a7 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -42,6 +42,7 @@ description: | sc7180 sc7280 sdm630 + sdm632 sdm660 sdm845 sdx55 @@ -227,6 +228,11 @@ properties: - items: - enum: + - fairphone,fp3 + - const: qcom,sdm632 + + - items: + - enum: - xiaomi,lavender - const: qcom,sdm660 |