Skip to content

Commit bd3bc1a

Browse files
author
Myron Stowe
committed
dt-bindings: PCI: qcom: Add MHI registers for IPQ9574
JIRA: https://issues.redhat.com/browse/RHEL-107597 Upstream Status: a733e71 commit a733e71 Author: Varadarajan Narayanan <quic_varada@quicinc.com> Date: Mon Mar 17 15:30:26 2025 +0530 dt-bindings: PCI: qcom: Add MHI registers for IPQ9574 The MHI registers are present in IPQ5332, IPQ6018, IPQ8074 and IPQ9574 SoCs. Hence, add the MHI registers to the binding to allow these registers to be defined in devicetree. Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com> [mani: commit message rewording] Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://patch.msgid.link/20250317100029.881286-2-quic_varada@quicinc.com Signed-off-by: Myron Stowe <mstowe@redhat.com>
1 parent e8845e8 commit bd3bc1a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/devicetree/bindings/pci/qcom,pcie.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,16 @@ allOf:
177177
properties:
178178
reg:
179179
minItems: 5
180-
maxItems: 5
180+
maxItems: 6
181181
reg-names:
182+
minItems: 5
182183
items:
183184
- const: dbi # DesignWare PCIe registers
184185
- const: elbi # External local bus interface registers
185186
- const: atu # ATU address space
186187
- const: parf # Qualcomm specific registers
187188
- const: config # PCIe configuration space
189+
- const: mhi # MHI registers
188190

189191
- if:
190192
properties:

0 commit comments

Comments
 (0)