[PATCH 2/2] remoterpoc: mediatek: vcp: Add vcp remoteproc driver

2025-04-05 Thread Xiangzhi Tang
Add host driver to control the mediatek Risc-V coprocessor 1.Support rproc mechanism to load vcm firmware from filesystem 2.Support SMC services to request ATF to setting vcp boot sequence 3.Host communicated with VCP depends on VCP IPC interfaces Signed-off-by: Xiangzhi Tang --- drivers

[PATCH 0/2] Add vcp driver

2025-04-04 Thread Xiangzhi Tang
iatek patch, onwer https://patchwork.kernel.org/project/linux-mediatek/list/?submitter=216242 Xiangzhi Tang (2): dt-bindings: remoteproc: Add VCP support for mt8196 remoterpoc: mediatek: vcp: Add vcp remoteproc driver .../remoteproc/mediatek,mt8196-vcp.yaml | 174 drivers/remot

[PATCH 1/2] dt-bindings: remoteproc: Add VCP support for mt8196

2025-04-02 Thread Xiangzhi Tang
Add the new binding document for MediaTek Video Companion Processor(VCP) on MediaTek mt8196. Signed-off-by: Xiangzhi Tang --- .../remoteproc/mediatek,mt8196-vcp.yaml | 174 ++ 1 file changed, 174 insertions(+) create mode 100644 Documentation/devicetree/bindings