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

Signed-off-by: Sebastian Reichel <s...@debian.org>
---
 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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to