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/da850.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/da850.dtsi')
-rw-r--r-- | arch/arm/boot/dts/da850.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi index 226cda76e77c..c3910e285dde 100644 --- a/arch/arm/boot/dts/da850.dtsi +++ b/arch/arm/boot/dts/da850.dtsi @@ -247,13 +247,13 @@ dma-names = "rx", "tx"; status = "disabled"; }; - ehrpwm0: ehrpwm@01f00000 { + ehrpwm0: pwm@01f00000 { compatible = "ti,da850-ehrpwm", "ti,am33xx-ehrpwm"; #pwm-cells = <3>; reg = <0x300000 0x2000>; status = "disabled"; }; - ehrpwm1: ehrpwm@01f02000 { + ehrpwm1: pwm@01f02000 { compatible = "ti,da850-ehrpwm", "ti,am33xx-ehrpwm"; #pwm-cells = <3>; reg = <0x302000 0x2000>; |