ramips: fix GB-PC1 and GB-PC2 LEDs
Add the missing LEDs for GB-PC2. Some of these LEDs don't exist on the device schematics. Tests on a GB-PC2 by me and Petr proved otherwise. Remove ethblack-green and ethblue-green LEDs for GB-PC1. They are not wired to GPIO 3 or 4 and the wiring is currently unknown. Set ethyellow-orange to display link state and activity of the ethyellow interface for GB-PC2. Link: https://github.com/ngiger/GnuBee_Docs/blob/master/GB-PCx/Documents/GB-PC2_V1.1_schematic.pdf Tested-by: Petr Louda <petr.louda@outlook.cz> Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
This commit is contained in:
committed by
Hauke Mehrtens
parent
fe5a2f334f
commit
2a6ef7f53d
@@ -27,16 +27,6 @@
|
||||
leds {
|
||||
compatible = "gpio-leds";
|
||||
|
||||
ethblack_act {
|
||||
label = "green:ethblack_act";
|
||||
gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
ethblue_act {
|
||||
label = "green:ethblue_act";
|
||||
gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
power {
|
||||
label = "green:power";
|
||||
gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
|
||||
|
||||
@@ -27,16 +27,26 @@
|
||||
leds {
|
||||
compatible = "gpio-leds";
|
||||
|
||||
ethblack_act {
|
||||
label = "green:ethblack_act";
|
||||
ethblack-green {
|
||||
label = "green:ethblack";
|
||||
gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
ethblue_act {
|
||||
label = "green:ethblue_act";
|
||||
ethblue-green {
|
||||
label = "green:ethblue";
|
||||
gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
ethyellow-green {
|
||||
label = "green:ethyellow";
|
||||
gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
ethyellow-orange {
|
||||
label = "orange:ethyellow";
|
||||
gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
power {
|
||||
label = "green:power";
|
||||
gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
|
||||
|
||||
Reference in New Issue
Block a user