The Qualcomm WCN3610 is a 2.4GHz-only WLAN/BT combo chip. It's similar to the WCN3620, though more basic. Add a wcn3610 compatible for use in device trees.
It needs its own compatible because of chip-specific configuration done in wcn36xx. Signed-off-by: Kerigan Creighton <[email protected]> --- Changes in v2: - Move the Documentation patch to the beginning of the patch set. Changes in v3: - Describe the hardware rather than the driver in the dt-bindings patch [Krzysztof]. --- Documentation/devicetree/bindings/remoteproc/qcom,wcnss-pil.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,wcnss-pil.yaml b/Documentation/devicetree/bindings/remoteproc/qcom,wcnss-pil.yaml index 117fb4d0c4..018cdf5177 100644 --- a/Documentation/devicetree/bindings/remoteproc/qcom,wcnss-pil.yaml +++ b/Documentation/devicetree/bindings/remoteproc/qcom,wcnss-pil.yaml @@ -109,6 +109,7 @@ properties: properties: compatible: enum: + - qcom,wcn3610 - qcom,wcn3620 - qcom,wcn3660 - qcom,wcn3660b -- 2.53.0

