From: Aleksander Jan Bajkowski Date: Tue, 12 Aug 2025 14:06:04 +0000 (+0200) Subject: mips: lantiq: danube: add model to EASY50712 dts X-Git-Tag: v6.18-rc1~69^2~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb96fd880ef78500b34d10fa76ddd3fa070287d6;p=thirdparty%2Fkernel%2Flinux.git mips: lantiq: danube: add model to EASY50712 dts 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 Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/boot/dts/lantiq/danube_easy50712.dts b/arch/mips/boot/dts/lantiq/danube_easy50712.dts index c4d7aa5753b0..ab70028dbefc 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"; };