* [PATCH] ARM: dts: imx28: add alternative pinmuxing for spi3
@ 2015-03-19 9:55 Uwe Kleine-König
2015-03-23 13:58 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2015-03-19 9:55 UTC (permalink / raw)
To: linux-arm-kernel
Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
---
Hello Shawn,
the .dts that uses this pinmuxing is for a customer board that is not
supposed to go into mainline. Still the pinmuxing going in is very helpful
because I cannot define it in the machine.dts.
So it would be great if you could pick this up even without an user.
Best regards
Uwe
arch/arm/boot/dts/imx28.dtsi | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi
index 02330f4aba41..25e25f82fbae 100644
--- a/arch/arm/boot/dts/imx28.dtsi
+++ b/arch/arm/boot/dts/imx28.dtsi
@@ -829,6 +829,19 @@
fsl,pull-up = <MXS_PULL_DISABLE>;
};
+ spi3_pins_b: spi3 at 1 {
+ reg = <1>;
+ fsl,pinmux-ids = <
+ MX28_PAD_SSP3_SCK__SSP3_SCK
+ MX28_PAD_SSP3_MOSI__SSP3_CMD
+ MX28_PAD_SSP3_MISO__SSP3_D0
+ MX28_PAD_SSP3_SS0__SSP3_D3
+ >;
+ fsl,drive-strength = <MXS_DRIVE_8mA>;
+ fsl,voltage = <MXS_VOLTAGE_HIGH>;
+ fsl,pull-up = <MXS_PULL_ENABLE>;
+ };
+
usb0_pins_a: usb0 at 0 {
reg = <0>;
fsl,pinmux-ids = <
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: dts: imx28: add alternative pinmuxing for spi3
2015-03-19 9:55 [PATCH] ARM: dts: imx28: add alternative pinmuxing for spi3 Uwe Kleine-König
@ 2015-03-23 13:58 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2015-03-23 13:58 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Mar 19, 2015 at 10:55:47AM +0100, Uwe Kleine-K?nig wrote:
> Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
> ---
> Hello Shawn,
>
> the .dts that uses this pinmuxing is for a customer board that is not
> supposed to go into mainline. Still the pinmuxing going in is very helpful
> because I cannot define it in the machine.dts.
>
> So it would be great if you could pick this up even without an user.
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-23 13:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-19 9:55 [PATCH] ARM: dts: imx28: add alternative pinmuxing for spi3 Uwe Kleine-König
2015-03-23 13:58 ` 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).