From 0ade8f5ab1a4ea2b39d994cc125487b4fa764b28 Mon Sep 17 00:00:00 2001 From: "Lew, Chee Soon" Date: Tue, 7 Nov 2017 10:47:11 +0800 Subject: soc/intel/denverton_ns: Add Denverton-AD system agent id This is to add support for Denverton-AD soc. Change-Id: I539abedd65bcbdb97b64f58d0b2273ff8eb67420 Signed-off-by: Lew, Chee Soon Reviewed-on: https://review.coreboot.org/22605 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Aaron Durbin --- src/soc/intel/denverton_ns/systemagent.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/denverton_ns/systemagent.c') diff --git a/src/soc/intel/denverton_ns/systemagent.c b/src/soc/intel/denverton_ns/systemagent.c index bb5f81a81c..0fcac3b2a7 100644 --- a/src/soc/intel/denverton_ns/systemagent.c +++ b/src/soc/intel/denverton_ns/systemagent.c @@ -346,6 +346,7 @@ static struct device_operations systemagent_ops = { /* IDs for System Agent device of Intel Denverton SoC */ static const unsigned short systemagent_ids[] = { SA_DEVID, /* DVN System Agent */ + SA_DEVID_DNVAD, /* DVN-AD System Agent */ 0 }; -- cgit v1.2.3