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-usb3-dp: deprecate USB PIPE clock name

Deprecate the USB 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-25-johan+linaro@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Johan Hovold and committed by
Vinod Koul
735441e1 dc47bcb7

+1 -2
+1 -2
Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml
··· 98 98 - description: pipe clock 99 99 100 100 clock-names: 101 + deprecated: true 101 102 items: 102 103 - const: pipe0 103 104 ··· 115 114 required: 116 115 - reg 117 116 - clocks 118 - - clock-names 119 117 - '#clock-cells' 120 118 - '#phy-cells' 121 119 ··· 195 195 #clock-cells = <0>; 196 196 #phy-cells = <0>; 197 197 clocks = <&gcc GCC_USB3_PRIM_PHY_PIPE_CLK>; 198 - clock-names = "pipe0"; 199 198 clock-output-names = "usb3_phy_pipe_clk_src"; 200 199 }; 201 200