diff options
author | Franklin S Cooper Jr <fcooper@ti.com> | 2016-03-17 20:15:22 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-04-12 14:32:02 -0700 |
commit | dce2a6524963f58e7fd0b8888b2d3791c150f42c (patch) | |
tree | 61dd651656e8370d295f52bdcbea44ddc1446965 /arch/arm/boot/dts/am335x-shc.dts | |
parent | 3a1de8082405e5c7bd38f4d71605ca85efecf071 (diff) | |
download | blackbird-op-linux-dce2a6524963f58e7fd0b8888b2d3791c150f42c.tar.gz blackbird-op-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/am335x-shc.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-shc.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-shc.dts b/arch/arm/boot/dts/am335x-shc.dts index 865de8500f1c..837d5b80ea1d 100644 --- a/arch/arm/boot/dts/am335x-shc.dts +++ b/arch/arm/boot/dts/am335x-shc.dts @@ -138,7 +138,7 @@ &epwmss1 { status = "okay"; - ehrpwm1: ehrpwm@48302200 { + ehrpwm1: pwm@48302200 { pinctrl-names = "default"; pinctrl-0 = <&ehrpwm1_pins>; status = "okay"; |