Skip to content

Commit

Permalink
phy: tegra: xusb: Add Tegra186 support
Browse files Browse the repository at this point in the history
Add support for the XUSB pad controller found on Tegra186 SoCs.

Bug 1843963

Change-Id: Id162260988b27ed57279706cca5954cc0286aecf
Signed-off-by: JC Kuo <[email protected]>
  • Loading branch information
jckuo authored and ta72 committed Feb 2, 2017
1 parent 2694127 commit ba11bee
Show file tree
Hide file tree
Showing 5 changed files with 1,021 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -11897,6 +11897,11 @@ M: Laxman Dewangan <[email protected]>
S: Supported
F: drivers/spi/spi-tegra*

TEGRA XUSB PADCTL DRIVER
M: JC Kuo <[email protected]>
S: Supported
F: drivers/phy/tegra/xusb*

TEHUTI ETHERNET DRIVER
M: Andy Gospodarek <[email protected]>
L: [email protected]
Expand Down
1 change: 1 addition & 0 deletions drivers/phy/tegra/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ phy-tegra-xusb-y += xusb.o
phy-tegra-xusb-$(CONFIG_ARCH_TEGRA_124_SOC) += xusb-tegra124.o
phy-tegra-xusb-$(CONFIG_ARCH_TEGRA_132_SOC) += xusb-tegra124.o
phy-tegra-xusb-$(CONFIG_ARCH_TEGRA_210_SOC) += xusb-tegra210.o
phy-tegra-xusb-$(CONFIG_ARCH_TEGRA_18x_SOC) += xusb-tegra186.o
Loading

0 comments on commit ba11bee

Please sign in to comment.