Skip to content

Commit

Permalink
ARM: da850-evm: add a fixed regulator for the UI board IO expander
Browse files Browse the repository at this point in the history
Without this regulator the tca6416 GPIO expander on the UI board can't
be probed in board file mode and we're not getting VPIF IRQs.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
  • Loading branch information
Bartosz Golaszewski authored and Sekhar Nori committed Mar 7, 2017
1 parent 7ee7719 commit e503eaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/mach-davinci/board-da850-evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,9 @@ static struct regulator_consumer_supply fixed_supplies[] = {

/* Baseboard 1.8V: 5V -> TPS73701DCQ -> 1.8V */
REGULATOR_SUPPLY("DVDD", "1-0018"),

/* UI card 3.3V: 5V -> TPS73701DCQ -> 3.3V */
REGULATOR_SUPPLY("vcc", "1-0020"),
};

/* TPS65070 voltage regulator support */
Expand Down

0 comments on commit e503eaa

Please sign in to comment.