On Sun, 26 Apr 2020 11:20:32 -0500, Samuel Holland wrote: > This arch_timer property was added in commit c950ca8c35ee > ("clocksource/drivers/arch_timer: Workaround for Allwinner A64 timer instability") > but I omitted the device tree binding documentation. Now > `make dtbs_check` prints the following warning for all A64 boards: > > timer: 'allwinner,erratum-unknown1' does not match any of the regexes: 'pinctrl-[0-9]+' > > Resolve this by documenting the erratum property. > > Signed-off-by: Samuel Holland <samuel@xxxxxxxxxxxx> > --- > Documentation/devicetree/bindings/timer/arm,arch_timer.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > Applied, thanks!