summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/rtc/lpc32xx-rtc.txt
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2024-05-25 13:33:53 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2024-05-25 13:33:53 -0700
commit54f71b0369c9d8dcf23c13ddab2a097115c5f572 (patch)
tree60a9113e0b148056a974ad658e389084001531f0 /Documentation/devicetree/bindings/rtc/lpc32xx-rtc.txt
parent4286e1fceb8c99f25332dc7e85f9879408caa45a (diff)
parent4c9a91b94c126d6585fbf185807b26dca5166209 (diff)
downloadlinux-54f71b0369c9d8dcf23c13ddab2a097115c5f572.tar.gz
linux-54f71b0369c9d8dcf23c13ddab2a097115c5f572.tar.bz2
linux-54f71b0369c9d8dcf23c13ddab2a097115c5f572.zip
Merge tag 'rtc-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
Pull RTC updates from Alexandre Belloni: "There is one new driver and then most of the changes are the device tree bindings conversions to yaml. New driver: - Epson RX8111 Drivers: - Many Device Tree bindings conversions to dtschema - pcf8563: wakeup-source support" * tag 'rtc-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux: pcf8563: add wakeup-source support rtc: rx8111: handle VLOW flag rtc: rx8111: demote warnings to debug level rtc: rx6110: Constify struct regmap_config dt-bindings: rtc: convert trivial devices into dtschema dt-bindings: rtc: stmp3xxx-rtc: convert to dtschema dt-bindings: rtc: pxa-rtc: convert to dtschema rtc: Add driver for Epson RX8111 dt-bindings: rtc: Add Epson RX8111 rtc: mcp795: drop unneeded MODULE_ALIAS rtc: nuvoton: Modify part number value rtc: test: Split rtc unit test into slow and normal speed test dt-bindings: rtc: nxp,lpc1788-rtc: convert to dtschema dt-bindings: rtc: digicolor-rtc: move to trivial-rtc dt-bindings: rtc: alphascale,asm9260-rtc: convert to dtschema dt-bindings: rtc: armada-380-rtc: convert to dtschema rtc: cros-ec: provide ID table for avoiding fallback match
Diffstat (limited to 'Documentation/devicetree/bindings/rtc/lpc32xx-rtc.txt')
-rw-r--r--Documentation/devicetree/bindings/rtc/lpc32xx-rtc.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/Documentation/devicetree/bindings/rtc/lpc32xx-rtc.txt b/Documentation/devicetree/bindings/rtc/lpc32xx-rtc.txt
deleted file mode 100644
index a87a1e9bc060..000000000000
--- a/Documentation/devicetree/bindings/rtc/lpc32xx-rtc.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-* NXP LPC32xx SoC Real Time Clock controller
-
-Required properties:
-- compatible: must be "nxp,lpc3220-rtc"
-- reg: physical base address of the controller and length of memory mapped
- region.
-- interrupts: The RTC interrupt
-
-Example:
-
- rtc@40024000 {
- compatible = "nxp,lpc3220-rtc";
- reg = <0x40024000 0x1000>;
- interrupts = <52 0>;
- };