Re: [PATCH 2/2] dt-bindings: mfd: Correct indentation and style in DTS example

From: Krzysztof Kozlowski
Date: Tue Mar 25 2025 - 07:28:44 EST


On 24/03/2025 14:31, Geert Uytterhoeven wrote:
>> - pwmleds {
>> - compatible = "pwm-leds";
>> -
>> - led-1 {
>> - pwms = <&iqs620a_pwm 0 1000000>;
>> - max-brightness = <255>;
>> + iqs620a_pwm: pwm {
>> + compatible = "azoteq,iqs620a-pwm";
>> + #pwm-cells = <2>;
>> };
>> + };
>> };
>>
>> - |
>
> The removal of the pwmleds node belongs in patch [1/2].
> The rest LGTM.

True, I lost it in the context. Thanks.

Best regards,
Krzysztof