summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabrice Gasnier <fabrice.gasnier@st.com>2017-06-14 17:13:14 +0200
committerLee Jones <lee.jones@linaro.org>2017-06-20 16:47:50 +0100
commit9e69672e90ccff10dab6f0c9545226a886e5973c (patch)
tree1234cef41d63f88152b9254d5c30b9ba304af99e
parent27fef9f8ecb0495d302deba210606a32e54db37a (diff)
downloadlinux-9e69672e90ccff10dab6f0c9545226a886e5973c.tar.gz
dt-bindings: mfd: Update STM32 timers clock names
Clock name has been updated during driver/DT binding review:

  https://lkml.org/lkml/2016/12/13/718

Update DT binding doc to reflect this.

Fixes: 8f9359c6c6a0 (dt-bindings: mfd: Add bindings for STM32 Timers driver)
Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Acked-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r--Documentation/devicetree/bindings/mfd/stm32-timers.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mfd/stm32-timers.txt b/Documentation/devicetree/bindings/mfd/stm32-timers.txt
index bbd083f5600a..1db6e0057a63 100644
--- a/Documentation/devicetree/bindings/mfd/stm32-timers.txt
+++ b/Documentation/devicetree/bindings/mfd/stm32-timers.txt
@@ -31,7 +31,7 @@ Example:
 		compatible = "st,stm32-timers";
 		reg = <0x40010000 0x400>;
 		clocks = <&rcc 0 160>;
-		clock-names = "clk_int";
+		clock-names = "int";
 
 		pwm {
 			compatible = "st,stm32-pwm";