summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/braswell/lpss.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/braswell/lpss.c')
-rw-r--r--src/soc/intel/braswell/lpss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/braswell/lpss.c b/src/soc/intel/braswell/lpss.c
index d1ce76a5d65c..245fc4ff3fa1 100644
--- a/src/soc/intel/braswell/lpss.c
+++ b/src/soc/intel/braswell/lpss.c
@@ -139,7 +139,7 @@ static void i2c_disable_resets(struct device *dev)
static void lpss_init(struct device *dev)
{
- struct soc_intel_braswell_config *config = dev->chip_info;
+ struct soc_intel_braswell_config *config = config_of(dev);
int iosf_reg, nvs_index;
printk(BIOS_SPEW, "%s/%s (%s)\n",