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 6be9753..978cf52 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,