diff options
| author | Jernej Skrabec <[email protected]> | 2017-03-27 19:22:32 +0200 |
|---|---|---|
| committer | Maxime Ripard <[email protected]> | 2017-04-28 09:21:25 +0200 |
| commit | 56009451d843e8ccaff3408d172fe13af23e2756 (patch) | |
| tree | 74a664a08c7b490e7b3d58b43ab982b9acc9fde6 /include | |
| parent | a05a45493d9fc0bd7f1da2f62ffdfb64caf8a3c7 (diff) | |
sunxi: video: Add A64/H3/H5 HDMI driver
This commit adds support for HDMI output.
Signed-off-by: Jernej Skrabec <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Acked-by: Maxime Ripard <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/sunxi-common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index b794e427bb8..997a92c8be0 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -475,6 +475,11 @@ extern int soft_i2c_gpio_scl; #define CONSOLE_STDOUT_SETTINGS \ "stdout=serial,vga\0" \ "stderr=serial,vga\0" +#elif CONFIG_DM_VIDEO +#define CONFIG_SYS_WHITE_ON_BLACK +#define CONSOLE_STDOUT_SETTINGS \ + "stdout=serial,vidconsole\0" \ + "stderr=serial,vidconsole\0" #else #define CONSOLE_STDOUT_SETTINGS \ "stdout=serial\0" \ |
