mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00

This patch adds the device tree binding documentation for the XUSB pad controller found on NVIDIA Tegra SoCs. It exposes both pinmuxing and PHY capabilities. Tested-by: Mikko Perttunen <mperttunen@nvidia.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Thierry Reding <treding@nvidia.com>
7 lines
201 B
C
7 lines
201 B
C
#ifndef _DT_BINDINGS_PINCTRL_TEGRA_XUSB_H
|
|
#define _DT_BINDINGS_PINCTRL_TEGRA_XUSB_H 1
|
|
|
|
#define TEGRA_XUSB_PADCTL_PCIE 0
|
|
#define TEGRA_XUSB_PADCTL_SATA 1
|
|
|
|
#endif /* _DT_BINDINGS_PINCTRL_TEGRA_XUSB_H */
|