mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
e743f1e598
commit
d56f6ca288
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue