[9610] fbdev: dpu: default brightness valofr NT36672A ddi is set
authorhwangjae lee <hj-yo.lee@samsung.com>
Mon, 8 Oct 2018 05:05:24 +0000 (14:05 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:23:44 +0000 (20:23 +0300)
Default brightness value is set to 170. This value is set at DDI
probe sequence.

Change-Id: Ic286ee658fea9e3db938ca8c03cdaa35feaad3d5
Signed-off-by: hwangjae lee <hj-yo.lee@samsung.com>
drivers/video/fbdev/exynos/dpu20/panels/nt36672a_mipi_lcd.c

index 7911b6d13257435c9624973ef052f946d4785f1a..2b5501e3e93d3489b9388db6d0d2e8514050949a 100644 (file)
@@ -24,7 +24,7 @@
 
 #define MAX_BRIGHTNESS 255
 #define MIN_BRIGHTNESS 0
-#define DEFAULT_BRIGHTNESS 0
+#define DEFAULT_BRIGHTNESS 170
 
 static struct dsim_device *dsim_base;
 static struct backlight_device *bd;