diff mbox series

[net-next] dt-bindings: net: renesas,ether: Drop undocumented "micrel,led-mode"

Message ID 20241113225742.1784723-2-robh@kernel.org (mailing list archive)
State Accepted
Commit 5bf99baefb3ebebb13128ebfe58ebc6add5afd43
Delegated to: Netdev Maintainers
Headers show
Series [net-next] dt-bindings: net: renesas,ether: Drop undocumented "micrel,led-mode" | expand

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net-next
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 3 this patch: 3
netdev/build_tools success No tools touched, skip
netdev/cc_maintainers warning 1 maintainers not CCed: andrew+netdev@lunn.ch
netdev/build_clang success Errors and warnings before: 3 this patch: 3
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 3 this patch: 3
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 7 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
netdev/contest success net-next-2024-11-15--21-00 (tests: 789)

Commit Message

Rob Herring (Arm) Nov. 13, 2024, 10:57 p.m. UTC
"micrel,led-mode" is not yet documented by a schema. It's irrelevant to
the example, so just drop it.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 Documentation/devicetree/bindings/net/renesas,ether.yaml | 1 -
 1 file changed, 1 deletion(-)

Comments

Geert Uytterhoeven Nov. 14, 2024, 10:44 a.m. UTC | #1
Hi Rob,

On Wed, Nov 13, 2024 at 11:58 PM Rob Herring (Arm) <robh@kernel.org> wrote:
> "micrel,led-mode" is not yet documented by a schema. It's irrelevant to

Not anymore ;-)

https://lore.kernel.org/943cb31d01d0da3a63911326e24fbf9b328f7206.1731580776.git.geert+renesas@glider.be

> the example, so just drop it.
>
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

Regardless
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert
Sergey Shtylyov Nov. 14, 2024, 7:39 p.m. UTC | #2
On 11/14/24 1:57 AM, Rob Herring (Arm) wrote:

> "micrel,led-mode" is not yet documented by a schema. It's irrelevant to

   It's documented by Documentation/devicetree/bindings/net/micrel.txt...
Do you mean this one should be converted to .yaml?

> the example, so just drop it.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
>  Documentation/devicetree/bindings/net/renesas,ether.yaml | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/net/renesas,ether.yaml b/Documentation/devicetree/bindings/net/renesas,ether.yaml
> index 29355ab98569..ced1471c6484 100644
> --- a/Documentation/devicetree/bindings/net/renesas,ether.yaml
> +++ b/Documentation/devicetree/bindings/net/renesas,ether.yaml
> @@ -123,7 +123,6 @@ examples:
>              reg = <1>;
>              interrupt-parent = <&irqc0>;
>              interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
> -            micrel,led-mode = <1>;
>              reset-gpios = <&gpio5 31 GPIO_ACTIVE_LOW>;
>          };
>      };

MBR, Sergey
Conor Dooley Nov. 14, 2024, 7:57 p.m. UTC | #3
On Wed, Nov 13, 2024 at 04:57:42PM -0600, Rob Herring (Arm) wrote:
> "micrel,led-mode" is not yet documented by a schema. It's irrelevant to
> the example, so just drop it.

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Rob Herring (Arm) Nov. 18, 2024, 8:19 p.m. UTC | #4
On Wed, Nov 13, 2024 at 4:58 PM Rob Herring (Arm) <robh@kernel.org> wrote:
>
> "micrel,led-mode" is not yet documented by a schema. It's irrelevant to
> the example, so just drop it.
>
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
>  Documentation/devicetree/bindings/net/renesas,ether.yaml | 1 -
>  1 file changed, 1 deletion(-)

I see this is marked rejected in PW. While there was some discussion,
there aren't any objections to it. While micrel.txt binding is being
converted now, there are some issues (with it and phy bindings in
general). Keeping this property in this example will eventually
require some changes to it. What phy is connected to this ethernet
controller is beyond the scope of this binding, so having a specific
phy is not necessary.

Rob

pw-bot: new
patchwork-bot+netdevbpf@kernel.org Nov. 19, 2024, 2:50 a.m. UTC | #5
Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 13 Nov 2024 16:57:42 -0600 you wrote:
> "micrel,led-mode" is not yet documented by a schema. It's irrelevant to
> the example, so just drop it.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
>  Documentation/devicetree/bindings/net/renesas,ether.yaml | 1 -
>  1 file changed, 1 deletion(-)

Here is the summary with links:
  - [net-next] dt-bindings: net: renesas,ether: Drop undocumented "micrel,led-mode"
    https://git.kernel.org/netdev/net-next/c/5bf99baefb3e

You are awesome, thank you!
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/net/renesas,ether.yaml b/Documentation/devicetree/bindings/net/renesas,ether.yaml
index 29355ab98569..ced1471c6484 100644
--- a/Documentation/devicetree/bindings/net/renesas,ether.yaml
+++ b/Documentation/devicetree/bindings/net/renesas,ether.yaml
@@ -123,7 +123,6 @@  examples:
             reg = <1>;
             interrupt-parent = <&irqc0>;
             interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
-            micrel,led-mode = <1>;
             reset-gpios = <&gpio5 31 GPIO_ACTIVE_LOW>;
         };
     };