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-ld11-ref.dts | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/kernel/arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts b/kernel/arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts
index b8f6273..617d2b1 100644
--- a/kernel/arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts
+++ b/kernel/arch/arm64/boot/dts/socionext/uniphier-ld11-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 = ð
};
memory@80000000 {
@@ -38,6 +39,10 @@
};
ðsc {
+ interrupts = <0 8>;
+};
+
+&serialsc {
interrupts = <0 8>;
};
@@ -75,7 +80,7 @@
};
&mdio {
- ethphy: ethphy@1 {
+ ethphy: ethernet-phy@1 {
reg = <1>;
};
};
--
Gitblit v1.6.2