mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 15:46:43 +07:00
be306dac53
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>
8 lines
201 B
C
8 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 */
|