[PATCH] arm64: dts: altera: Remove unused and undocumented "snps,max-mtu" property

Rob Herring (Arm) posted 1 patch 1 year, 2 months ago
arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts | 1 -
1 file changed, 1 deletion(-)
[PATCH] arm64: dts: altera: Remove unused and undocumented "snps,max-mtu" property
Posted by Rob Herring (Arm) 1 year, 2 months ago
Remove "snps,max-mtu" property which is both unused in the kernel and
undocumented. Most likely they are leftovers from downstream.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts
index 0d837d3e65a5..34ccf8138f7b 100644
--- a/arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts
+++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts
@@ -63,7 +63,6 @@ &gmac0 {
 	status = "okay";
 	phy-mode = "rgmii";
 	phy-addr = <0xffffffff>;
-	snps,max-mtu = <0x0>;
 };
 
 &gmac1 {
-- 
2.45.2
Re: [PATCH] arm64: dts: altera: Remove unused and undocumented "snps,max-mtu" property
Posted by Dinh Nguyen 1 year, 1 month ago
On 11/15/24 13:38, Rob Herring (Arm) wrote:
> Remove "snps,max-mtu" property which is both unused in the kernel and
> undocumented. Most likely they are leftovers from downstream.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
>   arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts
> index 0d837d3e65a5..34ccf8138f7b 100644
> --- a/arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts
> +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts
> @@ -63,7 +63,6 @@ &gmac0 {
>   	status = "okay";
>   	phy-mode = "rgmii";
>   	phy-addr = <0xffffffff>;
> -	snps,max-mtu = <0x0>;
>   };
>   
>   &gmac1 {

Applied!

Thanks,
Dinh