diff options
author | Horia Geantă <horia.geanta@nxp.com> | 2020-03-05 14:59:08 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-03-11 09:53:01 +0100 |
commit | 6cef60ff174f411f5678ee83fd15494e82169045 (patch) | |
tree | 56812c067b14752093a36069b5a0024f8d0691ac /arch/arm/boot/dts/imx6sll.dtsi | |
parent | ARM: dts: imx6qdl-gw5910: add CC1352 UART (diff) | |
download | linux-6cef60ff174f411f5678ee83fd15494e82169045.tar.xz linux-6cef60ff174f411f5678ee83fd15494e82169045.zip |
ARM: dts: imx: align name for crypto node and child nodes
crypto node should use the "crypto" generic naming,
and not a specific one ("sahara", "dcp", "caam").
Child nodes of the crypto node for caam crypto engine
should use the "jr" name (without an index),
as indicated in the DT binding.
Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6sll.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6sll.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6sll.dtsi b/arch/arm/boot/dts/imx6sll.dtsi index 797f850492fe..e8e0fb334cfb 100644 --- a/arch/arm/boot/dts/imx6sll.dtsi +++ b/arch/arm/boot/dts/imx6sll.dtsi @@ -652,7 +652,7 @@ status = "disabled"; }; - dcp: dcp@20fc000 { + dcp: crypto@20fc000 { compatible = "fsl,imx28-dcp"; reg = <0x020fc000 0x4000>; interrupts = <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>, |