summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/pwm/pwm-bcm2835.txt
AgeCommit message (Collapse)AuthorFilesLines
2016-12-10dt: pwm: bcm2835: fix typo in clocks property nameVladimir Zapolskiy1-1/+1
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>
2014-11-17pwm: Add BCM2835 PWM driverBart Tanghe1-0/+30
Add PWM driver for Broadcom BCM2835 processor (Raspberry Pi) Signed-off-by: Bart Tanghe <bart.tanghe@thomasmore.be> Acked-by: Stephen Warren <swarren@wwwdotorg.org> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>