]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
dt-bindings: phy: Clarify ULPI PHY source clock
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Thu, 22 Feb 2018 14:38:25 +0000 (15:38 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 8 Mar 2018 14:09:36 +0000 (15:09 +0100)
cdev2 is not actually a clock on Tegra20 but rather a pinmux pad group.
PLL_P_OUT4 is the source clock for the ULPI PHY and is output to the
DAP_MCLK2 pad.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: Dmitry Osipenko <digetx@gmail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Documentation/devicetree/bindings/phy/nvidia,tegra20-usb-phy.txt

index a9aa79fb90ed09e1f240093a90fa0498424ad435..1aa6f2674af52d1430f706661a4ce5ad1b670c68 100644 (file)
@@ -21,7 +21,9 @@ Required properties :
    - timer: The timeout clock (clk_m). Present if phy_type == utmi.
    - utmi-pads: The clock needed to access the UTMI pad control registers.
      Present if phy_type == utmi.
-   - ulpi-link: The clock Tegra provides to the ULPI PHY (cdev2).
+   - ulpi-link: The clock Tegra provides to the ULPI PHY (usually pad DAP_MCLK2
+     with pad group aka "nvidia,pins" cdev2 and pin mux option config aka
+     "nvidia,function" pllp_out4).
      Present if phy_type == ulpi, and ULPI link mode is in use.
  - resets : Must contain an entry for each entry in reset-names.
    See ../reset/reset.txt for details.