diff mbox series

ARM: dts: turris-omnia: Add label for wan port

Message ID 20220921115037.30246-1-pali@kernel.org (mailing list archive)
State New, archived
Headers show
Series ARM: dts: turris-omnia: Add label for wan port | expand

Commit Message

Pali Rohár Sept. 21, 2022, 11:50 a.m. UTC
Device tree label property should contain label from the box/stick.
Labels for other ports are already specified in DT but wan is missing.
So add missing label for wan port.

Fixes: 26ca8b52d6e1 ("ARM: dts: add support for Turris Omnia")
Signed-off-by: Pali Rohár <pali@kernel.org>
---
 arch/arm/boot/dts/armada-385-turris-omnia.dts | 1 +
 1 file changed, 1 insertion(+)

Comments

Andrew Lunn Sept. 21, 2022, 3:18 p.m. UTC | #1
On Wed, Sep 21, 2022 at 01:50:37PM +0200, Pali Rohár wrote:
> Device tree label property should contain label from the box/stick.
> Labels for other ports are already specified in DT but wan is missing.
> So add missing label for wan port.
> 
> Fixes: 26ca8b52d6e1 ("ARM: dts: add support for Turris Omnia")
> Signed-off-by: Pali Rohár <pali@kernel.org>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew
Gregory CLEMENT Sept. 23, 2022, 3:15 p.m. UTC | #2
Pali Rohár <pali@kernel.org> writes:

> Device tree label property should contain label from the box/stick.
> Labels for other ports are already specified in DT but wan is missing.
> So add missing label for wan port.
>
> Fixes: 26ca8b52d6e1 ("ARM: dts: add support for Turris Omnia")
> Signed-off-by: Pali Rohár <pali@kernel.org>

Applied on mvebu/dt

Thanks,

Gregory

> ---
>  arch/arm/boot/dts/armada-385-turris-omnia.dts | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/boot/dts/armada-385-turris-omnia.dts b/arch/arm/boot/dts/armada-385-turris-omnia.dts
> index 8215ffb6a795..c4bf3ca0784b 100644
> --- a/arch/arm/boot/dts/armada-385-turris-omnia.dts
> +++ b/arch/arm/boot/dts/armada-385-turris-omnia.dts
> @@ -166,6 +166,7 @@
>  	buffer-manager = <&bm>;
>  	bm,pool-long = <2>;
>  	bm,pool-short = <3>;
> +	label = "wan";
>  };
>  
>  &i2c0 {
> -- 
> 2.20.1
>
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/armada-385-turris-omnia.dts b/arch/arm/boot/dts/armada-385-turris-omnia.dts
index 8215ffb6a795..c4bf3ca0784b 100644
--- a/arch/arm/boot/dts/armada-385-turris-omnia.dts
+++ b/arch/arm/boot/dts/armada-385-turris-omnia.dts
@@ -166,6 +166,7 @@ 
 	buffer-manager = <&bm>;
 	bm,pool-long = <2>;
 	bm,pool-short = <3>;
+	label = "wan";
 };
 
 &i2c0 {