On Wed, 03 Feb 2021 21:59:05 +0900, Damien Le Moal wrote: > The Synopsis DesignWare APB timer driver > (drivers/clocksource/dw_apb_timer_of.c) indirectly uses the resets > property of its node as it executes the function of_reset_control_get(). > Make sure that this property is documented in > timer/snps,dw-apb-timer.yaml to avoid make dtbs_check warnings. > > Cc: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx> > Cc: Rob Herring <robh@xxxxxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > Signed-off-by: Damien Le Moal <damien.lemoal@xxxxxxx> > Reviewed-by: Atish Patra <atish.patra@xxxxxxx> > --- > Documentation/devicetree/bindings/timer/snps,dw-apb-timer.yaml | 3 +++ > 1 file changed, 3 insertions(+) > Acked-by: Rob Herring <robh@xxxxxxxxxx>