[PATCH v5 02/10] mips: dts: realtek: add device_type property to cpu node

From: Chris Packham
Date: Wed Jul 10 2024 - 00:36:03 EST


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@xxxxxxxxxxxxxxxxxxx>
Reviewed-by: Marek Behún <kabel@xxxxxxxxxx>
---

Notes:
Changes in v5:
- None
Changes in v4:
- Add r-by from Marek
Changes in v3:
- None
Changes in v2:
- New

arch/mips/boot/dts/realtek/rtl838x.dtsi | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/mips/boot/dts/realtek/rtl838x.dtsi b/arch/mips/boot/dts/realtek/rtl838x.dtsi
index 6cc4ff5c0d19..722106e39194 100644
--- a/arch/mips/boot/dts/realtek/rtl838x.dtsi
+++ b/arch/mips/boot/dts/realtek/rtl838x.dtsi
@@ -6,6 +6,7 @@ cpus {
#size-cells = <0>;

cpu@0 {
+ device_type = "cpu";
compatible = "mips,mips4KEc";
reg = <0>;
clocks = <&baseclk 0>;
--
2.45.2