dt-bindings: usb: Fix Tegra XUSB example
authorJon Hunter <jonathanh@nvidia.com>
Wed, 29 Jun 2016 11:07:32 +0000 (12:07 +0100)
committerThierry Reding <treding@nvidia.com>
Fri, 1 Jul 2016 12:48:29 +0000 (14:48 +0200)
commitb8c5c990a0fc6b00b7f7256864342e3afc24a392
tree4bb36723a5213b4493a1aff0072fac1a9e02d297
parent6a6898f6e9486a908ee4481fdb55983945fdbd92
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>
Documentation/devicetree/bindings/usb/nvidia,tegra124-xusb.txt