mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-04 21:14:21 +00:00
bcb37c84d2
Changelog: https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.143 Removed upstreamed: generic/backport-5.15/795-v6.6-12-r8152-Rename-RTL8152_UNPLUG-to-RTL8152_INACCESSIBLE.patch[1] Manually rebased: mediatek/patches-5.15/100-dts-update-mt7622-rfb1.patch All other patches automatically rebased. 1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.15.143&id=00beca907a7be61da935bb687f9601420fc5f8a8 Build system: x86_64 Build-tested: ramips/tplink_archer-a6-v3 Run-tested: ramips/tplink_archer-a6-v3 Signed-off-by: John Audia <therealgraysky@proton.me>
57 lines
1.2 KiB
Diff
57 lines
1.2 KiB
Diff
--- a/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
|
|
+++ b/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
|
|
@@ -19,6 +19,10 @@
|
|
aliases {
|
|
serial0 = &uart0;
|
|
ethernet0 = &gmac0;
|
|
+ led-boot = &led_system_green;
|
|
+ led-failsafe = &led_system_blue;
|
|
+ led-running = &led_system_green;
|
|
+ led-upgrade = &led_system_blue;
|
|
};
|
|
|
|
chosen {
|
|
@@ -42,8 +46,8 @@
|
|
compatible = "gpio-keys";
|
|
|
|
factory {
|
|
- label = "factory";
|
|
- linux,code = <BTN_0>;
|
|
+ label = "reset";
|
|
+ linux,code = <KEY_RESTART>;
|
|
gpios = <&pio 0 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
|
|
@@ -57,17 +61,25 @@
|
|
leds {
|
|
compatible = "gpio-leds";
|
|
|
|
- green {
|
|
- label = "bpi-r64:pio:green";
|
|
- gpios = <&pio 89 GPIO_ACTIVE_HIGH>;
|
|
+ led_system_blue: blue {
|
|
+ label = "bpi-r64:pio:blue";
|
|
+ gpios = <&pio 85 GPIO_ACTIVE_HIGH>;
|
|
default-state = "off";
|
|
};
|
|
|
|
- red {
|
|
- label = "bpi-r64:pio:red";
|
|
- gpios = <&pio 88 GPIO_ACTIVE_HIGH>;
|
|
+ led_system_green: green {
|
|
+ label = "bpi-r64:pio:green";
|
|
+ gpios = <&pio 89 GPIO_ACTIVE_HIGH>;
|
|
default-state = "off";
|
|
};
|
|
+
|
|
+/*
|
|
+ * red {
|
|
+ * label = "bpi-r64:pio:red";
|
|
+ * gpios = <&pio 88 GPIO_ACTIVE_HIGH>;
|
|
+ * default-state = "off";
|
|
+ * };
|
|
+ */
|
|
};
|
|
|
|
memory@40000000 {
|