From: Michael Riesch <michael.riesch@wolfvision.net>
To: barebox@lists.infradead.org
Cc: Frank Wunderlich <frank-w@public-files.de>,
Michael Riesch <michael.riesch@wolfvision.net>
Subject: [PATCH 2/2] arm: rockchip: radxa-rock3: remove io domain configuration
Date: Mon, 5 Sep 2022 16:52:14 +0200 [thread overview]
Message-ID: <20220905145214.290551-3-michael.riesch@wolfvision.net> (raw)
In-Reply-To: <20220905145214.290551-1-michael.riesch@wolfvision.net>
Let the recently added Rockchip IO domain driver configure the IO
domains instead of setting the bits in rk3568_start().
Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net>
---
arch/arm/boards/radxa-rock3/lowlevel.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/arch/arm/boards/radxa-rock3/lowlevel.c b/arch/arm/boards/radxa-rock3/lowlevel.c
index 00a68889cd..5c2499362b 100644
--- a/arch/arm/boards/radxa-rock3/lowlevel.c
+++ b/arch/arm/boards/radxa-rock3/lowlevel.c
@@ -23,12 +23,6 @@ static noinline void rk3568_start(void *fdt)
setup_c();
- /*
- * Enable vccio4 1.8V and vccio6 1.8V
- * Needed for GMAC to work.
- */
- writel(RK_SETBITS(0x50), 0xfdc20140);
-
if (current_el() == 3) {
rk3568_lowlevel_init();
rk3568_atf_load_bl31(fdt);
--
2.30.2
next prev parent reply other threads:[~2022-09-05 19:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-05 14:52 [PATCH 0/2] soc: rockchip: add driver for rockchip io domains Michael Riesch
2022-09-05 14:52 ` [PATCH 1/2] " Michael Riesch
2022-09-05 14:52 ` Michael Riesch [this message]
2022-09-19 9:01 ` [PATCH 0/2] " Sascha Hauer
2022-09-19 9:50 ` Michael Riesch
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=20220905145214.290551-3-michael.riesch@wolfvision.net \
--to=michael.riesch@wolfvision.net \
--cc=barebox@lists.infradead.org \
--cc=frank-w@public-files.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