[PATCH v2 3/8] arm: dts: mstar: breadbee: Correct LED names
Daniel Palmer
daniel at 0x0f.com
Wed Dec 31 19:43:01 PST 2025
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 at 0x0f.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 99f5a5603dc7..71da10d9228f 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: regulator-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
More information about the linux-arm-kernel
mailing list