Skip to content

Commit a733e71

Browse files
quic-varadaMani-Sadhasivam
authored andcommitted
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 <[email protected]> [mani: commit message rewording] Signed-off-by: Manivannan Sadhasivam <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent d63dbfc commit a733e71

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
@@ -175,14 +175,16 @@ allOf:
175175
properties:
176176
reg:
177177
minItems: 5
178-
maxItems: 5
178+
maxItems: 6
179179
reg-names:
180+
minItems: 5
180181
items:
181182
- const: dbi # DesignWare PCIe registers
182183
- const: elbi # External local bus interface registers
183184
- const: atu # ATU address space
184185
- const: parf # Qualcomm specific registers
185186
- const: config # PCIe configuration space
187+
- const: mhi # MHI registers
186188

187189
- if:
188190
properties:

0 commit comments

Comments
 (0)