Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: usb: xhci-tegra: Add Tegra186 support

Extend the bindings to cover the set of features found in Tegra186.

Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: JC Kuo <jckuo@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thierry Reding and committed by
Greg Kroah-Hartman
ead619de 8cdfd068

+4
+4
Documentation/devicetree/bindings/usb/nvidia,tegra124-xusb.txt
··· 10 10 - Tegra124: "nvidia,tegra124-xusb" 11 11 - Tegra132: "nvidia,tegra132-xusb", "nvidia,tegra124-xusb" 12 12 - Tegra210: "nvidia,tegra210-xusb" 13 + - Tegra186: "nvidia,tegra186-xusb" 13 14 - reg: Must contain the base and length of the xHCI host registers, XUSB FPCI 14 15 registers and XUSB IPFS registers. 15 16 - reg-names: Must contain the following entries: ··· 60 59 - avdd-pll-uerefe-supply: PLLE reference PLL power supply. Must supply 1.05 V. 61 60 - dvdd-pex-pll-supply: PCIe/USB3 PLL power supply. Must supply 1.05 V. 62 61 - hvdd-pex-pll-e-supply: High-voltage PLLE power supply. Must supply 1.8 V. 62 + 63 + For Tegra210 and Tegra186: 63 64 - power-domains: A list of PM domain specifiers that reference each power-domain 64 65 used by the xHCI controller. This list must comprise of a specifier for the 65 66 XUSBA and XUSBC power-domains. See ../power/power_domain.txt and ··· 81 78 - Tegra132: usb2-0, usb2-1, usb2-2, hsic-0, hsic-1, usb3-0, usb3-1 82 79 - Tegra210: usb2-0, usb2-1, usb2-2, usb2-3, hsic-0, usb3-0, usb3-1, usb3-2, 83 80 usb3-3 81 + - Tegra186: usb2-0, usb2-1, usb2-2, hsic-0, usb3-0, usb3-1, usb3-2 84 82 85 83 Example: 86 84 --------