summaryrefslogtreecommitdiffstats
path: root/include/configs/T208xQDS.h
diff options
context:
space:
mode:
authorYing Zhang <b40530@freescale.com>2014-10-31 18:06:18 +0800
committerYork Sun <yorksun@freescale.com>2014-12-05 08:06:09 -0800
commit3ad2737ee3faa291f75176b667ac3ad4408b023d (patch)
treeae8af89395aeb105fc38d7a1f06f7740b754d789 /include/configs/T208xQDS.h
parente7f533cd5972d762e0544a38c74fce495a9d9d2f (diff)
downloadblackbird-obmc-uboot-3ad2737ee3faa291f75176b667ac3ad4408b023d.tar.gz
blackbird-obmc-uboot-3ad2737ee3faa291f75176b667ac3ad4408b023d.zip
powerpc/t208xqds: VID support
The fuse status register provides the values from on-chip voltage ID efuses programmed at the factory. These values define the voltage requirements for the chip. u-boot reads FUSESR and translates the values into the appropriate commands to set the voltage output value of an external voltage regulator. Signed-off-by: Ying Zhang <b40530@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/T208xQDS.h')
-rw-r--r--include/configs/T208xQDS.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h
index ebc32f2bd4..d1fe78ef0c 100644
--- a/include/configs/T208xQDS.h
+++ b/include/configs/T208xQDS.h
@@ -494,6 +494,23 @@ unsigned long get_board_ddr_clk(void);
#define I2C_MUX_PCA_ADDR_SEC2 0x76 /* I2C bus multiplexer,secondary 2 */
#define I2C_MUX_CH_DEFAULT 0x8
+#define I2C_MUX_CH_VOL_MONITOR 0xa
+
+/* Voltage monitor on channel 2*/
+#define I2C_VOL_MONITOR_ADDR 0x40
+#define I2C_VOL_MONITOR_BUS_V_OFFSET 0x2
+#define I2C_VOL_MONITOR_BUS_V_OVF 0x1
+#define I2C_VOL_MONITOR_BUS_V_SHIFT 3
+
+#define CONFIG_VID_FLS_ENV "t208xqds_vdd_mv"
+#ifndef CONFIG_SPL_BUILD
+#define CONFIG_VID
+#endif
+#define CONFIG_VOL_MONITOR_IR36021_SET
+#define CONFIG_VOL_MONITOR_IR36021_READ
+/* The lowest and highest voltage allowed for T208xQDS */
+#define VDD_MV_MIN 819
+#define VDD_MV_MAX 1212
/*
* RapidIO
OpenPOWER on IntegriCloud