Skip to content

Commit 38f0f95

Browse files
author
Codrin Ciubotariu
committed
i2c: at91: add advanced digital filtering support for SAMA5D4
I2C/TWI IP variant found in SAMA5D4 supports advanced digital filtering, even though, at the time of this patch, it is not present in Datasheet. Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
1 parent 5d32c52 commit 38f0f95

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/i2c/busses/i2c-at91-core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ static struct at91_twi_pdata sama5d4_config = {
120120
.clk_offset = 4,
121121
.has_hold_field = true,
122122
.has_dig_filtr = true,
123+
.has_adv_dig_filtr = true,
123124
};
124125

125126
static struct at91_twi_pdata sama5d2_config = {

0 commit comments

Comments
 (0)