Message ID | 20241113225642.1783485-2-robh@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 6bbdb903db082fbb43bc1c2bbc7d2f6921cf031b |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next] dt-bindings: net: dsa: microchip,ksz: Drop undocumented "id" | expand |
On Wed, Nov 13, 2024 at 04:56:43PM -0600, Rob Herring (Arm) wrote: > "id" is not a documented property, so drop it. > > Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Acked-by: Conor Dooley <conor.dooley@microchip.com>
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Wed, 13 Nov 2024 16:56:43 -0600 you wrote: > "id" is not a documented property, so drop it. > > Signed-off-by: Rob Herring (Arm) <robh@kernel.org> > --- > Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml | 1 - > 1 file changed, 1 deletion(-) Here is the summary with links: - [net-next] dt-bindings: net: dsa: microchip,ksz: Drop undocumented "id" https://git.kernel.org/netdev/net-next/c/6bbdb903db08 You are awesome, thank you!
diff --git a/Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml b/Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml index 30c0c3e6f37a..7a99eeb47a82 100644 --- a/Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml +++ b/Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml @@ -138,7 +138,6 @@ examples: pinctrl-0 = <&pinctrl_spi_ksz>; cs-gpios = <&pioC 25 0>; - id = <1>; ksz9477: switch@0 { compatible = "microchip,ksz9477";
"id" is not a documented property, so drop it. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> --- Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml | 1 - 1 file changed, 1 deletion(-)