summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorChris Packham <chris.packham@alliedtelesis.co.nz>2024-07-10 16:35:16 +1200
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2024-07-12 13:11:26 +0200
commit75eb0cbe6e2220feffc7c6219b7dc80c56068bb9 (patch)
tree979c64c291392b7022a7bba82a5be97567569d03 /arch/mips
parentb1428c6860af10649cead288b8fc81efec6115c2 (diff)
downloadlinux-75eb0cbe6e2220feffc7c6219b7dc80c56068bb9.tar.gz
linux-75eb0cbe6e2220feffc7c6219b7dc80c56068bb9.tar.bz2
linux-75eb0cbe6e2220feffc7c6219b7dc80c56068bb9.zip
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 <chris.packham@alliedtelesis.co.nz> Reviewed-by: Marek BehĂșn <kabel@kernel.org> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/boot/dts/realtek/rtl838x.dtsi1
1 files changed, 1 insertions, 0 deletions
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 @@
#size-cells = <0>;
cpu@0 {
+ device_type = "cpu";
compatible = "mips,mips4KEc";
reg = <0>;
clocks = <&baseclk 0>;