2022-03-03 08:12:33

by Richard Zhu

[permalink] [raw]
Subject: [PATCH] dt-bindings: imx6q-pcie: Add iMX8MM PCIe compatible string

Add the i.MX8MM PCIe compatible string.

Signed-off-by: Richard Zhu <[email protected]>
---
Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml b/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml
index 643a6333b07b..36c8a06d17a0 100644
--- a/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml
+++ b/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml
@@ -25,6 +25,7 @@ properties:
- fsl,imx6qp-pcie
- fsl,imx7d-pcie
- fsl,imx8mq-pcie
+ - fsl,imx8mm-pcie

reg:
items:
--
2.25.1


2022-03-03 13:08:17

by Lucas Stach

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: imx6q-pcie: Add iMX8MM PCIe compatible string

Am Donnerstag, dem 03.03.2022 um 15:50 +0800 schrieb Richard Zhu:
> Add the i.MX8MM PCIe compatible string.
>
> Signed-off-by: Richard Zhu <[email protected]>

Reviewed-by: Lucas Stach <[email protected]>

> ---
> Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml b/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml
> index 643a6333b07b..36c8a06d17a0 100644
> --- a/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml
> +++ b/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml
> @@ -25,6 +25,7 @@ properties:
> - fsl,imx6qp-pcie
> - fsl,imx7d-pcie
> - fsl,imx8mq-pcie
> + - fsl,imx8mm-pcie
>
> reg:
> items:


2022-03-11 20:47:11

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: imx6q-pcie: Add iMX8MM PCIe compatible string

On Thu, 03 Mar 2022 15:50:05 +0800, Richard Zhu wrote:
> Add the i.MX8MM PCIe compatible string.
>
> Signed-off-by: Richard Zhu <[email protected]>
> ---
> Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Applied, thanks!