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: add sm8350 bindings

Add bindings for the PCIe QMP PHYs found on SM8350.

Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Johan Hovold <johan+linaro@kernel.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20221118233242.2904088-3-dmitry.baryshkov@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Dmitry Baryshkov and committed by
Vinod Koul
43a6a29b 1b929c02

+22
+22
Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-pcie-phy.yaml
··· 19 19 - qcom,sc8280xp-qmp-gen3x1-pcie-phy 20 20 - qcom,sc8280xp-qmp-gen3x2-pcie-phy 21 21 - qcom,sc8280xp-qmp-gen3x4-pcie-phy 22 + - qcom,sm8350-qmp-gen3x1-pcie-phy 22 23 23 24 reg: 24 25 minItems: 1 25 26 maxItems: 2 26 27 27 28 clocks: 29 + minItems: 5 28 30 maxItems: 6 29 31 30 32 clock-names: 33 + minItems: 5 31 34 items: 32 35 - const: aux 33 36 - const: cfg_ahb ··· 106 103 properties: 107 104 reg: 108 105 maxItems: 1 106 + 107 + - if: 108 + properties: 109 + compatible: 110 + contains: 111 + enum: 112 + - qcom,sm8350-qmp-gen3x1-pcie-phy 113 + then: 114 + properties: 115 + clocks: 116 + maxItems: 5 117 + clock-names: 118 + maxItems: 5 119 + else: 120 + properties: 121 + clocks: 122 + minItems: 6 123 + clock-names: 124 + minItems: 6 109 125 110 126 examples: 111 127 - |