summaryrefslogtreecommitdiff
path: root/include/power-domain-uclass.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-19 02:09:49 (GMT)
committerSimon Glass <sjg@chromium.org>2017-06-01 13:03:15 (GMT)
commit424b2fe9399e045b17baf6d0ffc167af68af10f3 (patch)
tree25f01707ae13e948ca452e553da565521a26a75e /include/power-domain-uclass.h
parent5204e9b86bbb5d7279f15e51683b6c9180ea1357 (diff)
downloadu-boot-fsl-qoriq-424b2fe9399e045b17baf6d0ffc167af68af10f3.tar.xz
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/power-domain-uclass.h b/include/power-domain-uclass.h
index 5878021..802233d 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.
*