On Wed, Mar 19, 2025 at 11:38:09PM +0100, Sergio Pérez wrote:
El 19/03/2025 a las 20:12, Krzysztof Kozlowski escribió:v3 stands for version of the patch, so my instruction shuld be here
On 19/03/2025 17:11, Sergio Perez wrote:I apologize for the confusion with patch versions. You're right that I sent
Some BH1750 sensors require a hardware reset via GPIO before they canYou just sent v3, while v4 was already on the lists, without improving
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@xxxxxxxxxxx>
---
Documentation/devicetree/bindings/iio/light/bh1750.yaml | 5 +++++
1 file changed, 5 insertions(+)
and without responding to review.
NAK.
You keep repeating the same mistakes: not reading and responding
feedback and it is getting tiresome.
v3
after v4 was already on the list. I was trying to follow your exact
instructions from:
"git add ...
git commit --signed-off
git format-patch -v3 -2
scripts/chekpatch.pl v3*
scripts/get_maintainers.pl --no-git-fallback v3*
git send-email *"
adjusted.
Regarding the binding I've modified for next v5 the YAML description toSo the signal is not active low? Are you really sure?
remove "active low" to avoid confusion and modified the example to:
Looking at BH1750FVI there is no reset signal in the first place...
unless you mean this is DVI, but the description should then mention it.
If this is DVI, then it is active low.
Best regards,
Krzysztof