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

Allow selecting 6.6 as testing kernel on sunxi. Runtime-tested: - Linksprite pcDuino (cortexa8) - Olimex A20 Micro (cortexa7) - Pine64 SoM (cortexa53) Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
17 lines
298 B
Diff
17 lines
298 B
Diff
--- a/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-r1s-h5.dts
|
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-r1s-h5.dts
|
|
@@ -116,6 +116,13 @@
|
|
|
|
&ehci1 {
|
|
status = "okay";
|
|
+
|
|
+ usb-eth@1 {
|
|
+ compatible = "realtek,rtl8153";
|
|
+ reg = <1>;
|
|
+
|
|
+ realtek,led-data = <0x78>;
|
|
+ };
|
|
};
|
|
|
|
&ehci2 {
|