[PATCH v3 3/3] dt-bindings: net: altr,socfpga-stmmac: remove TODO note

Dinh Nguyen posted 3 patches 4 weeks, 1 day ago
[PATCH v3 3/3] dt-bindings: net: altr,socfpga-stmmac: remove TODO note
Posted by Dinh Nguyen 4 weeks, 1 day ago
The 'stmmaceth-ocp' will no longer be used as a reset-name, going forward
and 'ahb' shall be used.

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
---
v3: Addressed Rob Herring's comments and updated commit header/message
v2: Introduced
v1: n/a
---
 Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml b/Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml
index fc445ad5a1f1a..8e7077d4319eb 100644
--- a/Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml
+++ b/Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml
@@ -13,8 +13,6 @@ description:
   This binding describes the Altera SOCFPGA SoC implementation of the
   Synopsys DWMAC for the Cyclone5, Arria5, Stratix10, Agilex5 and Agilex7
   families of chips.
-  # TODO: Determine how to handle the Arria10 reset-name, stmmaceth-ocp, that
-  # does not validate against net/snps,dwmac.yaml.
 
 select:
   properties:

-- 
2.42.0.411.g813d9a9188
Re: [PATCH v3 3/3] dt-bindings: net: altr,socfpga-stmmac: remove TODO note
Posted by Rob Herring (Arm) 3 weeks, 3 days ago
On Thu, 08 Jan 2026 07:08:11 -0600, Dinh Nguyen wrote:
> The 'stmmaceth-ocp' will no longer be used as a reset-name, going forward
> and 'ahb' shall be used.
> 
> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
> ---
> v3: Addressed Rob Herring's comments and updated commit header/message
> v2: Introduced
> v1: n/a
> ---
>  Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml | 2 --
>  1 file changed, 2 deletions(-)
> 

Reviewed-by: Rob Herring (Arm) <robh@kernel.org>