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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: phy: qcom,qmp-usb: deprecate PIPE clock name

Deprecate the PHY node 'clock-names' property which specified that the
PIPE clock name should have a bogus "lane" suffix.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20220830112923.3725-22-johan+linaro@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Johan Hovold and committed by
Vinod Koul
5acdb255 ac32e3e5

+1 -2
+1 -2
Documentation/devicetree/bindings/phy/qcom,qmp-usb-phy.yaml
··· 84 84 - description: PIPE clock 85 85 86 86 clock-names: 87 + deprecated: true 87 88 items: 88 89 - const: pipe0 89 90 ··· 100 99 required: 101 100 - reg 102 101 - clocks 103 - - clock-names 104 102 - "#clock-cells" 105 103 - clock-output-names 106 104 - "#phy-cells" ··· 357 357 <0x600 0x70>; 358 358 359 359 clocks = <&gcc GCC_USB3_SEC_PHY_PIPE_CLK>; 360 - clock-names = "pipe0"; 361 360 362 361 #clock-cells = <0>; 363 362 clock-output-names = "usb3_uni_phy_pipe_clk_src";