linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] ARM: i.MX53: dts: add sahara module
@ 2014-12-09  8:42 Steffen Trumtrar
  0 siblings, 0 replies; 6+ messages in thread
From: Steffen Trumtrar @ 2014-12-09  8:42 UTC (permalink / raw)
  To: linux-arm-kernel

The i.MX53 has a SAHARA v4 core. Add it to the dtsi.

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
Changes since v1:
	- remove status property

 arch/arm/boot/dts/imx53.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
index b96213ba0671..ff4fa7ecacd8 100644
--- a/arch/arm/boot/dts/imx53.dtsi
+++ b/arch/arm/boot/dts/imx53.dtsi
@@ -765,6 +765,15 @@
 				resets = <&src 1>;
 				iram = <&ocram>;
 			};
+
+			sahara: crypto at 63ff8000 {
+				compatible = "fsl,imx53-sahara";
+				reg = <0x63ff8000 0x4000>;
+				interrupts = <19 20>;
+				clocks = <&clks IMX5_CLK_SAHARA_IPG_GATE>,
+				         <&clks IMX5_CLK_SAHARA_IPG_GATE>;
+				clock-names = "ipg", "ahb";
+			};
 		};
 
 		ocram: sram at f8000000 {
-- 
2.1.3

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH v2] ARM: i.MX53: dts: add sahara module
@ 2014-12-09  8:56 Steffen Trumtrar
  2014-12-16  9:04 ` Shawn Guo
  0 siblings, 1 reply; 6+ messages in thread
From: Steffen Trumtrar @ 2014-12-09  8:56 UTC (permalink / raw)
  To: linux-arm-kernel

The i.MX53 has a SAHARA v4 core. Add it to the dtsi.

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
Changes since v1:
	- remove status property

 arch/arm/boot/dts/imx53.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
index b96213ba0671..ff4fa7ecacd8 100644
--- a/arch/arm/boot/dts/imx53.dtsi
+++ b/arch/arm/boot/dts/imx53.dtsi
@@ -765,6 +765,15 @@
 				resets = <&src 1>;
 				iram = <&ocram>;
 			};
+
+			sahara: crypto at 63ff8000 {
+				compatible = "fsl,imx53-sahara";
+				reg = <0x63ff8000 0x4000>;
+				interrupts = <19 20>;
+				clocks = <&clks IMX5_CLK_SAHARA_IPG_GATE>,
+				         <&clks IMX5_CLK_SAHARA_IPG_GATE>;
+				clock-names = "ipg", "ahb";
+			};
 		};
 
 		ocram: sram at f8000000 {
-- 
2.1.3

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH v2] ARM: i.MX53: dts: add sahara module
  2014-12-09  8:56 [PATCH v2] ARM: i.MX53: dts: add sahara module Steffen Trumtrar
@ 2014-12-16  9:04 ` Shawn Guo
  2014-12-16  9:24   ` Steffen Trumtrar
  0 siblings, 1 reply; 6+ messages in thread
From: Shawn Guo @ 2014-12-16  9:04 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Dec 09, 2014 at 09:56:52AM +0100, Steffen Trumtrar wrote:
> The i.MX53 has a SAHARA v4 core. Add it to the dtsi.
> 
> Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
> ---
> Changes since v1:
> 	- remove status property
> 
>  arch/arm/boot/dts/imx53.dtsi | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
> index b96213ba0671..ff4fa7ecacd8 100644
> --- a/arch/arm/boot/dts/imx53.dtsi
> +++ b/arch/arm/boot/dts/imx53.dtsi
> @@ -765,6 +765,15 @@
>  				resets = <&src 1>;
>  				iram = <&ocram>;
>  			};
> +
> +			sahara: crypto at 63ff8000 {
> +				compatible = "fsl,imx53-sahara";

Is there already a driver for it in the kernel?

Shawn

> +				reg = <0x63ff8000 0x4000>;
> +				interrupts = <19 20>;
> +				clocks = <&clks IMX5_CLK_SAHARA_IPG_GATE>,
> +				         <&clks IMX5_CLK_SAHARA_IPG_GATE>;
> +				clock-names = "ipg", "ahb";
> +			};
>  		};
>  
>  		ocram: sram at f8000000 {
> -- 
> 2.1.3
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH v2] ARM: i.MX53: dts: add sahara module
  2014-12-16  9:04 ` Shawn Guo
@ 2014-12-16  9:24   ` Steffen Trumtrar
  2015-01-05 12:37     ` Shawn Guo
  0 siblings, 1 reply; 6+ messages in thread
