U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Chaoyi Chen <kernel@airkyi.com>
To: Kever Yang <kever.yang@rock-chips.com>,
	Tom Rini <trini@konsulko.com>, Jonas Karlman <jonas@kwiboo.se>
Cc: u-boot@lists.denx.de, Chaoyi Chen <chaoyi.chen@rock-chips.com>
Subject: [PATCH] configs: rockchip: Enable RK806 PMIC on rk3588-evb
Date: Wed, 19 Nov 2025 09:55:54 +0800	[thread overview]
Message-ID: <20251119015554.153-1-kernel@airkyi.com> (raw)

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


             reply	other threads:[~2025-11-19  4:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-19  1:55 Chaoyi Chen [this message]
2025-11-19  9:52 ` [PATCH] configs: rockchip: Enable RK806 PMIC on rk3588-evb Quentin Schulz
2025-11-19 10:09   ` Chaoyi Chen
2025-11-19 10:45     ` Quentin Schulz
2025-11-20  3:05       ` Chaoyi Chen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251119015554.153-1-kernel@airkyi.com \
    --to=kernel@airkyi.com \
    --cc=chaoyi.chen@rock-chips.com \
    --cc=jonas@kwiboo.se \
    --cc=kever.yang@rock-chips.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox