Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: phy: Clarify ULPI PHY source clock

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>

authored by

Marcel Ziswiler and committed by
Thierry Reding
a7ca2a70 ff0286cb

+3 -1
+3 -1
Documentation/devicetree/bindings/phy/nvidia,tegra20-usb-phy.txt
··· 21 21 - timer: The timeout clock (clk_m). Present if phy_type == utmi. 22 22 - utmi-pads: The clock needed to access the UTMI pad control registers. 23 23 Present if phy_type == utmi. 24 - - ulpi-link: The clock Tegra provides to the ULPI PHY (cdev2). 24 + - ulpi-link: The clock Tegra provides to the ULPI PHY (usually pad DAP_MCLK2 25 + with pad group aka "nvidia,pins" cdev2 and pin mux option config aka 26 + "nvidia,function" pllp_out4). 25 27 Present if phy_type == ulpi, and ULPI link mode is in use. 26 28 - resets : Must contain an entry for each entry in reset-names. 27 29 See ../reset/reset.txt for details.