mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
dm: phy: Update uclass to support livetree
Update the phy uclass to support livetree. Fix the xlate() method which has no callers. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -50,8 +50,7 @@ struct phy_ops {
|
||||
* @args: The phy specifier values from device tree.
|
||||
* @return 0 if OK, or a negative error code.
|
||||
*/
|
||||
int (*of_xlate)(struct phy *phy,
|
||||
struct fdtdec_phandle_args *args);
|
||||
int (*of_xlate)(struct phy *phy, struct ofnode_phandle_args *args);
|
||||
|
||||
/**
|
||||
* init - initialize the hardware.
|
||||
|
Reference in New Issue
Block a user