mbox series

[0/5] ARM: dts: imx: use generic name for crypto node

Message ID 20200305135909.8180-1-horia.geanta@nxp.com (mailing list archive)
Headers show
Series ARM: dts: imx: use generic name for crypto node | expand

Message

Horia Geanta March 5, 2020, 1:59 p.m. UTC
This patch set aligns / fixes the naming of the crypto node
(and its child nodes) for sahara, dcp and caam crypto engines
used in i.MX SoCs.

Horia Geantă (4):
  dt-bindings: crypto: sahara: use generic node name
  dt-bindings: crypto: dcp: use generic node name
  dt-bindings: crypto: caam: use generic node name
  ARM: dts: imx: align name for crypto node and child nodes

Silvano di Ninno (1):
  arm64: dts: imx8mn: align name for crypto child nodes

 Documentation/devicetree/bindings/crypto/fsl-dcp.txt      | 2 +-
 .../devicetree/bindings/crypto/fsl-imx-sahara.txt         | 2 +-
 Documentation/devicetree/bindings/crypto/fsl-sec4.txt     | 2 +-
 arch/arm/boot/dts/imx23.dtsi                              | 2 +-
 arch/arm/boot/dts/imx27.dtsi                              | 2 +-
 arch/arm/boot/dts/imx28.dtsi                              | 2 +-
 arch/arm/boot/dts/imx6qdl.dtsi                            | 6 +++---
 arch/arm/boot/dts/imx6sl.dtsi                             | 2 +-
 arch/arm/boot/dts/imx6sll.dtsi                            | 2 +-
 arch/arm/boot/dts/imx6sx.dtsi                             | 6 +++---
 arch/arm/boot/dts/imx6ul.dtsi                             | 8 ++++----
 arch/arm/boot/dts/imx7s.dtsi                              | 8 ++++----
 arch/arm/boot/dts/imx7ulp.dtsi                            | 4 ++--
 arch/arm64/boot/dts/freescale/imx8mn.dtsi                 | 6 +++---
 14 files changed, 27 insertions(+), 27 deletions(-)

Comments

Shawn Guo March 11, 2020, 8:53 a.m. UTC | #1
On Thu, Mar 05, 2020 at 03:59:04PM +0200, Horia Geantă wrote:
> This patch set aligns / fixes the naming of the crypto node
> (and its child nodes) for sahara, dcp and caam crypto engines
> used in i.MX SoCs.
> 
> Horia Geantă (4):
>   dt-bindings: crypto: sahara: use generic node name
>   dt-bindings: crypto: dcp: use generic node name
>   dt-bindings: crypto: caam: use generic node name
>   ARM: dts: imx: align name for crypto node and child nodes
> 
> Silvano di Ninno (1):
>   arm64: dts: imx8mn: align name for crypto child nodes

Applied all, thanks.