devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mugunthan V N <mugunthanvnm@ti.com>
To: Nishanth Menon <nm@ti.com>, bcousson@baylibre.com, tony@atomide.com
Cc: devicetree@vger.kernel.org, linux-omap@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 2/2] ARM: dts: dra7-evm: Enable CPSW and MDIO for dra7xx EVM
Date: Thu, 11 Sep 2014 11:56:00 +0530	[thread overview]
Message-ID: <54114078.8090007@ti.com> (raw)
In-Reply-To: <54105893.70804@ti.com>

On Wednesday 10 September 2014 07:26 PM, Nishanth Menon wrote:
> On 09/10/2014 08:37 AM, Mugunthan V N wrote:
>> Adding CPSW phy-id, CPSW and MDIO pinmux configuration for active and
>> sleep states and enable them in board evm dts file.
>>
>> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
>> ---
>>  arch/arm/boot/dts/dra7-evm.dts | 107 +++++++++++++++++++++++++++++++++++++++++
>>  1 file changed, 107 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
>> index 50f8022..e5c4e33 100644
>> --- a/arch/arm/boot/dts/dra7-evm.dts
>> +++ b/arch/arm/boot/dts/dra7-evm.dts
>> @@ -151,6 +151,87 @@
>>  			0xd0	(PIN_OUTPUT | MUX_MODE0)	/* gpmc_be0n_cle */
>>  		>;
>>  	};
>> +
>> +	cpsw_default: cpsw_default {
>> +		pinctrl-single,pins = <
>> +			/* Slave 1 */
>> +			0x250 (PIN_OUTPUT | MUX_MODE0)	/* rgmii1_tclk */
>> +			0x254 (PIN_OUTPUT | MUX_MODE0)	/* rgmii1_tctl */
>> +			0x258 (PIN_OUTPUT | MUX_MODE0)	/* rgmii1_td3 */
>> +			0x25c (PIN_OUTPUT | MUX_MODE0)	/* rgmii1_td2 */
>> +			0x260 (PIN_OUTPUT | MUX_MODE0)	/* rgmii1_td1 */
>> +			0x264 (PIN_OUTPUT | MUX_MODE0)	/* rgmii1_td0 */
>> +			0x268 (PIN_INPUT | MUX_MODE0)	/* rgmii1_rclk */
>> +			0x26c (PIN_INPUT | MUX_MODE0)	/* rgmii1_rctl */
>> +			0x270 (PIN_INPUT | MUX_MODE0)	/* rgmii1_rd3 */
>> +			0x274 (PIN_INPUT | MUX_MODE0)	/* rgmii1_rd2 */
>> +			0x278 (PIN_INPUT | MUX_MODE0)	/* rgmii1_rd1 */
>> +			0x27c (PIN_INPUT | MUX_MODE0)	/* rgmii1_rd0 */
> 
> Cant we do this based on emac0 and emac1?

Cant because CPSW is a single ethernet device and dual EMAC is just a
feature done by register two network device.

> 
>> +
>> +			/* Slave 2 */
>> +			0x198 (PIN_OUTPUT | MUX_MODE3)	/* rgmii2_tclk */
> 
> NAK. reason comment style -> we use the style:
>  /* mode0_name.mode3_name */

Will fix this in next version

> 
>> +			0x19c (PIN_OUTPUT | MUX_MODE3)	/* rgmii2_tctl */
>> +			0x1a0 (PIN_OUTPUT | MUX_MODE3)	/* rgmii2_td3 */
>> +			0x1a4 (PIN_OUTPUT | MUX_MODE3)	/* rgmii2_td2 */
>> +			0x1a8 (PIN_OUTPUT | MUX_MODE3)	/* rgmii2_td1 */
>> +			0x1ac (PIN_OUTPUT | MUX_MODE3)	/* rgmii2_td0 */
>> +			0x1b0 (PIN_INPUT | MUX_MODE3)	/* rgmii2_rclk */
>> +			0x1b4 (PIN_INPUT | MUX_MODE3)	/* rgmii2_rctl */
>> +			0x1b8 (PIN_INPUT | MUX_MODE3)	/* rgmii2_rd3 */
>> +			0x1bc (PIN_INPUT | MUX_MODE3)	/* rgmii2_rd2 */
>> +			0x1c0 (PIN_INPUT | MUX_MODE3)	/* rgmii2_rd1 */
>> +			0x1c4 (PIN_INPUT | MUX_MODE3)	/* rgmii2_rd0 */
>> +		>;
>> +
>> +	};
>> +
>> +	cpsw_sleep: cpsw_sleep {
>> +		pinctrl-single,pins = <
>> +			/* Slave 1 */
>> +			0x250 (MUX_MODE15)
>> +			0x254 (MUX_MODE15)
>> +			0x258 (MUX_MODE15)
>> +			0x25c (MUX_MODE15)
>> +			0x260 (MUX_MODE15)
>> +			0x264 (MUX_MODE15)
>> +			0x268 (MUX_MODE15)
>> +			0x26c (MUX_MODE15)
>> +			0x270 (MUX_MODE15)
>> +			0x274 (MUX_MODE15)
>> +			0x278 (MUX_MODE15)
>> +			0x27c (MUX_MODE15)
>> +
>> +			/* Slave 1 */
> ^^ Slave 1?

Will fix this in next version

>> +			0x198 (MUX_MODE15)
>> +			0x19c (MUX_MODE15)
>> +			0x1a0 (MUX_MODE15)
>> +			0x1a4 (MUX_MODE15)
>> +			0x1a8 (MUX_MODE15)
>> +			0x1ac (MUX_MODE15)
>> +			0x1b0 (MUX_MODE15)
>> +			0x1b4 (MUX_MODE15)
>> +			0x1b8 (MUX_MODE15)
>> +			0x1bc (MUX_MODE15)
>> +			0x1c0 (MUX_MODE15)
>> +			0x1c4 (MUX_MODE15)
>> +		>;
>> +	};
>> +
>> +	davinci_mdio_default: davinci_mdio_default {
>> +		pinctrl-single,pins = <
>> +			/* MDIO */
> ^^ you can drop the comment. it is redundant.

Will remove this in next version

>> +			0x23c (PIN_OUTPUT_PULLUP | MUX_MODE0)	/* mdio_data */
>> +			0x240 (PIN_INPUT_PULLUP | MUX_MODE0)	/* mdio_clk */
>> +		>;
>> +	};
>> +
>> +	davinci_mdio_sleep: davinci_mdio_sleep {
>> +		pinctrl-single,pins = <
>> +			0x23c (MUX_MODE15)
>> +			0x240 (MUX_MODE15)
>> +		>;
>> +	};
>> +
>>  };
>>  
>>  &i2c1 {
>> @@ -504,3 +585,29 @@
>>  &usb2_phy2 {
>>  	phy-supply = <&ldousb_reg>;
>>  };
>> +
>> +&mac {
>> +	status = "okay";
>> +	pinctrl-names = "default", "sleep";
>> +	pinctrl-0 = <&cpsw_default>;
>> +	pinctrl-1 = <&cpsw_sleep>;
>> +	dual_emac;
>> +};
>> +
>> +&cpsw_emac0 {
>> +	phy_id = <&davinci_mdio>, <2>;
>> +	phy-mode = "rgmii";
>> +	dual_emac_res_vlan = <1>;
>> +};
>> +
>> +&cpsw_emac1 {
>> +	phy_id = <&davinci_mdio>, <3>;
>> +	phy-mode = "rgmii";
>> +	dual_emac_res_vlan = <2>;
>> +};
>> +
>> +&davinci_mdio {
>> +	pinctrl-names = "default", "sleep";
>> +	pinctrl-0 = <&davinci_mdio_default>;
>> +	pinctrl-1 = <&davinci_mdio_sleep>;
>> +};
>>
> 
> 


  reply	other threads:[~2014-09-11  6:26 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-10 13:37 [PATCH v2 0/2] Add DRA7xx CPSW Ethernet support in Device Tree Mugunthan V N
2014-09-10 13:37 ` [PATCH v2 1/2] ARM: dts: dra7: Add CPSW and MDIO module nodes for dra7 Mugunthan V N
2014-09-10 13:50   ` Nishanth Menon
     [not found]     ` <5410573B.5010907-l0cyMroinI0@public.gmane.org>
2014-09-11  6:37       ` Mugunthan V N
2014-09-11 21:29         ` Lennart Sorensen
     [not found]           ` <20140911212956.GC17692-1wCw9BSqJbv44Nm34jS7GywD8/FfD2ys@public.gmane.org>
2014-09-12  7:18             ` Mugunthan V N
2014-09-11  1:38   ` Lennart Sorensen
2014-09-11  6:32     ` Mugunthan V N
     [not found]       ` <541141E3.8030101-l0cyMroinI0@public.gmane.org>
2014-09-11 12:22         ` Lennart Sorensen
2014-09-10 13:37 ` [PATCH v2 2/2] ARM: dts: dra7-evm: Enable CPSW and MDIO for dra7xx EVM Mugunthan V N
2014-09-10 13:56   ` Nishanth Menon
2014-09-11  6:26     ` Mugunthan V N [this message]
     [not found] ` <1410356247-25925-1-git-send-email-mugunthanvnm-l0cyMroinI0@public.gmane.org>
2014-09-10 14:01   ` [PATCH v2 0/2] Add DRA7xx CPSW Ethernet support in Device Tree Nishanth Menon
2014-09-11  6:31     ` Mugunthan V N

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=54114078.8090007@ti.com \
    --to=mugunthanvnm@ti.com \
    --cc=bcousson@baylibre.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=tony@atomide.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).