diff options
author | Frank Li <Frank.Li@nxp.com> | 2024-02-01 15:22:42 -0500 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-02-19 11:43:20 -0800 |
commit | 5983e5df86303564f0968e6e4108ca08e00828ee (patch) | |
tree | c0dbdeeaf84ade54448fd99dc9213cd5020b564f /Documentation | |
parent | 1e63e5a813fa6203d7430af51d6bffb728525015 (diff) |
dt-bindings: net: fec: add iommus property
iMX8QM have iommu. Add proerty 'iommus'.
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240201-8qm_smmu-v2-2-3d12a80201a3@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation')
-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 |