firmware/hmc830: Added magic word to HMC830 init sequence (from gkasprow & marmeladapk)

pull/1017/head
Florent Kermarrec 2018-05-24 09:23:00 +02:00
parent 9715f774ac
commit fa3b48737b
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@ mod clock_mux {
mod hmc830 {
use board_misoc::{csr, clock};
const HMC830_WRITES: [(u8, u32); 16] = [
const HMC830_WRITES: [(u8, u32); 17] = [
(0x0, 0x20),
(0x1, 0x2),
(0x2, 0x2), // r_divider
@ -38,6 +38,7 @@ mod hmc830 {
(0x5, 0x60a0),
(0x5, 0xe110),
(0x5, 0x2818),
(0x5, 0xf88),
(0x5, 0x0),
(0x6, 0x303ca),
(0x7, 0x14d),