From 151fecfb72a0d602dfe79790602ef64b4e241574 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 19 Feb 2024 01:51:07 +0000
Subject: [PATCH] export RK_PA3
---
kernel/arch/arm/boot/dts/uniphier-pxs2-gentil.dts | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/kernel/arch/arm/boot/dts/uniphier-pxs2-gentil.dts b/kernel/arch/arm/boot/dts/uniphier-pxs2-gentil.dts
index bed26b8..759384b 100644
--- a/kernel/arch/arm/boot/dts/uniphier-pxs2-gentil.dts
+++ b/kernel/arch/arm/boot/dts/uniphier-pxs2-gentil.dts
@@ -26,6 +26,7 @@
i2c4 = &i2c4;
i2c5 = &i2c5;
i2c6 = &i2c6;
+ ethernet0 = ð
};
memory@80000000 {
@@ -76,13 +77,25 @@
};
};
+&emmc {
+ status = "okay";
+};
+
ð {
status = "okay";
phy-handle = <ðphy>;
};
&mdio {
- ethphy: ethphy@1 {
+ ethphy: ethernet-phy@1 {
reg = <1>;
};
};
+
+&usb0 {
+ status = "okay";
+};
+
+&usb1 {
+ status = "okay";
+};
--
Gitblit v1.6.2