diff mbox series

[1/2] arm64: dts: meson: rename led name on Khadas VIM2 meson-gxm-khadas-vim2

Message ID 20200928092613.273998-2-art@khadas.com (mailing list archive)
State New, archived
Headers show
Series arm64: dts: meson: VIM2 updates | expand

Commit Message

Artem Lapkin Sept. 28, 2020, 9:26 a.m. UTC
rename led name on Khadas VIM2 meson-gxm-khadas-vim2
rename vim:red:power to vim2:white:sys

becouse this led is white system led its not power led

Signed-off-by: Artem Lapkin <art@khadas.com>
---
 arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts b/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts
index bff8ec2c1c7..624632f06b5 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts
@@ -84,8 +84,8 @@  hdmi_connector_in: endpoint {
 	pwmleds {
 		compatible = "pwm-leds";
 
-		power {
-			label = "vim:red:power";
+		system {
+			label = "vim2:white:sys";
 			pwms = <&pwm_AO_ab 1 7812500 0>;
 			max-brightness = <255>;
 			linux,default-trigger = "default-on";