[PATCH v3 0/3] Add support for Microchip PIC64GX Curiosity Kit
Conor Dooley
conor at kernel.org
Mon Nov 17 08:53:21 PST 2025
From: Conor Dooley <conor.dooley at microchip.com>
v3 of Pierre-Henry's stuff from over a year ago:
https://lore.kernel.org/all/20240930095449.1813195-1-pierre-henry.moussay@microchip.com/
In it he said "This will be fix in a V3 coming in due time", and I guess
that due time was ~14 months.
I've cut out all the binding patches, to hopefully make their
application process more obvious to subsystem maintainers.
The only real difference in these patches is that I went off and implemented
the clock rework that I was asked for on v3, because it ended up being a
requirement for hwmon and pinctrl work on the platform, as well as
blocking this series (although it was obviously not a technical problem
with the v2 of this series).
CC: Conor Dooley <conor.dooley at microchip.com>
CC: Daire McNamara <daire.mcnamara at microchip.com>
CC: Rob Herring <robh at kernel.org>
CC: Krzysztof Kozlowski <krzk+dt at kernel.org>
CC: linux-riscv at lists.infradead.org
CC: devicetree at vger.kernel.org
CC: linux-kernel at vger.kernel.org
Pierre-Henry Moussay (3):
dt-bindings: riscv: microchip: document the PIC64GX curiosity kit
riscv: dts: microchip: add pic64gx and its curiosity kit
riscv: dts: microchip: remove POLARFIRE mention in Makefile
.../devicetree/bindings/riscv/microchip.yaml | 7 +-
arch/riscv/boot/dts/microchip/Makefile | 17 +-
.../dts/microchip/pic64gx-curiosity-kit.dts | 165 +++++
.../boot/dts/microchip/pic64gx-pinctrl.dtsi | 178 +++++
arch/riscv/boot/dts/microchip/pic64gx.dtsi | 630 ++++++++++++++++++
5 files changed, 987 insertions(+), 10 deletions(-)
create mode 100644 arch/riscv/boot/dts/microchip/pic64gx-curiosity-kit.dts
create mode 100644 arch/riscv/boot/dts/microchip/pic64gx-pinctrl.dtsi
create mode 100644 arch/riscv/boot/dts/microchip/pic64gx.dtsi
--
2.51.0
More information about the linux-riscv
mailing list