* [PATCH] phy: rockchip: naneng-combphy: Fix number of phys in the RK3562
@ 2026-03-04 13:05 Robin van der Gracht
2026-03-10 10:09 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Robin van der Gracht @ 2026-03-04 13:05 UTC (permalink / raw)
To: barebox; +Cc: Robin van der Gracht
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] phy: rockchip: naneng-combphy: Fix number of phys in the RK3562
2026-03-04 13:05 [PATCH] phy: rockchip: naneng-combphy: Fix number of phys in the RK3562 Robin van der Gracht
@ 2026-03-10 10:09 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2026-03-10 10:09 UTC (permalink / raw)
To: barebox, Robin van der Gracht
On Wed, 04 Mar 2026 14:05:34 +0100, Robin van der Gracht wrote:
> The RK3562 has only one combphy with only 1 phy_id.
>
> Fixes: 2edcc72c (phy: rockchip: naneng-combphy: Add RK3562 support)
>
>
Applied, thanks!
[1/1] phy: rockchip: naneng-combphy: Fix number of phys in the RK3562
https://git.pengutronix.de/cgit/barebox/commit/?id=a1e3c019fefa (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-10 10:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-04 13:05 [PATCH] phy: rockchip: naneng-combphy: Fix number of phys in the RK3562 Robin van der Gracht
2026-03-10 10:09 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox