On Thu, May 12, 2011 at 01:26:32PM -0700, Stephen Warren wrote:
Mike Rapoport wrote at Wednesday, May 11, 2011 5:08 AM:
quoted
Signed-off-by: Mike Rapoport <redacted>
---
arch/arm/mach-tegra/board-trimslice.c | 39 +++++++++++++++++++++++++++++++++
1 files changed, 39 insertions(+), 0 deletions(-)
I think you also need the following change to board-trimslice-pinmux.c:
- {TEGRA_PINGROUP_CDEV1, TEGRA_MUX_OSC, TEGRA_PUPD_NORMAL, TEGRA_TRI_NORMAL},
+ {TEGRA_PINGROUP_CDEV1, TEGRA_MUX_PLLA_OUT, TEGRA_PUPD_NORMAL, TEGRA_TRI_NORMAL},
Assuming that the CDEV1 clock output from Tegra is used as the codec's
master clock.
You're right, I've missed that one. Thanks.
--
Sincerely yours,
Mike.