mbox series

[V3,0/3] imx8m: add mu support

Message ID 1590999602-29482-1-git-send-email-peng.fan@nxp.com
Headers show
Series imx8m: add mu support | expand

Message

Peng Fan June 1, 2020, 8:19 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>

V3:
 Add R-b tag
 Remove undocumented property

V2:
 Add dt-bindings
 Merge dts changes into one patch, since all is to add mu node

Add mu dt bindings
Add mu node
Add i.MX8MP mu root clk

Peng Fan (3):
  dt-bindings: mailbox: imx-mu: support i.MX8M
  arm64: dts: imx8m: add mu node
  clk: imx8mp: add mu root clk

 Documentation/devicetree/bindings/mailbox/fsl,mu.txt | 3 ++-
 arch/arm64/boot/dts/freescale/imx8mm.dtsi            | 8 ++++++++
 arch/arm64/boot/dts/freescale/imx8mn.dtsi            | 8 ++++++++
 arch/arm64/boot/dts/freescale/imx8mp.dtsi            | 8 ++++++++
 arch/arm64/boot/dts/freescale/imx8mq.dtsi            | 8 ++++++++
 drivers/clk/imx/clk-imx8mp.c                         | 1 +
 6 files changed, 35 insertions(+), 1 deletion(-)

Comments

Dong Aisheng June 1, 2020, 9:44 a.m. UTC | #1
> From: Peng Fan <peng.fan@nxp.com>
> Sent: Monday, June 1, 2020 4:20 PM
> 
> Add mu node to let A53 could communicate with M Core.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>

Regards
Aisheng
Shawn Guo June 23, 2020, 6:50 a.m. UTC | #2
On Mon, Jun 01, 2020 at 04:20:01PM +0800, peng.fan@nxp.com wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Add mu node to let A53 could communicate with M Core.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Applied, thanks.
Shawn Guo June 23, 2020, 6:53 a.m. UTC | #3
On Mon, Jun 01, 2020 at 04:20:02PM +0800, peng.fan@nxp.com wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Add mu root clk for mu mailbox usage.
> 
> Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Applied, thanks.