x86: Switch to use DM sysreset driver
[oweals/u-boot.git] / arch / x86 / include / asm / arch-baytrail / fsp / fsp_vpd.h
index 8c07b3747fae0a07e03489715a784d68e60f5b41..c6544ea409ca7271eb0555a40a0b71db90fb0213 100644 (file)
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: Intel */
 /*
  * Copyright (C) 2013, Intel Corporation
  * Copyright (C) 2015 Google, Inc
- *
- * SPDX-License-Identifier:    Intel
  */
 
 #ifndef __FSP_VPD_H
@@ -45,7 +44,7 @@ struct __packed upd_region {
        uint8_t enable_sata;                    /* Offset 0x002d */
        uint8_t sata_mode;                      /* Offset 0x002e */
        uint8_t enable_azalia;                  /* Offset 0x002f */
-       uint32_t azalia_config_ptr;             /* Offset 0x0030 */
+       struct azalia_config *azalia_cfg_ptr;   /* Offset 0x0030 */
        uint8_t enable_xhci;                    /* Offset 0x0034 */
        uint8_t lpe_mode;                       /* Offset 0x0035 */
        uint8_t lpss_sio_mode;                  /* Offset 0x0036 */