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

dt-bindings: phy: qmp: Add output-clock-names

The PHY outputs a clock that will act as the parent for
the PHY's pipe clock. Add the name of this clock to the
lane's DT node.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Varadarajan Narayanan <varada@codeaurora.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

authored by

Varadarajan Narayanan and committed by
Kishon Vijay Abraham I
e88432e7 e7cded27

+3
+3
Documentation/devicetree/bindings/phy/qcom-qmp-phy.txt
··· 60 60 one for each entry in clock-names. 61 61 - clock-names: Must contain following for pcie and usb qmp phys: 62 62 "pipe<lane-number>" for pipe clock specific to each lane. 63 + - clock-output-names: Name of the PHY clock that will be the parent for 64 + the above pipe clock. 63 65 64 66 - resets: a list of phandles and reset controller specifier pairs, 65 67 one for each entry in reset-names. ··· 98 96 99 97 clocks = <&gcc GCC_PCIE_0_PIPE_CLK>; 100 98 clock-names = "pipe0"; 99 + clock-output-names = "pcie_0_pipe_clk_src"; 101 100 resets = <&gcc GCC_PCIE_0_PHY_BCR>; 102 101 reset-names = "lane0"; 103 102 };