diff options
author | Paul Menzel <pmenzel@molgen.mpg.de> | 2020-06-08 16:29:28 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-06-14 16:47:11 +0000 |
commit | bc0fc39022a5564f84a315269d7a33445f92acb5 (patch) | |
tree | 02ac7c7d9a84d473a9bbf170aaae46a3eaac97cb /src/soc/cavium | |
parent | 3a6d8fd88994725f19bfc0e5555cd1bdd6eef4f0 (diff) |
soc/intel/cannonlake/acpi: Capitalize hex number to unify with Skylake
diff -ur src/soc/intel/skylake/acpi/pch_hda.asl src/soc/intel/cannonlake/acpi/pch_hda.asl
--- src/soc/intel/skylake/acpi/pch_hda.asl 2020-05-12 11:17:42.780293920 +0200
+++ src/soc/intel/cannonlake/acpi/pch_hda.asl 2020-05-12 11:17:42.756294169 +0200
@@ -4,7 +4,7 @@
Device (HDAS)
{
- Name (_ADR, 0x001F0003)
+ Name (_ADR, 0x001f0003)
Name (_DDN, "Audio Controller")
Name (UUID, ToUUID ("A69F886E-6CEB-4594-A41F-7B5DCE24C553"))
Change-Id: Ic8b874163ddede72a75e0dc94021683bca3e7859
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42202
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/soc/cavium')
0 files changed, 0 insertions, 0 deletions