]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/puma-rk3399_defconfig
rockchip: defconfig: puma-rk3399: update defconfig with video-support
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 6 Jun 2017 07:15:15 +0000 (09:15 +0200)
committerSimon Glass <sjg@chromium.org>
Thu, 8 Jun 2017 03:30:47 +0000 (21:30 -0600)
commit5a403a27b008430d4201bc6ce45c03843df933ee
tree0c813ba5a7d0d3783aabe1ee44a627cac2a5ca5d
parent1208523935613a2574f52028ec0d0e2466dcd067
rockchip: defconfig: puma-rk3399: update defconfig with video-support

With HDMI output for the RK3399 working, this update the RK3399-Q7
(Puma) defconfig for the new functionality:
1. enables PMIC command (to check if the HDMI voltages are correct)
      +CONFIG_CMD_PMIC=y
      +CONFIG_CMD_REGULATOR=y
2. enables video-output (via HDMI)
      +CONFIG_DM_VIDEO=y
      +CONFIG_DISPLAY=y
      +CONFIG_VIDEO_ROCKCHIP=y
      +CONFIG_DISPLAY_ROCKCHIP_HDMI=y
3. turns on the 'dcache'-command (for a dcache flush) for our QA to
   fill the framebuffer using 'mw.l'
      +CONFIG_CMD_CACHE=y
4. turns on the 'bmp'-command
      +CONFIG_CMD_BMP=y

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
configs/puma-rk3399_defconfig