Commit e2e94464 authored by Casey Connolly's avatar Casey Connolly Committed by Neil Armstrong
Browse files

drm/panel: sofef00: Initialise at 50% brightness



Initialising at max brightness is not necessary.
Half brightness is much more comfortable.

Signed-off-by: default avatarCasey Connolly <casey.connolly@linaro.org>
Signed-off-by: default avatarDavid Heidelberg <david@ixit.cz>
Reviewed-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Link: https://patch.msgid.link/20251119-sofef00-rebuild-v3-8-6cd55471e84e@ixit.cz
parent 1e534a56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -204,7 +204,7 @@ sofef00_create_backlight(struct mipi_dsi_device *dsi)
	struct device *dev = &dsi->dev;
	const struct backlight_properties props = {
		.type = BACKLIGHT_PLATFORM,
		.brightness = 1023,
		.brightness = 512,
		.max_brightness = 1023,
	};