diff options
| author | Tom Rini <[email protected]> | 2024-10-18 09:04:20 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-18 09:04:20 -0600 |
| commit | f8fe853a8de7523685e1322d6131366ebf2e5e7f (patch) | |
| tree | 0f36fea5129025076f3a5e99569797d1dae00b34 /arch | |
| parent | 933d27e1c90dd27d8cb5cc715e4d45a6bfd9ca0f (diff) | |
| parent | 684939089a31b8a5bedbbb4c2f2bcf935da7d9c6 (diff) | |
Merge tag 'u-boot-at91-fixes-2025.01-a' of https://source.denx.de/u-boot/custodians/u-boot-at91
First set of u-boot-at91 fixes for the 2025.01 cycle:
This small set includes the maintainer e-mail update and a missing
header that was causing some build issues.
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-at91/include/mach/clk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/include/mach/clk.h b/arch/arm/mach-at91/include/mach/clk.h index c1d92739e47..09b8f0586c6 100644 --- a/arch/arm/mach-at91/include/mach/clk.h +++ b/arch/arm/mach-at91/include/mach/clk.h @@ -11,6 +11,7 @@ #include <asm/arch/hardware.h> #include <asm/arch/at91_pmc.h> #include <asm/global_data.h> +#include <asm/io.h> #define GCK_CSS_SLOW_CLK 0 #define GCK_CSS_MAIN_CLK 1 |
