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


Groups > linux.kernel > #1430670

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

From Raashid Muhammed <raashidmuhammed@zilogic.com>
Newsgroups linux.kernel
Subject [PATCH 1/2] ARM: dts: at91: Add pinctrl information to ethernet node.
Date 2016-06-24 15:40 +0200
Message-ID <rNzuV-cP-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[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

csiph-web