mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-09 04:08:00 -04:00
dt-bindings: phy: qcom,qmp: Add sa8775p QMP PCIe PHY
Add devicetree YAML binding for Qualcomm QMP PCIe PHY for SA8775p platform. Signed-off-by: Mrinmay Sarkar <quic_msarkar@quicinc.com> Link: https://lore.kernel.org/r/1689311319-22054-3-git-send-email-quic_msarkar@quicinc.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
committed by
Vinod Koul
parent
7559e7572c
commit
fd2d4e4c19
@@ -16,6 +16,8 @@ description:
|
|||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
enum:
|
enum:
|
||||||
|
- qcom,sa8775p-qmp-gen4x2-pcie-phy
|
||||||
|
- qcom,sa8775p-qmp-gen4x4-pcie-phy
|
||||||
- qcom,sc8280xp-qmp-gen3x1-pcie-phy
|
- qcom,sc8280xp-qmp-gen3x1-pcie-phy
|
||||||
- qcom,sc8280xp-qmp-gen3x2-pcie-phy
|
- qcom,sc8280xp-qmp-gen3x2-pcie-phy
|
||||||
- qcom,sc8280xp-qmp-gen3x4-pcie-phy
|
- qcom,sc8280xp-qmp-gen3x4-pcie-phy
|
||||||
@@ -30,7 +32,7 @@ properties:
|
|||||||
|
|
||||||
clocks:
|
clocks:
|
||||||
minItems: 5
|
minItems: 5
|
||||||
maxItems: 6
|
maxItems: 7
|
||||||
|
|
||||||
clock-names:
|
clock-names:
|
||||||
minItems: 5
|
minItems: 5
|
||||||
@@ -41,6 +43,7 @@ properties:
|
|||||||
- const: rchng
|
- const: rchng
|
||||||
- const: pipe
|
- const: pipe
|
||||||
- const: pipediv2
|
- const: pipediv2
|
||||||
|
- const: phy_aux
|
||||||
|
|
||||||
power-domains:
|
power-domains:
|
||||||
maxItems: 1
|
maxItems: 1
|
||||||
@@ -136,6 +139,20 @@ allOf:
|
|||||||
clock-names:
|
clock-names:
|
||||||
minItems: 6
|
minItems: 6
|
||||||
|
|
||||||
|
- if:
|
||||||
|
properties:
|
||||||
|
compatible:
|
||||||
|
contains:
|
||||||
|
enum:
|
||||||
|
- qcom,sa8775p-qmp-gen4x2-pcie-phy
|
||||||
|
- qcom,sa8775p-qmp-gen4x4-pcie-phy
|
||||||
|
then:
|
||||||
|
properties:
|
||||||
|
clocks:
|
||||||
|
minItems: 7
|
||||||
|
clock-names:
|
||||||
|
minItems: 7
|
||||||
|
|
||||||
- if:
|
- if:
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
|
|||||||
Reference in New Issue
Block a user