[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250110061401.358371-2-markus.burri@mt.com>
Date: Fri, 10 Jan 2025 07:13:55 +0100
From: Markus Burri <markus.burri@...com>
To: linux-kernel@...r.kernel.org
Cc: Markus Burri <markus.burri@...com>,
Alexandre Belloni <alexandre.belloni@...tlin.com>,
Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Marek Vasut <marex@...x.de>,
linux-rtc@...r.kernel.org,
devicetree@...r.kernel.org,
Manuel Traut <manuel.traut@...com>
Subject: [PATCH v1 1/7] dt-bindings: rtc: add new type for epson,rx8901
Add new compatibility string for the epson rx8901 chip.
The chip has input pins for tamper detection.
This patch add a new compatibility string for this type. This is
needed to enable the functionality for this type of chip.
The compatibility string is defined in the driver but not documented
in dt-bindings.
The patch also add compatibility string for epson,rx8803.
The type is supported by the driver but not documented.
Signed-off-by: Markus Burri <markus.burri@...com>
---
Documentation/devicetree/bindings/rtc/epson,rx8900.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/rtc/epson,rx8900.yaml b/Documentation/devicetree/bindings/rtc/epson,rx8900.yaml
index b770149..03af817 100644
--- a/Documentation/devicetree/bindings/rtc/epson,rx8900.yaml
+++ b/Documentation/devicetree/bindings/rtc/epson,rx8900.yaml
@@ -15,8 +15,10 @@ allOf:
properties:
compatible:
enum:
+ - epson,rx8803
- epson,rx8804
- epson,rx8900
+ - epson,rx8901
- microcrystal,rv8803
reg:
--
2.39.5
Powered by blists - more mailing lists