aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Zapolskiy <vz@mleia.com>2016-12-04 19:10:25 -0500
committerRob Herring <robh@kernel.org>2016-12-09 16:37:58 -0500
commit61eb3a04f9789c5e4f7498a2f171b82a567cea6b (patch)
tree06c157dcefc2f901f13ef6a6d55cb6e14a39cb75
parent1a85ff590440a257aa985747bc4c8bc3f7569c8a (diff)
dt: pwm: bcm2835: fix typo in clocks property name
According to the examples of BCM2835 PWM device nodes there is a typo in 'clocks' property name, which is a common property name on clock consumer side to store a phandle to an input clock. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com> Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r--Documentation/devicetree/bindings/pwm/pwm-bcm2835.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pwm/pwm-bcm2835.txt b/Documentation/devicetree/bindings/pwm/pwm-bcm2835.txt
index fb6fb31bc4c4..cf573e85b11d 100644
--- a/Documentation/devicetree/bindings/pwm/pwm-bcm2835.txt
+++ b/Documentation/devicetree/bindings/pwm/pwm-bcm2835.txt
@@ -3,7 +3,7 @@ BCM2835 PWM controller (Raspberry Pi controller)
3Required properties: 3Required properties:
4- compatible: should be "brcm,bcm2835-pwm" 4- compatible: should be "brcm,bcm2835-pwm"
5- reg: physical base address and length of the controller's registers 5- reg: physical base address and length of the controller's registers
6- clock: This clock defines the base clock frequency of the PWM hardware 6- clocks: This clock defines the base clock frequency of the PWM hardware
7 system, the period and the duty_cycle of the PWM signal is a multiple of 7 system, the period and the duty_cycle of the PWM signal is a multiple of
8 the base period. 8 the base period.
9- #pwm-cells: Should be 2. See pwm.txt in this directory for a description of 9- #pwm-cells: Should be 2. See pwm.txt in this directory for a description of