diff options
| author | Arun Parameswaran <[email protected]> | 2019-09-12 11:06:08 -0700 |
|---|---|---|
| committer | Peng Fan <[email protected]> | 2019-10-10 10:59:48 +0800 |
| commit | 36645f45a0487bd47c1fc294779a7572ae7a717f (patch) | |
| tree | 12dc924a3f34d8b94fce0243c7ef910d45ab9a3c /arch | |
| parent | 80f02019ee6901a7fb0979677030f33fb9b1fa69 (diff) | |
drivers: mmc: Add sdhci driver for Broadcom iProc platform
Add SDHCI driver for iProc family of Broadcom devices.
Signed-off-by: Corneliu Doban <[email protected]>
Signed-off-by: Pramod Kumar <[email protected]>
Signed-off-by: Pavithra Ravi <[email protected]>
Signed-off-by: Bharat Kumar Reddy Gooty <[email protected]>
Signed-off-by: Vladimir Olovyannikov <[email protected]>
Signed-off-by: Arun Parameswaran <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/include/asm/iproc-common/iproc_sdhci.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/include/asm/iproc-common/iproc_sdhci.h b/arch/arm/include/asm/iproc-common/iproc_sdhci.h new file mode 100644 index 00000000000..4e299217fcf --- /dev/null +++ b/arch/arm/include/asm/iproc-common/iproc_sdhci.h @@ -0,0 +1,12 @@ +/* SPDX-License-Identifier: <SPDX License Expression> */ +/* + * Copyright 2019 Broadcom + * + */ + +#ifndef __IPROC_SDHCI_H +#define __IPROC_SDHCI_H + +int iproc_sdhci_init(int dev_index, u32 quirks); + +#endif |
