summaryrefslogtreecommitdiffstats
path: root/drivers/soc/bcm
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2019-12-10 15:05:26 -0800
committerFlorian Fainelli <f.fainelli@gmail.com>2020-01-05 13:44:04 -0800
commitb2f91a39cfba5af101e95c2348b7932539e293b7 (patch)
tree486c68ab3dddac525d713ff7df1ff8209e4ca0b9 /drivers/soc/bcm
parent3098f5eb906b9e66b0a0b79b75d612261a6a7108 (diff)
downloadlinux-b2f91a39cfba5af101e95c2348b7932539e293b7.tar.gz
linux-b2f91a39cfba5af101e95c2348b7932539e293b7.tar.bz2
linux-b2f91a39cfba5af101e95c2348b7932539e293b7.zip
soc: bcm: brcmstb: biuctrl: Tune interface for 7255 and 7216
7255 and 7216 are some of the latest chips that were produced and support the full register range configuration for the BIU, add the two entries to get the expected programming. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'drivers/soc/bcm')
-rw-r--r--drivers/soc/bcm/brcmstb/biuctrl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/soc/bcm/brcmstb/biuctrl.c b/drivers/soc/bcm/brcmstb/biuctrl.c
index 6be975392590..978cf52be664 100644
--- a/drivers/soc/bcm/brcmstb/biuctrl.c
+++ b/drivers/soc/bcm/brcmstb/biuctrl.c
@@ -102,6 +102,8 @@ static int __init mcp_write_pairing_set(void)
}
static const u32 b53_mach_compat[] = {
+ 0x7216,
+ 0x7255,
0x7260,
0x7268,
0x7271,