mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

Manually rebased: target/linux/generic/hack-5.15/953-net-patch-linux-kernel-to-support-shortcut-fe.patch All other patches automatically rebased. Build system: x86_64 Fixes: #10071 Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
23 lines
448 B
Diff
23 lines
448 B
Diff
--- a/arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dts
|
|
@@ -96,6 +96,19 @@
|
|
max-link-speed = <1>;
|
|
num-lanes = <1>;
|
|
vpcie3v3-supply = <&vcc3v3_sys>;
|
|
+
|
|
+ pcie@0 {
|
|
+ reg = <0x00000000 0 0 0 0>;
|
|
+ #address-cells = <3>;
|
|
+ #size-cells = <2>;
|
|
+
|
|
+ pcie-eth@0,0 {
|
|
+ compatible = "pci10ec,8168";
|
|
+ reg = <0x000000 0 0 0 0>;
|
|
+
|
|
+ realtek,led-data = <0x870>;
|
|
+ };
|
|
+ };
|
|
};
|
|
|
|
&pinctrl {
|