commit | 05739375f1c0a1048fea8b9c4cb54d9e4a891938 | [log] [tgz] |
---|---|---|
author | Daniel Mack <daniel@zonque.org> | Fri Jun 29 14:59:40 2018 +0200 |
committer | Mark Brown <broonie@kernel.org> | Mon Jul 02 11:01:21 2018 +0100 |
tree | cb2dc0f6e291a0e942fb4d331e6689020681137d | |
parent | 1581250119daa9426c359d059e2dc14ec04bcc0c [diff] |
ASoC: pxa-ssp: remove .set_pll() and .set_clkdiv() callbacks The .set_pll() and .set_clkdiv() callbacks are considered legacy and should not be used anymore. In order to support PXA boards on DT platforms, remove them and let the code figure out the correct dividers and PLL base frequencies itself. Signed-off-by: Daniel Mack <daniel@zonque.org> Signed-off-by: Mark Brown <broonie@kernel.org>