aboutsummaryrefslogtreecommitdiff
path: root/product/tc0/scp_romfw/config_timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'product/tc0/scp_romfw/config_timer.c')
-rw-r--r--product/tc0/scp_romfw/config_timer.c17
1 files changed, 9 insertions, 8 deletions
diff --git a/product/tc0/scp_romfw/config_timer.c b/product/tc0/scp_romfw/config_timer.c
index 87be05fd..746e6b29 100644
--- a/product/tc0/scp_romfw/config_timer.c
+++ b/product/tc0/scp_romfw/config_timer.c
@@ -18,14 +18,15 @@
* Timer HAL config
*/
static const struct fwk_element timer_dev_table[] = {
- [0] = {
- .name = "REFCLK",
- .data = &((struct mod_timer_dev_config) {
- .id = FWK_ID_ELEMENT_INIT(FWK_MODULE_IDX_GTIMER, 0),
- .timer_irq = TIMREFCLK_IRQ,
- }),
- .sub_element_count = 8, /* Number of alarms */
- },
+ [0] =
+ {
+ .name = "REFCLK",
+ .data = &((struct mod_timer_dev_config){
+ .id = FWK_ID_ELEMENT_INIT(FWK_MODULE_IDX_GTIMER, 0),
+ .timer_irq = TIMREFCLK_IRQ,
+ }),
+ .sub_element_count = 8, /* Number of alarms */
+ },
[1] = { 0 },
};