mbox series

[V2,0/2] brcmstb: initial work on BCM4908

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

Message

Rafał Miłecki Nov. 30, 2020, 8:32 a.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         | 32 +++++++++++++++++++
 3 files changed, 61 insertions(+), 3 deletions(-)