diff options
author | Markus Mayer <mmayer@broadcom.com> | 2017-08-24 16:36:26 -0700 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-09-18 11:59:39 -0700 |
commit | 2f330caff5776239abb3e0337533886dbb21f6df (patch) | |
tree | af8ab12229586043d4f74e5eb92babb892884764 /drivers/memory/Makefile | |
parent | 367f15d3130e0d6c6818a4ace2463914e8c78e2c (diff) | |
download | linux-2f330caff5776239abb3e0337533886dbb21f6df.tar.bz2 |
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/Makefile | 1 |
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 |