summaryrefslogtreecommitdiff
path: root/src/soc/intel/tigerlake/acpi/xhci.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/tigerlake/acpi/xhci.asl')
-rw-r--r--src/soc/intel/tigerlake/acpi/xhci.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/tigerlake/acpi/xhci.asl b/src/soc/intel/tigerlake/acpi/xhci.asl
index 4215185eb3..d321be7c89 100644
--- a/src/soc/intel/tigerlake/acpi/xhci.asl
+++ b/src/soc/intel/tigerlake/acpi/xhci.asl
@@ -28,7 +28,7 @@ Device (XHCI)
/* Root Hub for Tigerlake-H PCH */
Device (RHUB)
{
- Name (_ADR, Zero)
+ Name (_ADR, 0)
/* USB2 */
Device (HS01) { Name (_ADR, 1) }
@@ -62,7 +62,7 @@ Device (XHCI)
/* Root Hub for Tigerlake-LP PCH */
Device (RHUB)
{
- Name (_ADR, Zero)
+ Name (_ADR, 0)
/* USB2 */
Device (HS01) { Name (_ADR, 1) }