| commit | 0876b5a2ded100ccc50af797c24f09eae70e4556 | [log] [tgz] |
|---|---|---|
| author | Michael Klammt <michael.klammt@automatic-research.de> | Thu Oct 09 09:44:10 2025 +0200 |
| committer | Benjamin Cabé <kartben@gmail.com> | Fri Oct 24 11:42:42 2025 +0200 |
| tree | 424b077f8fa9f472ee1424d3cc8fd3a8d55c0449 | |
| parent | 7cd7f8ba367133e77ac17e128e518540cfeee1be [diff] |
drivers: gpio: fix SN74HC595 reset GPIO prop name The reset GPIO for the SN74HC595 driver was not working anymore since c407fbc. That commit made it optional among other changes but accidently removed the s from reset_gpios property name causing the driver not being able to retrieve the specified reset-gpios property from the devicetree anymore. Add the missing s back to fix this. Signed-off-by: Michael Klammt <michael.klammt@automatic-research.de>