]> git.baikalelectronics.ru Git - kernel.git/commit
video: ssd1307fb: Do not hard code active-low reset sequence
authorMichal Vokáč <michal.vokac@ysoft.com>
Fri, 8 Feb 2019 18:24:48 +0000 (19:24 +0100)
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Fri, 8 Feb 2019 18:24:48 +0000 (19:24 +0100)
commitb30058e1d3dc6e32f10b24a46e9dd5c171e257f7
tree17f65718afc2770ec87221b724bea8e4da3adea1
parent382b5c2a8e8e6e2271d759e06945beb33d2ed073
video: ssd1307fb: Do not hard code active-low reset sequence

The SSD130x OLED display reset signal is active low. Now the reset
sequence is implemented in such a way that users are forced to
define reset-gpios as GPIO_ACTIVE_HIGH in DT to make the reset work.

Do not hard code the active-low sequence into the driver but instead
allow the user to specify the gpio as GPIO_ACTIVE_LOW to reflect
the real world.

Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Maxime Ripard <maxime.ripard@bootlin.com>,
Signed-off-by: Michal Vokáč <michal.vokac@ysoft.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
drivers/video/fbdev/ssd1307fb.c