drivers: pinctrl: it8xxx2: update include paths
Use the <zephyr/...> prefix. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
e00ad413d9
commit
0e5bc82b84
2 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@
|
||||||
|
|
||||||
#define DT_DRV_COMPAT ite_it8xxx2_pinctrl_func
|
#define DT_DRV_COMPAT ite_it8xxx2_pinctrl_func
|
||||||
|
|
||||||
#include <drivers/pinctrl.h>
|
#include <zephyr/drivers/pinctrl.h>
|
||||||
|
|
||||||
#include <logging/log.h>
|
#include <zephyr/logging/log.h>
|
||||||
LOG_MODULE_REGISTER(pinctrl_ite_it8xxx2, LOG_LEVEL_ERR);
|
LOG_MODULE_REGISTER(pinctrl_ite_it8xxx2, LOG_LEVEL_ERR);
|
||||||
|
|
||||||
#define GPIO_IT8XXX2_REG_BASE \
|
#define GPIO_IT8XXX2_REG_BASE \
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <dt-bindings/pinctrl/it8xxx2-pinctrl.h>
|
#include <zephyr/dt-bindings/pinctrl/it8xxx2-pinctrl.h>
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
/* ADC alternate function */
|
/* ADC alternate function */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue