Skip to content

Commit ee0667e

Browse files
committed
chickens_avalance: Add missing HID11_DISABLE_LD_NT_WIDGET
Signed-off-by: Hector Martin <[email protected]>
1 parent ffc38f8 commit ee0667e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/chickens_avalanche.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55

66
static void init_common_avalanche(void)
77
{
8-
98
reg_mask(SYS_IMP_APL_HID1, HID1_AVL_UNK42_MASK, HID1_AVL_UNK42(1));
109
reg_mask(SYS_IMP_APL_HID1, HID1_AVL_UNK22_MASK, HID1_AVL_UNK22(3));
1110

11+
reg_set(SYS_IMP_APL_HID11, HID11_DISABLE_LD_NT_WIDGET);
12+
1213
reg_set(SYS_IMP_APL_HID9, HID9_TSO_ALLOW_DC_ZVA_WC | HID9_AVL_UNK17);
1314

1415
// "configure dummy cycles to work around incorrect temp sensor readings on

0 commit comments

Comments
 (0)