diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2022-11-12 23:01:33 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-12-12 09:06:17 +0100 |
commit | f6c61571fb31a2917cdc7a68040a4bdc851e9112 (patch) | |
tree | a2cf4de5f97ca25d73a52f2c8800effe5a81ed57 | |
parent | b40a047f1fefa086826b3c65fa1ed34cc8a4a3ed (diff) | |
download | upstream-f6c61571fb31a2917cdc7a68040a4bdc851e9112.tar.gz upstream-f6c61571fb31a2917cdc7a68040a4bdc851e9112.tar.bz2 upstream-f6c61571fb31a2917cdc7a68040a4bdc851e9112.zip |
bcm53xx: remove MR32's openwrt specific patch for LEDs
The patch managed to sneak into v5.15 whereas it was
properly deleted for v5.10.
Fixes: 8f6e2bb17886 ("bcm53xx: remove MR32's specific get_leds_dt code")
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
-rw-r--r-- | target/linux/bcm53xx/patches-5.15/331-Meraki-MR32-Status-LEDs.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/target/linux/bcm53xx/patches-5.15/331-Meraki-MR32-Status-LEDs.patch b/target/linux/bcm53xx/patches-5.15/331-Meraki-MR32-Status-LEDs.patch deleted file mode 100644 index 92a71e58fe..0000000000 --- a/target/linux/bcm53xx/patches-5.15/331-Meraki-MR32-Status-LEDs.patch +++ /dev/null @@ -1,28 +0,0 @@ -From: Christian Lamparter <chunkeey@gmail.com> -Date: Thu, 7 Jun 2018 19:29:12 +0200 -Subject: bcm53xx: add LED status label alias for Meraki MR32 - -add an led-status alias label. This is used by OpenWrt's LED -DTS lookup function to identifiy the indicator LED - -Signed-off-by: Christian Lamparter <chunkeey@gmail.com> - ---- a/arch/arm/boot/dts/bcm53016-meraki-mr32.dts -+++ b/arch/arm/boot/dts/bcm53016-meraki-mr32.dts -@@ -27,6 +27,7 @@ - - aliases { - serial1 = &uart2; -+ led-status = &led_status; - }; - - leds { -@@ -66,7 +67,7 @@ - max-brightness = <255>; - }; - -- green { -+ led_status: green { - /* SYS-LED 1 - Tricolor */ - function = LED_FUNCTION_POWER; - color = <LED_COLOR_ID_GREEN>; |