openwrt/target/linux/bcm27xx/patches-6.1/950-0541-overlays-i2c-sensor-Use-TABs-for-indentation.patch

68 lines
2.2 KiB
Diff
Raw Normal View History

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",