Re: [PATCH] dt-bindings: timer: nxp,lpc3220-timer: Convert to dtschema

From: Krzysztof Kozlowski
Date: Wed Aug 07 2024 - 02:02:21 EST


On 06/08/2024 22:13, Vladimir Zapolskiy wrote:
>> +
>> +additionalProperties: false
>> +
>> +examples:
>> + - |
>> + #include <dt-bindings/clock/lpc32xx-clock.h>
>> + #include <dt-bindings/interrupt-controller/irq.h>
>> +
>> + timer@4004c000 {
>> + compatible = "nxp,lpc3220-timer";
>> + reg = <0x4004c000 0x1000>;
>> + interrupts = <17 IRQ_TYPE_LEVEL_LOW>;
>> + clocks = <&clk LPC32XX_CLK_TIMER1>;
>> + clock-names = "timerclk";
>> + };
>
> I would appreciate, if you can use scripts/get_maintainer.pl in future.

It was used and everything is fine. What are you complaining here about?

Best regards,
Krzysztof