mbox series

[v2,0/2] new emtrion hardware emSBC-Argon

Message ID 20211209104947.4647-1-reinhold.mueller@emtrion.com
Headers show
Series new emtrion hardware emSBC-Argon | expand

Message

reinhold.mueller@emtrion.com Dec. 9, 2021, 10:49 a.m. UTC
From: Reinhold Mueller <reinhold.mueller@emtrion.com>

This patch series adds support for the emtrion emSBC-Argon

Changes

v2:
[PATCH 1/2]
	- replaced enum by const
[PATCH 2/2]
	- no fixes

v1:
[PATCH 0/2]
	- split former patch in dts -and yaml patches
[PATCH 1/2]
	- no fixes
[PATCH 2/2]
	- small modification in subject name
	- node name for leds moved to led-X
	- update of clocknames removed,
		already defined in stm32mp151.dtsi
	- removing some unneeded entries status = "disabled" 
	- moved pin configurations to stm32mp15-pinctrl

Reinhold Mueller (2):
  dt-binding: arm/stm32: Add emtrion hardware emSBC-Argon
  ARM: dts: stm32: Add support for the emtrion emSBC-Argon

 .../devicetree/bindings/arm/stm32/stm32.yaml  |   6 +
 arch/arm/boot/dts/Makefile                    |   1 +
 arch/arm/boot/dts/stm32mp15-pinctrl.dtsi      |  92 +++
 arch/arm/boot/dts/stm32mp157c-emsbc-argon.dts |  53 ++
 .../boot/dts/stm32mp157c-emstamp-argon.dtsi   | 552 ++++++++++++++++++
 5 files changed, 704 insertions(+)
 create mode 100644 arch/arm/boot/dts/stm32mp157c-emsbc-argon.dts
 create mode 100644 arch/arm/boot/dts/stm32mp157c-emstamp-argon.dtsi

Comments

Alexandre TORGUE Feb. 7, 2022, 9:46 a.m. UTC | #1
Hi Reinhold

On 12/9/21 11:49, reinhold.mueller@emtrion.com wrote:
> From: Reinhold Mueller <reinhold.mueller@emtrion.com>
> 
> This patch series adds support for the emtrion emSBC-Argon
> 
> Changes
> 
> v2:
> [PATCH 1/2]
> 	- replaced enum by const
> [PATCH 2/2]
> 	- no fixes
> 
> v1:
> [PATCH 0/2]
> 	- split former patch in dts -and yaml patches
> [PATCH 1/2]
> 	- no fixes
> [PATCH 2/2]
> 	- small modification in subject name
> 	- node name for leds moved to led-X
> 	- update of clocknames removed,
> 		already defined in stm32mp151.dtsi
> 	- removing some unneeded entries status = "disabled"
> 	- moved pin configurations to stm32mp15-pinctrl
> 
> Reinhold Mueller (2):
>    dt-binding: arm/stm32: Add emtrion hardware emSBC-Argon
>    ARM: dts: stm32: Add support for the emtrion emSBC-Argon
> 
>   .../devicetree/bindings/arm/stm32/stm32.yaml  |   6 +
>   arch/arm/boot/dts/Makefile                    |   1 +
>   arch/arm/boot/dts/stm32mp15-pinctrl.dtsi      |  92 +++
>   arch/arm/boot/dts/stm32mp157c-emsbc-argon.dts |  53 ++
>   .../boot/dts/stm32mp157c-emstamp-argon.dtsi   | 552 ++++++++++++++++++
>   5 files changed, 704 insertions(+)
>   create mode 100644 arch/arm/boot/dts/stm32mp157c-emsbc-argon.dts
>   create mode 100644 arch/arm/boot/dts/stm32mp157c-emstamp-argon.dtsi
> 

Thanks to add new STM32 board! Series applied on stm32-next.

Arnd,
This series introduces new dtbs_check errors mainly because it re-use
nodes from existing STM32 boards. I think it is acceptable to merge it 
as it is not "new' errors but replication of existing errors.

Thanks
Alex