Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d50e6dd authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

ARM: shmobile: r8a7779 dtsi: Add SoC-specific thermal compatible property



The thermal node used the generic compatible property only.
Add the SoC-specific one, to make it future proof.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent f170b97c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -256,7 +256,7 @@
	};

	thermal@ffc48000 {
		compatible = "renesas,rcar-thermal";
		compatible = "renesas,thermal-r8a7779", "renesas,rcar-thermal";
		reg = <0xffc48000 0x38>;
	};