Message ID | 1467198453-23406-2-git-send-email-jonathanh@nvidia.com |
---|---|
State | Accepted |
Headers | show |
On Wed, Jun 29, 2016 at 12:07:31PM +0100, Jon Hunter wrote: > The dt-binding document for the Tegra XUSB pad controller states that > 'utmi' is one of the valid choices for the Tegra210 PHY node names and > has child lanes named, 'utmi-0', 'utmi-1', 'utmi-2' and 'utmi-3'. > However, neither the XUSB pad controller PHY driver or the actual > Tegra210 binding for the XUSB pad controller use these names. Instead > both the driver and binding use the node name 'usb2' and for the child > lanes use the names 'usb2-0', 'usb2-1', 'usb2-2' and 'usb2-3'. Given > that the driver and binding are consistent with the naming, up date the > dt-binding documentation to match. > > Signed-off-by: Jon Hunter <jonathanh@nvidia.com> > --- > Documentation/devicetree/bindings/phy/nvidia,tegra124-xusb-padctl.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Rob Herring <robh@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/devicetree/bindings/phy/nvidia,tegra124-xusb-padctl.txt b/Documentation/devicetree/bindings/phy/nvidia,tegra124-xusb-padctl.txt index 0bf1ae243552..3742c152c467 100644 --- a/Documentation/devicetree/bindings/phy/nvidia,tegra124-xusb-padctl.txt +++ b/Documentation/devicetree/bindings/phy/nvidia,tegra124-xusb-padctl.txt @@ -124,7 +124,7 @@ For Tegra124 and Tegra132, the list of valid PHY nodes is given below: - functions: "usb3-ss", "sata" For Tegra210, the list of valid PHY nodes is given below: -- utmi: utmi-0, utmi-1, utmi-2, utmi-3 +- usb2: usb2-0, usb2-1, usb2-2, usb2-3 - functions: "snps", "xusb", "uart" - hsic: hsic-0, hsic-1 - functions: "snps", "xusb"
The dt-binding document for the Tegra XUSB pad controller states that 'utmi' is one of the valid choices for the Tegra210 PHY node names and has child lanes named, 'utmi-0', 'utmi-1', 'utmi-2' and 'utmi-3'. However, neither the XUSB pad controller PHY driver or the actual Tegra210 binding for the XUSB pad controller use these names. Instead both the driver and binding use the node name 'usb2' and for the child lanes use the names 'usb2-0', 'usb2-1', 'usb2-2' and 'usb2-3'. Given that the driver and binding are consistent with the naming, up date the dt-binding documentation to match. Signed-off-by: Jon Hunter <jonathanh@nvidia.com> --- Documentation/devicetree/bindings/phy/nvidia,tegra124-xusb-padctl.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)