Skip to content

Commit 8212b08

Browse files
Josuah Demangeonnashif
authored andcommitted
soc: microchip: mec: add missing GPIO reg include in soc.h
Complement #99761 that added register includes to too few files. Fix build error for some boards using these SoCs. Signed-off-by: Josuah Demangeon <josuah.demangeon@nordicsemi.no>
1 parent 021fd07 commit 8212b08

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

soc/microchip/mec/mec165xb/soc.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313

1414
#include "device_mec5.h"
1515

16+
/* common peripheral register defines */
17+
#include <reg/mec_gpio.h>
18+
1619
/* common SoC API */
1720
#include <soc_dt.h>
1821
#include <soc_ecia.h>

soc/microchip/mec/mech172x/soc.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313

1414
#include <device_mec5.h>
1515

16+
/* common peripheral register defines */
17+
#include <reg/mec_gpio.h>
18+
1619
/* common SoC API */
1720
#include <soc_dt.h>
1821
#include <soc_ecia.h>

0 commit comments

Comments
 (0)