Skip to content

Commit d0c09cd

Browse files
committed
Merge branch 'at91-5.4-trunk/tcb' into linux-5.4-at91
2 parents 0073c31 + d5efc1f commit d0c09cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/soc/at91/atmel_tcb.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@ struct clk;
3636
/**
3737
* struct atmel_tcb_config - SoC data for a Timer/Counter Block
3838
* @counter_width: size in bits of a timer counter register
39+
* @has_gclk: boolean indicating if a timer counter has a generic clock
3940
*/
4041
struct atmel_tcb_config {
4142
size_t counter_width;
43+
bool has_gclk;
4244
};
4345

4446
/**

0 commit comments

Comments
 (0)