From 30f0a6e9faa314b462a6c3975a44e317661565af Mon Sep 17 00:00:00 2001 From: Bjarki Arge Andreasen Date: Mon, 30 Sep 2024 11:46:55 +0200 Subject: [PATCH] [nrf fromlist] boards: nordic: nrf7002dk: re-enable external flash by default The external flash (mx25r64) was accidentally disabled during testing. The node should be enabled by default like its spi. This commit removes the status = "disabled"; Upstream PR: https://github.com/zephyrproject-rtos/zephyr/pull/79191 Signed-off-by: Bjarki Arge Andreasen --- boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi b/boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi index ce11dbcb61d..cff6e54fd5d 100644 --- a/boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi +++ b/boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi @@ -173,7 +173,6 @@ arduino_i2c: &i2c1 { cs-gpios = <&gpio0 11 GPIO_ACTIVE_LOW>; mx25r64: mx25r6435f@0 { compatible = "jedec,spi-nor"; - status = "disabled"; reg = <0>; spi-max-frequency = <33000000>; jedec-id = [c2 28 17];