aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/boot/dts/at91-sama5d2_xplained.dts
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2022-11-25 15:41:30 +0100
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-01-13 11:38:33 +0100
commit3a48b303d44a19d335910f825f9a8473c5ff35e0 (patch)
tree209b79c46d5252521b78f01c3cd21a867e0ba5e1 /arch/arm/boot/dts/at91-sama5d2_xplained.dts
parentARM: dts: dove: align LED node names with dtschema (diff)
downloadwireguard-linux-3a48b303d44a19d335910f825f9a8473c5ff35e0.tar.xz
wireguard-linux-3a48b303d44a19d335910f825f9a8473c5ff35e0.zip
ARM: dts: at91: align LED node names with dtschema
The node names should be generic and DT schema expects certain pattern: at91-sama5d2_ptc_ek.dtb: leds: 'blue', 'green', 'red' do not match any of the regexes: '(^led-[0-9a-f]$|led)', 'pinctrl-[0-9]+' Link: https://lore.kernel.org/r/20221125144131.477089-1-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/at91-sama5d2_xplained.dts')
-rw-r--r--arch/arm/boot/dts/at91-sama5d2_xplained.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d2_xplained.dts b/arch/arm/boot/dts/at91-sama5d2_xplained.dts
index 85949c24b687..2d53c47d7cc8 100644
--- a/arch/arm/boot/dts/at91-sama5d2_xplained.dts
+++ b/arch/arm/boot/dts/at91-sama5d2_xplained.dts
@@ -725,18 +725,18 @@
pinctrl-0 = <&pinctrl_led_gpio_default>;
status = "okay"; /* conflict with pwm0 */
- red {
+ led-red {
label = "red";
gpios = <&pioA PIN_PB6 GPIO_ACTIVE_LOW>;
};
- green {
+ led-green {
label = "green";
gpios = <&pioA PIN_PB5 GPIO_ACTIVE_LOW>;
};
- blue {
+ led-blue {
label = "blue";
gpios = <&pioA PIN_PB0 GPIO_ACTIVE_LOW>;
linux,default-trigger = "heartbeat";