diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2018-01-26 10:36:33 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-02-12 13:50:58 +0100 |
commit | 5a63226206ce2313badee0b6ffec47f7a305c8ae (patch) | |
tree | ad8a15368960a876d4ed29bee22f0782244b51c6 /arch/arm/boot/dts/r8a7790.dtsi | |
parent | 807eeaf95e2647277f89284d91d1785c2280c2c6 (diff) | |
download | linux-5a63226206ce2313badee0b6ffec47f7a305c8ae.tar.gz linux-5a63226206ce2313badee0b6ffec47f7a305c8ae.tar.bz2 linux-5a63226206ce2313badee0b6ffec47f7a305c8ae.zip |
ARM: dts: r8a7790: consistently use single space before =
Consistently use a single space before a =.
This patch fixes instances where a tab is used instead.
This patch should not introduce any functional change.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'arch/arm/boot/dts/r8a7790.dtsi')
-rw-r--r-- | arch/arm/boot/dts/r8a7790.dtsi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index 3bbcc0b93f1c..e4367cecad18 100644 --- a/arch/arm/boot/dts/r8a7790.dtsi +++ b/arch/arm/boot/dts/r8a7790.dtsi @@ -1705,16 +1705,16 @@ thermal-zones { cpu_thermal: cpu-thermal { - polling-delay-passive = <0>; - polling-delay = <0>; + polling-delay-passive = <0>; + polling-delay = <0>; thermal-sensors = <&thermal>; trips { cpu-crit { - temperature = <95000>; - hysteresis = <0>; - type = "critical"; + temperature = <95000>; + hysteresis = <0>; + type = "critical"; }; }; cooling-maps { |