diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-18 20:09:49 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-06-01 07:03:15 -0600 |
commit | 424b2fe9399e045b17baf6d0ffc167af68af10f3 (patch) | |
tree | 25f01707ae13e948ca452e553da565521a26a75e /include/power-domain-uclass.h | |
parent | 5204e9b86bbb5d7279f15e51683b6c9180ea1357 (diff) | |
download | u-boot-424b2fe9399e045b17baf6d0ffc167af68af10f3.tar.gz |
dm: power-domain: Update uclass to support livetree
Update the power domain uclass to support livetree. Fix the xlate() method
which has no callers.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/power-domain-uclass.h')
-rw-r--r-- | include/power-domain-uclass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/power-domain-uclass.h b/include/power-domain-uclass.h index 5878021e32..802233d17f 100644 --- a/include/power-domain-uclass.h +++ b/include/power-domain-uclass.h @@ -40,7 +40,7 @@ struct power_domain_ops { * @return 0 if OK, or a negative error code. */ int (*of_xlate)(struct power_domain *power_domain, - struct fdtdec_phandle_args *args); + struct ofnode_phandle_args *args); /** * request - Request a translated power domain. * |