diff options
| author | Jaehoon Chung <[email protected]> | 2021-01-28 20:42:33 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-04-12 14:24:33 -0400 |
| commit | e316aa5858b2acc3cfd5f2fc1d263f32e21d09c3 (patch) | |
| tree | 5faf0f00b4129b1ee862e19f3b2296265dfeaebc /include | |
| parent | 3b676a1662ac6b54d1e97ea40a0c41ee0925ffe3 (diff) | |
board: warp: add power_max77696_init() function
Add power_max77696_init() function.
Since warp doesn't support DM, the keeping its code in board file is
better than maintainig the file of driver.
Signed-off-by: Jaehoon Chung <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/warp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/warp.h b/include/configs/warp.h index f17eea117f3..0f97804eb29 100644 --- a/include/configs/warp.h +++ b/include/configs/warp.h @@ -63,7 +63,6 @@ /* PMIC */ #define CONFIG_POWER #define CONFIG_POWER_I2C -#define CONFIG_POWER_MAX77696 #define CONFIG_EXTRA_ENV_SETTINGS \ "script=boot.scr\0" \ |
