From: Jonathan Cameron <jic23@kernel.org>
To: Rob Herring <robh@kernel.org>
Cc: Lars-Peter Clausen <lars@metafoo.de>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Michael Hennerich <michael.hennerich@analog.com>,
Slawomir Stepien <sst@poczta.fm>,
linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] dt-bindings: iio: Fix incorrect compatible strings in examples
Date: Sun, 24 Apr 2022 17:12:12 +0100 [thread overview]
Message-ID: <20220424171212.6d247854@jic23-huawei> (raw)
In-Reply-To: <20220422192039.2590548-1-robh@kernel.org>
On Fri, 22 Apr 2022 14:20:39 -0500
Rob Herring <robh@kernel.org> wrote:
> Fix a couple of examples using incorrect compatible strings.
>
> Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
or I can pick these up through IIO if preferred.
Thanks,
Jonathan
> ---
> Documentation/devicetree/bindings/iio/dac/lltc,ltc2632.yaml | 2 +-
> .../bindings/iio/potentiometer/microchip,mcp4131.yaml | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/iio/dac/lltc,ltc2632.yaml b/Documentation/devicetree/bindings/iio/dac/lltc,ltc2632.yaml
> index edf804d0aca2..b1eb77335d05 100644
> --- a/Documentation/devicetree/bindings/iio/dac/lltc,ltc2632.yaml
> +++ b/Documentation/devicetree/bindings/iio/dac/lltc,ltc2632.yaml
> @@ -68,7 +68,7 @@ examples:
> #size-cells = <0>;
>
> dac@0 {
> - compatible = "lltc,ltc2632";
> + compatible = "lltc,ltc2632-l12";
> reg = <0>; /* CS0 */
> spi-max-frequency = <1000000>;
> vref-supply = <&vref>;
> diff --git a/Documentation/devicetree/bindings/iio/potentiometer/microchip,mcp4131.yaml b/Documentation/devicetree/bindings/iio/potentiometer/microchip,mcp4131.yaml
> index 945a2d644ddc..32e92bced81f 100644
> --- a/Documentation/devicetree/bindings/iio/potentiometer/microchip,mcp4131.yaml
> +++ b/Documentation/devicetree/bindings/iio/potentiometer/microchip,mcp4131.yaml
> @@ -95,7 +95,7 @@ examples:
> #size-cells = <0>;
>
> potentiometer@0 {
> - compatible = "mcp4131-502";
> + compatible = "microchip,mcp4131-502";
> reg = <0>;
> spi-max-frequency = <500000>;
> };
next prev parent reply other threads:[~2022-04-24 16:04 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-22 19:20 [PATCH] dt-bindings: iio: Fix incorrect compatible strings in examples Rob Herring
2022-04-23 11:24 ` Krzysztof Kozlowski
2022-04-23 12:08 ` Slawomir Stepien
2022-04-24 16:12 ` Jonathan Cameron [this message]
2022-04-25 19:45 ` Rob Herring
2022-04-28 19:47 ` 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=20220424171212.6d247854@jic23-huawei \
--to=jic23@kernel.org \
--cc=devicetree@vger.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=michael.hennerich@analog.com \
--cc=robh@kernel.org \
--cc=sst@poczta.fm \
/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).