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: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Marc Kleine-Budde 2015-11-11 14:32:44 +01:00 committed by Shawn Guo
parent c1b99dedfd
commit 70f97128a1

View File

@ -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;