* [PATCH v4 1/2] dt-bindings: iio: light: bh1750: Add reset-gpios property
@ 2025-03-18 19:45 Sergio Perez
2025-03-19 8:42 ` Krzysztof Kozlowski
0 siblings, 1 reply; 2+ messages in thread
From: Sergio Perez @ 2025-03-18 19:45 UTC (permalink / raw)
To: linux-iio
Cc: devicetree, Sergio Perez, Tomasz Duszynski, Jonathan Cameron,
Lars-Peter Clausen, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, open list
Some BH1750 sensors require a hardware reset via GPIO before they can
be properly detected on the I2C bus. Add a new reset-gpios property
to the binding to support this functionality.
The reset-gpios property allows specifying a GPIO that will be toggled
during driver initialization to reset the sensor.
Signed-off-by: Sergio Perez <sergio@pereznus.es>
---
Documentation/devicetree/bindings/iio/light/bh1750.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Documentation/devicetree/bindings/iio/light/bh1750.yaml b/Documentation/devicetree/bindings/iio/light/bh1750.yaml
index 1a88b3c253d5..f7a8dcd7d2a1 100644
--- a/Documentation/devicetree/bindings/iio/light/bh1750.yaml
+++ b/Documentation/devicetree/bindings/iio/light/bh1750.yaml
@@ -24,6 +24,10 @@ properties:
reg:
maxItems: 1
+ reset-gpios:
+ description: GPIO connected to the sensor's reset line (active low)
+ maxItems: 1
+
required:
- compatible
- reg
@@ -39,6 +43,7 @@ examples:
light-sensor@23 {
compatible = "rohm,bh1750";
reg = <0x23>;
+ reset-gpios = <&gpio2 17 0>;
};
};
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v4 1/2] dt-bindings: iio: light: bh1750: Add reset-gpios property
2025-03-18 19:45 [PATCH v4 1/2] dt-bindings: iio: light: bh1750: Add reset-gpios property Sergio Perez
@ 2025-03-19 8:42 ` Krzysztof Kozlowski
0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Kozlowski @ 2025-03-19 8:42 UTC (permalink / raw)
To: Sergio Perez
Cc: linux-iio, devicetree, Tomasz Duszynski, Jonathan Cameron,
Lars-Peter Clausen, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, open list
On Tue, Mar 18, 2025 at 08:45:54PM +0100, Sergio Perez wrote:
Your threading is completely broken.
Read my last message - I gave you clear instructions which you did not
follow. Why?
>
> + reset-gpios:
> + description: GPIO connected to the sensor's reset line (active low)
"Active low reset line". No point to say that GPIO is a "GPIO connected
to the...", because it cannot be anything else.
> + maxItems: 1
> +
> required:
> - compatible
> - reg
> @@ -39,6 +43,7 @@ examples:
> light-sensor@23 {
> compatible = "rohm,bh1750";
> reg = <0x23>;
> + reset-gpios = <&gpio2 17 0>;
1. Include header and use proper defines
2. And then you will see that it is not active low, like you claim in
description...
> };
> };
>
> --
> 2.43.0
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-03-19 8:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-18 19:45 [PATCH v4 1/2] dt-bindings: iio: light: bh1750: Add reset-gpios property Sergio Perez
2025-03-19 8:42 ` Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox