mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] phy: rockchip: naneng-combphy: Fix number of phys in the RK3562
@ 2026-03-04 13:05 Robin van der Gracht
  0 siblings, 0 replies; only message 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] only message in thread

only message in thread, other threads:[~2026-03-04 13:06 UTC | newest]

Thread overview: (only message) (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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox