aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory/Makefile
diff options
context:
space:
mode:
authorMarkus Mayer <mmayer@broadcom.com>2017-08-24 16:36:26 -0700
committerFlorian Fainelli <f.fainelli@gmail.com>2017-09-18 11:59:39 -0700
commit2f330caff5776239abb3e0337533886dbb21f6df (patch)
treeaf8ab12229586043d4f74e5eb92babb892884764 /drivers/memory/Makefile
parentdt-bindings: Add bindings for Broadcom STB DRAM Sensors (diff)
downloadlinux-dev-2f330caff5776239abb3e0337533886dbb21f6df.tar.xz
linux-dev-2f330caff5776239abb3e0337533886dbb21f6df.zip
memory: brcmstb: Add driver for DPFE
This driver allows access to DRAM properties, such as the refresh rate, via the Broadcom STB DDR PHY Front End (DPFE). The refresh rate can be used as indirect indicator of the DRAM temperature. The driver also allows setting of the sampling interval. Signed-off-by: Markus Mayer <mmayer@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'drivers/memory/Makefile')
-rw-r--r--drivers/memory/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/memory/Makefile b/drivers/memory/Makefile
index e88097fbc085..9cb8b61ee5cc 100644
--- a/drivers/memory/Makefile
+++ b/drivers/memory/Makefile
@@ -8,6 +8,7 @@ endif
obj-$(CONFIG_ARM_PL172_MPMC) += pl172.o
obj-$(CONFIG_ATMEL_SDRAMC) += atmel-sdramc.o
obj-$(CONFIG_ATMEL_EBI) += atmel-ebi.o
+obj-$(CONFIG_ARCH_BRCMSTB) += brcmstb_dpfe.o
obj-$(CONFIG_TI_AEMIF) += ti-aemif.o
obj-$(CONFIG_TI_EMIF) += emif.o
obj-$(CONFIG_OMAP_GPMC) += omap-gpmc.o