treewide: Remove unuseful "_ADR: Address" comment
Change-Id: Ib968fe7f9f95e8f690b46b868fd7d6f9332b4c9a Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/72664 Reviewed-by: Sridhar Siricilla <sridhar.siricilla@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
59f8a50686
commit
d0e2155a59
|
@ -4,7 +4,7 @@
|
|||
|
||||
Device (PCIB)
|
||||
{
|
||||
Name (_ADR, 0x001E0000) // _ADR: Address
|
||||
Name (_ADR, 0x001E0000)
|
||||
Name (_PRW, Package(){ 13, 4 }) // Power Resources for Wake
|
||||
|
||||
Method (_PRT) // _PRT: PCI Interrupt Routing Table
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Device (PCIB)
|
||||
{
|
||||
Name (_ADR, 0x001E0000) // _ADR: Address
|
||||
Name (_ADR, 0x001E0000)
|
||||
Name (_PRW, Package(){ 13, 4 }) // Power Resources for Wake
|
||||
|
||||
Method (_PRT) // _PRT: PCI Interrupt Routing Table
|
||||
|
|
|
@ -35,7 +35,7 @@ DefinitionBlock(
|
|||
{
|
||||
Device (RP03)
|
||||
{
|
||||
Name (_ADR, 0x001C0002) // _ADR: Address
|
||||
Name (_ADR, 0x001C0002)
|
||||
OperationRegion(RPXX, PCI_Config, 0x00, 0x10)
|
||||
|
||||
/* Wifi Device */
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Device (PCIB)
|
||||
{
|
||||
Name (_ADR, 0x001e0000) // _ADR: Address
|
||||
Name (_ADR, 0x001e0000)
|
||||
Name (_PRW, Package() { 13, 4 }) // Power Resources for Wake
|
||||
|
||||
Method (_PRT) // _PRT: PCI Interrupt Routing Table
|
||||
|
|
|
@ -30,7 +30,7 @@ DefinitionBlock(
|
|||
{
|
||||
Device (RP03)
|
||||
{
|
||||
Name (_ADR, 0x001C0002) // _ADR: Address
|
||||
Name (_ADR, 0x001C0002)
|
||||
OperationRegion(RPXX, PCI_Config, 0x00, 0x10)
|
||||
|
||||
/* Wifi Device */
|
||||
|
|
|
@ -23,7 +23,7 @@ DefinitionBlock(
|
|||
|
||||
Device (RP03)
|
||||
{
|
||||
Name (_ADR, 0x001C0002) // _ADR: Address
|
||||
Name (_ADR, 0x001C0002)
|
||||
OperationRegion(RPXX, PCI_Config, 0x00, 0x10)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Device (PCIB)
|
||||
{
|
||||
Name (_ADR, 0x001E0000) // _ADR: Address
|
||||
Name (_ADR, 0x001E0000)
|
||||
Name (_PRW, Package(){ 13, 4 }) // Power Resources for Wake
|
||||
|
||||
Method (_PRT) // _PRT: PCI Interrupt Routing Table
|
||||
|
|
|
@ -65,7 +65,7 @@ Device (EMMC)
|
|||
|
||||
Device (PEMC)
|
||||
{
|
||||
Name (_ADR, 0x00100000) // _ADR: Address
|
||||
Name (_ADR, 0x00100000)
|
||||
|
||||
OperationRegion (SDIO, PCI_Config, 0x84, 0x04)
|
||||
Field (SDIO, WordAcc, NoLock, Preserve)
|
||||
|
|
|
@ -10,7 +10,6 @@ Scope (\_SB.PCI0)
|
|||
{
|
||||
Device (UFS)
|
||||
{
|
||||
/* _ADR: Address */
|
||||
Name (_ADR, UFS_ACPI_DEVICE)
|
||||
/* _DDN: DOS Device Name */
|
||||
Name (_DDN, "UFS Controller")
|
||||
|
|
|
@ -120,7 +120,7 @@ Device (PX40)
|
|||
}
|
||||
Device (PX43)
|
||||
{
|
||||
Name (_ADR, 0x00040003) // _ADR: Address
|
||||
Name (_ADR, 0x00040003)
|
||||
|
||||
Method (_CRS, 0, NotSerialized)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue