mbox series

[v2,0/4] ARM: stm32: add DT properties for remote proc synchronisation

Message ID 20201014125441.2457-1-arnaud.pouliquen@st.com (mailing list archive)
Headers show
Series ARM: stm32: add DT properties for remote proc synchronisation | expand

Message

Arnaud POULIQUEN Oct. 14, 2020, 12:54 p.m. UTC
This series implements the DT part associated to the commit 9276536f455b3
("remoteproc: stm32: Parse syscon that will manage M4 synchronisation")

Delta vs V1 [1]
- add Rob acked-by on patch 1/4
- simplify yaml descriptions and align other syscon descriptions

[1]https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=339339

Arnaud Pouliquen (4):
  dt-bindings: arm: stm32: Add compatible for syscon tamp node
  dt-bindings: remoteproc: stm32_rproc: update for firmware
    synchronization
  dt-bindings: remoteproc: stm32_rproc: update syscon descriptions
  ARM: dts: stm32: update stm32mp151 for remote proc synchronization
    support

 .../bindings/arm/stm32/st,stm32-syscon.yaml   |  1 +
 .../bindings/remoteproc/st,stm32-rproc.yaml   | 21 +++++++++++++------
 arch/arm/boot/dts/stm32mp151.dtsi             |  7 +++++++
 3 files changed, 23 insertions(+), 6 deletions(-)

Comments

Bjorn Andersson Oct. 26, 2020, 3:49 p.m. UTC | #1
On Wed 14 Oct 07:54 CDT 2020, Arnaud Pouliquen wrote:

> This series implements the DT part associated to the commit 9276536f455b3
> ("remoteproc: stm32: Parse syscon that will manage M4 synchronisation")
> 
> Delta vs V1 [1]
> - add Rob acked-by on patch 1/4
> - simplify yaml descriptions and align other syscon descriptions
> 
> [1]https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=339339
> 
> Arnaud Pouliquen (4):
>   dt-bindings: arm: stm32: Add compatible for syscon tamp node
>   dt-bindings: remoteproc: stm32_rproc: update for firmware
>     synchronization
>   dt-bindings: remoteproc: stm32_rproc: update syscon descriptions

Applied the dt-bindings updates, expecting the dts change to go throught
he ST soc tree.

Thank you,
Bjorn

>   ARM: dts: stm32: update stm32mp151 for remote proc synchronization
>     support
> 
>  .../bindings/arm/stm32/st,stm32-syscon.yaml   |  1 +
>  .../bindings/remoteproc/st,stm32-rproc.yaml   | 21 +++++++++++++------
>  arch/arm/boot/dts/stm32mp151.dtsi             |  7 +++++++
>  3 files changed, 23 insertions(+), 6 deletions(-)
> 
> -- 
> 2.17.1
>
Alexandre TORGUE Nov. 17, 2020, 11:18 a.m. UTC | #2
Hi Arnaud

On 10/14/20 2:54 PM, Arnaud Pouliquen wrote:
> This series implements the DT part associated to the commit 9276536f455b3
> ("remoteproc: stm32: Parse syscon that will manage M4 synchronisation")
> 
> Delta vs V1 [1]
> - add Rob acked-by on patch 1/4
> - simplify yaml descriptions and align other syscon descriptions
> 
> [1]https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=339339
> 
> Arnaud Pouliquen (4):
>    dt-bindings: arm: stm32: Add compatible for syscon tamp node
>    dt-bindings: remoteproc: stm32_rproc: update for firmware
>      synchronization
>    dt-bindings: remoteproc: stm32_rproc: update syscon descriptions
>    ARM: dts: stm32: update stm32mp151 for remote proc synchronization
>      support
> 
>   .../bindings/arm/stm32/st,stm32-syscon.yaml   |  1 +
>   .../bindings/remoteproc/st,stm32-rproc.yaml   | 21 +++++++++++++------
>   arch/arm/boot/dts/stm32mp151.dtsi             |  7 +++++++
>   3 files changed, 23 insertions(+), 6 deletions(-)
> 

DT patch applied on stm32-next.

regards
Alex