mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
regulator: pfuze100-regulator: add pfuze3000 support
Add pfuze3000 chip support. Signed-off-by: Robin Gong <b38343@freescale.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
97bf6af1f9
commit
e5a7a72cd5
3 changed files with 232 additions and 10 deletions
|
@ -49,6 +49,20 @@
|
|||
#define PFUZE200_VGEN5 11
|
||||
#define PFUZE200_VGEN6 12
|
||||
|
||||
#define PFUZE3000_SW1A 0
|
||||
#define PFUZE3000_SW1B 1
|
||||
#define PFUZE3000_SW2 2
|
||||
#define PFUZE3000_SW3 3
|
||||
#define PFUZE3000_SWBST 4
|
||||
#define PFUZE3000_VSNVS 5
|
||||
#define PFUZE3000_VREFDDR 6
|
||||
#define PFUZE3000_VLDO1 7
|
||||
#define PFUZE3000_VLDO2 8
|
||||
#define PFUZE3000_VCCSD 9
|
||||
#define PFUZE3000_V33 10
|
||||
#define PFUZE3000_VLDO3 11
|
||||
#define PFUZE3000_VLDO4 12
|
||||
|
||||
struct regulator_init_data;
|
||||
|
||||
struct pfuze_regulator_platform_data {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue