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>
|
|
|
|
---
|
2023-08-14 16:45:59 +00:00
|
|
|
arch/arm/boot/dts/qcom-ipq4019.dtsi | 17 +++++++++++++++++
|
|
|
|
1 file changed, 17 insertions(+)
|
2023-08-14 11:16:12 +00:00
|
|
|
|
|
|
|
--- a/arch/arm/boot/dts/qcom-ipq4019.dtsi
|
|
|
|
+++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi
|
|
|
|
@@ -8,6 +8,7 @@
|
|
|
|
#include <dt-bindings/clock/qcom,gcc-ipq4019.h>
|
|
|
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
|
|
|
#include <dt-bindings/interrupt-controller/irq.h>
|
|
|
|
+#include <dt-bindings/net/qcom-qca807x.h>
|
|
|
|
|
|
|
|
/ {
|
|
|
|
#address-cells = <1>;
|
2023-09-19 18:00:07 +00:00
|
|
|
@@ -727,22 +728,38 @@
|
2023-08-14 11:16:12 +00:00
|
|
|
|
|
|
|
ethphy0: ethernet-phy@0 {
|
|
|
|
reg = <0>;
|
|
|
|
+
|
|
|
|
+ qcom,control-dac = <QCA807X_CONTROL_DAC_DSP_VOLT_QUARTER_BIAS>;
|
|
|
|
};
|
|
|
|
|
|
|
|
ethphy1: ethernet-phy@1 {
|
|
|
|
reg = <1>;
|
|
|
|
+
|
|
|
|
+ qcom,control-dac = <QCA807X_CONTROL_DAC_DSP_VOLT_QUARTER_BIAS>;
|
|
|
|
};
|
|
|
|
|
|
|
|
ethphy2: ethernet-phy@2 {
|
|
|
|
reg = <2>;
|
|
|
|
+
|
|
|
|
+ qcom,control-dac = <QCA807X_CONTROL_DAC_DSP_VOLT_QUARTER_BIAS>;
|
|
|
|
};
|
|
|
|
|
|
|
|
ethphy3: ethernet-phy@3 {
|
|
|
|
reg = <3>;
|
|
|
|
+
|
|
|
|
+ qcom,control-dac = <QCA807X_CONTROL_DAC_DSP_VOLT_QUARTER_BIAS>;
|
|
|
|
};
|
|
|
|
|
|
|
|
ethphy4: ethernet-phy@4 {
|
|
|
|
reg = <4>;
|
|
|
|
+
|
|
|
|
+ qcom,control-dac = <QCA807X_CONTROL_DAC_DSP_VOLT_QUARTER_BIAS>;
|
|
|
|
+ };
|
|
|
|
+
|
|
|
|
+ psgmiiphy: psgmii-phy@5 {
|
|
|
|
+ reg = <5>;
|
|
|
|
+
|
|
|
|
+ qcom,tx-driver-strength = <PSGMII_QSGMII_TX_DRIVER_300MV>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|