diff options
| author | Wolfgang Wallner <[email protected]> | 2020-01-22 16:01:45 +0100 |
|---|---|---|
| committer | Bin Meng <[email protected]> | 2020-02-04 01:19:28 +0800 |
| commit | 142c9751a6cb7e2f9d18847570bc01c5e991aeeb (patch) | |
| tree | 65de4b4c727627674b567ff4303a5b9b2bee0e75 | |
| parent | 7d53b5a4ceaf86ecfe1bee097f27b49557e7cf7a (diff) | |
x86: Move itss.h from Apollo Lake to the generic x86 include directory
The code in this file is not specific to Apollo Lake. According to
coreboot sources (where this code comes from), it is common to at least:
* Apollo Lake
* Cannon Lake
* Ice Lake
* Skylake
Signed-off-by: Wolfgang Wallner <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
| -rw-r--r-- | arch/x86/cpu/apollolake/itss.c | 2 | ||||
| -rw-r--r-- | arch/x86/include/asm/itss.h (renamed from arch/x86/include/asm/arch-apollolake/itss.h) | 0 | ||||
| -rw-r--r-- | drivers/pinctrl/intel/pinctrl.c | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/cpu/apollolake/itss.c b/arch/x86/cpu/apollolake/itss.c index 95c9ebddc12..ff7a83d618a 100644 --- a/arch/x86/cpu/apollolake/itss.c +++ b/arch/x86/cpu/apollolake/itss.c @@ -15,7 +15,7 @@ #include <irq.h> #include <p2sb.h> #include <spl.h> -#include <asm/arch/itss.h> +#include <asm/itss.h> struct apl_itss_platdata { #if CONFIG_IS_ENABLED(OF_PLATDATA) diff --git a/arch/x86/include/asm/arch-apollolake/itss.h b/arch/x86/include/asm/itss.h index c75d8fe8c26..c75d8fe8c26 100644 --- a/arch/x86/include/asm/arch-apollolake/itss.h +++ b/arch/x86/include/asm/itss.h diff --git a/drivers/pinctrl/intel/pinctrl.c b/drivers/pinctrl/intel/pinctrl.c index 4875a3b0b52..5bf5d8b0e24 100644 --- a/drivers/pinctrl/intel/pinctrl.c +++ b/drivers/pinctrl/intel/pinctrl.c @@ -25,7 +25,7 @@ #include <asm/intel_pinctrl.h> #include <asm/intel_pinctrl_defs.h> #include <asm/arch/gpio.h> -#include <asm/arch/itss.h> +#include <asm/itss.h> #include <dm/device-internal.h> #include <dt-bindings/gpio/gpio.h> |
