Re: [U-Boot] [PATCH 2/2] rockchip: defconfig: puma-rk3399: update defconfig with video-support

2017-06-07 Thread sjg
On 6 June 2017 at 01:15, Philipp Tomsich wrote: > 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) >

Re: [U-Boot] [PATCH 2/2] rockchip: defconfig: puma-rk3399: update defconfig with video-support

2017-06-06 Thread Simon Glass
On 6 June 2017 at 01:15, Philipp Tomsich wrote: > 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) >

[U-Boot] [PATCH 2/2] rockchip: defconfig: puma-rk3399: update defconfig with video-support

2017-06-06 Thread Philipp Tomsich
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