Update 610-arm64-rockchip-add-OF-node-for-eth.patch

This commit is contained in:
骷髅头 2024-12-12 13:40:11 +08:00 committed by GitHub
parent c1684fa66d
commit 5b3da73bba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -211,7 +211,7 @@ Signed-off-by: David Bauer <mail@david-bauer.net>
+ reg = <0x000000 0 0 0 0>;
+
+ realtek,led-data = <0x0 0x0 0x2b 0x200>;
+ label = "eth0";
+ label = "eth1";
+ };
+ };
};
@ -232,7 +232,7 @@ Signed-off-by: David Bauer <mail@david-bauer.net>
+ reg = <0x000000 0 0 0 0>;
+
+ realtek,led-data = <0x0 0x0 0x2b 0x200>;
+ label = "eth1";
+ label = "eth0";
+ };
+ };
};