mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
1b931c33a2
Adapt patches to new Upstream QCA807x PHY driver. Rework the PHY patch to new PHY Package nodes. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
26 lines
666 B
Diff
26 lines
666 B
Diff
From 79b38b9f85da868ca59b66715c20aa55104b640b Mon Sep 17 00:00:00 2001
|
|
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>
|
|
---
|
|
arch/arm/boot/dts/qcom-ipq4019.dtsi | 17 +++++++++++++++++
|
|
1 file changed, 17 insertions(+)
|
|
|
|
--- a/arch/arm/boot/dts/qcom-ipq4019.dtsi
|
|
+++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi
|
|
@@ -752,6 +752,10 @@
|
|
ethphy4: ethernet-phy@4 {
|
|
reg = <4>;
|
|
};
|
|
+
|
|
+ psgmiiphy: psgmii-phy@5 {
|
|
+ reg = <5>;
|
|
+ };
|
|
};
|
|
};
|
|
|