From 15aab68d29d9cea49ff5983851597e8c8644bab6 Mon Sep 17 00:00:00 2001 From: Jordan Yates Date: Tue, 30 Jul 2024 11:42:29 +1000 Subject: [PATCH] boards: nordic: nrf9161dk: remove duplicate flash Remove the flash node defined in the default `v0.9.0` variant before adding a new node for the `v0.7.0` variant. Fixes two instances of `jedec,spi-nor` being present in the final dts. Signed-off-by: Jordan Yates --- boards/nordic/nrf9161dk/nrf9161dk_nrf9161_common_0_7_0.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boards/nordic/nrf9161dk/nrf9161dk_nrf9161_common_0_7_0.dtsi b/boards/nordic/nrf9161dk/nrf9161dk_nrf9161_common_0_7_0.dtsi index 5336ca3ba0667a..312997e017863e 100644 --- a/boards/nordic/nrf9161dk/nrf9161dk_nrf9161_common_0_7_0.dtsi +++ b/boards/nordic/nrf9161dk/nrf9161dk_nrf9161_common_0_7_0.dtsi @@ -4,6 +4,9 @@ * SPDX-License-Identifier: Apache-2.0 */ +/* Remove v0.9.0 variant flash */ +/delete-node/ &gd25wb256; + &spi3 { gd25lb256: gd25lb256e3ir@1 { compatible = "jedec,spi-nor";