From: linux-arm@overkiz.com (Boris BREZILLON)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: select appropriate macb pinctrl config for kizbox
Date: Fri, 7 Dec 2012 11:51:04 +0100 [thread overview]
Message-ID: <1354877464-5393-1-git-send-email-linux-arm@overkiz.com> (raw)
Hello,
This patch overrides default macb pinctrl config defined in at91sam9260.dtsi
(pinctrl_macb_rmii) with kizbox board config (pinctrl_macb_rmii_mii_alt).
Regards,
Boris
Signed-off-by: Boris BREZILLON <linux-arm@overkiz.com>
---
diff --git a/arch/arm/boot/dts/kizbox.dts b/arch/arm/boot/dts/kizbox.dts
index e8814fe..feffffe 100644
--- a/arch/arm/boot/dts/kizbox.dts
+++ b/arch/arm/boot/dts/kizbox.dts
@@ -48,6 +48,7 @@
macb0: ethernet at fffc4000 {
phy-mode = "mii";
+ pinctrl-0 = <&pinctrl_macb_rmii_mii_alt>;
status = "okay";
};
--
1.7.9.5
next reply other threads:[~2012-12-07 10:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-07 10:51 Boris BREZILLON [this message]
2012-12-13 12:00 ` [PATCH] ARM: dts: select appropriate macb pinctrl config for kizbox Jean-Christophe PLAGNIOL-VILLARD
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=1354877464-5393-1-git-send-email-linux-arm@overkiz.com \
--to=linux-arm@overkiz.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 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).