[PATCH 3/3] dt-bindings: remoteproc: Add Arm remoteproc

2024-03-01 Thread abdellatif . elkhlifi
From: Abdellatif El Khlifi introduce the bindings for Arm remoteproc support. Signed-off-by: Abdellatif El Khlifi --- .../bindings/remoteproc/arm,rproc.yaml| 69 +++ MAINTAINERS | 1 + 2 files changed, 70 insertions(+) create mode

[PATCH 2/3] arm64: dts: Add corstone1000 external system device node

2024-03-01 Thread abdellatif . elkhlifi
From: Abdellatif El Khlifi add device tree node for the external system core in Corstone-1000 Signed-off-by: Abdellatif El Khlifi --- arch/arm64/boot/dts/arm/corstone1000.dtsi | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git

[PATCH 1/3] remoteproc: Add Arm remoteproc driver

2024-03-01 Thread abdellatif . elkhlifi
From: Abdellatif El Khlifi introduce remoteproc support for Arm remote processors The supported remote processors are those that come with a reset control register and a reset status register. The driver allows to switch on or off the remote processor. The current use case is Corstone-1000

[PATCH 0/3] remoteproc: introduce Arm remoteproc support

2024-03-01 Thread abdellatif . elkhlifi
From: Abdellatif El Khlifi Some Arm heterogeneous System-On-Chips feature remote processors that can be controlled with a reset control register and a reset status register to start or stop the processor. This patchset adds support for these processors by providing the following: 1) A