aboutsummaryrefslogtreecommitdiff
path: root/target/linux/bcm27xx/patches-6.1/950-0541-overlays-i2c-sensor-Use-TABs-for-indentation.patch
blob: c7746c78e001db62ea1c6baebe17a4c7c06d5c10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
From 20bdf59afc9d613744e22c4c12f531dc22554f10 Mon Sep 17 00:00:00 2001
From: Phil Elwell <phil@raspberrypi.com>
Date: Wed, 18 Jan 2023 16:37:01 +0000
Subject: [PATCH] overlays: i2c-sensor: Use TABs for indentation

A whitespace-only change replacing groups of 8 spaces with TABs.

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
---
 .../boot/dts/overlays/i2c-sensor-common.dtsi  | 34 +++++++++----------
 1 file changed, 17 insertions(+), 17 deletions(-)

--- a/arch/arm/boot/dts/overlays/i2c-sensor-common.dtsi
+++ b/arch/arm/boot/dts/overlays/i2c-sensor-common.dtsi
@@ -427,14 +427,14 @@
 			#address-cells = <1>;
 			#size-cells = <0>;
 			status = "okay";
-                        clock-frequency = <400000>;
+			clock-frequency = <400000>;
 
-                        mpu6050: mpu6050@68 {
-                                compatible = "invensense,mpu6050";
-                                reg = <0x68>;
-                                interrupt-parent = <&gpio>;
-                                interrupts = <4 2>;
-                        };
+			mpu6050: mpu6050@68 {
+				compatible = "invensense,mpu6050";
+				reg = <0x68>;
+				interrupt-parent = <&gpio>;
+				interrupts = <4 2>;
+			};
 		};
 	};
 
@@ -444,14 +444,14 @@
 			#address-cells = <1>;
 			#size-cells = <0>;
 			status = "okay";
-                        clock-frequency = <400000>;
+			clock-frequency = <400000>;
 
-                        mpu9250: mpu9250@68 {
-                                compatible = "invensense,mpu9250";
-                                reg = <0x68>;
-                                interrupt-parent = <&gpio>;
-                                interrupts = <4 2>;
-                        };
+			mpu9250: mpu9250@68 {
+				compatible = "invensense,mpu9250";
+				reg = <0x68>;
+				interrupt-parent = <&gpio>;
+				interrupts = <4 2>;
+			};
 		};
 	};
 
@@ -488,7 +488,7 @@
 		mpu6050 = <0>,"+28";
 		mpu9250 = <0>,"+29";
 
-		addr =  <&bme280>,"reg:0", <&bmp280>,"reg:0", <&tmp102>,"reg:0",
+		addr =	<&bme280>,"reg:0", <&bmp280>,"reg:0", <&tmp102>,"reg:0",
 			<&lm75>,"reg:0", <&hdc100x>,"reg:0", <&sht3x>,"reg:0",
 			<&ds1621>,"reg:0", <&bme680>,"reg:0", <&ccs811>,"reg:0",
 			<&bh1750>,"reg:0", <&mcp980x>,"reg:0", <&jc42>,"reg:0",