Skip to content

Commit 270bd4c

Browse files
krzkgclement
authored andcommitted
arm64: dts: marvell: cn9130-db: 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: cn9130-db.dtsi:313.10-336.4: Warning (avoid_unnecessary_addr_size): /cp0/config-space@f2000000/spi@700680/flash@0: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
1 parent f86f547 commit 270bd4c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

arch/arm64/boot/dts/marvell/cn9130-db.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,6 @@
311311
reg = <0x700680 0x50>;
312312

313313
flash@0 {
314-
#address-cells = <0x1>;
315-
#size-cells = <0x1>;
316314
compatible = "jedec,spi-nor";
317315
reg = <0x0>;
318316
/* On-board MUX does not allow higher frequencies */

0 commit comments

Comments
 (0)