From patchwork Thu May 21 13:32:23 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcin Juszkiewicz X-Patchwork-Id: 246145 List-Id: U-Boot discussion From: marcin at juszkiewicz.com.pl (Marcin Juszkiewicz) Date: Thu, 21 May 2020 15:32:23 +0200 Subject: [rockchip] rockpro64: Enable HDMI output In-Reply-To: <575d286d-cd55-6344-fe28-a56163051ec0@rock-chips.com> References: <575d286d-cd55-6344-fe28-a56163051ec0@rock-chips.com> Message-ID: Enable config options and console setting like on other rk3399 boards. Signed-off-by: Marcin Juszkiewicz --- configs/rockpro64-rk3399_defconfig | 4 ++++ include/configs/rockpro64_rk3399.h | 5 +++++ 2 files changed, 9 insertions(+) diff --git configs/rockpro64-rk3399_defconfig configs/rockpro64-rk3399_defconfig index 8074e4665a..c815cc646d 100644 --- configs/rockpro64-rk3399_defconfig +++ configs/rockpro64-rk3399_defconfig @@ -58,5 +58,9 @@ CONFIG_USB_ETHER_ASIX88179=y CONFIG_USB_ETHER_MCS7830=y CONFIG_USB_ETHER_RTL8152=y CONFIG_USB_ETHER_SMSC95XX=y +CONFIG_DM_VIDEO=y +CONFIG_DISPLAY=y +CONFIG_VIDEO_ROCKCHIP=y +CONFIG_DISPLAY_ROCKCHIP_HDMI=y CONFIG_SPL_TINY_MEMSET=y CONFIG_ERRNO_STR=y diff --git include/configs/rockpro64_rk3399.h include/configs/rockpro64_rk3399.h index 5f52c1e4f6..8e82131762 100644 --- include/configs/rockpro64_rk3399.h +++ include/configs/rockpro64_rk3399.h @@ -6,6 +6,11 @@ #ifndef __ROCKPRO64_RK3399_H #define __ROCKPRO64_RK3399_H +#define ROCKCHIP_DEVICE_SETTINGS \ + "stdin=serial,usbkbd\0" \ + "stdout=serial,vidconsole\0" \ + "stderr=serial,vidconsole\0" + #include #define CONFIG_SYS_MMC_ENV_DEV 0