diff options
| author | Bin Meng <bmeng.cn@gmail.com> | 2018-08-03 01:14:46 -0700 | 
|---|---|---|
| committer | Simon Glass <sjg@chromium.org> | 2018-08-08 12:49:31 +0100 | 
| commit | 59a160e8b93950244155c34ec6eb11e101ce49db (patch) | |
| tree | 5b2d1ec6c99eedd90b0e0ab504387e93381c7135 /arch/sandbox/include/asm/test.h | |
| parent | 4345998ae9dfad7ba0beb54ad4322134557504a9 (diff) | |
pci: sandbox: swap_case: Declare dynamic driver matching
This adds a U_BOOT_PCI_DEVICE() declaration to the swap_case driver.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/sandbox/include/asm/test.h')
| -rw-r--r-- | arch/sandbox/include/asm/test.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/arch/sandbox/include/asm/test.h b/arch/sandbox/include/asm/test.h index 08863bf3a9d..57aeca84023 100644 --- a/arch/sandbox/include/asm/test.h +++ b/arch/sandbox/include/asm/test.h @@ -16,6 +16,10 @@  #define SANDBOX_PCI_CLASS_CODE		PCI_CLASS_CODE_COMM  #define SANDBOX_PCI_CLASS_SUB_CODE	PCI_CLASS_SUB_CODE_COMM_SERIAL +/* Useful for PCI_VDEVICE() macro */ +#define PCI_VENDOR_ID_SANDBOX		SANDBOX_PCI_VENDOR_ID +#define SWAP_CASE_DRV_DATA		0x55aa +  #define SANDBOX_CLK_RATE		32768  /* System controller driver data */ | 
