aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobert Beckett <bob.beckett@collabora.com>2020-01-31 15:07:59 +0200
committerStefano Babic <sbabic@denx.de>2020-02-09 21:47:20 +0100
commit92faf43b9c669236d5ae34e02d4d2c795d39a65b (patch)
tree558569b0b5a34bc6882bdcf4fd899587b812383e /include
parentbd58b1a7855ac21ef4996f5e830e227aac0d5109 (diff)
downloadu-boot-92faf43b9c669236d5ae34e02d4d2c795d39a65b.zip
u-boot-92faf43b9c669236d5ae34e02d4d2c795d39a65b.tar.gz
u-boot-92faf43b9c669236d5ae34e02d4d2c795d39a65b.tar.bz2
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')
-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 b9227fc..46a3c38 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.\"; " \