summaryrefslogtreecommitdiff
path: root/include/power
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2017-12-04 07:31:20 +0300
committerStefano Babic <sbabic@denx.de>2017-12-29 13:18:59 +0300
commitd56f6ca288c588b6a17edf7a4952e1bc3b56220c (patch)
tree43e2306704f93e32f1162886dce6aba67368aef6 /include/power
parente743f1e5985818dd267d18aec6879ccebcaee078 (diff)
downloadu-boot-d56f6ca288c588b6a17edf7a4952e1bc3b56220c.tar.xz
power: pmic.h: include dm/ofnode.h
Include dm/ofnode.h. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Simon Glass <sjg@chromium.org> Cc: Stefano Babic <sbabic@denx.de> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'include/power')
-rw-r--r--include/power/pmic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/power/pmic.h b/include/power/pmic.h
index 4b34316427..f2fe537fb7 100644
--- a/include/power/pmic.h
+++ b/include/power/pmic.h
@@ -11,6 +11,7 @@
#ifndef __CORE_PMIC_H_
#define __CORE_PMIC_H_
+#include <dm/ofnode.h>
#include <i2c.h>
#include <linux/list.h>
#include <power/power_chrg.h>