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

Richard Zhu posted 1 patch 4 years, 3 months ago
Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: imx6q-pcie: Add iMX8MM PCIe compatible string
Posted by Richard Zhu 4 years, 3 months ago
Add the i.MX8MM PCIe compatible string.

Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
---
 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
Re: [PATCH] dt-bindings: imx6q-pcie: Add iMX8MM PCIe compatible string
Posted by Lucas Stach 4 years, 3 months ago
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 <hongxing.zhu@nxp.com>

Reviewed-by: Lucas Stach <l.stach@pengutronix.de>

> ---
>  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:
Re: [PATCH] dt-bindings: imx6q-pcie: Add iMX8MM PCIe compatible string
Posted by Rob Herring 4 years, 3 months ago
On Thu, 03 Mar 2022 15:50:05 +0800, Richard Zhu wrote:
> Add the i.MX8MM PCIe compatible string.
> 
> Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
> ---
>  Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Applied, thanks!