[PATCH v1 0/5] BeagleV Fire support

Conor Dooley conor at kernel.org
Wed Mar 27 05:24:35 PDT 2024


From: Conor Dooley <conor.dooley at microchip.com>

Yo,

Wee series adding support for the BeagleV Fire. I've had a dts sitting
locally for this for over a year for testing Auto Update and I meant to
submit something to mainline once the board got announced publicly, but
only got around to that now.

The PCI controller has to stay disabled for now, the driver (and
binding) made an assumption about which of the two root port "instances"
would be used by Linux and the BeagleV Fire uses the other one. I've got
a WIP patch for that in the works and a patchset for the GPIO controller
that I have been trying to find some time to clean up and submit.

Thanks,
Conor.

CC: Conor Dooley <conor.dooley at microchip.com>
CC: Daire McNamara <daire.mcnamara at microchip.com>
CC: Jamie Gibbons <jamie.gibbons at microchip.com>
CC: Valentina Fernandez <valentina.fernandezalanis at microchip.com>
CC: Linus Walleij <linus.walleij at linaro.org>
CC: Bartosz Golaszewski <brgl at bgdev.pl>
CC: Rob Herring <robh at kernel.org>
CC: Krzysztof Kozlowski <krzysztof.kozlowski+dt at linaro.org>
CC: Lorenzo Pieralisi <lpieralisi at kernel.org>
CC: "Krzysztof Wilczyński" <kw at linux.com>
CC: Bjorn Helgaas <bhelgaas at google.com>
CC: linux-riscv at lists.infradead.org
CC: linux-gpio at vger.kernel.org
CC: devicetree at vger.kernel.org
CC: linux-kernel at vger.kernel.org
CC: linux-pci at vger.kernel.org

Conor Dooley (2):
  dt-bindings: riscv: microchip: document beaglev-fire
  riscv: dts: microchip: add an initial devicetree for the BeagleV Fire

Jamie Gibbons (2):
  dt-bindings: gpio: mpfs: add coreGPIO support
  dt-bindings: gpio: mpfs: allow gpio-line-names

Valentina Fernandez (1):
  dt-bindings: PCI: microchip: increase number of items in ranges
    property

 .../bindings/gpio/microchip,mpfs-gpio.yaml    |  17 +-
 .../bindings/pci/microchip,pcie-host.yaml     |   3 +-
 .../devicetree/bindings/riscv/microchip.yaml  |   1 +
 arch/riscv/boot/dts/microchip/Makefile        |   1 +
 .../microchip/mpfs-beaglev-fire-fabric.dtsi   | 124 ++++++++++
 .../boot/dts/microchip/mpfs-beaglev-fire.dts  | 223 ++++++++++++++++++
 6 files changed, 365 insertions(+), 4 deletions(-)
 create mode 100644 arch/riscv/boot/dts/microchip/mpfs-beaglev-fire-fabric.dtsi
 create mode 100644 arch/riscv/boot/dts/microchip/mpfs-beaglev-fire.dts

-- 
2.43.0




More information about the linux-riscv mailing list