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

dt-bindings: phy: qcom,msm8996-qmp-pcie: deprecate PIPE clock names

Deprecate the PHY node 'clock-names' property which specified that the
PIPE clock name should have an unnecessary "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-11-johan+linaro@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Johan Hovold and committed by
Vinod Koul
dd346f5a ea188846

+1 -4
+1 -4
Documentation/devicetree/bindings/phy/qcom,msm8996-qmp-pcie-phy.yaml
··· 69 69 - description: PIPE clock 70 70 71 71 clock-names: 72 + deprecated: true 72 73 items: 73 74 - enum: 74 75 - pipe0 ··· 99 98 required: 100 99 - reg 101 100 - clocks 102 - - clock-names 103 101 - resets 104 102 - reset-names 105 103 - "#clock-cells" ··· 151 151 <0x1400 0x1dc>; 152 152 153 153 clocks = <&gcc GCC_PCIE_0_PIPE_CLK>; 154 - clock-names = "pipe0"; 155 154 resets = <&gcc GCC_PCIE_0_PHY_BCR>; 156 155 reset-names = "lane0"; 157 156 ··· 166 167 <0x2400 0x1dc>; 167 168 168 169 clocks = <&gcc GCC_PCIE_1_PIPE_CLK>; 169 - clock-names = "pipe1"; 170 170 resets = <&gcc GCC_PCIE_1_PHY_BCR>; 171 171 reset-names = "lane1"; 172 172 ··· 181 183 <0x3400 0x1dc>; 182 184 183 185 clocks = <&gcc GCC_PCIE_2_PIPE_CLK>; 184 - clock-names = "pipe2"; 185 186 resets = <&gcc GCC_PCIE_2_PHY_BCR>; 186 187 reset-names = "lane2"; 187 188