diff options
author | Tom Rini <trini@konsulko.com> | 2024-10-23 08:33:56 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-10-23 08:33:56 -0600 |
commit | 7af813341d5df064aeee764c31ffb50ffcdf4eb6 (patch) | |
tree | 54b73688ebc3a841f0d347e6f4f3da84aaa294b4 /drivers/ddr | |
parent | 392ff1449f7d30cc48fd4d17320d05882cd68f2e (diff) | |
parent | ed3410ee6049a7683718e8255575ad55ee1bdefd (diff) |
Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog
CI: https://dev.azure.com/sr0718/u-boot/_build/results?buildId=378&view=results
* watchdog: gpio_wdt: add support for stoppable devices (Rasmus)
* watchdog: Add DaVinci's watchdog support (Bastien)
* cyclic: disentangling cyclic API from schedule() (Rasmus)
* watchdog: introduce separate SPL symbol for WDT_GPIO (Rasmus)
Diffstat (limited to 'drivers/ddr')
-rw-r--r-- | drivers/ddr/altera/sdram_n5x.c | 1 | ||||
-rw-r--r-- | drivers/ddr/altera/sdram_soc64.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ddr/altera/sdram_n5x.c b/drivers/ddr/altera/sdram_n5x.c index db09986f64b..d1fc93b6bdd 100644 --- a/drivers/ddr/altera/sdram_n5x.c +++ b/drivers/ddr/altera/sdram_n5x.c @@ -22,6 +22,7 @@ #include <asm/io.h> #include <linux/err.h> #include <linux/sizes.h> +#include <u-boot/schedule.h> DECLARE_GLOBAL_DATA_PTR; diff --git a/drivers/ddr/altera/sdram_soc64.c b/drivers/ddr/altera/sdram_soc64.c index 9e57c2ecfa4..10a8e64af3d 100644 --- a/drivers/ddr/altera/sdram_soc64.c +++ b/drivers/ddr/altera/sdram_soc64.c @@ -24,6 +24,7 @@ #include <asm/io.h> #include <dm/device_compat.h> #include <linux/sizes.h> +#include <u-boot/schedule.h> #define PGTABLE_OFF 0x4000 |