From 6778948f9de86c3cfaf36725a7c87dcff9ba247f Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 11 Dec 2023 08:20:59 +0000
Subject: [PATCH] kernel_5.10 no rt

---
 kernel/arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/kernel/arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts b/kernel/arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts
index 440c2e6..39ee279 100644
--- a/kernel/arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts
+++ b/kernel/arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts
@@ -20,7 +20,7 @@
 
 	aliases {
 		serial0 = &serial0;
-		serial1 = &serial1;
+		serial1 = &serialsc;
 		serial2 = &serial2;
 		serial3 = &serial3;
 		i2c0 = &i2c0;
@@ -29,6 +29,7 @@
 		i2c3 = &i2c3;
 		i2c4 = &i2c4;
 		i2c5 = &i2c5;
+		ethernet0 = &eth;
 	};
 
 	memory@80000000 {
@@ -38,6 +39,10 @@
 };
 
 &ethsc {
+	interrupts = <0 8>;
+};
+
+&serialsc {
 	interrupts = <0 8>;
 };
 
@@ -63,7 +68,7 @@
 };
 
 &mdio {
-	ethphy: ethphy@0 {
+	ethphy: ethernet-phy@0 {
 		reg = <0>;
 	};
 };
@@ -75,3 +80,7 @@
 		drive-strength = <9>;
 	};
 };
+
+&usb {
+	status = "okay";
+};

--
Gitblit v1.6.2