diff options
author | Yoshihiro Kaneko <ykaneko0929@gmail.com> | 2019-08-19 15:56:33 +0300 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-08-21 12:05:15 +0300 |
commit | 5eb624ebc700592d0c9e9e1b3ad59ffc6108c683 (patch) | |
tree | 09a7090405819d3015dd148c3f136b8fa3aecd64 /arch/arm64/boot/dts/renesas/r8a77970.dtsi | |
parent | 13a398a17afed664d3539d9d2c85fcb489b494e5 (diff) | |
download | linux-5eb624ebc700592d0c9e9e1b3ad59ffc6108c683.tar.xz |
arm64: dts: renesas: r8a77970: Sort nodes
Sort nodes.
If node address is present
* Sort by node address, grouping all nodes with the same compat string
and sorting the group alphabetically.
Else
* Sort alphabetically
This should not have any run-time effect.
Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'arch/arm64/boot/dts/renesas/r8a77970.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a77970.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a77970.dtsi b/arch/arm64/boot/dts/renesas/r8a77970.dtsi index 5b6164d4b8e3..0cd3b376635d 100644 --- a/arch/arm64/boot/dts/renesas/r8a77970.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a77970.dtsi @@ -1181,6 +1181,9 @@ polling-delay = <1000>; thermal-sensors = <&thermal>; + cooling-maps { + }; + trips { cpu-crit { temperature = <120000>; @@ -1188,9 +1191,6 @@ type = "critical"; }; }; - - cooling-maps { - }; }; }; |