Skip to content

Commit

Permalink
counter: stm32-lptimer-cnt: add support for stm32mp25
Browse files Browse the repository at this point in the history
Add support for STM32MP25 SoC. Use newly introduced compatible to handle
this new HW variant, even if no major change is expected on the counter
driver.

Signed-off-by: Fabrice Gasnier <[email protected]>
Change-Id: I7f7b8a6150ccb9980216dd40d44e8a1ea27d9b20
Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/384675
Reviewed-by: Cheick TRAORE <[email protected]>
ACI: CIBUILD <[email protected]>
ACI: CITOOLS <[email protected]>
Tested-by: Cheick TRAORE <[email protected]>
  • Loading branch information
Fabrice Gasnier authored and fourmone committed Jun 7, 2024
1 parent 5516e65 commit 7084443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/counter/stm32-lptimer-cnt.c
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ static SIMPLE_DEV_PM_OPS(stm32_lptim_cnt_pm_ops, stm32_lptim_cnt_suspend,

static const struct of_device_id stm32_lptim_cnt_of_match[] = {
{ .compatible = "st,stm32-lptimer-counter", },
{ .compatible = "st,stm32mp25-lptimer-counter", },
{},
};
MODULE_DEVICE_TABLE(of, stm32_lptim_cnt_of_match);
Expand Down

0 comments on commit 7084443

Please sign in to comment.