diff options
author | Franklin S Cooper Jr <fcooper@ti.com> | 2016-03-18 02:15:22 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-04-12 23:32:02 +0200 |
commit | dce2a6524963f58e7fd0b8888b2d3791c150f42c (patch) | |
tree | 61dd651656e8370d295f52bdcbea44ddc1446965 /arch/arm/boot/dts/am33xx.dtsi | |
parent | ARM: dts: dra7xx: Fix compatible string for PCF8575 chip (diff) | |
download | linux-dce2a6524963f58e7fd0b8888b2d3791c150f42c.tar.xz linux-dce2a6524963f58e7fd0b8888b2d3791c150f42c.zip |
ARM: dts: da850/am4372/am33xx: Use generic node name for ehrpwm
When possible generic node names should be used. So change the node name
from ehrpwm to pwm.
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am33xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 55ca9c7dcf6a..b3f9c48492db 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -688,7 +688,7 @@ status = "disabled"; }; - ehrpwm0: ehrpwm@48300200 { + ehrpwm0: pwm@48300200 { compatible = "ti,am33xx-ehrpwm"; #pwm-cells = <3>; reg = <0x48300200 0x80>; @@ -718,7 +718,7 @@ status = "disabled"; }; - ehrpwm1: ehrpwm@48302200 { + ehrpwm1: pwm@48302200 { compatible = "ti,am33xx-ehrpwm"; #pwm-cells = <3>; reg = <0x48302200 0x80>; @@ -748,7 +748,7 @@ status = "disabled"; }; - ehrpwm2: ehrpwm@48304200 { + ehrpwm2: pwm@48304200 { compatible = "ti,am33xx-ehrpwm"; #pwm-cells = <3>; reg = <0x48304200 0x80>; |