summaryrefslogtreecommitdiffstats
path: root/drivers/soc/brcmstb/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2015-09-14 21:09:34 +0200
committerFlorian Fainelli <f.fainelli@gmail.com>2015-10-09 22:42:16 +0200
commit9a764234eee689ea800424ab99b08ff07a8bdbcd (patch)
treead048063e4d7d6387c54cba507da8aa661c5eed0 /drivers/soc/brcmstb/Makefile
parentsoc: add stubs for brcmstb SoC's (diff)
downloadlinux-9a764234eee689ea800424ab99b08ff07a8bdbcd.tar.xz
linux-9a764234eee689ea800424ab99b08ff07a8bdbcd.zip
soc: brcmstb: Add Bus Interface Unit control setup
Broadcom STB SoCs (brcmstb) require an early setup of their Bus Interface Unit control register, this needs to happen before SMP is brought up because it affects how the CPU complex will be interfaced to the memory controller. Add support code which properly initializes the BIU registers based on whether "brcm,write-pairing" is present in Device Tree, and take care of saving and restoring credit register settings during system-wide suspend/resume operations. Acked-by: Gregory Fong <gregory.0xf0@gmail.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'drivers/soc/brcmstb/Makefile')
-rw-r--r--drivers/soc/brcmstb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/brcmstb/Makefile b/drivers/soc/brcmstb/Makefile
index 183280e39f80..9120b2715d3e 100644
--- a/drivers/soc/brcmstb/Makefile
+++ b/drivers/soc/brcmstb/Makefile
@@ -1 +1 @@
-obj-y += common.o
+obj-y += common.o biuctrl.o