Re: [PATCH v2 1/1] dt-bindings: input: touchscreen: convert lpc32xx-tsc.txt to yaml format

From: Vladimir Zapolskiy
Date: Fri Jun 27 2025 - 21:01:18 EST


On 6/25/25 19:34, Frank Li wrote:
Convert lpc32xx-tsc.txt to yaml format.

Additional changes:
- add clocks and put it into required list to match existed lpc32xx.dtsi.

Signed-off-by: Frank Li <Frank.Li@xxxxxxx>

<snip>

+
+examples:
+ - |
+ #include <dt-bindings/clock/lpc32xx-clock.h>
+
+ touchscreen@40048000 {
+ compatible = "nxp,lpc3220-tsc";
+ reg = <0x40048000 0x1000>;
+ interrupt-parent = <&mic>;
+ interrupts = <39 0>;

interrupt-parent = <&sic1>;
interrupts = <7 4>;

+ clocks = <&clk LPC32XX_CLK_ADC>;
+ };

With this minor asked correction, feel free to add my

Reviewed-by: Vladimir Zapolskiy <vz@xxxxxxxxx>

--
Best wishes,
Vladimir