]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/power/tps65218.h
dm: fdt: Remove the old GPIO functions
[karo-tx-uboot.git] / include / power / tps65218.h
index 67aa2f8c8d46e781c01ad4457b31df5f51b3f848..63fc7b343f8ccec3ef910f9b103ae95f34eac9f8 100644 (file)
@@ -54,10 +54,14 @@ enum {
 
 #define TPS65218_MASK_ALL_BITS                 0xFF
 
+#define TPS65218_DCDC_VOLT_SEL_0950MV          0x0a
 #define TPS65218_DCDC_VOLT_SEL_1100MV          0x19
+#define TPS65218_DCDC_VOLT_SEL_1200MV          0x23
+#define TPS65218_DCDC_VOLT_SEL_1260MV          0x29
 #define TPS65218_DCDC_VOLT_SEL_1330MV          0x30
 
 int tps65218_reg_write(uchar prot_level, uchar dest_reg, uchar dest_val,
                       uchar mask);
 int tps65218_voltage_update(uchar dc_cntrl_reg, uchar volt_sel);
+int power_tps65218_init(unsigned char bus);
 #endif /* __POWER_TPS65218_H__ */