[PATCH] dt-bindings: net: renesas,etheravb: Drop "int_" prefix and "_n" suffix from interrupt names
From: Biju Das <biju.das.jz@bp.renesas.com>
Date: 2021-08-15 13:39:37
This patch updates interrupt-names with dropping "int_" prefix and "_n" suffix. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> --- Ref:- https://lore.kernel.org/linux-renesas-soc/CAMuHMdU6iO+LkL5WURGMN7kkYLRJe9v3MbrqA_CBp74oskdeyA@mail.gmail.com/T/#t --- Documentation/devicetree/bindings/net/renesas,etheravb.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/net/renesas,etheravb.yaml b/Documentation/devicetree/bindings/net/renesas,etheravb.yaml
index 5e12a759004f..4c927d2c17d3 100644
--- a/Documentation/devicetree/bindings/net/renesas,etheravb.yaml
+++ b/Documentation/devicetree/bindings/net/renesas,etheravb.yaml@@ -154,8 +154,8 @@ allOf: minItems: 1 items: - const: mux - - const: int_fil_n - - const: int_arp_ns_n + - const: fil + - const: arp_ns rx-internal-delay-ps: false else: properties:
--
2.17.1