drivers: dai: esai: don't reset ESAI on init
The ESAI is already reset during the config_set() function so no need to also reset it during init(). Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
This commit is contained in:
parent
fba0a47b0e
commit
e0be5801cd
1 changed files with 0 additions and 2 deletions
|
@ -684,8 +684,6 @@ static int esai_init(const struct device *dev)
|
|||
|
||||
device_map(&data->regmap, cfg->regmap_phys, cfg->regmap_size, K_MEM_CACHE_NONE);
|
||||
|
||||
ESAI_Reset(UINT_TO_ESAI(data->regmap));
|
||||
|
||||
ret = esai_parse_pinmodes(cfg, data);
|
||||
if (ret < 0) {
|
||||
return ret;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue