Commit df4c17aa authored by Kathiravan T's avatar Kathiravan T Committed by Jassi Brar

dt-bindings: mailbox: qcom: add compatible for the IPQ5332 SoC

Add the mailbox compatible for the IPQ5332 SoC.

Since the IPQ5332 mailbox is compatible with the IPQ6018, lets create the
fallback to ipq6018 compatible, so that we don't bloat the of_device_id
table in the driver.
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarKathiravan T <quic_kathirav@quicinc.com>
Signed-off-by: default avatarJassi Brar <jaswinder.singh@linaro.org>
parent b114f135
...@@ -16,6 +16,10 @@ maintainers: ...@@ -16,6 +16,10 @@ maintainers:
properties: properties:
compatible: compatible:
oneOf: oneOf:
- items:
- enum:
- qcom,ipq5332-apcs-apps-global
- const: qcom,ipq6018-apcs-apps-global
- items: - items:
- enum: - enum:
- qcom,ipq6018-apcs-apps-global - qcom,ipq6018-apcs-apps-global
...@@ -104,9 +108,10 @@ allOf: ...@@ -104,9 +108,10 @@ allOf:
- if: - if:
properties: properties:
compatible: compatible:
enum: contains:
- qcom,ipq6018-apcs-apps-global enum:
- qcom,ipq8074-apcs-apps-global - qcom,ipq6018-apcs-apps-global
- qcom,ipq8074-apcs-apps-global
then: then:
properties: properties:
clocks: clocks:
...@@ -144,9 +149,10 @@ allOf: ...@@ -144,9 +149,10 @@ allOf:
- if: - if:
properties: properties:
compatible: compatible:
enum: contains:
- qcom,ipq6018-apcs-apps-global enum:
- qcom,ipq8074-apcs-apps-global - qcom,ipq6018-apcs-apps-global
- qcom,ipq8074-apcs-apps-global
then: then:
properties: properties:
'#clock-cells': '#clock-cells':
......
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