Re: [PATCH 6/6] fbdev/ssd1307fb: add support to enable VBAT
From: Jyri Sarha <hidden>
Date: 2017-01-12 13:46:54
Also in:
linux-devicetree
On 01/12/17 14:05, Tomi Valkeinen wrote:
On 12/01/17 13:16, Jyri Sarha wrote:quoted
From: Tomi Valkeinen <redacted> SSD1306 needs VBAT when it is wired in charge pump configuration. This patch adds support to the driver to enable VBAT regulator at init time. Signed-off-by: Tomi Valkeinen <redacted> Reviewed-by: Roger Quadros <redacted> Signed-off-by: Jyri Sarha <redacted> --- Documentation/devicetree/bindings/display/ssd1307fb.txt | 1 + 1 file changed, 1 insertion(+)diff --git a/Documentation/devicetree/bindings/display/ssd1307fb.txt b/Documentation/devicetree/bindings/display/ssd1307fb.txt index 6617df6..209d931 100644 --- a/Documentation/devicetree/bindings/display/ssd1307fb.txt +++ b/Documentation/devicetree/bindings/display/ssd1307fb.txt@@ -16,6 +16,7 @@ Required properties: Optional properties: - reset-gpios: The GPIO used to reset the OLED display, if available. See Documentation/devicetree/bindings/gpio/gpio.txt for details. + - vbat-supply: The supply for VBAT - solomon,segment-no-remap: Display needs normal (non-inverted) data column to segment mapping - solomon,com-seq: Display uses sequential COM pin configurationIt's rather confusing to have two patches with identical subjects and descs (this and 4). And there's even an unrelated patch in between this and the driver change...
Argh. I wonder how did this even happen. Something weird must have been going on... there is only one such patch in branch I cherry-picked these patches from. These last patches did not give me any errors and compiled fine, so did not look too carefully at the results. Anyway, I'll squash this into the earlier patch with the same subject in version 2 series. Best regards, Jyri