Message ID | 20210815133926.22860-1-biju.das.jz@bp.renesas.com |
---|---|
State | Accepted |
Commit | b6c2052a90cece5e2887c6e6c59e985cb2546a60 |
Headers | show |
Series | dt-bindings: net: renesas,etheravb: Drop "int_" prefix and "_n" suffix from interrupt names | expand |
On Sun, 15 Aug 2021 14:39:26 +0100, Biju Das wrote: > 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(-) > Applied, thanks!
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:
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(-)