summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panel/panel-lg-sw43408.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/panel/panel-lg-sw43408.c')
-rw-r--r--drivers/gpu/drm/panel/panel-lg-sw43408.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/panel/panel-lg-sw43408.c b/drivers/gpu/drm/panel/panel-lg-sw43408.c
index 27462811630f..5b6d3d22212b 100644
--- a/drivers/gpu/drm/panel/panel-lg-sw43408.c
+++ b/drivers/gpu/drm/panel/panel-lg-sw43408.c
@@ -39,19 +39,19 @@ struct panel_cmd {
static const char * const regulator_names[] = {
"vddi",
"vpnl",
-// "lab", // Validate the name
+ "lab_reg", // Validate the name
};
static unsigned long const regulator_enable_loads[] = {
62000,
857000,
-// 0, // Confirm this value
+ 100000, // Confirm this value
};
static unsigned long const regulator_disable_loads[] = {
80,
0,
-// 0, // confirm this value
+ 100, // confirm this value
};
struct panel_desc {