mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00

Manually rebased: generic/hack-5.4/953-net-patch-linux-kernel-to-support-shortcut-fe.patch ipq806x/patches-5.4/0063-2-tsens-support-configurable-interrupts.patch layerscape/patches-5.4/301-arch-0008-arm-add-new-non-shareable-ioremap.patch layerscape/patches-5.4/820-usb-0009-usb-dwc3-Add-workaround-for-host-mode-VBUS-glitch-wh.patch layerscape/patches-5.4/801-audio-0008-Revert-ASoC-Remove-dev_err-usage-after-platform_get_.patch octeon/patches-5.4/700-allocate_interface_by_label.patch All other patches automatically rebased. Signed-off-by: Liu Linhui <liulinhui36@gmail.com> Signed-off-by: Liu Linhui <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 {
|