kernel: bump 6.1 to 6.1.54
[openwrt/staging/stintel.git] / target / linux / ipq40xx / patches-6.1 / 710-arm-dts-ipq4019-QCA807x-properties.patch
1 From 79b38b9f85da868ca59b66715c20aa55104b640b Mon Sep 17 00:00:00 2001
2 From: Robert Marko <robert.marko@sartura.hr>
3 Date: Fri, 2 Oct 2020 10:43:26 +0200
4 Subject: [PATCH] arm: dts: ipq4019: QCA807x properties
5
6 This adds necessary DT properties for QCA807x PHY-s to IPQ4019 DTSI.
7
8 Signed-off-by: Robert Marko <robert.marko@sartura.hr>
9 ---
10 arch/arm/boot/dts/qcom-ipq4019.dtsi | 17 +++++++++++++++++
11 1 file changed, 17 insertions(+)
12
13 --- a/arch/arm/boot/dts/qcom-ipq4019.dtsi
14 +++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi
15 @@ -8,6 +8,7 @@
16 #include <dt-bindings/clock/qcom,gcc-ipq4019.h>
17 #include <dt-bindings/interrupt-controller/arm-gic.h>
18 #include <dt-bindings/interrupt-controller/irq.h>
19 +#include <dt-bindings/net/qcom-qca807x.h>
20
21 / {
22 #address-cells = <1>;
23 @@ -727,22 +728,38 @@
24
25 ethphy0: ethernet-phy@0 {
26 reg = <0>;
27 +
28 + qcom,control-dac = <QCA807X_CONTROL_DAC_DSP_VOLT_QUARTER_BIAS>;
29 };
30
31 ethphy1: ethernet-phy@1 {
32 reg = <1>;
33 +
34 + qcom,control-dac = <QCA807X_CONTROL_DAC_DSP_VOLT_QUARTER_BIAS>;
35 };
36
37 ethphy2: ethernet-phy@2 {
38 reg = <2>;
39 +
40 + qcom,control-dac = <QCA807X_CONTROL_DAC_DSP_VOLT_QUARTER_BIAS>;
41 };
42
43 ethphy3: ethernet-phy@3 {
44 reg = <3>;
45 +
46 + qcom,control-dac = <QCA807X_CONTROL_DAC_DSP_VOLT_QUARTER_BIAS>;
47 };
48
49 ethphy4: ethernet-phy@4 {
50 reg = <4>;
51 +
52 + qcom,control-dac = <QCA807X_CONTROL_DAC_DSP_VOLT_QUARTER_BIAS>;
53 + };
54 +
55 + psgmiiphy: psgmii-phy@5 {
56 + reg = <5>;
57 +
58 + qcom,tx-driver-strength = <PSGMII_QSGMII_TX_DRIVER_300MV>;
59 };
60 };
61