Commit 70f97128 authored by Marc Kleine-Budde's avatar Marc Kleine-Budde Committed by Shawn Guo

ARM: dts: imx25: add alias for pwm nodes

This, together with the corresponding patch to pwm-imx.c,  allows to order the
pwm devices correctly.
Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent c1b99ded
......@@ -24,6 +24,10 @@ aliases {
i2c2 = &i2c3;
mmc0 = &esdhc1;
mmc1 = &esdhc2;
pwm0 = &pwm1;
pwm1 = &pwm2;
pwm2 = &pwm3;
pwm3 = &pwm4;
serial0 = &uart1;
serial1 = &uart2;
serial2 = &uart3;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment