arm64: dts: fsl-ls1088a: Remove superfluous address and size cells

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>
This commit is contained in:
Alexander Stein
2025-07-01 08:24:51 +02:00
committed by Shawn Guo
parent 69f209070b
commit 4763fbd26b

View File

@@ -17,8 +17,6 @@ &qspi {
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>;