Message ID | cover.1305105580.git.mike@compulab.co.il |
---|---|
State | Not Applicable |
Headers | show |
Mike Rapoport wrote at Wednesday, May 11, 2011 5:08 AM: > Signed-off-by: Mike Rapoport <mike@compulab.co.il> > --- > 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.
On Thu, May 12, 2011 at 01:26:32PM -0700, Stephen Warren wrote: > Mike Rapoport wrote at Wednesday, May 11, 2011 5:08 AM: > > Signed-off-by: Mike Rapoport <mike@compulab.co.il> > > --- > > 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.