diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2015-09-14 21:09:34 +0200 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2015-10-09 22:42:16 +0200 |
commit | 9a764234eee689ea800424ab99b08ff07a8bdbcd (patch) | |
tree | ad048063e4d7d6387c54cba507da8aa661c5eed0 /drivers/soc/brcmstb/Makefile | |
parent | soc: add stubs for brcmstb SoC's (diff) | |
download | linux-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/Makefile | 2 |
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 |