diff options
author | Olliver Schinagl <o.schinagl@ultimaker.com> | 2015-09-08 21:19:51 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-09-24 14:10:26 +0300 |
commit | 3ac58d58087e65592f2b91957c7a106a7a409aa4 (patch) | |
tree | 4ef790fac282b7a4a46d83bc9e4d301f54c62347 /Documentation | |
parent | 48846ec502525bd93ee6e611eeacb397f5662f9b (diff) | |
download | linux-stable-3ac58d58087e65592f2b91957c7a106a7a409aa4.tar.gz linux-stable-3ac58d58087e65592f2b91957c7a106a7a409aa4.tar.bz2 linux-stable-3ac58d58087e65592f2b91957c7a106a7a409aa4.zip |
fbdev: ssd1307fb: add ssd1309 support
The ssd1307fb driver supports a lot of chips from the ssd130xfb series.
This patch adds the ssd1309 chip, a 128x64 OLED driver chip. It is very
similar to the other chips and only has some definitions added to
support it.
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Prabhakar Lad <prabhakar.csengg@gmail.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/video/ssd1307fb.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/video/ssd1307fb.txt b/Documentation/devicetree/bindings/video/ssd1307fb.txt index d1be78db63f5..eb31ed47a283 100644 --- a/Documentation/devicetree/bindings/video/ssd1307fb.txt +++ b/Documentation/devicetree/bindings/video/ssd1307fb.txt @@ -2,7 +2,8 @@ Required properties: - compatible: Should be "solomon,<chip>fb-<bus>". The only supported bus for - now is i2c, and the supported chips are ssd1305, ssd1306 and ssd1307. + now is i2c, and the supported chips are ssd1305, ssd1306, ssd1307 and + ssd1309. - reg: Should contain address of the controller on the I2C bus. Most likely 0x3c or 0x3d - pwm: Should contain the pwm to use according to the OF device tree PWM |