public inbox for linux-rtc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] dt-bindings: rtc: mpfs-rtc: permit resets
@ 2026-03-03 16:36 Conor Dooley
  2026-03-04  8:34 ` Krzysztof Kozlowski
  2026-03-12 14:34 ` Alexandre Belloni
  0 siblings, 2 replies; 3+ messages in thread
From: Conor Dooley @ 2026-03-03 16:36 UTC (permalink / raw)
  To: linux-rtc
  Cc: conor, Conor Dooley, Alexandre Belloni, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Daire McNamara, devicetree,
	linux-kernel

From: Conor Dooley <conor.dooley@microchip.com>

The RTC on mpfs and pic64gx has a reset pin, but until now this has been
undocumented because platform firmware takes the RTC out of reset on
first-party boards (or those using modified versions of the vendor
firmware), but not all boards may take this approach. Permit providing a
reset in devicetree for Linux, or other devicetree-consuming software,
to use.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
---
CC: Alexandre Belloni <alexandre.belloni@bootlin.com>
CC: Rob Herring <robh@kernel.org>
CC: Krzysztof Kozlowski <krzk+dt@kernel.org>
CC: Conor Dooley <conor+dt@kernel.org>
CC: Daire McNamara <daire.mcnamara@microchip.com>
CC: linux-rtc@vger.kernel.org
CC: devicetree@vger.kernel.org
CC: linux-kernel@vger.kernel.org
---
 Documentation/devicetree/bindings/rtc/microchip,mpfs-rtc.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/rtc/microchip,mpfs-rtc.yaml b/Documentation/devicetree/bindings/rtc/microchip,mpfs-rtc.yaml
index a3e60d9f83993..e26e92b1af03f 100644
--- a/Documentation/devicetree/bindings/rtc/microchip,mpfs-rtc.yaml
+++ b/Documentation/devicetree/bindings/rtc/microchip,mpfs-rtc.yaml
@@ -47,6 +47,9 @@ properties:
       - const: rtc
       - const: rtcref
 
+  resets:
+    maxItems: 1
+
 required:
   - compatible
   - reg
-- 
2.51.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-03-12 14:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-03 16:36 [PATCH v1] dt-bindings: rtc: mpfs-rtc: permit resets Conor Dooley
2026-03-04  8:34 ` Krzysztof Kozlowski
2026-03-12 14:34 ` Alexandre Belloni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox