From 6dd7041c44f61e808133384d87069e842ae678ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Chru=C5=9Bci=C5=84ski?= Date: Mon, 13 Jan 2025 10:29:37 +0100 Subject: [PATCH] boards: shields: pca63566: Enable runtime PM for i2c and spi nodes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add property to enable runtime PM for i2c and spi used for controlling the sensor. Signed-off-by: Krzysztof Chruściński --- boards/shields/pca63566/boards/nrf54h20dk_nrf54h20_common.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boards/shields/pca63566/boards/nrf54h20dk_nrf54h20_common.dtsi b/boards/shields/pca63566/boards/nrf54h20dk_nrf54h20_common.dtsi index 57a99fe79836..b606bdb56006 100644 --- a/boards/shields/pca63566/boards/nrf54h20dk_nrf54h20_common.dtsi +++ b/boards/shields/pca63566/boards/nrf54h20dk_nrf54h20_common.dtsi @@ -55,6 +55,7 @@ pinctrl-1 = <&i2c130_sleep>; pinctrl-names = "default", "sleep"; zephyr,concat-buf-size = <255>; + zephyr,pm-device-runtime-auto; bme688: bme688@76 { compatible = "bosch,bme680"; @@ -82,6 +83,7 @@ pinctrl-1 = <&spi131_sleep>; pinctrl-names = "default", "sleep"; overrun-character = <0x00>; + zephyr,pm-device-runtime-auto; cs-gpios = <&gpio0 4 GPIO_ACTIVE_LOW>, <&gpio1 2 GPIO_ACTIVE_LOW>;