From: Johan Hovold <johan+linaro@kernel.org>
To: Jonathan Cameron <jic23@kernel.org>
Cc: Lars-Peter Clausen <lars@metafoo.de>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
Johan Hovold <johan+linaro@kernel.org>
Subject: [PATCH 3/6] dt-bindings: iio/adc: qcom,spmi-iadc: clean up example
Date: Thu, 30 Nov 2023 18:16:25 +0100 [thread overview]
Message-ID: <20231130171628.12257-4-johan+linaro@kernel.org> (raw)
In-Reply-To: <20231130171628.12257-1-johan+linaro@kernel.org>
Clean up the IADC example by adding a newline separator, dropping an
unnecessary label and removing stray white space.
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
---
.../devicetree/bindings/iio/adc/qcom,spmi-iadc.yaml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/iio/adc/qcom,spmi-iadc.yaml b/Documentation/devicetree/bindings/iio/adc/qcom,spmi-iadc.yaml
index 16889d2d3575..5ed893ef5c18 100644
--- a/Documentation/devicetree/bindings/iio/adc/qcom,spmi-iadc.yaml
+++ b/Documentation/devicetree/bindings/iio/adc/qcom,spmi-iadc.yaml
@@ -54,12 +54,13 @@ examples:
pmic {
#address-cells = <1>;
#size-cells = <0>;
- pmic_iadc: adc@3600 {
+
+ adc@3600 {
compatible = "qcom,pm8941-iadc", "qcom,spmi-iadc";
reg = <0x3600>;
interrupts = <0x0 0x36 0x0 IRQ_TYPE_EDGE_RISING>;
qcom,external-resistor-micro-ohms = <10000>;
- #io-channel-cells = <1>;
+ #io-channel-cells = <1>;
};
};
...
--
2.41.0
next prev parent reply other threads:[~2023-11-30 17:16 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-30 17:16 [PATCH 0/6] dt-bindings: iio/adc: qcom,spmi: fix up examples Johan Hovold
2023-11-30 17:16 ` [PATCH 1/6] dt-bindings: iio/adc: qcom,spmi-iadc: fix reg description Johan Hovold
2023-11-30 17:16 ` [PATCH 2/6] dt-bindings: iio/adc: qcom,spmi-iadc: fix example node name Johan Hovold
2023-11-30 17:16 ` Johan Hovold [this message]
2023-11-30 17:16 ` [PATCH 4/6] dt-bindings: iio/adc: qcom,spmi-rradc: clean up example Johan Hovold
2023-11-30 17:16 ` [PATCH 5/6] dt-bindings: iio/adc: qcom,spmi-vadc: fix example node names Johan Hovold
2023-11-30 17:16 ` [PATCH 6/6] dt-bindings: iio/adc: qcom,spmi-vadc: clean up examples Johan Hovold
2023-12-04 13:26 ` [PATCH 0/6] dt-bindings: iio/adc: qcom,spmi: fix " Jonathan Cameron
2023-12-04 16:25 ` Conor Dooley
2023-12-04 17:07 ` Jonathan Cameron
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=20231130171628.12257-4-johan+linaro@kernel.org \
--to=johan+linaro@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jic23@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--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