diff options
Diffstat (limited to 'src/soc/mediatek/common')
-rw-r--r-- | src/soc/mediatek/common/include/soc/gpio_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/mediatek/common/include/soc/gpio_common.h b/src/soc/mediatek/common/include/soc/gpio_common.h index f0cbb04366..993dbe6325 100644 --- a/src/soc/mediatek/common/include/soc/gpio_common.h +++ b/src/soc/mediatek/common/include/soc/gpio_common.h @@ -34,7 +34,7 @@ enum gpio_drv_adv { }; struct gpio_drv_info { - uint32_t offset; + uint8_t offset; uint8_t shift; uint8_t width; }; |