mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
dtoverlays: Switch ssd1306 to use the DRM driver
Both drivers/gpu/drm/solomon/ssd130x-i2c.c and drivers/video/fbdev/ssd1307fb.c were registering the compatible "solomon,ssd1306fb-i2c", so bringing ambiguity as to which one got loaded. fbdev is largely deprecated, so adopt the updated compatible for the drm driver. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
This commit is contained in:
committed by
Dom Cobley
parent
0eafa68cd6
commit
11803f3ad0
@@ -14,7 +14,7 @@
|
|||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
ssd1306: oled@3c{
|
ssd1306: oled@3c{
|
||||||
compatible = "solomon,ssd1306fb-i2c";
|
compatible = "solomon,ssd1306";
|
||||||
reg = <0x3c>;
|
reg = <0x3c>;
|
||||||
solomon,width = <128>;
|
solomon,width = <128>;
|
||||||
solomon,height = <64>;
|
solomon,height = <64>;
|
||||||
|
|||||||
Reference in New Issue
Block a user