Message ID | 20220915203638.42917-2-gerhard@engleder-embedded.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | tsnep: multi queue support and some other improvements | expand |
diff --git a/Documentation/devicetree/bindings/net/engleder,tsnep.yaml b/Documentation/devicetree/bindings/net/engleder,tsnep.yaml index d0e1476e15b5..37e08ee744a8 100644 --- a/Documentation/devicetree/bindings/net/engleder,tsnep.yaml +++ b/Documentation/devicetree/bindings/net/engleder,tsnep.yaml @@ -22,6 +22,8 @@ properties: interrupts: maxItems: 1 + dma-coherent: true + local-mac-address: true mac-address: true
Fix the following dtbs_check error if dma-coherent is used: ...: 'dma-coherent' does not match any of the regexes: 'pinctrl-[0-9]+' From schema: .../Documentation/devicetree/bindings/net/engleder,tsnep.yaml Signed-off-by: Gerhard Engleder <gerhard@engleder-embedded.com> --- Documentation/devicetree/bindings/net/engleder,tsnep.yaml | 2 ++ 1 file changed, 2 insertions(+)