[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200722172422.2590489-3-olteanv@gmail.com>
Date: Wed, 22 Jul 2020 20:24:20 +0300
From: Vladimir Oltean <olteanv@...il.com>
To: robh+dt@...nel.org, shawnguo@...nel.org, mpe@...erman.id.au,
devicetree@...r.kernel.org
Cc: benh@...nel.crashing.org, paulus@...ba.org,
linuxppc-dev@...ts.ozlabs.org, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org, madalin.bucur@....nxp.com,
radu-andrei.bulie@....com, fido_max@...ox.ru
Subject: [PATCH devicetree 2/4] powerpc: dts: t1040: label the 2 MDIO controllers
In preparation of referencing the MDIO nodes from board DTS files (so
that we can add PHY nodes easier), add labels to mdio0 and mdio1.
Signed-off-by: Vladimir Oltean <olteanv@...il.com>
---
arch/powerpc/boot/dts/fsl/t1040si-post.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi b/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
index 4af856dcc6a3..e1b138b3c714 100644
--- a/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
+++ b/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
@@ -620,11 +620,11 @@ enet3: ethernet@...00 {
enet4: ethernet@...00 {
};
- mdio@...00 {
+ mdio0: mdio@...00 {
interrupts = <100 1 0 0>;
};
- mdio@...00 {
+ mdio1: mdio@...00 {
status = "disabled";
};
};
--
2.25.1
Powered by blists - more mailing lists