mbox series

[0/2] brcmstb_gisb updates for new chips

Message ID 20240111231539.783785-1-florian.fainelli@broadcom.com
Headers show
Series brcmstb_gisb updates for new chips | expand

Message

Florian Fainelli Jan. 11, 2024, 11:15 p.m. UTC
This patch series adds support for BCM74165 to the brcmstb_gisb.c driver
since new offsets have been introduced which requires the driver to be
aware of them.

Florian Fainelli (2):
  dt-bindings: bus: Document Broadcom GISB arbiter 74165 compatible
  bus: brcmstb_gisb: Added support for 74165 register layout

 .../devicetree/bindings/bus/brcm,gisb-arb.yaml    |  1 +
 drivers/bus/brcmstb_gisb.c                        | 15 +++++++++++++++
 2 files changed, 16 insertions(+)

Comments

Florian Fainelli Jan. 17, 2024, 9:20 p.m. UTC | #1
From: Florian Fainelli <f.fainelli@gmail.com>

On Thu, 11 Jan 2024 15:15:39 -0800, Florian Fainelli <florian.fainelli@broadcom.com> wrote:
> BCM74165 introduces a new register layout which is different from
> previously taped out chips, match the documented compatible and use the
> appropriate table of register offsets.
> 
> Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/drivers/next, thanks!
--
Florian