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

dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: drop second output clock name

There is no need to specify exact name for the second (AUX) output
clock. It has never been used for the lookups based on the system clock
name. Partially revert commit 72bea132f368 ("dt-bindings: phy:
qcom,sc8280xp-qmp-pcie-phy: document PHY AUX clock on SM8[456]50 SoCs"),
returning compatibility with the existing device tree: reduce
clock-output-names to always contain a single entry.

Fixes: 72bea132f368 ("dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: document PHY AUX clock on SM8[456]50 SoCs")
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20240614-fix-pcie-phy-compat-v3-2-730d1811acf4@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Dmitry Baryshkov and committed by
Vinod Koul
7cd3e586 912cee11

+1 -6
+1 -6
Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-pcie-phy.yaml
··· 91 91 "#clock-cells": true 92 92 93 93 clock-output-names: 94 - minItems: 1 95 - maxItems: 2 94 + maxItems: 1 96 95 97 96 "#phy-cells": 98 97 const: 0 ··· 221 222 - qcom,sm8650-qmp-gen4x2-pcie-phy 222 223 then: 223 224 properties: 224 - clock-output-names: 225 - minItems: 2 226 225 "#clock-cells": 227 226 const: 1 228 227 else: 229 228 properties: 230 - clock-output-names: 231 - maxItems: 1 232 229 "#clock-cells": 233 230 const: 0 234 231