All of lore.kernel.org
 help / color / mirror / Atom feed
From: gregory.clement@free-electrons.com (Gregory CLEMENT)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: mvebu: add alias for mdio on Armada 38x
Date: Mon, 11 May 2015 15:15:50 +0200	[thread overview]
Message-ID: <5550AB86.1010400@free-electrons.com> (raw)
In-Reply-To: <554A17DE.7090702@free-electrons.com>

Hi Imre,

On 06/05/2015 15:32, Gregory CLEMENT wrote:
> Hi Imre,
> 
> On 06/05/2015 15:13, Imre Kaloz wrote:
>> This allows us to reference it later.
>>
>> Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
> 
> Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>

applied on mvebu/dt

Thanks,

Gregory

> 
> 
> Thanks,
> 
> Gregory
> 
>> ---
>>  arch/arm/boot/dts/armada-38x.dtsi | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/boot/dts/armada-38x.dtsi b/arch/arm/boot/dts/armada-38x.dtsi
>> index ed2dd8b..839e5bf 100644
>> --- a/arch/arm/boot/dts/armada-38x.dtsi
>> +++ b/arch/arm/boot/dts/armada-38x.dtsi
>> @@ -495,7 +495,7 @@
>>  				status = "disabled";
>>  			};
>>  
>> -			mdio at 72004 {
>> +			mdio: mdio at 72004 {
>>  				#address-cells = <1>;
>>  				#size-cells = <0>;
>>  				compatible = "marvell,orion-mdio";
>>
> 
> 


-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

WARNING: multiple messages have this Message-ID (diff)
From: Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
To: Imre Kaloz <kaloz-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org,
	thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org,
	andrew-g2DYL2Zd6BY@public.gmane.org
Subject: Re: [PATCH 1/2] ARM: mvebu: add alias for mdio on Armada 38x
Date: Mon, 11 May 2015 15:15:50 +0200	[thread overview]
Message-ID: <5550AB86.1010400@free-electrons.com> (raw)
In-Reply-To: <554A17DE.7090702-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>

Hi Imre,

On 06/05/2015 15:32, Gregory CLEMENT wrote:
> Hi Imre,
> 
> On 06/05/2015 15:13, Imre Kaloz wrote:
>> This allows us to reference it later.
>>
>> Signed-off-by: Imre Kaloz <kaloz-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>
> 
> Acked-by: Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>

applied on mvebu/dt

Thanks,

Gregory

> 
> 
> Thanks,
> 
> Gregory
> 
>> ---
>>  arch/arm/boot/dts/armada-38x.dtsi | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/boot/dts/armada-38x.dtsi b/arch/arm/boot/dts/armada-38x.dtsi
>> index ed2dd8b..839e5bf 100644
>> --- a/arch/arm/boot/dts/armada-38x.dtsi
>> +++ b/arch/arm/boot/dts/armada-38x.dtsi
>> @@ -495,7 +495,7 @@
>>  				status = "disabled";
>>  			};
>>  
>> -			mdio@72004 {
>> +			mdio: mdio@72004 {
>>  				#address-cells = <1>;
>>  				#size-cells = <0>;
>>  				compatible = "marvell,orion-mdio";
>>
> 
> 


-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2015-05-11 13:15 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-06 13:13 [PATCH 0/2] ARM: mvebu: Linksys WRT1200AC and WRT1900AC v2 support Imre Kaloz
2015-05-06 13:13 ` Imre Kaloz
2015-05-06 13:13 ` [PATCH 1/2] ARM: mvebu: add alias for mdio on Armada 38x Imre Kaloz
2015-05-06 13:13   ` Imre Kaloz
2015-05-06 13:32   ` Gregory CLEMENT
2015-05-06 13:32     ` Gregory CLEMENT
2015-05-11 13:15     ` Gregory CLEMENT [this message]
2015-05-11 13:15       ` Gregory CLEMENT
2015-05-06 13:14 ` [PATCH 2/2] ARM: mvebu: add support for the new Armada 385 based Linksys boards Imre Kaloz
2015-05-06 13:14   ` Imre Kaloz
2015-05-06 13:47   ` Gregory CLEMENT
2015-05-06 13:47     ` Gregory CLEMENT
2015-05-06 14:00 ` [PATCH 0/2] ARM: mvebu: Linksys WRT1200AC and WRT1900AC v2 support Andrew Lunn
2015-05-06 14:00   ` Andrew Lunn

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=5550AB86.1010400@free-electrons.com \
    --to=gregory.clement@free-electrons.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.