]> git.sur5r.net Git - u-boot/blobdiff - include/axp_pmic.h
Makefile: drop unused cpp_cfg macro
[u-boot] / include / axp_pmic.h
index 2ed5196354e9bc92b54a3eab159e3de36b3e0b06..10091d0bb278ce275cbe6b17ab4135f4a452cc19 100644 (file)
@@ -1,9 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2015 Hans de Goede <hdegoede@redhat.com>
  *
  * X-Powers AX Power Management IC support header
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 #ifndef _AXP_PMIC_H_
 
@@ -16,6 +15,9 @@
 #ifdef CONFIG_AXP221_POWER
 #include <axp221.h>
 #endif
+#ifdef CONFIG_AXP809_POWER
+#include <axp809.h>
+#endif
 #ifdef CONFIG_AXP818_POWER
 #include <axp818.h>
 #endif