From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 1/2] Add support for a Freescale non-CPM SPIcontroller
Date: Sun, 13 Jan 2008 23:37:31 -0500 [thread overview]
Message-ID: <478AE70B.6050505@gmail.com> (raw)
In-Reply-To: <58A20A281BAF1047B4EAE68DE5C0BDC2C0E411@zch01exm21.fsl.freescale.net>
Liu Dave wrote:
>>>> +typedef struct spi834x
>>>> +{
>>>> + u8 res0[0x20]; /* 0x0-0x01f reserved */
>>>> + u32 mode; /* mode register */
>>>> + u32 event; /* event register */
>>>> + u32 mask; /* mask register */
>>>> + u32 com; /* command register */
>>>> + u32 tx; /* transmit register */
>>>> + u32 rx; /* receive register */
>>>> + u8 res1[0xC8]; /* fill up to 0x100 */
>>>> + } spi834x_t;
>>>>
>>>>
>>> please put this into fsl_spi.h to reuse for different 8xxx family.
>>>
>>>
>> Can you confirm that the registers in 85xx are the same? If so, I'll
>> move this.
>>
>
> Ben, at lease the 8610 has the same SPI as 834x.
>
> The 8360 and 8568 with CPU mode have likely SPI as 834x.
>
> Dave
>
>
I don't have access to 8313 or 8610 reference manuals. Can you please
verify the memory map of these two for me. I've verified that 8315 is
identical.
regards,
Ben
next prev parent reply other threads:[~2008-01-14 4:37 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-13 2:48 [U-Boot-Users] [PATCH 1/2] Add support for a Freescale non-CPM SPI controller Ben Warren
2008-01-14 3:24 ` [U-Boot-Users] [PATCH 1/2] Add support for a Freescale non-CPM SPIcontroller Dave Liu
2008-01-14 3:32 ` Ben Warren
2008-01-14 3:46 ` Liu Dave
2008-01-14 4:04 ` Ben Warren
2008-01-14 4:37 ` Ben Warren [this message]
2008-01-14 4:44 ` Liu Dave
2008-01-14 4:48 ` Ben Warren
2008-01-14 5:00 ` Ben Warren
2008-01-14 5:03 ` Liu Dave
2008-01-14 6:09 ` Wolfgang Denk
2008-01-14 15:19 ` Ben Warren
2008-01-15 2:59 ` Dave Liu
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=478AE70B.6050505@gmail.com \
--to=biggerbadderben@gmail.com \
--cc=u-boot@lists.denx.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox