mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
ARM: tegra: remove USB address related macros from iomap.h
USB register base address and sizes defined in iomap.h are not used in any files other than board-dt-tegra20.c. Hence removed those defines from header file and using the absolute values in board files. Signed-off-by: Venu Byravarasu <vbyravarasu@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
parent
ef3ffe5a04
commit
16a665f805
@ -70,11 +70,11 @@ static struct tegra_ehci_platform_data tegra_ehci3_pdata = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static struct of_dev_auxdata tegra20_auxdata_lookup[] __initdata = {
|
static struct of_dev_auxdata tegra20_auxdata_lookup[] __initdata = {
|
||||||
OF_DEV_AUXDATA("nvidia,tegra20-ehci", TEGRA_USB_BASE, "tegra-ehci.0",
|
OF_DEV_AUXDATA("nvidia,tegra20-ehci", 0xC5000000, "tegra-ehci.0",
|
||||||
&tegra_ehci1_pdata),
|
&tegra_ehci1_pdata),
|
||||||
OF_DEV_AUXDATA("nvidia,tegra20-ehci", TEGRA_USB2_BASE, "tegra-ehci.1",
|
OF_DEV_AUXDATA("nvidia,tegra20-ehci", 0xC5004000, "tegra-ehci.1",
|
||||||
&tegra_ehci2_pdata),
|
&tegra_ehci2_pdata),
|
||||||
OF_DEV_AUXDATA("nvidia,tegra20-ehci", TEGRA_USB3_BASE, "tegra-ehci.2",
|
OF_DEV_AUXDATA("nvidia,tegra20-ehci", 0xC5008000, "tegra-ehci.2",
|
||||||
&tegra_ehci3_pdata),
|
&tegra_ehci3_pdata),
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
@ -240,15 +240,6 @@
|
|||||||
#define TEGRA_CSITE_BASE 0x70040000
|
#define TEGRA_CSITE_BASE 0x70040000
|
||||||
#define TEGRA_CSITE_SIZE SZ_256K
|
#define TEGRA_CSITE_SIZE SZ_256K
|
||||||
|
|
||||||
#define TEGRA_USB_BASE 0xC5000000
|
|
||||||
#define TEGRA_USB_SIZE SZ_16K
|
|
||||||
|
|
||||||
#define TEGRA_USB2_BASE 0xC5004000
|
|
||||||
#define TEGRA_USB2_SIZE SZ_16K
|
|
||||||
|
|
||||||
#define TEGRA_USB3_BASE 0xC5008000
|
|
||||||
#define TEGRA_USB3_SIZE SZ_16K
|
|
||||||
|
|
||||||
#define TEGRA_SDMMC1_BASE 0xC8000000
|
#define TEGRA_SDMMC1_BASE 0xC8000000
|
||||||
#define TEGRA_SDMMC1_SIZE SZ_512
|
#define TEGRA_SDMMC1_SIZE SZ_512
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user