Commit 2359ccdd authored by Rob Herring's avatar Rob Herring
Browse files

dt-bindings: move various timer bindings to timer/ directory



Bindings are supposed to be organized by device class/function. Move
bindings for various timers to timer/ binding directory.

Cc: Linus Walleij <linus.walleij@linaro.org>
Acked-by: default avatarThierry Reding <thierry.reding@gmail.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 2564fd43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ interrupt-controller:
	see binding for interrupt-controller/arm,gic.txt

timer:
	see binding for arm/twd.txt
	see binding for timer/arm,twd.txt

clocks:
	see binding for clocks/ux500.txt
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

Required properties:
- compatible: Shall contain "ti,omap-dmtimer-pwm".
- ti,timers: phandle to PWM capable OMAP timer. See arm/omap/timer.txt for info
- ti,timers: phandle to PWM capable OMAP timer. See timer/ti,timer.txt for info
  about these timers.
- #pwm-cells: Should be 3. See pwm.txt in this directory for a description of
  the cells format.
Loading