lkml.org 
[lkml]   [2016]   [Jul]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 10/93] dt-bindings: clocksource: Add Oxford Semiconductor RPS Timer bindings
    Date
    From: Neil Armstrong <narmstrong@baylibre.com>

    Add DT bindings for the Oxford Semiconductor RPS dual Timer.

    Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
    Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
    Acked-by: Rob Herring <robh@kernel.org>
    ---
    .../devicetree/bindings/timer/oxsemi,rps-timer.txt | 17 +++++++++++++++++
    1 file changed, 17 insertions(+)
    create mode 100644 Documentation/devicetree/bindings/timer/oxsemi,rps-timer.txt

    diff --git a/Documentation/devicetree/bindings/timer/oxsemi,rps-timer.txt b/Documentation/devicetree/bindings/timer/oxsemi,rps-timer.txt
    new file mode 100644
    index 0000000..3ca89cd
    --- /dev/null
    +++ b/Documentation/devicetree/bindings/timer/oxsemi,rps-timer.txt
    @@ -0,0 +1,17 @@
    +Oxford Semiconductor OXNAS SoCs Family RPS Timer
    +================================================
    +
    +Required properties:
    +- compatible: Should be "oxsemi,ox810se-rps-timer"
    +- reg : Specifies base physical address and size of the registers.
    +- interrupts : The interrupts of the two timers
    +- clocks : The phandle of the timer clock source
    +
    +example:
    +
    +timer0: timer@200 {
    + compatible = "oxsemi,ox810se-rps-timer";
    + reg = <0x200 0x40>;
    + clocks = <&rpsclk>;
    + interrupts = <4 5>;
    +};
    --
    1.9.1
    \
     
     \ /
      Last update: 2016-07-07 11:21    [W:4.244 / U:0.124 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site