On 8/7/24 09:02, Krzysztof Kozlowski wrote:
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?
This makes sense, sorry for the noise, and thank you for the correction!
--
Best wishes,
Vladimir