提交 14c7c02d 编写于 作者: P Peng Fan 提交者: Shawn Guo

arm64: dts: imx8qxp: fix mbox-cells

Currently lsio_mu1 is used by Linux Kernel with mbox-cells as 2, but
actually mu0-4 could be used to communicate with SCU. So fix the
mbox-cells.
Signed-off-by: NPeng Fan <peng.fan@nxp.com>
Reviewed-by: NDong Aisheng <aisheng.dong@nxp.com>
Fixes: 3d91ba65 ("arm64: dts: imx: add imx8qxp support")
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 ee4c12f4
无相关合并请求
......@@ -358,7 +358,7 @@
compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
reg = <0x5d1b0000 0x10000>;
interrupts = <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>;
#mbox-cells = <0>;
#mbox-cells = <2>;
status = "disabled";
};
......@@ -373,7 +373,7 @@
compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
reg = <0x5d1e0000 0x10000>;
interrupts = <GIC_SPI 179 IRQ_TYPE_LEVEL_HIGH>;
#mbox-cells = <0>;
#mbox-cells = <2>;
status = "disabled";
};
......@@ -381,7 +381,7 @@
compatible = "fsl,imx8qxp-mu", "fsl,imx6sx-mu";
reg = <0x5d1f0000 0x10000>;
interrupts = <GIC_SPI 180 IRQ_TYPE_LEVEL_HIGH>;
#mbox-cells = <0>;
#mbox-cells = <2>;
status = "disabled";
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部