Re: [PATCH v2 2/2] ARM: dts: freescale: align watchdog node name with dtschema

From: Shawn Guo
Date: Thu Oct 29 2020 - 20:40:26 EST


On Thu, Oct 29, 2020 at 05:21:33PM +0100, Krzysztof Kozlowski wrote:
> The dtschema expects watchdog device node name to be "watchdog":
>
> arch/arm64/boot/dts/freescale/fsl-ls1012a-frdm.dt.yaml: wdog@2ad0000:
> $nodename:0: 'wdog@2ad0000' does not match '^watchdog(@.*|-[0-9a-f])?$'
>
> Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>

s/ARM/arm64 in subject.

I fixed it up and applied the patch.

Shawn

>
> ---
>
> Changes since v1:
> 1. New patch
> ---
> arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi | 2 +-
> arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)