diff options
author | John Crispin <blogic@openwrt.org> | 2013-08-08 14:02:23 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-09-03 23:22:15 +0200 |
commit | 45d3f186cfd04415622d49e6dbbb5b62025add3c (patch) | |
tree | 2894fc97ea227811199b00ad0edf95b4ca19b37f /arch/mips/lantiq/xway/Makefile | |
parent | 17efb59adc617dde76c839dcb5d5765dd5928b2b (diff) | |
download | talos-obmc-linux-45d3f186cfd04415622d49e6dbbb5b62025add3c.tar.gz talos-obmc-linux-45d3f186cfd04415622d49e6dbbb5b62025add3c.zip |
MIPS: Lantiq: Adds minimal dcdc driver
This driver so far only reads the core voltage.
Signed-off-by: John Crispin <blogic@openwrt.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5677/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lantiq/xway/Makefile')
-rw-r--r-- | arch/mips/lantiq/xway/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/lantiq/xway/Makefile b/arch/mips/lantiq/xway/Makefile index 7a13660d630d..087497d97357 100644 --- a/arch/mips/lantiq/xway/Makefile +++ b/arch/mips/lantiq/xway/Makefile @@ -1,3 +1,3 @@ -obj-y := prom.o sysctrl.o clk.o reset.o dma.o gptu.o +obj-y := prom.o sysctrl.o clk.o reset.o dma.o gptu.o dcdc.o obj-$(CONFIG_XRX200_PHY_FW) += xrx200_phy_fw.o |