hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/Documentation/devicetree/bindings/usb/nvidia,tegra124-xusb.txt
....@@ -10,6 +10,7 @@
1010 - Tegra124: "nvidia,tegra124-xusb"
1111 - Tegra132: "nvidia,tegra132-xusb", "nvidia,tegra124-xusb"
1212 - Tegra210: "nvidia,tegra210-xusb"
13
+ - Tegra186: "nvidia,tegra186-xusb"
1314 - reg: Must contain the base and length of the xHCI host registers, XUSB FPCI
1415 registers and XUSB IPFS registers.
1516 - reg-names: Must contain the following entries:
....@@ -60,6 +61,16 @@
6061 - dvdd-pex-pll-supply: PCIe/USB3 PLL power supply. Must supply 1.05 V.
6162 - hvdd-pex-pll-e-supply: High-voltage PLLE power supply. Must supply 1.8 V.
6263
64
+For Tegra210 and Tegra186:
65
+- power-domains: A list of PM domain specifiers that reference each power-domain
66
+ used by the xHCI controller. This list must comprise of a specifier for the
67
+ XUSBA and XUSBC power-domains. See ../power/power_domain.txt and
68
+ ../arm/tegra/nvidia,tegra20-pmc.txt for details.
69
+- power-domain-names: A list of names that represent each of the specifiers in
70
+ the 'power-domains' property. Must include 'xusb_ss' and 'xusb_host' which
71
+ represent the power-domains XUSBA and XUSBC, respectively. See
72
+ ../power/power_domain.txt for details.
73
+
6374 Optional properties:
6475 --------------------
6576 - phys: Must contain an entry for each entry in phy-names.
....@@ -70,6 +81,7 @@
7081 - Tegra132: usb2-0, usb2-1, usb2-2, hsic-0, hsic-1, usb3-0, usb3-1
7182 - Tegra210: usb2-0, usb2-1, usb2-2, usb2-3, hsic-0, usb3-0, usb3-1, usb3-2,
7283 usb3-3
84
+ - Tegra186: usb2-0, usb2-1, usb2-2, hsic-0, usb3-0, usb3-1, usb3-2
7385
7486 Example:
7587 --------