diff options
| author | Tom Rini <[email protected]> | 2025-10-22 09:06:11 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-10-22 09:06:11 -0600 |
| commit | b21ba014a9e51ae33916ec17786fdb03587ed9b6 (patch) | |
| tree | cecc9e74ec0b85563143ed7b52a941adcb9b753f /include | |
| parent | b27705b9094d349882e6c7411c325c9308f68e63 (diff) | |
| parent | 68b1f2aeb811e2d450051a0cc9c055f5c59f2cbf (diff) | |
Merge tag 'u-boot-at91-2026.01-a' of https://source.denx.de/u-boot/custodians/u-boot-at91
First set of u-boot-at91 features for the 2026.01 cycle:
This small fixes set includes a change on clocks register value and a
fix for the sam9x60ek default timer.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/clk/at91_pmc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/clk/at91_pmc.h b/include/linux/clk/at91_pmc.h index ee39e72e2b3..a48b15e049a 100644 --- a/include/linux/clk/at91_pmc.h +++ b/include/linux/clk/at91_pmc.h @@ -45,8 +45,6 @@ #define AT91_PMC_PCSR 0x18 /* Peripheral Clock Status Register */ #define AT91_PMC_PLL_ACR 0x18 /* PLL Analog Control Register [for SAM9X60] */ -#define AT91_PMC_PLL_ACR_DEFAULT_UPLL 0x12020010UL /* Default PLL ACR value for UPLL */ -#define AT91_PMC_PLL_ACR_DEFAULT_PLLA 0x00020010UL /* Default PLL ACR value for PLLA */ #define AT91_PMC_PLL_ACR_UTMIVR (1 << 12) /* UPLL Voltage regulator Control */ #define AT91_PMC_PLL_ACR_UTMIBG (1 << 13) /* UPLL Bandgap Control */ |
