diff --git a/ene_lpc.c b/ene_lpc.c index b30eee699..23ba12be6 100644 --- a/ene_lpc.c +++ b/ene_lpc.c @@ -511,6 +511,7 @@ static const struct spi_master spi_master_ene = { .multicommand = default_spi_send_multicommand, .read = default_spi_read, .write_256 = default_spi_write_256, + .write_aai = default_spi_write_aai, }; static int check_params(void) diff --git a/mec1308.c b/mec1308.c index 295bffbc1..c085ff2a3 100644 --- a/mec1308.c +++ b/mec1308.c @@ -404,6 +404,7 @@ static const struct spi_master spi_master_mec1308 = { .multicommand = default_spi_send_multicommand, .read = default_spi_read, .write_256 = default_spi_write_256, + .write_aai = default_spi_write_aai, }; static int check_params(void)