summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/usb/nvidia,tegra124-xusb.txt
diff options
context:
space:
mode:
authorJon Hunter2016-06-29 13:07:32 +0200
committerThierry Reding2016-07-01 14:48:29 +0200
commitb8c5c990a0fc6b00b7f7256864342e3afc24a392 (patch)
tree4bb36723a5213b4493a1aff0072fac1a9e02d297 /Documentation/devicetree/bindings/usb/nvidia,tegra124-xusb.txt
parentdt-bindings: phy: Fix description of Tegra210 PHY nodes (diff)
downloadkernel-qcow2-linux-b8c5c990a0fc6b00b7f7256864342e3afc24a392.tar.gz
kernel-qcow2-linux-b8c5c990a0fc6b00b7f7256864342e3afc24a392.tar.xz
kernel-qcow2-linux-b8c5c990a0fc6b00b7f7256864342e3afc24a392.zip
dt-bindings: usb: Fix Tegra XUSB example
The DT bindings example for the Tegra XUSB controller omits the 'lanes' subnode in the XUSB pad controller which is required according to the DT bindings documentation for the Tegra XUSB pad controller[0]. In addition to this the phy-names with the suffix 'utmi' are also not valid and should have the suffix 'usb2'. Correct both the XUSB pad controller pad path and phy-names for the XUSB example. [0]: Documentation/devicetree/bindings/phy/nvidia,tegra124-xusb-padctl.txt Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation/devicetree/bindings/usb/nvidia,tegra124-xusb.txt')
-rw-r--r--Documentation/devicetree/bindings/usb/nvidia,tegra124-xusb.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/usb/nvidia,tegra124-xusb.txt b/Documentation/devicetree/bindings/usb/nvidia,tegra124-xusb.txt
index d28295a3e55f..3eee9e505400 100644
--- a/Documentation/devicetree/bindings/usb/nvidia,tegra124-xusb.txt
+++ b/Documentation/devicetree/bindings/usb/nvidia,tegra124-xusb.txt
@@ -104,10 +104,10 @@ Example:
nvidia,xusb-padctl = <&padctl>;
- phys = <&{/padctl@0,7009f000/pads/usb2/usb2-1}>, /* mini-PCIe USB */
- <&{/padctl@0,7009f000/pads/usb2/usb2-2}>, /* USB A */
- <&{/padctl@0,7009f000/pads/pcie/pcie-0}>; /* USB A */
- phy-names = "utmi-1", "utmi-2", "usb3-0";
+ phys = <&{/padctl@0,7009f000/pads/usb2/lanes/usb2-1}>, /* mini-PCIe USB */
+ <&{/padctl@0,7009f000/pads/usb2/lanes/usb2-2}>, /* USB A */
+ <&{/padctl@0,7009f000/pads/pcie/lanes/pcie-0}>; /* USB A */
+ phy-names = "usb2-1", "usb2-2", "usb3-0";
avddio-pex-supply = <&vdd_1v05_run>;
dvddio-pex-supply = <&vdd_1v05_run>;