]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: fsl-ls1046a: Remove superfluous address and size cells
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Tue, 1 Jul 2025 06:24:50 +0000 (08:24 +0200)
committerShawn Guo <shawnguo@kernel.org>
Fri, 11 Jul 2025 08:34:32 +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-ls1046a-tqmls1046a.dtsi

index 4a8f8bc688f528da25d74cc052e68801edf25809..cafb35f674aa450ee2adb86be9ef3b1d2d56f67e 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>;