X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fpower%2Ftps65218.h;h=bb66c3f3ab65319c774aa637f25322920f6e5492;hb=87271ed8ebf0217471ea5f785402488f5fb7a26d;hp=e3538e21f04c361a9f79409e8c88c02c2117b615;hpb=ccbbada0a59fead35495409d0c2c7bcb22a40278;p=oweals%2Fu-boot.git diff --git a/include/power/tps65218.h b/include/power/tps65218.h index e3538e21f0..bb66c3f3ab 100644 --- a/include/power/tps65218.h +++ b/include/power/tps65218.h @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2014 * Texas Instruments, - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __POWER_TPS65218_H__ @@ -63,6 +62,8 @@ enum { #define TPS65218_DCDC_VOLT_SEL_1200MV 0x23 #define TPS65218_DCDC_VOLT_SEL_1260MV 0x29 #define TPS65218_DCDC_VOLT_SEL_1330MV 0x30 +#define TPS65218_DCDC3_VOLT_SEL_1350MV 0x12 +#define TPS65218_DCDC3_VOLT_SEL_1200MV 0xC #define TPS65218_CC_STAT (BIT(0) | BIT(1)) #define TPS65218_STATE (BIT(2) | BIT(3))