summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/mfd
diff options
context:
space:
mode:
authorLinus Torvalds2017-06-22 19:47:29 +0200
committerLinus Torvalds2017-06-22 19:47:29 +0200
commit4f92f0e25a48212ae06e0761504ee0c9c23776ee (patch)
tree547fb6a55a48c9180bbcf0fe6240ac27f855f3b1 /Documentation/devicetree/bindings/mfd
parentMerge branch 'for-linus' of git://git.kernel.dk/linux-block (diff)
parentdt-bindings: mfd: Update STM32 timers clock names (diff)
downloadkernel-qcow2-linux-4f92f0e25a48212ae06e0761504ee0c9c23776ee.tar.gz
kernel-qcow2-linux-4f92f0e25a48212ae06e0761504ee0c9c23776ee.tar.xz
kernel-qcow2-linux-4f92f0e25a48212ae06e0761504ee0c9c23776ee.zip
Merge tag 'mfd-fixes-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Pull MFD fixes from Lee Jones: - arizona: use address passed in, rather than hard coded value - correct STM32 clock-names value in DT binding documentation * tag 'mfd-fixes-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: dt-bindings: mfd: Update STM32 timers clock names mfd: arizona: Fix typo using hard-coded register
Diffstat (limited to 'Documentation/devicetree/bindings/mfd')
-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";