On Fri, 30 Oct 2020 19:36:55 +0100, Alexandre Belloni wrote: > Move the TCB pwm nodes under their parent. This removes the need for the > tc-block property as there is now a child-parent relationship between the > TC channel and the TC block. > > Move the documentation to the main file. > > Signed-off-by: Alexandre Belloni <alexandre.belloni@xxxxxxxxxxx> > --- > Changes in v2: > - rework commit message > - use enum for the pwm node reg values as suggested by Rob. > > .../devicetree/bindings/pwm/atmel-tcb-pwm.txt | 16 --------- > .../soc/microchip/atmel,at91rm9200-tcb.yaml | 34 ++++++++++++++++++- > 2 files changed, 33 insertions(+), 17 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/pwm/atmel-tcb-pwm.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>