|
@@ -1,5 +1,5 @@
|
|
/*
|
|
/*
|
|
- * Copyright (C) 2010 OKI SEMICONDUCTOR Co., LTD.
|
|
|
|
|
|
+ * Copyright (C) 2011 LAPIS Semiconductor Co., Ltd.
|
|
*
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* 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
|
|
* it under the terms of the GNU General Public License as published by
|
|
@@ -49,8 +49,8 @@ struct pch_regs {
|
|
|
|
|
|
enum pch_type_t {
|
|
enum pch_type_t {
|
|
INTEL_EG20T_PCH,
|
|
INTEL_EG20T_PCH,
|
|
- OKISEMI_ML7223m_IOH, /* OKISEMI ML7223 IOH PCIe Bus-m */
|
|
|
|
- OKISEMI_ML7223n_IOH /* OKISEMI ML7223 IOH PCIe Bus-n */
|
|
|
|
|
|
+ OKISEMI_ML7223m_IOH, /* LAPIS Semiconductor ML7223 IOH PCIe Bus-m */
|
|
|
|
+ OKISEMI_ML7223n_IOH /* LAPIS Semiconductor ML7223 IOH PCIe Bus-n */
|
|
};
|
|
};
|
|
|
|
|
|
/* Specifies number of GPIO PINS */
|
|
/* Specifies number of GPIO PINS */
|