diff options
author | Shuo Liu <shuo.liu@intel.com> | 2024-06-18 06:07:59 +0800 |
---|---|---|
committer | Lean Sheng Tan <sheng.tan@9elements.com> | 2024-09-14 09:41:38 +0000 |
commit | 8560c7197a24c7fa7802840b3dd7da0bfa16f34c (patch) | |
tree | 1081eda80f8d87820f984a768bb74f71361513f3 /src/soc | |
parent | c3f9c4a511065fbb2ddadd16c55a15d7ad0b50b3 (diff) |
mainboard/intel/avenuecity_crb: Update full IIO configuration
Change-Id: I88baa159475ac57ec6a2a638ab84f76a6af4fe82
Signed-off-by: Shuo Liu <shuo.liu@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84318
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/xeon_sp/gnr/include/soc/iio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/xeon_sp/gnr/include/soc/iio.h b/src/soc/intel/xeon_sp/gnr/include/soc/iio.h index 16095d1f3e..d106941b7d 100644 --- a/src/soc/intel/xeon_sp/gnr/include/soc/iio.h +++ b/src/soc/intel/xeon_sp/gnr/include/soc/iio.h @@ -163,6 +163,7 @@ struct iio_pe_config { 0x0, 0x0, 0x1, 0x0,\ 0x0, 0x0, 0x0, 0x0, 0x0) +#define _IIO_PORT_CFG_STRUCT_BASIC_X16 _IIO_PORT_CFG_STRUCT_BASIC #define _IIO_PORT_CFG_STRUCT_BASIC_X8 _IIO_PORT_CFG_STRUCT_BASIC #define _IIO_PORT_CFG_STRUCT_BASIC_X4 _IIO_PORT_CFG_STRUCT_BASIC #define _IIO_PORT_CFG_STRUCT_BASIC_X2 _IIO_PORT_CFG_STRUCT_BASIC |