aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2024-04-01 16:10:25 +0200
committerDinh Nguyen <dinguyen@kernel.org>2024-04-05 07:28:34 -0500
commit749ccf87a6c903d325e5f33d2f30ebaa09b3e82b (patch)
treeace35c24bd350f4c6c6cf26740792c6c09ae63b7
parent3e5a1193285e1cd41e16296d73f49e8eb3059aec (diff)
downloadlinux-socfpga_dts_for_v6.10.tar.gz
arm64: dts: n5x: socdk: drop unneeded flash address/size-cellssocfpga_dts_for_v6.10
Flash node uses single "partition" node to describe partitions, so remove deprecated address/size-cells properties to also fix dtc W=1 warnings: socfpga_n5x_socdk.dts:85.10-114.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>
-rw-r--r--arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts b/arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts
index 2d70a92c20900e..7952c7f47cc2f8 100644
--- a/arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts
+++ b/arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts
@@ -83,8 +83,6 @@
&qspi {
status = "okay";
flash@0 {
- #address-cells = <1>;
- #size-cells = <1>;
compatible = "micron,mt25qu02g", "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <100000000>;