ARM: dts: aspeed: mihawk: Change the name of leds
authorBen Pai <Ben_Pai@wistron.com>
Thu, 20 Feb 2020 05:52:55 +0000 (13:52 +0800)
committerJoel Stanley <joel@jms.id.au>
Tue, 5 May 2020 07:07:16 +0000 (16:37 +0930)
Change the name of power, fault and rear-id.
Remove the two leds.

Signed-off-by: Ben Pai <Ben_Pai@wistron.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-opp-mihawk.dts

index f7e935e..d1f452a 100644 (file)
        leds {
                compatible = "gpio-leds";
 
-               fault {
+               front-fault {
                        retain-state-shutdown;
                        default-state = "keep";
                        gpios = <&gpio ASPEED_GPIO(AA, 0) GPIO_ACTIVE_LOW>;
                };
 
-               power {
+               power-button {
                        retain-state-shutdown;
                        default-state = "keep";
                        gpios = <&gpio ASPEED_GPIO(AA, 1) GPIO_ACTIVE_LOW>;
                };
 
-               rear-id {
+               front-id {
                        retain-state-shutdown;
                        default-state = "keep";
                        gpios = <&gpio ASPEED_GPIO(AA, 2) GPIO_ACTIVE_LOW>;
                };
 
-               rear-g {
-                       retain-state-shutdown;
-                       default-state = "keep";
-                       gpios = <&gpio ASPEED_GPIO(AA, 4) GPIO_ACTIVE_LOW>;
-               };
-
-               rear-ok {
-                       retain-state-shutdown;
-                       default-state = "keep";
-                       gpios = <&gpio ASPEED_GPIO(Y, 0) GPIO_ACTIVE_LOW>;
-               };
 
                fan0 {
                        retain-state-shutdown;