Messages in this thread |  | | From | Paweł Anikiel <> | Subject | [PATCH v4 0/2] Add support for the Mercury+ AA1 module | Date | Tue, 19 Oct 2021 16:12:26 +0200 |
| |
The following patches add support for the Mercury+ AA1 with an Arria 10 SoCFPGA.
v4: * move devicetree aliases to socfpga_arria10.dtsi * sort arria10 entries in arch/arm/boot/dts/Makefile
v3: * replace i2c busno property with devicetree aliases * reset controller patch added to Philipp Zabel's tree
v2: * remove spi flash node * rename memory and mdio nodes * add gpio nodes * add busno property to designware i2c driver
Paweł Anikiel (2): reset: socfpga: add empty driver allowing consumers to probe socfpga: dts: move arria10 aliases to socfpga_arria10.dtsi
arch/arm/boot/dts/socfpga_arria10.dtsi | 13 ++++++++++ arch/arm/boot/dts/socfpga_arria10_socdk.dtsi | 7 +----- drivers/reset/reset-socfpga.c | 26 ++++++++++++++++++++ 3 files changed, 40 insertions(+), 6 deletions(-)
-- 2.25.1
|  |