* Corrected the order of WAN and LAN LEDs to correspond to the tag on the official metal case. (#2657)

Co-authored-by: chenchanglin1 <chenchanglin1@xiaomi.com>
This commit is contained in:
Mi-cc5ec 2021-02-23 18:52:42 +08:00 committed by GitHub
parent ab60a86bd9
commit 4fa59fe0b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -148,11 +148,11 @@ index 000000000000..7b136d4707c8
+
+// Armbian tweaks
+&lan_led {
+ linux,default-trigger = "stmmac-0:01:link";
+ linux,default-trigger = "r8169-100:00:link";
+};
+
+&wan_led {
+ linux,default-trigger = "r8169-100:00:link";
+ linux,default-trigger = "stmmac-0:01:link";
+};
+
+&uart0 {

View file

@ -148,11 +148,11 @@ index 000000000000..7b136d4707c8
+
+// Armbian tweaks
+&lan_led {
+ linux,default-trigger = "stmmac-0:01:link";
+ linux,default-trigger = "r8169-100:00:link";
+};
+
+&wan_led {
+ linux,default-trigger = "r8169-100:00:link";
+ linux,default-trigger = "stmmac-0:01:link";
+};
+
+&uart0 {