On Mon, 12 Dec 2022 18:49:33 +0100, Krzysztof Kozlowski wrote: > On some SoCs the watchdog device is actually mixed with timer, e.g. > the qcom,msm-timer on older Qualcomm SoCs where this is actually one > hardware block responsible for both system timer and watchdog. > > Allow calling such device nodes as "timer". > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > > --- > > See also: > https://lore.kernel.org/linux-arm-msm/20221212163532.142533-1-krzysztof.kozlowski@xxxxxxxxxx/T/#t > > which causes warnings: > > qcom-msm8960-cdp.dtb: timer@200a000: $nodename:0: 'timer@200a000' does not match '^watchdog(@.*|-[0-9a-f])?$' > From schema: Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml > --- > Documentation/devicetree/bindings/watchdog/watchdog.yaml | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>