]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: ls1021a-tqmals1021a: Remove superfluous address and size cells for qflash
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Fri, 25 Jul 2025 06:16:31 +0000 (08:16 +0200)
committerShawn Guo <shawnguo@kernel.org>
Fri, 22 Aug 2025 03:21:18 +0000 (11:21 +0800)
The jedec SPI-NOR flash node itself has no partitions, but the partitions
subnode.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/ls/ls1021a-tqmls1021a.dtsi

index 271001eb5ad7f8929e1f2401ffbe417497fd5d45..167559521ae109f79afa1b84e17c2a3519af637c 100644 (file)
@@ -66,8 +66,6 @@
 
        qflash0: flash@0 {
                compatible = "jedec,spi-nor";
-               #address-cells = <1>;
-               #size-cells = <1>;
                spi-max-frequency = <20000000>;
                spi-rx-bus-width = <4>;
                spi-tx-bus-width = <4>;