diff options
| author | Mario Six <[email protected]> | 2018-09-27 09:19:29 +0200 |
|---|---|---|
| committer | Anatolij Gustschin <[email protected]> | 2018-09-28 18:26:32 +0200 |
| commit | 39a336f116e97d936268b1d317f22a007a01528d (patch) | |
| tree | d7e3a91fe0a0fab6447405114eb3b728602baa8e /include/dm | |
| parent | 662f381aad11246109b660a36b9028fd76714be0 (diff) | |
drivers: Add OSD uclass
Some devices offer a text-based OSD (on-screen display) that can be
programmatically controlled (i.e. text displayed on).
Add a uclass to support such devices.
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Mario Six <[email protected]>
Diffstat (limited to 'include/dm')
| -rw-r--r-- | include/dm/uclass-id.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dm/uclass-id.h b/include/dm/uclass-id.h index 7027ea076db..15abdce5e52 100644 --- a/include/dm/uclass-id.h +++ b/include/dm/uclass-id.h @@ -92,6 +92,7 @@ enum uclass_id { UCLASS_VIDEO, /* Video or LCD device */ UCLASS_VIDEO_BRIDGE, /* Video bridge, e.g. DisplayPort to LVDS */ UCLASS_VIDEO_CONSOLE, /* Text console driver for video device */ + UCLASS_VIDEO_OSD, /* On-screen display */ UCLASS_WDT, /* Watchdot Timer driver */ UCLASS_COUNT, |
