From 5b436963b1ec32bb58bd403d26e35969b44db2fb Mon Sep 17 00:00:00 2001 From: Maciej Baczmanski Date: Thu, 13 Feb 2025 12:21:10 +0100 Subject: [PATCH] samples: matter: fix compliance in dts overlays Fix incorrect indentation in some dts overlays. Signed-off-by: Maciej Baczmanski --- applications/matter_weather_station/app.overlay | 2 +- .../matter/light_bulb/boards/nrf5340dk_nrf5340_cpuapp.overlay | 2 +- .../matter/light_bulb/boards/nrf7002dk_nrf5340_cpuapp.overlay | 2 +- .../matter/light_switch/boards/nrf5340dk_nrf5340_cpuapp.overlay | 2 +- .../matter/light_switch/boards/nrf7002dk_nrf5340_cpuapp.overlay | 2 +- samples/matter/lock/boards/nrf5340dk_nrf5340_cpuapp.overlay | 2 +- samples/matter/lock/boards/nrf7002dk_nrf5340_cpuapp.overlay | 2 +- .../smoke_co_alarm/boards/nrf5340dk_nrf5340_cpuapp.overlay | 2 +- samples/matter/template/boards/nrf5340dk_nrf5340_cpuapp.overlay | 2 +- samples/matter/template/boards/nrf7002dk_nrf5340_cpuapp.overlay | 2 +- .../window_covering/boards/nrf5340dk_nrf5340_cpuapp.overlay | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/applications/matter_weather_station/app.overlay b/applications/matter_weather_station/app.overlay index 6ad93e4cb38d..6133796c677f 100644 --- a/applications/matter_weather_station/app.overlay +++ b/applications/matter_weather_station/app.overlay @@ -67,7 +67,7 @@ /* Set IPC thread priority to the highest value to not collide with other threads. */ &ipc0 { - zephyr,priority = <0 PRIO_COOP>; + zephyr,priority = <0 PRIO_COOP>; }; &i2c1 { diff --git a/samples/matter/light_bulb/boards/nrf5340dk_nrf5340_cpuapp.overlay b/samples/matter/light_bulb/boards/nrf5340dk_nrf5340_cpuapp.overlay index 77d60d7e72ee..303db6622af2 100644 --- a/samples/matter/light_bulb/boards/nrf5340dk_nrf5340_cpuapp.overlay +++ b/samples/matter/light_bulb/boards/nrf5340dk_nrf5340_cpuapp.overlay @@ -30,7 +30,7 @@ /* Set IPC thread priority to the highest value to not collide with other threads. */ &ipc0 { - zephyr,priority = <0 PRIO_COOP>; + zephyr,priority = <0 PRIO_COOP>; }; &pwm0 { diff --git a/samples/matter/light_bulb/boards/nrf7002dk_nrf5340_cpuapp.overlay b/samples/matter/light_bulb/boards/nrf7002dk_nrf5340_cpuapp.overlay index fe746730297a..a5fde213f550 100644 --- a/samples/matter/light_bulb/boards/nrf7002dk_nrf5340_cpuapp.overlay +++ b/samples/matter/light_bulb/boards/nrf7002dk_nrf5340_cpuapp.overlay @@ -31,7 +31,7 @@ /* Set IPC thread priority to the highest value to not collide with other threads. */ &ipc0 { - zephyr,priority = <0 PRIO_COOP>; + zephyr,priority = <0 PRIO_COOP>; }; &pwm0 { diff --git a/samples/matter/light_switch/boards/nrf5340dk_nrf5340_cpuapp.overlay b/samples/matter/light_switch/boards/nrf5340dk_nrf5340_cpuapp.overlay index b2f9923aa7e7..ab821dc7a371 100644 --- a/samples/matter/light_switch/boards/nrf5340dk_nrf5340_cpuapp.overlay +++ b/samples/matter/light_switch/boards/nrf5340dk_nrf5340_cpuapp.overlay @@ -14,7 +14,7 @@ /* Set IPC thread priority to the highest value to not collide with other threads. */ &ipc0 { - zephyr,priority = <0 PRIO_COOP>; + zephyr,priority = <0 PRIO_COOP>; }; /* Disable unused peripherals to reduce power consumption */ diff --git a/samples/matter/light_switch/boards/nrf7002dk_nrf5340_cpuapp.overlay b/samples/matter/light_switch/boards/nrf7002dk_nrf5340_cpuapp.overlay index 280120007ef4..837e117d126a 100644 --- a/samples/matter/light_switch/boards/nrf7002dk_nrf5340_cpuapp.overlay +++ b/samples/matter/light_switch/boards/nrf7002dk_nrf5340_cpuapp.overlay @@ -18,5 +18,5 @@ /* Set IPC thread priority to the highest value to not collide with other threads. */ &ipc0 { - zephyr,priority = <0 PRIO_COOP>; + zephyr,priority = <0 PRIO_COOP>; }; diff --git a/samples/matter/lock/boards/nrf5340dk_nrf5340_cpuapp.overlay b/samples/matter/lock/boards/nrf5340dk_nrf5340_cpuapp.overlay index b2f9923aa7e7..ab821dc7a371 100644 --- a/samples/matter/lock/boards/nrf5340dk_nrf5340_cpuapp.overlay +++ b/samples/matter/lock/boards/nrf5340dk_nrf5340_cpuapp.overlay @@ -14,7 +14,7 @@ /* Set IPC thread priority to the highest value to not collide with other threads. */ &ipc0 { - zephyr,priority = <0 PRIO_COOP>; + zephyr,priority = <0 PRIO_COOP>; }; /* Disable unused peripherals to reduce power consumption */ diff --git a/samples/matter/lock/boards/nrf7002dk_nrf5340_cpuapp.overlay b/samples/matter/lock/boards/nrf7002dk_nrf5340_cpuapp.overlay index 280120007ef4..837e117d126a 100644 --- a/samples/matter/lock/boards/nrf7002dk_nrf5340_cpuapp.overlay +++ b/samples/matter/lock/boards/nrf7002dk_nrf5340_cpuapp.overlay @@ -18,5 +18,5 @@ /* Set IPC thread priority to the highest value to not collide with other threads. */ &ipc0 { - zephyr,priority = <0 PRIO_COOP>; + zephyr,priority = <0 PRIO_COOP>; }; diff --git a/samples/matter/smoke_co_alarm/boards/nrf5340dk_nrf5340_cpuapp.overlay b/samples/matter/smoke_co_alarm/boards/nrf5340dk_nrf5340_cpuapp.overlay index fe200de812e0..41128f719bbb 100644 --- a/samples/matter/smoke_co_alarm/boards/nrf5340dk_nrf5340_cpuapp.overlay +++ b/samples/matter/smoke_co_alarm/boards/nrf5340dk_nrf5340_cpuapp.overlay @@ -14,7 +14,7 @@ /* Set IPC thread priority to the highest value to not collide with other threads. */ &ipc0 { - zephyr,priority = <0 PRIO_COOP>; + zephyr,priority = <0 PRIO_COOP>; }; /* Disable unused peripherals to reduce power consumption */ diff --git a/samples/matter/template/boards/nrf5340dk_nrf5340_cpuapp.overlay b/samples/matter/template/boards/nrf5340dk_nrf5340_cpuapp.overlay index b2f9923aa7e7..ab821dc7a371 100644 --- a/samples/matter/template/boards/nrf5340dk_nrf5340_cpuapp.overlay +++ b/samples/matter/template/boards/nrf5340dk_nrf5340_cpuapp.overlay @@ -14,7 +14,7 @@ /* Set IPC thread priority to the highest value to not collide with other threads. */ &ipc0 { - zephyr,priority = <0 PRIO_COOP>; + zephyr,priority = <0 PRIO_COOP>; }; /* Disable unused peripherals to reduce power consumption */ diff --git a/samples/matter/template/boards/nrf7002dk_nrf5340_cpuapp.overlay b/samples/matter/template/boards/nrf7002dk_nrf5340_cpuapp.overlay index 79e4b79812f0..305b7e6a778f 100644 --- a/samples/matter/template/boards/nrf7002dk_nrf5340_cpuapp.overlay +++ b/samples/matter/template/boards/nrf7002dk_nrf5340_cpuapp.overlay @@ -19,5 +19,5 @@ /* Set IPC thread priority to the highest value to not collide with other threads. */ &ipc0 { - zephyr,priority = <0 PRIO_COOP>; + zephyr,priority = <0 PRIO_COOP>; }; diff --git a/samples/matter/window_covering/boards/nrf5340dk_nrf5340_cpuapp.overlay b/samples/matter/window_covering/boards/nrf5340dk_nrf5340_cpuapp.overlay index 765764531f5e..fec028e53728 100644 --- a/samples/matter/window_covering/boards/nrf5340dk_nrf5340_cpuapp.overlay +++ b/samples/matter/window_covering/boards/nrf5340dk_nrf5340_cpuapp.overlay @@ -33,7 +33,7 @@ /* Set IPC thread priority to the highest value to not collide with other threads. */ &ipc0 { - zephyr,priority = <0 PRIO_COOP>; + zephyr,priority = <0 PRIO_COOP>; }; /* Disable unused peripherals to reduce power consumption */