From: Kim Phillips <kim.phillips@freescale.com>
To: Timur Tabi <timur@freescale.com>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [PATCH] powerpc: introduce basic support for the Freescale P1022DS reference board
Date: Tue, 29 Jun 2010 17:19:04 -0500 [thread overview]
Message-ID: <20100629171904.d6ae6233.kim.phillips@freescale.com> (raw)
In-Reply-To: <1277847274-24648-1-git-send-email-timur@freescale.com>
On Tue, 29 Jun 2010 16:34:34 -0500
Timur Tabi <timur@freescale.com> wrote:
> Introduce basic support for the Freescale P1022DS reference board, based on the
> Freescale BSP for this board.
>
> Details: No DIU video or SSI audio support, no MMC/SD card support, 36-bit and
> SWIOTLB support enabled, 36-bit DTS only, and CONFIG_NO_HZ disabled because it
> causes performance problems on this kernel.
what kind of performance problems?
> + enet0: ethernet@B0000 {
> + queue-group@0{
> + #address-cells = <1>;
> + #size-cells = <1>;
> + reg = <0xB0000 0x1000>;
> + fsl,rx-err-int-map = <0xAA>;
> + fsl,tx-int-map = <0xAA>;
> + interrupts = <29 2 30 2 34 2>;
> + };
> + queue-group@1{
> + #address-cells = <1>;
> + #size-cells = <1>;
> + reg = <0xB4000 0x1000>;
> + fsl,rx-err-int-map = <0x55>;
> + fsl,tx-int-map = <0x55>;
> + interrupts = <17 2 18 2 24 2>;
> + };
> + };
> +
> + enet1: ethernet@B1000 {
> + queue-group@0{
> + #address-cells = <1>;
> + #size-cells = <1>;
> + reg = <0xB1000 0x1000>;
> + fsl,rx-err-int-map = <0xAA>;
> + fsl,tx-int-map = <0xAA>;
> + interrupts = <35 2 36 2 40 2>;
> + };
> + queue-group@1{
> + #address-cells = <1>;
> + #size-cells = <1>;
> + reg = <0xB5000 0x1000>;
> + fsl,rx-err-int-map = <0x55>;
> + fsl,tx-int-map = <0x55>;
> + interrupts = <51 2 52 2 67 2>;
> + };
these queue-group nodes, fsl,{r,t}x-* properties...
> + crypto@30000 {
> + fsl,multi-host-mode = "dual";
> + fsl,channel-remap = <0x3>;
and the above two properties aren't supported by their respective
drivers, nor are they listed in the dts bindings documentation.
Kim
next prev parent reply other threads:[~2010-06-29 22:19 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-29 21:34 [PATCH] powerpc: introduce basic support for the Freescale P1022DS reference board Timur Tabi
2010-06-29 21:56 ` [linuxppc-release] " Kumar Gala
2010-06-29 23:37 ` Tabi Timur-B04825
2010-06-30 1:10 ` Olof Johansson
2010-06-30 1:16 ` Tabi Timur-B04825
2010-06-30 2:24 ` Olof Johansson
2010-06-29 22:19 ` Kim Phillips [this message]
2010-06-29 23:39 ` Tabi Timur-B04825
2010-06-29 23:55 ` Kim Phillips
2010-07-02 20:54 ` Timur Tabi
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=20100629171904.d6ae6233.kim.phillips@freescale.com \
--to=kim.phillips@freescale.com \
--cc=linuxppc-dev@ozlabs.org \
--cc=timur@freescale.com \
/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;
as well as URLs for NNTP newsgroup(s).