From 888520622b65bc0eabd55d04c314ffc1b0ed5b7e Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Wed, 10 Jan 2018 10:51:50 +0530 Subject: soc/intel/common: Add option to pass SoC IO resource This patch ensures common block has option to reserve IO resources based on SOC requirements. Also add pch_lpc_ prefix to maintain same function nomenclature across all intel common block. Change-Id: Ic00af688104bcea1aff06be6cbb20208a60e5f1d Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/23201 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/intel/cannonlake/lpc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/soc/intel/cannonlake/lpc.c') diff --git a/src/soc/intel/cannonlake/lpc.c b/src/soc/intel/cannonlake/lpc.c index d0253edf30..60729f144a 100644 --- a/src/soc/intel/cannonlake/lpc.c +++ b/src/soc/intel/cannonlake/lpc.c @@ -3,7 +3,7 @@ * * Copyright (C) 2008-2009 coresystems GmbH * Copyright (C) 2014 Google Inc. - * Copyright (C) 2017 Intel Corporation. + * Copyright (C) 2017-2018 Intel Corporation. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -181,7 +181,7 @@ static void clock_gate_8254(const struct device *dev) itss_clock_gate_8254(); } -void lpc_init(struct device *dev) +void lpc_soc_init(struct device *dev) { /* Legacy initialization */ isa_dma_init(); -- cgit v1.2.3