]> git.ipfire.org Git - thirdparty/u-boot.git/commit
phy: cadence: Use device API
authorPeng Fan <peng.fan@nxp.com>
Tue, 26 May 2026 06:39:16 +0000 (14:39 +0800)
committerJerome Forissier <jerome.forissier@arm.com>
Wed, 3 Jun 2026 14:55:55 +0000 (16:55 +0200)
commitb9469df60e17fb1168ba0f617b7bb16824951ac3
treeac3b6ed205a93674906375d4fa3e45049a1260a3
parentdde8b3b7e10deea87eed70a6a9078b4d4cbae860
phy: cadence: Use device API

Use dev_remap_addr_index() and dev_read_addr_size_index() which support
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/cadence/phy-cadence-sierra.c
drivers/phy/cadence/phy-cadence-torrent.c