iMX8QM have iommu. Add proerty 'iommus'.
Signed-off-by: Frank Li <[email protected]>
---
Documentation/devicetree/bindings/net/fsl,fec.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/devicetree/bindings/net/fsl,fec.yaml b/Documentation/devicetree/bindings/net/fsl,fec.yaml
index 8948a11c994e4..5536c06139cae 100644
--- a/Documentation/devicetree/bindings/net/fsl,fec.yaml
+++ b/Documentation/devicetree/bindings/net/fsl,fec.yaml
@@ -224,6 +224,9 @@ properties:
Can be omitted thus no delay is observed. Delay is in range of 1ms to 1000ms.
Other delays are invalid.
+ iommus:
+ maxItems: 1
+
required:
- compatible
- reg
--
2.34.1
On 01/02/2024 21:22, Frank Li wrote:
> iMX8QM have iommu. Add proerty 'iommus'.
>
> Signed-off-by: Frank Li <[email protected]>
> ---
Acked-by: Krzysztof Kozlowski <[email protected]>
Best regards,
Krzysztof
On Fri, Feb 02, 2024 at 09:23:37AM +0100, Krzysztof Kozlowski wrote:
> On 01/02/2024 21:22, Frank Li wrote:
> > iMX8QM have iommu. Add proerty 'iommus'.
> >
> > Signed-off-by: Frank Li <[email protected]>
> > ---
>
> Acked-by: Krzysztof Kozlowski <[email protected]>
Other 3 patches already been linux-next. Who will pick this one?
Frank
>
> Best regards,
> Krzysztof
>
On 16/02/2024 20:22, Frank Li wrote:
> On Fri, Feb 02, 2024 at 09:23:37AM +0100, Krzysztof Kozlowski wrote:
>> On 01/02/2024 21:22, Frank Li wrote:
>>> iMX8QM have iommu. Add proerty 'iommus'.
>>>
>>> Signed-off-by: Frank Li <[email protected]>
>>> ---
>>
>> Acked-by: Krzysztof Kozlowski <[email protected]>
>
> Other 3 patches already been linux-next. Who will pick this one?
Resend it to net-next (with proper title).
Best regards,
Krzysztof
On Sat, 17 Feb 2024 09:18:33 +0100 Krzysztof Kozlowski wrote:
> >> Acked-by: Krzysztof Kozlowski <[email protected]>
> >
> > Other 3 patches already been linux-next. Who will pick this one?
>
> Resend it to net-next (with proper title).
I happened to notice the discussion, let me take the v2. Thanks!