mbox series

[0/2] brcmstb: initial work on BCM4908

Message ID 20201126135939.21982-1-zajec5@gmail.com
Headers show
Series brcmstb: initial work on BCM4908 | expand

Message

Rafał Miłecki Nov. 26, 2020, 1:59 p.m. UTC
From: Rafał Miłecki <rafal@milecki.pl>

BCM4908 uses very similar hardware to the STB one. It still requires
some tweaks but this initial work allows accessing hardware without:

Internal error: synchronous external abort: 96000210 [#1] PREEMPT SMP                                                                                                                                                                                                          

Rafał Miłecki (2):
  dt-bindings: PCI: brcmstb: add BCM4908 binding
  PCI: brcmstb: support BCM4908 with external PERST# signal controller

 .../bindings/pci/brcm,stb-pcie.yaml           | 30 +++++++++++++++--
 drivers/pci/controller/Kconfig                |  2 +-
 drivers/pci/controller/pcie-brcmstb.c         | 33 +++++++++++++++++--
 3 files changed, 60 insertions(+), 5 deletions(-)