We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc05f30 commit 9905394Copy full SHA for 9905394
drivers/iio/adc/stm32-adc-core.c
@@ -809,7 +809,7 @@ static const struct stm32_adc_priv_cfg stm32h7_adc_priv_cfg = {
809
static const struct stm32_adc_priv_cfg stm32mp1_adc_priv_cfg = {
810
.regs = &stm32h7_adc_common_regs,
811
.clk_sel = stm32h7_adc_clk_sel,
812
- .max_clk_rate_hz = 40000000,
+ .max_clk_rate_hz = 36000000,
813
.has_syscfg = HAS_VBOOSTER | HAS_ANASWVDD,
814
.num_irqs = 2,
815
.num_adcs = 2,
0 commit comments