commit | 475bc0c96289adadf4a57742c898639604fdb0d1 | [log] [tgz] |
---|---|---|
author | Abe Kohandel <abe@electronshepherds.com> | Tue Apr 07 22:57:31 2020 -0700 |
committer | Maureen Helm <maureen.helm@nxp.com> | Fri Apr 17 10:44:52 2020 -0500 |
tree | 56d8bba0a8de4ec46e04009945dc698d8bb53c5d | |
parent | a9cb9e407739824dccc85cb13a58a2f3d52a0c8e [diff] |
drivers: i2s: stm32: Add I2S master clock output Some external audio devices require a master clock to be provided by the I2S peripheral to work correctly. To allow for the operation of these devices the master clock output should always be enabled when in master mode. Specific applications requiring this signal to be output can configure the desitnation pin via the pinmux driver. Signed-off-by: Abe Kohandel <abe@electronshepherds.com>