Commit bb35fe1e authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

dt-bindings: arm: qcom: fix MSM8916 MTP compatibles

The order of compatibles for MSM8916 MTP board is different:

  msm8916-mtp.dtb: /: compatible: 'oneOf' conditional failed, one must be fixed:
    ['qcom,msm8916-mtp', 'qcom,msm8916-mtp/1', 'qcom,msm8916'] is too long

Fixes: 9d3ef77f ("dt-bindings: arm: Convert QCom board/soc bindings to json-schema")
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220520123252.365762-3-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 25d203d0
...@@ -159,8 +159,8 @@ properties: ...@@ -159,8 +159,8 @@ properties:
- const: qcom,msm8974 - const: qcom,msm8974
- items: - items:
- const: qcom,msm8916-mtp/1
- const: qcom,msm8916-mtp - const: qcom,msm8916-mtp
- const: qcom,msm8916-mtp/1
- const: qcom,msm8916 - const: qcom,msm8916
- items: - items:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment