ARM: tegra: switch Tegra210 to common XUSB padctl
authorStephen Warren <swarren@nvidia.com>
Fri, 23 Oct 2015 16:50:51 +0000 (10:50 -0600)
committerTom Warren <twarren@nvidia.com>
Thu, 12 Nov 2015 16:21:06 +0000 (09:21 -0700)
commit7a908c7e01faa978d1ae9991016e5581735f3006
treebb42290b6f05e06815a888a0e3ed308175a9c8c0
parent095e65839e0732b7fe67c76c6f2b604a66e5ee38
ARM: tegra: switch Tegra210 to common XUSB padctl

This change simply deletes code from the Tegra210 XUSB padctl driver that
is already present in the common XUSB padctl code. Since all the arrays
in tegra210_socdata are empty, this update may leave the Tegra210 XUSB
padctl driver non-functional at run-time. However, (a) this driver is not
used yet so no regression can be observed and (b) the next commit will
immediately fix this up.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/mach-tegra/tegra210/Makefile
arch/arm/mach-tegra/tegra210/xusb-padctl.c