Skip to content

Commit eb2e718

Browse files
erwangonashif
authored andcommitted
tests: Migrate overlay includes to <zephyr/...>
Leftover of work done on #45420 and #45417. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent d6a4b6b commit eb2e718

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

tests/drivers/build_all/led_strip/app.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313

1414
#include <freq.h>
15-
#include <dt-bindings/led/led.h>
15+
#include <zephyr/dt-bindings/led/led.h>
1616

1717
/ {
1818
test {

tests/drivers/pwm/pwm_loopback/boards/disco_l475_iot1.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#include <dt-bindings/pwm/pwm.h>
7+
#include <zephyr/dt-bindings/pwm/pwm.h>
88

99
/ {
1010
pwm_loopback_0 {

tests/drivers/pwm/pwm_loopback/boards/frdm_k64f.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#include <dt-bindings/pwm/pwm.h>
7+
#include <zephyr/dt-bindings/pwm/pwm.h>
88

99
/ {
1010
pwm_loopback_0 {

tests/drivers/pwm/pwm_loopback/boards/nucleo_h743zi.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#include <dt-bindings/pwm/pwm.h>
7+
#include <zephyr/dt-bindings/pwm/pwm.h>
88

99
/ {
1010
pwm_loopback_0 {

tests/drivers/pwm/pwm_loopback/boards/twr_ke18f.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#include <dt-bindings/pwm/pwm.h>
7+
#include <zephyr/dt-bindings/pwm/pwm.h>
88

99
&pinctrl {
1010
pwt_default: pwt_default {

tests/drivers/virtualization/ivshmem/app.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/
6-
#include <dt-bindings/pcie/pcie.h>
6+
#include <zephyr/dt-bindings/pcie/pcie.h>
77

88
/ {
99
pcie0 {

0 commit comments

Comments
 (0)