Skip to content

Commit

Permalink
Platform/RK3588: Move _SB.I2Cx scope into _SB to remove prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
coolstar committed Jan 6, 2024
1 parent 87bd05d commit c557d05
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ DefinitionBlock ("Dsdt.aml", "DSDT", 2, "RKCP ", "RK3588 ", 2)
include ("Usb1Host.asl")
include ("Usb3Host0.asl")
include ("Usb3Host2.asl")
}

Scope (\_SB_.I2C7) {
include ("Es8388.asl")
Scope (I2C7) {
include ("Es8388.asl")
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ DefinitionBlock ("Dsdt.aml", "DSDT", 2, "RKCP ", "RK3588 ", 2)
include ("Usb1Host.asl")
include ("Usb3Host0.asl")
include ("Usb3Host2.asl")
}

Scope (\_SB_.I2C3) {
include ("Es8388.asl")
Scope (I2C3) {
include ("Es8388.asl")
}
}
}
6 changes: 3 additions & 3 deletions edk2-rockchip/Platform/Hinlink/H88K/AcpiTables/Dsdt.asl
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ DefinitionBlock ("Dsdt.aml", "DSDT", 2, "RKCP ", "RK3588 ", 2)
include ("Usb3Host0.asl")
include ("Usb3Host1.asl")
include ("Usb3Host2.asl")
}

Scope (\_SB_.I2C7) {
include ("Es8388.asl")
Scope (I2C7) {
include ("Es8388.asl")
}
}
}
6 changes: 3 additions & 3 deletions edk2-rockchip/Platform/Khadas/Edge2/AcpiTables/Dsdt.asl
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ DefinitionBlock ("Dsdt.aml", "DSDT", 2, "RKCP ", "RK3588 ", 2)
include ("Usb1Host.asl")
include ("Usb3Host0.asl")
include ("Usb3Host2.asl")
}

Scope (\_SB_.I2C3) {
include ("Es8388.asl")
Scope (I2C3) {
include ("Es8388.asl")
}
}
}
6 changes: 3 additions & 3 deletions edk2-rockchip/Platform/Mekotronics/R58X/AcpiTables/Dsdt.asl
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ DefinitionBlock ("Dsdt.aml", "DSDT", 2, "RKCP ", "RK3588 ", 2)
include ("Usb3Host0.asl")
include ("Usb3Host1.asl")
include ("Usb3Host2.asl")
}

Scope (\_SB_.I2C3) {
include ("Es8388.asl")
Scope (I2C3) {
include ("Es8388.asl")
}
}
}
6 changes: 3 additions & 3 deletions edk2-rockchip/Platform/OrangePi/OrangePi5/AcpiTables/Dsdt.asl
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ DefinitionBlock ("Dsdt.aml", "DSDT", 2, "RKCP ", "RK3588 ", 2)
include ("Usb1Host.asl")
include ("Usb3Host0.asl")
include ("Usb3Host2.asl")
}

Scope (\_SB_.I2C6) {
include ("Es8388.asl")
Scope (I2C6) {
include ("Es8388.asl")
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ DefinitionBlock ("Dsdt.aml", "DSDT", 2, "RKCP ", "RK3588 ", 2)
include ("Usb1Host.asl")
include ("Usb3Host0.asl")
include ("Usb3Host1.asl")
}

Scope (\_SB_.I2C7) {
include ("Es8388.asl")
Scope (I2C7) {
include ("Es8388.asl")
}
}
}
6 changes: 3 additions & 3 deletions edk2-rockchip/Platform/Radxa/ROCK5A/AcpiTables/Dsdt.asl
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ DefinitionBlock ("Dsdt.aml", "DSDT", 2, "RKCP ", "RK3588 ", 2)
include ("Usb1Host.asl")
include ("Usb3Host0.asl")
include ("Usb3Host2.asl")
}

Scope (\_SB_.I2C7) {
include ("Es8388.asl")
Scope (I2C7) {
include ("Es8388.asl")
}
}
}
6 changes: 3 additions & 3 deletions edk2-rockchip/Platform/Radxa/ROCK5B/AcpiTables/Dsdt.asl
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ DefinitionBlock ("Dsdt.aml", "DSDT", 2, "RKCP ", "RK3588 ", 2)
include ("Usb3Host0.asl")
include ("Usb3Host1.asl")
include ("Usb3Host2.asl")
}

Scope (\_SB_.I2C7) {
include ("Es8388.asl")
Scope (I2C7) {
include ("Es8388.asl")
}
}
}

0 comments on commit c557d05

Please sign in to comment.