[PATCH v3 2/4] dt-bindings: iio: Add Infineon DPS310 sensor documentation
Rob Herring
robh at kernel.org
Thu Aug 7 08:07:36 AEST 2025
On Wed, Aug 06, 2025 at 01:47:09PM -0500, Eddie James wrote:
> The DPS310 is a barometric pressure and temperature sensor with
> an I2C interface. Remove it from trivial-devices.yaml and add it's
its
> own documentation.
>
> Signed-off-by: Eddie James <eajames at linux.ibm.com>
> ---
> .../iio/pressure/infineon,dps310.yaml | 44 +++++++++++++++++++
> .../devicetree/bindings/trivial-devices.yaml | 2 -
> MAINTAINERS | 1 +
> 3 files changed, 45 insertions(+), 2 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/iio/pressure/infineon,dps310.yaml
>
> diff --git a/Documentation/devicetree/bindings/iio/pressure/infineon,dps310.yaml b/Documentation/devicetree/bindings/iio/pressure/infineon,dps310.yaml
> new file mode 100644
> index 000000000000..3c2d807e4939
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/pressure/infineon,dps310.yaml
> @@ -0,0 +1,44 @@
> +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/iio/pressure/infineon,dps310.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Infineon DPS310 barometric pressure and temperature sensor
> +
> +maintainers:
> + - Eddie James <eajames at linux.ibm.com>
> +
> +description: |
Don't need '|' here.
With those fixed,
Reviewed-by: Rob Herring (Arm) <robh at kernel.org>
> + The DPS310 is a barometric pressure and temperature sensor with an I2C
> + interface.
More information about the Linux-aspeed
mailing list