linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mario Kicherer <dev@kicherer.org>
To: linux-hwmon@vger.kernel.org
Cc: jdelvare@suse.com, linux@roeck-us.net, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, corbet@lwn.net,
	linux-doc@vger.kernel.org, devicetree@vger.kernel.org,
	Mario Kicherer <dev@kicherer.org>
Subject: [PATCH v4 1/3] dt-bindings: hwmon: add nxp,mc34vr500
Date: Wed, 18 Jan 2023 13:30:17 +0100	[thread overview]
Message-ID: <20230118123019.3041303-2-dev@kicherer.org> (raw)
In-Reply-To: <20230118123019.3041303-1-dev@kicherer.org>

Add dt-bindings for the NXP MC34VR500 PMIC.

Signed-off-by: Mario Kicherer <dev@kicherer.org>
---
 .../bindings/hwmon/nxp,mc34vr500.yaml         | 36 +++++++++++++++++++
 1 file changed, 36 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/nxp,mc34vr500.yaml

diff --git a/Documentation/devicetree/bindings/hwmon/nxp,mc34vr500.yaml b/Documentation/devicetree/bindings/hwmon/nxp,mc34vr500.yaml
new file mode 100644
index 000000000000..306f67315835
--- /dev/null
+++ b/Documentation/devicetree/bindings/hwmon/nxp,mc34vr500.yaml
@@ -0,0 +1,36 @@
+# SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/hwmon/nxp,mc34vr500.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: NXP MC34VR500 hwmon sensor
+
+maintainers:
+  - Mario Kicherer <dev@kicherer.org>
+
+properties:
+  compatible:
+    enum:
+      - nxp,mc34vr500
+
+  reg:
+    maxItems: 1
+
+required:
+  - compatible
+  - reg
+
+additionalProperties: false
+
+examples:
+  - |
+    i2c {
+      #address-cells = <1>;
+      #size-cells = <0>;
+
+      pmic@8 {
+        compatible = "nxp,mc34vr500";
+        reg = <0x08>;
+      };
+    };
-- 
2.34.1


  reply	other threads:[~2023-01-18 13:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-18 12:30 [PATCH v4 0/3] hwmon: add initial NXP MC34VR500 PMIC monitoring support Mario Kicherer
2023-01-18 12:30 ` Mario Kicherer [this message]
2023-01-19 11:42   ` [PATCH v4 1/3] dt-bindings: hwmon: add nxp,mc34vr500 Krzysztof Kozlowski
2023-01-24 13:56   ` Guenter Roeck
2023-01-18 12:30 ` [PATCH v4 2/3] docs: hwmon: add docs for the NXP MC34VR500 PMIC Mario Kicherer
2023-01-24 13:59   ` Guenter Roeck
2023-01-18 12:30 ` [PATCH v4 3/3] hwmon: add initial NXP MC34VR500 PMIC monitoring support Mario Kicherer
2023-01-24 14:00   ` Guenter Roeck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230118123019.3041303-2-dev@kicherer.org \
    --to=dev@kicherer.org \
    --cc=corbet@lwn.net \
    --cc=devicetree@vger.kernel.org \
    --cc=jdelvare@suse.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).