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

arm64: dts: agilex: socdk: 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_agilex_socdk.dts:108.10-137.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
41f7adb6 7f787253

-2
-2
arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
··· 106 106 &qspi { 107 107 status = "okay"; 108 108 flash@0 { 109 - #address-cells = <1>; 110 - #size-cells = <1>; 111 109 compatible = "micron,mt25qu02g", "jedec,spi-nor"; 112 110 reg = <0>; 113 111 spi-max-frequency = <100000000>;