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: Ben Pai <Ben_Pai@wistron.com> Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
@@ -120,35 +120,24 @@
|
|||||||
leds {
|
leds {
|
||||||
compatible = "gpio-leds";
|
compatible = "gpio-leds";
|
||||||
|
|
||||||
fault {
|
front-fault {
|
||||||
retain-state-shutdown;
|
retain-state-shutdown;
|
||||||
default-state = "keep";
|
default-state = "keep";
|
||||||
gpios = <&gpio ASPEED_GPIO(AA, 0) GPIO_ACTIVE_LOW>;
|
gpios = <&gpio ASPEED_GPIO(AA, 0) GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
power {
|
power-button {
|
||||||
retain-state-shutdown;
|
retain-state-shutdown;
|
||||||
default-state = "keep";
|
default-state = "keep";
|
||||||
gpios = <&gpio ASPEED_GPIO(AA, 1) GPIO_ACTIVE_LOW>;
|
gpios = <&gpio ASPEED_GPIO(AA, 1) GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
rear-id {
|
front-id {
|
||||||
retain-state-shutdown;
|
retain-state-shutdown;
|
||||||
default-state = "keep";
|
default-state = "keep";
|
||||||
gpios = <&gpio ASPEED_GPIO(AA, 2) GPIO_ACTIVE_LOW>;
|
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 {
|
fan0 {
|
||||||
retain-state-shutdown;
|
retain-state-shutdown;
|
||||||
|
|||||||
Reference in New Issue
Block a user