From: Steffen Trumtrar @ 2014-12-16  9:24 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Dec 16, 2014 at 05:04:43PM +0800, Shawn Guo wrote:
> On Tue, Dec 09, 2014 at 09:56:52AM +0100, Steffen Trumtrar wrote:
> > The i.MX53 has a SAHARA v4 core. Add it to the dtsi.
> > 
> > Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
> > ---
> > Changes since v1:
> > 	- remove status property
> > 
> >  arch/arm/boot/dts/imx53.dtsi | 9 +++++++++
> >  1 file changed, 9 insertions(+)
> > 
> > diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
> > index b96213ba0671..ff4fa7ecacd8 100644
> > --- a/arch/arm/boot/dts/imx53.dtsi
> > +++ b/arch/arm/boot/dts/imx53.dtsi
> > @@ -765,6 +765,15 @@
> >  				resets = <&src 1>;
> >  				iram = <&ocram>;
> >  			};
> > +
> > +			sahara: crypto at 63ff8000 {
> > +				compatible = "fsl,imx53-sahara";
> 
> Is there already a driver for it in the kernel?
> 

Herbert Xu queued the driver in his crypto tree.

Steffen

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH v2] ARM: i.MX53: dts: add sahara module
  2014-12-16  9:24   ` Steffen Trumtrar
@ 2015-01-05 12:37     ` Shawn Guo
  2015-01-05 12:45       ` Shawn Guo
  0 siblings, 1 reply; 6+ messages in thread
From: Shawn Guo @ 2015-01-05 12:37 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Dec 16, 2014 at 10:24:41AM +0100, Steffen Trumtrar wrote:
> On Tue, Dec 16, 2014 at 05:04:43PM +0800, Shawn Guo wrote:
> > On Tue, Dec 09, 2014 at 09:56:52AM +0100, Steffen Trumtrar wrote:
> > > The i.MX53 has a SAHARA v4 core. Add it to the dtsi.
> > > 
> > > Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
> > > ---
> > > Changes since v1:
> > > 	- remove status property
> > > 
> > >  arch/arm/boot/dts/imx53.dtsi | 9 +++++++++
> > >  1 file changed, 9 insertions(+)
> > > 
> > > diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
> > > index b96213ba0671..ff4fa7ecacd8 100644
> > > --- a/arch/arm/boot/dts/imx53.dtsi
> > > +++ b/arch/arm/boot/dts/imx53.dtsi
> > > @@ -765,6 +765,15 @@
> > >  				resets = <&src 1>;
> > >  				iram = <&ocram>;
> > >  			};
> > > +
> > > +			sahara: crypto at 63ff8000 {
> > > +				compatible = "fsl,imx53-sahara";
> > 
> > Is there already a driver for it in the kernel?
> > 
> 
> Herbert Xu queued the driver in his crypto tree.

Okay.  I have seen the driver change in 3.19-rc.  But the compatible
string is still undocumented.

Shawn

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH v2] ARM: i.MX53: dts: add sahara module
  2015-01-05 12:37     ` Shawn Guo
@ 2015-01-05 12:45       ` Shawn Guo
  0 siblings, 0 replies; 6+ messages in thread
From: Shawn Guo @ 2015-01-05 12:45 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jan 05, 2015 at 08:37:28PM +0800, Shawn Guo wrote:
> On Tue, Dec 16, 2014 at 10:24:41AM +0100, Steffen Trumtrar wrote:
> > On Tue, Dec 16, 2014 at 05:04:43PM +0800, Shawn Guo wrote:
> > > On Tue, Dec 09, 2014 at 09:56:52AM +0100, Steffen Trumtrar wrote:
> > > > The i.MX53 has a SAHARA v4 core. Add it to the dtsi.
> > > > 
> > > > Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
> > > > ---
> > > > Changes since v1:
> > > > 	- remove status property
> > > > 
> > > >  arch/arm/boot/dts/imx53.dtsi | 9 +++++++++
> > > >  1 file changed, 9 insertions(+)
> > > > 
> > > > diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
> > > > index b96213ba0671..ff4fa7ecacd8 100644
> > > > --- a/arch/arm/boot/dts/imx53.dtsi
> > > > +++ b/arch/arm/boot/dts/imx53.dtsi
> > > > @@ -765,6 +765,15 @@
> > > >  				resets = <&src 1>;
> > > >  				iram = <&ocram>;
> > > >  			};
> > > > +
> > > > +			sahara: crypto at 63ff8000 {
> > > > +				compatible = "fsl,imx53-sahara";
> > > 
> > > Is there already a driver for it in the kernel?
> > > 
> > 
> > Herbert Xu queued the driver in his crypto tree.
> 
> Okay.  I have seen the driver change in 3.19-rc.  But the compatible
> string is still undocumented.

Ah, I see.  The compatible is written as "fsl,<soc>-sahara" in the
binding doc.

Patch applied, thanks.

Shawn

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-01-05 12:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-09  8:56 [PATCH v2] ARM: i.MX53: dts: add sahara module Steffen Trumtrar
2014-12-16  9:04 ` Shawn Guo
2014-12-16  9:24   ` Steffen Trumtrar
2015-01-05 12:37     ` Shawn Guo
2015-01-05 12:45       ` Shawn Guo
  -- strict thread matches above, loose matches on Subject: below --
2014-12-09  8:42 Steffen Trumtrar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).