42 lines
1.1 KiB
Diff
42 lines
1.1 KiB
Diff
From e7484ea6673338b10e5ebe3b28fafc782301e153 Mon Sep 17 00:00:00 2001
|
|
From: The-going <48602507+The-going@users.noreply.github.com>
|
|
Date: Tue, 27 Sep 2022 15:28:08 +0300
|
|
Subject: [PATCH 150/153] arm64: dts: sun50i-h5-nanopi-r1s-h5: add rtl8153
|
|
support
|
|
|
|
---
|
|
.../boot/dts/allwinner/sun50i-h5-nanopi-r1s-h5.dts | 10 +++++++++-
|
|
1 file changed, 9 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-r1s-h5.dts b/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-r1s-h5.dts
|
|
index a3e040da3..78c568cab 100644
|
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-r1s-h5.dts
|
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-r1s-h5.dts
|
|
@@ -21,7 +21,8 @@ / {
|
|
|
|
aliases {
|
|
ethernet0 = &emac;
|
|
- ethernet1 = &rtl8189etv;
|
|
+ ethernet1 = &rtl8153;
|
|
+ ethernet2 = &rtl8189etv;
|
|
serial0 = &uart0;
|
|
};
|
|
|
|
@@ -116,6 +117,13 @@ &cpu0 {
|
|
|
|
&ehci1 {
|
|
status = "okay";
|
|
+
|
|
+ rtl8153: device@1 {
|
|
+ compatible = "usbbda,8153";
|
|
+ reg = <1>;
|
|
+ realtek,led-data = <0x87>;
|
|
+ local-mac-address = [00 00 00 00 00 00];
|
|
+ };
|
|
};
|
|
|
|
&ehci2 {
|
|
--
|
|
2.35.3
|
|
|