diff options
author | Frank Li <[email protected]> | 2024-02-01 15:22:42 -0500 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-02-19 11:43:20 -0800 |
commit | 5983e5df86303564f0968e6e4108ca08e00828ee (patch) | |
tree | c0dbdeeaf84ade54448fd99dc9213cd5020b564f | |
parent | 1e63e5a813fa6203d7430af51d6bffb728525015 (diff) |
dt-bindings: net: fec: add iommus property
iMX8QM have iommu. Add proerty 'iommus'.
Signed-off-by: Frank Li <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/net/fsl,fec.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/fsl,fec.yaml b/Documentation/devicetree/bindings/net/fsl,fec.yaml index 8948a11c994e..5536c06139ca 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 |