File: 0053-Configure-SGPIO-slice-mode-early.patch

package info (click to toggle)
hackrf 2015.07.2-11
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 69,764 kB
  • ctags: 9,327
  • sloc: ansic: 13,907; python: 696; vhdl: 218; sh: 32; makefile: 15
file content (19 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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