On Wed, 31 Jul 2024 13:15:40 +0530, Animesh Agarwal wrote: > Convert the NXP LPC3220 timer bindings to yaml format. > Add missing resets property as it is already being used in dts. > > Cc: Daniel Baluta <daniel.baluta@xxxxxxx> > Signed-off-by: Animesh Agarwal <animeshagarwal28@xxxxxxxxx> > --- > .../bindings/timer/nxp,lpc3220-timer.txt | 26 --------- > .../bindings/timer/nxp,lpc3220-timer.yaml | 55 +++++++++++++++++++ > 2 files changed, 55 insertions(+), 26 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/timer/nxp,lpc3220-timer.txt > create mode 100644 Documentation/devicetree/bindings/timer/nxp,lpc3220-timer.yaml > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>