summaryrefslogtreecommitdiffstats
path: root/src/mainboard/razer
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2020-07-25 14:31:58 +0200
committerMichael Niewöhner <c0d3z3r0@review.coreboot.org>2020-07-29 21:04:24 +0000
commit048d9b5cba64d1dbffc40ee19a5263aeac628e3c (patch)
treee3dafeed05f2a9094463616b16d5a555c37ec93d /src/mainboard/razer
parent91dfb920383a8761711e1312f2bcffd2f9529dfb (diff)
downloadcoreboot-048d9b5cba64d1dbffc40ee19a5263aeac628e3c.tar.gz
coreboot-048d9b5cba64d1dbffc40ee19a5263aeac628e3c.tar.bz2
coreboot-048d9b5cba64d1dbffc40ee19a5263aeac628e3c.zip
soc/intel/skylake: Enable HDA depending on devicetree configuration
Currently HDA gets enabled by the option EnableAzalia, but this duplicates the devicetree on/off options. Therefore use the on/off options for the enablement of the HDA controller. I checked all corresponding mainboards if the devicetree configuration matches the EnableAzalia setting. Change-Id: Id20d023b2f286753fb223050292c7514632e1dd3 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43866 Reviewed-by: Michael Niewöhner Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/razer')
-rw-r--r--src/mainboard/razer/blade_stealth_kbl/devicetree.cb1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/razer/blade_stealth_kbl/devicetree.cb b/src/mainboard/razer/blade_stealth_kbl/devicetree.cb
index 1efb39979934..01aec8b94884 100644
--- a/src/mainboard/razer/blade_stealth_kbl/devicetree.cb
+++ b/src/mainboard/razer/blade_stealth_kbl/devicetree.cb
@@ -32,7 +32,6 @@ chip soc/intel/skylake
register "SataPortsEnable[0]" = "0"
register "SataPortsEnable[1]" = "0"
register "SataPortsEnable[2]" = "0"
- register "EnableAzalia" = "1"
register "DspEnable" = "0"
register "IoBufferOwnership" = "0"
register "SsicPortEnable" = "0"