diff options
| author | Robert Beckett <[email protected]> | 2020-01-31 15:07:59 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2020-02-09 21:47:20 +0100 |
| commit | 92faf43b9c669236d5ae34e02d4d2c795d39a65b (patch) | |
| tree | 558569b0b5a34bc6882bdcf4fd899587b812383e /include | |
| parent | bd58b1a7855ac21ef4996f5e830e227aac0d5109 (diff) | |
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 <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/ge_bx50v3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h index b9227fc2fee..46a3c382941 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.\"; " \ |
