aboutsummaryrefslogtreecommitdiffstats
path: root/patches/1086-ARM-dts-r8a7793-consistently-use-single-space-before.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/1086-ARM-dts-r8a7793-consistently-use-single-space-before.patch')
-rw-r--r--patches/1086-ARM-dts-r8a7793-consistently-use-single-space-before.patch50
1 files changed, 50 insertions, 0 deletions
diff --git a/patches/1086-ARM-dts-r8a7793-consistently-use-single-space-before.patch b/patches/1086-ARM-dts-r8a7793-consistently-use-single-space-before.patch
new file mode 100644
index 00000000000000..4d54975c063ca4
--- /dev/null
+++ b/patches/1086-ARM-dts-r8a7793-consistently-use-single-space-before.patch
@@ -0,0 +1,50 @@
+From 531aec31c8cc79189cb652ee215cbf86532d27b5 Mon Sep 17 00:00:00 2001
+From: Simon Horman <horms+renesas@verge.net.au>
+Date: Fri, 26 Jan 2018 10:36:35 +0100
+Subject: [PATCH 1086/1795] ARM: dts: r8a7793: 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>
+(cherry picked from commit 77b1e3d230e5e42bbde3f11923b34382832a8415)
+Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
+Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
+---
+ arch/arm/boot/dts/r8a7793.dtsi | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/arch/arm/boot/dts/r8a7793.dtsi b/arch/arm/boot/dts/r8a7793.dtsi
+index aa7d7792fb13..f9c5a557107d 100644
+--- a/arch/arm/boot/dts/r8a7793.dtsi
++++ b/arch/arm/boot/dts/r8a7793.dtsi
+@@ -1362,16 +1362,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 {
+--
+2.19.0
+