linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Kumar Gala <galak@kernel.crashing.org>
To: Kim Phillips <kim.phillips@freescale.com>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [PATCH] Add base support for the MPC8313E RDB
Date: Wed, 7 Feb 2007 20:03:40 -0600	[thread overview]
Message-ID: <F23AA6E4-9078-49F6-B0BD-03A533FEEF93@kernel.crashing.org> (raw)
In-Reply-To: <20070207185337.39dead9b.kim.phillips@freescale.com>


On Feb 7, 2007, at 6:53 PM, Kim Phillips wrote:

> On Wed, 7 Feb 2007 17:36:34 -0600
> Kumar Gala <galak@kernel.crashing.org> wrote:
>
>>
>> On Feb 7, 2007, at 5:06 PM, Kim Phillips wrote:
>>
>>> Add support for the MPC8313E Reference Development Board (RDB).
>>> Includes dts.
>>
>> Can you give some better description about the RDB, like what
>> functionality it supports, etc..
>
> I'll respin with the details..

thanks

>>> +	soc8313@e0000000 {
>>> +		#address-cells = <1>;
>>> +		#size-cells = <1>;
>>> +		#interrupt-cells = <2>;
>>> +		device_type = "soc";
>>> +		ranges = <0 e0000000 00100000>;
>>> +		reg = <e0000000 00000200>;
>>> +		bus-frequency = <0>;
>>> +		compatible = "mpc8313\0mpc831x\0mpc83xx";
>>
>> I'm not sure what this compatible property is suppose to mean?
>>
>
> it was the part of Scott's "ioremap the entire IMMR" patch you  
> acked.  I'll take it out for now, since it should really be a part  
> of that patch.

Only acked the 'mpc8313, mpc831x' parts, not mpc83xx.
>>> +		/* phy type (ULPI, UTMI, UTMI_WIDE, SERIAL) */
>>> +		usb@23000 {
>>> +			device_type = "usb";
>>> +			compatible = "fsl-usb2-dr";
>>> +			reg = <23000 1000>;
>>> +			#address-cells = <1>;
>>> +			#size-cells = <0>;
>>> +			interrupt-parent = <700>;
>>> +			interrupts = <26 2>;
>>> +			phy_type = "utmi_wide";
>>
>> Does anything change because of the integrated UTMI phy?
>>
> yes, it's..
>
>>> +			control_init  = <00000280>; // UTMI ext 48 MHz clk
>>
>> What is 'control_init' ?
>>
>
> ..which selects and enables the UTMI phy interface options.

Not documented anywhere, I'd prefer a follow on patch that adds the  
doc details and code that uses it.

>>> +
>>> +		ethernet@24000 {
>>> +			device_type = "network";
>>> +			model = "TSEC";
>>
>> isn't eTSEC on 8313?
>>
> quite right, I'll change it.

ok.

- k

      reply	other threads:[~2007-02-08  2:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-07 23:06 [PATCH] Add base support for the MPC8313E RDB Kim Phillips
2007-02-07 23:36 ` Kumar Gala
2007-02-08  0:53   ` Kim Phillips
2007-02-08  2:03     ` Kumar Gala [this message]

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=F23AA6E4-9078-49F6-B0BD-03A533FEEF93@kernel.crashing.org \
    --to=galak@kernel.crashing.org \
    --cc=kim.phillips@freescale.com \
    --cc=linuxppc-dev@ozlabs.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 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).