aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/boot/dts/sun5i-a13-licheepi-one.dts
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2022-05-26 22:35:46 +0200
committerJernej Skrabec <jernej.skrabec@gmail.com>2022-06-06 23:16:58 +0200
commit4f05f03e8f8bf5c609adca829ae9857fb9f6de3e (patch)
tree8e3932576d58e7111d18db6f24ba16535d0db64a /arch/arm/boot/dts/sun5i-a13-licheepi-one.dts
parentLinux 5.19-rc1 (diff)
downloadwireguard-linux-4f05f03e8f8bf5c609adca829ae9857fb9f6de3e.tar.xz
wireguard-linux-4f05f03e8f8bf5c609adca829ae9857fb9f6de3e.zip
ARM: dts: sun5i: adjust whitespace around '='
Fix whitespace coding style: use single space instead of tabs or multiple spaces around '=' sign in property assignment. No functional changes (same DTB). Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com> Link: https://lore.kernel.org/r/20220526203547.830848-1-krzysztof.kozlowski@linaro.org
Diffstat (limited to 'arch/arm/boot/dts/sun5i-a13-licheepi-one.dts')
-rw-r--r--arch/arm/boot/dts/sun5i-a13-licheepi-one.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/sun5i-a13-licheepi-one.dts b/arch/arm/boot/dts/sun5i-a13-licheepi-one.dts
index 2ce361f8fede..3a6c4bd0a44f 100644
--- a/arch/arm/boot/dts/sun5i-a13-licheepi-one.dts
+++ b/arch/arm/boot/dts/sun5i-a13-licheepi-one.dts
@@ -67,18 +67,18 @@
compatible = "gpio-leds";
led-0 {
- label ="licheepi:red:usr";
+ label = "licheepi:red:usr";
gpios = <&pio 2 5 GPIO_ACTIVE_LOW>;
};
led-1 {
- label ="licheepi:green:usr";
+ label = "licheepi:green:usr";
gpios = <&pio 2 19 GPIO_ACTIVE_LOW>;
default-state = "on";
};
led-2 {
- label ="licheepi:blue:usr";
+ label = "licheepi:blue:usr";
gpios = <&pio 2 4 GPIO_ACTIVE_LOW>;
};