diff options
author | Tim Harvey <tharvey@gateworks.com> | 2015-04-08 12:54:52 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-04-22 14:39:10 +0200 |
commit | 45af3f74bcbfebcd1a9ad365aa7f63f31f3acbc2 (patch) | |
tree | 2d9da9b83d86616a26c041649d8fecb46c5d091f /board/gateworks/gw_ventana/gsc.h | |
parent | e7329174c86a12f35f18f203e79481ad7f0b7f15 (diff) | |
download | u-boot-45af3f74bcbfebcd1a9ad365aa7f63f31f3acbc2.tar.gz |
imx: ventana: gsc: add new hwmon rails
Add a new voltage rail added in various -C revision PCB's.
Additionally make VDD_CORE, VDD_SOC, and VDD_IO2 common as all Ventana boards
have those.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'board/gateworks/gw_ventana/gsc.h')
-rw-r--r-- | board/gateworks/gw_ventana/gsc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/board/gateworks/gw_ventana/gsc.h b/board/gateworks/gw_ventana/gsc.h index da970c39d6..0a70774cd9 100644 --- a/board/gateworks/gw_ventana/gsc.h +++ b/board/gateworks/gw_ventana/gsc.h @@ -50,8 +50,10 @@ enum { GSC_HWMON_VDD_DDR = 0x17, GSC_HWMON_VDD_SOC = 0x11, GSC_HWMON_VDD_1P8 = 0x1d, + GSC_HWMON_VDD_IO2 = 0x20, GSC_HWMON_VDD_2P5 = 0x23, - GSC_HWMON_VDD_1P0 = 0x20, + GSC_HWMON_VDD_IO3 = 0x26, + GSC_HWMON_VDD_IO4 = 0x29, }; /* |