mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-23 15:13:02 +00:00
chickens_avalance: Add missing HID11_DISABLE_LD_NT_WIDGET
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
ffc38f84ac
commit
ee0667e190
1 changed files with 2 additions and 1 deletions
|
@ -5,10 +5,11 @@
|
||||||
|
|
||||||
static void init_common_avalanche(void)
|
static void init_common_avalanche(void)
|
||||||
{
|
{
|
||||||
|
|
||||||
reg_mask(SYS_IMP_APL_HID1, HID1_AVL_UNK42_MASK, HID1_AVL_UNK42(1));
|
reg_mask(SYS_IMP_APL_HID1, HID1_AVL_UNK42_MASK, HID1_AVL_UNK42(1));
|
||||||
reg_mask(SYS_IMP_APL_HID1, HID1_AVL_UNK22_MASK, HID1_AVL_UNK22(3));
|
reg_mask(SYS_IMP_APL_HID1, HID1_AVL_UNK22_MASK, HID1_AVL_UNK22(3));
|
||||||
|
|
||||||
|
reg_set(SYS_IMP_APL_HID11, HID11_DISABLE_LD_NT_WIDGET);
|
||||||
|
|
||||||
reg_set(SYS_IMP_APL_HID9, HID9_TSO_ALLOW_DC_ZVA_WC | HID9_AVL_UNK17);
|
reg_set(SYS_IMP_APL_HID9, HID9_TSO_ALLOW_DC_ZVA_WC | HID9_AVL_UNK17);
|
||||||
|
|
||||||
// "configure dummy cycles to work around incorrect temp sensor readings on
|
// "configure dummy cycles to work around incorrect temp sensor readings on
|
||||||
|
|
Loading…
Reference in a new issue