[PATCH] mips: lantiq: danube: add model to EASY50712 dts

Aleksander Jan Bajkowski posted 1 patch 1 month, 3 weeks ago
arch/mips/boot/dts/lantiq/danube_easy50712.dts | 2 ++
1 file changed, 2 insertions(+)
[PATCH] mips: lantiq: danube: add model to EASY50712 dts
Posted by Aleksander Jan Bajkowski 1 month, 3 weeks ago
This fixes the following warning:
arch/mips/boot/dts/lantiq/danube_easy50712.dtb: / (lantiq,xway): 'model' is a required property
	from schema $id: http://devicetree.org/schemas/root-node.yaml#

Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
---
 arch/mips/boot/dts/lantiq/danube_easy50712.dts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/mips/boot/dts/lantiq/danube_easy50712.dts b/arch/mips/boot/dts/lantiq/danube_easy50712.dts
index 1ce20b7d05cb..0c60584092cd 100644
--- a/arch/mips/boot/dts/lantiq/danube_easy50712.dts
+++ b/arch/mips/boot/dts/lantiq/danube_easy50712.dts
@@ -4,6 +4,8 @@
 /include/ "danube.dtsi"
 
 / {
+	model = "Intel EASY50712";
+
 	chosen {
 		bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
 	};
-- 
2.47.2
Re: [PATCH] mips: lantiq: danube: add model to EASY50712 dts
Posted by Thomas Bogendoerfer 1 month ago
On Tue, Aug 12, 2025 at 04:06:04PM +0200, Aleksander Jan Bajkowski wrote:
> This fixes the following warning:
> arch/mips/boot/dts/lantiq/danube_easy50712.dtb: / (lantiq,xway): 'model' is a required property
> 	from schema $id: http://devicetree.org/schemas/root-node.yaml#
> 
> Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
> ---
>  arch/mips/boot/dts/lantiq/danube_easy50712.dts | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/mips/boot/dts/lantiq/danube_easy50712.dts b/arch/mips/boot/dts/lantiq/danube_easy50712.dts
> index 1ce20b7d05cb..0c60584092cd 100644
> --- a/arch/mips/boot/dts/lantiq/danube_easy50712.dts
> +++ b/arch/mips/boot/dts/lantiq/danube_easy50712.dts
> @@ -4,6 +4,8 @@
>  /include/ "danube.dtsi"
>  
>  / {
> +	model = "Intel EASY50712";
> +
>  	chosen {
>  		bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
>  	};
> -- 
> 2.47.2

applied to mips-next.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]