Skip to content

Commit 1c431b9

Browse files
dt-bindings: rtc: convert trivial devices into dtschema
These RTCs meet the requirements for a direct conversion into trivial-rtc: - google,goldfish-rtc - maxim,ds1742 - lpc32xx-rtc - orion-rtc - rtc-aspeed - spear-rtc - via,vt8500-rtc Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Andrew Jeffery <andrew@codeconstruct.com.au> Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com> Link: https://lore.kernel.org/r/20240413-rtc_dtschema-v3-2-eff368bcc471@gmail.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent c3a0ee8 commit 1c431b9

File tree

9 files changed

+18
-115
lines changed

9 files changed

+18
-115
lines changed

Documentation/devicetree/bindings/rtc/google,goldfish-rtc.txt

Lines changed: 0 additions & 17 deletions
This file was deleted.

Documentation/devicetree/bindings/rtc/lpc32xx-rtc.txt

Lines changed: 0 additions & 15 deletions
This file was deleted.

Documentation/devicetree/bindings/rtc/maxim,ds1742.txt

Lines changed: 0 additions & 12 deletions
This file was deleted.

Documentation/devicetree/bindings/rtc/orion-rtc.txt

Lines changed: 0 additions & 18 deletions
This file was deleted.

Documentation/devicetree/bindings/rtc/rtc-aspeed.txt

Lines changed: 0 additions & 22 deletions
This file was deleted.

Documentation/devicetree/bindings/rtc/spear-rtc.txt

Lines changed: 0 additions & 15 deletions
This file was deleted.

Documentation/devicetree/bindings/rtc/trivial-rtc.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ properties:
2424
- abracon,abb5zes3
2525
# AB-RTCMC-32.768kHz-EOZ9: Real Time Clock/Calendar Module with I2C Interface
2626
- abracon,abeoz9
27+
# ASPEED BMC ast2400 Real-time Clock
28+
- aspeed,ast2400-rtc
29+
# ASPEED BMC ast2500 Real-time Clock
30+
- aspeed,ast2500-rtc
31+
# ASPEED BMC ast2600 Real-time Clock
32+
- aspeed,ast2600-rtc
2733
# Conexant Digicolor Real Time Clock Controller
2834
- cnxt,cx92755-rtc
2935
# I2C, 32-Bit Binary Counter Watchdog RTC with Trickle Charger and Reset Input/Output
@@ -44,16 +50,24 @@ properties:
4450
- epson,rx8571
4551
# I2C-BUS INTERFACE REAL TIME CLOCK MODULE
4652
- epson,rx8581
53+
# Android Goldfish Real-time Clock
54+
- google,goldfish-rtc
4755
# Intersil ISL1208 Low Power RTC with Battery Backed SRAM
4856
- isil,isl1208
4957
# Intersil ISL1218 Low Power RTC with Battery Backed SRAM
5058
- isil,isl1218
59+
# Mvebu Real-time Clock
60+
- marvell,orion-rtc
61+
# Maxim DS1742/DS1743 Real-time Clock
62+
- maxim,ds1742
5163
# SPI-BUS INTERFACE REAL TIME CLOCK MODULE
5264
- maxim,mcp795
5365
# Real Time Clock Module with I2C-Bus
5466
- microcrystal,rv3029
5567
# Real Time Clock
5668
- microcrystal,rv8523
69+
# NXP LPC32xx SoC Real-time Clock
70+
- nxp,lpc3220-rtc
5771
# Real-time Clock Module
5872
- pericom,pt7c4338
5973
# I2C bus SERIAL INTERFACE REAL-TIME CLOCK IC
@@ -70,6 +84,10 @@ properties:
7084
- ricoh,rv5c387a
7185
# 2-wire CMOS real-time clock
7286
- sii,s35390a
87+
# ST SPEAr Real-time Clock
88+
- st,spear600-rtc
89+
# VIA/Wondermedia VT8500 Real-time Clock
90+
- via,vt8500-rtc
7391
# I2C bus SERIAL INTERFACE REAL-TIME CLOCK IC
7492
- whwave,sd3078
7593
# Xircom X1205 I2C RTC

Documentation/devicetree/bindings/rtc/via,vt8500-rtc.txt

Lines changed: 0 additions & 15 deletions
This file was deleted.

MAINTAINERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,6 @@ F: drivers/irqchip/irq-goldfish-pic.c
14421442
ANDROID GOLDFISH RTC DRIVER
14431443
M: Jiaxun Yang <jiaxun.yang@flygoat.com>
14441444
S: Supported
1445-
F: Documentation/devicetree/bindings/rtc/google,goldfish-rtc.txt
14461445
F: drivers/rtc/rtc-goldfish.c
14471446

14481447
AOA (Apple Onboard Audio) ALSA DRIVER

0 commit comments

Comments
 (0)