diff options
author | Jim Quinlan <[email protected]> | 2020-09-11 13:52:23 -0400 |
---|---|---|
committer | Lorenzo Pieralisi <[email protected]> | 2020-09-17 12:30:38 +0100 |
commit | 1cf1b0a6dd95250e30a7706c962044c51c5e06bd (patch) | |
tree | 25ffa694268d2f7724fa26edc12bedf85256cea9 /lib/mpi/mpi-cmp.c | |
parent | e6f98b292413f175391b52f5e3b20500c5c834c8 (diff) |
PCI: brcmstb: Add bcm7278 register info
Add in compatibility strings and code for three Broadcom STB chips. Some
of the register locations, shifts, and masks are different for certain
chips, requiring the use of different constants based on of_id.
We would like to add the following at this time to the match list but we
need to wait until the end of this patchset so that everything works.
{ .compatible = "brcm,bcm7211-pcie", .data = &generic_cfg },
{ .compatible = "brcm,bcm7278-pcie", .data = &bcm7278_cfg },
{ .compatible = "brcm,bcm7216-pcie", .data = &bcm7278_cfg },
{ .compatible = "brcm,bcm7445-pcie", .data = &generic_cfg },
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jim Quinlan <[email protected]>
Signed-off-by: Lorenzo Pieralisi <[email protected]>
Acked-by: Florian Fainelli <[email protected]>
Acked-by: Rob Herring <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-cmp.c')
0 files changed, 0 insertions, 0 deletions