diff options
| author | Aleksander Jan Bajkowski <olek2@wp.pl> | 2025-08-12 17:06:04 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-11-13 23:34:17 +0300 |
| commit | e91be5cb71eec601f5c085b96331af4e4a6e871b (patch) | |
| tree | 7eb9f65cbb16931a4f0f415c8a783d0ebaf32363 /arch/mips/boot | |
| parent | 77439a0d125e2a9c24cec96a1f92e46ec9331dca (diff) | |
| download | linux-e91be5cb71eec601f5c085b96331af4e4a6e871b.tar.xz | |
mips: lantiq: danube: add model to EASY50712 dts
[ Upstream commit cb96fd880ef78500b34d10fa76ddd3fa070287d6 ]
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>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch/mips/boot')
| -rw-r--r-- | arch/mips/boot/dts/lantiq/danube_easy50712.dts | 2 |
1 files changed, 2 insertions, 0 deletions
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"; }; |
