summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/am571x-idk.dts
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2021-07-29 17:46:21 -0500
committerTony Lindgren <tony@atomide.com>2021-08-03 15:25:14 +0300
commit8c054cd2818ea08555efe24a2ffde330833c2f3f (patch)
tree3af0a6772c1ab3650832f7676bf13b40a1acd085 /arch/arm/boot/dts/am571x-idk.dts
parentb8afeaee9d03f644f72b35e8433c9c2f651ade9c (diff)
downloadlinux-8c054cd2818ea08555efe24a2ffde330833c2f3f.tar.bz2
ARM: dts: am57xx: Add PRUSS MDIO controller nodes
The PRUSSs on AM57xx SoCs contain an MDIO controller that can be used to control external PHYs associated with the Industrial Ethernet peripherals within each PRUSS. The MDIO module used within the PRU-ICSS is an instance of the MDIO Controller used in TI Davinci SoCs. The same bus frequency of 1 MHz is chosen as the regular MDIO node. The nodes are added in the common am57-pruss.dtsi file and enabled by default, but are disabled in all the existing AM57xx board dts files. These nodes need pinctrl lines, and so should be enabled only on boards where they are actually wired and pinned out for PRUSS Ethernet. Any new board dts file should disable these if they are not sure. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am571x-idk.dts')
-rw-r--r--arch/arm/boot/dts/am571x-idk.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am571x-idk.dts b/arch/arm/boot/dts/am571x-idk.dts
index e81078c2d00d..48425020281a 100644
--- a/arch/arm/boot/dts/am571x-idk.dts
+++ b/arch/arm/boot/dts/am571x-idk.dts
@@ -208,3 +208,11 @@
pinctrl-1 = <&mmc2_pins_hs>;
pinctrl-2 = <&mmc2_pins_ddr_rev20 &mmc2_iodelay_ddr_conf>;
};
+
+&pruss1_mdio {
+ status = "disabled";
+};
+
+&pruss2_mdio {
+ status = "disabled";
+};