diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2021-09-15 00:21:45 +0200 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2021-09-17 00:31:06 +0200 |
commit | e8377f497dec2f48bf7599cc9a047941740ecbd3 (patch) | |
tree | 485ed73f46786126d1ecf695d9ee0050c5d13fab /drivers/soc/bcm | |
parent | soc: bcm63xx-power: Make use of the helper function devm_platform_ioremap_res... (diff) | |
download | linux-e8377f497dec2f48bf7599cc9a047941740ecbd3.tar.xz linux-e8377f497dec2f48bf7599cc9a047941740ecbd3.zip |
soc: bcm: brcmstb: biuctrl: Tune MCP settings for 72113
72113 uses a dual core Cortex-A72 CPU complex which requires tuning of
its bus interface unit the same way that the existing Cortex-A72 based
systems are tuned.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'drivers/soc/bcm')
-rw-r--r-- | drivers/soc/bcm/brcmstb/biuctrl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/bcm/brcmstb/biuctrl.c b/drivers/soc/bcm/brcmstb/biuctrl.c index 7f8dc302ae6e..e6579fc82b9e 100644 --- a/drivers/soc/bcm/brcmstb/biuctrl.c +++ b/drivers/soc/bcm/brcmstb/biuctrl.c @@ -136,6 +136,7 @@ static int __init mcp_write_pairing_set(void) static const u32 a72_b53_mach_compat[] = { 0x7211, + 0x72113, 0x7216, 0x72164, 0x72165, |