@@ -22,7 +22,7 @@ properties:
- description: External local bus interface registers
- description: Address Translation Unit (ATU) registers
- description: Memory region used to map remote RC address space
- - description: BAR memory region
+ - description: MHI register region used as BAR
reg-names:
items:
@@ -31,7 +31,7 @@ properties:
- const: elbi
- const: atu
- const: addr_space
- - const: mmio
+ - const: mhi
clocks:
minItems: 7
@@ -175,7 +175,7 @@ examples:
<0x40002000 0x1000>,
<0x01c03000 0x3000>;
reg-names = "parf", "dbi", "elbi", "atu", "addr_space",
- "mmio";
+ "mhi";
clocks = <&gcc GCC_PCIE_AUX_CLK>,
<&gcc GCC_PCIE_CFG_AHB_CLK>,
As per Qualcomm's internal documentation, the name of the region is "mhi" and not "mmio". So let's rename it to follow the convention. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> --- Documentation/devicetree/bindings/pci/qcom,pcie-ep.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)