Re: [RFCv2 3/3] ARM: dts: N900: Add SSI information

2013-11-21 Thread Sebastian Reichel
On Thu, Nov 21, 2013 at 12:46:55PM -0800, Tony Lindgren wrote: * Sebastian Reichel s...@debian.org [131120 18:22]: On Wed, Nov 20, 2013 at 05:38:59PM -0800, Tony Lindgren wrote: In the public documentation of the omaps all SSI related stuff is missing and memory areas are marked as

Re: [RFCv2 3/3] ARM: dts: N900: Add SSI information

2013-11-21 Thread Tony Lindgren
* Sebastian Reichel s...@debian.org [131120 18:22]: On Wed, Nov 20, 2013 at 05:38:59PM -0800, Tony Lindgren wrote: In the public documentation of the omaps all SSI related stuff is missing and memory areas are marked as reserved. I could not find out how to receive the NDA version, so the

Re: [RFCv2 3/3] ARM: dts: N900: Add SSI information

2013-11-20 Thread Sebastian Reichel
Hi Tony, On Wed, Nov 20, 2013 at 05:38:59PM -0800, Tony Lindgren wrote: * Sebastian Reichel s...@debian.org [130915 13:56]: + +Example for Nokia N900: + +ssi-controller@48058000 { + compatible = ti,omap3-ssi; + ti,hwmods = ssi; + + reg = 0x48058000 0x1000, +

Re: [RFCv2 3/3] ARM: dts: N900: Add SSI information

2013-09-24 Thread Stephen Warren
On 09/23/2013 05:46 PM, Sebastian Reichel wrote: Hi, On Mon, Sep 23, 2013 at 02:35:35PM -0600, Stephen Warren wrote: On 09/15/2013 02:44 PM, Sebastian Reichel wrote: Add SSI device tree data for OMAP34xx and Nokia N900. ... +- ti,hwmods: Name of the hwmod associated to the

Re: [RFCv2 3/3] ARM: dts: N900: Add SSI information

2013-09-24 Thread Tony Lindgren
* Stephen Warren swar...@wwwdotorg.org [130924 13:03]: On 09/23/2013 05:46 PM, Sebastian Reichel wrote: Hi, On Mon, Sep 23, 2013 at 02:35:35PM -0600, Stephen Warren wrote: On 09/15/2013 02:44 PM, Sebastian Reichel wrote: Add SSI device tree data for OMAP34xx and Nokia N900. ... +-

Re: [RFCv2 3/3] ARM: dts: N900: Add SSI information

2013-09-23 Thread Stephen Warren
On 09/15/2013 02:44 PM, Sebastian Reichel wrote: Add SSI device tree data for OMAP34xx and Nokia N900. What is an SSI device, ... diff --git a/Documentation/devicetree/bindings/hsi/omap_ssi.txt b/Documentation/devicetree/bindings/hsi/omap_ssi.txt ... and what is the HSI subsystem? +OMAP

Re: [RFCv2 3/3] ARM: dts: N900: Add SSI information

2013-09-23 Thread Sebastian Reichel
Hi, On Mon, Sep 23, 2013 at 02:35:35PM -0600, Stephen Warren wrote: On 09/15/2013 02:44 PM, Sebastian Reichel wrote: Add SSI device tree data for OMAP34xx and Nokia N900. What is an SSI device, ... Synchronous Serial Interface (SSI), which is an interface from the OMAP3 for modem

Re: [RFCv2 3/3] ARM: dts: N900: Add SSI information

2013-09-16 Thread Javier Martinez Canillas
On Sun, Sep 15, 2013 at 10:44 PM, Sebastian Reichel s...@debian.org wrote: Add SSI device tree data for OMAP34xx and Nokia N900. Signed-off-by: Sebastian Reichel s...@debian.org --- Documentation/devicetree/bindings/hsi/omap_ssi.txt | 73 ++

Re: [RFCv2 3/3] ARM: dts: N900: Add SSI information

2013-09-16 Thread Nishanth Menon
On 22:44-20130915, Sebastian Reichel wrote: Add SSI device tree data for OMAP34xx and Nokia N900. Signed-off-by: Sebastian Reichel s...@debian.org --- Documentation/devicetree/bindings/hsi/omap_ssi.txt | 73 ++ arch/arm/boot/dts/omap3-n900.dts | 8

Re: [RFCv2 3/3] ARM: dts: N900: Add SSI information

2013-09-16 Thread Sebastian Reichel
Hi, Is the Synchronous Serial Interface (SSI) only supported by OMAP34xx/OMAP35xx SoC and not by OMAP36xx/OMAP37xx SoC? I'm asking this since if SSI is supported by both we should add the device nodes in omap3.dtsi instead of omap34xx.dtsi. I thought that all OMAP3 SoC supported SSI and

Re: [RFCv2 3/3] ARM: dts: N900: Add SSI information

2013-09-16 Thread Javier Martinez Canillas
On Mon, Sep 16, 2013 at 5:01 PM, Sebastian Reichel s...@debian.org wrote: Hi, Is the Synchronous Serial Interface (SSI) only supported by OMAP34xx/OMAP35xx SoC and not by OMAP36xx/OMAP37xx SoC? I'm asking this since if SSI is supported by both we should add the device nodes in omap3.dtsi

Re: [RFCv2 3/3] ARM: dts: N900: Add SSI information

2013-09-16 Thread Aaro Koskinen
Hi, On Mon, Sep 16, 2013 at 05:01:47PM +0200, Sebastian Reichel wrote: Is the Synchronous Serial Interface (SSI) only supported by OMAP34xx/OMAP35xx SoC and not by OMAP36xx/OMAP37xx SoC? I'm asking this since if SSI is supported by both we should add the device nodes in omap3.dtsi

Re: [RFCv2 3/3] ARM: dts: N900: Add SSI information

2013-09-16 Thread Sebastian Reichel
On Mon, Sep 16, 2013 at 09:10:32PM +0300, Aaro Koskinen wrote: On Mon, Sep 16, 2013 at 05:01:47PM +0200, Sebastian Reichel wrote: Is the Synchronous Serial Interface (SSI) only supported by OMAP34xx/OMAP35xx SoC and not by OMAP36xx/OMAP37xx SoC? I'm asking this since if SSI is

[RFCv2 3/3] ARM: dts: N900: Add SSI information

2013-09-15 Thread Sebastian Reichel
Add SSI device tree data for OMAP34xx and Nokia N900. Signed-off-by: Sebastian Reichel s...@debian.org --- Documentation/devicetree/bindings/hsi/omap_ssi.txt | 73 ++ arch/arm/boot/dts/omap3-n900.dts | 8 +++ arch/arm/boot/dts/omap34xx.dtsi

Re: [RFCv2 3/3] ARM: dts: N900: Add SSI information

-- Thread Tony Lindgren
> Re: [RFCv2 3/3] ARM: dts: N900: Add SSI information linux-omap -- Thread -- -- Date -- Re: [RFCv2 3/3] ARM: dts: N900: Add SSI information Tony Lindgren Re: [RFCv2 3/3] ARM: dts: N900: