]> git.ipfire.org Git - thirdparty/u-boot.git/commit
phy: marvell: comphy: Use dev_read_addr_index_ptr()
authorPeng Fan <peng.fan@nxp.com>
Tue, 26 May 2026 06:39:15 +0000 (14:39 +0800)
committerJerome Forissier <jerome.forissier@arm.com>
Wed, 3 Jun 2026 14:55:55 +0000 (16:55 +0200)
commitdde8b3b7e10deea87eed70a6a9078b4d4cbae860
treeed32c7dd2c75d49ee4bf8385e4ba98ad5a8368cc
parent6184a9b10670efac4348735064712aa0e12fdf83
phy: marvell: comphy: Use dev_read_addr_index_ptr()

Use dev_read_addr_index_ptr() which supports both live device tree and flat
DT backends, avoiding direct dependency on devfdt_* helpers.

No functional changes.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Stefan Roese <stefan.roese@mailbox.org>
drivers/phy/marvell/comphy_core.c