diff options
| author | Aleksander Jan Bajkowski <olek2@wp.pl> | 2025-08-12 16:06:04 +0200 |
|---|---|---|
| committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2025-08-29 22:34:29 +0200 |
| commit | cb96fd880ef78500b34d10fa76ddd3fa070287d6 (patch) | |
| tree | fb306c7c6b8e366de86b156f4cfdf5218bc59e64 | |
| parent | mips: lantiq: danube: add missing device_type in pci node (diff) | |
| download | linux-cb96fd880ef78500b34d10fa76ddd3fa070287d6.tar.gz linux-cb96fd880ef78500b34d10fa76ddd3fa070287d6.zip | |
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 <olek2@wp.pl>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
| -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"; }; |
