From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregory.clement@free-electrons.com (Gregory CLEMENT) Date: Wed, 12 Apr 2017 10:36:15 +0200 Subject: [PATCH 4/7] arm64: marvell: dts: add crypto engine description for 7k/8k In-Reply-To: <20170329124432.27457-5-antoine.tenart@free-electrons.com> (Antoine Tenart's message of "Wed, 29 Mar 2017 14:44:29 +0200") References: <20170329124432.27457-1-antoine.tenart@free-electrons.com> <20170329124432.27457-5-antoine.tenart@free-electrons.com> Message-ID: <8760iahvk0.fsf@free-electrons.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Antoine, On mer., mars 29 2017, Antoine Tenart wrote: > Add the description of the crypto engine hardware block for the Marvell > Armada 7k and Armada 8k processors; for both the CP110 slave and master. > > Signed-off-by: Antoine Tenart Applied on mvebu/dt64, I fixed a merge conflict with the current mvebu/dt64 and I took this opportunity to fix the lines over 80 characters for the interrupts. Thanks, Gregory > --- > arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi | 15 +++++++++++++++ > arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi | 15 +++++++++++++++ > 2 files changed, 30 insertions(+) > > diff --git a/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi b/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi > index 9a2ce2ae49cd..7530a1b541c5 100644 > --- a/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi > +++ b/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi > @@ -210,6 +210,21 @@ > clocks = <&cpm_syscon0 1 25>; > status = "okay"; > }; > + > + cpm_crypto: crypto at 800000 { > + compatible = "inside-secure,safexcel-eip197"; > + reg = <0x800000 0x200000>; > + interrupts = , > + , > + , > + , > + , > + ; > + interrupt-names = "mem", "ring0", "ring1", > + "ring2", "ring3", "eip"; > + clocks = <&cpm_syscon0 1 26>; > + status = "disabled"; > + }; > }; > > cpm_pcie0: pcie at f2600000 { > diff --git a/arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi b/arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi > index c9dfa244ebb6..6110d39087a6 100644 > --- a/arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi > +++ b/arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi > @@ -210,6 +210,21 @@ > clocks = <&cps_syscon0 1 25>; > status = "okay"; > }; > + > + cps_crypto: crypto at 800000 { > + compatible = "inside-secure,safexcel-eip197"; > + reg = <0x800000 0x200000>; > + interrupts = , > + , > + , > + , > + , > + ; > + interrupt-names = "mem", "ring0", "ring1", > + "ring2", "ring3", "eip"; > + clocks = <&cps_syscon0 1 26>; > + status = "disabled"; > + }; > }; > > cps_pcie0: pcie at f4600000 { > -- > 2.11.0 > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com