diff options
author | Stephen Warren <swarren@nvidia.com> | 2015-10-23 10:50:52 -0600 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2015-11-12 09:21:07 -0700 |
commit | 4e4b5574fb2a0536f133a36f2fc96bd43ed92f14 (patch) | |
tree | b9587af5fbbc505216201d0e93cb1300920d5940 /arch/arm/mach-tegra/xusb-padctl-common.h | |
parent | 7a908c7e01faa978d1ae9991016e5581735f3006 (diff) | |
download | u-boot-imx-4e4b5574fb2a0536f133a36f2fc96bd43ed92f14.zip u-boot-imx-4e4b5574fb2a0536f133a36f2fc96bd43ed92f14.tar.gz u-boot-imx-4e4b5574fb2a0536f133a36f2fc96bd43ed92f14.tar.bz2 |
ARM: tegra: add lane tables to Tegra210 XUSB padctl
Add the tables defining which pads and mux options exist in the Tegra210
XUSB padctl hardware.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/xusb-padctl-common.h')
-rw-r--r-- | arch/arm/mach-tegra/xusb-padctl-common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/xusb-padctl-common.h b/arch/arm/mach-tegra/xusb-padctl-common.h index 11ecb99..f44790a 100644 --- a/arch/arm/mach-tegra/xusb-padctl-common.h +++ b/arch/arm/mach-tegra/xusb-padctl-common.h @@ -45,8 +45,8 @@ struct tegra_xusb_padctl_pin { int iddq; }; -#define MAX_GROUPS 3 -#define MAX_PINS 6 +#define MAX_GROUPS 5 +#define MAX_PINS 7 struct tegra_xusb_padctl_group { const char *name; |