diff options
| author | David Wronek <davidwronek@gmail.com> | 2023-08-24 12:15:04 +0300 |
|---|---|---|
| committer | Bjorn Andersson <andersson@kernel.org> | 2023-09-20 05:37:41 +0300 |
| commit | 9b4adf37fdc0ca8cd1d14b4160e2f04b63df98e6 (patch) | |
| tree | a8b982eadc001172ef46db33de5b26058e9dd15f | |
| parent | b8d34535a04c11b92a687c31a352c123ba21e22b (diff) | |
| download | linux-9b4adf37fdc0ca8cd1d14b4160e2f04b63df98e6.tar.xz | |
dt-bindings: arm: qcom: Document SM7125 and xiaomi,joyeuse board
Document the xiaomi,joyeuse board based on the Qualcomm SM7125 SoC.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: David Wronek <davidwronek@gmail.com>
Link: https://lore.kernel.org/r/20230824091737.75813-2-davidwronek@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
| -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 ea85c7602b6b..39648d9e1e67 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -79,6 +79,7 @@ description: | sm6125 sm6350 sm6375 + sm7125 sm7225 sm8150 sm8250 @@ -976,6 +977,11 @@ properties: - items: - enum: + - xiaomi,joyeuse + - const: qcom,sm7125 + + - items: + - enum: - fairphone,fp4 - const: qcom,sm7225 @@ -1117,6 +1123,7 @@ allOf: - qcom,sm6115 - qcom,sm6125 - qcom,sm6350 + - qcom,sm7125 - qcom,sm7225 - qcom,sm8150 - qcom,sm8250 |
