aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood/patches-5.15/116-4i-edge-200.patch
diff options
context:
space:
mode:
authorPawel Dembicki <paweldembicki@gmail.com>2023-05-11 17:02:43 +0200
committerChristian Lamparter <chunkeey@gmail.com>2023-05-14 00:08:35 +0200
commit749237967a122a40465b65c7e9eb6924d8fe09c4 (patch)
tree12a1940d7c8a025f856ec4cfdb2a0df5a7cb272a /target/linux/kirkwood/patches-5.15/116-4i-edge-200.patch
parent1d49310fdb5e6febd2e7a60d55deb0adb4364307 (diff)
downloadupstream-749237967a122a40465b65c7e9eb6924d8fe09c4.tar.gz
upstream-749237967a122a40465b65c7e9eb6924d8fe09c4.tar.bz2
upstream-749237967a122a40465b65c7e9eb6924d8fe09c4.zip
kirkwood: Replace dtses with upstream accepted
DTSes from of three boards was sent and accpeted upstream. Let's use backport patches with small OpenWrt tweak like other upstream stuff. List of boards: - Zyxel NSA310S - Endian 4i Edge 200 - Ctera C-200 V1 Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Diffstat (limited to 'target/linux/kirkwood/patches-5.15/116-4i-edge-200.patch')
-rw-r--r--target/linux/kirkwood/patches-5.15/116-4i-edge-200.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/target/linux/kirkwood/patches-5.15/116-4i-edge-200.patch b/target/linux/kirkwood/patches-5.15/116-4i-edge-200.patch
new file mode 100644
index 0000000000..ffc46c29dc
--- /dev/null
+++ b/target/linux/kirkwood/patches-5.15/116-4i-edge-200.patch
@@ -0,0 +1,34 @@
+--- a/arch/arm/boot/dts/kirkwood-4i-edge-200.dts
++++ b/arch/arm/boot/dts/kirkwood-4i-edge-200.dts
+@@ -20,6 +20,13 @@
+ reg = <0x00000000 0x20000000>;
+ };
+
++ aliases {
++ led-boot = &led_status_green;
++ led-failsafe = &led_status_orange;
++ led-running = &led_status_green;
++ led-upgrade = &led_status_orange;
++ };
++
+ chosen {
+ bootargs = "console=ttyS0,115200n8";
+ stdout-path = &uart0;
+@@ -37,13 +44,15 @@
+ linux,default-trigger = "mmc0";
+ };
+
+- led-2 {
++ led_status_orange: led-2 {
++ label = "orange:status";
+ function = LED_FUNCTION_STATUS;
+ color = <LED_COLOR_ID_AMBER>;
+ gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;
+ };
+
+- led-3 {
++ led_status_green: led-3 {
++ label = "green:status";
+ function = LED_FUNCTION_STATUS;
+ color = <LED_COLOR_ID_GREEN>;
+ gpios = <&gpio1 17 GPIO_ACTIVE_HIGH>;