aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/soc/tegra
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2015-11-11 18:25:02 +0100
committerThierry Reding <treding@nvidia.com>2016-04-29 16:44:48 +0200
commit87d66f280672800c9c2ad1ce3b7a993ce1e04769 (patch)
treed4b79b1156c97aea990a9a65d4114cf7abe8082c /include/soc/tegra
parentphy: Add Tegra XUSB pad controller support (diff)
downloadwireguard-linux-87d66f280672800c9c2ad1ce3b7a993ce1e04769.tar.xz
wireguard-linux-87d66f280672800c9c2ad1ce3b7a993ce1e04769.zip
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/tegra')
-rw-r--r--include/soc/tegra/fuse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/soc/tegra/fuse.h b/include/soc/tegra/fuse.h
index 961b821b6a46..b4c9219e7f95 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__