Skip to content

Commit 1804d7f

Browse files
FRASTMgalak
authored andcommitted
drivers: clock_control of the stm32mp1 remove unknown bits
The bit RCC_MC_APB3ENSETR_PMBCTRL and RCC_MC_AHB5ENSETR_AXIMC does not exist in the stm32mp1xx ref manual anymore. They are not present in the stm32mp1xx_ll_bus.h (v1.4.0). Signed-off-by: Francois Ramu <[email protected]>
1 parent 3f4109b commit 1804d7f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/clock_control/clock_stm32_ll_mp1.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ static int stm32_clock_control_get_subsys_rate(const struct device *clock,
243243
case LL_APB3_GRP1_PERIPH_SYSCFG:
244244
case LL_APB3_GRP1_PERIPH_VREF:
245245
case LL_APB3_GRP1_PERIPH_TMPSENS:
246-
case LL_APB3_GRP1_PERIPH_PMBCTRL:
247246
case LL_APB3_GRP1_PERIPH_HDP:
248247
default:
249248
return -ENOTSUP;
@@ -342,7 +341,6 @@ static int stm32_clock_control_get_subsys_rate(const struct device *clock,
342341
case LL_AHB5_GRP1_PERIPH_CRYP1:
343342
case LL_AHB5_GRP1_PERIPH_HASH1:
344343
case LL_AHB5_GRP1_PERIPH_BKPSRAM:
345-
case LL_AHB5_GRP1_PERIPH_AXIMC:
346344
default:
347345
return -ENOTSUP;
348346
}

0 commit comments

Comments
 (0)