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

This commit is contained in:
骷髅头
2024-12-02 10:05:08 +08:00
committed by GitHub
parent 2ba4581701
commit 30004b9f42

View File

@@ -224,7 +224,7 @@ Signed-off-by: David Bauer <mail@david-bauer.net>
max-frequency = <200000000>;
--- a/arch/arm64/boot/dts/rockchip/rk3568-nanopi-r5c.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3568-nanopi-r5c.dts
@@ -70,6 +70,19 @@
@@ -70,6 +70,20 @@
reset-gpios = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>;
vpcie3v3-supply = <&vcc3v3_pcie>;
status = "okay";
@@ -239,12 +239,13 @@ Signed-off-by: David Bauer <mail@david-bauer.net>
+ reg = <0x000000 0 0 0 0>;
+
+ realtek,led-data = <0x0 0x0 0x2b 0x200>;
+ label = "eth0";
+ };
+ };
};
&pcie3x2 {
@@ -77,6 +90,19 @@
@@ -77,6 +90,20 @@
reset-gpios = <&gpio0 RK_PB6 GPIO_ACTIVE_HIGH>;
vpcie3v3-supply = <&vcc3v3_pcie>;
status = "okay";
@@ -259,6 +260,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";
+ };
+ };
};