diff options
author | Marc Kleine-Budde <mkl@pengutronix.de> | 2015-11-11 14:32:44 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-12-22 13:42:24 +0100 |
commit | 70f97128a158a596aeb82140ffacc8c18657baee (patch) | |
tree | 17a764e79ef3e830c468eb385ea475c700265a75 /arch/arm/boot/dts/imx25.dtsi | |
parent | ARM: dts: imx6dl: Fix gpt compatibles, remove imx6q-gpt (diff) | |
download | linux-70f97128a158a596aeb82140ffacc8c18657baee.tar.xz linux-70f97128a158a596aeb82140ffacc8c18657baee.zip |
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.dtsi | 4 |
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; |