]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
mips: lantiq: danube: add missing properties to cpu node
authorAleksander Jan Bajkowski <olek2@wp.pl>
Mon, 11 Aug 2025 11:58:15 +0000 (13:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Dec 2025 11:45:10 +0000 (12:45 +0100)
[ Upstream commit e8dee66c37085dc9858eb8608bc783c2900e50e7 ]

This fixes the following warnings:
arch/mips/boot/dts/lantiq/danube_easy50712.dtb: cpus: '#address-cells' is a required property
from schema $id: http://devicetree.org/schemas/cpus.yaml#
arch/mips/boot/dts/lantiq/danube_easy50712.dtb: cpus: '#size-cells' is a required property
from schema $id: http://devicetree.org/schemas/cpus.yaml#
arch/mips/boot/dts/lantiq/danube_easy50712.dtb: cpu@0 (mips,mips24Kc): 'reg' is a required property
from schema $id: http://devicetree.org/schemas/mips/cpus.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>
arch/mips/boot/dts/lantiq/danube.dtsi

index 510be63c8bdf1d4d66cbb8a2a1175ea274a1d1c7..ff6ff9568e1bc934d33ce0f9a657fcab7753a3e7 100644 (file)
@@ -5,8 +5,12 @@
        compatible = "lantiq,xway", "lantiq,danube";
 
        cpus {
+               #address-cells = <1>;
+               #size-cells = <0>;
+
                cpu@0 {
                        compatible = "mips,mips24Kc";
+                       reg = <0>;
                };
        };