Message ID | 20240201-8qm_smmu-v2-2-3d12a80201a3@nxp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add 8qm SMMU information | expand |
On 01/02/2024 21:22, Frank Li wrote: > iMX8QM have iommu. Add proerty 'iommus'. > > Signed-off-by: Frank Li <Frank.Li@nxp.com> > --- Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> 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 <Frank.Li@nxp.com> > > --- > > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> 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 <Frank.Li@nxp.com> >>> --- >> >> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > 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 <krzysztof.kozlowski@linaro.org> > > > > 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!
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
iMX8QM have iommu. Add proerty 'iommus'. Signed-off-by: Frank Li <Frank.Li@nxp.com> --- Documentation/devicetree/bindings/net/fsl,fec.yaml | 3 +++ 1 file changed, 3 insertions(+)