diff options
author | 2022-05-21 18:45:46 +0200 | |
---|---|---|
committer | 2022-07-20 12:24:54 -0500 | |
commit | d3ddba6a25dc16f2679717cec773118fc8baf5fa (patch) | |
tree | 7be2997ef0dcab09e751901f387fd68223954e93 | |
parent | dt-bindings: arm: qcom: add missing SDM845 board compatibles (diff) | |
download | linux-dev-d3ddba6a25dc16f2679717cec773118fc8baf5fa.tar.xz linux-dev-d3ddba6a25dc16f2679717cec773118fc8baf5fa.zip |
dt-bindings: arm: qcom: add missing SM6125 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-8-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 f18e7989d451..66b0e5b71c38 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -54,6 +54,7 @@ description: | sdm845 sdx55 sdx65 + sm6125 sm7225 sm8150 sm8250 @@ -667,6 +668,11 @@ properties: - items: - enum: + - sony,pdx201 + - const: qcom,sm6125 + + - items: + - enum: - fairphone,fp4 - const: qcom,sm7225 |