]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
mips: dts: realtek: add device_type property to cpu node
authorChris Packham <chris.packham@alliedtelesis.co.nz>
Wed, 10 Jul 2024 04:35:16 +0000 (16:35 +1200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 12 Jul 2024 11:11:26 +0000 (13:11 +0200)
Add device_type = "cpu" to the cpu node for the rtl838x SoC. This
resolves the following dtbs_check complaint:

 cpus: cpu@0: 'cache-level' is a required property

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Reviewed-by: Marek BehĂșn <kabel@kernel.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/boot/dts/realtek/rtl838x.dtsi

index 6cc4ff5c0d198058c0e973371ead0ddd34f96cd7..722106e39194bbf853f01c2af72fd5b8f5f3436c 100644 (file)
@@ -6,6 +6,7 @@
                #size-cells = <0>;
 
                cpu@0 {
+                       device_type = "cpu";
                        compatible = "mips,mips4KEc";
                        reg = <0>;
                        clocks = <&baseclk 0>;