diff options
author | Simon Glass | 2019-12-08 17:40:10 -0700 |
---|---|---|
committer | Bin Meng | 2019-12-15 11:44:28 +0800 |
commit | 40fb08e9172c88e5399655cb4b098e0af83ff7dd (patch) | |
tree | 40c0d98ce95c7080056ba41b15d85d84edecfda3 /arch/x86/include | |
parent | 8bd5dcd89581018f163e3424c8d2a3268ca79544 (diff) |
x86: apl: Add PCH driver
Add a driver for the Apollo Lake Platform Controller Hub. It does not have
any functionality and is just a placeholder for now.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/arch-apollolake/pch.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/x86/include/asm/arch-apollolake/pch.h b/arch/x86/include/asm/arch-apollolake/pch.h new file mode 100644 index 00000000000..bf3e1670d29 --- /dev/null +++ b/arch/x86/include/asm/arch-apollolake/pch.h @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * Copyright 2019 Google LLC + */ + +#ifndef _ASM_ARCH_PCH_H +#define _ASM_ARCH_PCH_H + +#endif /* _ASM_ARCH_PCH_H */ |