mb/system76/tgl: Enable Bluetooth audio offload
Change-Id: I604ebf164611da9dedd11881e82e9afab58a84be Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
committed by
Tim Crawford
parent
e92ae5d705
commit
f450af3321
@@ -68,9 +68,6 @@ chip soc/intel/tigerlake
|
|||||||
# rdmsr --bitfield 31:24 --decimal 0x1A2
|
# rdmsr --bitfield 31:24 --decimal 0x1A2
|
||||||
register "tcc_offset" = "8"
|
register "tcc_offset" = "8"
|
||||||
|
|
||||||
# Enable CNVi BT
|
|
||||||
register "CnviBtCore" = "true"
|
|
||||||
|
|
||||||
# PM Util (soc/intel/tigerlake/pmutil.c)
|
# PM Util (soc/intel/tigerlake/pmutil.c)
|
||||||
# GPE configuration
|
# GPE configuration
|
||||||
register "pmc_gpe0_dw0" = "PMC_GPP_R"
|
register "pmc_gpe0_dw0" = "PMC_GPP_R"
|
||||||
@@ -103,6 +100,8 @@ chip soc/intel/tigerlake
|
|||||||
# From PCH EDS(615985)
|
# From PCH EDS(615985)
|
||||||
device ref shared_ram on end
|
device ref shared_ram on end
|
||||||
device ref cnvi_wifi on
|
device ref cnvi_wifi on
|
||||||
|
register "CnviBtCore" = true
|
||||||
|
register "CnviBtAudioOffload" = true
|
||||||
chip drivers/wifi/generic
|
chip drivers/wifi/generic
|
||||||
register "wake" = "GPE0_PME_B0"
|
register "wake" = "GPE0_PME_B0"
|
||||||
device generic 0 on end
|
device generic 0 on end
|
||||||
|
@@ -62,9 +62,6 @@ chip soc/intel/tigerlake
|
|||||||
# Thermal
|
# Thermal
|
||||||
register "tcc_offset" = "12"
|
register "tcc_offset" = "12"
|
||||||
|
|
||||||
# Enable CNVi BT
|
|
||||||
register "CnviBtCore" = "true"
|
|
||||||
|
|
||||||
# Actual device tree
|
# Actual device tree
|
||||||
device cpu_cluster 0 on
|
device cpu_cluster 0 on
|
||||||
device lapic 0 on end
|
device lapic 0 on end
|
||||||
@@ -90,6 +87,8 @@ chip soc/intel/tigerlake
|
|||||||
device ref gna on end
|
device ref gna on end
|
||||||
device ref shared_ram on end
|
device ref shared_ram on end
|
||||||
device ref cnvi_wifi on
|
device ref cnvi_wifi on
|
||||||
|
register "CnviBtCore" = true
|
||||||
|
register "CnviBtAudioOffload" = true
|
||||||
chip drivers/wifi/generic
|
chip drivers/wifi/generic
|
||||||
register "wake" = "GPE0_PME_B0"
|
register "wake" = "GPE0_PME_B0"
|
||||||
device generic 0 on end
|
device generic 0 on end
|
||||||
|
Reference in New Issue
Block a user