summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx25.dtsi
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2015-11-11 14:32:44 +0100
committerShawn Guo <shawnguo@kernel.org>2015-12-22 20:42:24 +0800
commit70f97128a158a596aeb82140ffacc8c18657baee (patch)
tree17a764e79ef3e830c468eb385ea475c700265a75 /arch/arm/boot/dts/imx25.dtsi
parentc1b99dedfd5edd242c79b2ad6050bade11ae333f (diff)
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>
Diffstat (limited to 'arch/arm/boot/dts/imx25.dtsi')
-rw-r--r--arch/arm/boot/dts/imx25.dtsi4
1 files changed, 4 insertions, 0 deletions
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;