[PATCH 09/15] ARM: dts: ls1021a-qds: Rename node name at45db021d at 0 to flash at 0
Krzysztof Kozlowski
krzk at kernel.org
Tue Aug 19 00:17:50 PDT 2025
On 18/08/2025 22:48, Frank Li wrote:
> Rename node name at45db021d at 0 to flash at 0 to fix below CHECK_DTBS warnings:
> arch/arm/boot/dts/nxp/ls/ls1021a-qds.dtb: at45db021d at 0 (atmel,at45db021d): Unevaluated properties are not allowed ('#address-cells', '#size-cells', 'spi-cpha', 'spi-cpol' were unexpected)
> from schema $id: http://devicetree.org/schemas/mtd/atmel,dataflash.yaml#
>
> Signed-off-by: Frank Li <Frank.Li at nxp.com>
> ---
> arch/arm/boot/dts/nxp/ls/ls1021a-qds.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/nxp/ls/ls1021a-qds.dts b/arch/arm/boot/dts/nxp/ls/ls1021a-qds.dts
> index 227a886ca6825465cfbb404e93c8f5e9977b1321..8bc8ff2e3b03d6eeb43d79fe0555842536ab735c 100644
> --- a/arch/arm/boot/dts/nxp/ls/ls1021a-qds.dts
> +++ b/arch/arm/boot/dts/nxp/ls/ls1021a-qds.dts
> @@ -66,7 +66,7 @@ &dspi0 {
> bus-num = <0>;
> status = "okay";
>
> - dspiflash: at45db021d at 0 {
> + dspiflash: flash at 0 {
Don't do this node by node. Squash your patches.
Best regards,
Krzysztof
More information about the linux-arm-kernel
mailing list