summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/at91-sama5d3_xplained.dts
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2022-11-25 17:41:30 +0300
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-01-13 13:38:33 +0300
commit3a48b303d44a19d335910f825f9a8473c5ff35e0 (patch)
tree209b79c46d5252521b78f01c3cd21a867e0ba5e1 /arch/arm/boot/dts/at91-sama5d3_xplained.dts
parent30a39ce8fb67d29d475f2bd8442039ac0d09a43c (diff)
downloadlinux-3a48b303d44a19d335910f825f9a8473c5ff35e0.tar.xz
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-sama5d3_xplained.dts')
-rw-r--r--arch/arm/boot/dts/at91-sama5d3_xplained.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d3_xplained.dts b/arch/arm/boot/dts/at91-sama5d3_xplained.dts
index 1f42a6a981bf..820033727088 100644
--- a/arch/arm/boot/dts/at91-sama5d3_xplained.dts
+++ b/arch/arm/boot/dts/at91-sama5d3_xplained.dts
@@ -392,13 +392,13 @@
pinctrl-0 = <&pinctrl_gpio_leds>;
status = "okay";
- d2 {
+ led-d2 {
label = "d2";
gpios = <&pioE 23 GPIO_ACTIVE_LOW>; /* PE23, conflicts with A23, CTS2 */
linux,default-trigger = "heartbeat";
};
- d3 {
+ led-d3 {
label = "d3"; /* Conflict with EBI CS0, USART2 CTS. */
gpios = <&pioE 24 GPIO_ACTIVE_HIGH>;
};