[PATCH v4 1/2] dt-bindings: firmware: arm,scmi: Document arm,no-completion-irq property

Marek Vasut marek.vasut at mailbox.org
Mon Jan 19 11:00:54 PST 2026


On 1/19/26 5:53 PM, Cristian Marussi wrote:

[...]

>> diff --git a/Documentation/devicetree/bindings/firmware/arm,scmi.yaml b/Documentation/devicetree/bindings/firmware/arm,scmi.yaml
>> index be817fd9cc34b..d06cca9273c48 100644
>> --- a/Documentation/devicetree/bindings/firmware/arm,scmi.yaml
>> +++ b/Documentation/devicetree/bindings/firmware/arm,scmi.yaml
>> @@ -146,6 +146,13 @@ properties:
>>         this platform. If set, the value should be non-zero.
>>       minimum: 1
>>   
>> +  arm,no-completion-irq:
>> +    type: boolean
>> +    description:
> 
> Shouldn't these two points have to be swapped as per Sudeep and Rob
> suggestions ?
> 
>      description:
> 	....
>      type: boolean
> 
>> +      This optional property is intended for hardware that does not generate
>> +      completion interrupts and can be used to unconditionally enable forced
>> +      polling mode of operation.
>> +
>>     arm,smc-id:
>>       $ref: /schemas/types.yaml#/definitions/uint32
>>       description:

They were referring to the content of the description: . Note that the 
type precedes the description: , see e.g. arm,smc-id above or any of the 
other properties.



More information about the linux-arm-kernel mailing list