From: David Lechner <dlechner@baylibre.com>
To: Rodrigo Gobbi <rodrigo.gobbi.7@gmail.com>,
robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
nuno.sa@analog.com, andy@kernel.org
Cc: ~lkcamp/patches@lists.sr.ht, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] dt-bindings:iio:gyroscope:invensense,itg3200: add binding
Date: Thu, 15 May 2025 09:04:57 -0500 [thread overview]
Message-ID: <81b2a499-1927-4fb3-b581-a533c64507a6@baylibre.com> (raw)
In-Reply-To: <20250515002817.81863-1-rodrigo.gobbi.7@gmail.com>
On 5/14/25 7:21 PM, Rodrigo Gobbi wrote:
> There is no txt file for it, add yaml for invensense,itg3200 gyroscope.
>
> Signed-off-by: Rodrigo Gobbi <rodrigo.gobbi.7@gmail.com>
> ---
> Added @Jonathan as the maintainer here due a suggestion in a
> different thread for a different binding file.
> Created this yaml using the driver probe and comparing with other gyro bindings.
> Tks and regards.
> ---
> .../iio/gyroscope/invensense,itg3200.yaml | 51 +++++++++++++++++++
> 1 file changed, 51 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/gyroscope/invensense,itg3200.yaml
>
> diff --git a/Documentation/devicetree/bindings/iio/gyroscope/invensense,itg3200.yaml b/Documentation/devicetree/bindings/iio/gyroscope/invensense,itg3200.yaml
> new file mode 100644
> index 000000000000..0656dbb58cf2
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/gyroscope/invensense,itg3200.yaml
> @@ -0,0 +1,51 @@
> +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/iio/gyroscope/invensense,itg3200.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Invensense ITG-3200 Gyroscope
> +
> +maintainers:
> + - Jonathan Cameron <jic23@kernel.org>
> +
> +description: |
> + Triple-axis, digital output gyroscope with a three 16-bit analog-to-digital
> + converters (ADCs) for digitizing the gyro outputs, a user-selectable internal
> + low-pass filter bandwidth, and a Fast-Mode I2C . Datasheet can be found here:
> + https://invensense.tdk.com/wp-content/uploads/2015/02/ITG-3200-Register-Map.pdf
This is only the register map, not a proper datasheet, so isn't useful
for the devicetree bindings.
> +
> +properties:
> + compatible:
> + const: invensense,itg3200
> +
> + reg:
> + maxItems: 1
> +
Missing vdd-supply and vlogic-supply properties. These should be
required.
Missing clocks property for optional external clock.
We always try to make the DT bindings as complete as possible
even if the driver doesn't use all of it.
> + interrupts:
> + minItems: 1
> +
> + mount-matrix:
> + description: an optional 3x3 mounting rotation matrix.
> +
> +required:
> + - compatible
> + - reg
> +
> +additionalProperties: false
> +
> +examples:
> + - |
> + #include <dt-bindings/interrupt-controller/irq.h>
> + i2c {
> + #address-cells = <1>;
> + #size-cells = <0>;
> + itg3200@68 {
gyro@68
Generic names are preferred.
> + compatible = "invensense,itg3200";
> + reg = <0x68>;
> + pinctrl-names = "default";
> + pinctrl-0 = <&itg3200_pins>;
Probably don't need pinctrl stuff in the example.
> + interrupt-parent = <&gpio2>;
> + interrupts = <24 IRQ_TYPE_EDGE_FALLING>;
> + };
> + };
next prev parent reply other threads:[~2025-05-15 14:05 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-15 0:21 Rodrigo Gobbi
2025-05-15 14:04 ` David Lechner [this message]
2025-05-15 14:08 ` David Lechner
2025-05-15 22:09 ` Rodrigo Gobbi
2025-05-16 19:34 ` Krzysztof Kozlowski
2025-05-15 16:19 ` Conor Dooley
2025-05-16 19:36 ` Krzysztof Kozlowski
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=81b2a499-1927-4fb3-b581-a533c64507a6@baylibre.com \
--to=dlechner@baylibre.com \
--cc=andy@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nuno.sa@analog.com \
--cc=robh@kernel.org \
--cc=rodrigo.gobbi.7@gmail.com \
--cc=~lkcamp/patches@lists.sr.ht \
/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
all inboxes | Powered by JetHome®