summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/timer/mrvl,mmp-timer.txt
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2020-06-17 00:33:53 +0200
committerRob Herring <robh@kernel.org>2020-07-13 12:50:00 -0600
commit89d79ed806841be990ba66326e8319e8ce1291fc (patch)
tree69b389a32df7fb3e10130206da8353c42891a1ea /Documentation/devicetree/bindings/timer/mrvl,mmp-timer.txt
parent8b8851784dc3b95438e9dffa0b39ad18d696c428 (diff)
dt-bindings: timer: Convert mrvl,mmp-timer to json-schema
A straightforward conversion of the mrvl,mmp-timer binding to DT schema format using json-schema. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Link: https://lore.kernel.org/r/20200616223353.993567-6-lkundrak@v3.sk Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/timer/mrvl,mmp-timer.txt')
-rw-r--r--Documentation/devicetree/bindings/timer/mrvl,mmp-timer.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/Documentation/devicetree/bindings/timer/mrvl,mmp-timer.txt b/Documentation/devicetree/bindings/timer/mrvl,mmp-timer.txt
deleted file mode 100644
index b8f02c663521..000000000000
--- a/Documentation/devicetree/bindings/timer/mrvl,mmp-timer.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-* Marvell MMP Timer controller
-
-Required properties:
-- compatible : Should be "mrvl,mmp-timer".
-- reg : Address and length of the register set of timer controller.
-- interrupts : Should be the interrupt number.
-
-Optional properties:
-- clocks : Should contain a single entry describing the clock input.
-
-Example:
- timer0: timer@d4014000 {
- compatible = "mrvl,mmp-timer";
- reg = <0xd4014000 0x100>;
- interrupts = <13>;
- clocks = <&coreclk 2>;
- };