2024-02-01 10:25:48

by Michal Simek

[permalink] [raw]
Subject: [PATCH] dt-bindings: gpio: gpio-pca9570: Add label property

Add a label property to allow a custom name to be used for identifying
a device on the board. This is useful when multiple devices are present on
the same board. Similar change was done by commit ffae65fb1ae4
("dt-bindings: spi: spi-cadence: Add label property") or by commit
a53faa6bfa3b ("dt-bindings: hwmon: ina2xx: Add label property").

Signed-off-by: Michal Simek <[email protected]>
---

Documentation/devicetree/bindings/gpio/gpio-pca9570.yaml | 3 +++
1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/gpio/gpio-pca9570.yaml b/Documentation/devicetree/bindings/gpio/gpio-pca9570.yaml
index 452f8972a965..6f73961001b7 100644
--- a/Documentation/devicetree/bindings/gpio/gpio-pca9570.yaml
+++ b/Documentation/devicetree/bindings/gpio/gpio-pca9570.yaml
@@ -28,6 +28,9 @@ properties:
minItems: 4
maxItems: 8

+ label:
+ description: A descriptive name for this device.
+
required:
- compatible
- reg
--
2.36.1



2024-02-02 20:26:38

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: gpio: gpio-pca9570: Add label property


On Thu, 01 Feb 2024 11:24:20 +0100, Michal Simek wrote:
> Add a label property to allow a custom name to be used for identifying
> a device on the board. This is useful when multiple devices are present on
> the same board. Similar change was done by commit ffae65fb1ae4
> ("dt-bindings: spi: spi-cadence: Add label property") or by commit
> a53faa6bfa3b ("dt-bindings: hwmon: ina2xx: Add label property").
>
> Signed-off-by: Michal Simek <[email protected]>
> ---
>
> Documentation/devicetree/bindings/gpio/gpio-pca9570.yaml | 3 +++
> 1 file changed, 3 insertions(+)
>

Acked-by: Rob Herring <[email protected]>


2024-02-05 08:30:35

by Bartosz Golaszewski

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: gpio: gpio-pca9570: Add label property

On Thu, Feb 1, 2024 at 11:24 AM Michal Simek <[email protected]> wrote:
>
> Add a label property to allow a custom name to be used for identifying
> a device on the board. This is useful when multiple devices are present on
> the same board. Similar change was done by commit ffae65fb1ae4
> ("dt-bindings: spi: spi-cadence: Add label property") or by commit
> a53faa6bfa3b ("dt-bindings: hwmon: ina2xx: Add label property").
>
> Signed-off-by: Michal Simek <[email protected]>
> ---
>
> Documentation/devicetree/bindings/gpio/gpio-pca9570.yaml | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/gpio/gpio-pca9570.yaml b/Documentation/devicetree/bindings/gpio/gpio-pca9570.yaml
> index 452f8972a965..6f73961001b7 100644
> --- a/Documentation/devicetree/bindings/gpio/gpio-pca9570.yaml
> +++ b/Documentation/devicetree/bindings/gpio/gpio-pca9570.yaml
> @@ -28,6 +28,9 @@ properties:
> minItems: 4
> maxItems: 8
>
> + label:
> + description: A descriptive name for this device.
> +
> required:
> - compatible
> - reg
> --
> 2.36.1
>

Applied, thanks!

Bart