projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1b99de
)
ARM: dts: imx25: add alias for pwm nodes
author
Marc Kleine-Budde
<mkl@pengutronix.de>
Wed, 11 Nov 2015 13:32:44 +0000
(14:32 +0100)
committer
Shawn Guo
<shawnguo@kernel.org>
Tue, 22 Dec 2015 12:42:24 +0000
(20:42 +0800)
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>
arch/arm/boot/dts/imx25.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx25.dtsi
b/arch/arm/boot/dts/imx25.dtsi
index
677f81d
..
cde329e
100644
(file)
--- 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;