From 149cd4effc0e8831d9bdf0b61e9af782468243c7 Mon Sep 17 00:00:00 2001
From: Jared Boone <jboone@earfeast.com>
Date: Mon, 17 Aug 2015 11:15:40 -0700
Subject: [PATCH 53/68] Configure SGPIO slice mode early.

---
 firmware/sgpio-rx/sgpio-rx.c | 1 +
 1 file changed, 1 insertion(+)

--- a/firmware/sgpio-rx/sgpio-rx.c
+++ b/firmware/sgpio-rx/sgpio-rx.c
@@ -83,6 +83,7 @@
 
 	const uint64_t freq = 2441000000U;
 
+	sgpio_set_slice_mode(false);
 	pin_setup();
 	enable_1v8_power();
 #ifdef HACKRF_ONE
