]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: fsl-ls1043a: Remove superfluous address and size cells
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Tue, 1 Jul 2025 06:24:49 +0000 (08:24 +0200)
committerShawn Guo <shawnguo@kernel.org>
Fri, 11 Jul 2025 08:34:31 +0000 (16:34 +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>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1043a-tqmls1043a.dtsi

index 12d5f3938e5d6ac167c33618e139608408ceefa9..e39eaa175936535b8c07e07d0c48cb0eff97ef22 100644 (file)
@@ -17,8 +17,6 @@
        qflash0: flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0>;
-               #address-cells = <1>;
-               #size-cells = <1>;
                spi-max-frequency = <62500000>;
                spi-rx-bus-width = <4>;
                spi-tx-bus-width = <4>;