summaryrefslogtreecommitdiff
path: root/src/drivers/xpowers/axp209/chip.h
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-06-03 13:56:35 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-08-05 08:27:23 +0000
commitcc7495c4e0289802170a95dcfd95c3014868f476 (patch)
treecdfc623f5214f1ec2b2a4203af97586fe2f352c1 /src/drivers/xpowers/axp209/chip.h
parentc27f1c390a990eb38e4643a20ce9677330b1eb24 (diff)
downloadcoreboot-cc7495c4e0289802170a95dcfd95c3014868f476.tar.xz
drivers/xpowers/axp209: Remove code
This code was only used by allwinner CPUs which is removed at this point. Change-Id: I31a2a502bffdc605cc31127723ed769b8665c314 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33170 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/xpowers/axp209/chip.h')
-rw-r--r--src/drivers/xpowers/axp209/chip.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/drivers/xpowers/axp209/chip.h b/src/drivers/xpowers/axp209/chip.h
deleted file mode 100644
index c19253d6b5..0000000000
--- a/src/drivers/xpowers/axp209/chip.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * X-Powers AXP 209 devicetree.cb interface
- *
- * Copyright (C) 2013 Alexandru Gagniuc <mr.nuke.me@gmail.com>
- * Subject to the GNU GPL v2, or (at your option) any later version.
- */
-
-#ifndef AXP209_CHIP_H
-#define AXP209_CHIP_H
-
-#include <types.h>
-
-struct drivers_xpowers_axp209_config {
- u16 dcdc2_voltage_mv; /**< DCDC2 converter voltage output */
- u16 dcdc3_voltage_mv; /**< DCDC3 converter voltage output */
- u16 ldo2_voltage_mv; /**< LDO2 regulator voltage output */
- u16 ldo3_voltage_mv; /**< LDO3 regulator voltage output */
- u16 ldo4_voltage_mv; /**< LDO4 regulator voltage output */
-};
-
-#endif /* AXP209_CHIP_H */