ARM: dts: imx27: Rename PWM devicetree node

i.MX27 have only one PWM, so index from PWM devicetree node removed.

Signed-off-by: Alexander Shiyan <eagle.alexander923@gmail.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
Alexander Shiyan 2013-06-23 10:54:47 +04:00 committed by Shawn Guo
parent 6e228e8019
commit a392d044bd
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@
clock-names = "ipg", "per"; clock-names = "ipg", "per";
}; };
pwm0: pwm@10006000 { pwm: pwm@10006000 {
compatible = "fsl,imx27-pwm"; compatible = "fsl,imx27-pwm";
reg = <0x10006000 0x1000>; reg = <0x10006000 0x1000>;
interrupts = <23>; interrupts = <23>;