From: Chris Packham Date: Wed, 10 Jul 2024 04:35:16 +0000 (+1200) Subject: mips: dts: realtek: add device_type property to cpu node X-Git-Tag: v6.11-rc1~95^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75eb0cbe6e2220feffc7c6219b7dc80c56068bb9;p=thirdparty%2Fkernel%2Flinux.git mips: dts: realtek: add device_type property to cpu node 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 Reviewed-by: Marek BehĂșn Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/boot/dts/realtek/rtl838x.dtsi b/arch/mips/boot/dts/realtek/rtl838x.dtsi index 6cc4ff5c0d198..722106e39194b 100644 --- a/arch/mips/boot/dts/realtek/rtl838x.dtsi +++ b/arch/mips/boot/dts/realtek/rtl838x.dtsi @@ -6,6 +6,7 @@ #size-cells = <0>; cpu@0 { + device_type = "cpu"; compatible = "mips,mips4KEc"; reg = <0>; clocks = <&baseclk 0>;