[PATCH v3 1/2] dt-bindings: net: Convert ATH10K to YAML
Krzysztof Kozlowski
krzysztof.kozlowski at linaro.org
Thu Apr 6 11:30:49 PDT 2023
On 06/04/2023 20:26, Konrad Dybcio wrote:
>>> + interrupts:
>>> + items:
>>> + - description: CE0
>>> + - description: CE1
>>> + - description: CE2
>>> + - description: CE3
>>> + - description: CE4
>>> + - description: CE5
>>> + - description: CE6
>>> + - description: CE7
>>> + - description: CE8
>>> + - description: CE9
>>> + - description: CE10
>>> + - description: CE11
>>
>> What about interrupt-names here? If they are not expected, then just
>> interrupt-names: false
> They obviously wouldn't hurt, but they're unused on the driver side:
>
> for (i = 0; i < CE_COUNT; i++) {
> ret = platform_get_irq(ar_snoc->dev, i);
>
> So I will forbid them.
Assuming DTS does not have them.
Best regards,
Krzysztof
More information about the ath10k
mailing list