Add IPQ9574 device support for ath11k. The schema is identical to ipq6018, so add the compatible string where needed. Signed-off-by: Alexandru Gagniuc --- Changes since v1: - place compatible strings after instead of before ipq8074 --- .../devicetree/bindings/net/wireless/qcom,ath11k.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml b/Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml index c089677702cf..5efb2ce0a6be 100644 --- a/Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml +++ b/Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml @@ -18,6 +18,7 @@ properties: compatible: enum: - qcom,ipq8074-wifi + - qcom,ipq9574-wifi - qcom,ipq6018-wifi - qcom,wcn6750-wifi - qcom,ipq5018-wifi @@ -103,6 +104,7 @@ allOf: contains: enum: - qcom,ipq8074-wifi + - qcom,ipq9574-wifi - qcom,ipq6018-wifi then: properties: @@ -221,6 +223,7 @@ allOf: contains: enum: - qcom,ipq8074-wifi + - qcom,ipq9574-wifi - qcom,ipq6018-wifi then: required: -- 2.45.1