[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251231025502.1139168-3-daniel@0x0f.com>
Date: Wed, 31 Dec 2025 11:54:59 +0900
From: Daniel Palmer <daniel@...f.com>
To: krzk+dt@...nel.org,
romain.perier@...il.com,
robh@...nel.org,
conor+dt@...nel.org,
linux-arm-kernel@...ts.infradead.org
Cc: devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
Daniel Palmer <daniel@...f.com>
Subject: [PATCH 2/5] arm: dts: mstar: breadbee: Correct LED names
The dt validation stuff whats the names of the leds to match
a regexp.
Prefix the names with "led-" to make the validation happy.
Signed-off-by: Daniel Palmer <daniel@...f.com>
---
.../boot/dts/sigmastar/mstar-infinity-breadbee-common.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/sigmastar/mstar-infinity-breadbee-common.dtsi b/arch/arm/boot/dts/sigmastar/mstar-infinity-breadbee-common.dtsi
index aedea0fbbce6..3826436a80d0 100644
--- a/arch/arm/boot/dts/sigmastar/mstar-infinity-breadbee-common.dtsi
+++ b/arch/arm/boot/dts/sigmastar/mstar-infinity-breadbee-common.dtsi
@@ -33,11 +33,11 @@ vcc_io: reg-io {
leds {
compatible = "gpio-leds";
- red {
+ led-red {
gpios = <&gpio MSC313_GPIO_SR_IO16 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "activity";
};
- yellow {
+ led-yellow {
gpios = <&gpio MSC313_GPIO_SR_IO17 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat";
};
--
2.51.0
Powered by blists - more mailing lists