commit | 73ad0df572901e03fc703b6f114e4442291f45c2 | [log] [tgz] |
---|---|---|
author | Codrin Ciubotariu <codrin.ciubotariu@microchip.com> | Tue Jul 03 17:56:30 2018 +0300 |
committer | Mark Brown <broonie@kernel.org> | Tue Jul 03 16:33:38 2018 +0100 |
tree | ff2f9559aab334e1bf67c54186adfbeb2f0e1ddf | |
parent | 563c263248ff37dcd743549a0c0932fe2bf83980 [diff] |
ASoC: atmel-i2s: Remove unnecessary audio PLL clock (aclk) The generated clock (gclk) driver is able to set aclk as its parent and change its rate alone, if needed. This means that our driver no longer needs to configure aclk and we can let gclk select and configure its clock source. Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com> Signed-off-by: Mark Brown <broonie@kernel.org>