Skip to content

Commit

Permalink
drivers: clock_contrl: Remove renesas,ra-clock-generation-circuit driver
Browse files Browse the repository at this point in the history
Remove the renesas,ra-clock-generation-circuit driver, which is no longer
needed after migrating to the FSP-based implementation.

Signed-off-by: TOKITA Hiroshi <[email protected]>
  • Loading branch information
soburi committed Sep 1, 2024
1 parent 3f70695 commit b58b9d0
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 431 deletions.
1 change: 0 additions & 1 deletion drivers/clock_control/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ zephyr_library_sources_ifdef(CONFIG_CLOCK_CONTROL_SI32_APB clock_cont
zephyr_library_sources_ifdef(CONFIG_CLOCK_CONTROL_SMARTBOND clock_control_smartbond.c)
zephyr_library_sources_ifdef(CONFIG_CLOCK_CONTROL_NUMAKER_SCC clock_control_numaker_scc.c)
zephyr_library_sources_ifdef(CONFIG_CLOCK_CONTROL_NXP_S32 clock_control_nxp_s32.c)
zephyr_library_sources_ifdef(CONFIG_CLOCK_CONTROL_RENESAS_RA clock_control_renesas_ra.c)
zephyr_library_sources_ifdef(CONFIG_CLOCK_CONTROL_RENESAS_RA_CGC clock_control_renesas_ra_cgc.c)
zephyr_library_sources_ifdef(CONFIG_CLOCK_CONTROL_AMBIQ clock_control_ambiq.c)
zephyr_library_sources_ifdef(CONFIG_CLOCK_CONTROL_PWM clock_control_pwm.c)
Expand Down
2 changes: 0 additions & 2 deletions drivers/clock_control/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ source "drivers/clock_control/Kconfig.nxp_s32"

source "drivers/clock_control/Kconfig.agilex5"

source "drivers/clock_control/Kconfig.renesas_ra"

source "drivers/clock_control/Kconfig.renesas_ra_cgc"

source "drivers/clock_control/Kconfig.max32"
Expand Down
9 changes: 0 additions & 9 deletions drivers/clock_control/Kconfig.renesas_ra

This file was deleted.

309 changes: 0 additions & 309 deletions drivers/clock_control/clock_control_renesas_ra.c

This file was deleted.

46 changes: 0 additions & 46 deletions dts/bindings/clock/renesas,ra-clock-generation-circuit.yaml

This file was deleted.

Loading

0 comments on commit b58b9d0

Please sign in to comment.