summaryrefslogtreecommitdiff
path: root/include/generic-phy.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-19 02:09:47 (GMT)
committerSimon Glass <sjg@chromium.org>2017-06-01 13:03:15 (GMT)
commit23558bb67a0df95b390ce6adea6c54d22bb67faa (patch)
tree30c1059307e8da79fdfb24c23579ecf5aac74612 /include/generic-phy.h
parent5e1ff6480fbe7cf1b2be1f8a13086b217b2f8578 (diff)
downloadu-boot-23558bb67a0df95b390ce6adea6c54d22bb67faa.tar.xz
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>
Diffstat (limited to 'include/generic-phy.h')
-rw-r--r--include/generic-phy.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/generic-phy.h b/include/generic-phy.h
index d8cf0c9..762704c 100644
--- a/include/generic-phy.h
+++ b/include/generic-phy.h
@@ -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.