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

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:
Robert Marko 2024-12-28 18:30:18 +01:00
parent e44daa4fa5
commit d6f2dc4a74

View File

@ -46,66 +46,6 @@
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 {
color = <LED_COLOR_ID_BLUE>;
function = LED_FUNCTION_USB;