Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: stratix10: socdk_nand: drop unneeded flash address/size-cells

Flash node uses single "partition" node to describe partitions, so
remove deprecated address/size-cells properties to also fix dtc W=1
warnings:

socfpga_stratix10_socdk_nand.dts:171.10-200.4: Warning (avoid_unnecessary_addr_size): /soc@0/spi@ff8d2000/flash@0: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Dinh Nguyen
7f787253 718a2bb5

-2
-2
arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts
··· 169 169 &qspi { 170 170 status = "okay"; 171 171 flash@0 { 172 - #address-cells = <1>; 173 - #size-cells = <1>; 174 172 compatible = "micron,mt25qu02g", "jedec,spi-nor"; 175 173 reg = <0>; 176 174 spi-max-frequency = <100000000>;