[PATCH v3 0/3] Add initial support for Microchip SAMA7G54 Curiosity board

Mihai Sain posted 3 patches 1 year, 10 months ago
.../devicetree/bindings/arm/atmel-at91.yaml   |   6 +
arch/arm/boot/dts/microchip/Makefile          |   2 +
.../dts/microchip/at91-sama7g54_curiosity.dts | 482 ++++++++++++++++++
arch/arm/boot/dts/microchip/sama7g5.dtsi      |  24 +
4 files changed, 514 insertions(+)
create mode 100644 arch/arm/boot/dts/microchip/at91-sama7g54_curiosity.dts
[PATCH v3 0/3] Add initial support for Microchip SAMA7G54 Curiosity board
Posted by Mihai Sain 1 year, 10 months ago
This patch series adds initial support for Microchip SAMA7G54 Curiosity board.

Changes in v3:
--------------

* Update flexcom 10 node in order to match previous flexcom definitions.
* Use alphanumerical sorting in Makefile.
* Remove adc subnode from flx10 node.
* Use C style comment.

Changes in v2:
--------------

* Remove bootargs.
* Use phandle style for clock nodes.
* Use color and function for gpio-leds.
* Remove status okay from leds, nand, eeprom, pmic, flash.
* Use generic name like pmic for mcp16502 regulator.

Mihai Sain (3):
  dt-bindings: ARM: at91: Document Microchip SAMA7G54 Curiosity
  ARM: dts: microchip: sama7g5: Add flexcom 10 node
  ARM: dts: microchip: sama7g54_curiosity: Add initial device tree of the board

 .../devicetree/bindings/arm/atmel-at91.yaml   |   6 +
 arch/arm/boot/dts/microchip/Makefile          |   2 +
 .../dts/microchip/at91-sama7g54_curiosity.dts | 482 ++++++++++++++++++
 arch/arm/boot/dts/microchip/sama7g5.dtsi      |  24 +
 4 files changed, 514 insertions(+)
 create mode 100644 arch/arm/boot/dts/microchip/at91-sama7g54_curiosity.dts

-- 
2.43.0
Re: [PATCH v3 0/3] Add initial support for Microchip SAMA7G54 Curiosity board
Posted by claudiu beznea 1 year, 9 months ago

On 15.02.2024 11:15, Mihai Sain wrote:
> This patch series adds initial support for Microchip SAMA7G54 Curiosity board.
> 
> Changes in v3:
> --------------
> 
> * Update flexcom 10 node in order to match previous flexcom definitions.
> * Use alphanumerical sorting in Makefile.
> * Remove adc subnode from flx10 node.
> * Use C style comment.
> 
> Changes in v2:
> --------------
> 
> * Remove bootargs.
> * Use phandle style for clock nodes.
> * Use color and function for gpio-leds.
> * Remove status okay from leds, nand, eeprom, pmic, flash.
> * Use generic name like pmic for mcp16502 regulator.
> 
> Mihai Sain (3):
>   dt-bindings: ARM: at91: Document Microchip SAMA7G54 Curiosity
>   ARM: dts: microchip: sama7g5: Add flexcom 10 node
>   ARM: dts: microchip: sama7g54_curiosity: Add initial device tree of the board

Applied to at91-dt, thanks!