]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
bcm4908: use upstream patches for Asus GT-AC5300 LEDs
authorRafał Miłecki <rafal@milecki.pl>
Fri, 2 Sep 2022 15:07:40 +0000 (17:07 +0200)
committerRafał Miłecki <rafal@milecki.pl>
Fri, 2 Sep 2022 19:47:51 +0000 (21:47 +0200)
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
target/linux/bcm4908/patches-5.10/038-v6.1-0001-arm64-dts-broadcom-bcm4908-add-remaining-LED-pins.patch [moved from target/linux/bcm4908/patches-5.10/130-0001-arm64-dts-broadcom-bcm4908-add-remaining-LED-pins.patch with 91% similarity]
target/linux/bcm4908/patches-5.10/038-v6.1-0002-arm64-dts-broadcom-bcm4908-add-LEDs-controller-block.patch [moved from target/linux/bcm4908/patches-5.10/130-0002-arm64-dts-broadcom-bcm4908-add-LEDs-controller-block.patch with 78% similarity]
target/linux/bcm4908/patches-5.10/038-v6.1-0003-arm64-dts-broadcom-bcm4908-add-Asus-GT-AC5300-LEDs.patch [moved from target/linux/bcm4908/patches-5.10/130-0003-arm64-dts-broadcom-bcm4908-add-Asus-GT-AC5300-LEDs.patch with 88% similarity]

similarity index 91%
rename from target/linux/bcm4908/patches-5.10/130-0001-arm64-dts-broadcom-bcm4908-add-remaining-LED-pins.patch
rename to target/linux/bcm4908/patches-5.10/038-v6.1-0001-arm64-dts-broadcom-bcm4908-add-remaining-LED-pins.patch
index be1efcde86015e8a61716fc2beb705cde7c50a9f..437249f2cb33ae36e5eab6423869965fe235315e 100644 (file)
@@ -1,5 +1,6 @@
+From 456b6dd1baadd2da10e28ffd1717b06d1fa17a97 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
-Date: Mon, 18 Jul 2022 13:16:05 +0200
+Date: Mon, 18 Jul 2022 15:20:58 +0200
 Subject: [PATCH] arm64: dts: broadcom: bcm4908: add remaining LED pins
 MIME-Version: 1.0
 Content-Type: text/plain; charset=UTF-8
@@ -8,6 +9,8 @@ Content-Transfer-Encoding: 8bit
 Include all 32 pins.
 
 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
+Link: https://lore.kernel.org/r/20220718132100.13277-1-zajec5@gmail.com
+Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
 ---
  .../boot/dts/broadcom/bcm4908/bcm4908.dtsi    | 75 +++++++++++++++++++
  1 file changed, 75 insertions(+)
similarity index 78%
rename from target/linux/bcm4908/patches-5.10/130-0002-arm64-dts-broadcom-bcm4908-add-LEDs-controller-block.patch
rename to target/linux/bcm4908/patches-5.10/038-v6.1-0002-arm64-dts-broadcom-bcm4908-add-LEDs-controller-block.patch
index 0ba37457986b8389e4d8eb2dbd502a1bc56cde5b..c8903408934192c3b7de9aefb58d0b818970024e 100644 (file)
@@ -1,5 +1,6 @@
+From 7de56b1dc1149c702d4cc1e89ccc251bfb2bc246 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
-Date: Mon, 18 Jul 2022 13:17:57 +0200
+Date: Mon, 18 Jul 2022 15:20:59 +0200
 Subject: [PATCH] arm64: dts: broadcom: bcm4908: add LEDs controller block
 MIME-Version: 1.0
 Content-Type: text/plain; charset=UTF-8
@@ -9,6 +10,8 @@ BCM4908 includes LEDs controller that supports multiple brightness
 levels & hardware blinking.
 
 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
+Link: https://lore.kernel.org/r/20220718132100.13277-2-zajec5@gmail.com
+Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
 ---
  arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi | 8 ++++++++
  1 file changed, 8 insertions(+)
similarity index 88%
rename from target/linux/bcm4908/patches-5.10/130-0003-arm64-dts-broadcom-bcm4908-add-Asus-GT-AC5300-LEDs.patch
rename to target/linux/bcm4908/patches-5.10/038-v6.1-0003-arm64-dts-broadcom-bcm4908-add-Asus-GT-AC5300-LEDs.patch
index 796395a017cda8bcea7b0518decf6845768966d3..3888efb66bbff1fc2af53b4b2cd8a9d24a54f827 100644 (file)
@@ -1,5 +1,6 @@
+From 3bcae3396e986b4ab97a69e8de517e32f9691a4b Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
-Date: Mon, 18 Jul 2022 13:21:54 +0200
+Date: Mon, 18 Jul 2022 15:21:00 +0200
 Subject: [PATCH] arm64: dts: broadcom: bcm4908: add Asus GT-AC5300 LEDs
 MIME-Version: 1.0
 Content-Type: text/plain; charset=UTF-8
@@ -8,6 +9,8 @@ Content-Transfer-Encoding: 8bit
 There are 5 software-controllable LEDs on PCB.
 
 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
+Link: https://lore.kernel.org/r/20220718132100.13277-3-zajec5@gmail.com
+Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
 ---
  .../bcm4908/bcm4908-asus-gt-ac5300.dts        | 48 +++++++++++++++++++
  1 file changed, 48 insertions(+)