All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configs: rockchip: Enable RK806 PMIC on rk3588-evb
@ 2025-11-19  1:55 Chaoyi Chen
  2025-11-19  9:52 ` Quentin Schulz
  0 siblings, 1 reply; 5+ messages in thread
From: Chaoyi Chen @ 2025-11-19  1:55 UTC (permalink / raw)
  To: Kever Yang, Tom Rini, Jonas Karlman; +Cc: u-boot, Chaoyi Chen

From: Chaoyi Chen <chaoyi.chen@rock-chips.com>

Some pmdomains rely on RK806 PMIC for power supply. If we don't
enable them in U-Boot, random panic may occur during the Kernel
boot process.

Signed-off-by: Chaoyi Chen <chaoyi.chen@rock-chips.com>
---
 configs/evb-rk3588_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/configs/evb-rk3588_defconfig b/configs/evb-rk3588_defconfig
index 5aaecebdafc..0ad60252b0d 100644
--- a/configs/evb-rk3588_defconfig
+++ b/configs/evb-rk3588_defconfig
@@ -51,6 +51,10 @@ CONFIG_PHY_ROCKCHIP_INNO_USB2=y
 CONFIG_PHY_ROCKCHIP_NANENG_COMBOPHY=y
 CONFIG_PHY_ROCKCHIP_USBDP=y
 CONFIG_SPL_PINCTRL=y
+CONFIG_DM_PMIC=y
+CONFIG_PMIC_RK8XX=y
+CONFIG_SPL_PMIC_RK8XX=y
+CONFIG_REGULATOR_RK8XX=y
 CONFIG_PWM_ROCKCHIP=y
 CONFIG_SPL_RAM=y
 CONFIG_BAUDRATE=1500000
-- 
2.51.1


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

end of thread, other threads:[~2025-11-20  4:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-19  1:55 [PATCH] configs: rockchip: Enable RK806 PMIC on rk3588-evb Chaoyi Chen
2025-11-19  9:52 ` Quentin Schulz
2025-11-19 10:09   ` Chaoyi Chen
2025-11-19 10:45     ` Quentin Schulz
2025-11-20  3:05       ` Chaoyi Chen

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.