linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx25: add alias for pwm nodes
@ 2015-11-11 13:32 Marc Kleine-Budde
  2015-11-24  8:52 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Marc Kleine-Budde @ 2015-11-11 13:32 UTC (permalink / raw)
  To: linux-arm-kernel

This, together with the corresponding patch to pwm-imx.c,  allows to order the
pwm devices correctly.

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
 arch/arm/boot/dts/imx25.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/imx25.dtsi b/arch/arm/boot/dts/imx25.dtsi
index 677f81d9dcd5..cde329e9b9e3 100644
--- a/arch/arm/boot/dts/imx25.dtsi
+++ b/arch/arm/boot/dts/imx25.dtsi
@@ -24,6 +24,10 @@
 		i2c2 = &i2c3;
 		mmc0 = &esdhc1;
 		mmc1 = &esdhc2;
+		pwm0 = &pwm1;
+		pwm1 = &pwm2;
+		pwm2 = &pwm3;
+		pwm3 = &pwm4;
 		serial0 = &uart1;
 		serial1 = &uart2;
 		serial2 = &uart3;
-- 
2.6.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: dts: imx25: add alias for pwm nodes
  2015-11-11 13:32 [PATCH] ARM: dts: imx25: add alias for pwm nodes Marc Kleine-Budde
@ 2015-11-24  8:52 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2015-11-24  8:52 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Nov 11, 2015 at 02:32:44PM +0100, Marc Kleine-Budde wrote:
> This, together with the corresponding patch to pwm-imx.c,  allows to order the
> pwm devices correctly.
> 
> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-24  8:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-11 13:32 [PATCH] ARM: dts: imx25: add alias for pwm nodes Marc Kleine-Budde
2015-11-24  8:52 ` 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).