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:
Dave Stevenson
2025-08-26 15:38:42 +01:00
committed by Dom Cobley
parent 0eafa68cd6
commit 11803f3ad0

View File

@@ -14,7 +14,7 @@
#size-cells = <0>;
ssd1306: oled@3c{
compatible = "solomon,ssd1306fb-i2c";
compatible = "solomon,ssd1306";
reg = <0x3c>;
solomon,width = <128>;
solomon,height = <64>;