Messages in this thread Patch in this message |  | | From | peng.fan@nxp ... | Subject | [PATCH 3/4] arm64: dts: imx8mn: add spba bus node | Date | Tue, 29 Dec 2020 20:00:44 +0800 |
| |
From: Peng Fan <peng.fan@nxp.com>
According to RM, there is a spba bus inside aips3 and aips1, add it.
Signed-off-by: Peng Fan <peng.fan@nxp.com> --- arch/arm64/boot/dts/freescale/imx8mn.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/freescale/imx8mn.dtsi b/arch/arm64/boot/dts/freescale/imx8mn.dtsi index 73602832ccaa..033fa90570ff 100644 --- a/arch/arm64/boot/dts/freescale/imx8mn.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mn.dtsi @@ -749,7 +749,7 @@ uart2: serial@30890000 { clock-names = "ipg", "per"; status = "disabled"; }; - } + }; crypto: crypto@30900000 { compatible = "fsl,sec-v4.0"; -- 2.28.0
|  |