soc: bcm: brcmstb: biuctrl: Tune interface for 7255 and 7216
authorFlorian Fainelli <f.fainelli@gmail.com>
Tue, 10 Dec 2019 23:05:26 +0000 (15:05 -0800)
committerFlorian Fainelli <f.fainelli@gmail.com>
Sun, 5 Jan 2020 21:44:04 +0000 (13:44 -0800)
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>
drivers/soc/bcm/brcmstb/biuctrl.c

index 6be975392590d583c08dda7f2253f8f5cafa1e2b..978cf52be664d6273d9a05f9624652e0c280f37e 100644 (file)
@@ -102,6 +102,8 @@ static int __init mcp_write_pairing_set(void)
 }
 
 static const u32 b53_mach_compat[] = {
+       0x7216,
+       0x7255,
        0x7260,
        0x7268,
        0x7271,