summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
Diffstat (limited to 'driver')
-rw-r--r--driver/tcpm/it83xx_pd.h2
-rw-r--r--driver/tcpm/nct38xx.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/driver/tcpm/it83xx_pd.h b/driver/tcpm/it83xx_pd.h
index 0c613d67ae..9acd530e3d 100644
--- a/driver/tcpm/it83xx_pd.h
+++ b/driver/tcpm/it83xx_pd.h
@@ -383,7 +383,7 @@
#if defined(CONFIG_USB_PD_TCPM_ITE_ON_CHIP) && defined(CONFIG_ZEPHYR)
/* Use the Zephyr names here. When upstreaming we can update this */
-#include <dt-bindings/interrupt-controller/ite-intc.h>
+#include <zephyr/dt-bindings/interrupt-controller/ite-intc.h>
#define IT83XX_GPIO_GPCRF4 GPCRF4
#define IT83XX_GPIO_GPCRF5 GPCRF5
diff --git a/driver/tcpm/nct38xx.c b/driver/tcpm/nct38xx.c
index b00f4664f2..592a86929c 100644
--- a/driver/tcpm/nct38xx.c
+++ b/driver/tcpm/nct38xx.c
@@ -15,8 +15,8 @@
#include "usb_common.h"
#ifdef CONFIG_ZEPHYR
-#include <device.h>
-#include <drivers/gpio/gpio_nct38xx.h>
+#include <zephyr/device.h>
+#include <zephyr/drivers/gpio/gpio_nct38xx.h>
#include "usbc/tcpc_nct38xx.h"
#endif