Commit c87f7394 authored by Ben Pai's avatar Ben Pai Committed by Joel Stanley

ARM: dts: aspeed: mihawk: Change the name of leds

Change the name of power, fault and rear-id.
Remove the two leds.
Signed-off-by: default avatarBen Pai <Ben_Pai@wistron.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent fbb6f3e0
......@@ -120,35 +120,24 @@ fan5-presence {
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment