From: Robin van der Gracht <robin.van.der.gracht@protonic.nl>
To: barebox@lists.infradead.org
Cc: Robin van der Gracht <robin.van.der.gracht@protonic.nl>
Subject: [PATCH] phy: rockchip: naneng-combphy: Fix number of phys in the RK3562
Date: Wed, 4 Mar 2026 14:05:34 +0100 [thread overview]
Message-ID: <20260304130534.559591-1-robin.van.der.gracht@protonic.nl> (raw)
The RK3562 has only one combphy with only 1 phy_id.
Fixes: 2edcc72c (phy: rockchip: naneng-combphy: Add RK3562 support)
Signed-off-by: Robin van der Gracht <robin.van.der.gracht@protonic.nl>
---
drivers/phy/rockchip/phy-rockchip-naneng-combphy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/phy/rockchip/phy-rockchip-naneng-combphy.c b/drivers/phy/rockchip/phy-rockchip-naneng-combphy.c
index 4a2e5f11ee..de8d88afd3 100644
--- a/drivers/phy/rockchip/phy-rockchip-naneng-combphy.c
+++ b/drivers/phy/rockchip/phy-rockchip-naneng-combphy.c
@@ -550,7 +550,7 @@ static const struct rockchip_combphy_grfcfg rk3562_combphy_grfcfgs = {
};
static const struct rockchip_combphy_cfg rk3562_combphy_cfgs = {
- .num_phys = 2,
+ .num_phys = 1,
.phy_ids = {
0xff750000
},
--
2.43.0
reply other threads:[~2026-03-04 13:06 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20260304130534.559591-1-robin.van.der.gracht@protonic.nl \
--to=robin.van.der.gracht@protonic.nl \
--cc=barebox@lists.infradead.org \
/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