diff options
author | Tony Lindgren <tony@atomide.com> | 2018-12-11 00:43:11 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-12-11 18:31:25 +0300 |
commit | f4ef6fd0789da20b32d303859b8f9f8a11396c09 (patch) | |
tree | 2679416ebf0caa7573f7cfb5448884ecad9a96da /arch/arm/boot/dts/am335x-shc.dts | |
parent | e9e685480b74aef3f3d0967dadb52eea3ff625d2 (diff) | |
download | linux-f4ef6fd0789da20b32d303859b8f9f8a11396c09.tar.xz |
ARM: dts: Fix ranges for am335x epwmss
Looks like I missed the ranges for am335x epwmss. Let's set it up the
same way as for am437x and dra7.
Fixes: 87fc89ced3a7 ("ARM: dts: am335x: Move l4 child devices to probe
them with ti-sysc")
Tested-by: Peter Ujfalusi <peter.ujfalusi@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 c9e07584549d..d0fd68873689 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: pwm@48302200 { + ehrpwm1: pwm@200 { pinctrl-names = "default"; pinctrl-0 = <&ehrpwm1_pins>; status = "okay"; |