Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1430670 > unrolled thread

[PATCH 1/2] ARM: dts: at91: Add pinctrl information to ethernet node.

Started byRaashid Muhammed <raashidmuhammed@zilogic.com>
First post2016-06-24 15:40 +0200
Last post2016-07-01 20:50 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 1/2] ARM: dts: at91: Add pinctrl information to ethernet node. Raashid Muhammed <raashidmuhammed@zilogic.com> - 2016-06-24 15:40 +0200
    Re: [PATCH 1/2] ARM: dts: at91: Add pinctrl information to ethernet  node. Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-07-01 20:50 +0200

#1430670 — [PATCH 1/2] ARM: dts: at91: Add pinctrl information to ethernet node.

FromRaashid Muhammed <raashidmuhammed@zilogic.com>
Date2016-06-24 15:40 +0200
Subject[PATCH 1/2] ARM: dts: at91: Add pinctrl information to ethernet node.
Message-ID<rNzuV-cP-3@gated-at.bofh.it>
Add missing pinctrl information to ethernet node.

Signed-off-by: Raashid Muhammed <raashidmuhammed@zilogic.com>
Reviewed-by: Vijay Kumar B. <vijaykumar@bravegnu.org>
---
 arch/arm/boot/dts/at91-sam9_l9260.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/at91-sam9_l9260.dts b/arch/arm/boot/dts/at91-sam9_l9260.dts
index 349a461..be409f2 100644
--- a/arch/arm/boot/dts/at91-sam9_l9260.dts
+++ b/arch/arm/boot/dts/at91-sam9_l9260.dts
@@ -49,6 +49,7 @@
 			};
 
 			macb0: ethernet@fffc4000 {
+				pinctrl-0 = <&pinctrl_macb_rmii &pinctrl_macb_rmii_mii_alt>;
 				phy-mode = "mii";
 				#address-cells = <1>;
 				#size-cells = <0>;
-- 
2.1.4

[toc] | [next] | [standalone]


#1435546 — Re: [PATCH 1/2] ARM: dts: at91: Add pinctrl information to ethernet node.

FromAlexandre Belloni <alexandre.belloni@free-electrons.com>
Date2016-07-01 20:50 +0200
SubjectRe: [PATCH 1/2] ARM: dts: at91: Add pinctrl information to ethernet node.
Message-ID<rQbFL-1Fl-1@gated-at.bofh.it>
In reply to#1430670
On 24/06/2016 at 19:01:08 +0530, Raashid Muhammed wrote :
> Add missing pinctrl information to ethernet node.
> 
> Signed-off-by: Raashid Muhammed <raashidmuhammed@zilogic.com>
> Reviewed-by: Vijay Kumar B. <vijaykumar@bravegnu.org>
> ---
>  arch/arm/boot/dts/at91-sam9_l9260.dts | 1 +
>  1 file changed, 1 insertion(+)
> 
Both applied, thanks.

-- 
Alexandre Belloni, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web