Skip to content

Commit

Permalink
lepotato.dtsi: Disable green and blue LED by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Radostan Riedel committed Nov 9, 2018
1 parent e3f2187 commit 0f8cb8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lepotato.dtsi
Expand Up @@ -5,14 +5,14 @@
system {
label = "librecomputer:system-status";
gpios = <&gpio GPIODV_24 GPIO_ACTIVE_HIGH>;
default-state = "on";
default-state = "off";
panic-indicator;
};

blue {
label = "librecomputer:blue";
gpios = <&gpio_ao GPIOAO_2 GPIO_ACTIVE_HIGH>;
default-state = "on";
default-state = "off";
};
};

Expand Down

0 comments on commit 0f8cb8f

Please sign in to comment.