From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Reichel Subject: [RFCv4 11/11] DTS: ARM: OMAP3-N900: Add SSI protocol support Date: Mon, 16 Dec 2013 00:28:04 +0100 Message-ID: <1387150085-23173-12-git-send-email-sre@debian.org> References: <1387150085-23173-1-git-send-email-sre@debian.org> Return-path: In-Reply-To: <1387150085-23173-1-git-send-email-sre@debian.org> Sender: linux-kernel-owner@vger.kernel.org To: Sebastian Reichel , Linus Walleij , Shubhrajyoti Datta , Carlos Chinea Cc: Tony Lindgren , Grant Likely , Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Rob Landley , =?UTF-8?q?=27Beno=C3=AEt=20Cousson=27?= , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, =?UTF-8?q?Pali=20Roh=C3=A1r?= , =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=B9=D0=BB=D0=BE=20=D0=94=D0=B8=D0=BC=D0=B8=D1=82=D1=80=D0=BE=D0=B2?= , Joni Lapilainen , Aaro Koskinen , Sebastian Reichel List-Id: devicetree@vger.kernel.org This adds support for the protocol used to communicate with its cellular modem. Signed-off-by: Sebastian Reichel --- arch/arm/boot/dts/omap3-n900.dts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index c557a77..576a95c 100644 --- a/arch/arm/boot/dts/omap3-n900.dts +++ b/arch/arm/boot/dts/omap3-n900.dts @@ -534,6 +534,7 @@ power = <50>; }; +#include &ssi_port1 { pinctrl-names = "default"; pinctrl-0 = <&ssi_pins>; @@ -543,6 +544,18 @@ ssi-char { compatible = "ssi-char"; }; + + ssi-protocol { + compatible = "ssi-protocol"; + + hsi,mode = ; + hsi,channels = <4>; + hsi,speed = <55000>; + hsi,flow = ; + hsi,arb_mode = ; + + nokia,cmt = <&cmt>; + }; }; &ssi_port2 { -- 1.8.5.1