diff options
author | Thierry Reding <treding@nvidia.com> | 2015-11-11 18:24:21 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2016-04-29 16:44:47 +0200 |
commit | 53d2a715c24034ee4017f3c15c82bb4a53a07da5 (patch) | |
tree | a520b1e745e31eba9fb8936c3e19e1c4103214e1 /drivers/phy/Makefile | |
parent | d6f83c1b1dcac39729f48fe1c2d426b9c135df41 (diff) | |
download | linux-53d2a715c24034ee4017f3c15c82bb4a53a07da5.tar.bz2 |
phy: Add Tegra XUSB pad controller support
Add a new driver for the XUSB pad controller found on NVIDIA Tegra SoCs.
This hardware block used to be exposed as a pin controller, but it turns
out that this isn't a good fit. The new driver and DT binding much more
accurately describe the hardware and are more flexible in supporting new
SoC generations.
Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/phy/Makefile')
-rw-r--r-- | drivers/phy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile index 24596a96a887..d4f06e69fd9a 100644 --- a/drivers/phy/Makefile +++ b/drivers/phy/Makefile @@ -52,3 +52,5 @@ obj-$(CONFIG_PHY_TUSB1210) += phy-tusb1210.o obj-$(CONFIG_PHY_BRCMSTB_SATA) += phy-brcmstb-sata.o obj-$(CONFIG_PHY_PISTACHIO_USB) += phy-pistachio-usb.o obj-$(CONFIG_PHY_CYGNUS_PCIE) += phy-bcm-cygnus-pcie.o + +obj-$(CONFIG_ARCH_TEGRA) += tegra/ |