2023-08-07 17:38:44

by Jisheng Zhang

[permalink] [raw]
Subject: [PATCH net-next v2 07/10] dt-bindings: net: snps,dwmac: add safety irq support

The snps dwmac IP support safety features, and those Safety Feature
Correctible Error and Uncorrectible Error irqs may be separate irqs.

Signed-off-by: Jisheng Zhang <[email protected]>
---
Documentation/devicetree/bindings/net/snps,dwmac.yaml | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/snps,dwmac.yaml b/Documentation/devicetree/bindings/net/snps,dwmac.yaml
index ddf9522a5dc2..5d81042f5634 100644
--- a/Documentation/devicetree/bindings/net/snps,dwmac.yaml
+++ b/Documentation/devicetree/bindings/net/snps,dwmac.yaml
@@ -107,6 +107,8 @@ properties:
- description: Combined signal for various interrupt events
- description: The interrupt to manage the remote wake-up packet detection
- description: The interrupt that occurs when Rx exits the LPI state
+ - description: The interrupt that occurs when Safety Feature Correctible Errors happen
+ - description: The interrupt that occurs when Safety Feature Uncorrectible Errors happen

interrupt-names:
minItems: 1
@@ -114,6 +116,8 @@ properties:
- const: macirq
- enum: [eth_wake_irq, eth_lpi]
- const: eth_lpi
+ - const: sfty_ce
+ - const: sfty_ue

clocks:
minItems: 1
--
2.40.1



2023-08-08 16:31:00

by Conor Dooley

[permalink] [raw]
Subject: Re: [PATCH net-next v2 07/10] dt-bindings: net: snps,dwmac: add safety irq support

On Tue, Aug 08, 2023 at 12:41:48AM +0800, Jisheng Zhang wrote:
> The snps dwmac IP support safety features, and those Safety Feature
> Correctible Error and Uncorrectible Error irqs may be separate irqs.
>
> Signed-off-by: Jisheng Zhang <[email protected]>
> ---
> Documentation/devicetree/bindings/net/snps,dwmac.yaml | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/net/snps,dwmac.yaml b/Documentation/devicetree/bindings/net/snps,dwmac.yaml
> index ddf9522a5dc2..5d81042f5634 100644
> --- a/Documentation/devicetree/bindings/net/snps,dwmac.yaml
> +++ b/Documentation/devicetree/bindings/net/snps,dwmac.yaml
> @@ -107,6 +107,8 @@ properties:
> - description: Combined signal for various interrupt events
> - description: The interrupt to manage the remote wake-up packet detection
> - description: The interrupt that occurs when Rx exits the LPI state
> + - description: The interrupt that occurs when Safety Feature Correctible Errors happen
> + - description: The interrupt that occurs when Safety Feature Uncorrectible Errors happen
>
> interrupt-names:
> minItems: 1
> @@ -114,6 +116,8 @@ properties:
> - const: macirq
> - enum: [eth_wake_irq, eth_lpi]
> - const: eth_lpi
> + - const: sfty_ce
> + - const: sfty_ue

Did I not already ack this?


Attachments:
(No filename) (1.37 kB)
signature.asc (235.00 B)
Download all attachments