summaryrefslogtreecommitdiff
path: root/include/configs/ge_bx50v3.h
diff options
context:
space:
mode:
authorRobert Beckett <bob.beckett@collabora.com>2020-01-31 16:07:59 +0300
committerStefano Babic <sbabic@denx.de>2020-02-09 23:47:20 +0300
commit92faf43b9c669236d5ae34e02d4d2c795d39a65b (patch)
tree558569b0b5a34bc6882bdcf4fd899587b812383e /include/configs/ge_bx50v3.h
parentbd58b1a7855ac21ef4996f5e830e227aac0d5109 (diff)
downloadu-boot-92faf43b9c669236d5ae34e02d4d2c795d39a65b.tar.xz
board: ge: bx50v3: Enable DM PWM for backlight
Add backlight and panel devicetree definitions Use UCLASS_PANEL to enable backlight via display enable handler Remove old explicit gpio code for handling backlight Use cls command to initiate display in HW agnostic manner Enable DM regulator and pwm Signed-off-by: Robert Beckett <bob.beckett@collabora.com>
Diffstat (limited to 'include/configs/ge_bx50v3.h')
-rw-r--r--include/configs/ge_bx50v3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h
index b9227fc2fe..46a3c38294 100644
--- a/include/configs/ge_bx50v3.h
+++ b/include/configs/ge_bx50v3.h
@@ -105,7 +105,7 @@
"setexpr partnum 3 - ${partnum}\0" \
"failbootcmd=" \
"echo reached failbootcmd; " \
- "bx50_backlight_enable; " \
+ "cls; " \
"setcurs 5 4; " \
"lcdputs \"Monitor failed to start. " \
"Try again, or contact GE Service for support.\"; " \