Skip to content

Commit a3d587e

Browse files
nvlsianpurlubos
authored andcommitted
samples/../nrf54h20dk: fix dts overlays
removed a new aliases which node are removed by these dts overlays. Signed-off-by: Andrzej Puzdrowski <[email protected]>
1 parent ab418b2 commit a3d587e

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

samples/peripheral/802154_phy_test/sysbuild/remote_shell/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
/delete-property/ sw1;
2929
/delete-property/ sw2;
3030
/delete-property/ sw3;
31+
/delete-property/ mcuboot-led0;
32+
/delete-property/ mcuboot-button0;
3133
};
3234
};
3335

samples/zephyr/boards/nordic/spis_wakeup/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
/delete-property/ sw1;
1414
/delete-property/ sw2;
1515
/delete-property/ sw3;
16+
/delete-property/ mcuboot-button0;
1617
};
1718
/delete-node/ buttons;
1819
};

tests/benchmarks/multicore/idle_twim/sysbuild/vpr_launcher/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
aliases {
99
/delete-property/ led0;
1010
/delete-property/ led1;
11+
/delete-property/ mcuboot-led0;
1112
};
1213
};
1314

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ manifest:
6565
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
6666
- name: zephyr
6767
repo-path: sdk-zephyr
68-
revision: pull/3368/head
68+
revision: 1801e0bf52f9ba75868e09ef154c13047f606832
6969
import:
7070
# In addition to the zephyr repository itself, NCS also
7171
# imports the contents of zephyr/west.yml at the above

0 commit comments

Comments
 (0)