[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231229090643.116575-3-qiujingbao.dlmu@gmail.com>
Date: Fri, 29 Dec 2023 17:06:42 +0800
From: Jingbao Qiu <qiujingbao.dlmu@...il.com>
To: a.zummo@...ertech.it,
alexandre.belloni@...tlin.com,
robh+dt@...nel.org,
krzysztof.kozlowski+dt@...aro.org,
conor+dt@...nel.org,
paul.walmsley@...ive.com,
palmer@...belt.com,
aou@...s.berkeley.edu
Cc: linux-rtc@...r.kernel.org,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
dlan@...too.org,
inochiama@...look.com,
Jingbao Qiu <qiujingbao.dlmu@...il.com>
Subject: [PATCH v1 2/3] dt-bindings: power: sophgo: add Power-On-Reset/POR for Sophgo CV1800 series SoC.
Add devicetree binding to describe the Power-On-Reset/POR for Sophgo CV1800 SoC.
Signed-off-by: Jingbao Qiu <qiujingbao.dlmu@...il.com>
---
.../bindings/power/sophgo,cv1800-por.yaml | 29 +++++++++++++++++++
1 file changed, 29 insertions(+)
create mode 100644 Documentation/devicetree/bindings/power/sophgo,cv1800-por.yaml
diff --git a/Documentation/devicetree/bindings/power/sophgo,cv1800-por.yaml b/Documentation/devicetree/bindings/power/sophgo,cv1800-por.yaml
new file mode 100644
index 000000000000..8706230a1cbc
--- /dev/null
+++ b/Documentation/devicetree/bindings/power/sophgo,cv1800-por.yaml
@@ -0,0 +1,29 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/power/sophgo,cv1800-por.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Power-On-Reset/POR of the Sophgo CV1800 SoC
+
+maintainers:
+ - Jingbao Qiu <qiujingbao.dlmu@...il.com>
+
+description:
+ This hardware provides triggering and timing control
+ for chip power on, off, and reset.
+
+properties:
+ compatible:
+ const: sophgo,cv1800-por
+
+required:
+ - compatible
+
+unevaluatedProperties: false
+
+examples:
+ - |
+ por {
+ compatible = "sophgo,cv1800-por";
+ };
--
2.25.1
Powered by blists - more mailing lists