diff options
author | Serge Semin <[email protected]> | 2020-05-21 23:48:11 +0300 |
---|---|---|
committer | Daniel Lezcano <[email protected]> | 2020-05-23 00:02:33 +0200 |
commit | e69bc8999662a3fa6d856820dd09717afff1cbb0 (patch) | |
tree | 3e69a4bfcb1b00661b5d630ce4204c3f3ae16632 | |
parent | b33aaf5cd68d0fa0f0d6aa15831a1e82e2ef98e1 (diff) |
dt-bindings: timer: Move snps,dw-apb-timer DT schema from rtc
This binding file doesn't belong to the rtc seeing it's a pure timer
with no rtc facilities like days/months/years counting and alarms.
So move the YAML-file to the Documentation/devicetree/bindings/timer/
directory.
Signed-off-by: Serge Semin <[email protected]>
Acked-by: Alexandre Belloni <[email protected]>
Acked-by: Rob Herring <[email protected]>
Cc: Alexey Malahov <[email protected]>
Cc: Thomas Bogendoerfer <[email protected]>
Cc: Paul Burton <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: [email protected]
Signed-off-by: Daniel Lezcano <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | Documentation/devicetree/bindings/timer/snps,dw-apb-timer.yaml (renamed from Documentation/devicetree/bindings/rtc/snps,dw-apb-timer.yaml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/rtc/snps,dw-apb-timer.yaml b/Documentation/devicetree/bindings/timer/snps,dw-apb-timer.yaml index 002fe1ee709b..5d300efdf0ca 100644 --- a/Documentation/devicetree/bindings/rtc/snps,dw-apb-timer.yaml +++ b/Documentation/devicetree/bindings/timer/snps,dw-apb-timer.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-only %YAML 1.2 --- -$id: http://devicetree.org/schemas/rtc/snps,dw-apb-timer.yaml# +$id: http://devicetree.org/schemas/timer/snps,dw-apb-timer.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Synopsys DesignWare APB Timer |