On Wed, Nov 11, 2020 at 02:05:05PM +0100, Marc Kleine-Budde wrote: > Change i.MX SoCs nand node name from "flexcan" to "can" to be compliant with > yaml schema, it requires the nodename to be "can". This fixes the following > error found by dtbs_check: > > arch/arm/boot/dts/imx6dl-apf6dev.dt.yaml: flexcan@2090000: $nodename:0: 'flexcan@2090000' does not match '^can(@.*)?$' > From schema: Documentation/devicetree/bindings/net/can/fsl,flexcan.yaml > > Cc: Shawn Guo <shawnguo@xxxxxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > Signed-off-by: Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx> Applied, thanks.