diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2017-04-12 03:26:11 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-12-21 04:37:44 +0300 |
commit | f780429adfbc222a4d8a227a2a550ba627c7338b (patch) | |
tree | 64baf38aced22943fa555cc1506886d919decbc6 /include/linux/soc | |
parent | 5d4567ec3bacf058cdf8e67695759e0d137cf095 (diff) | |
download | linux-f780429adfbc222a4d8a227a2a550ba627c7338b.tar.xz |
soc: brcmstb: biuctrl: Move to early_initcall
Being called during early_initcall() is early enough that it occurs
before SMP initialization, which is all we care about for the Bus
Interface Unit configuration.
This solves lack of BIU initialization on ARM64 platforms where we do
not have an anchor where to put the BIU initialization (since there are
no machine descriptors).
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'include/linux/soc')
-rw-r--r-- | include/linux/soc/brcmstb/brcmstb.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/soc/brcmstb/brcmstb.h b/include/linux/soc/brcmstb/brcmstb.h index 12e548938bbb..8e884e0dda0a 100644 --- a/include/linux/soc/brcmstb/brcmstb.h +++ b/include/linux/soc/brcmstb/brcmstb.h @@ -13,12 +13,6 @@ static inline u32 BRCM_REV(u32 reg) } /* - * Bus Interface Unit control register setup, must happen early during boot, - * before SMP is brought up, called by machine entry point. - */ -void brcmstb_biuctrl_init(void); - -/* * Helper functions for getting family or product id from the * SoC driver. */ |