mbox series

[v5,0/2] Add SCP support for mt8186

Message ID 20220118014921.30146-1-allen-kh.cheng@mediatek.com (mailing list archive)
Headers show
Series Add SCP support for mt8186 | expand

Message

Allen-KH Cheng Jan. 18, 2022, 1:49 a.m. UTC
From: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>

changes since v4:
 - use 'Reviewed-by:' for the preferred signature

changes since v3:
 - base on rproc-next

changes since v2:
 - remove redundant SoB

changes since v1:
 - use mt8192_power_on_sram() helper
 - add MT8186_SCP_L1_SRAM_PD_P1 in mtk_common.h
 - add MT8186_SCP_L1_SRAM_PD_P2 in mtk_common.h


Allen-KH Cheng (2):
  dt-bindings: remoteproc: mediatek: Add binding for mt8186 scp
  remoteproc: mediatek: Support mt8186 scp

 .../bindings/remoteproc/mtk,scp.yaml          |  1 +
 drivers/remoteproc/mtk_common.h               |  3 ++
 drivers/remoteproc/mtk_scp.c                  | 35 +++++++++++++++++++
 3 files changed, 39 insertions(+)