arm64: dts: renesas: Remove unneeded status from thermal nodes

The thermal device is supposed to be always enabled.  As the default
value of the status property is "okay", there is no need to make this
explicit in SoC-specific .dtsi files where no override is involved.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Geert Uytterhoeven
2018-09-11 16:37:30 +02:00
committed by Simon Horman
parent 450d6079e8
commit c79661eb50
4 changed files with 0 additions and 4 deletions

View File

@@ -358,7 +358,6 @@ tsc: thermal@e6198000 {
power-domains = <&sysc 32>;
resets = <&cpg 522>;
#thermal-sensor-cells = <1>;
status = "okay";
};
intc_ex: interrupt-controller@e61c0000 {

View File

@@ -455,7 +455,6 @@ tsc: thermal@e6198000 {
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
resets = <&cpg 522>;
#thermal-sensor-cells = <1>;
status = "okay";
};
intc_ex: interrupt-controller@e61c0000 {

View File

@@ -434,7 +434,6 @@ tsc: thermal@e6198000 {
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
resets = <&cpg 522>;
#thermal-sensor-cells = <1>;
status = "okay";
};
intc_ex: interrupt-controller@e61c0000 {

View File

@@ -350,7 +350,6 @@ tsc: thermal@e6198000 {
power-domains = <&sysc R8A77965_PD_ALWAYS_ON>;
resets = <&cpg 522>;
#thermal-sensor-cells = <1>;
status = "okay";
};
intc_ex: interrupt-controller@e61c0000 {