Skip to content

Commit 9768032

Browse files
committed
dts: arm: xilinx: zynqmp: mark flash0 node as disabled
Currently ZynqMP board setups do not appear to be using the flash0 node which is used for running in XIP mode from QSPI flash storage. Mark this node as disabled to avoid tripping up the drivers.flash.common.disable_spi_nor tests, which would otherwise try to build with FLASH enabled and SPI_NOR disabled. Signed-off-by: Robert Hancock <[email protected]>
1 parent 181c42c commit 9768032

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dts/arm/xilinx/zynqmp.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
flash0: flash@c0000000 {
1919
compatible = "soc-nv-flash";
2020
reg = <0xc0000000 DT_SIZE_M(32)>;
21+
status = "disabled";
2122
};
2223

2324
sram0: memory@0 {

0 commit comments

Comments
 (0)