mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
brcm63xx: Livebox 1: fix led naming
Fix the DTS file for the Livebox 1 routers: - leds are totally wrong, fix them. Signed-off-by: Daniel Gonzalez Cabanelas <dgcbueu@gmail.com> Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
This commit is contained in:
parent
727ebf3a70
commit
768595c9f1
@ -37,28 +37,28 @@
|
||||
compatible = "gpio-leds";
|
||||
|
||||
red_adsl_fail {
|
||||
label = "Livebox-blue-5g:red:adsl-fail";
|
||||
label = "Livebox1:red:adsl-fail-power";
|
||||
gpios = <&gpio0 0 0>;
|
||||
default-state = "on";
|
||||
};
|
||||
|
||||
red_adsl {
|
||||
label = "Livebox-blue-5g:red:adsl-fail";
|
||||
label = "Livebox1:red:adsl";
|
||||
gpios = <&gpio0 1 0>;
|
||||
};
|
||||
|
||||
red_traffic {
|
||||
label = "Livebox-blue-5g:red:adsl-fail";
|
||||
label = "Livebox1:red:traffic";
|
||||
gpios = <&gpio0 2 0>;
|
||||
};
|
||||
|
||||
red_phone {
|
||||
label = "Livebox-blue-5g:red:adsl-fail";
|
||||
label = "Livebox1:red:phone";
|
||||
gpios = <&gpio0 3 0>;
|
||||
};
|
||||
|
||||
red_wifi {
|
||||
label = "Livebox-blue-5g:red:adsl-fail";
|
||||
label = "Livebox1:red:wifi";
|
||||
gpios = <&gpio0 4 0>;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user