mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-12 15:34:59 +00:00
qualcommax: ipq60xx: mr7350: remove leftover commented-out LED-s
Some checks failed
Build Kernel / Build all affected Kernels (push) Waiting to run
Build all core packages / Build all core packages for selected target (push) Waiting to run
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Some checks failed
Build Kernel / Build all affected Kernels (push) Waiting to run
Build all core packages / Build all core packages for selected target (push) Waiting to run
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
These PHY LED-s are leftovers from a time when PHY LED offloading did not work like the stock FW, so remove them as they are commented-out anyway. Link: https://github.com/openwrt/openwrt/pull/17413 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
e44daa4fa5
commit
d6f2dc4a74
@ -46,66 +46,6 @@
|
|||||||
leds {
|
leds {
|
||||||
compatible = "gpio-leds";
|
compatible = "gpio-leds";
|
||||||
|
|
||||||
/*lan1-amber {
|
|
||||||
label = "amber:lan1";
|
|
||||||
color = <LED_COLOR_ID_AMBER>;
|
|
||||||
gpios = <&qca8075_0 0 GPIO_ACTIVE_HIGH>;
|
|
||||||
};
|
|
||||||
|
|
||||||
lan1-green {
|
|
||||||
label = "green:lan1";
|
|
||||||
color = <LED_COLOR_ID_GREEN>;
|
|
||||||
gpios = <&qca8075_0 1 GPIO_ACTIVE_HIGH>;
|
|
||||||
};
|
|
||||||
|
|
||||||
lan2-amber {
|
|
||||||
label = "amber:lan2";
|
|
||||||
color = <LED_COLOR_ID_AMBER>;
|
|
||||||
gpios = <&qca8075_1 0 GPIO_ACTIVE_HIGH>;
|
|
||||||
};
|
|
||||||
|
|
||||||
lan2-green {
|
|
||||||
label = "green:lan2";
|
|
||||||
color = <LED_COLOR_ID_GREEN>;
|
|
||||||
gpios = <&qca8075_1 1 GPIO_ACTIVE_HIGH>;
|
|
||||||
};
|
|
||||||
|
|
||||||
lan3-amber {
|
|
||||||
label = "amber:lan3";
|
|
||||||
color = <LED_COLOR_ID_AMBER>;
|
|
||||||
gpios = <&qca8075_2 0 GPIO_ACTIVE_HIGH>;
|
|
||||||
};
|
|
||||||
|
|
||||||
lan3-green {
|
|
||||||
label = "green:lan3";
|
|
||||||
color = <LED_COLOR_ID_GREEN>;
|
|
||||||
gpios = <&qca8075_2 1 GPIO_ACTIVE_HIGH>;
|
|
||||||
};
|
|
||||||
|
|
||||||
lan4-amber {
|
|
||||||
label = "amber:lan4";
|
|
||||||
color = <LED_COLOR_ID_AMBER>;
|
|
||||||
gpios = <&qca8075_3 0 GPIO_ACTIVE_HIGH>;
|
|
||||||
};
|
|
||||||
|
|
||||||
lan4-green {
|
|
||||||
label = "green:lan4";
|
|
||||||
color = <LED_COLOR_ID_GREEN>;
|
|
||||||
gpios = <&qca8075_3 1 GPIO_ACTIVE_HIGH>;
|
|
||||||
};
|
|
||||||
|
|
||||||
wan-amber {
|
|
||||||
color = <LED_COLOR_ID_AMBER>;
|
|
||||||
function = LED_FUNCTION_WAN;
|
|
||||||
gpios = <&qca8075_4 0 GPIO_ACTIVE_HIGH>;
|
|
||||||
};
|
|
||||||
|
|
||||||
wan-green {
|
|
||||||
color = <LED_COLOR_ID_GREEN>;
|
|
||||||
function = LED_FUNCTION_WAN;
|
|
||||||
gpios = <&qca8075_4 1 GPIO_ACTIVE_HIGH>;
|
|
||||||
};*/
|
|
||||||
|
|
||||||
usb {
|
usb {
|
||||||
color = <LED_COLOR_ID_BLUE>;
|
color = <LED_COLOR_ID_BLUE>;
|
||||||
function = LED_FUNCTION_USB;
|
function = LED_FUNCTION_USB;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user