diff options
author | Thierry Reding <treding@nvidia.com> | 2015-11-11 18:25:02 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2016-04-29 16:44:48 +0200 |
commit | 87d66f280672800c9c2ad1ce3b7a993ce1e04769 (patch) | |
tree | d4b79b1156c97aea990a9a65d4114cf7abe8082c /include/soc | |
parent | 53d2a715c24034ee4017f3c15c82bb4a53a07da5 (diff) | |
download | op-kernel-dev-87d66f280672800c9c2ad1ce3b7a993ce1e04769.zip op-kernel-dev-87d66f280672800c9c2ad1ce3b7a993ce1e04769.tar.gz |
phy: tegra: Add Tegra210 support
Add support for the XUSB pad controller found on Tegra210 SoCs. The
hardware is roughly the same, but some of the registers have been moved
around and the number and type of supported pads has changed.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'include/soc')
-rw-r--r-- | include/soc/tegra/fuse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/soc/tegra/fuse.h b/include/soc/tegra/fuse.h index 961b821..b4c9219 100644 --- a/include/soc/tegra/fuse.h +++ b/include/soc/tegra/fuse.h @@ -26,6 +26,7 @@ #define TEGRA_FUSE_SKU_CALIB_0 0xf0 #define TEGRA30_FUSE_SATA_CALIB 0x124 +#define TEGRA_FUSE_USB_CALIB_EXT_0 0x250 #ifndef __ASSEMBLY__ |