summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBartosz Golaszewski <brgl@bgdev.pl>2017-12-19 11:28:54 +0100
committerBartosz Golaszewski <brgl@bgdev.pl>2018-01-01 19:40:50 +0100
commit6ce261e87fe14d551aae36e15171c60c823ba10a (patch)
tree87a04a4365a08148157ad1f24c680cb40b18d282 /include
parent3f3d8ef7f4eff5909b0cc996718de81de99af1e6 (diff)
downloadlinux-stable-6ce261e87fe14d551aae36e15171c60c823ba10a.tar.gz
linux-stable-6ce261e87fe14d551aae36e15171c60c823ba10a.tar.bz2
linux-stable-6ce261e87fe14d551aae36e15171c60c823ba10a.zip
eeprom: at24: add support for the write-protect pin
AT24 EEPROMs have a write-protect pin, which - when pulled high - inhibits writes to the upper quadrant of memory (although it has been observed that on some chips it disables writing to the entire memory range). On some boards, this pin is connected to a GPIO and pulled high by default, which forces the user to manually change its state before writing. On linux this means that we either need to hog the line all the time, or set the GPIO value before writing from outside of the at24 driver. Make the driver check if the write-protect GPIO was defined in the device tree and pull it low whenever writing to the EEPROM. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions