diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-01-20 16:41:56 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2021-01-23 14:57:21 +0100 |
commit | 9d0735519f99948c5b5c22426b682ced7f7af9be (patch) | |
tree | 7544c612d362fba71a5d0f3850d972fad24aeeb8 /Documentation/devicetree/bindings/rtc | |
parent | rtc: tps65910: remove tps65910_rtc_ops_noirq (diff) | |
download | linux-9d0735519f99948c5b5c22426b682ced7f7af9be.tar.xz linux-9d0735519f99948c5b5c22426b682ced7f7af9be.zip |
rtc: remove sirfsoc driver
The CSR SiRF prima2/atlas platforms are getting removed, so this driver
is no longer needed.
Cc: Barry Song <baohua@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Barry Song <baohua@kernel.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20210120154158.1860736-2-arnd@kernel.org
Diffstat (limited to 'Documentation/devicetree/bindings/rtc')
-rw-r--r-- | Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt b/Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt deleted file mode 100644 index 58885b55da21..000000000000 --- a/Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt +++ /dev/null @@ -1,13 +0,0 @@ -SiRFSoC Real Time Clock - -Required properties: -- compatible: must be "sirf,prima2-sysrtc" -- reg: address range of rtc register set. -- interrupts: rtc alarm interrupts. - -Example: - rtc@2000 { - compatible = "sirf,prima2-sysrtc"; - reg = <0x2000 0x1000>; - interrupts = <52 53 54>; - }; |