1 From aafb63a926b790b64a5ed83377f07b90ec7ba7c0 Mon Sep 17 00:00:00 2001
2 From: Claudiu Manoil <claudiu.manoil@nxp.com>
3 Date: Thu, 20 Jun 2019 19:53:55 +0300
4 Subject: [PATCH] arm64: dts: fsl: ls1028a: Enable switch PHYs on RDB
6 Just link the switch PHY nodes to the central MDIO
7 controller PCIe endpoint node on ls1028 (implemented
8 as PF3) so that PHYs are configurable via MDIO.
10 Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com>
12 arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts | 39 +++++++++++++++++++++++
13 1 file changed, 39 insertions(+)
15 --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts
16 +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts
22 + qsgmii_phy1: ethernet-phy@4 {
26 + qsgmii_phy2: ethernet-phy@5 {
30 + qsgmii_phy3: ethernet-phy@6 {
34 + qsgmii_phy4: ethernet-phy@7 {
41 + phy-handle = <&qsgmii_phy1>;
42 + phy-connection-type = "qsgmii";
46 + phy-handle = <&qsgmii_phy2>;
47 + phy-connection-type = "qsgmii";
51 + phy-handle = <&qsgmii_phy3>;
52 + phy-connection-type = "qsgmii";
56 + phy-handle = <&qsgmii_phy4>;
57 + phy-connection-type = "qsgmii";