Skip to content

Commit 1ac513c

Browse files
6by9pelwell
authored andcommitted
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 <[email protected]>
1 parent 48e267d commit 1ac513c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/overlays/ssd1306-overlay.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#size-cells = <0>;
1515

1616
ssd1306: oled@3c{
17-
compatible = "solomon,ssd1306fb-i2c";
17+
compatible = "solomon,ssd1306";
1818
reg = <0x3c>;
1919
solomon,width = <128>;
2020
solomon,height = <64>;

0 commit comments

Comments
 (0)