From: tanmay.upadhyay@einfochips.com (Tanmay Upadhyay)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: pxa168/gplugd: add the correct SSP device
Date: Fri, 11 Nov 2011 21:32:59 +0530 [thread overview]
Message-ID: <4EBD4733.4010801@einfochips.com> (raw)
In-Reply-To: <1321013994-6443-1-git-send-email-eric.y.miao@gmail.com>
On Friday 11 November 2011 05:49 PM, Eric Miao wrote:
> There is no SSP0, but SSP2 is used on gplugd.
>
> Cc: Tanmay Upadhyay<tanmay.upadhyay@einfochips.com>
> Signed-off-by: Eric Miao<eric.y.miao@gmail.com>
> ---
> arch/arm/mach-mmp/gplugd.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-mmp/gplugd.c b/arch/arm/mach-mmp/gplugd.c
> index 6915656..0469c74 100644
> --- a/arch/arm/mach-mmp/gplugd.c
> +++ b/arch/arm/mach-mmp/gplugd.c
> @@ -182,7 +182,7 @@ static void __init gplugd_init(void)
>
> /* on-chip devices */
> pxa168_add_uart(3);
> - pxa168_add_ssp(0);
> + pxa168_add_ssp(2);
> pxa168_add_twsi(0, NULL, ARRAY_AND_SIZE(gplugd_i2c_board_info));
>
> pxa168_add_eth(&gplugd_eth_platform_data);
Hi Eric,
HDMI chip (TDA9981A) on gplugD gets audio data from SSP0 - used as I2S.
Page # 7 of [1] & page # 1 & 3 of [2] indicates this. SSP2 is also used
on gplugD as SPI to talk to the NOR flash.
Thanks,
Tanmay
[1] http://www.globalscaletechnologies.com/download/gplugD-MBV2R1-web.pdf
[2] http://www.globalscaletechnologies.com/download/gplugD-IOV2R1-web.pdf
next prev parent reply other threads:[~2011-11-11 16:02 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-11 12:19 [PATCH] ARM: pxa168/gplugd: add the correct SSP device Eric Miao
2011-11-11 16:02 ` Tanmay Upadhyay [this message]
2011-11-14 4:21 ` Eric Miao
2011-11-14 5:05 ` Tanmay Upadhyay
2011-11-14 5:07 ` Eric Miao
2011-11-14 5:17 ` Tanmay Upadhyay
2011-11-14 5:25 ` Eric Miao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4EBD4733.4010801@einfochips.com \
--to=tanmay.upadhyay@einfochips.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.