[RFCv4 11/11] DTS: ARM: OMAP3-N900: Add SSI protocol support

From: Sebastian Reichel
Date: Sun Dec 15 2013 - 18:29:01 EST


This adds support for the protocol used to communicate
with its cellular modem.

Signed-off-by: Sebastian Reichel <sre@xxxxxxxxxx>
---
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 <dt-bindings/hsi/hsi.h>
&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_MODE_FRAME>;
+ hsi,channels = <4>;
+ hsi,speed = <55000>;
+ hsi,flow = <HSI_FLOW_SYNC>;
+ hsi,arb_mode = <HSI_ARB_RR>;
+
+ nokia,cmt = <&cmt>;
+ };
};

&ssi_port2 {
--
1.8.5.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/