* [PATCH] ARM: dts: imx53: add cspi pinctrl
@ 2013-05-27 8:52 Jonas Andersson
2013-05-30 7:56 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Jonas Andersson @ 2013-05-27 8:52 UTC (permalink / raw)
To: linux-arm-kernel
Add a group to the cspi pinctrl.
Signed-off-by: Jonas Andersson <jonas@microbit.se>
---
arch/arm/boot/dts/imx53.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
index eb83aa0..024616c 100644
--- a/arch/arm/boot/dts/imx53.dtsi
+++ b/arch/arm/boot/dts/imx53.dtsi
@@ -322,6 +322,14 @@
MX53_PAD_SD1_CLK__CSPI_SCLK 0x1d5
>;
};
+
+ pinctrl_cspi_2: cspigrp-2 {
+ fsl,pins = <
+ MX53_PAD_EIM_D22__CSPI_MISO 0x1d5
+ MX53_PAD_EIM_D28__CSPI_MOSI 0x1d5
+ MX53_PAD_EIM_D21__CSPI_SCLK 0x1d5
+ >;
+ };
};
ecspi1 {
--
1.8.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: dts: imx53: add cspi pinctrl
2013-05-27 8:52 [PATCH] ARM: dts: imx53: add cspi pinctrl Jonas Andersson
@ 2013-05-30 7:56 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2013-05-30 7:56 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, May 27, 2013 at 10:52:21AM +0200, Jonas Andersson wrote:
> Add a group to the cspi pinctrl.
>
> Signed-off-by: Jonas Andersson <jonas@microbit.se>
Applied all 3, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-30 7:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-27 8:52 [PATCH] ARM: dts: imx53: add cspi pinctrl Jonas Andersson
2013-05-30 7:56 ` Shawn Guo
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).