2023-01-13 04:03:21

by Clark Wang

[permalink] [raw]
Subject: [PATCH V2 3/7] dt-bindings: net: fec: add mx93 description

Add mx93 compatible string for fec driver.

Signed-off-by: Clark Wang <[email protected]>
---
New patch added in V2 for FEC
---
Documentation/devicetree/bindings/net/fsl,fec.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/net/fsl,fec.yaml b/Documentation/devicetree/bindings/net/fsl,fec.yaml
index 77e5f32cb62f..e6f2045f05de 100644
--- a/Documentation/devicetree/bindings/net/fsl,fec.yaml
+++ b/Documentation/devicetree/bindings/net/fsl,fec.yaml
@@ -51,6 +51,7 @@ properties:
- fsl,imx8mm-fec
- fsl,imx8mn-fec
- fsl,imx8mp-fec
+ - fsl,imx93-fec
- const: fsl,imx8mq-fec
- const: fsl,imx6sx-fec
- items:
--
2.34.1


2023-01-13 13:00:44

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH V2 3/7] dt-bindings: net: fec: add mx93 description

On 13/01/2023 04:33, Clark Wang wrote:
> Add mx93 compatible string for fec driver.
>
> Signed-off-by: Clark Wang <[email protected]>
> ---
> New patch added in V2 for FEC
> ---

Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof