diff options
author | 2022-05-21 18:45:47 +0200 | |
---|---|---|
committer | 2022-07-20 12:24:54 -0500 | |
commit | 31b3483aaa180b88f90861d5113c342442f3646f (patch) | |
tree | 5f2010fa89700d0d70ffbb70dbb1c9cb24e2cd64 | |
parent | dt-bindings: arm: qcom: add missing SM6125 board compatibles (diff) | |
download | wireguard-linux-31b3483aaa180b88f90861d5113c342442f3646f.tar.xz wireguard-linux-31b3483aaa180b88f90861d5113c342442f3646f.zip |
dt-bindings: arm: qcom: add missing SM6350 board compatibles
Document board compatibles already present in Linux kernel.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220521164550.91115-9-krzysztof.kozlowski@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
-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 66b0e5b71c38..60f37ee50797 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -55,6 +55,7 @@ description: | sdx55 sdx65 sm6125 + sm6350 sm7225 sm8150 sm8250 @@ -673,6 +674,11 @@ properties: - items: - enum: + - sony,pdx213 + - const: qcom,sm6350 + + - items: + - enum: - fairphone,fp4 - const: qcom,sm7225 |