Skip to content

Commit 75eb0cb

Browse files
cpackham-atlnztsbogend
authored andcommitted
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 <[email protected]> Reviewed-by: Marek Behún <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent b1428c6 commit 75eb0cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/mips/boot/dts/realtek/rtl838x.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#size-cells = <0>;
77

88
cpu@0 {
9+
device_type = "cpu";
910
compatible = "mips,mips4KEc";
1011
reg = <0>;
1112
clocks = <&baseclk 0>;

0 commit comments

Comments
 (0)