rockchip: fix missing ".patch" file extension
authorTomas Lara <tl849670@gmail.com>
Mon, 17 Mar 2025 14:59:23 +0000 (14:59 +0000)
committerRobert Marko <robimarko@gmail.com>
Tue, 18 Mar 2025 09:30:23 +0000 (10:30 +0100)
Fixes missing .patch file extension in:
- https://github.com/openwrt/openwrt/commit/de9ad11dac094b6074c9b23341acbc28806404ae
- https://github.com/openwrt/openwrt/commit/2e7d060fd1ba6160067df1a2ba303c7c2efe2a7e

Signed-off-by: Tomas Lara <tl849670@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18281
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/rockchip/patches-6.6/401-1-nanopi-r6-show-boot-status-on-system-led [deleted file]
target/linux/rockchip/patches-6.6/401-1-nanopi-r6-show-boot-status-on-system-led.patch [new file with mode: 0644]
target/linux/rockchip/patches-6.6/401-2-nanopi-r6-reset-button [deleted file]
target/linux/rockchip/patches-6.6/401-2-nanopi-r6-reset-button.patch [new file with mode: 0644]

diff --git a/target/linux/rockchip/patches-6.6/401-1-nanopi-r6-show-boot-status-on-system-led b/target/linux/rockchip/patches-6.6/401-1-nanopi-r6-show-boot-status-on-system-led
deleted file mode 100644 (file)
index f891cf5..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-Nanopi R6: show boot progress on the system LED
-
-Set up openwrt to show boot progress on the nanopi R6S or R6C system LED.
-
-The LED blinking states indicate the boot stage. The led is defined as
-a power LED, but can still be set to heartbeat in /etc/config/system
-after the system is done booting.
-
---- a/arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi
-+++ b/arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi
-@@ -16,6 +16,10 @@
-               ethernet0 = &gmac1;
-               mmc0 = &sdmmc;
-               mmc1 = &sdhci;
-+              led-boot = &sys_led;
-+              led-failsafe = &sys_led;
-+              led-running = &sys_led;
-+              led-upgrade = &sys_led;
-       };
-       chosen {
-@@ -54,9 +58,9 @@
-               sys_led: led-0 {
-                       color = <LED_COLOR_ID_RED>;
--                      function = LED_FUNCTION_HEARTBEAT;
-+                      function = LED_FUNCTION_POWER;
-                       gpios = <&gpio1 RK_PC1 GPIO_ACTIVE_HIGH>;
--                      linux,default-trigger = "heartbeat";
-+                      default-state = "on";
-                       pinctrl-names = "default";
-                       pinctrl-0 = <&sys_led_pin>;
-               };
diff --git a/target/linux/rockchip/patches-6.6/401-1-nanopi-r6-show-boot-status-on-system-led.patch b/target/linux/rockchip/patches-6.6/401-1-nanopi-r6-show-boot-status-on-system-led.patch
new file mode 100644 (file)
index 0000000..f891cf5
--- /dev/null
@@ -0,0 +1,33 @@
+Nanopi R6: show boot progress on the system LED
+
+Set up openwrt to show boot progress on the nanopi R6S or R6C system LED.
+
+The LED blinking states indicate the boot stage. The led is defined as
+a power LED, but can still be set to heartbeat in /etc/config/system
+after the system is done booting.
+
+--- a/arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi
++++ b/arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi
+@@ -16,6 +16,10 @@
+               ethernet0 = &gmac1;
+               mmc0 = &sdmmc;
+               mmc1 = &sdhci;
++              led-boot = &sys_led;
++              led-failsafe = &sys_led;
++              led-running = &sys_led;
++              led-upgrade = &sys_led;
+       };
+       chosen {
+@@ -54,9 +58,9 @@
+               sys_led: led-0 {
+                       color = <LED_COLOR_ID_RED>;
+-                      function = LED_FUNCTION_HEARTBEAT;
++                      function = LED_FUNCTION_POWER;
+                       gpios = <&gpio1 RK_PC1 GPIO_ACTIVE_HIGH>;
+-                      linux,default-trigger = "heartbeat";
++                      default-state = "on";
+                       pinctrl-names = "default";
+                       pinctrl-0 = <&sys_led_pin>;
+               };
diff --git a/target/linux/rockchip/patches-6.6/401-2-nanopi-r6-reset-button b/target/linux/rockchip/patches-6.6/401-2-nanopi-r6-reset-button
deleted file mode 100644 (file)
index 5ca4aff..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-Nanopi R6: set up reset button to be handled by openwrt
-
-Set up openwrt to handle the reset button appropriately (so that it
-can trigger the various recovery modes) on the nanopi R6S and R6C models.
-
---- a/arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi
-+++ b/arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi
-@@ -48,8 +48,8 @@
-               button-user {
-                       debounce-interval = <50>;
-                       gpios = <&gpio1 RK_PC0 GPIO_ACTIVE_LOW>;
--                      label = "User Button";
--                      linux,code = <BTN_1>;
-+                      label = "reset";
-+                      linux,code = <KEY_RESTART>;
-               };
-       };
diff --git a/target/linux/rockchip/patches-6.6/401-2-nanopi-r6-reset-button.patch b/target/linux/rockchip/patches-6.6/401-2-nanopi-r6-reset-button.patch
new file mode 100644 (file)
index 0000000..5ca4aff
--- /dev/null
@@ -0,0 +1,18 @@
+Nanopi R6: set up reset button to be handled by openwrt
+
+Set up openwrt to handle the reset button appropriately (so that it
+can trigger the various recovery modes) on the nanopi R6S and R6C models.
+
+--- a/arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi
++++ b/arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi
+@@ -48,8 +48,8 @@
+               button-user {
+                       debounce-interval = <50>;
+                       gpios = <&gpio1 RK_PC0 GPIO_ACTIVE_LOW>;
+-                      label = "User Button";
+-                      linux,code = <BTN_1>;
++                      label = "reset";
++                      linux,code = <KEY_RESTART>;
+               };
+       };