Skip to content

Commit fb5978b

Browse files
committed
[nrf fromlist] samples: boards: nordic: spis_wakeup: Fix sample on nrf54h20
Add missing property to spi130 node. Add `zephyr,pm-device-runtime-auto` since the sample enables PM. Upstream PR #: 97044 Signed-off-by: Sebastian Głąb <[email protected]>
1 parent a52c2f7 commit fb5978b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
pinctrl-names = "default", "sleep";
5858
wake-gpios = <&gpio0 2 GPIO_ACTIVE_HIGH>;
5959
memory-regions = <&cpuapp_dma_region>;
60+
zephyr,pm-device-runtime-auto;
6061
/delete-property/ rx-delay-supported;
6162
/delete-property/ rx-delay;
6263
};

0 commit comments

Comments
 (0)