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-pcie: 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-15-johan+linaro@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Johan Hovold and committed by
Vinod Koul
3d23213f 6a991538

+1 -2
+1 -2
Documentation/devicetree/bindings/phy/qcom,qmp-pcie-phy.yaml
··· 78 78 - description: PIPE clock 79 79 80 80 clock-names: 81 + deprecated: true 81 82 items: 82 83 - const: pipe0 83 84 ··· 94 93 required: 95 94 - reg 96 95 - clocks 97 - - clock-names 98 96 - "#clock-cells" 99 97 - clock-output-names 100 98 - "#phy-cells" ··· 287 287 <0xe00 0xf4>; 288 288 289 289 clocks = <&gcc GCC_PCIE_1_PIPE_CLK>; 290 - clock-names = "pipe0"; 291 290 292 291 #clock-cells = <0>; 293 292 clock-output-names = "pcie_1_pipe_clk";