All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/6] rockchip: defconfig: puma-rk3399: enable RK808 support
@ 2017-05-31 16:18 Philipp Tomsich
  2017-05-31 16:18 ` [U-Boot] [PATCH 2/6] rockchip: defconfig: puma-rk3399: update defconfig with video-support Philipp Tomsich
                   ` (5 more replies)
  0 siblings, 6 replies; 21+ messages in thread
From: Philipp Tomsich @ 2017-05-31 16:18 UTC (permalink / raw)
  To: u-boot

On the RK3399-Q7, we need PMIC support (for the RK808) to enable HDMI
output, as one of the required powerrails is not enabled on boot.
For this, we need to enable the RK808 driver.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

Version-changes: 3
- With the recent upstream changes to the RK808 (PMIC) driver, the
  associated configuration options have been renamed to RK8XX.  Track
  this change in the RK3399-Q7 defconfig.

---

Changes in v2: None

 configs/puma-rk3399_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configs/puma-rk3399_defconfig b/configs/puma-rk3399_defconfig
index 7b4f595..ecc85bc 100644
--- a/configs/puma-rk3399_defconfig
+++ b/configs/puma-rk3399_defconfig
@@ -54,8 +54,11 @@ CONFIG_GMAC_ROCKCHIP=y
 CONFIG_PINCTRL=y
 CONFIG_SPL_PINCTRL=y
 CONFIG_PINCTRL_ROCKCHIP_RK3399=y
+CONFIG_DM_PMIC=y
+CONFIG_PMIC_RK8XX=y
 CONFIG_REGULATOR_PWM=y
 CONFIG_DM_REGULATOR_FIXED=y
+CONFIG_REGULATOR_RK8XX=y
 CONFIG_PWM_ROCKCHIP=y
 CONFIG_RAM=y
 CONFIG_SPL_RAM=y
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2017-06-06  7:21 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-31 16:18 [U-Boot] [PATCH 1/6] rockchip: defconfig: puma-rk3399: enable RK808 support Philipp Tomsich
2017-05-31 16:18 ` [U-Boot] [PATCH 2/6] rockchip: defconfig: puma-rk3399: update defconfig with video-support Philipp Tomsich
2017-06-02  2:55   ` Simon Glass
2017-06-05 21:33     ` Simon Glass
2017-06-05 23:01       ` Dr. Philipp Tomsich
2017-06-06  0:05         ` Simon Glass
2017-06-06  7:21           ` Dr. Philipp Tomsich
2017-05-31 16:18 ` [U-Boot] [PATCH 3/6] rockchip: defconfig: puma-rk3399: enable CONFIG_PHY_MICREL_KSZ9031 Philipp Tomsich
2017-06-02  2:55   ` Simon Glass
2017-06-05 21:31     ` sjg at google.com
2017-05-31 16:18 ` [U-Boot] [PATCH 4/6] rockchip: defconfig: puma-rk3399: enable I2C Philipp Tomsich
2017-06-02  2:55   ` Simon Glass
2017-06-05 21:31     ` sjg at google.com
2017-05-31 16:18 ` [U-Boot] [PATCH 5/6] rockchip: defconfig: puma-rk3399: do not filter clock-names for SPL Philipp Tomsich
2017-06-02  2:55   ` Simon Glass
2017-06-05 21:31     ` sjg at google.com
2017-05-31 16:18 ` [U-Boot] [PATCH 6/6] rockchip: defconfig: puma-rk3399: CONFIG_SPL_FIT no longer exists Philipp Tomsich
2017-06-02  2:55   ` Simon Glass
2017-06-05 21:31     ` sjg at google.com
2017-06-02  2:55 ` [U-Boot] [PATCH 1/6] rockchip: defconfig: puma-rk3399: enable RK808 support Simon Glass
2017-06-05 21:31   ` sjg at google.com

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.