summaryrefslogtreecommitdiffstats
path: root/board/freescale/common/Makefile
diff options
context:
space:
mode:
authorShaveta Leekha <shaveta@freescale.com>2014-04-11 14:12:39 +0530
committerYork Sun <yorksun@freescale.com>2014-05-13 08:20:31 -0700
commit4150f24290a4b6a3afe61487413408e5082f33be (patch)
tree1cf5f9784ebfbdfc10f68562b1d07bd22728524d /board/freescale/common/Makefile
parent69c0d323e325f48f3124fb0696de3d68fcbcae8e (diff)
downloadblackbird-obmc-uboot-4150f24290a4b6a3afe61487413408e5082f33be.tar.gz
blackbird-obmc-uboot-4150f24290a4b6a3afe61487413408e5082f33be.zip
board/freescale/common: ZM7300 driver
Adds Support for PowerOne ZM7300 voltage regulator. This device is available on some Freescale Boards like B4860QDS and has to be programmed to adjust the voltage on the board. The device is accessible via I2C interface. Signed-off-by: Shaveta Leekha <shaveta@freescale.com> Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Diffstat (limited to 'board/freescale/common/Makefile')
-rw-r--r--board/freescale/common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/common/Makefile b/board/freescale/common/Makefile
index f6a0879753..22b57ccaa8 100644
--- a/board/freescale/common/Makefile
+++ b/board/freescale/common/Makefile
@@ -48,6 +48,7 @@ obj-$(CONFIG_P5020DS) += ics307_clk.o
obj-$(CONFIG_P5040DS) += ics307_clk.o
obj-$(CONFIG_VSC_CROSSBAR) += vsc3316_3308.o
obj-$(CONFIG_IDT8T49N222A) += idt8t49n222a_serdes_clk.o
+obj-$(CONFIG_ZM7300) += zm7300.o
# deal with common files for P-series corenet based devices
obj-$(CONFIG_P2041RDB) += p_corenet/
OpenPOWER on IntegriCloud