2023-08-21 21:42:54 +00:00
|
|
|
From 79b38b9f85da868ca59b66715c20aa55104b640b Mon Sep 17 00:00:00 2001
|
2023-08-14 11:16:12 +00:00
|
|
|
From: Robert Marko <robert.marko@sartura.hr>
|
|
|
|
Date: Fri, 2 Oct 2020 10:43:26 +0200
|
|
|
|
Subject: [PATCH] arm: dts: ipq4019: QCA807x properties
|
|
|
|
|
|
|
|
This adds necessary DT properties for QCA807x PHY-s to IPQ4019 DTSI.
|
|
|
|
|
|
|
|
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
|
|
|
|
---
|
2024-03-20 10:12:31 +00:00
|
|
|
arch/arm/boot/dts/qcom/qcom-ipq4019.dtsi | 17 +++++++++++++++++
|
2023-08-14 16:45:59 +00:00
|
|
|
1 file changed, 17 insertions(+)
|
2023-08-14 11:16:12 +00:00
|
|
|
|
2024-03-20 10:12:31 +00:00
|
|
|
--- a/arch/arm/boot/dts/qcom/qcom-ipq4019.dtsi
|
|
|
|
+++ b/arch/arm/boot/dts/qcom/qcom-ipq4019.dtsi
|
2024-03-20 10:27:10 +00:00
|
|
|
@@ -754,6 +754,10 @@
|
2024-02-10 22:39:32 +00:00
|
|
|
ethphy4: ethernet-phy@4 {
|
|
|
|
reg = <4>;
|
|
|
|
};
|
2023-08-14 11:16:12 +00:00
|
|
|
+
|
2024-02-10 22:39:32 +00:00
|
|
|
+ psgmiiphy: psgmii-phy@5 {
|
|
|
|
+ reg = <5>;
|
|
|
|
+ };
|
2023-08-14 11:16:12 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|