diff options
Diffstat (limited to 'src/soc/amd/sabrina/include')
-rw-r--r-- | src/soc/amd/sabrina/include/soc/amd_pci_int_defs.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/soc/amd/sabrina/include/soc/amd_pci_int_defs.h b/src/soc/amd/sabrina/include/soc/amd_pci_int_defs.h index a3f8b82ddc..424b2245d3 100644 --- a/src/soc/amd/sabrina/include/soc/amd_pci_int_defs.h +++ b/src/soc/amd/sabrina/include/soc/amd_pci_int_defs.h @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* TODO: Check if this is still correct */ - #ifndef AMD_SABRINA_AMD_PCI_INT_DEFS_H #define AMD_SABRINA_AMD_PCI_INT_DEFS_H @@ -40,9 +38,7 @@ #define PIRQ_GPIOA 0x21 /* GPIOa from PAD_FANIN0 */ #define PIRQ_GPIOB 0x22 /* GPIOb from PAD_FANOUT0 */ #define PIRQ_GPIOC 0x23 /* GPIOc no IRQ connected */ -/* 0x24-0x40 reserved */ -#define PIRQ_SATA 0x41 /* SATA */ -/* 0x42 reserved */ +/* 0x24-0x42 reserved */ #define PIRQ_EMMC 0x43 /* eMMC */ /* 0x44-0x4f reserved */ #define PIRQ_GPP0 0x50 /* GPPInt0 */ |