ipq40xx: switch default to 6.6
[openwrt/staging/blocktrron.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 @@ -752,6 +752,10 @@
16 ethphy4: ethernet-phy@4 {
17 reg = <4>;
18 };
19 +
20 + psgmiiphy: psgmii-phy@5 {
21 + reg = <5>;
22 + };
23 };
24 };
25